/*
* ----------------------------------------------------------------------------------------
* 00.CUSTOM TEXT SELECTION STYLING
* ----------------------------------------------------------------------------------------
*/


@media (max-width: 1024px) {
    #magic-cursor {
display: none;
    }
}

@media(min-width: 1024px) {
    .progress-wrap {
        right: 10px;
        bottom: 39px !important;
}
}
/* Custom Text Selection Styling - Theme Colors */
::selection {
    background-color: #54af32;
    color: #ffffff;
    text-shadow: none;
}

::-moz-selection {
    background-color: #54af32;
    color: #ffffff;
    text-shadow: none;
}

/* Enhanced Selection for Links */
a::selection {
    background-color: #45a028;
    color: #ffffff;
    text-shadow: none;
}

a::-moz-selection {
    background-color: #45a028;
    color: #ffffff;
    text-shadow: none;
}

/* Selection for Input Fields */
input::selection,
textarea::selection,
select::selection {
    background-color: #54af32;
    color: #ffffff;
    text-shadow: none;
}

input::-moz-selection,
textarea::-moz-selection,
select::-moz-selection {
    background-color: #54af32;
    color: #ffffff;
    text-shadow: none;
}

/* Selection for Headings */
h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
h6::selection {
    background-color: #45a028;
    color: #ffffff;
    text-shadow: none;
}

h1::-moz-selection,
h2::-moz-selection,
h3::-moz-selection,
h4::-moz-selection,
h5::-moz-selection,
h6::-moz-selection {
    background-color: #45a028;
    color: #ffffff;
    text-shadow: none;
}

/* Selection for Code Elements */
code::selection,
pre::selection {
    background-color: #2c3e50;
    color: #54af32;
    text-shadow: none;
}

code::-moz-selection,
pre::-moz-selection {
    background-color: #2c3e50;
    color: #54af32;
    text-shadow: none;
}

/* Selection for Buttons */
button::selection,
.btn::selection,
.theme-btn::selection {
    background-color: #ffffff;
    color: #54af32;
    text-shadow: none;
}

button::-moz-selection,
.btn::-moz-selection,
.theme-btn::-moz-selection {
    background-color: #ffffff;
    color: #54af32;
    text-shadow: none;
}

/*
* ----------------------------------------------------------------------------------------
* 01.GLOBAL STYLE
* ----------------------------------------------------------------------------------------
*/
@media only screen and (max-width: 767px) {
    .hero-content h1 {
        top: -61px !important;
        position: relative !important;
    }
}
@media (max-width: 768px) {
    .hero-content h1 {
    text-shadow: 0 2px 4px rgb(160 216 139 / 40%) !important;
}
}

.modern-gwa-text {
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #2c3e50;
    text-align: center;
    margin: 20px 0;
    letter-spacing: 0.02em;
    line-height: 1.4;
    user-select: none;
    top: -30px;
    position: relative;
    padding: 12px 20px;
    border-radius: 8px;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.modern-gwa-text:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

@media (min-width: 1024px) {
  .business-process-area .process-timeline .row {
    max-width: 1307px !important;
    margin: 0 auto !important;
    justify-content
  }
}

@media (min-width: 1200px) {
  .col-xl-2 {
    flex: 0 0 auto !important;
    width: 19.666667% !important;
  }
}





.iti input,
.iti input[type=text],
.iti input[type=tel] {
  width: 399px !important;
}

@media (max-width: 768px) {
    .iti input,
.iti input[type=text],
.iti input[type=tel] {
    width: 312px !important;
}
}

.iti__country-list {
width: 399px !important;
}

@media (max-width: 768px) {
    .iti__country-list {
        width: 312px !important;
    }
}

:root {
    --main-color: #333333;
    --heading-color: #1d1d26;
    --primary-color: #54AF32;
    --lighter-color: #f8f9fa;
    --subtitle-color: #666666;
    --black-color: #2c2c2c;
    --border-color: rgba(84, 175, 50, .3);
    --button-border: #54AF32;
    --body-background: #ffffff;
    --white-color: #fff;
    --dark-gray: #4a4a4a;
    --light-gray: #f5f5f5;
}

* {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    box-shadow: none;
}

main {
    position: relative;
    z-index: 5;
}

.o-hidden {
    overflow: hidden;
}

body {
    color: var(--main-color);
    background: var(--body-background);
    font-weight: 400;
    line-height: 30px;
    font-size: 16px;
    font-family: "DM Sans", sans-serif !important;
    overflow-x: hidden;
}



.heading,
input,
select,
textarea,
.nice-select,
.form-control,
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.accordion-item .accordion-button {
    color: var(--main-color);
    font-family: "DM Sans", sans-serif;
}

h1,
.h1 {
    font-size: 58px;
}

h2,
.h2 {
    font-size: 22px;
}

h3,
.h3 {
    line-height: 1.3;
    font-size: 30px;
}

h4,
.h4 {
    line-height: 1.1;
    font-size: 24px;
}

h5,
.h5 {
    line-height: 1.4;
    font-size: 20px;
}

h6,
.h6 {
    font-size: 16px;
}


p {
    line-height: 28px;
}

ul,
li {
    margin: 0;
    padding: 0;
}

fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}

.no-padding {
    padding: 0
}

a {
    color: var(--main-color);
    cursor: pointer;
    outline: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none;
    font-family: "DM Sans", sans-serif;
}

a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none;
}

a:hover {
    color: var(--primary-color);
}



ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

img {
    max-width: 100%;
    display: inline-block;
}

mark {
    color: var(--primary-color);
    background: transparent;
    text-decoration: underline;
}

header:after,
section:after,
footer:after {
    display: block;
    clear: both;
    content: "";
}

input,
select,
textarea,
.nice-select,
.form-control {
    width: 100%;
    height: auto;
    border: none;
    font-size: 20px;
    border-radius: 0;
    padding: 20px 0;
    background-color: #fff;
    border-bottom: 2px solid rgba(41, 41, 41, 0.1);
}

input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
.nice-select::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
    color: var(--heading-color);
    opacity: .4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}

input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
.nice-select:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
    color: var(--heading-color);
    opacity: .4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}

input::-ms-input-placeholder,
select::-ms-input-placeholder,
textarea::-ms-input-placeholder,
.nice-select::-ms-input-placeholder,
.form-control::-ms-input-placeholder {
    color: var(--heading-color);
    opacity: .4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}

input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
.nice-select::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
    color: var(--heading-color);
    opacity: .4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}

input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder,
.nice-select::-moz-placeholder,
.form-control::-moz-placeholder {
    color: var(--heading-color);
    opacity: .4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}

input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
.nice-select:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
    color: var(--heading-color);
    opacity: .4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}

input::placeholder,
select::placeholder,
textarea::placeholder,
.nice-select::placeholder,
.form-control::placeholder {
    color: var(--heading-color);
    opacity: .4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}

input:focus,
select:focus,
textarea:focus,
.nice-select:focus,
.form-control:focus {
    border-bottom: 2px solid rgba(41, 41, 41, 0.1);
}

.nice-select {
    font-size: 20px;
    line-height: 1.3;
}

.nice-select:after {
    width: 8px;
    height: 8px;
    right: 8px;
    border-color: var(--heading-color);
}

.nice-select .current {
    font-weight: 500;
    color: var(--heading-color);
}

.nice-select .list {
    min-width: 100%;
    border-radius: 0;
}

textarea {
    display: inherit;
    padding-top: 20px;
}

label {
    cursor: pointer;
    font-weight: 500;
    margin-bottom: 5px;
    color: var(--main-color);
}

.form-group {
    position: relative;
    margin-bottom: 15px;
}

input:focus,
button:focus,
.form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: #cfdbf1;
}

input[type=search]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

input[type=search]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    display: none;
}

input[type=checkbox],
input[type=radio] {
    height: auto;
    width: auto;
}

html {
    scroll-behavior: unset !important;
}


/*
* ----------------------------------------------------------------------------------------
* 02.COMMON CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.no-gap {
    margin-left: 0;
    margin-right: 0;
}

.no-gap>div {
    padding-left: 0;
    padding-right: 0;
}

.section-title {
    margin-top: -7px;
}

.section-title .sub-title {
    font-weight: 500;
    display: block;
    color: rgba(255, 255, 255, 0.65);
}


.section-title h2 {
    font-size: 48px;
    line-height: 1.2;
    color: #2c3e50 !important;
    margin-bottom: 40px;
    font-weight: 700;
}
.section-title p {
    font-size: 18px;
    line-height: 1.6;
    color: #5a6c7d !important;
    font-weight: 500;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}
.section-title h2 span {
    color: var(--primary-color) !important;
    font-weight: 700;
}


.section-title h6 {
    font-size: 18px;
}

.section-title h6 span {
    color: var(--primary-color);
}

.theme-btn {
    background: var(--primary-color);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    border: 1px solid var(--button-border);
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    margin: 0 5px 10px 0;
    overflow: visible;
    border-radius: 50px;
    padding: 17px 34px;
    text-align: center;
    text-transform: none;
    -webkit-transition: .3s;
    transition: .3s;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 0px 0px;
}

.theme-btn:focus {
    text-decoration: none;
    -webkit-transition: .3s;
    transition: .3s
}

.theme-btn.call-to-action-button {
    background: var(--black-color);
    color: #fff;
}

.theme-btn.call-to-action-button:hover {
    color: var(--white-color);
    font-size: 18px;
}

.theme-btn i {
    margin-left: 4px;
}

.theme-btn:hover {
    border: 1px solid var(--button-border);
    text-decoration: none;
    color: var(--white-color);
    -webkit-transition: .3s;
    transition: .3s;
    background: var(--black-color);
}

.theme-btn:active {
    box-shadow: rgba(0, 0, 0, .125) 0 3px 5px inset;
    outline: 0;
}

.details-btn {
    width: 50px;
    height: 50px;
    background: #131313;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border: 1px solid var(--border-color);
}

.details-btn:hover {
    color: var(--black-color);
    background: var(--primary-color);
}

.read-more {
    color: white;
    font-size: 14px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-transform: capitalize;
}

.read-more i {
    float: right;
    margin-top: 2px;
    margin-left: 7px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.read-more:hover {
    color: var(--primary-color);
}

.read-more:hover i {
    margin-left: 10px;
}

.list-style-one li {
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


.list-style-one li:not(:last-child) {
    margin-bottom: 10px;
}

.list-style-one.two-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
}

.list-style-one.two-column li {
    color: var(--subtitle-color);
    font-size: 14px;
    border: 2px dashed var(--border-color);
    border-radius: 2em;
    margin: 0 15px 10px 0;
    padding: 0.5em 1em;
}


.list-style-one.two-column li i {
    padding-right: 10px;
}

.list-style-two li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}



.list-style-two li:before {
    content: "\f00c";
    line-height: 1;
    font-size: 16px;
    margin-right: 20px;
    color: var(--lighter-color);
    width: 30px;
    height: 30px;
    background: var(--primary-color);
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    font-family: "Font Awesome 5 Pro";
}

.list-style-two li:not(:last-child) {
    margin-bottom: 25px;
}

.social-style-one {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: -5px;
    margin-right: -5px;
}

.social-style-one a {
    color: #B0AFAF;
    font-size: 14px;
    margin-left: 5px;
    margin-right: 5px;
    width: 35px;
    height: 35px;
    background: #0C0B0B;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
}

.social-style-one a:hover {
    color: var(--black-color);
    background: var(--primary-color);
}

.social-style-two {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: -12px;
    margin-right: -12px;
}

.social-style-two a {
    color: rgba(255, 255, 255, 0.35);
    margin-left: 12px;
    margin-right: 12px;
}

.social-style-two a:hover {
    color: var(--primary-color);
}


.pagination {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    margin-left: -15px;
    margin-right: -15px;
}

.pagination li {
    margin: 10px 15px 0;
}

.pagination li a,
.pagination li .page-link {
    padding: 0;
    border: none;
    font-size: 24px;
    box-shadow: none;
    font-weight: 600;
    color: var(--main-color);
    background: transparent;
}

.pagination li.active .page-link,
.pagination li:hover:not(.disabled) .page-link {
    background: transparent;
    color: var(--primary-color);
}

.ratting {
    line-height: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: -5px;
    margin-right: -5px;
}

.ratting i {
    margin: 5px;
    color: #AB6034;
}

.slick-arrow {
    width: 40px;
    height: 40px;
    color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    line-height: 40px;
    border-radius: 50%;
    background: var(--primary-color);
    border: 1px solid var(--button-border);
}

.slick-arrow:focus,
.slick-arrow:hover {
    color: var(--black-color);
    background: transparent;
    border-color: var(--primary-color);
}

.slider-arrows button:first-child {
    margin-right: 5px;
}

.slider-arrows button:last-child {}

/*** Slick Dots ***/
.slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    z-index: 100;
}

.slick-dots li {
    position: relative;
    cursor: pointer;
    margin: 8px;
    width: 6px;
    height: 6px;
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 50%;
    background: #1D1B1A;
}

.slick-dots li button {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    height: 0;
}

.slick-dots li:before {
    content: '';
    width: 0;
    height: 0;
    left: 50%;
    top: 50%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 50%;
    position: absolute;
    border: 1px solid var(--primary-color);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.slick-dots li.slick-active {
    background: var(--primary-color);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.slick-dots li.slick-active:before {
    width: 21px;
    height: 21px;
}

.before-after-none:after,
.before-after-none:before {
    display: none;
}

.text-white *,
.text-white a,
.text-white .count-text,
.text-white .footer-newsletter-content .sub-title {
    color: white;
}

.text-white li li .dropdown-btn span {
    color: var(--heading-color);
}

.text-white .copyright-area p {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.text-white .copyright-area a {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.text-white .copyright-area a:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.banner-inner h1 {
    font-size: 75px;
    font-weight: 500;
    margin-bottom: 16px;
    text-transform: capitalize;
}

.banner-inner h3 {
    margin-bottom: 20px;
}



.breadcrumb {
    padding: 0;
    margin: 0;
    font-size: 18px;
    background: transparent;
    text-transform: capitalize;
}



.breadcrumb .breadcrumb-item {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.breadcrumb .breadcrumb-item a {
    color: white;
}

.breadcrumb .breadcrumb-item.active {
    color: var(--primary-color);
    text-decoration: underline;
}

.breadcrumb .breadcrumb-item+.breadcrumb-item:before {
    margin-left: 20px;
    margin-right: 20px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    content: "";
    width: 5px;
    height: 5px;
    padding-right: 0;
    border-radius: 50%;
    background: white;
}






/*
* ----------------------------------------------------------------------------------------
* 03.MENU CSS STYLE
* ----------------------------------------------------------------------------------------
*/


.main-header {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 999;
    width: 100%;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    background-color: #ffffff !important;
      border-bottom-left-radius: 20px !important;
      border-bottom-right-radius: 20px !important;
    
      background-color: white;
    }



.fixed-header .header-inner {
    padding: 10px 0px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;

}

.header-inner {
    padding: 20px 0px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    justify-content: center;
    align-items: center;
}

.main-header .header-upper {
    z-index: 5;
    width: 100%;
    position: fixed;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    background: #ffffffdb !important;
}


.main-header .logo-outer {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}


.main-header .logo {
    z-index: 9;
    padding: 2px 0;
    position: relative;
}

.main-header .logo img {
    width: 40px;
}

.main-header .nice-select .current {
    color: white;
}

.main-header.menu-absolute .header-upper {
    position: absolute;
}

.main-header.fixed-header .header-upper {
    top: 0;
    left: 0;
    position: fixed;
    -webkit-animation: easeIn 1s;
    animation: easeIn 1s;
    background: #fffffff0 !important;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    border-bottom: none;
    box-shadow: none;
}


.fixed-header .main-menu .navbar-collapse li a:hover {
    color: var(--primary-color);
}


.menu-social a {
    margin-left: 18px;
    margin-right: 18px;
}

.nav-outer {
    margin: 0 auto;
    flex: 1;
    display: flex;
    justify-content: center;
}

.main-menu .mobile-logo {
    margin-right: auto;
}

.main-menu .mobile-logo img {
    width: 75px;
}



.main-menu .navbar-collapse {
    padding: 0px;
}

.main-menu .navbar-collapse>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}



.main-menu .navbar-collapse li {
    padding: 12px 5px 12px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}



.main-menu .navbar-collapse li.dropdown .dropdown-btn {
    cursor: pointer;
    font-size: 12px;
    margin-left: 5px;
    color: var(--heading-color);
}


.main-menu .navbar-collapse li a {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    display: block;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    position: relative;
    color: var(--primary-color);
    border-radius: 25px;
    margin: 2px 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navbar-collapse li a.theme-btn {
    background: transparent;
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
    font-weight: 600;
    padding: 6px 20px;
    box-shadow: none;
}

.main-menu .navbar-collapse li a.theme-btn:hover {
    background: var(--primary-color);
    color: var(--white-color);
    border: 2px solid var(--primary-color);
    box-shadow: 0 4px 15px rgba(84, 175, 50, 0.3);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.main-menu .navbar-collapse li a:after {
    content: '';
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    left: 0;
    top: 115%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    width: 100%;
    height: 2px;
    background: var(--primary-color);
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
}

.main-menu .navbar-collapse li a:hover {
    color: #030303;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0 8px 32px 0 rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 25px;
    transition: all 0.3s ease;
}

.main-menu .navbar-collapse li a:hover:after {
    opacity: 0;
}



.main-menu .navbar-collapse li.current>a,
.main-menu .navbar-collapse li.current-menu-item>a {
    font-weight: 500;
}

.main-menu .navbar-collapse li li {
    border-top: 1px solid var(--border-color);
}

.main-menu .navbar-collapse li li a {
    text-transform: capitalize;
}

.main-menu .navbar-collapse li li a:after {
    display: none;
}

/* Dropdown Menu Styles */
.main-menu .navbar-collapse li.dropdown {
    position: relative;
}

.main-menu .navbar-collapse li.dropdown .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: var(--white-color);
    min-width: 250px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 15px 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 1000;
    border: 1px solid rgba(84, 175, 50, 0.1);
}

.main-menu .navbar-collapse li.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.main-menu .navbar-collapse li.dropdown .dropdown-menu li {
    width: 100%;
    padding: 0;
    border: none;
    display: block;
}

.main-menu .navbar-collapse li.dropdown .dropdown-menu li a {
    color: var(--main-color);
    padding: 12px 25px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 0;
    margin: 0;
    background: transparent;
    transition: all 0.3s ease;
    display: block;
    border-left: 3px solid transparent;
}

.main-menu .navbar-collapse li.dropdown .dropdown-menu li a:hover {
    background: rgba(84, 175, 50, 0.1);
    color: var(--primary-color);
    border-left-color: var(--primary-color);
    padding-left: 30px;
}

.main-menu .navbar-collapse li.dropdown .dropdown-btn {
    margin-left: 8px;
    font-size: 14px;
    transition: transform 0.3s ease;
    pointer-events: auto;
    z-index: 1100;
}

.main-menu .navbar-collapse li.dropdown .dropdown-menu {
    pointer-events: auto;
    z-index: 1000;
}

.main-menu .navbar-collapse li.dropdown:hover .dropdown-btn {
    transform: rotate(180deg);
}

.main-menu .navbar-collapse li ul li {
    width: 100%;
    padding: 0;
}

.main-menu .navbar-collapse li ul li ul {
    left: 100%;
    top: 0%;
}

/* Dropdown Menu Enhancements */
.main-menu .navbar-collapse li.dropdown {
    position: relative;
}

.main-menu .navbar-collapse li.dropdown .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 250px;
    background: #ffffff;
    border: 1px solid rgba(84, 175, 50, 0.2);
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
    transition: opacity 0.4s ease, transform 0.4s ease;
    z-index: 1000;
    padding: 10px 0;
    margin-top: 5px;
}

.main-menu .navbar-collapse li.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

@keyframes slideDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.main-menu .navbar-collapse li.dropdown:hover .dropdown-menu {
    animation: slideDown 0.4s ease forwards;
}

.main-menu .navbar-collapse li.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.main-menu .navbar-collapse li.dropdown .dropdown-menu li {
    width: 100%;
    padding: 0;
    border: none;
    display: block;
}

.main-menu .navbar-collapse li.dropdown .dropdown-menu li a {
    display: block;
    padding: 12px 20px;
    color: #333333;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    border-radius: 0;
    margin: 0;
    transition: all 0.3s ease;
    background: transparent;
}

.main-menu .navbar-collapse li.dropdown .dropdown-menu li a:hover {
    background: var(--primary-color);
    color: #ffffff;
    padding-left: 25px;
}

.main-menu .navbar-collapse li.dropdown .dropdown-menu li a:after {
    display: none;
}

.dropdown-btn {
    margin-left: 5px;
    font-size: 12px;
    transition: transform 0.3s ease;
}

.main-menu .navbar-collapse li.dropdown:hover .dropdown-btn {
    transform: rotate(180deg);
}

.main-menu .navbar-header {
    display: none;
}



.main-menu .navbar-header .navbar-toggle {
    float: right;
    padding: 4px 0;
    cursor: pointer;
    background: transparent;
}

.main-menu .navbar-header .navbar-toggle .icon-bar {
    background: var(--main-color);
    height: 4px;
    width: 30px;
    display: block;
    margin: 5px 0;
}






/*
* ----------------------------------------------------------------------------------------
* 04.HEADER CSS STYLE
* ----------------------------------------------------------------------------------------
*/
.single-page-hero-area {
    padding-top: 200px;
    padding-bottom: 100px;
    background-color: #130f40;
    background-image: -webkit-linear-gradient(135deg, #130f40 0%, #000000 74%);
    background-image: linear-gradient(315deg, #130f40 0%, #000000 74%);
}

.single-page-hero-area h2 {
    font-size: 80px;
    line-height: 90px;
    background: -webkit-linear-gradient(#fff, #696969);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 40px;
}

.single-page-hero-area p {
    padding-left: 40px;
    padding-right: 400px;
    font-size: 20px;
    line-height: 28px;
}

.main-hero-area {
    padding-top: 145px;
    padding-bottom: 100px;
    background-color: var(--light-gray);
    background-image: -webkit-linear-gradient(135deg, #f8f9fa 0%, #e9ecef 74%);
    background-image: linear-gradient(315deg, #f8f9fa 0%, #e9ecef 74%);
    margin-top: 0;
}

/* Fix for slider positioning with sticky header */
.slider-container,
.video-slider,
.home-slider {
    margin-top: 65px;
}

/* Ensure slider takes full viewport height minus header */
.slider-container .slick-slide,
.video-slider .slick-slide,
.home-slider .slick-slide {
    height: calc(100vh - 65px);
    min-height: 600px;
}

/* Fix slider controls positioning */
.slick-dots {
    position: absolute !important;
    bottom: 30px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: auto !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    z-index: 100;
    margin: 0 !important;
    padding: 0 !important;
}

/* Mobile responsive slider dots */
@media (max-width: 768px) {
    .slick-dots {
        bottom: 20px !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        width: auto !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        padding: 0.5rem 0 !important;
    }
    
    .slick-dots li {
        width: 16px !important;
        height: 16px !important;
        margin: 0 4px !important;
    }
    
    .slick-dots li:before {
        width: 10px !important;
        height: 10px !important;
    }
    
    .slick-dots li.slick-active:before {
        width: 18px !important;
        height: 10px !important;
    }
}

@media (max-width: 480px) {
    .slick-dots {
        bottom: 15px !important;
        padding: 0.25rem 0 !important;
    }
    
    .slick-dots li {
        width: 14px !important;
        height: 14px !important;
        margin: 0 3px !important;
    }
    
    .slick-dots li:before {
        width: 8px !important;
        height: 8px !important;
    }
    
    .slick-dots li.slick-active:before {
        width: 16px !important;
        height: 8px !important;
    }
}

.slick-prev,
.slick-next {
    z-index: 100;
}

/* Status bar and control dots positioning fix */
.slider-status,
.slider-controls {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
}

.hero-content {
    margin-bottom: 60px;
    position: relative;
    padding-left: 80px;
}

.hero-content .dot-shape {
    position: absolute;
    left: 15%;
    top: 25%;
    -webkit-animation: rotated_circle linear 10s infinite;
    animation: rotated_circle linear 10s infinite;
}

.hero-content .dot-shape2 {
    position: absolute;
    right: 15%;
    top: 60%;
    -webkit-animation: rotated_circle linear 10s infinite;
    animation: rotated_circle linear 10s infinite;
}

.hero-content h2 {
    display: block;
    font-weight: 400;
    margin-bottom: 5px;
    color: var(--main-color);
    font-size: 20px;
    line-height: 28px;
}

.hero-content h1 {
    font-weight: 400;
    line-height: 80px;
    margin: 10px 0px;
    font-size: 64px;
    background: -webkit-linear-gradient(#45a028, #4d4d4d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-btns {
    margin-top: 30px;
}

.hero-content .hero-btns .read-more {
    margin-top: 15px;
    text-decoration: underline;
}

.author-image-part {
    z-index: 1;
    overflow: hidden;
    max-width: 575px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: center;
    border-radius: 0 0 580px 565px;
}

.author-image-part .bg-circle {
    z-index: -2;
    width: 425px;
    height: 425px;
    position: absolute;
    left: 5%;
    top: 4%;
    border-radius: 50%;
    background: var(--black-color);
}


.author-image-part .progress-shape {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    text-align: center;
}

.hero-counter-area {
    margin-top: 60px;
}


.counter-item {
    text-align: left;
}

.counter-title {
    color: var(--main-color);
}

.hero-counter-area .count-text {
    line-height: 1;
    font-weight: 700;
    color: var(--white-color);
    text-align: center;
    font-size: 50px;

}

.hero-counter-area .count-text.plus:after {
    content: '+';
}

.hero-counter-area .count-text.k-plus:after {
    content: 'k+';
}

.hero-counter-area .count-text.percent:after {
    content: '%+';
}

.hero-counter-area .counter-title {
    display: block;
}





/*
* ----------------------------------------------------------------------------------------
* 05.ABOUT CSS STYLE
* ----------------------------------------------------------------------------------------
*/
.about-area {
    padding: 120px 0px;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    position: relative;
    overflow: hidden;
}

.about-area::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="%23f0f0f0" opacity="0.3"/><circle cx="75" cy="75" r="1" fill="%23f0f0f0" opacity="0.3"/><circle cx="50" cy="10" r="0.5" fill="%23f0f0f0" opacity="0.2"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>') repeat;
    opacity: 0.5;
    z-index: 0;
}

.about-area .container {
    position: relative;
    z-index: 1;
}

/* Section Title Styles */
.section-title h2 {
    font-size: 48px;
    line-height: 1.2;
    color: #2c3e50 !important;
    margin-bottom: 20px;
    font-weight: 700;
}

.section-title h2 span {
    color: var(--primary-color) !important;
    position: relative;
    font-weight: 700;
}

.section-title h2 span::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, var(--primary-color), transparent);
    border-radius: 2px;
}

.section-title p {
    font-size: 18px;
    color: #5a6c7d !important;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
    font-weight: 500;
    text-align: center;
}

/* About Content Styles */
.about-content {
    padding-right: 30px;
}

.about-text-block h3 {
    font-size: 32px;
    color: #2c3e50 !important;
    margin-bottom: 25px;
    font-weight: 600;
    position: relative;
}

.about-text-block h3::before {
    content: '';
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 40px;
    background: var(--primary-color);
    border-radius: 2px;
}

.about-text-block p {
    font-size: 16px;
    line-height: 1.8;
    color: #4a5568 !important;
    margin-bottom: 30px;
    font-weight: 400;
}

/* About Highlights */
.about-highlights {
    margin: 40px 0;
}

.highlight-item {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    padding: 20px;
    background: var(--white-color);
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    border-left: 4px solid var(--primary-color);
}

.highlight-item:hover {
    transform: translateX(10px);
    box-shadow: 0 10px 25px rgba(84, 175, 50, 0.15);
}

.highlight-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--primary-color), #45a028);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    flex-shrink: 0;
}

.highlight-icon i {
    font-size: 24px;
    color: var(--white-color);
}

.highlight-content h5 {
    font-size: 18px;
    color: #2c3e50 !important;
    margin-bottom: 5px;
    font-weight: 600;
}

.highlight-content p {
    font-size: 14px;
    color: #5a6c7d !important;
    margin: 0;
    line-height: 1.5;
}

/* About CTA Buttons */
.about-cta {
    margin-top: 40px;
}

.theme-btn-outline {
    background: transparent;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
    padding: 15px 30px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    margin-left: 15px;
    transition: all 0.3s ease;
}

.theme-btn-outline:hover {
    background: var(--primary-color);
    color: var(--white-color);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(84, 175, 50, 0.3);
}

/* About Cards Container */
.about-cards-container {
    position: relative;
    padding: 20px;
}

.about-card {
    background: var(--white-color);
    border-radius: 20px;
    padding: 30px 25px;
    margin-bottom: 25px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(84, 175, 50, 0.1);
}

.about-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-color), #45a028);
}

.about-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 40px rgba(84, 175, 50, 0.2);
}

.floating-card {
    animation: floatCard 6s ease-in-out infinite;
}

.floating-card:nth-child(2) {
    animation-delay: 2s;
}

.floating-card:nth-child(3) {
    animation-delay: 4s;
}

@keyframes floatCard {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-15px); }
}

.card-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(--primary-color), #45a028);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    position: relative;
}

.card-icon::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary-color), #45a028);
    opacity: 0.3;
    transform: scale(1.2);
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { transform: scale(1.2); opacity: 0.3; }
    50% { transform: scale(1.4); opacity: 0.1; }
    100% { transform: scale(1.2); opacity: 0.3; }
}

.card-icon i {
    font-size: 32px;
    color: var(--white-color) !important;
    z-index: 1;
    position: relative;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.card-content h4 {
    font-size: 20px;
    color: #2c3e50 !important;
    margin-bottom: 12px;
    font-weight: 600;
}

.card-content p {
    font-size: 14px;
    color: #5a6c7d !important;
    line-height: 1.6;
    margin: 0;
}

.card-number {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background: rgba(84, 175, 50, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    color: var(--primary-color);
}

/* Statistics Section */
.statistics-section {
    margin-top: 60px;
}

.statistics-bg {
    background: linear-gradient(135deg, var(--primary-color), #45a028);
    border-radius: 20px;
    padding: 50px 30px;
    position: relative;
    overflow: hidden;
}

.statistics-bg::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="2" fill="white" opacity="0.1"/><circle cx="20" cy="20" r="1" fill="white" opacity="0.1"/><circle cx="80" cy="80" r="1.5" fill="white" opacity="0.1"/></svg>') repeat;
    animation: float 20s linear infinite;
}

@keyframes float {
    0% { transform: translateX(0) translateY(0); }
    100% { transform: translateX(-50px) translateY(-50px); }
}

.stat-item {
    text-align: center;
    position: relative;
    z-index: 1;
}

.stat-icon {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.stat-icon i {
    font-size: 24px;
    color: var(--white-color);
}

.stat-content {
    color: var(--white-color);
}

.stat-number {
    font-size: 36px;
    font-weight: 700;
    display: inline-block;
    line-height: 1;
}

.stat-suffix {
    font-size: 24px;
    font-weight: 600;
    margin-left: 2px;
}

.stat-label {
    font-size: 14px;
    margin-top: 8px;
    margin-bottom: 0;
    opacity: 0.9;
    font-weight: 500;
}

/* Responsive Design */
@media (max-width: 991px) {
    .about-content {
        padding-right: 0;
        margin-bottom: 50px;
    }
    
    .about-text-block h3::before {
        display: none;
    }
    
    .section-title h2 {
        font-size: 36px;
    }
    
    .about-cards-container {
        padding: 10px;
    }
    
    .about-card {
        margin-bottom: 20px;
    }
    
    .statistics-bg {
        padding: 40px 20px;
    }
    
    .stat-item {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .about-area {
        padding: 80px 0;
    }
    
    .section-title h2 {
        font-size: 28px;
    }
    
    .section-title p {
        font-size: 16px;
    }
    
    .about-text-block h3 {
        font-size: 24px;
    }
    
    .highlight-item {
        padding: 15px;
        margin-bottom: 20px;
    }
    
    .highlight-icon {
        width: 50px;
        height: 50px;
        margin-right: 15px;
    }
    
    .highlight-icon i {
        font-size: 20px;
    }
    
    .about-card {
        padding: 25px 20px;
    }
    
    .card-icon {
        width: 60px;
        height: 60px;
    }
    
    .card-icon i {
        font-size: 28px;
    }
    
    .stat-number {
        font-size: 28px;
    }
    
    .stat-suffix {
        font-size: 20px;
    }
    
    .theme-btn-outline {
        margin-left: 0;
        margin-top: 15px;
        display: block;
        text-align: center;
        width: 100%;
    }
}








.glitch {
    position: relative;
    overflow: hidden;
}

.glitch img {
    position: relative;
    z-index: 1;
    display: block;
    border-radius: 40px;
    border: 4px solid #130f40;
}

.glitch__layers {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.glitch__layer {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url(../../assets/images/about/me.jpg);
    background-repeat: no-repeat;
    background-position: 0 0;
}

.glitch__layer:nth-child(1) {
    -webkit-transform: translateX(-5%);
            transform: translateX(-5%);
    -webkit-animation: glitch-anim-1 2s infinite linear alternate;
            animation: glitch-anim-1 2s infinite linear alternate;
}

.glitch__layer:nth-child(2) {
    -webkit-transform: translateX(3%) translateY(3%);
            transform: translateX(3%) translateY(3%);
    -webkit-animation: glitch-anim-2 2.3s -.8s infinite linear alternate;
            animation: glitch-anim-2 2.3s -.8s infinite linear alternate;
}

.glitch__layer:nth-child(3) {
    -webkit-transform: translateX(5%);
            transform: translateX(5%);
    -webkit-animation: glitch-anim-flash 1s infinite linear;
            animation: glitch-anim-flash 1s infinite linear;
}

@-webkit-keyframes glitch-anim-1 {
    0% {
        -webkit-clip-path: polygon(0 0%, 100% 0%, 100% 5%, 0 5%);
                clip-path: polygon(0 0%, 100% 0%, 100% 5%, 0 5%);
    }

    10% {
        -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
                clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
    }

    20% {
        -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
                clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
    }

    30% {
        -webkit-clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
                clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
    }

    40% {
        -webkit-clip-path: polygon(0 35%, 100% 35%, 100% 35%, 0 35%);
                clip-path: polygon(0 35%, 100% 35%, 100% 35%, 0 35%);
    }

    50% {
        -webkit-clip-path: polygon(0 45%, 100% 45%, 100% 46%, 0 46%);
                clip-path: polygon(0 45%, 100% 45%, 100% 46%, 0 46%);
    }

    60% {
        -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 70%, 0 70%);
                clip-path: polygon(0 50%, 100% 50%, 100% 70%, 0 70%);
    }

    70% {
        -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
                clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
    }

    80% {
        -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
                clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
    }

    90% {
        -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
                clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
    }

    100% {
        -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 70%, 0 70%);
                clip-path: polygon(0 60%, 100% 60%, 100% 70%, 0 70%);
    }
}

@keyframes glitch-anim-1 {
    0% {
        -webkit-clip-path: polygon(0 0%, 100% 0%, 100% 5%, 0 5%);
                clip-path: polygon(0 0%, 100% 0%, 100% 5%, 0 5%);
    }

    10% {
        -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
                clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
    }

    20% {
        -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
                clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
    }

    30% {
        -webkit-clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
                clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
    }

    40% {
        -webkit-clip-path: polygon(0 35%, 100% 35%, 100% 35%, 0 35%);
                clip-path: polygon(0 35%, 100% 35%, 100% 35%, 0 35%);
    }

    50% {
        -webkit-clip-path: polygon(0 45%, 100% 45%, 100% 46%, 0 46%);
                clip-path: polygon(0 45%, 100% 45%, 100% 46%, 0 46%);
    }

    60% {
        -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 70%, 0 70%);
                clip-path: polygon(0 50%, 100% 50%, 100% 70%, 0 70%);
    }

    70% {
        -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
                clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
    }

    80% {
        -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
                clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
    }

    90% {
        -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
                clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
    }

    100% {
        -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 70%, 0 70%);
                clip-path: polygon(0 60%, 100% 60%, 100% 70%, 0 70%);
    }
}

@-webkit-keyframes glitch-anim-2 {
    0% {
        -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 30%, 0 30%);
                clip-path: polygon(0 15%, 100% 15%, 100% 30%, 0 30%);
    }

    15% {
        -webkit-clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);
                clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);
    }

    25% {
        -webkit-clip-path: polygon(0 8%, 100% 8%, 100% 20%, 0 20%);
                clip-path: polygon(0 8%, 100% 8%, 100% 20%, 0 20%);
    }

    30% {
        -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
                clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
    }

    45% {
        -webkit-clip-path: polygon(0 45%, 100% 45%, 100% 45%, 0 45%);
                clip-path: polygon(0 45%, 100% 45%, 100% 45%, 0 45%);
    }

    50% {
        -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 57%, 0 57%);
                clip-path: polygon(0 50%, 100% 50%, 100% 57%, 0 57%);
    }

    65% {
        -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
                clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
    }

    75% {
        -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
                clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
    }

    80% {
        -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 60%, 0 60%);
                clip-path: polygon(0 40%, 100% 40%, 100% 60%, 0 60%);
    }

    95% {
        -webkit-clip-path: polygon(0 45%, 100% 45%, 100% 60%, 0 60%);
                clip-path: polygon(0 45%, 100% 45%, 100% 60%, 0 60%);
    }

    100% {
        -webkit-clip-path: polygon(0 11%, 100% 11%, 100% 15%, 0 15%);
                clip-path: polygon(0 11%, 100% 11%, 100% 15%, 0 15%);
    }
}

@keyframes glitch-anim-2 {
    0% {
        -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 30%, 0 30%);
                clip-path: polygon(0 15%, 100% 15%, 100% 30%, 0 30%);
    }

    15% {
        -webkit-clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);
                clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);
    }

    25% {
        -webkit-clip-path: polygon(0 8%, 100% 8%, 100% 20%, 0 20%);
                clip-path: polygon(0 8%, 100% 8%, 100% 20%, 0 20%);
    }

    30% {
        -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
                clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
    }

    45% {
        -webkit-clip-path: polygon(0 45%, 100% 45%, 100% 45%, 0 45%);
                clip-path: polygon(0 45%, 100% 45%, 100% 45%, 0 45%);
    }

    50% {
        -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 57%, 0 57%);
                clip-path: polygon(0 50%, 100% 50%, 100% 57%, 0 57%);
    }

    65% {
        -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
                clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
    }

    75% {
        -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
                clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
    }

    80% {
        -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 60%, 0 60%);
                clip-path: polygon(0 40%, 100% 40%, 100% 60%, 0 60%);
    }

    95% {
        -webkit-clip-path: polygon(0 45%, 100% 45%, 100% 60%, 0 60%);
                clip-path: polygon(0 45%, 100% 45%, 100% 60%, 0 60%);
    }

    100% {
        -webkit-clip-path: polygon(0 11%, 100% 11%, 100% 15%, 0 15%);
                clip-path: polygon(0 11%, 100% 11%, 100% 15%, 0 15%);
    }
}

@-webkit-keyframes glitch-anim-flash {
    0% {
        opacity: .2;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    }

    30%,
    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

@keyframes glitch-anim-flash {
    0% {
        opacity: .2;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    }

    30%,
    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

/*
* ----------------------------------------------------------------------------------------
* 06.SERVICE CSS STYLE
* ----------------------------------------------------------------------------------------
*/
.services-area {
    padding: 100px 0px;
    background-color: var(--light-gray);
    background-image: -webkit-linear-gradient(220deg, #f8f9fa 0%, #e9ecef 74%);
    background-image: linear-gradient(230deg, #f8f9fa 0%, #e9ecef 74%);
}

.service-item {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding: 40px 20px;
    border-radius: 12px;
    border: 1px solid var(--black-color);
    background: var(--black-color);
}


.service-item .content p {
    margin-bottom: 0;
    color: rgb(119, 119, 125);
    font-size: 16px;
    line-height: 22px;
}

.service-item .content h4 {
    margin: 12px 0px;
    color: var(--main-color);
    font-size: 22px;
    line-height: 29px;
}

.service-item .content i {
    font-size: 50px;
    color: var(--primary-color);
    margin-bottom: 25px;
}


.service-item .details-btn {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-left: auto;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.service-item:hover {
    border-color: var(--primary-color);
}

.service-item:hover .details-btn {
    color: var(--black-color);
    background: var(--primary-color);
}


/*
* ----------------------------------------------------------------------------------------
* 07.SKILL CSS STYLE
* ----------------------------------------------------------------------------------------
*/
.skill-area {
    padding-top: 20px;
}

.skill-item {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-align: center;
    margin-bottom: 30px;
    border-radius: 14px;
    padding: 25px;
    border: 1px dashed var(--border-color);
}

.skill-item h5 {
    margin-top: 20px;
    color: var(--subtitle-color);
    font-size: 16px;
    line-height: 19px;
}

.skill-item .percent {
    padding: 10px;
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: var(--black-color);
}

.skill-item:hover {
    border-color: var(--primary-color);
}

.skill-item:hover .percent {
    color: var(--heading-color);
    background: var(--black-color);
}

.extra-skills {}

.extra-skills ul {
    margin-top: 30px;
}

ul.extra-skills li {
    border: 1px dashed var(--border-color);
    display: inline-block;
    border-radius: 12px;
    padding: 3px 10px;
    margin-bottom: 10px;
    margin-right: 20px;
}

ul.extra-skills li i {
    padding-right: 10px;
}

/*
* ----------------------------------------------------------------------------------------
* 08.RESUME CSS STYLE
* ----------------------------------------------------------------------------------------
*/
.resume-area {
    padding: 100px 0px;

}

.resume-wrapper {
    position: relative;
    padding-left: 20px;
    margin-top: 50px;
}

.resume-wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border-left: 1px solid var(--main-color);
}

.resume-wrapper i {
    color: var(--main-color);
    font-size: 40px;
    margin-bottom: 30px;
    display: block;
}

.resume-wrapper .resume-box {
    margin-bottom: 40px
}
.resume-box h5{
    font-size: 30px;
    color: var(--main-color);
}
.resume-wrapper .resume-box:last-child {
    margin-bottom: 0
}

.resume-wrapper .resume-box .resume-date {
    position: relative;
    display: inline-block;
    border: 1px solid var(--main-color);
    border-radius: 2em;
    margin-bottom: 1em;
    color: var(--primary-color);
    padding: 0.5em 1em;
    font-size: 0.9em;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 500;
    -webkit-transition: linear 0.1s;
    transition: linear 0.1s
}

.resume-wrapper .resume-box .resume-date:before {
    content: '';
    position: absolute;
    top: 50%;
    left: -20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 1px;
    border-top: 1px solid var(--main-color);
}

.resume-wrapper .resume-box .resume-date:after {
    content: '';
    position: absolute;
    top: 50%;
    left: -23px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: var(--main-color);
    width: 5px;
    height: 5px;
    border-radius: 50%
}

.resume-wrapper .resume-box:hover .resume-date {
    color: var(--primary-color)
}




/*
* ----------------------------------------------------------------------------------------
* 09.PORTFOLIO CSS STYLE
* ----------------------------------------------------------------------------------------
*/
/* Stock Market Style Ticker Bar */
.ticker-bar {
    background: linear-gradient(135deg, #2d5016 0%, #54af32 50%, #45a028 100%);
    color: var(--white-color);
    padding: 0;
    overflow: hidden;
    position: relative;
    border-top: 2px solid #45a028;
    border-bottom: 2px solid #45a028;
    box-shadow: 0 2px 10px rgba(84, 175, 50, 0.3);
}

.ticker-wrapper {
    position: relative;
    height: 50px;
    display: flex;
    align-items: center;
}

.ticker-content {
    display: flex;
    animation: stockTicker 35s linear infinite;
    white-space: nowrap;
    align-items: center;
    height: 100%;
    padding-left: 200px;
}

@keyframes stockTicker {
    0% { transform: translateX(100%); }
    100% { transform: translateX(-100%); }
}

.ticker-item {
    display: inline-block;
    margin-right: 40px;
    padding: 5px 15px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    font-weight: 700;
    font-size: 14px;
    color: var(--white-color);
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.ticker-item:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: scale(1.05);
    box-shadow: 0 2px 8px rgba(255, 255, 255, 0.3);
}

.ticker-label {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.15);
    color: var(--white-color);
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 1px solid rgba(255, 255, 255, 0.3);
    z-index: 10;
    display: flex;
    align-items: center;
    gap: 4px;
    backdrop-filter: blur(5px);
}

.ticker-label i {
    font-size: 12px;
    animation: blink 1.5s infinite;
}

@keyframes blink {
    0%, 50% { opacity: 1; }
    51%, 100% { opacity: 0.3; }
}

/* Stock market style animation */
.ticker-bar::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: repeating-linear-gradient(
        90deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.05) 10px,
        rgba(255, 255, 255, 0.05) 11px
    );
    animation: scan 3s linear infinite;
    pointer-events: none;
}

@keyframes scan {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(100%); }
}

/* Responsive Design */
@media (max-width: 768px) {
    .ticker-bar {
        height: 45px;
    }
    
    .ticker-wrapper {
        height: 45px;
    }
    
    .ticker-content {
        padding-left: 120px;
    }
    
    .ticker-item {
        margin-right: 30px;
        padding: 4px 12px;
        font-size: 12px;
    }
    
    .ticker-label {
        padding: 6px 10px;
        font-size: 10px;
        left: 10px;
    }
}

@media (max-width: 576px) {
    .ticker-bar {
        height: 40px;
    }
    
    .ticker-wrapper {
        height: 40px;
    }
    
    .ticker-content {
        padding-left: 0;
    }
    
    .ticker-item {
        margin-right: 25px;
        padding: 3px 10px;
        font-size: 11px;
    }
    
    .ticker-label {
        display: none;
    }
}

/* Animation pause on hover */
.ticker-bar:hover .ticker-content {
    animation-play-state: paused;
}

.ticker-bar:hover .ticker-item {
    background: rgba(255, 255, 255, 0.2);
}

/* Quote Request Tabs */
.quote-tabs {
    margin-top: 50px;
}

.nav-tabs .nav-link {
    background: var(--light-gray);
    color: var(--main-color);
    border: 1px solid var(--border-color);
    border-radius: 8px 8px 0 0;
    margin-right: 5px;
    font-weight: 500;
}

.nav-tabs .nav-link.active {
    background: var(--primary-color);
    color: var(--white-color);
    border-color: var(--primary-color);
}

.tab-content {
    background: var(--white-color);
    border: 1px solid var(--border-color);
    border-radius: 0 8px 8px 8px;
    padding: 30px;
}

/* Business Sequence Timeline - Modern Design */
.business-sequence {
    padding: 100px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 50%, #f8f9fa 100%);
    position: relative;
    overflow: hidden;
}

.business-sequence::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="businessPattern" width="40" height="40" patternUnits="userSpaceOnUse"><circle cx="20" cy="20" r="1" fill="%2354af32" opacity="0.08"/><circle cx="10" cy="10" r="0.5" fill="%2354af32" opacity="0.05"/></pattern></defs><rect width="100" height="100" fill="url(%23businessPattern)"/></svg>') repeat;
    opacity: 0.4;
    z-index: 0;
}

.business-sequence .container {
    position: relative;
    z-index: 1;
}

/* Modern Process Steps Container */
.process-steps-container {
    position: relative;
    margin-top: 60px;
    display: flex;
    justify-content: center;
    gap: 20px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 10px;
    scrollbar-width: thin;
    scrollbar-color: var(--primary-color) transparent;
}

.process-steps-container::-webkit-scrollbar {
    height: 8px;
}

.process-steps-container::-webkit-scrollbar-track {
    background: transparent;
}

.process-steps-container::-webkit-scrollbar-thumb {
    background-color: var(--primary-color);
    border-radius: 4px;
}

/* Compact step width */
.sequence-step {
    flex: 0 0 18%;
    min-width: 180px;
    max-width: 220px;
}

/* Adjust step card padding for compactness */
.step-card {
    padding: 30px 20px;
    min-height: 240px;
}

/* Adjust step number size */
.step-number {
    width: 60px;
    height: 60px;
    font-size: 24px;
    margin-bottom: 20px;
}

/* Adjust step content font sizes */
.step-content h4 {
    font-size: 18px;
    margin-bottom: 10px;
}

.step-content p {
    font-size: 13px;
    line-height: 1.4;
}

/* Responsive adjustments for mobile */
@media (max-width: 991px) {
    .process-steps-container {
        gap: 15px;
        max-width: 100%;
        padding: 0 10px;
        overflow-x: auto;
    }

    .sequence-step {
        flex: 0 0 40%;
        min-width: 140px;
        max-width: 180px;
    }

    .step-card {
        padding: 20px 15px;
        min-height: 200px;
    }

    .step-number {
        width: 50px;
        height: 50px;
        font-size: 20px;
        margin-bottom: 15px;
    }

    .step-content h4 {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .step-content p {
        font-size: 12px;
    }
}

@media (max-width: 576px) {
    .process-steps-container {
        gap: 10px;
        padding: 0 5px;
    }

    .sequence-step {
        flex: 0 0 80%;
        min-width: 120px;
        max-width: 160px;
    }

    .step-card {
        padding: 15px 10px;
        min-height: 180px;
    }

    .step-number {
        width: 45px;
        height: 45px;
        font-size: 18px;
        margin-bottom: 12px;
    }

    .step-content h4 {
        font-size: 14px;
        margin-bottom: 6px;
    }

    .step-content p {
        font-size: 11px;
    }
}

/* Desktop Connection Line */
.process-connection-line {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent 8%, var(--primary-color) 8%, var(--primary-color) 92%, transparent 92%);
    transform: translateY(-50%);
    z-index: 1;
    border-radius: 2px;
}

.process-connection-line::before {
    content: '';
    position: absolute;
    top: 0;
    left: 8%;
    right: 8%;
    height: 100%;
    background: linear-gradient(90deg, var(--primary-color), #45a028, var(--primary-color));
    border-radius: 2px;
    animation: connectionFlow 3s ease-in-out infinite;
}

@keyframes connectionFlow {
    0%, 100% { opacity: 0.6; }
    50% { opacity: 1; }
}

/* Modern Step Design */
.sequence-step {
    text-align: center;
    position: relative;
    margin-bottom: 40px;
    z-index: 2;
    transition: all 0.4s ease;
}

.sequence-step:hover {
    transform: translateY(-10px);
}

/* Step Card Container */
.step-card {
    background: var(--white-color);
    border-radius: 25px;
    padding: 40px 25px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    border: 2px solid rgba(84, 175, 50, 0.1);
    position: relative;
    overflow: hidden;
    height: 100%;
    min-height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.step-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-color), #45a028);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.6s ease;
}

.sequence-step:hover .step-card::before {
    transform: scaleX(1);
}

.sequence-step:hover .step-card {
    box-shadow: 0 25px 60px rgba(84, 175, 50, 0.2);
    border-color: var(--primary-color);
    transform: translateY(-5px);
}

/* Modern Step Number */
.step-number {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--primary-color), #45a028);
    color: var(--white-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 32px;
    margin: 0 auto 25px;
    position: relative;
    box-shadow: 0 10px 30px rgba(84, 175, 50, 0.3);
    transition: all 0.4s ease;
}

.step-number::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary-color), #45a028);
    opacity: 0.3;
    transform: scale(1.2);
    animation: stepPulse 2s infinite;
}

@keyframes stepPulse {
    0% { transform: scale(1.2); opacity: 0.3; }
    50% { transform: scale(1.4); opacity: 0.1; }
    100% { transform: scale(1.2); opacity: 0.3; }
}

.sequence-step:hover .step-number {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 15px 40px rgba(84, 175, 50, 0.4);
}

/* Step Content */
.step-content h4 {
    color: #2c3e50;
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

.step-content p {
    color: #5a6c7d;
    font-size: 15px;
    line-height: 1.6;
    font-weight: 500;
    margin: 0;
}

/* Step Icon (Alternative to Number) */
.step-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--primary-color), #45a028);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    position: relative;
    box-shadow: 0 10px 30px rgba(84, 175, 50, 0.3);
    transition: all 0.4s ease;
}

.step-icon i {
    font-size: 36px;
    color: var(--white-color);
    z-index: 1;
    position: relative;
}

.step-icon::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary-color), #45a028);
    opacity: 0.3;
    transform: scale(1.2);
    animation: iconPulse 2s infinite;
}

@keyframes iconPulse {
    0% { transform: scale(1.2); opacity: 0.3; }
    50% { transform: scale(1.4); opacity: 0.1; }
    100% { transform: scale(1.2); opacity: 0.3; }
}

/* Floating Animation */
.sequence-step:nth-child(odd) .step-card {
    animation: floatUp 6s ease-in-out infinite;
}

.sequence-step:nth-child(even) .step-card {
    animation: floatDown 6s ease-in-out infinite;
    animation-delay: 3s;
}

@keyframes floatUp {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
}

@keyframes floatDown {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(10px); }
}

/* Progress Indicator */
.step-progress {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: rgba(84, 175, 50, 0.2);
    border-radius: 2px;
    overflow: hidden;
}

.step-progress::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: linear-gradient(90deg, var(--primary-color), #45a028);
    border-radius: 2px;
    animation: progressFill 2s ease-in-out infinite;
}

.sequence-step:nth-child(1) .step-progress::after { width: 20%; }
.sequence-step:nth-child(2) .step-progress::after { width: 40%; }
.sequence-step:nth-child(3) .step-progress::after { width: 60%; }
.sequence-step:nth-child(4) .step-progress::after { width: 80%; }
.sequence-step:nth-child(5) .step-progress::after { width: 100%; }

@keyframes progressFill {
    0%, 100% { opacity: 0.6; }
    50% { opacity: 1; }
}

/* Mobile Responsive Design */
@media (max-width: 991px) {
    .business-sequence {
        padding: 80px 0;
    }
    
    .process-connection-line {
        display: none;
    }
    
    .step-card {
        padding: 35px 20px;
        min-height: 260px;
        margin-bottom: 30px;
    }
    
    .step-number {
        width: 70px;
        height: 70px;
        font-size: 28px;
        margin-bottom: 20px;
    }
    
    .step-content h4 {
        font-size: 20px;
        margin-bottom: 12px;
    }
    
    .step-content p {
        font-size: 14px;
    }
    
    .sequence-step:hover {
        transform: translateY(-5px);
    }
}

@media (max-width: 767px) {
    .business-sequence {
        padding: 60px 0;
    }
    
    .step-card {
        padding: 30px 20px;
        min-height: 240px;
        margin-bottom: 25px;
        border-radius: 20px;
    }
    
    .step-number {
        width: 65px;
        height: 65px;
        font-size: 26px;
        margin-bottom: 18px;
    }
    
    .step-content h4 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    
    .step-content p {
        font-size: 13px;
        line-height: 1.5;
    }
    
    /* Mobile Connection Dots */
    .mobile-connection {
        display: flex;
        justify-content: center;
        margin: 20px 0;
    }
    
    .connection-dot {
        width: 8px;
        height: 8px;
        background: var(--primary-color);
        border-radius: 50%;
        margin: 0 4px;
        animation: dotPulse 1.5s infinite;
    }
    
    .connection-dot:nth-child(2) { animation-delay: 0.3s; }
    .connection-dot:nth-child(3) { animation-delay: 0.6s; }
    
    @keyframes dotPulse {
        0%, 100% { opacity: 0.3; transform: scale(1); }
        50% { opacity: 1; transform: scale(1.2); }
    }
}

@media (max-width: 576px) {
    .business-sequence {
        padding: 50px 0;
    }
    
    .step-card {
        padding: 25px 15px;
        min-height: 220px;
        margin-bottom: 20px;
        border-radius: 18px;
    }
    
    .step-number {
        width: 60px;
        height: 60px;
        font-size: 24px;
        margin-bottom: 15px;
    }
    
    .step-content h4 {
        font-size: 16px;
        margin-bottom: 8px;
    }
    
    .step-content p {
        font-size: 12px;
        line-height: 1.4;
    }
    
    .step-progress {
        width: 50px;
        height: 3px;
        bottom: 15px;
    }
}

/* Enhanced Hover Effects */
.sequence-step:hover .step-number {
    animation-play-state: paused;
}

.sequence-step:hover .step-icon {
    transform: scale(1.1) rotate(-5deg);
    box-shadow: 0 15px 40px rgba(84, 175, 50, 0.4);
}

/* Accessibility Improvements */
.sequence-step:focus-within .step-card {
    outline: 3px solid rgba(84, 175, 50, 0.5);
    outline-offset: 2px;
}

/* Print Styles */
@media print {
    .business-sequence {
        background: white !important;
        padding: 40px 0 !important;
    }
    
    .step-card {
        box-shadow: none !important;
        border: 2px solid #ccc !important;
        break-inside: avoid;
    }
    
    .step-number,
    .step-icon {
        background: #54af32 !important;
        box-shadow: none !important;
    }
}

/* Dark Mode Support */
@media (prefers-color-scheme: dark) {
    .business-sequence {
        background: linear-gradient(135deg, #2c2c2c 0%, #1a1a1a 50%, #2c2c2c 100%);
    }
    
    .step-card {
        background: #333333;
        border-color: rgba(84, 175, 50, 0.3);
    }
    
    .step-content h4 {
        color: #ffffff;
    }
    
    .step-content p {
        color: #cccccc;
    }
}

/* Reduced Motion Support */
@media (prefers-reduced-motion: reduce) {
    .sequence-step,
    .step-card,
    .step-number,
    .step-icon {
        animation: none !important;
        transition: none !important;
    }
    
    .sequence-step:hover {
        transform: none !important;
    }
}

/*
* ----------------------------------------------------------------------------------------
* BUSINESS PROCESS SECTION - MODERN & RESPONSIVE DESIGN
* ----------------------------------------------------------------------------------------
*/

/* Business Process Main Container */
.business-process-area {
    padding: 120px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 50%, #f8f9fa 100%);
    position: relative;
    overflow: hidden;
}

.business-process-area::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="processPattern" width="40" height="40" patternUnits="userSpaceOnUse"><circle cx="20" cy="20" r="1" fill="%2354af32" opacity="0.08"/><circle cx="10" cy="10" r="0.5" fill="%2354af32" opacity="0.05"/></pattern></defs><rect width="100" height="100" fill="url(%23processPattern)"/></svg>') repeat;
    opacity: 0.4;
    z-index: 0;
}

.business-process-area .container {
    position: relative;
    z-index: 1;
}

/* Process Steps Container */
.process-steps-wrapper {
    position: relative;
    margin-top: 60px;
    display: flex;
    justify-content: center;
    gap: 30px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
}

/* Desktop Connection Line */
.process-connection-line {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent 8%, var(--primary-color) 8%, var(--primary-color) 92%, transparent 92%);
    transform: translateY(-50%);
    z-index: 1;
    border-radius: 2px;
}

.process-connection-line::before {
    content: '';
    position: absolute;
    top: 0;
    left: 8%;
    right: 8%;
    height: 100%;
    background: linear-gradient(90deg, var(--primary-color), #45a028, var(--primary-color));
    border-radius: 2px;
    animation: connectionFlow 3s ease-in-out infinite;
}

@keyframes connectionFlow {
    0%, 100% { opacity: 0.6; }
    50% { opacity: 1; }
}

/* Process Step Design */
.process-step {
    flex: 1 1 30%;
    max-width: 30%;
    min-width: 280px;
    text-align: center;
    position: relative;
    margin-bottom: 40px;
    z-index: 2;
    transition: all 0.4s ease;
}

.process-step:hover {
    transform: translateY(-10px);
}

/* Step Card Container */
.process-step-card {
    background: var(--white-color);
    border-radius: 25px;
    padding: 40px 25px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    border: 2px solid rgba(84, 175, 50, 0.1);
    position: relative;
    overflow: hidden;
    height: 100%;
    min-height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.process-step-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-color), #45a028);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.6s ease;
}

.process-step:hover .process-step-card::before {
    transform: scaleX(1);
}

.process-step:hover .process-step-card {
    box-shadow: 0 25px 60px rgba(84, 175, 50, 0.2);
    border-color: var(--primary-color);
    transform: translateY(-5px);
}

/* Step Number */
.process-step-number {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--primary-color), #45a028);
    color: var(--white-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 32px;
    margin: 0 auto 25px;
    position: relative;
    box-shadow: 0 10px 30px rgba(84, 175, 50, 0.3);
    transition: all 0.4s ease;
}

.process-step-number::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary-color), #45a028);
    opacity: 0.3;
    transform: scale(1.2);
    animation: stepPulse 2s infinite;
}

@keyframes stepPulse {
    0% { transform: scale(1.2); opacity: 0.3; }
    50% { transform: scale(1.4); opacity: 0.1; }
    100% { transform: scale(1.2); opacity: 0.3; }
}

.process-step:hover .process-step-number {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 15px 40px rgba(84, 175, 50, 0.4);
}

/* Step Content */
.process-step-content h4 {
    color: #2c3e50;
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

.process-step-content p {
    color: #5a6c7d;
    font-size: 15px;
    line-height: 1.6;
    font-weight: 500;
    margin: 0;
}

/* Floating Animation */
.process-step:nth-child(odd) .process-step-card {
    animation: floatUp 6s ease-in-out infinite;
}

.process-step:nth-child(even) .process-step-card {
    animation: floatDown 6s ease-in-out infinite;
    animation-delay: 3s;
}

@keyframes floatUp {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
}

@keyframes floatDown {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(10px); }
}

/* Progress Indicator */
.process-step-progress {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: rgba(84, 175, 50, 0.2);
    border-radius: 2px;
    overflow: hidden;
}

.process-step-progress::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: linear-gradient(90deg, var(--primary-color), #45a028);
    border-radius: 2px;
    animation: progressFill 2s ease-in-out infinite;
}

.process-step:nth-child(1) .process-step-progress::after { width: 20%; }
.process-step:nth-child(2) .process-step-progress::after { width: 40%; }
.process-step:nth-child(3) .process-step-progress::after { width: 60%; }
.process-step:nth-child(4) .process-step-progress::after { width: 80%; }
.process-step:nth-child(5) .process-step-progress::after { width: 100%; }

@keyframes progressFill {
    0%, 100% { opacity: 0.6; }
    50% { opacity: 1; }
}

/* Responsive Design */
@media (max-width: 1200px) {
    .process-steps-wrapper {
        gap: 20px;
        max-width: 100%;
        padding: 0 20px;
    }
    
    .process-step {
        max-width: 200px;
        min-width: 160px;
    }
    
    .process-step-card {
        padding: 35px 20px;
        min-height: 260px;
    }
    
    .process-step-number {
        width: 70px;
        height: 70px;
        font-size: 28px;
        margin-bottom: 20px;
    }
    
    .process-step-content h4 {
        font-size: 20px;
        margin-bottom: 12px;
    }
    
    .process-step-content p {
        font-size: 14px;
    }
}

/* Desktop view for min-width 1024px and above - FIXED DESIGN */
@media (min-width: 1024px) {
    .business-process-area .process-timeline .row {
        max-width: 1200px;
        margin: 0 auto;
        justify-content: center;
    }
    
    .business-process-area .col-lg-2 {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .business-process-area .process-step-card {
        max-width: none;
        min-height: 300px;
        padding: 40px 25px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        border-radius: 20px;
        background: var(--white-color);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        transition: all 0.4s ease;
        border: 1px solid rgba(84, 175, 50, 0.1);
        position: relative;
        overflow: hidden;
    }
    
    .business-process-area .process-step-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 4px;
        background: linear-gradient(90deg, var(--primary-color), #45a028);
        transform: scaleX(0);
        transform-origin: left;
        transition: transform 0.6s ease;
    }
    
    .business-process-area .process-step-card:hover::before {
        transform: scaleX(1);
    }
    
    .business-process-area .process-step-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 20px 50px rgba(84, 175, 50, 0.2);
        border-color: var(--primary-color);
    }
    
    .business-process-area .step-icon-wrapper {
        text-align: center;
        margin-bottom: 25px;
        position: relative;
    }
    
    .business-process-area .step-icon {
        width: 80px;
        height: 80px;
        background: var(--white-color);
        border: 3px solid var(--primary-color);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 15px;
        position: relative;
        box-shadow: 0 8px 25px rgba(84, 175, 50, 0.2);
        transition: all 0.4s ease;
    }
    
    .business-process-area .step-icon::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background: linear-gradient(135deg, rgba(84, 175, 50, 0.1), rgba(69, 160, 40, 0.05));
        transform: scale(1.2);
        opacity: 0.3;
        animation: iconGlow 3s ease-in-out infinite;
    }
    
    .business-process-area .step-icon i {
        font-size: 32px;
        color: var(--primary-color);
        z-index: 1;
        position: relative;
        transition: all 0.3s ease;
    }
    
    .business-process-area .process-step-card:hover .step-icon {
        transform: scale(1.1);
        border-color: #45a028;
        box-shadow: 0 12px 35px rgba(84, 175, 50, 0.3);
    }
    
    .business-process-area .process-step-card:hover .step-icon i {
        color: #45a028;
        transform: scale(1.1);
    }
    
    .business-process-area .step-counter {
        position: absolute;
        top: -10px;
        right: -10px;
        width: 35px;
        height: 35px;
        background: linear-gradient(135deg, var(--primary-color), #45a028);
        color: var(--white-color);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
        font-size: 16px;
        z-index: 3;
        box-shadow: 0 5px 15px rgba(84, 175, 50, 0.4);
        animation: counterPulse 2s infinite;
    }
    
    .business-process-area .step-content {
        text-align: center;
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .business-process-area .step-content h4 {
        font-size: 20px;
        color: #2c3e50;
        margin-bottom: 15px;
        font-weight: 600;
        line-height: 1.3;
        text-shadow: 0 1px 2px rgba(0,0,0,0.1);
    }
    
    .business-process-area .step-content p {
        font-size: 14px;
        color: #5a6c7d;
        line-height: 1.6;
        margin: 0;
        font-weight: 400;
    }
    
    .business-process-area .timeline-line {
        position: absolute;
        top: 50%;
        left: 10%;
        right: 10%;
        height: 3px;
        background: linear-gradient(90deg, var(--primary-color), #45a028, var(--primary-color));
        transform: translateY(-50%);
        z-index: 1;
        border-radius: 2px;
        opacity: 0.6;
    }
    
    .business-process-area .timeline-line::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 100%;
        background: linear-gradient(90deg, var(--primary-color), #45a028, var(--primary-color));
        border-radius: 2px;
        animation: timelineFlow 3s ease-in-out infinite;
    }
    
    .business-process-area .step-connector {
        display: none;
    }
}

@keyframes iconGlow {
    0%, 100% { transform: scale(1.2); opacity: 0.3; }
    50% { transform: scale(1.4); opacity: 0.1; }
}

@keyframes counterPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}

@keyframes timelineFlow {
    0%, 100% { opacity: 0.6; }
    50% { opacity: 1; }
}

@media (max-width: 991px) {
    .business-process-area {
        padding: 80px 0;
    }
    
    .process-connection-line {
        display: none;
    }
    
    .process-steps-wrapper {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }
    
    .process-step {
        max-width: 400px;
        width: 100%;
    }
    
    .process-step-card {
        padding: 35px 25px;
        min-height: 240px;
        margin-bottom: 20px;
    }
    
    .process-step-number {
        width: 70px;
        height: 70px;
        font-size: 28px;
        margin-bottom: 20px;
    }
    
    .process-step-content h4 {
        font-size: 20px;
        margin-bottom: 12px;
    }
    
    .process-step-content p {
        font-size: 14px;
    }
    
    .process-step:hover {
        transform: translateY(-5px);
    }
    
    /* Mobile Connection Dots */
    .mobile-connection {
        display: flex;
        justify-content: center;
        margin: 20px 0;
    }
    
    .connection-dot {
        width: 8px;
        height: 8px;
        background: var(--primary-color);
        border-radius: 50%;
        margin: 0 4px;
        animation: dotPulse 1.5s infinite;
    }
    
    .connection-dot:nth-child(2) { animation-delay: 0.3s; }
    .connection-dot:nth-child(3) { animation-delay: 0.6s; }
    
    @keyframes dotPulse {
        0%, 100% { opacity: 0.3; transform: scale(1); }
        50% { opacity: 1; transform: scale(1.2); }
    }
}

@media (max-width: 767px) {
    .business-process-area {
        padding: 60px 0;
    }
    
    .process-steps-wrapper {
        gap: 25px;
        padding: 0 15px;
    }
    
    .process-step {
        max-width: 350px;
    }
    
    .process-step-card {
        padding: 30px 20px;
        min-height: 220px;
        border-radius: 20px;
        margin-bottom: 15px;
    }
    
    .process-step-number {
        width: 65px;
        height: 65px;
        font-size: 26px;
        margin-bottom: 18px;
    }
    
    .process-step-content h4 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    
    .process-step-content p {
        font-size: 13px;
        line-height: 1.5;
    }
}

@media (max-width: 576px) {
    .business-process-area {
        padding: 50px 0;
    }
    
    .process-steps-wrapper {
        gap: 20px;
        padding: 0 10px;
    }
    
    .process-step {
        max-width: 300px;
    }
    
    .process-step-card {
        padding: 25px 15px;
        min-height: 200px;
        border-radius: 18px;
        margin-bottom: 10px;
    }
    
    .process-step-number {
        width: 60px;
        height: 60px;
        font-size: 24px;
        margin-bottom: 15px;
    }
    
    .process-step-content h4 {
        font-size: 16px;
        margin-bottom: 8px;
    }
    
    .process-step-content p {
        font-size: 12px;
        line-height: 1.4;
    }
    
    .process-step-progress {
        width: 50px;
        height: 3px;
        bottom: 15px;
    }
}

/* Enhanced Hover Effects */
.process-step:hover .process-step-number {
    animation-play-state: paused;
}

/* Accessibility Improvements */
.process-step:focus-within .process-step-card {
    outline: 3px solid rgba(84, 175, 50, 0.5);
    outline-offset: 2px;
}

/* Print Styles */
@media print {
    .business-process-area {
        background: white !important;
        padding: 40px 0 !important;
    }
    
    .process-step-card {
        box-shadow: none !important;
        border: 2px solid #ccc !important;
        break-inside: avoid;
    }
    
    .process-step-number {
        background: #54af32 !important;
        box-shadow: none !important;
    }
}

/* Reduced Motion Support */
@media (prefers-reduced-motion: reduce) {
    .process-step,
    .process-step-card,
    .process-step-number {
        animation: none !important;
        transition: none !important;
    }
    
    .process-step:hover {
        transform: none !important;
    }
}

/*
* ----------------------------------------------------------------------------------------
* NEW BUSINESS PROCESS SECTION CSS - MODERN DESIGN
* ----------------------------------------------------------------------------------------
*/

/* Business Process Area - Main Container */
.business-process-area {
    padding: 100px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 50%, #f8f9fa 100%);
    position: relative;
    overflow: hidden;
}

.business-process-area::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="processPattern" width="40" height="40" patternUnits="userSpaceOnUse"><circle cx="20" cy="20" r="1" fill="%2354af32" opacity="0.08"/><circle cx="10" cy="10" r="0.5" fill="%2354af32" opacity="0.05"/></pattern></defs><rect width="100" height="100" fill="url(%23processPattern)"/></svg>') repeat;
    opacity: 0.4;
    z-index: 0;
}

.business-process-area .container {
    position: relative;
    z-index: 1;
}

/* Process Timeline Container */
.process-timeline {
    position: relative;
    margin-top: 60px;
}

/* Timeline Line - Connecting Line Between Steps */
.timeline-line {
    position: absolute;
    top: 50%;
    left: 10%;
    right: 10%;
    height: 3px;
    background: linear-gradient(90deg, var(--primary-color), #45a028, var(--primary-color));
    transform: translateY(-50%);
    z-index: 1;
    border-radius: 2px;
    opacity: 0.6;
}

.timeline-line::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: linear-gradient(90deg, var(--primary-color), #45a028, var(--primary-color));
    border-radius: 2px;
    animation: timelineFlow 3s ease-in-out infinite;
}

@keyframes timelineFlow {
    0%, 100% { opacity: 0.6; }
    50% { opacity: 1; }
}

/* Process Step Card - Modern Design */
.process-step-card {
    text-align: center;
    position: relative;
    z-index: 2;
    transition: all 0.4s ease;
    margin-bottom: 40px;
}

.process-step-card:hover {
    transform: translateY(-10px);
}

/* Step Icon Wrapper - Contains Counter and Icon */
.step-icon-wrapper {
    position: relative;
    margin: 0 auto 25px;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Step Counter - Number Badge */
.step-counter {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 35px;
    height: 35px;
    background: linear-gradient(135deg, var(--primary-color), #45a028);
    color: var(--white-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 16px;
    z-index: 3;
    box-shadow: 0 5px 15px rgba(84, 175, 50, 0.4);
    animation: counterPulse 2s infinite;
}

@keyframes counterPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}

/* Step Icon - Main Icon Container */
.step-icon {
    width: 80px;
    height: 80px;
    background: var(--white-color);
    border: 3px solid var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-shadow: 0 10px 30px rgba(84, 175, 50, 0.2);
    transition: all 0.4s ease;
}

.step-icon::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(84, 175, 50, 0.1), rgba(69, 160, 40, 0.05));
    transform: scale(1.2);
    opacity: 0.3;
    animation: iconGlow 3s ease-in-out infinite;
}

@keyframes iconGlow {
    0%, 100% { transform: scale(1.2); opacity: 0.3; }
    50% { transform: scale(1.4); opacity: 0.1; }
}

.step-icon i {
    font-size: 32px;
    color: var(--primary-color);
    z-index: 1;
    position: relative;
    transition: all 0.3s ease;
}

.process-step-card:hover .step-icon {
    transform: scale(1.1);
    border-color: #45a028;
    box-shadow: 0 15px 40px rgba(84, 175, 50, 0.3);
}

.process-step-card:hover .step-icon i {
    color: #45a028;
    transform: scale(1.1);
}

/* Step Content - Text Content */
.step-content {
    padding: 0 10px;
}

.step-content h4 {
    font-size: 20px;
    color: #2c3e50;
    margin-bottom: 15px;
    font-weight: 600;
    line-height: 1.3;
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

.step-content p {
    font-size: 14px;
    color: #5a6c7d;
    line-height: 1.6;
    margin: 0;
    font-weight: 400;
}

/* Step Connector - Arrow Between Steps */
.step-connector {
    position: absolute;
    top: 50px;
    right: -20px;
    width: 40px;
    height: 2px;
    background: var(--primary-color);
    z-index: 1;
}

.step-connector::after {
    content: '';
    position: absolute;
    right: -8px;
    top: -4px;
    width: 0;
    height: 0;
    border-left: 8px solid var(--primary-color);
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

/* Hide connector on last step */
.process-step-card:last-child .step-connector {
    display: none;
}

/* Hover Effects */
.process-step-card:hover .step-counter {
    background: linear-gradient(135deg, #45a028, var(--primary-color));
    transform: scale(1.2);
    animation-play-state: paused;
}

.process-step-card:hover .step-content h4 {
    color: var(--primary-color);
    transform: translateY(-2px);
}

/* Responsive Design */
@media (max-width: 1200px) {
    .timeline-line {
        left: 8%;
        right: 8%;
    }
    
    .step-icon-wrapper {
        width: 90px;
        height: 90px;
    }
    
    .step-icon {
        width: 70px;
        height: 70px;
    }
    
    .step-icon i {
        font-size: 28px;
    }
    
    .step-counter {
        width: 32px;
        height: 32px;
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .business-process-area {
        padding: 80px 0;
    }
    
    .timeline-line {
        display: none;
    }
    
    .step-connector {
        display: none;
    }
    
    .process-step-card {
        margin-bottom: 50px;
    }
    
    .step-content h4 {
        font-size: 18px;
    }
    
    .step-content p {
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .business-process-area {
        padding: 60px 0;
    }
    
    .process-timeline {
        margin-top: 40px;
    }
    
    .step-icon-wrapper {
        width: 80px;
        height: 80px;
        margin-bottom: 20px;
    }
    
    .step-icon {
        width: 65px;
        height: 65px;
    }
    
    .step-icon i {
        font-size: 24px;
    }
    
    .step-counter {
        width: 28px;
        height: 28px;
        font-size: 12px;
        top: -8px;
        right: -8px;
    }
    
    .step-content h4 {
        font-size: 16px;
        margin-bottom: 12px;
    }
    
    .step-content p {
        font-size: 12px;
        padding: 0 5px;
    }
    
    .process-step-card {
        margin-bottom: 40px;
    }
}

@media (max-width: 576px) {
    .business-process-area {
        padding: 50px 0;
    }
    
    .step-icon-wrapper {
        width: 70px;
        height: 70px;
        margin-bottom: 18px;
    }
    
    .step-icon {
        width: 60px;
        height: 60px;
        border-width: 2px;
    }
    
    .step-icon i {
        font-size: 22px;
    }
    
    .step-counter {
        width: 26px;
        height: 26px;
        font-size: 11px;
        top: -6px;
        right: -6px;
    }
    
    .step-content h4 {
        font-size: 15px;
        margin-bottom: 10px;
    }
    
    .step-content p {
        font-size: 11px;
        line-height: 1.5;
    }
    
    .process-step-card {
        margin-bottom: 35px;
    }
}

/* Animation Delays for Sequential Appearance */
.process-step-card:nth-child(1) {
    animation-delay: 0.1s;
}

.process-step-card:nth-child(2) {
    animation-delay: 0.2s;
}

.process-step-card:nth-child(3) {
    animation-delay: 0.3s;
}

.process-step-card:nth-child(4) {
    animation-delay: 0.4s;
}

.process-step-card:nth-child(5) {
    animation-delay: 0.5s;
}

/* Accessibility Improvements */
.process-step-card:focus-within {
    outline: 3px solid rgba(84, 175, 50, 0.5);
    outline-offset: 2px;
    border-radius: 10px;
}

/* Print Styles */
@media print {
    .business-process-area {
        background: white !important;
        padding: 40px 0 !important;
    }
    
    .timeline-line,
    .step-connector {
        display: none !important;
    }
    
    .step-icon,
    .step-counter {
        background: #54af32 !important;
        box-shadow: none !important;
    }
    
    .process-step-card {
        break-inside: avoid;
        margin-bottom: 30px !important;
    }
}

/* Enhanced Hover Effects for Better UX */
.process-step-card:hover .step-icon::before {
    animation-play-state: paused;
    transform: scale(1.5);
    opacity: 0.2;
}

.process-step-card:hover .step-counter {
    box-shadow: 0 8px 25px rgba(84, 175, 50, 0.6);
}

/* Smooth Transitions */
.process-step-card,
.step-icon,
.step-counter,
.step-content h4,
.step-content p {
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* Why Choose Us Section */
.why-choose-us {
    padding: 80px 0;
    background: var(--body-background);
}

.choose-item {
    text-align: center;
    padding: 30px 20px;
    border-radius: 12px;
    transition: 0.3s;
    background: var(--white-color);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.choose-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(84, 175, 50, 0.2);
}

.choose-item i {
    font-size: 48px;
    color: var(--primary-color);
    margin-bottom: 20px;
}

.choose-item h4 {
    color: var(--heading-color);
    margin-bottom: 15px;
    font-size: 20px;
}

.choose-item p {
    color: var(--subtitle-color);
    line-height: 1.6;
}

/* Enhanced Hero Industrial Visual */
.industrial-visual-enhanced {
    position: relative;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

/* Visual Background */
.visual-background {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.bg-circle {
    position: absolute;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(84, 175, 50, 0.1), rgba(69, 160, 40, 0.05));
    animation: bgFloat 8s ease-in-out infinite;
}

.bg-circle-1 {
    width: 200px;
    height: 200px;
    top: 10%;
    left: 5%;
    animation-delay: 0s;
}

.bg-circle-2 {
    width: 150px;
    height: 150px;
    top: 60%;
    right: 10%;
    animation-delay: 2s;
}

.bg-circle-3 {
    width: 100px;
    height: 100px;
    bottom: 10%;
    left: 60%;
    animation-delay: 4s;
}

@keyframes bgFloat {
    0%, 100% { transform: translateY(0px) scale(1); opacity: 0.3; }
    50% { transform: translateY(-20px) scale(1.1); opacity: 0.1; }
}

/* Connecting Lines */
.connecting-lines {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.connection-svg {
    width: 100%;
    height: 100%;
}

.connection-path {
    stroke-dasharray: 5, 5;
    animation: pathFlow 3s ease-in-out infinite;
}

.path-1 { animation-delay: 0s; }
.path-2 { animation-delay: 0.5s; }
.path-3 { animation-delay: 1s; }
.path-4 { animation-delay: 1.5s; }

@keyframes pathFlow {
    0%, 100% { stroke-dashoffset: 0; opacity: 0.3; }
    50% { stroke-dashoffset: 10; opacity: 0.8; }
}

/* Enhanced Floating Elements */
.floating-elements-enhanced {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.element-enhanced {
    position: absolute;
    width: 180px;
    height: 180px;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation: elementFloat 6s ease-in-out infinite;
}

.element-enhanced.element-1 {
    top: 12%;
    left: 2%;
    animation-delay: 0s;
}

.element-enhanced.element-2 {
    top: 6%;
    right: 18%;
    animation-delay: 1.5s;
}

.element-enhanced.element-3 {
    bottom: 22%;
    left: 8%;
    animation-delay: 3s;
}

.element-enhanced.element-4 {
    bottom: 12%;
    right: 2%;
    animation-delay: 4.5s;
}

@keyframes elementFloat {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    33% { transform: translateY(-15px) rotate(2deg); }
    66% { transform: translateY(-5px) rotate(-1deg); }
}

.element-inner {
    position: relative;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 25px;
    padding: 25px 20px;
    box-shadow: 0 10px 40px rgba(84, 175, 50, 0.2);
    border: 2px solid rgba(84, 175, 50, 0.3);
    overflow: hidden;
    transition: all 0.4s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.element-enhanced:hover .element-inner {
    transform: translateY(-10px) scale(1.05);
    box-shadow: 0 20px 60px rgba(84, 175, 50, 0.4);
    border-color: var(--primary-color);
    background: rgba(255, 255, 255, 1);
}

.element-icon {
    width: 55px;
    height: 55px;
    background: linear-gradient(135deg, var(--primary-color), #45a028);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    position: relative;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.element-enhanced:hover .element-icon {
    transform: scale(1.1) rotate(360deg);
    box-shadow: 0 5px 20px rgba(84, 175, 50, 0.5);
}

.element-icon i {
    font-size: 26px;
    color: var(--white-color);
    z-index: 1;
}

.element-content {
    text-align: center;
    margin-bottom: 12px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.element-content h4 {
    font-size: 18px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 6px;
    line-height: 1.1;
    word-wrap: break-word;
    hyphens: auto;
}

.element-subtitle {
    font-size: 12px;
    color: var(--primary-color);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    display: block;
    margin-bottom: 10px;
    line-height: 1.2;
}

.element-stats {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    flex-wrap: wrap;
}

.stat-number {
    font-size: 20px;
    font-weight: 700;
    color: var(--primary-color);
    line-height: 1;
}

.stat-label {
    font-size: 11px;
    color: #5a6c7d;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.2px;
}

.element-hover-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, var(--primary-color), #45a028);
    color: var(--white-color);
    padding: 20px;
    border-radius: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s ease;
}

@media (max-width: 991px) {
    .element-enhanced.active {
        z-index: 200 !important;
    }
    .element-enhanced.active .element-hover-content {
        display: block !important;
        opacity: 1 !important;
        transform: translateY(0) !important;
        pointer-events: auto !important;
        z-index: 210 !important;
    }
}

.element-enhanced:hover {
    width: 180px;
    height: 180px;
    z-index: 100;
}

.element-enhanced:hover .element-hover-content {
    opacity: 1;
    transform: translateY(0);
}

.element-hover-content p {
    font-size: 12px;
    line-height: 1.4;
    margin-bottom: 15px;
    color: rgba(255, 255, 255, 0.9);
}

.element-cta {
    background: rgba(255, 255, 255, 0.2);
    color: var(--white-color);
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
}

.element-cta:hover {
    background: var(--white-color);
    color: var(--primary-color);
    transform: translateY(-2px);
}

.element-glow {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(84, 175, 50, 0.1) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
}

.element-enhanced:hover .element-glow {
    opacity: 1;
}

/* Enhanced Central Logo */
.central-logo-enhanced {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-container {
    position: relative;
    width: 280px;
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-background {
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

.logo-background::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, transparent 30%, rgba(84, 175, 50, 0.1) 50%, transparent 70%);
    animation: logoShine 3s ease-in-out infinite;
}

@keyframes logoShine {
    0%, 100% { transform: translateX(-100%); }
    50% { transform: translateX(100%); }
}

.logo-particles {
    position: absolute;
    width: 100%;
    height: 100%;
}

.particle {
    position: absolute;
    width: 4px;
    height: 4px;
    background: var(--primary-color);
    border-radius: 50%;
    opacity: 0.6;
    animation: particleFloat 4s ease-in-out infinite;
}

.particle-1 { top: 20%; left: 15%; animation-delay: 0s; }
.particle-2 { top: 30%; right: 20%; animation-delay: 0.8s; }
.particle-3 { bottom: 25%; left: 25%; animation-delay: 1.6s; }
.particle-4 { bottom: 35%; right: 15%; animation-delay: 2.4s; }
.particle-5 { top: 50%; left: 50%; animation-delay: 3.2s; }

@keyframes particleFloat {
    0%, 100% { transform: translateY(0px) scale(1); opacity: 0.6; }
    50% { transform: translateY(-10px) scale(1.2); opacity: 1; }
}

.logo-content {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 20px;
}

.main-logo {
    width: 200px;
    height: auto;
    margin-bottom: 15px;
    transition: all 0.3s ease;
}

.logo-container:hover .main-logo {
    transform: scale(1.05);
}

.logo-text h3 {
    font-size: 20px;
    font-weight: 700;
    color: var(--white-color);
    margin-bottom: 5px;
    letter-spacing: 1px;
}

.logo-text p {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0;
}

.logo-pulse-ring {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300px;
    height: 300px;
    border: 2px solid rgba(84, 175, 50, 0.3);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: logoPulse 3s ease-in-out infinite;
}

@keyframes logoPulse {
    0%, 100% { transform: translate(-50%, -50%) scale(1); opacity: 0.3; }
    50% { transform: translate(-50%, -50%) scale(1.1); opacity: 0.1; }
}

/* Floating Particles */
.floating-particles {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
}

.floating-particle {
    position: absolute;
    width: 6px;
    height: 6px;
    background: var(--primary-color);
    border-radius: 50%;
    opacity: 0.4;
    animation: floatingParticle 8s linear infinite;
}

.fp-1 { top: 10%; left: 20%; animation-delay: 0s; }
.fp-2 { top: 20%; right: 25%; animation-delay: 1s; }
.fp-3 { bottom: 30%; left: 30%; animation-delay: 2s; }
.fp-4 { bottom: 20%; right: 35%; animation-delay: 3s; }
.fp-5 { top: 60%; left: 10%; animation-delay: 4s; }
.fp-6 { top: 70%; right: 15%; animation-delay: 5s; }

@keyframes floatingParticle {
    0%, 100% { transform: translateY(0px) translateX(0px); opacity: 0.4; }
    25% { transform: translateY(-20px) translateX(10px); opacity: 0.8; }
    50% { transform: translateY(-10px) translateX(-5px); opacity: 0.6; }
    75% { transform: translateY(-30px) translateX(15px); opacity: 1; }
}

/* iOS Style Mobile Responsive Design for Enhanced Visual */
@media (max-width: 991px) {
    /* iOS Font Smoothing */
    * {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    
    .industrial-visual-enhanced {
        height: 450px;
        padding: 15px;
    }
    
    .element-enhanced {
        width: 140px;
        height: 140px;
        box-shadow: 0 4px 16px rgba(0,0,0,0.08);
        border-radius: 16px;
        cursor: pointer;
        transition: all 0.3s ease;
    }
    
    .element-enhanced:active {
        transform: scale(0.95);
    }
    
    .element-inner {
        padding: 18px;
        border-radius: 14px;
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    
    .element-icon {
        width: 45px;
        height: 45px;
        margin-bottom: 12px;
        box-shadow: 0 2px 8px rgba(84, 175, 50, 0.2);
        flex-shrink: 0;
    }
    
    .element-icon i {
        font-size: 22px;
    }
    
    .element-content {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-height: 0;
    }
    
    .element-content h4 {
        font-size: 15px;
        font-weight: 600;
        line-height: 1.2;
        margin-bottom: 4px;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
    
    .element-subtitle {
        font-size: 11px;
        font-weight: 500;
        margin-bottom: 6px;
        line-height: 1.1;
    }
    
    .element-stats {
        margin-top: auto;
    }
    
    .stat-number {
        font-size: 17px;
        font-weight: 700;
        line-height: 1;
    }
    
    .stat-label {
        font-size: 9px;
        font-weight: 500;
        line-height: 1;
    }
    
    .logo-container {
        width: 240px;
        height: 240px;
        box-shadow: 0 8px 32px rgba(0,0,0,0.12);
        border-radius: 24px;
    }
    
    .main-logo {
        width: 160px;
    }
    
    .logo-text h3 {
        font-size: 18px;
        font-weight: 700;
    }
    
    /* Hero Content Mobile */
    .hero-content {
        padding-left: 20px;
        text-align: center;
    }
    
    .hero-content h1 {
        font-size: 32px;
        line-height: 1.2;
        margin-bottom: 15px;
    }
    
    .hero-content h2 {
        font-size: 16px;
        margin-bottom: 15px;
    }
    
    .hero-content p {
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 25px;
    }
    
    .hero-btns {
        flex-direction: column;
        gap: 12px;
        align-items: center;
    }
    
    .theme-btn {
        min-width: 200px;
        padding: 14px 28px;
        font-size: 15px;
        font-weight: 600;
        border-radius: 25px;
        box-shadow: 0 4px 16px rgba(84, 175, 50, 0.3);
        transition: all 0.3s ease;
        touch-action: manipulation;
    }
    
    .theme-btn:active {
        transform: scale(0.98);
    }
}

@media (max-width: 767px) {
    /* iOS Font Smoothing */
    * {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    
    .industrial-visual-enhanced {
        height: 400px;
        padding: 12px;
    }
    
    .element-enhanced {
        width: 120px;
        height: 120px;
        box-shadow: 0 3px 12px rgba(0,0,0,0.1);
        border-radius: 14px;
        cursor: pointer;
        transition: all 0.3s ease;
    }
    
    .element-enhanced:active {
        transform: scale(0.95);
    }
    
    .element-inner {
        padding: 15px;
        border-radius: 12px;
        backdrop-filter: blur(15px);
        -webkit-backdrop-filter: blur(15px);
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    
    .element-icon {
        width: 38px;
        height: 38px;
        margin-bottom: 10px;
        box-shadow: 0 2px 6px rgba(84, 175, 50, 0.15);
        flex-shrink: 0;
    }
    
    .element-icon i {
        font-size: 20px;
    }
    
    .element-content {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-height: 0;
    }
    
    .element-content h4 {
        font-size: 13px;
        font-weight: 600;
        line-height: 1.1;
        margin-bottom: 3px;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
    
    .element-subtitle {
        font-size: 10px;
        font-weight: 500;
        margin-bottom: 5px;
        line-height: 1;
    }
    
    .element-stats {
        margin-top: auto;
    }
    
    .stat-number {
        font-size: 15px;
        font-weight: 700;
        line-height: 1;
    }
    
    .stat-label {
        font-size: 8px;
        font-weight: 500;
        line-height: 1;
    }
    
    .logo-container {
        width: 200px;
        height: 200px;
        box-shadow: 0 6px 24px rgba(0,0,0,0.1);
        border-radius: 20px;
    }
    
    .main-logo {
        width: 140px;
    }
    
    .logo-text h3 {
        font-size: 16px;
        font-weight: 700;
    }
    
    .logo-text p {
        font-size: 10px;
        font-weight: 500;
    }
    
    .element-hover-content p {
        font-size: 10px;
        font-weight: 400;
    }
    
    .element-cta {
        padding: 6px 12px;
        font-size: 10px;
        font-weight: 600;
        border-radius: 12px;
    }
    
    /* Main Hero Area Mobile */
    .main-hero-area {
        padding: 120px 0 60px;
        background-attachment: scroll;
    }
    
    .hero-content {
        padding-left: 0;
        text-align: center;
        margin-bottom: 40px;
    }
    
    .hero-content h1 {
        font-size: 28px;
        line-height: 1.1;
        margin-bottom: 12px;
        font-weight: 700;
    }
    
    .hero-content h2 {
        font-size: 15px;
        margin-bottom: 12px;
        font-weight: 500;
    }
    
    .hero-content p {
        font-size: 13px;
        line-height: 1.4;
        margin-bottom: 20px;
        padding: 0 10px;
    }
    
    .hero-btns {
        display: flex;
        flex-direction: column;
        gap: 10px;
        align-items: center;
    }
    
    .theme-btn {
        min-width: 180px;
        padding: 12px 24px;
        font-size: 14px;
        font-weight: 600;
        border-radius: 22px;
        box-shadow: 0 3px 12px rgba(84, 175, 50, 0.25);
        transition: all 0.2s ease;
        touch-action: manipulation;
        min-height: 44px;
    }
    
    .theme-btn:active {
        transform: scale(0.97);
    }
    
    /* Ticker Bar Mobile */
    .ticker-bar {
        height: 40px;
        background-attachment: scroll;
    }
    
    .ticker-wrapper {
        height: 40px;
    }
    
    .ticker-content {
        padding-left: 0;
    }
    
    .ticker-item {
        margin-right: 25px;
        padding: 3px 10px;
        font-size: 11px;
        border-radius: 8px;
        font-weight: 600;
    }
    
    .ticker-label {
        display: none;
    }
    
    /* About Area Mobile */
    .about-area {
        padding: 60px 0;
        background-attachment: scroll;
    }
    
    .section-title h2 {
        font-size: 28px;
        margin-bottom: 15px;
        font-weight: 700;
    }
    
    .section-title p {
        font-size: 14px;
        padding: 0 10px;
        font-weight: 400;
    }
    
    .about-text-block h3 {
        font-size: 22px;
        font-weight: 600;
        text-align: center;
    }
    
    .about-text-block h3::before {
        display: none;
    }
    
    .about-text-block p {
        font-size: 14px;
        text-align: center;
        padding: 0 10px;
    }
    
    .highlight-item {
        padding: 15px;
        margin-bottom: 15px;
        border-radius: 12px;
        box-shadow: 0 3px 12px rgba(0,0,0,0.06);
        flex-direction: column;
        text-align: center;
    }
    
    .highlight-icon {
        width: 50px;
        height: 50px;
        margin-right: 0;
        margin-bottom: 12px;
        box-shadow: 0 3px 12px rgba(84, 175, 50, 0.2);
    }
    
    .highlight-icon i {
        font-size: 20px;
    }
    
    .highlight-content h5 {
        font-size: 16px;
        font-weight: 600;
    }
    
    .highlight-content p {
        font-size: 13px;
        font-weight: 400;
    }
    
    .about-cta {
        text-align: center;
        margin-top: 30px;
    }
    
    .theme-btn-outline {
        margin-left: 0;
        margin-top: 12px;
        display: block;
        width: 100%;
        max-width: 200px;
        margin: 12px auto 0;
        min-height: 44px;
        border-radius: 22px;
        font-weight: 600;
    }
}

@media (max-width: 576px) {
    /* iOS Font Smoothing */
    * {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    
    .industrial-visual-enhanced {
        height: 350px;
        padding: 10px;
    }
    
    .element-enhanced {
        width: 100px;
        height: 100px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.08);
        border-radius: 12px;
        cursor: pointer;
        transition: all 0.3s ease;
    }
    
    .element-enhanced:active {
        transform: scale(0.95);
    }
    
    .element-inner {
        padding: 12px;
        border-radius: 10px;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    
    .element-icon {
        width: 32px;
        height: 32px;
        margin-bottom: 8px;
        box-shadow: 0 1px 4px rgba(84, 175, 50, 0.1);
        flex-shrink: 0;
    }
    
    .element-icon i {
        font-size: 18px;
    }
    
    .element-content {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-height: 0;
    }
    
    .element-content h4 {
        font-size: 11px;
        font-weight: 600;
        line-height: 1.1;
        margin-bottom: 2px;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
    
    .element-subtitle {
        font-size: 9px;
        margin-bottom: 4px;
        font-weight: 500;
        line-height: 1;
    }
    
    .element-stats {
        margin-top: auto;
    }
    
    .stat-number {
        font-size: 13px;
        font-weight: 700;
        line-height: 1;
    }
    
    .stat-label {
        font-size: 7px;
        font-weight: 500;
        line-height: 1;
    }
    
    .logo-container {
        width: 160px;
        height: 160px;
        box-shadow: 0 4px 16px rgba(0,0,0,0.08);
        border-radius: 16px;
    }
    
    .main-logo {
        width: 120px;
    }
    
    .logo-text h3 {
        font-size: 14px;
        font-weight: 700;
    }
    
    .logo-text p {
        font-size: 9px;
        font-weight: 500;
    }
    
    .element-hover-content {
        padding: 15px;
        border-radius: 10px;
    }
    
    .element-hover-content p {
        font-size: 9px;
        margin-bottom: 10px;
        font-weight: 400;
    }
    
    .element-cta {
        padding: 5px 10px;
        font-size: 9px;
        font-weight: 600;
        border-radius: 10px;
        min-height: 32px;
    }
    
    /* Main Hero Area Small Mobile */
    .main-hero-area {
        padding: 100px 0 50px;
        background-attachment: scroll;
    }
    
    .hero-content h1 {
        font-size: 24px;
        line-height: 1.1;
        margin-bottom: 10px;
        font-weight: 700;
    }
    
    .hero-content h2 {
        font-size: 14px;
        margin-bottom: 10px;
        font-weight: 500;
    }
    
    .hero-content p {
        font-size: 12px;
        line-height: 1.3;
        margin-bottom: 18px;
        padding: 0 5px;
    }
    
    .theme-btn {
        min-width: 160px;
        padding: 10px 20px;
        font-size: 13px;
        font-weight: 600;
        border-radius: 20px;
        box-shadow: 0 2px 8px rgba(84, 175, 50, 0.2);
        min-height: 40px;
    }
    
    /* Container Padding */
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Section Spacing */
    .about-area {
        padding: 50px 0;
    }
    
    .section-title h2 {
        font-size: 24px;
        margin-bottom: 12px;
        font-weight: 700;
    }
    
    .section-title p {
        font-size: 13px;
        padding: 0 5px;
    }
    
    .about-text-block h3 {
        font-size: 20px;
        font-weight: 600;
    }
    
    .about-text-block p {
        font-size: 13px;
        padding: 0 5px;
    }
    
    .highlight-item {
        padding: 12px;
        margin-bottom: 12px;
        border-radius: 10px;
    }
    
    .highlight-icon {
        width: 45px;
        height: 45px;
        margin-bottom: 10px;
    }
    
    .highlight-icon i {
        font-size: 18px;
    }
    
    .highlight-content h5 {
        font-size: 15px;
        font-weight: 600;
    }
    
    .highlight-content p {
        font-size: 12px;
    }
    
    /* Touch Optimization */
    .theme-btn,
    .theme-btn-outline,
    .element-cta {
        touch-action: manipulation;
        -webkit-tap-highlight-color: transparent;
    }
    
    .theme-btn:active,
    .theme-btn-outline:active,
    .element-cta:active {
        transform: scale(0.96);
        transition: transform 0.1s ease;
    }
}

/* Legacy styles for backward compatibility */
.industrial-visual {
    position: relative;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.floating-elements {
    position: absolute;
    width: 100%;
    height: 100%;
}

.floating-elements .element {
    position: absolute;
    background: var(--white-color);
    border: 2px solid var(--primary-color);
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 15px rgba(84, 175, 50, 0.2);
    animation: float 3s ease-in-out infinite;
}

.floating-elements .element i {
    font-size: 24px;
    color: var(--primary-color);
    margin-bottom: 5px;
}

.floating-elements .element span {
    font-size: 10px;
    color: var(--main-color);
    font-weight: 500;
    text-align: center;
}

.element-1 {
    top: 20%;
    left: 10%;
    animation-delay: 0s;
}

.element-2 {
    top: 10%;
    right: 20%;
    animation-delay: 1s;
}

.element-3 {
    bottom: 30%;
    left: 20%;
    animation-delay: 2s;
}

.element-4 {
    bottom: 20%;
    right: 10%;
    animation-delay: 1.5s;
}

@keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
}

.central-logo {
    position: relative;
    z-index: 1;
    background: #2e2e2e;
    border-radius: 10px;
    top: -46px;
    width: 250px;
}

/* About Cards */
.industrial-about-visual {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.about-card {
    background: var(--white-color);
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    border-left: 4px solid var(--primary-color);
    transition: 0.3s;
}

.about-card:hover {
    transform: translateX(10px);
    box-shadow: 0 10px 25px rgba(84, 175, 50, 0.2);
}

.about-card i {
    font-size: 32px;
    color: var(--primary-color);
    margin-bottom: 15px;
    display: block;
}

.about-card h4 {
    color: var(--heading-color);
    margin-bottom: 10px;
    font-size: 18px;
}

.about-card p {
    color: var(--subtitle-color);
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.5;
}

/*
* ----------------------------------------------------------------------------------------
* 14.MODERN FOOTER CSS STYLE
* ----------------------------------------------------------------------------------------
*/

/* Modern Footer Main Container */
.modern-footer {
    background: linear-gradient(135deg, #1a1a1a 0%, #2c2c2c 100%);
    color: var(--white-color);
    position: relative;
    overflow: hidden;
}

.modern-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="modernPattern" width="40" height="40" patternUnits="userSpaceOnUse"><circle cx="20" cy="20" r="1" fill="%2354af32" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23modernPattern)"/></svg>') repeat;
    opacity: 0.3;
    z-index: 0;
}

/* Footer Content */
.footer-content {
    padding: 80px 0 40px;
    position: relative;
    z-index: 1;
}

/* Footer Brand */
.footer-brand {
    margin-bottom: 30px;
}

.footer-logo {
    height: 60px;
    width: auto;
    margin-bottom: 20px;
    filter: brightness(1.2);
}

.footer-description {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
    font-weight: 400;
}

/* Contact Info */
.contact-info {
    margin-top: 25px;
}

.contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    font-weight: 500;
}

.contact-item i {
    width: 20px;
    height: 20px;
    background: var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    font-size: 12px;
    color: var(--white-color);
    flex-shrink: 0;
}

.contact-item span {
    color: rgba(255, 255, 255, 0.8);
}

/* Footer Widget */
.footer-widget {
    margin-bottom: 30px;
}

.widget-title {
    color: var(--white-color);
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.widget-title::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 30px;
    height: 2px;
    background: var(--primary-color);
    border-radius: 1px;
}

/* Footer Links */
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    transition: all 0.3s ease;
    display: block;
    padding: 5px 0;
}

.footer-links a:hover {
    color: var(--primary-color);
    padding-left: 8px;
    transform: translateX(5px);
}

/* Social Links */
.social-links {
    display: flex;
    gap: 12px;
    margin-bottom: 25px;
    flex-wrap: wrap;
}

.social-link {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.social-link:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--white-color);
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(84, 175, 50, 0.4);
}

/* Newsletter Section */
.newsletter-section {
    margin-top: 25px;
}

.newsletter-section p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    margin-bottom: 15px;
    font-weight: 500;
}

.newsletter-form .input-group {
    position: relative;
    display: flex;
    border-radius: 25px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.newsletter-form .form-control {
    background: transparent;
    border: none;
    color: var(--white-color);
    font-size: 14px;
    padding: 12px 15px;
    flex: 1;
    outline: none;
}

.newsletter-form .form-control::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.newsletter-form .btn-subscribe {
    background: var(--primary-color);
    border: none;
    color: var(--white-color);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    margin: 2px;
    border-radius: 50%;
}

.newsletter-form .btn-subscribe:hover {
    background: #45a028;
    transform: scale(1.1);
}

/* Footer Bottom */
.footer-bottom {
    background: rgba(0, 0, 0, 0.3);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 25px 0;
    position: relative;
    z-index: 1;
}

.copyright-text p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    line-height: 1.5;
}

.copyright-text strong {
    color: var(--primary-color);
    font-weight: 600;
}

.footer-links-bottom {
    display: flex;
    gap: 25px;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.footer-links-bottom a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
}

.footer-links-bottom a::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--primary-color);
    transition: width 0.3s ease;
}

.footer-links-bottom a:hover {
    color: var(--primary-color);
}

.footer-links-bottom a:hover::after {
    width: 100%;
}

/* Responsive Design */
@media (max-width: 991px) {
    .footer-content {
        padding: 60px 0 30px;
    }
    
    .footer-brand {
        text-align: center;
        margin-bottom: 40px;
    }
    
    .footer-widget {
        text-align: center;
        margin-bottom: 40px;
    }
    
    .widget-title::after {
        left: 50%;
        transform: translateX(-50%);
    }
    
    .social-links {
        justify-content: center;
    }
    
    .footer-links-bottom {
        justify-content: center;
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .footer-content {
        padding: 50px 0 25px;
    }
    
    .footer-logo {
        height: 50px;
    }
    
    .footer-description {
        font-size: 14px;
        padding: 0 15px;
    }
    
    .widget-title {
        font-size: 16px;
        margin-bottom: 20px;
    }
    
    .contact-item {
        justify-content: center;
        font-size: 13px;
    }
    
    .footer-links a {
        font-size: 13px;
    }
    
    .social-links {
        gap: 10px;
    }
    
    .social-link {
        width: 36px;
        height: 36px;
        font-size: 14px;
    }
    
    .newsletter-form .form-control {
        font-size: 13px;
        padding: 10px 12px;
    }
    
    .newsletter-form .btn-subscribe {
        width: 36px;
        height: 36px;
    }
    
    .footer-bottom {
        padding: 20px 0;
        text-align: center;
    }
    
    .copyright-text p {
        font-size: 12px;
        margin-bottom: 15px;
    }
    
    .footer-links-bottom {
        flex-direction: column;
        gap: 15px;
        justify-content: center;
    }
    
    .footer-links-bottom a {
        font-size: 12px;
    }
}

@media (max-width: 576px) {
    .footer-content {
        padding: 40px 0 20px;
    }
    
    .footer-brand {
        margin-bottom: 30px;
    }
    
    .footer-logo {
        height: 45px;
    }
    
    .footer-description {
        font-size: 13px;
        padding: 0 10px;
    }
    
    .widget-title {
        font-size: 15px;
        margin-bottom: 18px;
    }
    
    .contact-item {
        font-size: 12px;
        margin-bottom: 12px;
    }
    
    .contact-item i {
        width: 18px;
        height: 18px;
        font-size: 10px;
        margin-right: 10px;
    }
    
    .footer-links a {
        font-size: 12px;
        padding: 4px 0;
    }
    
    .social-link {
        width: 34px;
        height: 34px;
        font-size: 13px;
    }
    
    .newsletter-section p {
        font-size: 13px;
    }
    
    .newsletter-form .form-control {
        font-size: 12px;
        padding: 8px 10px;
    }
    
    .newsletter-form .btn-subscribe {
        width: 34px;
        height: 34px;
        font-size: 12px;
    }
    
    .footer-bottom {
        padding: 18px 0;
    }
    
    .copyright-text p {
        font-size: 11px;
    }
    
    .footer-links-bottom a {
        font-size: 11px;
    }
}

/* Animation Effects */
@keyframes footerFadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.footer-widget {
    animation: footerFadeIn 0.6s ease-out;
}

.footer-widget:nth-child(1) { animation-delay: 0.1s; }
.footer-widget:nth-child(2) { animation-delay: 0.2s; }
.footer-widget:nth-child(3) { animation-delay: 0.3s; }
.footer-widget:nth-child(4) { animation-delay: 0.4s; }
.footer-widget:nth-child(5) { animation-delay: 0.5s; }

/* Hover Effects */
.footer-widget:hover .widget-title {
    color: var(--primary-color);
    transition: color 0.3s ease;
}

.contact-item:hover i {
    background: #45a028;
    transform: scale(1.1);
    transition: all 0.3s ease;
}

/*
* ----------------------------------------------------------------------------------------
* 15.ENHANCED CORPORATE FOOTER CSS STYLE (LEGACY - KEEP FOR COMPATIBILITY)
* ----------------------------------------------------------------------------------------
*/


/* Main Footer Container - Full Width */
.main-footer {
    width: 100%;
    margin: 0;
    padding: 0;
    background: linear-gradient(135deg, #1a1a1a 0%, #2c2c2c 100%);
    position: relative;
    overflow: hidden;
}

.main-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="footerPattern" width="50" height="50" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="%2354af32" opacity="0.1"/><circle cx="10" cy="10" r="0.5" fill="%2354af32" opacity="0.05"/></pattern></defs><rect width="100" height="100" fill="url(%23footerPattern)"/></svg>') repeat;
    opacity: 0.3;
    z-index: 0;
}

/* Corporate Info Bar */
.corporate-info-bar {
    background: linear-gradient(90deg, var(--primary-color), #45a028);
    padding: 15px 0;
    position: relative;
    z-index: 1;
}

.corporate-info-bar .container-fluid {
    max-width: 100%;
    padding: 0 50px;
}

.info-item {
    display: flex;
    align-items: center;
    color: var(--white-color);
    font-size: 14px;
    font-weight: 500;
}

.info-item i {
    font-size: 16px;
    margin-right: 8px;
    color: rgba(255, 255, 255, 0.9);
}

.info-item a {
    color: var(--white-color);
    text-decoration: none;
    transition: all 0.3s ease;
}

.info-item a:hover {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: underline;
}

/* Footer Top Section */
.footer-top {
    background: transparent;
    padding: 80px 0 60px;
    position: relative;
    z-index: 1;
}

.footer-top .container-fluid {
    max-width: 100%;
    padding: 0 50px;
}

/* Company Info Section */
.company-info-section {
    background: rgba(84, 175, 50, 0.1);
    border-radius: 20px;
    padding: 40px;
    margin-bottom: 50px;
    border: 1px solid rgba(84, 175, 50, 0.2);
    backdrop-filter: blur(10px);
}

.company-logo-footer {
    margin-bottom: 25px;
}

.company-logo-footer img {
    height: 80px;
    width: auto;
    filter: brightness(1.1);
}

.company-description {
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 30px;
    font-weight: 400;
}

.company-stats {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.stat-item-footer {
    text-align: center;
    flex: 1;
    min-width: 120px;
}

.stat-number-footer {
    font-size: 28px;
    font-weight: 700;
    color: var(--primary-color);
    display: block;
    line-height: 1;
    margin-bottom: 5px;
}

.stat-label-footer {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 500;
}

.certifications {
    display: flex;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
}

.cert-badge {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(84, 175, 50, 0.3);
    border-radius: 8px;
    padding: 8px 15px;
    font-size: 11px;
    color: var(--primary-color);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.cert-badge:hover {
    background: rgba(84, 175, 50, 0.2);
    border-color: var(--primary-color);
    transform: translateY(-2px);
}

/* Footer Widget Styling */
.footer-widget {
    margin-bottom: 40px;
}

.footer-widget h4 {
    color: var(--white-color);
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 25px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.footer-widget h4::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 40px;
    height: 3px;
    background: linear-gradient(90deg, var(--primary-color), #45a028);
    border-radius: 2px;
}

.footer-widget p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 20px;
}

/* Footer Links */
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
    position: relative;
    padding-left: 20px;
}

.footer-links li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background: var(--primary-color);
    border-radius: 50%;
    transition: all 0.3s ease;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    transition: all 0.3s ease;
    display: block;
    padding: 5px 0;
}

.footer-links a:hover {
    color: var(--primary-color);
    padding-left: 10px;
    transform: translateX(5px);
}

.footer-links li:hover::before {
    background: var(--white-color);
    transform: translateY(-50%) scale(1.3);
}

/* Enhanced Social Media */
.footer-social {
    display: flex;
    gap: 15px;
    margin-top: 25px;
    flex-wrap: wrap;
}

.footer-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, rgba(84, 175, 50, 0.2), rgba(69, 160, 40, 0.1));
    border: 2px solid rgba(84, 175, 50, 0.3);
    border-radius: 50%;
    color: var(--white-color);
    font-size: 18px;
    text-decoration: none;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.footer-social a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.footer-social a:hover::before {
    left: 100%;
}

.footer-social a:hover {
    background: linear-gradient(135deg, var(--primary-color), #45a028);
    border-color: var(--primary-color);
    color: var(--white-color);
    transform: translateY(-5px) scale(1.1);
    box-shadow: 0 10px 25px rgba(84, 175, 50, 0.4);
}

/* Enhanced Newsletter */
.newsletter-section {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    padding: 30px;
    border: 1px solid rgba(84, 175, 50, 0.2);
    backdrop-filter: blur(10px);
}

.newsletter-form {
    margin-top: 20px;
}

.newsletter-form .form-group {
    position: relative;
    margin-bottom: 0;
}

.newsletter-form input {
    width: 100%;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(84, 175, 50, 0.3);
    border-radius: 50px;
    color: var(--white-color);
    font-size: 14px;
    padding: 15px 60px 15px 20px;
    transition: all 0.3s ease;
}

.newsletter-form input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.newsletter-form input:focus {
    outline: none;
    border-color: var(--primary-color);
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0 0 20px rgba(84, 175, 50, 0.3);
}

.newsletter-form button {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, var(--primary-color), #45a028);
    border: none;
    border-radius: 50%;
    color: var(--white-color);
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.newsletter-form button:hover {
    background: linear-gradient(135deg, #45a028, var(--primary-color));
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 5px 15px rgba(84, 175, 50, 0.4);
}

/* Footer Bottom */
.footer-bottom {
    background: rgba(0, 0, 0, 0.3);
    border-top: 1px solid rgba(84, 175, 50, 0.2);
    padding: 25px 0;
    position: relative;
    z-index: 1;
}

.footer-bottom .container-fluid {
    max-width: 100%;
    padding: 0 50px;
}

.copyright-text {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}

.copyright-text a {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.copyright-text a:hover {
    color: var(--white-color);
    text-decoration: underline;
}

.footer-links-inline {
    display: flex;
    gap: 30px;
    align-items: center;
    flex-wrap: wrap;
}

.footer-links-inline a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    text-decoration: none;
    font-weight: 400;
    transition: all 0.3s ease;
    position: relative;
}

.footer-links-inline a::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--primary-color);
    transition: width 0.3s ease;
}

.footer-links-inline a:hover {
    color: var(--primary-color);
}

.footer-links-inline a:hover::after {
    width: 100%;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .footer-top .container-fluid,
    .footer-bottom .container-fluid,
    .corporate-info-bar .container-fluid {
        padding: 0 30px;
    }
    
    .company-stats {
        gap: 20px;
    }
    
    .stat-item-footer {
        min-width: 100px;
    }
}

@media (max-width: 991px) {
    .footer-top {
        padding: 60px 0 40px;
    }
    
    .company-info-section {
        padding: 30px;
        margin-bottom: 40px;
    }
    
    .company-stats {
        gap: 15px;
        justify-content: center;
    }
    
    .stat-number-footer {
        font-size: 24px;
    }
    
    .footer-widget {
        margin-bottom: 30px;
    }
    
    .footer-social {
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .footer-top .container-fluid,
    .footer-bottom .container-fluid,
    .corporate-info-bar .container-fluid {
        padding: 0 20px;
    }
    
    .footer-top {
        padding: 50px 0 30px;
    }
    
    .company-info-section {
        padding: 25px;
        text-align: center;
    }
    
    .company-stats {
        flex-direction: column;
        gap: 20px;
    }
    
    .stat-item-footer {
        min-width: auto;
    }
    
    .certifications {
        justify-content: center;
    }
    
    .footer-widget h4 {
        font-size: 18px;
        text-align: center;
    }
    
    .footer-links {
        text-align: center;
    }
    
    .footer-links li {
        padding-left: 0;
    }
    
    .footer-links li::before {
        display: none;
    }
    
    .newsletter-section {
        padding: 25px;
        text-align: center;
    }
    
    .footer-bottom {
        text-align: center;
    }
    
    .footer-links-inline {
        justify-content: center;
        gap: 20px;
        margin-top: 15px;
    }
}

@media (max-width: 576px) {
    .corporate-info-bar {
        padding: 10px 0;
    }
    
    .info-item {
        font-size: 12px;
        margin-bottom: 5px;
    }
    
    .company-logo-footer img {
        height: 60px;
    }
    
    .company-description {
        font-size: 14px;
    }
    
    .stat-number-footer {
        font-size: 20px;
    }
    
    .stat-label-footer {
        font-size: 10px;
    }
    
    .cert-badge {
        font-size: 10px;
        padding: 6px 12px;
    }
    
    .footer-widget h4 {
        font-size: 16px;
    }
    
    .footer-social a {
        width: 45px;
        height: 45px;
        font-size: 16px;
    }
    
    .newsletter-form input {
        padding: 12px 50px 12px 15px;
        font-size: 13px;
    }
    
    .newsletter-form button {
        width: 40px;
        height: 40px;
        font-size: 14px;
    }
    
    .footer-links-inline {
        flex-direction: column;
        gap: 15px;
    }
    
    .copyright-text {
        font-size: 12px;
        text-align: center;
    }
}

/* Animation Effects */
@keyframes footerFadeIn {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.footer-widget {
    animation: footerFadeIn 0.6s ease-out;
}

.footer-widget:nth-child(1) { animation-delay: 0.1s; }
.footer-widget:nth-child(2) { animation-delay: 0.2s; }
.footer-widget:nth-child(3) { animation-delay: 0.3s; }
.footer-widget:nth-child(4) { animation-delay: 0.4s; }
.footer-widget:nth-child(5) { animation-delay: 0.5s; }

/* Hover Effects for Interactive Elements */
.footer-widget:hover h4 {
    color: var(--primary-color);
    transition: color 0.3s ease;
}

/* Corporate Info Bar */
.footer-corporate-bar {
    background: linear-gradient(135deg, var(--primary-color), #45a028);
    padding: 25px 0;
    position: relative;
    overflow: hidden;
}

.footer-corporate-bar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="20" cy="20" r="2" fill="white" opacity="0.1"/><circle cx="80" cy="80" r="1" fill="white" opacity="0.1"/></svg>') repeat;
    animation: corporateFloat 20s linear infinite;
}

@keyframes corporateFloat {
    0% { transform: translateX(0); }
    100% { transform: translateX(-100px); }
}

.corporate-info-item {
    display: flex;
    align-items: center;
    padding: 15px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
    margin-bottom: 15px;
}

.corporate-info-item:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.info-icon {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
}

.info-icon i {
    font-size: 24px;
    color: var(--white-color);
}

.info-content {
    flex: 1;
}

.info-label {
    display: block;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 2px;
}

.info-value {
    display: block;
    font-size: 16px;
    color: var(--white-color);
    font-weight: 700;
}

/* Main Footer Content */
.footer-main-content {
    background: linear-gradient(135deg, #1a1a1a 0%, #2c2c2c 100%);
    padding: 80px 0 50px;
    position: relative;
}

.footer-main-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="footerGrid" width="20" height="20" patternUnits="userSpaceOnUse"><path d="M 20 0 L 0 0 0 20" fill="none" stroke="%2354af32" stroke-width="0.5" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23footerGrid)"/></svg>') repeat;
    opacity: 0.3;
}

.footer-main-content .container {
    position: relative;
    z-index: 1;
}

/* Company Description */
.company-description {
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 25px;
}

/* Company Stats */
.company-stats {
    display: flex;
    gap: 20px;
    margin-bottom: 25px;
    flex-wrap: wrap;
}

.company-stats .stat-item {
    text-align: center;
    padding: 15px;
    background: rgba(84, 175, 50, 0.1);
    border-radius: 10px;
    border: 1px solid rgba(84, 175, 50, 0.2);
    flex: 1;
    min-width: 80px;
    transition: all 0.3s ease;
}

.company-stats .stat-item:hover {
    background: rgba(84, 175, 50, 0.2);
    transform: translateY(-3px);
}

.company-stats .stat-number {
    display: block;
    font-size: 24px;
    font-weight: 700;
    color: var(--primary-color);
    line-height: 1;
    margin-bottom: 5px;
}

.company-stats .stat-label {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 500;
}

/* Certifications */
.certifications {
    margin-top: 25px;
}

.certifications h5 {
    color: var(--white-color);
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.cert-badges {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.cert-badge {
    background: linear-gradient(135deg, var(--primary-color), #45a028);
    color: var(--white-color);
    padding: 8px 12px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 15px rgba(84, 175, 50, 0.3);
    transition: all 0.3s ease;
}

.cert-badge:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(84, 175, 50, 0.4);
}

/* Widget Titles */
.widget-title {
    color: var(--white-color);
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    padding-bottom: 15px;
}

.widget-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background: linear-gradient(90deg, var(--primary-color), #45a028);
    border-radius: 2px;
}

/* Enhanced Footer Links */
.footer-links li a i {
    color: var(--primary-color);
    font-size: 12px;
    margin-right: 8px;
    transition: all 0.3s ease;
}

.footer-links li:hover a i {
    transform: translateX(3px);
}

/* Newsletter Description */
.newsletter-description {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
}

/* Enhanced Social Media */
.footer-social-enhanced h5 {
    color: var(--white-color);
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.social-links {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.social-link {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    text-decoration: none;
}

.social-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    transition: left 0.5s ease;
}

.social-link:hover::before {
    left: 100%;
}

.social-link.linkedin {
    background: linear-gradient(135deg, #0077b5, #005885);
    color: var(--white-color);
}

.social-link.twitter {
    background: linear-gradient(135deg, #1da1f2, #0d8bd9);
    color: var(--white-color);
}

.social-link.facebook {
    background: linear-gradient(135deg, #1877f2, #0d65d9);
    color: var(--white-color);
}

.social-link.youtube {
    background: linear-gradient(135deg, #ff0000, #cc0000);
    color: var(--white-color);
}

.social-link.instagram {
    background: linear-gradient(135deg, #e4405f, #c13584);
    color: var(--white-color);
}

.social-link:hover {
    transform: translateY(-5px) scale(1.1);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

/* Enhanced Footer Bottom */
.footer-bottom-enhanced {
    background: rgba(0, 0, 0, 0.4);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 30px 0;
    position: relative;
}

.copyright-text-enhanced p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 5px 0;
    line-height: 1.6;
}

.copyright-text-enhanced strong {
    color: var(--primary-color);
    font-weight: 600;
}

.company-reg {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 400;
}

.footer-bottom-links {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 15px;
}

.legal-links {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
}

.legal-links a {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    padding: 5px 0;
}

.legal-links a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--primary-color);
    transition: width 0.3s ease;
}

.legal-links a:hover {
    color: var(--primary-color);
}

.legal-links a:hover::after {
    width: 100%;
}

.footer-badges {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.security-badge,
.trust-badge {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(84, 175, 50, 0.1);
    color: var(--primary-color);
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    border: 1px solid rgba(84, 175, 50, 0.3);
    transition: all 0.3s ease;
}

.security-badge:hover,
.trust-badge:hover {
    background: rgba(84, 175, 50, 0.2);
    transform: translateY(-2px);
}

.security-badge i,
.trust-badge i {
    font-size: 14px;
}

/* Responsive Design for Enhanced Footer */
@media (max-width: 991px) {
    .footer-corporate-bar {
        padding: 20px 0;
    }
    
    .corporate-info-item {
        margin-bottom: 20px;
        text-align: center;
        justify-content: center;
    }
    
    .footer-main-content {
        padding: 50px 0 30px;
    }
    
    .widget-title::after {
        left: 50%;
        transform: translateX(-50%);
    }
    
    .company-stats {
        justify-content: center;
    }
    
    .cert-badges {
        justify-content: center;
    }
    
    .social-links {
        justify-content: center;
    }
    
    .footer-bottom-links {
        align-items: center;
        text-align: center;
    }
    
    .legal-links {
        justify-content: center;
    }
    
    .footer-badges {
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .footer-corporate-bar {
        padding: 15px 0;
    }
    
    .corporate-info-item {
        flex-direction: column;
        text-align: center;
        padding: 20px 15px;
    }
    
    .info-icon {
        margin-right: 0;
        margin-bottom: 10px;
    }
    
    .footer-main-content {
        padding: 40px 0 25px;
    }
    
    .widget-title {
        font-size: 16px;
        margin-bottom: 20px;
    }
    
    .company-stats {
        flex-direction: column;
        gap: 10px;
    }
    
    .company-stats .stat-item {
        min-width: auto;
    }
    
    .social-links {
        gap: 10px;
    }
    
    .social-link {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    
    .footer-bottom-enhanced {
        padding: 25px 0;
        text-align: center;
    }
    
    .legal-links {
        flex-direction: column;
        gap: 15px;
        margin-bottom: 15px;
    }
    
    .footer-badges {
        flex-direction: column;
        gap: 10px;
    }
}

@media (max-width: 576px) {
    .corporate-info-item {
        padding: 15px 10px;
    }
    
    .info-value {
        font-size: 14px;
    }
    
    .footer-main-content {
        padding: 30px 0 20px;
    }
    
    .widget-title {
        font-size: 14px;
        margin-bottom: 15px;
    }
    
    .company-description {
        font-size: 14px;
    }
    
    .company-stats .stat-number {
        font-size: 20px;
    }
    
    .company-stats .stat-label {
        font-size: 10px;
    }
    
    .cert-badge {
        font-size: 10px;
        padding: 6px 10px;
    }
    
    .newsletter-description {
        font-size: 13px;
    }
    
    .social-link {
        width: 38px;
        height: 38px;
        font-size: 15px;
    }
    
    .footer-bottom-enhanced {
        padding: 20px 0;
    }
    
    .copyright-text-enhanced p {
        font-size: 12px;
    }
    
    .company-reg {
        font-size: 11px;
    }
    
    .legal-links a {
        font-size: 12px;
    }
    
    .security-badge,
    .trust-badge {
        font-size: 11px;
        padding: 6px 12px;
    }
}

.newsletter-section:hover {
    border-color: rgba(84, 175, 50, 0.4);
    background: rgba(255, 255, 255, 0.08);
    transition: all 0.3s ease;
}

.company-info-section:hover {
    border-color: rgba(84, 175, 50, 0.4);
    background: rgba(84, 175, 50, 0.15);
    transition: all 0.3s ease;
}

.projects-area {
    padding-top: 50px;
    padding-bottom: 100px;
    background-color: var(--body-background);
    background-image: -webkit-linear-gradient(220deg, #ffffff 0%, #f8f9fa 74%);
    background-image: linear-gradient(230deg, #ffffff 0%, #f8f9fa 74%);
}


.filter ul {
    margin: 0;
    padding: 0
}

.filter ul li {
    position: relative;
    display: inline-block;
    border: 1px dashed black;
    border-radius: 2em;
    margin: 0 7px 10px 0;
    padding: 0.5em 1em;
    font-size: 0.9em;
    font-family: "Roboto Mono", monospace;
    color: black;
    cursor: pointer;
    -webkit-transition: linear 0.1s;
    transition: linear 0.1s
}

.filter ul li:hover,
.filter ul li.mixitup-control-active {
    background: black;
    color: white
}

.theme-dark .filter ul li {
    border-color: white;
    color: white
}

.theme-dark .filter ul li:hover,
.theme-dark .filter ul li.mixitup-control-active {
    background: white;
    color: black
}

.portfolio-box {
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    overflow: hidden;
    border-radius: 0.5em
}

.portfolio-box:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.3), transparent);
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.3), transparent);
    width: 100%;
    height: 100%;
    -webkit-transition: ease-out 0.16s;
    transition: ease-out 0.16s
}

.portfolio-box img {
    -webkit-transform: scale(1);
    transform: scale(1);
    width: 100%;
    -webkit-transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.portfolio-box .portfolio-category {
    position: absolute;
    top: 16px;
    right: 16px;
    display: inline-block;
    background: rgba(0, 0, 0, 0.2);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    border-radius: 2em;
    padding: 0.5em 1em;
    color: white;
    font-weight: 400;
    font-size: 0.9em;
    text-transform: uppercase;
    letter-spacing: 0.5px
}

.portfolio-box .portfolio-caption {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    margin-bottom: -6px;
    padding: 0 30px 24px;
    -webkit-transition: ease-out 0.5s;
    transition: ease-out 0.5s
}

.portfolio-box .portfolio-caption * {
    margin: 0;
    color: white;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0.5px;
    -webkit-transition: linear 0.06s;
    transition: linear 0.06s
}

.portfolio-box .portfolio-caption *:hover {
    text-shadow: 0 0 white
}

.portfolio-box:hover:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.portfolio-box:hover img {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
    -webkit-filter: blur(1.5px);
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="1.5" /></filter></svg>#filter');
    filter: blur(1.5px)
}

.portfolio-box:hover .portfolio-caption {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    margin-bottom: 0
}




.single-project-page-right,
.single-project-page-left {
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.single-project-page-design {
    padding-top: 30px;
}

.single-project-image img {
    width: 100%;
}

.single-info h3 {
    font-size: 20px;
}
.single-image{
    margin-bottom: 30px;
}
.single-info {
    padding-bottom: 30px;
}
.single-info:last-child{
    padding-bottom: 0px;
}

.single-info p {
    margin-bottom: 0;
}

.project-image {
    margin-bottom: 45px;
}

.single-project-item {
    padding: 30px;
    border: 1px solid var(--border-color);
}

/*
* ----------------------------------------------------------------------------------------
* 10.TESTIMONIALS CSS STYLE
* ----------------------------------------------------------------------------------------
*/
.testimonials-area {
    padding-top: 20px;
}

.testimonial-item {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding: 20px 20px;
    border-radius: 16px;
    border: 1px dashed var(--border-color);
}


.testimonial-item .author {
    margin-bottom: 25px;
    display: inline-block;
}

.testimonial-item .author img {
    display: inline-block;
    border-radius: 50%;
    height: 60px;
    width: 60px;
}


.testimonial-item .text {
    margin-bottom: 30px;
}

.testimonial-item .testi-des h5 {
    margin-bottom: 0;
    color: var(--subtitle-color);
    font-size: 16px;
    line-height: 19px;
}


.testimonial-item .testi-des span {
    margin-bottom: 0;
    color: rgb(119, 119, 125);
    font-size: 14px;
    line-height: 22px;
}

.testimonial-item:hover {
    border: 1px solid var(--primary-color);
}

.testimonial-item:hover .author:before {
    color: var(--black-color);
    background: var(--primary-color);
}

.testimonials-wrap {
    margin-left: -15px;
    margin-right: -15px;
}

.testimonials-wrap .testimonial-item {
    margin-left: 15px;
    margin-right: 15px;
}






/*
* ----------------------------------------------------------------------------------------
* 11.PRICING CSS STYLE
* ----------------------------------------------------------------------------------------
*/
.pricing-area {
    padding-top: 20px;
}

.pricing-item {
    padding: 10px;
    border-radius: 16px;
    margin-bottom: 30px;
    border: 1px solid var(--border-color);
}

.pricing-item .pricing-header {
    padding: 20px 20px;
    border-radius: 16px;
    border: 1px solid var(--border-color);
}

.pricing-header h4.title {
    margin: 12px 0px;
    color: var(--subtitle-color);
    font-size: 16px;
    line-height: 19px;
    padding-bottom: 20px;
}

.pricing-item .pricing-header .save-percent {
    margin-bottom: 20px;
    color: rgb(119, 119, 125);
    font-size: 14px;
    line-height: 17px;
}

.pricing-item .pricing-header .save-percent span {
    color: var(--primary-color);
}

.pricing-item .pricing-header .price {
    font-size: 38px;
    font-weight: 500;
    color: var(--primary-color);
}



.pricing-item .pricing-header .price:before {
    content: '$';
}

.pricing-item .pricing-header .price:after {
    font-size: 16px;
    font-weight: 400;
    color: var(--main-color);
    content: '/Hour';
}

.pricing-item .pricing-details {
    padding: 20px 20px;
}



.pricing-item .pricing-details p {
    margin-bottom: 35px;
}

.pricing-item .pricing-details ul {
    padding-bottom: 12px;
}

.pricing-item .pricing-details ul li {
    color: rgb(119, 119, 125);
    font-size: 14px;
    margin-bottom: 10px;
}

.pricing-item .pricing-details ul li i {
    padding-right: 10px;
}


.pricing-item .pricing-details ul li.unable {
    color: var(--main-color);
    opacity: 0.35;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
}

.pricing-item .pricing-details ul li.unable:before {
    color: white;
}






/*
* ----------------------------------------------------------------------------------------
* 12.PARTNERS CSS STYLE - CORPORATE & LUXURY DESIGN
* ----------------------------------------------------------------------------------------
*/

/* Partners Section - Corporate & Luxury Design */
.company-design-area {
    padding: 120px 0;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 50%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

.company-design-area::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="luxuryPattern" width="60" height="60" patternUnits="userSpaceOnUse"><circle cx="30" cy="30" r="1" fill="%2354af32" opacity="0.08"/><circle cx="15" cy="15" r="0.5" fill="%2354af32" opacity="0.05"/><circle cx="45" cy="45" r="0.8" fill="%2354af32" opacity="0.06"/></pattern></defs><rect width="100" height="100" fill="url(%23luxuryPattern)"/></svg>') repeat;
    opacity: 0.4;
    z-index: 0;
}

.company-design-area .container {
    position: relative;
    z-index: 1;
}

/* Section Title - Corporate Style */
.company-design-area h2 {
    font-size: 48px;
    font-weight: 700;
    color: #2c3e50;
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
    line-height: 1.2;
    position: relative;
    text-transform: none;
}

.company-design-area h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-color), #45a028);
    border-radius: 2px;
}

/* Subtitle */
.partners-subtitle {
    text-align: center;
    font-size: 18px;
    color: #5a6c7d;
    font-weight: 500;
    margin-bottom: 60px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

/* Partners Container - Luxury Design */
.company-list {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 25px;
    padding: 40px 20px;
    box-shadow: 
        0 20px 60px rgba(0, 0, 0, 0.08),
        0 8px 25px rgba(84, 175, 50, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(84, 175, 50, 0.15);
    position: relative;
    overflow: hidden;
}

.company-list::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--primary-color), transparent);
    opacity: 0.6;
}

/* Scrolling Animation Container */
.scroller {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.scroller[data-animated="true"] {
    -webkit-mask: linear-gradient(90deg, 
        transparent 0%, 
        white 10%, 
        white 90%, 
        transparent 100%);
    mask: linear-gradient(90deg, 
        transparent 0%, 
        white 10%, 
        white 90%, 
        transparent 100%);
}

.scroller__inner {
    display: flex;
    align-items: center;
    gap: 80px;
    padding: 20px 0;
    animation: scroll 40s linear infinite;
}

.scroller[data-animated="true"] .scroller__inner {
    width: max-content;
    flex-wrap: nowrap;
}

/* Partner Logo Styling - Corporate & Luxury */
.scroller__inner img {
    height: 60px;
    width: auto;
    max-width: 180px;
    object-fit: contain;
    filter: grayscale(100%) brightness(0.4) contrast(1.2);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    opacity: 0.7;
    position: relative;
    padding: 15px 25px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 15px;
    box-shadow: 
        0 8px 25px rgba(0, 0, 0, 0.06),
        0 3px 10px rgba(84, 175, 50, 0.08);
    border: 1px solid rgba(84, 175, 50, 0.1);
}

.scroller__inner img:hover {
    filter: grayscale(0%) brightness(1) contrast(1);
    opacity: 1;
    transform: translateY(-8px) scale(1.05);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.12),
        0 8px 25px rgba(84, 175, 50, 0.2);
    border-color: var(--primary-color);
    background: rgba(255, 255, 255, 1);
}

/* Pause animation on hover */
.company-list:hover .scroller__inner {
    animation-play-state: paused;
}

/* Scrolling Animation */
@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-50% - 40px));
    }
}

/* Speed Variations */
.scroller[data-speed="slow"] .scroller__inner {
    animation-duration: 60s;
}

.scroller[data-speed="fast"] .scroller__inner {
    animation-duration: 25s;
}

/* Direction Control */
.scroller[data-direction="right"] .scroller__inner {
    animation-direction: reverse;
}

/* Corporate Badge */
.partners-badge {
    position: absolute;
    top: -15px;
    right: 30px;
    background: linear-gradient(135deg, var(--primary-color), #45a028);
    color: white;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 8px 25px rgba(84, 175, 50, 0.3);
    z-index: 2;
}

/* Statistics Integration */
.partners-stats {
    display: flex;
    justify-content: center;
    gap: 60px;
    margin-top: 50px;
    flex-wrap: wrap;
}

.partners-stat {
    text-align: center;
    padding: 20px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 15px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(84, 175, 50, 0.1);
    min-width: 150px;
    transition: all 0.3s ease;
}

.partners-stat:hover {
    background: rgba(255, 255, 255, 0.9);
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(84, 175, 50, 0.15);
}

.partners-stat-number {
    font-size: 32px;
    font-weight: 700;
    color: var(--primary-color);
    line-height: 1;
    margin-bottom: 8px;
    display: block;
}

.partners-stat-label {
    font-size: 14px;
    color: #5a6c7d;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .scroller__inner {
        gap: 60px;
    }
    
    .scroller__inner img {
        height: 55px;
        max-width: 160px;
        padding: 12px 20px;
    }
    
    .partners-stats {
        gap: 40px;
    }
}

@media (max-width: 991px) {
    .company-design-area {
        padding: 80px 0;
    }
    
    .company-design-area h2 {
        font-size: 36px;
        margin-bottom: 15px;
    }
    
    .partners-subtitle {
        font-size: 16px;
        margin-bottom: 40px;
        padding: 0 20px;
    }
    
    .company-list {
        padding: 30px 15px;
        border-radius: 20px;
    }
    
    .scroller__inner {
        gap: 50px;
        padding: 15px 0;
    }
    
    .scroller__inner img {
        height: 50px;
        max-width: 140px;
        padding: 10px 18px;
    }
    
    .partners-stats {
        gap: 30px;
        margin-top: 40px;
    }
    
    .partners-stat {
        min-width: 120px;
        padding: 15px;
    }
    
    .partners-stat-number {
        font-size: 28px;
    }
    
    .partners-stat-label {
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .company-design-area {
        padding: 60px 0;
    }
    
    .company-design-area h2 {
        font-size: 28px;
        margin-bottom: 12px;
    }
    
    .partners-subtitle {
        font-size: 14px;
        margin-bottom: 30px;
        padding: 0 15px;
    }
    
    .company-list {
        padding: 25px 10px;
        border-radius: 15px;
        margin: 0 10px;
    }
    
    .scroller__inner {
        gap: 40px;
        padding: 12px 0;
    }
    
    .scroller__inner img {
        height: 45px;
        max-width: 120px;
        padding: 8px 15px;
        border-radius: 12px;
    }
    
    .partners-stats {
        flex-direction: column;
        gap: 20px;
        margin-top: 30px;
        align-items: center;
    }
    
    .partners-stat {
        min-width: 100px;
        padding: 12px;
        width: 100%;
        max-width: 200px;
    }
    
    .partners-stat-number {
        font-size: 24px;
    }
    
    .partners-badge {
        top: -12px;
        right: 20px;
        padding: 6px 15px;
        font-size: 11px;
    }
}

@media (max-width: 576px) {
    .company-design-area {
        padding: 50px 0;
    }
    
    .company-design-area h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    
    .partners-subtitle {
        font-size: 13px;
        margin-bottom: 25px;
        padding: 0 10px;
    }
    
    .company-list {
        padding: 20px 8px;
        margin: 0 5px;
    }
    
    .scroller__inner {
        gap: 35px;
        padding: 10px 0;
    }
    
    .scroller__inner img {
        height: 40px;
        max-width: 100px;
        padding: 6px 12px;
        border-radius: 10px;
    }
    
    .partners-stat-number {
        font-size: 20px;
    }
    
    .partners-stat-label {
        font-size: 11px;
    }
    
    .partners-badge {
        display: none;
    }
}

/* Enhanced Hover Effects */
.company-list:hover {
    box-shadow: 
        0 25px 80px rgba(0, 0, 0, 0.12),
        0 12px 35px rgba(84, 175, 50, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
    border-color: rgba(84, 175, 50, 0.25);
}

/* Smooth Transitions */
.company-list,
.scroller__inner img,
.partners-stat {
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* Legacy Support */
.client-logo-area {
    padding-top: 20px;
}

.client-logo-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -30px;
    margin-right: -30px;
}

.client-logo-wrap .client-logo-item {
    width: calc(20% - 60px);
    margin: 0 30px 10px;
}


/*
* ----------------------------------------------------------------------------------------
* 13.CONTACT CSS STYLE
* ----------------------------------------------------------------------------------------
*/
.contact-area {
    padding: 100px 0px;
}

.contact-form-area .form-group {
    margin-bottom: 32px;
}

.contact-form-area .form-group .for-icon {
    right: 26px;
    font-size: 16px;
    margin-bottom: 0;
    position: absolute;
    margin-top: -45px;
    color: #000;
}

.contact-form-area .form-group .form-control {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    line-height: 1.3;
    padding: 19px 20px 19px 20px;
    background: #F9F9F9;
    font-family: "DM Sans", sans-serif;
    border: 1px dashed var(--border-color);
    border-radius: 10px;
}

.contact-form-area .form-group .form-control:focus {
    box-shadow: none;
    background: #F9F9F9;
    border-color: var(--primary-color);
}


.contact-form-area .form-group label {
    font-size: 16px;
    color: var(--main-color);
    font-weight: 500;
    margin-bottom: 18px;
    font-family: "DM Sans", sans-serif;
}

.contact-form-area .form-group .nice-select .current {
    font-weight: 400;
    color: rgba(255, 255, 255, 0.2);
}

.contact-form-area .form-group .nice-select:focus .current {
    color: white;
}

.contact-form-area .form-group .nice-select:focus:after {
    border-color: white;
}

.contact-form-area .form-group .nice-select .list {
    background: var(--black-color);
}

.contact-form-area .form-group .nice-select .option.focus,
.contact-form-area .form-group .nice-select .option.selected.focus,
.contact-form-area .form-group .nice-select .option:hover {
    background-color: var(--heading-color);
}

.contact-form-area .form-group .nice-select:after {
    right: 26px;
    margin-top: -6px;
    border-color: rgba(255, 255, 255, 0.2);
}

.contact-icon {
    padding-bottom: 1px;
}

.contact-icon i {
    font-size: 20px;
    color: var(--primary-color);
}

.single-contact {
    padding-bottom: 20px;
}

.single-contact h2 {
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 5px;
    text-transform: capitalize;
    font-weight: 500;
    -webkit-transition: .3s;
    transition: .3s;
    color: var(--subtitle-color);
}


.contact-page-content h6 {
    font-size: 18px;
    margin-bottom: 22px;
}

.contact-page-content .social-style-one a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: var(--lighter-color);
}

.contact-page-content .social-style-one a:not(:hover) {
    background: white;
}

.contact-page-form {
    padding: 45px 50px 50px;
    border-radius: 14px;
    background: var(--lighter-color);
    border: 1px solid var(--border-color);
}



.contact-page-form .form-group .nice-select,
.contact-page-form .form-group .form-control {
    background: rgba(255, 255, 255, 0.07);
}

.our-location iframe {
    height: 600px;
}



.has-error .help-block.with-errors {
    margin-top: 5px;
    color: red;
}

#msgSubmit.h4 {
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 10px;
}




/*
* ----------------------------------------------------------------------------------------
* 14.FOOTER CSS STYLE
* ----------------------------------------------------------------------------------------
*/
/* Partners Section Styling */
.partners-section {
    padding: 100px 0px;
    background: linear-gradient(135deg, #1a1a1a 0%, #2c2c2c 100%);
    position: relative;
    overflow: hidden;
}

.partners-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="partnersPattern" width="50" height="50" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="%2354af32" opacity="0.1"/><circle cx="10" cy="10" r="0.5" fill="%2354af32" opacity="0.05"/></pattern></defs><rect width="100" height="100" fill="url(%23partnersPattern)"/></svg>') repeat;
    opacity: 0.3;
    z-index: 0;
}

.partners-section .container {
    position: relative;
    z-index: 1;
}

.partners-section .section-title h2 {
    font-size: 48px;
    line-height: 1.2;
    color: var(--white-color) !important;
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.partners-section .section-title h2 span {
    color: var(--primary-color) !important;
    font-weight: 700;
    position: relative;
}

.partners-section .section-title h2 span::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, var(--primary-color), transparent);
    border-radius: 2px;
}

.partners-section .section-title p {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8) !important;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
    font-weight: 500;
    text-align: center;
}

/* Partners Grid Layout */
/* Removed .partners-showcase and .partners-grid styles to keep only scrolling marquee style */

.partner-item {
    position: relative;
    transition: all 0.4s ease;
    cursor: pointer;
}

.partner-logo {
    position: relative;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    transition: all 0.4s ease;
    overflow: hidden;
    border: 2px solid rgba(84, 175, 50, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.partner-logo::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(84, 175, 50, 0.1), transparent);
    transition: left 0.6s ease;
}

.partner-item:hover .partner-logo::before {
    left: 100%;
}

.partner-logo img {
    width: 100%;
    height: 80px;
    object-fit: contain;
    transition: all 0.4s ease;
    filter: grayscale(100%) brightness(0.8);
}

.partner-item:hover .partner-logo {
    transform: translateY(-10px) scale(1.05);
    box-shadow: 0 20px 50px rgba(84, 175, 50, 0.3);
    border-color: var(--primary-color);
    background: rgba(255, 255, 255, 1);
}

.partner-item:hover .partner-logo img {
    filter: grayscale(0%) brightness(1);
    transform: scale(1.1);
}

/* Partner Overlay */
.partner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, var(--primary-color), #45a028);
    color: var(--white-color);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s ease;
    border-radius: 18px;
}

.partner-item:hover .partner-overlay {
    opacity: 1;
    transform: translateY(0);
}

.partner-overlay h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
    color: var(--white-color) !important;
}

.partner-overlay p {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    color: rgba(255, 255, 255, 0.9) !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Mobile Scroller for Partners */
.partners-scroller {
    margin-top: 40px;
}

.partners-scroller .scroller__inner img {
    height: 60px;
    width: auto;
    object-fit: contain;
    filter: brightness(0) invert(1);
    opacity: 0.7;
    transition: all 0.3s ease;
}

.partners-scroller .scroller__inner img:hover {
    opacity: 1;
    transform: scale(1.1);
}

/* Legacy company-design-area for backward compatibility */
.company-design-area {
    padding: 100px 0px;
    background: linear-gradient(135deg, #1a1a1a 0%, #2c2c2c 100%);
}

.company-design-area h2 {
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
    letter-spacing: 5px;
    font-weight: 500;
}

.footer-bottom {}

.call-to-action-part {
    padding: 50px 100px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    box-shadow: rgba(255, 255, 255, 0.025) 0px 0.362176px 0.651917px -1px inset, rgba(255, 255, 255, 0.036) 0px 3px 5.4px -2px inset;
    background-color: var(--primary-color);
}

.call-to-action-area {
    padding: 80px 0 100px 0;
}

.call-to-action-part h2 {
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 20px;
    font-weight: 400;
    color: var(--black-color);
}

.call-to-action-part p {
    font-size: 20px;
    color: var(--lighter-color);
}

.footer-bottom .copyright-text {
    color: var(--main-color);
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}

.footer-bottom .copyright-text a {
    color: var(--primary-color);
}


/*
* ----------------------------------------------------------------------------------------
* 15.PRELOADER & BOUNCE CCS STYLE
* ----------------------------------------------------------------------------------------
*/

body.loaded {
    overflow: hidden !important;
    height: 100% !important;
}

.preloader {
    position: fixed;
    z-index: 10;
    height: 100vh;
    width: 100%;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: transparent;
    z-index: 99999999999999;
}

.preloader svg {
    position: absolute;
    top: 0;
    width: 100vw;
    height: 110vh;
    fill: var(--tj-black-2);
}

.preloader .preloader-heading .load-text {
    font-size: 55px;
    font-weight: 300;
    letter-spacing: 15px;
    text-transform: uppercase;
    z-index: 20;
}

.load-text span {
    /* Remove bounce animation */
    -webkit-animation: none !important;
    animation: none !important;
}

.load-text img {
    opacity: 0;
    animation: logoFadeIn 0.8s ease-in-out forwards;
    animation-delay: 0.2s;
    max-width: 300px;
    height: auto;
}

@keyframes logoFadeIn {
    0% {
        opacity: 0;
        transform: scale(0.8) translateY(20px);
    }
    100% {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

.load-text span:nth-child(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.load-text span:nth-child(2) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.load-text span:nth-child(3) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.load-text span:nth-child(4) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.load-text span:nth-child(5) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.load-text span:nth-child(6) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.load-text span:nth-child(7) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

@-webkit-keyframes loading {
    0% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }

    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

@keyframes loading {
    0% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }

    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}


.color-pulse {
    background: #00FF00;
}

.circle {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    box-shadow: 0px 0px 1px 1px #0000001a;
}

.pulse {
    -webkit-animation: pulse-animation 2s infinite;
    animation: pulse-animation 2s infinite;
}

@-webkit-keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0px rgba(0, 255, 0, 0.2);
    }

    100% {
        box-shadow: 0 0 0 20px rgba(0, 255, 0, 0);
    }
}

@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0px rgba(0, 255, 0, 0.2);
    }

    100% {
        box-shadow: 0 0 0 20px rgba(0, 255, 0, 0);
    }
}

/* ===== # Magic Cursor ===== */
#magic-cursor {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    pointer-events: none;
    z-index: 10000;
    -webkit-transition: opacity 0.2s ease-in-out 0.5s;
    transition: opacity 0.2s ease-in-out 0.5s;
}

#ball {
    position: fixed;
    width: 40px;
    height: 40px;
    border: 2px solid #999999;
    border-radius: 50%;
    pointer-events: none;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    box-sizing: border-box;
    /* -webkit-transform: scale(0.5);
    transform: scale(0.5); */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    /* -webkit-transition: 0.2s;
    transition: 0.2s; */
    margin-left: -20px;
    margin-top: -20px;
}

.magic-cursor.cursor-hover {
    margin-left: -40px;
    margin-top: -40px;
    width: 80px;
    height: 80px;
    background-color: #cc0000;
    opacity: .3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}

#ball.hovered {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    opacity: 0 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.progress-wrap {
    position: fixed;
    bottom: 30px;
    right: 30px;
    height: 44px;
    width: 44px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 100;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
    mix-blend-mode: difference;
    }

.progress-wrap.active-progress {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.progress-wrap i {
    position: absolute;
    left: 10px;
    top: 8px;
    font-size: 25px;
    text-align: center;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: var(--main-color);
    stroke-width: 4;
    box-sizing: border-box;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.progress-wrap {
    right: 18px;
    bottom: 157px;
}

.scroller__inner {
    padding-block: 16px;
    padding-block: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 80px;
    gap: 5rem;
}

.scroller__inner img {
    margin-right: 30px;
}

.scroller[data-animated="true"] {
    overflow: hidden;
    -webkit-mask: -webkit-linear-gradient(left,
        transparent,
        white 20%,
        white 80%,
        transparent);
    mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent);
}

.scroller[data-animated="true"] .scroller__inner {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-animation: scroll var(--_animation-duration, 40s) var(--_animation-direction, forwards) linear infinite;
            animation: scroll var(--_animation-duration, 40s) var(--_animation-direction, forwards) linear infinite;
}

.scroller[data-direction="right"] {
    --_animation-direction: reverse;
}

.scroller[data-direction="left"] {
    --_animation-direction: forwards;
}

.scroller[data-speed="fast"] {
    --_animation-duration: 20s;
}

.scroller[data-speed="slow"] {
    --_animation-duration: 60s;
}

@-webkit-keyframes scroll {
    to {
        -webkit-transform: translate(calc(-50% - 0.5rem));
                transform: translate(calc(-50% - 0.5rem));
    }
}

@keyframes scroll {
    to {
        -webkit-transform: translate(calc(-50% - 0.5rem));
                transform: translate(calc(-50% - 0.5rem));
    }
}



.tag-list {
    margin: 0;
    padding-inline: 0;
    list-style: none;
}

.tag-list li {
    padding: 16px;
    padding: 1rem;
    background: var(--clr-primary-400);
    border-radius: 0.5rem;
    box-shadow: 0 0.5rem 1rem -0.25rem var(--clr-primary-900);
}

/* for testing purposed to ensure the animation lined up correctly */
.test {
    background: red !important;
}

/*
* ----------------------------------------------------------------------------------------
* 16.BLOG CSS STYLE
* ----------------------------------------------------------------------------------------
*/
.blog-area {
    padding: 100px 0px;
}
.blog-post-box{
    margin-bottom: 60px;
}
.blog-post-box .blog-post-img {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    border-radius: 0.5em
}

.blog-post-box .blog-post-img img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.blog-post-box .blog-post-img .blog-post-category {
    position: absolute;
    top: 16px;
    left: 16px;
    background: rgba(0, 0, 0, 0.2);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    border-radius: 2em;
    padding: 0.5em 1em;
    color: white;
    font-weight: 400;
    font-size: 0.9em;
    text-transform: uppercase;
    letter-spacing: 0.5px
}

.blog-post-box .blog-post-img .blog-post-category a {
    color: white
}

.blog-post-box .blog-post-img .blog-post-category a:hover {
    color: white
}

.blog-post-box .blog-post-img:hover img {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
    -webkit-filter: blur(1.5px);
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="1.5" /></filter></svg>#filter');
    filter: blur(1.5px)
}

.blog-post-caption{
    padding-left: 60px;
}

.blog-post-caption h2 a{
    display: block;
    font-size: 40px;
    padding: 10px 0px;
    color: var(--white-color);
}

.blog-post-caption h3{
    font-size: 16px;
    text-transform: uppercase;
    color: var(--main-color);
}


.blog-category{
    padding: 80px 0px;
}
.single-blog-post {
    margin-bottom: 50px;
}

.single-blog-post h2 {
    font-size: 22px;
}

.single-blog-post a.read-more {
    background: #000;
    color: #fff;
    padding: 6px 20px;
    border: 1px solid #000;
}

.single-blog-post a.read-more:hover {
    background: transparent;
    color: #000;
    border: 1px solid #000;
}

.post-date {
    margin-bottom: 10px;
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 30px;
}

.post-date span {
    margin-right: 20px;
    color: var(--heading-color);
    background: var(--primary-color);
    padding: 10px 20px;
    border-radius: 10px;
    text-transform: uppercase;
}

.post-date span i {
    margin-right: 5px;
    color: var(--black-color);
}

.single-blog-post p {
    font-size: 16px;
    margin-bottom: 20px;
}

.blog-carosel-control {
    position: absolute;
    top: 50%;
    color: #000;
    font-size: 30px;
    margin-top: -50px;
    background: #333;
    height: 100px;
    width: 25px;
    text-align: center;
    line-height: 99px;
}

.blog-carosel-control.right {
    right: 0px;
    left: auto;
}

.pagination {
    margin: 0;
}

ul.blog_pagination li a {
    border: 1px solid #e8e8e9;
    border-radius: 0 !important;
    color: #353535;
    font-size: 16px;
    height: 35px;
    line-height: 20px;
    margin: 5px;
    width: 35px;
}

.black-icon {
    background: #333 none repeat scroll 0 0 !important;
    color: #fff !important;
}

.black-icon:hover {
    background: #333 !important;
}

.black-icon i {
    font-size: 14px;
}

ul.blog_pagination li a:hover {
    color: #fff;
    background: #333;
    border: 1px solid #333;
}

.single-side-bar {
    margin-bottom: 40px;
    overflow: hidden;
}

.single-side-bar h2 {
    margin-bottom: 15px;
    font-size: 22px;
    margin-top: 0;
    text-transform: capitalize;
}

.single-side-bar input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #333;
    border-radius: 0;
    box-shadow: none;
    color: #e3e8f0;
    height: 50px;
    float: left;
    padding-left: 10px;
}

.single-side-bar input:hover,
.single-side-bar input:focus {
    border: 1px solid #333;
    box-shadow: none;
    outline: 0 none;
}

.single-side-bar button {
    background: #333 none repeat scroll 0 0;
    border: 1px solid #333;
    color: #fff;
    height: 42px;
    padding: 0 32px;
    -webkit-transition: .3s;
    transition: .3s;
}

.single-side-bar button:hover {
    background: transparent;
    color: #fff;
    border: 1px solid #333;
    -webkit-transition: .3s;
    transition: .3s;
}

.single-side-bar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.single-side-bar ul li a {
    color: #fff;
    display: block;
    font-size: 16px;
    padding: 5px 0;
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.single-side-bar ul li a span {
    float: right;
}

.single-side-bar ul li a:hover {
    color: var(--primary-color);
}

.single-blog-social-icon {
    overflow: hidden;
    float: left;
    width: 177px;
    margin-bottom: 10px;
}

.single-blog-social-icon i {
    border: 1px solid #333;
    border-radius: 50px;
    float: left;
    font-size: 22px;
    height: 50px;
    line-height: 50px;
    margin-right: 15px;
    text-align: center;
    width: 50px;
}

.single-blog-social-icon .facebook {
    border: 1px solid #5d82d1;
    color: #5d82d1;
}

.single-blog-social-icon .twitter {
    border: 1px solid #00BFF3;
    color: #00BFF3;
}

.single-blog-social-icon .youtube {
    border: 1px solid #CB1D1F;
    color: #CB1D1F;
}

.single-blog-social-icon .youtube-play {
    border: 1px solid #CB1D1F;
    color: #CB1D1F;
}

.single-blog-social-icon .behance {
    border: 1px solid #0068FF;
    color: #0068FF;
}

.single-blog-social-icon .dribbble {
    border: 1px solid #EA4C8A;
    color: #EA4C8A;
}

.tag {
    overflow: hidden;
}

.tag a {
    color: #fff;
    float: left;
    font-size: 14px;
    font-weight: 300;
    border-radius: 12px;
    margin: 5px 7px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    padding: 8px 20px;
    border: 1px solid var(--border-color);
}

.tag a:hover {
    color: #ccc;
    border: 1px solid #333;
    background: transparent;
}

.single-blog-post-details blockquote {
    font-size: 16px;
    line-height: 28px;
    padding-left: 40px;
    border-left: 1px solid #fff;
}

.single-blog-post-details img {
    width: 100%;
}

.single-blog-post-details h2 {
    padding: 20px 0px;
    font-size: 40px;
    color: var(--white-color);
}

.next-previews-button-design {
    margin-top: 40px;
    overflow: hidden;
}

.next-previews-button-design a {
    color: #000;
}

.post-comments-area {
    overflow: hidden;
    margin-top: 50px;
}

.post-comments-area h2 {
    margin-bottom: 20px;
}

.single-comment {
    overflow: hidden;
    margin-bottom: 60px;
}

.single-comment img {
    float: left;
    margin-right: 50px;
    margin-bottom: 80px;
    width: 100px;
    border-radius: 50%;
}

.single-comment h5 {
    font-weight: 700;
}

.single-comment p {}

.single-comment a {
    color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single-comment a:hover {
    color: #333;
}

.single-comment a i {
    font-size: 10px;
    background: #767676 none repeat scroll 0 0;
    color: #fff;
    padding: 5px;
    margin-right: 5px;
    border-radius: 30px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single-comment a:hover i {
    background: #333 none repeat scroll 0 0;
    border-radius: 30px;
    color: #fff;
    font-size: 10px;
    padding: 5px;
}

.comment-form-area {
    margin-left: 150px;
    background: #191919;
    padding: 50px 30px;
    border-radius: 12px;
}

.comment-form-area input {
    background: var(--white-color);
    border: 1px solid #e3e8f0;
    box-shadow: none;
    color: var(--black-color);
    height: 50px;
    border-radius: 0;
    padding-left: 10px;
}


.comment-form-area input:hover,
.comment-form-area input:focus {
    border: 1px solid var(--border-color);
    box-shadow: none;
    outline: 0 none;
}

.comment-form-area textarea {
    background: var(--white-color);
    border: 1px solid #e3e8f0;
    box-shadow: none;
    color: var(--black-color);
    height: 150px;
    border-radius: 0;
    padding-left: 10px;
}

.comment-form-area textarea:hover,
.comment-form-area textarea:focus {
    border: 1px solid var(--border-color);
    box-shadow: none;
    outline: 0 none;
}

.comment-form-area button {
    background: var(--primary-color) none repeat scroll 0 0;
    border: 1px solid #333;
    color: var(--black-color);
    font-size: 16px;
    padding: 8px 20px;
    display: inline-block;
    border-radius: 12px;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 6px;
    height: 6px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    border-radius: 20px;
    background: #000;
}

.single-blog {
    margin-right: 30px;
}

.single-blog h5 {
    font-weight: 300;
    font-size: 12px;
}

.single-blog h3 {
    color: #aeaeae;
    padding: 10px 15px;
    font-size: 10px;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 3px;
}

.single-blog h2 {
    margin-top: 0;
}

.single-blog h2 a {
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-weight: 700;
    color: #000;
}

.single-blog p {
    padding-bottom: 30px;
}

.blog-description {
    padding: 20px 30px;
    border: 1px solid #f8f8f8;
    text-align: center;
}

.blog-area .owl-theme .owl-controls .owl-page span {
    display: block;
    width: 5px;
    height: 5px;
    margin: 5px 7px;
    border-radius: 20px;
    background: #000;
}

.single-blog-post-details,
.single-blog-sidebar-area,
.post-comments-area {
    padding-right: 60q;
}

.single-side-bar {}

.single-side-bar {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin-bottom: 30px;
    border-radius: 14px;
    padding: 25px;
    border: 1px solid var(--border-color);
}

/*
* ----------------------------------------------------------------------------------------
* 17.MODERN STATISTICS DASHBOARD CSS STYLE
* ----------------------------------------------------------------------------------------
*/
.modern-stats-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

.modern-stats-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="dots" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="%2354af32" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23dots)"/></svg>') repeat;
    opacity: 0.3;
    z-index: 0;
}

.modern-stats-section .container {
    position: relative;
    z-index: 1;
}

/* Statistics Dashboard */
.stats-dashboard {
    margin-top: 40px;
}

.stat-card {
    background: var(--white-color);
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    border: 1px solid rgba(84, 175, 50, 0.1);
    height: 100%;
}

.stat-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-color), #45a028);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.6s ease;
}

.stat-card:hover::before {
    transform: scaleX(1);
}

.stat-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(84, 175, 50, 0.2);
}

.stat-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--primary-color), #45a028);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    position: relative;
    animation: iconFloat 3s ease-in-out infinite;
}

.stat-icon::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary-color), #45a028);
    opacity: 0.3;
    transform: scale(1.2);
    animation: iconPulse 2s infinite;
}

@keyframes iconFloat {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-5px); }
}

@keyframes iconPulse {
    0% { transform: scale(1.2); opacity: 0.3; }
    50% { transform: scale(1.4); opacity: 0.1; }
    100% { transform: scale(1.2); opacity: 0.3; }
}

.stat-icon i {
    font-size: 36px;
    color: var(--white-color);
    z-index: 1;
    position: relative;
}

.stat-content {
    margin-bottom: 25px;
}

.stat-number {
    font-size: 48px;
    font-weight: 700;
    color: var(--primary-color);
    line-height: 1;
    display: inline-block;
    margin-right: 5px;
}

.stat-suffix {
    font-size: 32px;
    font-weight: 600;
    color: var(--primary-color);
    display: inline-block;
}

.stat-label {
    font-size: 18px;
    font-weight: 600;
    color: #2c3e50;
    margin: 15px 0 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.stat-description {
    font-size: 14px;
    color: #5a6c7d;
    font-weight: 400;
    margin: 0;
}

/* Progress Bar */
.stat-progress {
    position: relative;
    height: 6px;
    background: rgba(84, 175, 50, 0.1);
    border-radius: 3px;
    overflow: hidden;
    margin-top: 20px;
}

.progress-bar {
    height: 100%;
    background: linear-gradient(90deg, var(--primary-color), #45a028);
    border-radius: 3px;
    width: 0%;
    transition: width 2s ease-in-out;
    position: relative;
}

.progress-bar::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    animation: progressShine 2s infinite;
}

@keyframes progressShine {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(100%); }
}

/* Achievement Highlights */
.achievement-highlights {
    margin-top: 60px;
}

.achievement-item {
    display: flex;
    align-items: flex-start;
    background: var(--white-color);
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border-left: 4px solid var(--primary-color);
    height: 100%;
}

.achievement-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(84, 175, 50, 0.15);
}

.achievement-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--primary-color), #45a028);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    flex-shrink: 0;
    position: relative;
}

.achievement-icon::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary-color), #45a028);
    opacity: 0.2;
    transform: scale(1.3);
    animation: achievementPulse 3s infinite;
}

@keyframes achievementPulse {
    0%, 100% { transform: scale(1.3); opacity: 0.2; }
    50% { transform: scale(1.5); opacity: 0.1; }
}

.achievement-icon i {
    font-size: 28px;
    color: var(--white-color);
    z-index: 1;
    position: relative;
}

.achievement-content h4 {
    font-size: 20px;
    color: #2c3e50;
    margin-bottom: 10px;
    font-weight: 600;
}

.achievement-content p {
    font-size: 14px;
    color: #5a6c7d;
    line-height: 1.6;
    margin: 0;
}

/* Counter Animation */
@keyframes countUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.stat-number.animated {
    animation: countUp 0.6s ease-out;
}

/* Responsive Design */
@media (max-width: 991px) {
    .modern-stats-section {
        padding: 60px 0;
    }
    
    .stat-card {
        padding: 30px 20px;
        margin-bottom: 30px;
    }
    
    .stat-number {
        font-size: 40px;
    }
    
    .stat-suffix {
        font-size: 28px;
    }
    
    .achievement-item {
        padding: 25px;
        margin-bottom: 20px;
    }
    
    .achievement-icon {
        width: 50px;
        height: 50px;
        margin-right: 15px;
    }
    
    .achievement-icon i {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .modern-stats-section {
        padding: 50px 0;
    }
    
    .stat-card {
        padding: 25px 15px;
    }
    
    .stat-icon {
        width: 70px;
        height: 70px;
    }
    
    .stat-icon i {
        font-size: 32px;
    }
    
    .stat-number {
        font-size: 36px;
    }
    
    .stat-suffix {
        font-size: 24px;
    }
    
    .stat-label {
        font-size: 16px;
    }
    
    .achievement-item {
        flex-direction: column;
        text-align: center;
        padding: 20px;
    }
    
    .achievement-icon {
        margin-right: 0;
        margin-bottom: 15px;
    }
    
    .achievement-content h4 {
        font-size: 18px;
    }
}

@media (max-width: 576px) {
    .stat-number {
        font-size: 32px;
    }
    
    .stat-suffix {
        font-size: 20px;
    }
    
    .stat-label {
        font-size: 14px;
    }
    
    .stat-description {
        font-size: 12px;
    }
    
    .achievement-content h4 {
        font-size: 16px;
    }
    
    .achievement-content p {
        font-size: 13px;
    }
}

/* Loading Animation */
.stat-card.loading .stat-number {
    color: #ddd;
}

.stat-card.loaded .stat-number {
    color: var(--primary-color);
    transition: color 0.3s ease;
}

/* Hover Effects */
.stat-card:hover .stat-icon {
    transform: scale(1.1) translateY(-5px);
}

.stat-card:hover .stat-number {
    transform: scale(1.05);
    transition: transform 0.3s ease;
}

.stat-card:hover .progress-bar {
    box-shadow: 0 0 20px rgba(84, 175, 50, 0.4);
}

/*
* ----------------------------------------------------------------------------------------
* 18.iOS STYLE MOBILE RESPONSIVE ENHANCEMENTS FOR HOMEPAGE
* ----------------------------------------------------------------------------------------
*/

/* iOS Font Smoothing for All Mobile Devices */
@media (max-width: 991px) {
    * {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    
    /* Main Hero Area Mobile Enhancements */
    .main-hero-area {
        padding-top: 120px;
        padding-bottom: 60px;
        background-attachment: scroll;
    }
    
    .hero-content {
        padding-left: 20px;
        text-align: center;
        margin-bottom: 40px;
    }
    
    .hero-content h1 {
        font-size: 32px;
        line-height: 1.2;
        margin-bottom: 15px;
        font-weight: 700;
    }
    
    .hero-content h2 {
        font-size: 16px;
        margin-bottom: 15px;
        font-weight: 500;
    }
    
    .hero-content p {
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 25px;
    }
    
    .hero-btns {
        display: flex;
        flex-direction: column;
        gap: 12px;
        align-items: center;
    }
    
    .theme-btn {
        min-width: 200px;
        padding: 14px 28px;
        font-size: 15px;
        font-weight: 600;
        border-radius: 25px;
        box-shadow: 0 4px 16px rgba(84, 175, 50, 0.3);
        transition: all 0.3s ease;
        touch-action: manipulation;
        min-height: 44px;
    }
    
    .theme-btn:active {
        transform: scale(0.98);
    }
    
    /* Enhanced Ticker Bar for Mobile */
    .ticker-bar {
        height: 50px;
    }
    
    .ticker-wrapper {
        height: 50px;
    }
    
    .ticker-content {
        padding-left: 150px;
    }
    
    .ticker-item {
        margin-right: 30px;
        padding: 5px 15px;
        font-size: 14px;
        border-radius: 8px;
        font-weight: 600;
    }
}

@media (max-width: 767px) {
    /* iOS Font Smoothing */
    * {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    
    /* Main Hero Area Tablet/Mobile */
    .main-hero-area {
        padding-top: 100px;
        padding-bottom: 50px;
        background-attachment: scroll;
    }
    
    .hero-content {
        padding-left: 0;
        text-align: center;
        margin-bottom: 30px;
    }
    
    .hero-content h1 {
        font-size: 28px;
        line-height: 1.1;
        margin-bottom: 12px;
        font-weight: 700;
    }
    
    .hero-content h2 {
        font-size: 15px;
        margin-bottom: 12px;
        font-weight: 500;
    }
    
    .hero-content p {
        font-size: 13px;
        line-height: 1.4;
        margin-bottom: 20px;
        padding: 0 10px;
    }
    
    .hero-btns {
        display: flex;
        flex-direction: column;
        gap: 10px;
        align-items: center;
    }
    
    .theme-btn {
        min-width: 180px;
        padding: 12px 24px;
        font-size: 14px;
        font-weight: 600;
        border-radius: 22px;
        box-shadow: 0 3px 12px rgba(84, 175, 50, 0.25);
        transition: all 0.2s ease;
        touch-action: manipulation;
        min-height: 44px;
    }
    
    .theme-btn:active {
        transform: scale(0.97);
    }
    
    /* Ticker Bar Mobile */
    .ticker-bar {
        height: 45px;
    }
    
    .ticker-wrapper {
        height: 45px;
    }
    
    .ticker-content {
        padding-left: 120px;
    }
    
    .ticker-item {
        margin-right: 25px;
        padding: 4px 12px;
        font-size: 12px;
        border-radius: 8px;
        font-weight: 600;
    }
    
    .ticker-label {
        display: none;
    }
    
    /* About Area Mobile */
    .about-area {
        padding: 60px 0;
        background-attachment: scroll;
    }
    
    .section-title h2 {
        font-size: 28px;
        margin-bottom: 15px;
        font-weight: 700;
    }
    
    .section-title p {
        font-size: 14px;
        padding: 0 10px;
        font-weight: 400;
    }
    
    .about-text-block h3 {
        font-size: 22px;
        font-weight: 600;
        text-align: center;
    }
    
    .about-text-block h3::before {
        display: none;
    }
    
    .about-text-block p {
        font-size: 14px;
        text-align: center;
        padding: 0 10px;
    }
    
    .highlight-item {
        padding: 15px;
        margin-bottom: 15px;
        border-radius: 12px;
        box-shadow: 0 3px 12px rgba(0,0,0,0.06);
        flex-direction: column;
        text-align: center;
    }
    
    .highlight-icon {
        width: 50px;
        height: 50px;
        margin-right: 0;
        margin-bottom: 12px;
        box-shadow: 0 3px 12px rgba(84, 175, 50, 0.2);
    }
    
    .highlight-icon i {
        font-size: 20px;
    }
    
    .highlight-content h5 {
        font-size: 16px;
        font-weight: 600;
    }
    
    .highlight-content p {
        font-size: 13px;
        font-weight: 400;
    }
    
    .about-cta {
        text-align: center;
        margin-top: 30px;
    }
    
    .theme-btn-outline {
        margin-left: 0;
        margin-top: 12px;
        display: block;
        width: 100%;
        max-width: 200px;
        margin: 12px auto 0;
        min-height: 44px;
        border-radius: 22px;
        font-weight: 600;
    }
}

@media (max-width: 576px) {
    /* iOS Font Smoothing */
    * {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    
    /* Main Hero Area Small Mobile */
    .main-hero-area {
        padding: 80px 0 40px;
        background-attachment: scroll;
    }
    
    .hero-content h1 {
        font-size: 24px;
        line-height: 1.1;
        margin-bottom: 10px;
        font-weight: 700;
    }
    
    .hero-content h2 {
        font-size: 14px;
        margin-bottom: 10px;
        font-weight: 500;
    }
    
    .hero-content p {
        font-size: 12px;
        line-height: 1.3;
        margin-bottom: 18px;
        padding: 0 5px;
    }
    
    .theme-btn {
        min-width: 160px;
        padding: 10px 20px;
        font-size: 13px;
        font-weight: 600;
        border-radius: 20px;
        box-shadow: 0 2px 8px rgba(84, 175, 50, 0.2);
        min-height: 40px;
    }
    
    /* Container Padding */
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Section Spacing */
    .about-area {
        padding: 50px 0;
    }
    
    .section-title h2 {
        font-size: 24px;
        margin-bottom: 12px;
        font-weight: 700;
    }
    
    .section-title p {
        font-size: 13px;
        padding: 0 5px;
    }
    
    .about-text-block h3 {
        font-size: 20px;
        font-weight: 600;
    }
    
    .about-text-block p {
        font-size: 13px;
        padding: 0 5px;
    }
    
    .highlight-item {
        padding: 12px;
        margin-bottom: 12px;
        border-radius: 10px;
    }
    
    .highlight-icon {
        width: 45px;
        height: 45px;
        margin-bottom: 10px;
    }
    
    .highlight-icon i {
        font-size: 18px;
    }
    
    .highlight-content h5 {
        font-size: 15px;
        font-weight: 600;
    }
    
    .highlight-content p {
        font-size: 12px;
    }
    
    /* Ticker Bar Small Mobile */
    .ticker-bar {
        height: 40px;
    }
    
    .ticker-wrapper {
        height: 40px;
    }
    
    .ticker-content {
        padding-left: 0;
    }
    
    .ticker-item {
        margin-right: 25px;
        padding: 3px 10px;
        font-size: 11px;
    }
    
    .ticker-label {
        display: none;
    }
    
    /* Touch Optimization */
    .theme-btn,
    .theme-btn-outline,
    .element-cta {
        touch-action: manipulation;
        -webkit-tap-highlight-color: transparent;
    }
    
    .theme-btn:active,
    .theme-btn-outline:active,
    .element-cta:active {
        transform: scale(0.96);
        transition: transform 0.1s ease;
    }
    
    /* Enhanced Visual Elements for Small Mobile */
    .industrial-visual-enhanced {
        height: 300px;
        padding: 10px;
    }
    
    .element-enhanced {
        width: 80px;
        height: 80px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.08);
        border-radius: 12px;
    }
    
    .element-inner {
        padding: 10px;
        border-radius: 10px;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }
    
    .element-icon {
        width: 30px;
        height: 30px;
        margin-bottom: 20px;
        box-shadow: 0 1px 4px rgba(84, 175, 50, 0.1);
    }
    
    .element-icon i {
        font-size: 16px;
    }
    
    .element-content h4 {
        font-size: 10px;
        font-weight: 600;
    }
    
    .element-subtitle {
        font-size: 8px;
        margin-bottom: 4px;
        font-weight: 500;
    }
    
    .stat-number {
        font-size: 12px;
        font-weight: 700;
    }
    
    .stat-label {
        font-size: 7px;
        font-weight: 500;
    }
    
    .logo-container {
        width: 160px;
        height: 160px;
        box-shadow: 0 4px 16px rgba(0,0,0,0.08);
        border-radius: 16px;
    }
    
    .main-logo {
        width: 120px;
    }
    
    .logo-text h3 {
        font-size: 14px;
        font-weight: 700;
    }
    
    .logo-text p {
        font-size: 9px;
        font-weight: 500;
    }
}

/* iOS Style Animations and Transitions */
@media (max-width: 991px) {
    .theme-btn,
    .theme-btn-outline,
    .highlight-item,
    .about-card,
    .element-enhanced {
        transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }
    
    .theme-btn:hover,
    .theme-btn-outline:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 25px rgba(84, 175, 50, 0.3);
    }
    
    /* Smooth scrolling for mobile */
    html {
        scroll-behavior: smooth;
    }
    
    /* Enhanced touch targets */
    .theme-btn,
    .theme-btn-outline {
        min-height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

/* Dark mode support for iOS */
@media (prefers-color-scheme: dark) and (max-width: 991px) {
    .main-hero-area {
        background-image: linear-gradient(315deg, #2c2c2c 0%, #1a1a1a 74%);
    }
    
    .about-area {
        background: linear-gradient(135deg, #2c2c2c 0%, #1a1a1a 100%);
    }
    
    .hero-content h1,
    .hero-content h2,
    .section-title h2,
    .about-text-block h3 {
        color: #ffffff !important;
    }
    
    .hero-content p,
    .section-title p,
    .about-text-block p {
        color: #cccccc !important;
    }
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
    .theme-btn,
    .theme-btn-outline,
    .highlight-item,
    .about-card,
    .element-enhanced {
        transition: none;
        animation: none;
    }
    
    .ticker-content {
        animation: none;
    }
    
    .floating-card,
    .element-enhanced,
    .stat-icon {
        animation: none;
    }
}

/*
* ----------------------------------------------------------------------------------------
* 19.MOBILE HOMEPAGE THEME MATCHING DESKTOP
* ----------------------------------------------------------------------------------------
*/

/* Mobile theme adjustments to match desktop homepage */
@media (max-width: 991px) {
    /* Ensure mobile uses same color scheme as desktop */
    body {
        background: var(--body-background);
        color: var(--main-color);
        font-family: "DM Sans", sans-serif;
    }
    
    /* Main hero area mobile matching desktop style */
    .main-hero-area {
        background-color: var(--light-gray);
        background-image: -webkit-linear-gradient(135deg, #f8f9fa 0%, #e9ecef 74%);
        background-image: linear-gradient(315deg, #f8f9fa 0%, #e9ecef 74%);
        padding-top: 150px;
        padding-bottom: 80px;
    }
    
    /* Hero content mobile styling to match desktop */
    .hero-content {
        text-align: center;
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .hero-content h1 {
        font-weight: 400;
        line-height: 1.2;
        margin: 10px 0px;
        font-size: 36px;
        background: -webkit-linear-gradient(#45a028, #4d4d4d);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    
    .hero-content h2 {
        display: block;
        font-weight: 400;
        margin-bottom: 5px;
        color: var(--main-color);
        font-size: 18px;
        line-height: 24px;
    }
    
    /* About area mobile matching desktop */
    .about-area {
        padding: 80px 0px;
        background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
        position: relative;
        overflow: hidden;
    }
    
    /* Services area mobile matching desktop */
    .services-area {
        padding: 80px 0px;
        background-color: var(--light-gray);
        background-image: -webkit-linear-gradient(220deg, #f8f9fa 0%, #e9ecef 74%);
        background-image: linear-gradient(230deg, #f8f9fa 0%, #e9ecef 74%);
    }
    
    /* Projects area mobile matching desktop */
    .projects-area {
        padding-top: 50px;
        padding-bottom: 80px;
        background-color: var(--body-background);
        background-image: -webkit-linear-gradient(220deg, #ffffff 0%, #f8f9fa 74%);
        background-image: linear-gradient(230deg, #ffffff 0%, #f8f9fa 74%);
    }
    
    /* Section titles mobile matching desktop */
    .section-title h2 {
        font-size: 32px;
        line-height: 1.2;
        color: #2c3e50 !important;
        margin-bottom: 30px;
        font-weight: 700;
    }
    
    .section-title p {
        font-size: 16px;
        line-height: 1.6;
        color: #5a6c7d !important;
        font-weight: 500;
        max-width: 600px;
        margin: 0 auto;
        text-align: center;
    }
    
    .section-title h2 span {
        color: var(--primary-color) !important;
        font-weight: 700;
    }
    
    /* Theme buttons mobile matching desktop */
    .theme-btn {
        background: var(--primary-color);
        color: #fff;
        cursor: pointer;
        display: inline-block;
        border: 1px solid var(--button-border);
        font-size: 14px;
        font-weight: 500;
        line-height: 18px;
        margin: 0 5px 10px 0;
        overflow: visible;
        border-radius: 50px;
        padding: 14px 28px;
        text-align: center;
        text-transform: none;
        -webkit-transition: .3s;
        transition: .3s;
        box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 0px 0px;
        min-height: 44px;
        touch-action: manipulation;
    }
    
    .theme-btn:hover {
        border: 1px solid var(--button-border);
        text-decoration: none;
        color: var(--white-color);
        -webkit-transition: .3s;
        transition: .3s;
        background: var(--black-color);
    }
    
    /* Service items mobile matching desktop */
    .service-item {
        -webkit-transition: 0.5s;
        transition: 0.5s;
        padding: 30px 15px;
        border-radius: 12px;
        border: 1px solid var(--black-color);
        background: var(--black-color);
        margin-bottom: 30px;
    }
    
    .service-item .content p {
        margin-bottom: 0;
        color: rgb(119, 119, 125);
        font-size: 14px;
        line-height: 20px;
    }
    
    .service-item .content h4 {
        margin: 12px 0px;
        color: var(--main-color);
        font-size: 20px;
        line-height: 26px;
    }
    
    .service-item .content i {
        font-size: 40px;
        color: var(--primary-color);
        margin-bottom: 20px;
    }
    
    /* About cards mobile matching desktop */
    .about-card {
        background: var(--white-color);
        border-radius: 20px;
        padding: 25px 20px;
        margin-bottom: 20px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.1);
        transition: all 0.4s ease;
        position: relative;
        overflow: hidden;
        border: 1px solid rgba(84, 175, 50, 0.1);
    }
    
    .about-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 4px;
        background: linear-gradient(90deg, var(--primary-color), #45a028);
    }
    
    .about-card:hover {
        transform: translateY(-5px) scale(1.02);
        box-shadow: 0 20px 40px rgba(84, 175, 50, 0.2);
    }
    
    /* Card icons mobile matching desktop */
    .card-icon {
        width: 60px;
        height: 60px;
        background: linear-gradient(135deg, var(--primary-color), #45a028);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 15px;
        position: relative;
    }
    
    .card-icon i {
        font-size: 28px;
        color: var(--white-color) !important;
        z-index: 1;
        position: relative;
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    
    .card-content h4 {
        font-size: 18px;
        color: #2c3e50 !important;
        margin-bottom: 10px;
        font-weight: 600;
    }
    
    .card-content p {
        font-size: 13px;
        color: #5a6c7d !important;
        line-height: 1.6;
        margin: 0;
    }
}

@media (max-width: 767px) {
    /* Small mobile adjustments */
    .main-hero-area {
        padding-top: 120px;
        padding-bottom: 60px;
    }
    
    .hero-content h1 {
        font-size: 28px;
        line-height: 1.1;
    }
    
    .hero-content h2 {
        font-size: 16px;
    }
    
    .section-title h2 {
        font-size: 28px;
        margin-bottom: 20px;
    }
    
    .section-title p {
        font-size: 14px;
        padding: 0 15px;
    }
    
    .about-area,
    .services-area,
    .projects-area {
        padding: 60px 0;
    }
    
    .theme-btn {
        font-size: 13px;
        padding: 12px 24px;
        min-width: 180px;
    }
    
    .service-item {
        padding: 25px 15px;
    }
    
    .about-card {
        padding: 20px 15px;
    }
    
    .card-icon {
        width: 50px;
        height: 50px;
    }
    
    .card-icon i {
        font-size: 24px;
    }
    
    .card-content h4 {
        font-size: 16px;
    }
    
    .card-content p {
        font-size: 12px;
    }
}

@media (max-width: 576px) {
    /* Extra small mobile adjustments */
    .main-hero-area {
        padding-top: 100px;
        padding-bottom: 50px;
    }
    
    .hero-content {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .hero-content h1 {
        font-size: 24px;
    }
    
    .hero-content h2 {
        font-size: 14px;
    }
    
    .section-title h2 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    
    .section-title p {
        font-size: 13px;
        padding: 0 10px;
    }
    
    .about-area,
    .services-area,
    .projects-area {
        padding: 50px 0;
    }
    
    .theme-btn {
        font-size: 12px;
        padding: 10px 20px;
        min-width: 160px;
        min-height: 40px;
    }
    
    .service-item {
        padding: 20px 12px;
    }
    
    .service-item .content i {
        font-size: 36px;
        margin-bottom: 15px;
    }
    
    .service-item .content h4 {
        font-size: 18px;
        line-height: 22px;
    }
    
    .service-item .content p {
        font-size: 13px;
        line-height: 18px;
    }
    
    .about-card {
        padding: 18px 12px;
        margin-bottom: 15px;
    }
    
    .card-icon {
        width: 45px;
        height: 45px;
        margin-bottom: 12px;
    }
    
    .card-icon i {
        font-size: 20px;
    }
    
    .card-content h4 {
        font-size: 15px;
        margin-bottom: 8px;
    }
    
    .card-content p {
        font-size: 11px;
    }
    
    /* Container padding for small screens */
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/*
* ----------------------------------------------------------------------------------------
* 20.ENHANCED MOBILE RESPONSIVE STYLES - LARGER TEXT AND MORE COLORFUL
* ----------------------------------------------------------------------------------------
*/

/* Enhanced Mobile Responsive Styles - Larger and More Colorful */
@media (max-width: 768px) {
    /* Hero Section Mobile - Larger and More Colorful */
    .hero-area,
    .main-hero-area {
        padding: 120px 0 100px;
        min-height: 85vh;
    }
    
    .hero-content h1 {
        font-size: 42px !important;
        line-height: 1.1;
        margin-bottom: 25px;
        color: #1d1d1f !important;
        font-weight: 700 !important;
        text-shadow: 0 2px 4px rgba(0,0,0,0.1);
    }
    
    .hero-content h2 {
        font-size: 20px !important;
        line-height: 1.4;
        margin-bottom: 20px;
        color: var(--primary-color) !important;
        font-weight: 600 !important;
    }
    
    .hero-content p {
        font-size: 18px !important;
        line-height: 1.6;
        margin-bottom: 35px;
        color: #515154 !important;
        font-weight: 500;
        padding: 0 10px;
    }
    
    .btn-primary,
    .theme-btn {
        padding: 16px 32px !important;
        font-size: 16px !important;
        font-weight: 700 !important;
        background: linear-gradient(135deg, var(--primary-color), #45a028) !important;
        border-radius: 30px;
        box-shadow: 0 6px 20px rgba(84, 175, 50, 0.4) !important;
        min-height: 50px;
        border: none !important;
    }
    
    /* Services Section Mobile - Enhanced */
    .services-section .section-title,
    .services-area .section-title {
        margin-bottom: 50px;
    }
    
    .services-section .section-title h2,
    .services-area .section-title h2,
    .section-title h2 {
        font-size: 38px !important;
        margin-bottom: 25px;
        color: #1d1d1f !important;
        font-weight: 800 !important;
        text-shadow: 0 2px 4px rgba(0,0,0,0.1);
    }
    
    .services-section .section-subtitle,
    .services-area .section-subtitle,
    .section-title p {
        font-size: 20px !important;
        margin-bottom: 40px;
        color: var(--primary-color) !important;
        font-weight: 600 !important;
        line-height: 1.5;
    }
    
    .service-card,
    .service-item {
        padding: 35px 25px !important;
        margin-bottom: 30px;
        background: linear-gradient(135deg, #ffffff, #f8f9fa) !important;
        border-radius: 25px;
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15) !important;
        border: 2px solid rgba(84, 175, 50, 0.2) !important;
        transition: all 0.4s ease;
    }
    
    .service-card:hover,
    .service-item:hover {
        transform: translateY(-8px) scale(1.02);
        box-shadow: 0 25px 50px rgba(84, 175, 50, 0.3) !important;
        border-color: var(--primary-color) !important;
    }
    
    .service-card h4,
    .service-item .content h4 {
        font-size: 24px !important;
        margin-bottom: 18px;
        color: #1d1d1f !important;
        font-weight: 700 !important;
        text-shadow: 0 1px 2px rgba(0,0,0,0.1);
    }
    
    .service-card p,
    .service-item .content p {
        font-size: 17px !important;
        line-height: 1.7;
        color: #515154 !important;
        font-weight: 500;
    }
    
    /* About Section Mobile - Enhanced */
    .about-section .section-title h2,
    .about-area .section-title h2 {
        font-size: 38px !important;
        margin-bottom: 25px;
        color: #1d1d1f !important;
        font-weight: 800 !important;
    }
    
    .about-section .section-subtitle,
    .about-area .section-subtitle {
        font-size: 20px !important;
        margin-bottom: 35px;
        color: var(--primary-color) !important;
        font-weight: 600 !important;
    }
    
    .about-content p,
    .about-text-block p {
        font-size: 17px !important;
        line-height: 1.7;
        margin-bottom: 25px;
        color: #515154 !important;
        font-weight: 500;
    }
    
    .about-text-block h3 {
        font-size: 28px !important;
        color: #1d1d1f !important;
        font-weight: 700 !important;
        margin-bottom: 20px;
    }
    
    /* Features Section Mobile - Enhanced */
    .features-section .section-title h2 {
        font-size: 38px !important;
        margin-bottom: 25px;
        color: #1d1d1f !important;
        font-weight: 800 !important;
    }
    
    .feature-card,
    .about-card {
        padding: 35px 25px !important;
        margin-bottom: 30px;
        background: linear-gradient(135deg, var(--white-color), #f8f9fa) !important;
        border-radius: 25px;
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12) !important;
        border: 2px solid rgba(84, 175, 50, 0.2) !important;
        transition: all 0.4s ease;
    }
    
    .feature-card:hover,
    .about-card:hover {
        border-color: var(--primary-color) !important;
        transform: translateY(-8px) scale(1.02);
        box-shadow: 0 25px 50px rgba(84, 175, 50, 0.25) !important;
    }
    
    .feature-card h4,
    .card-content h4 {
        font-size: 24px !important;
        margin-bottom: 18px;
        color: #1d1d1f !important;
        font-weight: 700 !important;
        text-shadow: 0 1px 2px rgba(0,0,0,0.1);
    }
    
    .feature-card p,
    .card-content p {
        font-size: 17px !important;
        line-height: 1.7;
        color: #515154 !important;
        font-weight: 500;
    }
    
    /* Contact Section Mobile - Enhanced */
    .contact-section .section-title h2 {
        font-size: 38px !important;
        margin-bottom: 25px;
        color: #1d1d1f !important;
        font-weight: 800 !important;
    }
    
    .contact-section .section-subtitle {
        font-size: 20px !important;
        margin-bottom: 35px;
        color: var(--primary-color) !important;
        font-weight: 600 !important;
    }
    
    /* Card Icons Mobile - Enhanced */
    .service-card .service-icon,
    .feature-card .feature-icon,
    .card-icon,
    .service-item .content i {
        width: 80px !important;
        height: 80px !important;
        background: linear-gradient(135deg, var(--primary-color), #45a028) !important;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 25px;
        box-shadow: 0 8px 25px rgba(84, 175, 50, 0.4) !important;
        position: relative;
    }
    
    .service-card .service-icon::after,
    .feature-card .feature-icon::after,
    .card-icon::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background: linear-gradient(135deg, var(--primary-color), #45a028);
        opacity: 0.3;
        transform: scale(1.3);
        animation: iconPulse 2s infinite;
    }
    
    .service-card .service-icon i,
    .feature-card .feature-icon i,
    .card-icon i,
    .service-item .content i {
        font-size: 36px !important;
        color: var(--white-color) !important;
        z-index: 1;
        position: relative;
    }
    
    /* General Mobile Adjustments - Enhanced */
    .container {
        padding: 0 25px;
    }
    
    .section-padding {
        padding: 100px 0;
    }
    
    /* Navigation Mobile - Enhanced */
    .navbar-brand img {
        height: 50px;
    }
    
    .navbar-nav .nav-link {
        font-size: 18px !important;
        padding: 12px 18px;
        color: #1d1d1f !important;
        font-weight: 600 !important;
    }
    
    /* Product Cards Mobile - Enhanced */
    .product-card {
        padding: 35px 25px !important;
        margin-bottom: 30px;
        background: linear-gradient(135deg, var(--white-color), #f8f9fa) !important;
        border-radius: 25px;
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12) !important;
        border: 2px solid rgba(84, 175, 50, 0.2) !important;
    }
    
    .product-card h3 {
        font-size: 26px !important;
        color: #1d1d1f !important;
        font-weight: 700 !important;
        margin-bottom: 18px;
        text-shadow: 0 1px 2px rgba(0,0,0,0.1);
    }
    
    .product-card p {
        font-size: 17px !important;
        color: #515154 !important;
        line-height: 1.7;
        font-weight: 500;
    }
    
    /* Highlight Items Mobile - Enhanced */
    .highlight-item {
        padding: 35px 25px !important;
        margin-bottom: 25px;
        background: linear-gradient(135deg, var(--white-color), #f8f9fa) !important;
        border-radius: 25px;
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12) !important;
        border-left: 6px solid var(--primary-color) !important;
        transition: all 0.4s ease;
    }
    
    .highlight-item:hover {
        transform: translateX(15px) translateY(-5px);
        box-shadow: 0 25px 50px rgba(84, 175, 50, 0.25) !important;
    }
    
    .highlight-icon {
        width: 75px !important;
        height: 75px !important;
        background: linear-gradient(135deg, var(--primary-color), #45a028) !important;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 25px;
        flex-shrink: 0;
        box-shadow: 0 8px 25px rgba(84, 175, 50, 0.4) !important;
    }
    
    .highlight-icon i {
        font-size: 32px !important;
        color: var(--white-color) !important;
    }
    
    .highlight-content h5 {
        font-size: 22px !important;
        color: #1d1d1f !important;
        font-weight: 700 !important;
        margin-bottom: 12px;
        text-shadow: 0 1px 2px rgba(0,0,0,0.1);
    }
    
    .highlight-content p {
        font-size: 16px !important;
        color: #515154 !important;
        line-height: 1.6;
        font-weight: 500;
    }
    
    /* Blog Cards Mobile - Enhanced */
    .blog-post-box,
    .single-blog-post {
        margin-bottom: 40px;
        background: linear-gradient(135deg, var(--white-color), #f8f9fa) !important;
        border-radius: 25px;
        overflow: hidden;
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12) !important;
        border: 2px solid rgba(84, 175, 50, 0.2) !important;
        transition: all 0.4s ease;
    }
    
    .blog-post-box:hover,
    .single-blog-post:hover {
        transform: translateY(-8px);
        box-shadow: 0 25px 50px rgba(84, 175, 50, 0.25) !important;
    }
    
    .blog-post-caption h2,
    .single-blog-post h2 {
        font-size: 28px !important;
        color: #1d1d1f !important;
        font-weight: 700 !important;
        margin-bottom: 15px;
        text-shadow: 0 1px 2px rgba(0,0,0,0.1);
    }
    
    .blog-post-caption p,
    .single-blog-post p {
        font-size: 17px !important;
        color: #515154 !important;
        line-height: 1.7;
        font-weight: 500;
    }
    
    /* Testimonial Cards Mobile - Enhanced */
    .testimonial-item {
        padding: 35px 25px !important;
        margin-bottom: 30px;
        background: linear-gradient(135deg, var(--white-color), #f8f9fa) !important;
        border-radius: 25px;
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12) !important;
        border: 2px solid rgba(84, 175, 50, 0.2) !important;
        transition: all 0.4s ease;
    }
    
    .testimonial-item:hover {
        transform: translateY(-8px);
        box-shadow: 0 25px 50px rgba(84, 175, 50, 0.25) !important;
        border-color: var(--primary-color) !important;
    }
    
    .testimonial-item .text {
        font-size: 17px !important;
        color: #515154 !important;
        line-height: 1.7;
        font-weight: 500;
        margin-bottom: 25px;
    }
    
    .testimonial-item .testi-des h5 {
        font-size: 20px !important;
        color: #1d1d1f !important;
        font-weight: 700 !important;
        margin-bottom: 8px;
    }
    
    .testimonial-item .testi-des span {
        font-size: 16px !important;
        color: var(--primary-color) !important;
        font-weight: 600 !important;
    }
}

@media (max-width: 480px) {
    /* Extra Small Mobile - Still Large and Colorful */
    .hero-content h1 {
        font-size: 36px !important;
        line-height: 1.1;
        margin-bottom: 20px;
    }
    
    .hero-content h2 {
        font-size: 18px !important;
        margin-bottom: 18px;
    }
    
    .hero-content p {
        font-size: 16px !important;
        line-height: 1.5;
        margin-bottom: 30px;
    }
    
    .section-title h2 {
        font-size: 32px !important;
        color: #1d1d1f !important;
        font-weight: 800 !important;
        margin-bottom: 20px;
    }
    
    .section-title p,
    .section-subtitle {
        font-size: 18px !important;
        color: var(--primary-color) !important;
        font-weight: 600 !important;
        margin-bottom: 30px;
    }
    
    .service-card,
    .feature-card,
    .about-card {
        padding: 30px 20px !important;
        margin-bottom: 25px;
    }
    
    .service-card h4,
    .feature-card h4,
    .card-content h4 {
        font-size: 22px !important;
        color: #1d1d1f !important;
        font-weight: 700 !important;
        margin-bottom: 15px;
    }
    
    .service-card p,
    .feature-card p,
    .card-content p {
        font-size: 16px !important;
        color: #515154 !important;
        line-height: 1.6;
        font-weight: 500;
    }
    
    .btn-primary,
    .theme-btn {
        padding: 14px 28px !important;
        font-size: 15px !important;
        font-weight: 700 !important;
        min-height: 48px;
    }
    
    .container {
        padding: 0 20px;
    }
    
    /* Icons remain large on small screens */
    .service-card .service-icon,
    .feature-card .feature-icon,
    .card-icon {
        width: 70px !important;
        height: 70px !important;
    }
    
    .service-card .service-icon i,
    .feature-card .feature-icon i,
    .card-icon i {
        font-size: 32px !important;
    }
    
    .highlight-icon {
        width: 65px !important;
        height: 65px !important;
    }
    
    .highlight-icon i {
        font-size: 28px !important;
    }
    
    .highlight-content h5 {
        font-size: 20px !important;
        font-weight: 700 !important;
    }
    
    .highlight-content p {
        font-size: 15px !important;
        font-weight: 500;
    }
}

/* Animation for enhanced mobile experience */
@keyframes iconPulse {
    0% { transform: scale(1.3); opacity: 0.3; }
    50% { transform: scale(1.5); opacity: 0.1; }
    100% { transform: scale(1.3); opacity: 0.3; }
}

/* Enhanced hover effects for mobile */
@media (max-width: 768px) {
    .service-card:hover .service-icon,
    .feature-card:hover .feature-icon,
    .about-card:hover .card-icon {
        transform: scale(1.1) rotate(5deg);
        box-shadow: 0 12px 30px rgba(84, 175, 50, 0.5) !important;
    }
    
    .highlight-item:hover .highlight-icon {
        transform: scale(1.1) rotate(-5deg);
        box-shadow: 0 12px 30px rgba(84, 175, 50, 0.5) !important;
    }
    
    /* Enhanced text shadows for better readability */
    .hero-content h1,
    .section-title h2,
    .service-card h4,
    .feature-card h4,
    .card-content h4,
    .highlight-content h5 {
        text-shadow: 0 2px 4px rgba(0,0,0,0.1) !important;
    }
    
    /* Enhanced color contrast */
    .hero-content h2,
    .section-title p,
    .section-subtitle {
        color: var(--primary-color) !important;
        font-weight: 600 !important;
        font-family: 'DM Sans';
    }
    
    .service-card p,
    .feature-card p,
    .card-content p,
    .highlight-content p,
    .hero-content p,
    .about-content p {
        color: #515154 !important;
        font-weight: 500 !important;
    }
}

/*
* ----------------------------------------------------------------------------------------
* 21.PARTNERS SECTION - FULL WIDTH WITH COLORFUL LOGOS AND SHINE EFFECT
* ----------------------------------------------------------------------------------------
*/

/* Partners Section */
.partners-section {
    padding: 80px 0 60px;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    position: relative;
    overflow: hidden;
}

.partners-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="partnersPattern" width="50" height="50" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="%2354af32" opacity="0.05"/></pattern></defs><rect width="100" height="100" fill="url(%23partnersPattern)"/></svg>') repeat;
    opacity: 0.3;
    z-index: 0;
}

.partners-section .container {
    position: relative;
    z-index: 1;
}

/* Partners Section Title - Same style as Greenerworld */
.partners-section .section-title h2 span {
    color: var(--primary-color) !important;
    font-weight: 700;
    position: relative;
}

.partners-section .section-title h2 span::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, var(--primary-color), transparent);
    border-radius: 2px;
}

/* Full Width Partners Scroller */
.partners-scroller-fullwidth {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 40px 0;
    background: transparent;
    overflow: hidden;
    margin-top: 40px;
}

.partners-scroller-fullwidth .scroller {
    overflow: hidden;
    -webkit-mask: linear-gradient(90deg, transparent, white 10%, white 90%, transparent);
    mask: linear-gradient(90deg, transparent, white 10%, white 90%, transparent);
}

.partners-scroller-fullwidth .scroller[data-animated="true"] {
    overflow: hidden;
}

.partners-scroller-fullwidth .scroller[data-animated="true"] .scroller__inner {
    width: max-content;
    flex-wrap: nowrap;
    animation: scroll var(--_animation-duration, 40s) var(--_animation-direction, reverse) linear infinite;
}

.partners-scroller-fullwidth .scroller[data-direction="right"] {
    --_animation-direction: reverse;
}

.partners-scroller-fullwidth .scroller[data-direction="left"] {
    --_animation-direction: forwards;
}

.partners-scroller-fullwidth .scroller[data-speed="fast"] {
    --_animation-duration: 20s;
}

.partners-scroller-fullwidth .scroller[data-speed="slow"] {
    --_animation-duration: 60s;
}

.partners-scroller-fullwidth .scroller__inner {
    padding-block: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 80px;
    align-items: center;
    justify-content: center;
}

/* Partner Logo Styling - Colorful with Shine Effect */
.partners-scroller-fullwidth .scroller__inner img {
    height: 80px;
    width: auto;
    max-width: 200px;
    object-fit: contain;
    transition: all 0.4s ease;
    filter: brightness(1.1) contrast(1.1) saturate(1.2);
    position: relative;
    cursor: pointer;
    background: none !important;
    box-shadow: none !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.partners-scroller-fullwidth .scroller__inner img:hover {
    transform: scale(1.1);
    filter: brightness(1.3) contrast(1.2) saturate(1.4);
}

/* Shine Effect Animation */
.partners-scroller-fullwidth .scroller__inner img::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.6), transparent);
    transition: left 0.6s ease;
    border-radius: 8px;
    z-index: 1;
    pointer-events: none;
}

.partners-scroller-fullwidth .scroller__inner img:hover::before {
    left: 100%;
}

/* Periodic Shine Effect */
@keyframes partnerShine {
    0%, 90% { 
        transform: translateX(-100%); 
        opacity: 0;
    }
    10%, 80% { 
        transform: translateX(100%); 
        opacity: 1;
    }
}

.partners-scroller-fullwidth .scroller__inner img {
    position: relative;
    overflow: hidden;
}

.partners-scroller-fullwidth .scroller__inner img:nth-child(odd) {
    animation: partnerShine 8s ease-in-out infinite;
    animation-delay: 2s;
}

.partners-scroller-fullwidth .scroller__inner img:nth-child(even) {
    animation: partnerShine 8s ease-in-out infinite;
    animation-delay: 5s;
}

.partners-scroller-fullwidth .scroller__inner img::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    animation: inherit;
    border-radius: 8px;
    z-index: 1;
    pointer-events: none;
}

/* Scroll Animation */
@keyframes scroll {
    to {
        transform: translate(calc(-50% - 0.5rem));
    }
}

/* Pause animation on hover */
.partners-scroller-fullwidth:hover .scroller__inner {
    animation-play-state: paused;
}

/* Enhanced Logo Colors */
.partners-scroller-fullwidth .scroller__inner img[alt*="BPA"] {
    filter: brightness(1.1) contrast(1.1) saturate(1.3) hue-rotate(10deg);
}

.partners-scroller-fullwidth .scroller__inner img[alt*="GreenNet"] {
    filter: brightness(1.1) contrast(1.1) saturate(1.4) hue-rotate(-10deg);
}

.partners-scroller-fullwidth .scroller__inner img[alt*="Medel"] {
    filter: brightness(1.1) contrast(1.2) saturate(1.3) hue-rotate(20deg);
}

.partners-scroller-fullwidth .scroller__inner img[alt*="Pasha"] {
    filter: brightness(1.1) contrast(1.1) saturate(1.5) hue-rotate(-20deg);
}

.partners-scroller-fullwidth .scroller__inner img[alt*="Petro"] {
    filter: brightness(1.1) contrast(1.2) saturate(1.4) hue-rotate(15deg);
}

.partners-scroller-fullwidth .scroller__inner img[alt*="TMC"] {
    filter: brightness(1.1) contrast(1.1) saturate(1.3) hue-rotate(-15deg);
}

/* Responsive Design */
@media (max-width: 991px) {
    .partners-section {
        padding: 60px 0 40px;
    }
    
    .partners-scroller-fullwidth {
        padding: 30px 0;
        margin-top: 30px;
    }
    
    .partners-scroller-fullwidth .scroller__inner {
        gap: 60px;
    }
    
    .partners-scroller-fullwidth .scroller__inner img {
        height: 50px;
        max-width: 120px;
    }
}

@media (max-width: 767px) {
    .partners-section {
        padding: 50px 0 30px;
    }
    
    .partners-scroller-fullwidth {
        padding: 25px 0;
        margin-top: 25px;
    }
    
    .partners-scroller-fullwidth .scroller__inner {
        gap: 50px;
        padding-block: 15px;
    }
    
    .partners-scroller-fullwidth .scroller__inner img {
        height: 45px;
        max-width: 100px;
    }
    
    .partners-scroller-fullwidth .scroller[data-speed="slow"] {
        --_animation-duration: 45s;
    }
}

@media (max-width: 576px) {
    .partners-section {
        padding: 40px 0 25px;
    }
    
    .partners-scroller-fullwidth {
        padding: 20px 0;
        margin-top: 20px;
    }
    
    .partners-scroller-fullwidth .scroller__inner {
        gap: 40px;
        padding-block: 12px;
    }
    
    .partners-scroller-fullwidth .scroller__inner img {
        height: 40px;
        max-width: 90px;
    }
    
    .partners-scroller-fullwidth .scroller[data-speed="slow"] {
        --_animation-duration: 35s;
    }
}

/* Enhanced Shine Effect for Better Visibility */
.partners-scroller-fullwidth .scroller__inner img {
    position: relative;
    overflow: hidden;
}

.partners-scroller-fullwidth .scroller__inner img:before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.5) 50%, transparent 70%);
    transform: rotate(45deg);
    transition: all 0.6s ease;
    opacity: 0;
    z-index: 1;
    pointer-events: none;
}

.partners-scroller-fullwidth .scroller__inner img:hover:before {
    animation: shineEffect 0.6s ease-in-out;
}

@keyframes shineEffect {
    0% {
        transform: translateX(-100%) translateY(-100%) rotate(45deg);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: translateX(100%) translateY(100%) rotate(45deg);
        opacity: 0;
    }
}

/* Automatic Shine Effect Every Few Seconds */
.partners-scroller-fullwidth .scroller__inner img:nth-child(3n) {
    animation: autoShine 12s ease-in-out infinite;
}

.partners-scroller-fullwidth .scroller__inner img:nth-child(3n+1) {
    animation: autoShine 12s ease-in-out infinite;
    animation-delay: 4s;
}

.partners-scroller-fullwidth .scroller__inner img:nth-child(3n+2) {
    animation: autoShine 12s ease-in-out infinite;
    animation-delay: 8s;
}

@keyframes autoShine {
    0%, 95% {
        filter: brightness(1.1) contrast(1.1) saturate(1.2);
    }
    5%, 10% {
        filter: brightness(1.4) contrast(1.3) saturate(1.5);
        transform: scale(1.02);
    }
}

/*
* ----------------------------------------------------------------------------------------
* 21.PARTNERS SECTION CSS STYLE
* ----------------------------------------------------------------------------------------
*/

/* Partners Section Main Container */
.partners-section {
    padding: 120px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

.partners-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="partnersPattern" width="50" height="50" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="%2354af32" opacity="0.05"/><circle cx="10" cy="10" r="0.5" fill="%2354af32" opacity="0.03"/></pattern></defs><rect width="100" height="100" fill="url(%23partnersPattern)"/></svg>') repeat;
    opacity: 0.4;
    z-index: 0;
}

.partners-section .container {
    position: relative;
    z-index: 1;
}

/* Section Title - Corporate Style */
.partners-section .section-title h2 {
    font-size: 48px;
    line-height: 1.2;
    color: #2c3e50 !important;
    margin-bottom: 25px;
    font-weight: 700;
    text-align: center;
}

.partners-section .section-title h2 span {
    color: var(--primary-color) !important;
    position: relative;
    font-weight: 700;
}

.partners-section .section-title h2 span::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, var(--primary-color), #45a028);
    border-radius: 2px;
}

.partners-section .section-title p {
    font-size: 18px;
    color: #5a6c7d !important;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
    font-weight: 500;
    text-align: center;
}

/* Partners Statistics */
.partners-stats {
    margin: 60px 0;
}

.partners-stat-item {
    background: var(--white-color);
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    border: 1px solid rgba(84, 175, 50, 0.1);
    height: 100%;
    position: relative;
    overflow: hidden;
}

.partners-stat-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-color), #45a028);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.6s ease;
}

.partners-stat-item:hover::before {
    transform: scaleX(1);
}

.partners-stat-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(84, 175, 50, 0.2);
}

.partners-stat-item .stat-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--primary-color), #45a028);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    position: relative;
    animation: statIconFloat 3s ease-in-out infinite;
}

.partners-stat-item .stat-icon::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary-color), #45a028);
    opacity: 0.3;
    transform: scale(1.2);
    animation: statIconPulse 2s infinite;
}

@keyframes statIconFloat {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-5px); }
}

@keyframes statIconPulse {
    0% { transform: scale(1.2); opacity: 0.3; }
    50% { transform: scale(1.4); opacity: 0.1; }
    100% { transform: scale(1.2); opacity: 0.3; }
}

.partners-stat-item .stat-icon i {
    font-size: 36px;
    color: var(--white-color);
    z-index: 1;
    position: relative;
}

.partners-stat-item .stat-content h3 {
    font-size: 42px;
    font-weight: 700;
    color: var(--primary-color);
    line-height: 1;
    margin-bottom: 10px;
}

.partners-stat-item .stat-content p {
    font-size: 16px;
    color: #5a6c7d;
    font-weight: 500;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Partners Scroller - Modern Design */
.partners-scroller {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 25px;
    padding: 40px 20px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(84, 175, 50, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
}

.partners-scroller::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, transparent 30%, rgba(84, 175, 50, 0.02) 50%, transparent 70%);
    animation: scrollerShine 4s ease-in-out infinite;
}

@keyframes scrollerShine {
    0%, 100% { transform: translateX(-100%); }
    50% { transform: translateX(100%); }
}

/* Scrolling Animation Container */
.partners-scroller .scroller {
    width: 100%;
    overflow: hidden;
}

.partners-scroller .scroller[data-animated="true"] {
    -webkit-mask: linear-gradient(90deg,
        transparent,
        white 20%,
        white 80%,
        transparent);
    mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent);
}

.partners-scroller .scroller__inner {
    display: flex;
    gap: 80px;
    animation: partnersScroll 40s linear infinite;
    align-items: center;
}

.partners-scroller .scroller[data-animated="true"] .scroller__inner {
    width: max-content;
    flex-wrap: nowrap;
}

@keyframes partnersScroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* Partner Logo Styling - Corporate & Luxury */
.partners-scroller .scroller__inner img {
    height: 60px;
    width: auto;
    max-width: 180px;
    object-fit: contain;
    filter: grayscale(100%) brightness(0.8) contrast(1.2);
    transition: all 0.4s ease;
    opacity: 0.7;
    cursor: pointer;
}

.partners-scroller .scroller__inner img:hover {
    filter: grayscale(0%) brightness(1) contrast(1);
    opacity: 1;
    transform: scale(1.1);
}

/* Pause animation on hover */
.partners-scroller:hover .scroller__inner {
    animation-play-state: paused;
}

/* Partnership Benefits */
.partnership-benefits {
    margin-top: 80px;
}

.benefit-item {
    display: flex;
    align-items: flex-start;
    background: var(--white-color);
    padding: 35px 30px;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    border-left: 4px solid var(--primary-color);
    height: 100%;
    position: relative;
    overflow: hidden;
}

.benefit-item::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, rgba(84, 175, 50, 0.1), transparent);
    border-radius: 50%;
    transform: translate(50%, -50%);
    transition: all 0.4s ease;
}

.benefit-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 60px rgba(84, 175, 50, 0.15);
}

.benefit-item:hover::before {
    transform: translate(30%, -30%) scale(1.2);
    background: linear-gradient(135deg, rgba(84, 175, 50, 0.2), transparent);
}

.benefit-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(--primary-color), #45a028);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 25px;
    flex-shrink: 0;
    position: relative;
    box-shadow: 0 8px 25px rgba(84, 175, 50, 0.3);
}

.benefit-icon::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary-color), #45a028);
    opacity: 0.2;
    transform: scale(1.3);
    animation: benefitIconPulse 3s infinite;
}

@keyframes benefitIconPulse {
    0%, 100% { transform: scale(1.3); opacity: 0.2; }
    50% { transform: scale(1.5); opacity: 0.1; }
}

.benefit-icon i {
    font-size: 32px;
    color: var(--white-color);
    z-index: 1;
    position: relative;
}

.benefit-content h4 {
    font-size: 22px;
    color: #2c3e50;
    margin-bottom: 12px;
    font-weight: 600;
}

.benefit-content p {
    font-size: 15px;
    color: #5a6c7d;
    line-height: 1.6;
    margin: 0;
    font-weight: 400;
}

/* Speed Variations */
.partners-scroller .scroller[data-speed="slow"] .scroller__inner {
    animation-duration: 60s;
}

.partners-scroller .scroller[data-speed="fast"] .scroller__inner {
    animation-duration: 25s;
}

/* Direction Control */
.partners-scroller .scroller[data-direction="right"] .scroller__inner {
    animation-direction: reverse;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .partners-section {
        padding: 100px 0;
    }
    
    .partners-scroller .scroller__inner {
        gap: 60px;
    }
    
    .partners-scroller .scroller__inner img {
        height: 55px;
        max-width: 160px;
    }
    
    .partners-stat-item {
        padding: 35px 25px;
    }
    
    .benefit-item {
        padding: 30px 25px;
    }
}

@media (max-width: 991px) {
    .partners-section {
        padding: 80px 0;
    }
    
    .partners-section .section-title h2 {
        font-size: 36px;
        margin-bottom: 20px;
    }
    
    .partners-section .section-title p {
        font-size: 16px;
        padding: 0 15px;
    }
    
    .partners-stats {
        margin: 50px 0;
    }
    
    .partners-stat-item {
        padding: 30px 20px;
        margin-bottom: 30px;
    }
    
    .partners-stat-item .stat-icon {
        width: 70px;
        height: 70px;
    }
    
    .partners-stat-item .stat-icon i {
        font-size: 32px;
    }
    
    .partners-stat-item .stat-content h3 {
        font-size: 36px;
    }
    
    .partners-scroller {
        padding: 30px 15px;
    }
    
    .partners-scroller .scroller__inner {
        gap: 50px;
    }
    
    .partners-scroller .scroller__inner img {
        height: 50px;
        max-width: 140px;
    }
    
    .partnership-benefits {
        margin-top: 60px;
    }
    
    .benefit-item {
        padding: 25px 20px;
        margin-bottom: 25px;
    }
    
    .benefit-icon {
        width: 60px;
        height: 60px;
        margin-right: 20px;
    }
    
    .benefit-icon i {
        font-size: 28px;
    }
    
    .benefit-content h4 {
        font-size: 20px;
    }
    
    .benefit-content p {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .partners-section {
        padding: 60px 0;
    }
    
    .partners-section .section-title h2 {
        font-size: 28px;
        margin-bottom: 15px;
    }
    
    .partners-section .section-title p {
        font-size: 15px;
        padding: 0 10px;
    }
    
    .partners-stats {
        margin: 40px 0;
    }
    
    .partners-stat-item {
        padding: 25px 15px;
        margin-bottom: 25px;
    }
    
    .partners-stat-item .stat-content h3 {
        font-size: 32px;
    }
    
    .partners-scroller {
        padding: 25px 10px;
    }
    
    .partners-scroller .scroller__inner {
        gap: 40px;
    }
    
    .partners-scroller .scroller__inner img {
        height: 45px;
        max-width: 120px;
    }
    
    .partnership-benefits {
        margin-top: 50px;
    }
    
    .benefit-item {
        flex-direction: column;
        text-align: center;
        padding: 25px 20px;
    }
    
    .benefit-icon {
        margin-right: 0;
        margin-bottom: 20px;
    }
    
    .benefit-content h4 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    
    .benefit-content p {
        font-size: 13px;
    }
}

@media (max-width: 576px) {
    .partners-section {
        padding: 50px 0;
    }
    
    .partners-section .section-title h2 {
        font-size: 24px;
        margin-bottom: 12px;
    }
    
    .partners-section .section-title p {
        font-size: 14px;
        padding: 0 5px;
    }
    
    .partners-stats {
        margin: 30px 0;
    }
    
    .partners-stat-item {
        padding: 20px 12px;
    }
    
    .partners-stat-item .stat-icon {
        width: 60px;
        height: 60px;
        margin-bottom: 20px;
    }
    
    .partners-stat-item .stat-icon i {
        font-size: 28px;
    }
    
    .partners-stat-item .stat-content h3 {
        font-size: 28px;
    }
    
    .partners-stat-item .stat-content p {
        font-size: 14px;
    }
    
    .partners-scroller {
        padding: 20px 8px;
    }
    
    .partners-scroller .scroller__inner {
        gap: 35px;
    }
    
    .partners-scroller .scroller__inner img {
        height: 40px;
        max-width: 100px;
    }
    
    .partnership-benefits {
        margin-top: 40px;
    }
    
    .benefit-item {
        padding: 20px 15px;
        margin-bottom: 20px;
    }
    
    .benefit-icon {
        width: 55px;
        height: 55px;
        margin-bottom: 15px;
    }
    
    .benefit-icon i {
        font-size: 24px;
    }
    
    .benefit-content h4 {
        font-size: 16px;
        margin-bottom: 8px;
    }
    
    .benefit-content p {
        font-size: 12px;
    }
}

/* Enhanced Hover Effects */
.partners-scroller:hover {
    box-shadow:
        0 20px 60px rgba(84, 175, 50, 0.15),
        0 0 0 1px rgba(84, 175, 50, 0.1);
    transform: translateY(-2px);
}

/* Smooth Transitions */
.partners-scroller,
.partners-stat-item,
.benefit-item,
.partners-scroller .scroller__inner img {
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}xx 
