:root {
    --primary-color: #48b70b;
    --light-shadow-green: #8eca7d;
    --dark-green: #1f564d;
    --text-color: #ffffff;
    --gold-bg: #f6f5f2;
    --secendary-color: #8f9193;
    --title-color: #1A1A1A;
    --btn-border: #d4d4d4;
    --content-color: #74787C;
    --bg-color: #f1f1f1;
    --bg2-color: #f6f6f6;
    --bg3-color: #F5F5F6;
    --nav-text-color: #EDEDED;
    --bottom-border-color: #e1e3e5;
    --icon-bg-color: #e9e9e9;
    --border-right-color: #ddd;
    --input-bg-color: #e5e5e5e5;
    --button-two-color: #2c2c2c;
    --footer-color: #252222ed;
    --service-gold: #fbf5e2;

}

/*=================================
    Default CSS
==================================*/
body {
    font-family: "Plus Jakarta Sans", sans-serif;
    overflow-x: hidden;
    background: var(--bg2-color);
}

h1 {
    font-size: 72px;
    line-height: 82px;
    margin: 0;
    font-weight: 600;
    margin-bottom: 40px;
}

h2 {
    font-size: 48px;
    line-height: 58px;
    margin: 0;
    font-weight: 600;
    margin-bottom: 66px;
}

h3 {
    font-size: 22px;
    line-height: 36px;
    margin: 0;
    font-weight: 700;
    margin-bottom: 20px;
}

h4 {
    font-size: 30px;
    line-height: 40px;
    margin: 0;
    font-weight: 700;
}

h5 {
    font-size: 24px;
    line-height: 34px;
    margin: 0;
    font-weight: 600;
    color: var(--text-color);
    margin-bottom: 15px;
}

h6 {
    font-size: 20px;
    line-height: 30px;
    margin: 0;
    font-weight: 700;
}

p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    /* margin-bottom: 40px; */
    color: var(--content-color);
}

.text {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: var(--content-color);
    font-family: "Manrope", sans-serif;
    margin-bottom: 0;
}

a {
    text-decoration: none;
    color: var(--title-color);
    font-family: "Manrope", sans-serif;
    display: inline-block;
}

ul {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

button,
input,
select {
    border: 0;
    outline: 0;
    background: 0;
}

button:focus,
a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
    outline: none;
}

input:focus {
    outline: none;
    box-shadow: none;
}

img {
    max-width: 100%;
    border: 0;
    display: block;
    object-fit: cover;
}

/*=================================
   Off-Canvas Css
==================================*/

.canvas-wrapper.active .side-slide {
    right: 0;
}

nav.side-slide {
    background-color: var(--title-color);
    top: 0;
    right: -200%;
    height: 100%;
    position: fixed;
    width: 360px;
    z-index: 9999;
    padding: 40px;
    transition: all 0.4s ease-in-out;
    border-left: 3px solid var(--primary-color);
}

nav.side-slide h3 {
    color: var(--text-color);
    top: 25px;
    left: 240px;
}

nav.side-slide a {
    color: var(--nav-text-color);
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;

}

nav.side-slide a:hover {
    color: var(--text-color);
}

nav.side-slide .nav01 {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 20px;
    text-align: center;
    width: 40px;
    height: 40px;
    background: var(--text-color);
    border-radius: 50%;
    color: var(--primary-color);
    transition: all 0.2s ease-in-out;
    font-size: 18px;
    font-weight: 600;
}

nav.side-slide .nav01:hover {
    transform: rotate(360deg);
    font-size: 22px;
    font-weight: 700;
}

nav.side-slide .off-canvas-logo {
    margin-top: 30px;
    margin-bottom: 30px;
}

.off-canvas-content h4 {
    color: var(--text-color);
    font-size: 30px;
    font-weight: 500;
    font-family: "Plus Jakarta Sans", sans-serif;
    margin-bottom: 20px;
}

.off-canvas-desc {
    font-size: 16px;
    font-weight: 400;
    color: #D9D9D9;
    font-family: "Manrope", sans-serif;
    margin-bottom: 25px;
}

.off-canvas-contact-info ul.info-list {
    border: 0;
}

.off-canvas-contact-info ul.info-list li {
    color: #D9D9D9;
    border: 0;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 600;
    font-family: "Manrope", sans-serif;
}

.off-canvas-contact-info ul.info-list li i {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--primary-color);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    color: var(--text-color);
}

.off-canvas-contact-info {
    margin-bottom: 50px;
}

.close-icon {
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 40px;
}

.off-canvas-social-links ul li a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--text-color);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: var(--primary-color);
    transition: all 0.4s ease-in-out;
}

.off-canvas-social-links ul li a:hover {
    background: var(--primary-color);
    color: var(--text-color);
}

.off-canvas-social-links ul {
    display: flex;
    gap: 10px;
}

.canvas-wrapper.active .side-slide .off-cavas-menu-overly {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(6 18 39);
    opacity: 0.8;
    cursor: pointer;
    z-index: 1;
    transition: 0.4s;
    transition: 0.4s;
    transform: translateX(0%);
    height: 100vh;
    z-index: -1;
}

.canvas-wrapper .side-slide .off-cavas-menu-overly {
    transform: translateX(100%);
}

/*=================================
   Search bar modal area
==================================*/

#exampleModal {
    background-color: var(--button-two-color);
    opacity: 0.8;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
}

.modal.searchBox-menu.show {
    transform: translateY(0%);
}

.modal.searchBox-menu {
    transform: translateY(-130%);
    transition: transform 600ms ease, opacity 600ms ease;
    transition: all 0.4s ease-in-out;
}

.modal.searchBox-menu .modal-dialog {
    transform: none;
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-y: hidden;
    margin: auto;
}

.searchBox-menu .modal-content {
    border-radius: 0;
}

.searchBox-menu .modal-content .modal-body {
    padding: 0;
}

.searchBox-menu .modal-content form.searchform.pop_search {
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.4s ease-in-out;
}

.searchBox-menu .modal-content form.searchform.pop_search input[type="search"] {
    padding: 15px 25px;
    width: 100%;
    transition: all 0.4s ease-in-out;
}

.searchBox-menu .modal-content form.searchform.pop_search button[type="submit"] {
    background: var(--primary-color);
    padding: 15px 25px;
    color: var(--text-color);
    transition: all 0.4s ease-in-out;
}

.searchBox-menu .modal-content form.searchform.pop_search button[type="submit"]:hover {
    color: var(--title-color);
}

/*=================================
   Start Vektor Button
==================================*/
.vektor_btn .get-btn {
    padding: 51px 99px 47px 94px;
    background: var(--primary-color);
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    color: var(--text-color);
    font-family: "Plus Jakarta Sans", sans-serif;
    transition: all 0.4s;
    border: 0;
    outline: 0;
    text-transform: uppercase;
    transition: all 0.4s ease-in-out;
    min-width: 305px;
}

.vektor_btn .get-btn:hover {
    color: var(--title-color);
}

/*====================== Button One ========================= */
.button-one {
    padding: 10px 10px 10px 30px;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    color: var(--text-color);
    font-family: "Plus Jakarta Sans", sans-serif;
    transition: all 0.4s;
    border: 1px solid #eee;
    outline: 0;
    text-transform: uppercase;
    padding-right: 10px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
    background: var(--text-color);
}

.button-one::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--primary-color);
    z-index: -1;
    color: var(--text-color);
    transition: all 0.4s ease-in-out;
}

.button-one:hover::before {
    color: var(--title-color);
    left: 100%;
}

.button-one:hover,
.button-two:hover {
    color: var(--title-color);
}

.hero-area-wrapper .button-one i,
.future-area-wrapper .button-one i,
.creative-team-card .button-one i,
.home-three-title .button-one i {
    width: 35px;
    height: 35px;
    line-height: 2.5;
}

.button-one i {
    background: var(--text-color);
    color: var(--primary-color);
    margin-left: 17px;
    width: 30px;
    height: 30px;
    line-height: 2.1;
}

.button-one:hover i {
    background: var(--primary-color);
    color: var(--text-color);
    transition: all 0.4s ease-in-out;
}

/*===================== Button Two ====================== */
.button-two {
    padding: 10px 10px 10px 30px;
    background: var(--text-color);
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    color: var(--title-color);
    font-family: "Plus Jakarta Sans", sans-serif;
    border: 1px solid #f0ebea;
    transition: all 0.4s;
    outline: 0;
    text-transform: uppercase;
    padding-right: 10px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.button-two:hover {
    color: var(--text-color);
}

.button-two::before {
    position: absolute;
    content: '';
    z-index: -1;
    background: var(--primary-color);
    width: 100%;
    height: 100%;
    top: 0;
    right: 100%;
    transition: all 0.4s ease-in-out;
    color: var(--text-color);
}

.button-two:hover::before {
    right: 0;
}

.button-two i {
    background: var(--primary-color);
    color: var(--text-color);
    margin-left: 17px;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    font-size: 14px;
    align-items: center;
    transition: all 0.4s ease-in-out;
}

.button-two:hover i {
    background: var(--text-color);
    color: var(--primary-color);
}

/*=================================
   Appointmet Section
==================================*/

.appointment-content .about-btn .button-two {
    border: 1px solid var(--btn-border);
    background: transparent;
    color: var(--text-color);
    padding: 16px 35px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.appointment-content .about-btn .button-two i {
    width: 0;
    z-index: -1;
    content: '';
    opacity: 0;
    right: 106px;
    transition: all 0.4s ease-in-out;
    height: 0;
}

.appointment-content .about-btn .button-two .box-icon-1 {
    padding: 10px;
    position: absolute;
    top: 16px;
    right: 12px;
    overflow: hidden;
}

.appointment-content .about-btn .button-two .box-icon-1 i {
    margin-left: -56px;
    transition: all 0.4s ease-in-out;
}

.appointment-content .about-btn .button-two:hover .box-icon-1 i {
    margin-left: 0;
    opacity: 1;
    color: var(--text-color);
}

/*=================================
   Section Sub Title
==================================*/
.sub-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--primary-color);
    margin-bottom: 20px;
    width: 100%;
}

.section-padding {
    padding: 120px 0;
}

span {
    font-size: 18px;
    font-weight: 600;
}

.view span {
    font-size: 12px;
}

small {
    font-size: 14px;
    font-weight: 700;
    font-family: "Plus Jakarta Sans", sans-serif;
}

/*=================================
   Preloader Start
==================================*/
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--footer-color);
    z-index: 99999;
}

.loader-img {
    position: absolute;
    top: 27%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: var(--primary-color);
    animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}



.loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: var(--text-color);
    animation: spin 3s linear infinite;
}

.loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: var(--primary-color);
    animation: spin 1.5s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*=================================
   Start Header Style
==================================*/

.header_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    background: var(--dark-green);
    color: var(--text-color);
}

.brands_logo .barnds img {
    min-width: 250px;
}

.header_top_left {
    margin-left: 50px;
}

.header_top_right {
    margin-right: 50px;
}

.header_top_left ul {
    display: flex;
    gap: 30px;
}

.socials-links ul {
    display: flex;
}

.header_top_right ul {
    display: flex;
    gap: 20px;
}

.header_top_left ul {
    gap: 20px;
}

.header_top_left ul li,
.header_top_right ul li {
    color: var(--text-color);
    font-size: 16px;
    font-weight: 400;
    font-family: "Mulish", sans-serif;
}

.header_top_left ul li {
    border-right: 1px solid var(--btn-border);
    padding-right: 20px;
}

.header_top_left ul li:last-child {
    border-right: 0;
}

.header_top_left ul li i {
    margin-right: 8px;
}

.header_top_left ul li a,
.header_top_right ul li a {
    color: var(--text-color);
}

.header_top_right ul li a,
.header_top_left ul li a {
    font-size: 14px;
    font-weight: 400;
    transition: all 0.4s;
}

.header_top_left ul li a {
    font-size: 16px;
    font-family: "Mulish", sans-serif;
}

.header_top_right ul li a:hover,
.header_top_left ul li a:hover,
.socials-links ul li a:hover,
.home-one-menubar-area .header_top_right ul li a:hover,
.home-one-menubar-area .header_top_left ul li a:hover,
.home-one-menubar-area .socials-links ul li a:hover {
    color: var(--primary-color);
}

.header_top_left ul li a i {
    margin-right: 10px;
}

.stickey-wrapper.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    background: var(--text-color);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
    animation: stickyAni 0.4s ease-in-out;
    z-index: 1020;
}

@keyframes stickyAni {
    0% {
        transform: translate3d(0, -40px, 0) scaleY(0.8);
        opacity: 0.7;
    }

    100% {
        transform: translate3d(0, 0, 0) scaleY(1);
        opacity: 1;
    }
}

/*=================================
   menu list active color
==================================*/

/* MAIN MENU ACTIVE */
.main-menu ul li.active>a {
    color: var(--primary-color) !important;
}

.main-menu ul li>a:hover {
    color: var(--primary-color);
}

.main-menu ul li ul li.active>a {
    color: var(--primary-color) !important;
}

.main-menu ul li:has(ul li.active)>a {
    color: var(--primary-color) !important;
}

.main-menu ul li ul li>a:hover {
    color: var(--primary-color);
}

.main-menu ul li.active>a i {
    color: var(--primary-color);
}

/*=================================
   Mobile Menu
==================================*/

.vektor-menu-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgb(6 18 39 / 80%);
    z-index: 999999;
    width: 0;
    width: 100%;
    height: 100%;
    transition: all ease 0.8s;
    opacity: 0;
    visibility: hidden;
}

.vektor-menu-wrapper .vektor-menu-area {
    width: 100%;
    max-width: 310px;
    background-color: var(--text-color);
    border-right: 3px solid var(--primary-color);
    height: 100%;
    position: relative;
    left: -110%;
    opacity: 0;
    visibility: hidden;
    transition: all ease 1s;
    z-index: 1;
}

.vektor-menu-wrapper .vektor-menu-toggle {
    border: none;
    font-size: 22px;
    position: absolute;
    right: -16.5px;
    top: 25px;
    padding: 0;
    line-height: 1;
    width: 33px;
    height: 33px;
    line-height: 35px;
    font-size: 18px;
    z-index: 1;
    color: var(--text-color);
    background-color: #000000;
    border-radius: 50%;
    transition: all .3s ease-in-out;
}

.vektor-menu-wrapper .mobile-logo {
    padding: 20px 0;
    display: flex;
    text-align: center;
    background: var(--text-color);
    justify-content: center;
}

.mobile-logo img {
    width: 200px;
    height: auto;
}

.vektor-mobile-menu {
    overflow-y: scroll;
    max-height: calc(100vh - 200px);
    padding-bottom: 40px;
    text-align: left;
}

.vektor-mobile-menu ul .vektor-item-has-children.vektor-active>a .vektor-mean-expand:before {
    content: "\f146";
    font-family: 'Font Awesome 5 Free';
}

.vektor-mobile-menu ul .vektor-item-has-children>a {
    position: relative;
}

.vektor-mobile-menu ul li a {
    display: block;
    position: relative;
    padding: 12px 0;
    line-height: 1.4;
    font-size: 16px;
    text-transform: capitalize;
    color: var(--title-color);
    padding-left: 18px;
}

.vektor-mobile-menu ul .vektor-item-has-children>a .vektor-mean-expand {
    position: absolute;
    right: 0;
    top: 50%;
    font-weight: 400;
    font-size: 12px;
    width: 25px;
    height: 25px;
    padding-left: 18px;
    line-height: 25px;
    margin-top: -12.5px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    color: var(--primary-color);
}

.vektor-mobile-menu ul .vektor-item-has-children>a .vektor-mean-expand:before {
    content: "\f0fe";
    font-family: 'Font Awesome 5 Free';
}

.vektor-mobile-menu ul {
    margin: 0;
    padding: 0 0;
}

.vektor-mobile-menu>ul {
    padding: 0 15px;
    padding-right: 20px;
}

.vektor-mobile-menu ul li {
    border-bottom: 1px solid;
    list-style-type: none;
}

.vektor-mobile-menu ul li li:first-child {
    border-top: 1px solid;
}

.vektor-mobile-menu ul li ul li {
    padding-left: 10px;
}

.vektor-menu-wrapper.vektor-body-visible {
    opacity: 1;
    visibility: visible;
    left: 0;
}

.vektor-menu-wrapper.vektor-body-visible .vektor-menu-area {
    left: 0;
    opacity: 1;
    visibility: visible;
}

.vektor-menu-wrapper.vektor-body-visible .vektor-menu-toggle {
    margin-right: 0;
}

/*=================================
   Start Main Header Menu
==================================*/

.header_menu {
    background: var(--text-color);
    height: 80px;
    display: flex;
    align-items: center;
}

.header_menu .brands_logo {
    display: flex;
    align-items: center;
}

.header-two-main-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_menu .brands_logo .side-box-icon {
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    border-right: 1px solid var(--border-right-color);
}

.vektor-menu-toggle {
    display: none;
}

.header_menu .brands_logo .side-box-icon:hover .side-box-bar.baricon-right {
    left: 0;
}

.header_menu .brands_logo .side-box-icon .side-box-bar.baricon-left i,
.header_menu .brands_logo .side-box-icon .side-box-bar.baricon-right i {
    transition: all 0.4s ease-in-out;
}

.header_menu .brands_logo .side-box-bar.baricon-left {
    display: inline-flex;
    font-size: 24px;
    transition: all 0.4s ease;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    justify-content: center;
    align-items: center;
}

.header_menu .brands_logo .side-box-bar.baricon-right {
    display: inline-flex;
    font-size: 24px;
    transition: all 0.4s ease;
    position: absolute;
    top: 0;
    left: 100px;
    right: 0;
    bottom: 0;
    margin: auto;
    justify-content: center;
    align-items: center;
    display: none;
}

.header_menu .brands_logo .side-box-bar:hover {
    color: var(--secendary-color);
}

.header_menu .brands_logo .barnds {
    padding-left: 0px;
}

.header_menu .main-menu {
    display: flex;
    justify-content: start;
    align-items: center;
    position: relative;
    z-index: 1020;
}

.get-touch-btn a {
    background: var(--primary-color);
    padding: 10px 22px !important;
    border-radius: 30px;
    color: var(--text-color) !important;
    height: auto !important;
}

.get-touch-btn a::after {
    display: none !important;
}



.get-touch-btn a:hover {
    background: #47b70bbf;
}

.get-touch-btn:hover a {
    color: var(--text-color) !important;
}

.get-touch-btn a::after {
    display: none !important;
    content: none !important;
}

.main-menu ul li i {
    text-align: center;
    margin-left: 4px;
}

.header_menu .main-menu ul,
.home-one-menubar-area .main-menu ul {
    display: flex;
    gap: 24px;
    /* reduced */
    align-items: center;
}

.menu_center {
    display: flex;
    justify-content: flex-end;
    /* push menu right */
}

.header_menu .main-menu li a,
.home-one-menubar-area .main-menu ul li a {
    display: flex;
    align-items: center;
    padding: 30px 0;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.5px;
    /* reduce */
}

.home-one-menubar-area .main-menu ul li a {
    padding: 39px 0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;

}

.header_menu .main-menu li a:hover,
.home-one-menubar-area .main-menu ul li a:hover {
    color: var(--primary-color);
}

.header_menu .main-menu li a::after,
.home-one-menubar-area .main-menu ul li a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 0;
    height: 3px;
    background: var(--primary-color);
    transition: all 0.4s;
}

.header_menu .main-menu li a:hover::after,
.home-one-menubar-area .main-menu ul li a:hover:after {
    color: var(--primary-color);
    width: 100%;
}

.header_menu .main-menu li a:last-child,
.home-one-menubar-area .main-menu ul li a:last-child {
    margin-right: 0;
}

.right_menu {
    display: flex;
    justify-content: end;
    align-items: center;
}

.right_menu .cart {
    position: relative;
}

.right_menu .view {
    position: absolute;
}

.right_menu .cart,
.right_menu .search {
    padding: 20px 25px;
}

.right_menu .cart {
    position: relative;
}

.right_menu .cart:hover ul.shopping-card-show {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.header_menu .main-menu ul li,
.home-one-menubar-area .main-menu ul li {
    position: relative;
    z-index: 1;
}

.header_menu .main-menu ul li:hover>ul,
.home-one-menubar-area .main-menu ul li:hover>ul {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
}

.header_menu .main-menu ul li ul,
.home-one-menubar-area .main-menu ul li ul {
    position: absolute;
    z-index: -1;
    background: var(--text-color);
    display: block;
    min-width: 300px;
    text-align: left;
    top: 98%;
    left: -23px;
    opacity: 0;
    visibility: hidden;
    transform: scaleY(0);
    transition: all 0.4s ease-in-out;
    transform-origin: top center;
}

.header_menu .main-menu ul li ul a,
.home-one-menubar-area .main-menu ul li ul a {
    width: 100%;
    padding: 24px;
    position: relative;
    border-bottom: 1px solid var(--btn-border);
    transition: all 0.4s;
}

.header_menu .main-menu ul li.dropmenu ul.dropdown-menubar a:hover {
    color: var(--primary-color);
}

.header_menu .main-menu ul li ul a::after,
.home-one-menubar-area .main-menu ul li ul a::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 0;
    height: 0;
    background: transparent;
    transition: all 0.4s;
}

.header_menu .main-menu ul li ul li,
.home-one-menubar-area .main-menu ul li ul li {
    position: relative;
    z-index: 1;
}

.header_menu .main-menu ul li ul li:hover>ul,
.home-one-menubar-area .main-menu ul li ul li:hover>ul {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
}

.header_menu .main-menu ul li ul li ul,
.home-one-menubar-area .main-menu ul li ul li ul {
    position: absolute;
    left: 100%;
    top: 0;
    background: var(--text-color);
    width: 320px;
    opacity: 0;
    visibility: hidden;
    transform: scaleY(0);
    transition: all 0.4s ease-in-out;
    transform-origin: top center;
    display: block;
}


.header_menu .main-menu ul li ul li a,
.home-one-menubar-area .main-menu ul li ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    gap: 2px;
    font-size: 15px;
}


.main-menu ul li ul {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 250px;
    background: var(--text-color);
    z-index: 999;
}

.main-menu ul li ul li ul {
    top: 0;
    left: 100%;
    right: auto;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    display: block;
}

.main-menu ul li ul li.is-ready>ul {
    visibility: visible;
    opacity: 1;
}


.main-menu ul li ul li a {
    white-space: normal;
    word-wrap: break-word;
    display: block;
    padding: 10px 20px;
}


/*=================================
   start Cart css
==================================*/

ul.shopping-card-show {
    position: absolute;
    top: 200%;
    left: -178px;
    z-index: 9999;
    width: 400px;
    background: var(--text-color);
    transition: all 0.4s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

li.shopping-cart-design {
    padding: 30px;
}

ul.product-cart-list {
    padding: 25px;
}

li.show-product-item {
    gap: 25px;
    align-items: center;
    margin-bottom: 15px;
}

.cart-title a {
    font-size: 16px;
    font-weight: 700;
    color: var(--primary-color);
    transition: 0.4s;
}

.cart-title a:hover {
    color: var(--title-color);
}

p.product-card-total {
    margin-bottom: 20px;
}

p.product-mini-cart-buttons {
    margin-bottom: 0;
}

p.product-card-total {
    margin-bottom: 20px;
    padding: 20px 20px 0 22px;
    border-top: 3px double var(--bg-color);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

span.product-card-total-amount {
    font-size: 16px;
    font-weight: 500;
}

p.product-mini-cart-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
}

.product-mini-cart-buttons .button {
    padding: 10px 26px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    background: var(--primary-color);
    color: var(--text-color);
    border: none;
    transition: background 0.3s;
}

.product-mini-cart-buttons .button:hover {
    background: var(--title-color);
    color: var(--text-color);
}

/* End Product cart  */
.shop-cart-img img {
    width: 80px;
    height: 80px;
}

.right_menu .search {
    background: var(--bg2-color);
}

.right_menu .vektor_btn .button-one {
    padding: 30px 50px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
}

.right_menu .view {
    position: absolute;
    top: 55px;
    left: 46px;
    background: var(--primary-color);
    width: 15px;
    height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 12px;
    color: var(--text-color);
}

/*=================================
   Start Hero Area Style
==================================*/

.hero-area-wrapper {
    position: relative;
    z-index: 1;
}

.hero-single .text {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    margin-right: 52px;
    font-family: 'Manrope', sans-serif;
    color: var(--title-color);
    margin-bottom: 50px;
}

.hero-area-wrapper .hero-slider {
    position: relative;
    z-index: 1;
    background-size: cover !important;
    background-position: center 50% !important;
}

.hero-area-wrapper .hero-slider:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, var(--bg3-color) 47.64%, rgba(255, 232, 226, 0.49) 68.71%, rgba(223, 95, 65, 0.00) 99.86%);
    z-index: -1;
}

.hero-single {
    padding: 155px 0 200px 0;
}

.hreo-btn {
    display: flex;
    align-items: center;
    gap: 30px;
}

.socials-links {
    position: absolute;
    left: -155px;
    bottom: 52%;
    transform: rotate(90deg);
    z-index: 1;
}

.hero-area-wrapper .socials-links ul li {
    margin-left: 32px;
}

.socials-links ul li {
    font-size: 12px;
    font-weight: 700;
    font-family: "Mulish", sans-serif;
    color: var(--title-color);
    text-transform: uppercase;
}

.socials-links ul .ulta {
    transform: rotate(180deg);
    text-align: center;
    margin-bottom: 4px;
    font-size: 16px;
    font-weight: 600;
}

.socials-links ul li.dash {
    width: 60px;
    height: 2px;
    background: var(--title-color);
    margin-top: 10px;
    border-radius: 15px;
}

.socials-links ul li a {
    vertical-align: middle;
    transform: rotate(-90deg);
    font-size: 16px;
}

/*=================================
  Start Process Section Area
==================================*/

.proecess-section-area {
    background: var(--title-color);
    position: relative;
    z-index: 1;
}

.home-two-process {
    padding-bottom: 80px;
}

.home-two-process .process-card .process-img {
    height: auto;
}

.process-card:hover .process-img img {
    transform: scale(1.10);
}

.process-img {
    overflow: hidden;
    height: 340px;
    margin-bottom: 20px;
}

.process-img img {
    width: 100%;
    transform: scale(1);
    transition: all 0.4s;
    display: block;
}

.process-box-title {
    position: absolute;
    top: 50%;
    left: 0;
    transform: rotate(270deg);
}

.process-title-area .sub-title {
    position: relative;
}

.process-title-area .sub-title .dash,
.about-content .sub-title .dash,
.skills-content .sub-title .dash,
.team-title .sub-title .dash {
    width: 100px;
    display: inline-block;
    height: 2px;
    background: var(--primary-color);
    margin-right: 20px;
    margin-bottom: 3px;
}

.process-title-area .title {
    color: var(--text-color);
    max-width: 750px;
}

@media (max-width: 768px) {

    .process-title-area .sub-title .dash,
    .about-content .sub-title .dash,
    .skills-content .sub-title .dash,
    .team-title .sub-title .dash {
        width: 60px;
        display: inline-block;
        height: 2px;
        background: var(--primary-color);
        margin-right: 20px;
        margin-bottom: 3px;
    }

}

/*=================================
 Start Future Area Section
==================================*/
.future-area-wrapper .title {
    max-width: 70%;

}

.service-sec {
    margin-bottom: 30px;


}

.future-area-wrapper .row {
    max-width: 1000px;
    margin: auto;

}

.future-area-wrapper {
    background: var(--bg3-color);
    position: relative;
    z-index: 1;
}


.future-card-wrap {
    background: var(--text-color);
    height: 100%;


}

.future-card {
    padding: 40px 30px;
    background-size: cover !important;
    background-position: center;
    min-height: 260px;
    display: flex;
    align-items: flex-end;
}

.future-card h5 {
    margin: 0;
    color: var(--text-color);
    font-size: 20px;
    font-weight: 600;
}

.future-icon-area {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 30px 20px;
    background: var(--text-color);
}

.future-icon-area .future-icon {
    position: relative;
    margin-top: -55px;
    background: var(--text-color);
    border: 2px solid var(--primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    border-radius: 8px;
}

.future-icon-area .future-icon img {
    width: 45px;
    height: 45px;
}

.future-desc {
    font-size: 18px;
    color: #555;
    text-align: left;
    max-width: 80%;

}

.future-btn .button-one {
    letter-spacing: 1px;
}

.future-card-wrap:hover .future-icon {
    background: var(--light-shadow-green);
}

.future-card-wrap:hover .future-icon img {
    fill: var(--text-color) !important;
}

@media (max-width: 991px) {
    .future-card {
        min-height: 220px;
    }
}

@media (max-width: 767px) {
    .future-icon-area {
        padding: 25px 15px;
    }

    .future-desc {
        font-size: 13px;
    }
}





.future-icon-area {
    display: flex;
    gap: 22px;
    align-items: center;
    padding: 20px 20px;
    background: var(--text-color);
    justify-content: center;
    padding-bottom: 30px;
}

.future-icon-area .future-icon {
    position: relative;
    margin-top: -45px;
    background: var(--text-color);
    border: 1px solid var(--primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 28px;
}

.future-icon-area .future-icon img {
    transition: all 0.4s ease-in-out;
}

.future-card-wrap:hover .future-icon-area .future-icon img {
    animation: bounceIn 0.8s;
}

@keyframes bounceIn {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
        opacity: 1;
    }

    40% {
        transform: translateY(-5px);
        filter: blur(0.5px);
    }

    60% {
        transform: translateY(-5px);
        filter: blur(0.5px);
    }
}

.future-icon-area .future-icon img {
    width: 40px;
    min-width: 40px;
    transition: all 0.6s ease-in-out;
}

.future-btn .button-one {
    letter-spacing: 1px;
}

/*=================================
 Start About Section area
==================================*/

.about-us-area {
    position: relative;
    padding-bottom: 50px;
    padding-top: 0;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.about-list-wrap {
    margin-bottom: 40px;
}

.about-us-area .about-content .title,
.des-service-content .team-title .title {
    font-size: 48px;
    margin-bottom: 35px;
}

.home-one .about-content .title,
.des-service-content .team-title .title,
.project-content .team-title .title,
.pcs-client-wrapper .title,
.team-title .title,
.contact-information .title {
    margin-bottom: 30px;
    font-size: 40px;
    font-weight: 600;
    line-height: normal;
}

.career-content .title {
    margin-bottom: 10px;
    font-size: 32px;
    font-weight: 600;
    line-height: normal;
}

.about-content {
    background: var(--text-color);
    padding: 113px 58px;
}

.about-list-wrap ul li {
    font-size: 16px;
    font-weight: 500;
    font-family: "Manrope", sans-serif;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    line-height: 1.6;
}

.about-list-wrap ul li i {
    margin-right: 15px;
    color: var(--text-color);
    width: 30px;
    height: 30px;
    background: var(--dark-green);
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    flex-shrink: 0;
    margin-top: 0;
}

.about-list-wrap ul ul {
    margin: 10px 0 20px 45px;
    padding-left: 8px;
}

.about-list-wrap ul ul li {
    position: relative;
    font-size: 15px;
    font-weight: 500;
    color: #555;
    margin-bottom: 12px;
    padding-left: 18px;
    display: block;
}

.about-list-wrap ul ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 7px;
    height: 7px;
    background: var(--dark-green);
    border-radius: 50%;
}

.about-btn {
    display: flex;
}

.experience-img {
    position: absolute;
    left: 50%;
    bottom: -50px;
    width: 30px;
    height: 390px;
}

.home-one-experiece-img {
    position: absolute;
    left: 50%;
    bottom: -50px;
    width: 270px;
    height: 285px;
}

.about-us-area .experience-img {
    left: 49%;
}

.home-two-about-area .experience-img {
    position: absolute;
    bottom: -64px;
    right: 0;
    width: 320px;
    overflow: hidden;
}

.experience-img .experi-num {
    padding: 15px 30px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    background: var(--primary-color);
}

.experience-img img {
    height: 310px;
    width: 100%;
}

.experience-img .experi-num .counter {
    font-size: 36px;
    font-weight: 700;
}

.section.about-us-area .about0thumb .about-img img {
    height: 752px;
    width: 100%;
}

.about-card-box {
    position: relative;
}

.experience-img .experi-num span .counter {
    font-size: 24px;
}

@media (max-width: 532px) {
    .about-content {
        padding: 40px 20px !important;
    }

    .about-list-wrap ul {
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
    }

    .about-list-wrap ul li {
        font-size: 15px;
        margin-bottom: 16px;
        display: flex !important;
        align-items: flex-start !important;
        line-height: 1.5;
        white-space: normal !important;
        word-break: break-word !important;
    }

    .about-list-wrap ul li i {
        width: 26px !important;
        height: 26px !important;
        flex-shrink: 0 !important;
        margin-right: 12px !important;
        margin-top: 2px !important;
        display: inline-flex !important;
        justify-content: center !important;
        align-items: center !important;
        font-size: 12px !important;
    }
}

/*=================================
 Skills Area
==================================*/

.skills-area-section {
    padding: 80px 0px;
    background: var(--title-color);
    position: relative;
    overflow: hidden;
}

.skills-content .title {
    color: var(--text-color);
    padding: 0 0 61px 0;
    margin-bottom: 0;
}

.skills-content {
    margin-right: 50px;
}

.skills-content .skills-box {
    padding: 30px 20px;
    background: #212121;
    margin-bottom: 20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 25px;
    transition: all 0.3s ease;
}

.skills-content .skills-box:hover {
    background: #292929;
    transform: translateY(-5px);
}

.skill-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 30px;
}

.skills-content .skill-icon {
    margin-bottom: 0;
}

.skills-content small {
    color: #bbb;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
}

.counter-number {
    line-height: 1;
    margin-bottom: 5px;
}

.counter-number .counter-timer,
.counter-number .counter-symble {
    color: var(--primary-color);
    font-size: 36px;
    /* Adjusted size to fit better side-by-side */
    font-weight: 700
}

.skill-icon {
    position: relative;
    z-index: 1;
}

.skill-icon::after {
    position: absolute;
    content: '';
    width: 70px;
    height: 70px;
    top: 10px;
    left: 15px;
    background: #d9d9d91a;
    border-radius: 50%;
    z-index: -1;
    transition: all 0.4s ease-in-out;
}

.skills-box:hover .skill-icon::after {
    top: -11px;
    left: -8px;
}

.skill-icon img {
    width: 50px;
    max-width: 50px;
}

.skills-bg-img {
    position: absolute;
    right: -116px;
    top: 0;
    width: 45%;
    display: inline-block;
    height: 100%;
}

.bg-side-img {
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position: center center;
}


/*=================================
 Project Area Section
==================================*/

.project-area-wrapper {
    background: var(--text-color);
}

.project-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.project-content .team-title {
    max-width: 750px;
}

.project-item {
    position: relative;
    z-index: 1;
    margin: 0;
    width: 90%;
    height: auto;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;

}



.project-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;

}

.project-content-area {
    position: absolute;
    left: 10%;
    bottom: 10%;
    padding: 30px 10px;
    color: var(--text-color);
    width: 90%;
    transition: all 0.5s ease-in-out;
    z-index: 1;
}

.project-content-area::before {
    position: absolute;
    content: '';
    width: 0;
    height: 100%;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    top: 0;
    left: 0;
    z-index: -1;
    background: linear-gradient(90deg, #0e7e4aad 58.77%, rgba(0, 0, 0, 0.00) 100%);
}

.project-item:hover .project-content-area::before {
    width: 100%;
    opacity: 1;
}

.project-content-area h3 a:hover {
    color: #cac9c9;
}

.project-item:hover .project-content-area h3 a,
.project-item:hover .project-content-area small {
    opacity: 1;
}

.home-one-project-item .project-content-area h3 a {
    transition: all 0.5s ease-in-out;
}

.home-one-project-item .project-content-area h3:hover a {
    color: var(--primary-color);
}

.home-one-project-item .project-item .project-content-area h3 a {
    transition: all 0.5s ease-in-out;
}

.home-one-project-area .project-2 .project-content-area h3:hover a {
    color: var(--primary-color) !important;
}

.project-content-area h3 {
    margin: 0;
}

.project-content-area small {
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.project-content-area h3 a {
    margin-bottom: 10px;
    color: var(--text-color);
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.project-content-area .project-box-1 {
    width: 100px;
    height: 0;
    background: var(--primary-color);
    position: absolute;
    right: 52px;
    bottom: 180px;
    transition: all 0.5s ease-in-out;
}

.project-content-area .project-box-2 {
    width: 100px;
    height: 0;
    background: var(--text-color);
    position: absolute;
    right: 153px;
    top: 0;
    transition: all 0.5s ease-in-out;
}

.project-item:hover .project-box-1 {
    height: 100px;
    transition: all 0.5s ease-in-out;
}

.project-item:hover .project-box-2 {
    height: 100px;
    transition: all 0.5s ease-in-out;
}


.project-item {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.project-img {
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.project-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s ease;
}

.project-item:hover .project-img img {
    transform: scale(1.08);
}

.project-content-area {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    /* background: linear-gradient(to top, rgba(0,0,0,0.8), transparent); */
    color: var(--text-color);
}

.project-content-area h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

/* Tablet */
@media (max-width: 992px) {
    .project-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile */
@media (max-width: 576px) {
    .project-grid {
        grid-template-columns: 1fr;
    }

    .project-item img {
        height: 240px;
    }
}

/*=================================
 Brands Section
==================================*/

.brands-card-wrap {
    background: var(--text-color);
}

.brands-card-wrap .brands-items {
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--btn-border);
    justify-content: space-between;
}

.about-page-area .brands-card-wrap .brands-items .brands-logo {
    padding: 35px;
}

.about-page-area .brands-card-wrap .brands-items {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover !important;
}

.about-page-area .brands-card-wrap .client-text h6 {
    font-weight: 600;
}

.brands-card-wrap .brands-items .brands-logo {
    padding: 25px;
}

.brands-card-wrap .brands-items .brands-logo img {
    filter: blur(0.6px);
}

.about-page-area .brands-card-wrap .brands-items .brands-logo img {
    filter: blur(0);
}

.brands-card-wrap .client-text {
    padding: 20px 30px;
}

.brands-card-wrap .client-text .clients-sub-title {
    text-transform: uppercase;
    color: var(--primary-color);
    font-size: 12px;
    font-weight: 600;
    margin: 0 !important;
}

.brands-card-wrap .brands-items .client-img {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.brands-card-wrap .brands-items .client-img::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, var(--primary-color) 28.13%, rgba(232, 99, 68, 0.00) 100%);
    mix-blend-mode: multiply;
    transition: all 0.4s ease-in-out;
    top: 0;
    left: 0;
}

.brands-card-wrap:hover .brands-items .client-img::before {
    opacity: 0;
    left: -100px;
}

/*=================================
Appointment Section
==================================*/

.appointment-area-wrapper {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position: center;
    color: var(--text-color);
}

.appointment-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.appointment-content .appointment-text {
    color: var(--text-color);
    font-size: 18px;
    font-weight: 600;
    max-width: 450px;
    line-height: 34px;
}

.appointment-contact h1 {
    margin-bottom: 0;
    font-size: 90px;
}

.appointment-contact h1 a {
    color: var(--text-color);
}

.appointment-content .about-btn .button-two .box-icon,
.home-one-menubar-area .about-btn .button-two .box-icon {
    background-color: transparent;
    padding: 10px 0px 10px 0px;
    position: absolute;
    top: 15px;
    right: 15px;
    overflow: hidden;
    z-index: 99;
}

.home-one-menubar-area .about-btn .button-two .box-icon i {
    opacity: 0;
    position: relative;
    width: 0;
    height: 0;
    background: transparent;
    right: 50px;
}

.home-one-menubar-area .about-btn .button-two:hover .box-icon i {
    right: 8px;
    opacity: 1;
}

.appoinment-form-wrap {
    background-color: #d9f9c844;
    padding: 30px 40px;
}

.appoinment-form-wrap .title {
    font-size: 22px;
    margin-bottom: 30px;
    line-height: normal;
}

.lets-discuss .title,
.recent-post-wrap .title {
    margin-bottom: 30px;
}

input:focus,
select:focus,
textarea:focus {
    box-shadow: none !important;
    outline: 0;
}

.appoinment-form-wrap input.form-control.style,
.appoinment-form-wrap select.form-select.style,
.appoinment-form-wrap textarea.form-control.style {
    padding: 10px 25px;
    font-size: 16px;
    border: 0;
    outline: 0;
    width: 100%;
}

.appoinment-form-wrap input.form-control.style:focus,
.appoinment-form-wrap select.form-select.style:focus,
.appoinment-form-wrap textarea.form-control.style:focus {

    border: 1px solid #bffe9dda;
    outline: none;
    box-shadow: none;
}

.appoinment-form-wrap input.form-control.style::placeholder,
.appoinment-form-wrap select.form-select.style,
.appoinment-form-wrap textarea.form-control.style::placeholder {
    font-size: 16px;
    font-weight: 400;
    color: var(--secendary-color);
}

.appoinment-form-wrap .team-appointment-form .form-group {
    display: block;
}

.home-two-appointment .appoinment-form-wrap input.form-control.style {
    width: 100%;
}

select.form-select.style,
textarea.form-control.style,
.form-select option {
    font-weight: 400;
}

input::placeholder,
.form-select option {
    color: var(--secendary-color);
    font-size: 16px;
    font-weight: 400;
}

.home-three-title .text {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 40px;
}

.home-three-about-area {
    padding: 0 0 !important;
}

.home-three-about-area {
    padding-top: 0 !important;
}

.about-company-area .about-thumb img {
    width: 100%;
    object-fit: cover;

}

.lets-discuss {
    margin-left: 35px;
}

.get-in-touch-area .text,
.about-us-area .text {
    margin-bottom: 40px;
}

.author-content {
    display: flex;
    gap: 65px;
    align-items: center;
    margin-bottom: 35px;
}

.author-content .author-img {
    width: 65px;
    height: 65px;
}

.author-content .author-text h3 {
    font-size: 30px;
    margin-bottom: 0;
}

.author-content .author-text p {
    margin: 0;
    color: var(--primary-color);
    font-size: 12px;
    font-weight: 600;
}

.author-content .author-text h3 {
    font-size: 22px;
    line-height: 30px;
}

.acuda-stroke-title-two {
    line-height: normal;
    left: 15px;
    margin: 0;
}

.acuda-stroke-title-two span {
    font-size: 100px;
    font-weight: 700;
    color: var(--text-color);
    text-shadow: 0px 14px 25px rgba(0, 0, 0, 0.05);
    opacity: 1;
}

.acuda-stroke-title-two span {
    opacity: 1;
    animation: loading-text 2s infinite ease-in-out;
    display: inline-block;
    color: var(--text-color);

}

.acuda-stroke-title-two span:nth-child(1) {
    animation-delay: 0.9s;
}

.acuda-stroke-title-two span:nth-child(2) {
    animation-delay: 1s;
}

.acuda-stroke-title-two span:nth-child(3) {
    animation-delay: 1.1s;
}

.acuda-stroke-title-two span:nth-child(4) {
    animation-delay: 1.2s;
}

.acuda-stroke-title-two span:nth-child(5) {
    animation-delay: 1.3s;
}

.acuda-stroke-title-two span:nth-child(6) {
    animation-delay: 1.4s;
}

.acuda-stroke-title-two span:nth-child(7) {
    animation-delay: 1.5s;
}

.acuda-stroke-title-two span:nth-child(8) {
    animation-delay: 1.5s;
}

.acuda-stroke-title-two span:nth-child(9) {
    animation-delay: 1.6s;
}

@keyframes loading-text {
    0% {
        transform: translateY(0%);
        opacity: 1;
    }

    20% {
        transform: translateY(-5%);
        opacity: 1;
    }

    40% {
        transform: translateY(-10%);
        opacity: 0;
    }

    60% {
        opacity: 0;
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/*=================================
Recent Post Section
==================================*/

.blog-post-area-section.section-padding {
    padding-top: 0;
}

.recent-post-wrap .text {
    max-width: 550px;
}

.recent-post-wrap .text {
    max-width: 400px;
    margin-bottom: 40px;
}

.thumb a {
    overflow: hidden;
}

.thumb img {
    transition: transform 0.3s ease-in-out;
    transform: scale(1);
}

.recent-post-thumb-wrap .thumb img {
    height: 320px;
    transition: all 0.3s ease-in-out;
    width: 100%;
}

.recent-post-thumb:hover .thumb img {
    transform: scale(1.10);
}

.recent-post-thumb-wrap .thumb {
    overflow: hidden;
    height: 320px;
}

.recent-post-thumb-wrap:hover .thumb img {
    transform: scale(1.10);
}

.home-two-blog-area .author-deatils {
    background: var(--text-color);
}

.author-deatils {
    padding: 20px 30px;
    background: var(--bg-color);
}

.author-deatils .usersdate {
    gap: 30px;
    display: flex;
    margin-bottom: 12px;
}

.author-deatils .usersdate a {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: var(--content-color);
    transition: all 0.4s ease-in-out;
}

.author-deatils .usersdate a i {
    margin-right: 8px;
    color: var(--primary-color);
}

.author-deatils h5 a {
    transition: all 0.4s ease-in-out;
}

.author-deatils h5 a:hover,
.author-deatils .usersdate a:hover {
    color: var(--primary-color);
}

/*=================================
Footer  Section
==================================*/

.footer-menu-area {
    padding: 10px 0;
    border-bottom: 1px solid var(--footer-color);
    padding-bottom: 0;
}

.footer-menu-wrap ul {
    display: flex;
    align-items: center;
}

.footer-menu-wrap ul li a {
    color: var(--text-color);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    transition: all 0.4s ease-in-out;
    padding: 25px 60px 25px 60px;
    border-right: 1px solid var(--footer-color);
}

.footer-menu-wrap ul li:first-child a {
    border-left: 1px solid var(--footer-color);
}

.footer-menu-wrap ul li a:hover {
    color: var(--primary-color);
}

.footer-widget-area {
    padding: 40px 0;
}

.footer-social-link {
    margin-top: 30px;
    text-align: center;
}

.footer-social-link ul {
    display: flex;
}

.footer-social-link ul li a {
    margin-right: 10px;
    color: var(--text-color);
    transition: all 0.4s ease-in-out;
}

.footer-title .title {
    color: var(--text-color);
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.footer-widget .footer-logo {
    margin-bottom: 15px;
    text-align: center;

}

.footer-logo img {
    width: 250px;
    height: auto;
}

.footer-text {
    text-align: justify;
}

.footer-widget ul li {
    margin-bottom: 15px;
}

.footer-widget ul li:last-child {
    margin-bottom: 0;
}

.footer-widget ul li a {
    color: var(--secendary-color);
    transition: all 0.4s ease-in-out;
}

.footer-widget ul li a:hover {
    color: var(--primary-color);
}

.footer-widget ul li a i {
    margin-right: 10px;
}

.footer-widget.widget1 ul li a i {
    margin-right: 0;
}

.footer-widget.widget1 ul li a {
    color: var(--content-color);
    transition: all 0.4s ease-in-out;
    width: 40px;
    height: 40px;
    background: var(--button-two-color);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: var(--text-color);
    transition: all 0.4s ease-in-out;
}

.footer-widget.widget1 .text {
    max-width: 400px;
}

.footer-widget.widget1 ul li a:hover {
    background: var(--primary-color);
    color: var(--text-color);
}

.widget4 .text {
    max-width: 320px;
    margin-bottom: 27px;
}

/* input[type="email"] {
    margin: 0;
    border: 1px solid var(--button-two-color);
    background: transparent;
    color: var(--text-color);
    width: 90%;
    padding: 14px 25px;
    box-shadow: none;
    outline: none;
    margin-bottom: 20px;
    max-height: 54px;
} */

.newsletter .button-one {
    padding: 17px 40px;
}

.copyuright-area {
    padding: 20px 0;
    background: var(--title-color);
}

.copyuright-area p,
.copyuright-area p a {
    color: var(--content-color);
    transition: all 0.4s ease-in-out;
    letter-spacing: 0.5px;
    font-size: 14px;
}

.copyuright-area p a:hover {
    color: var(--primary-color);
}

.copyuright-area p a {
    font-weight: 800;
}

.copyuright-area {
    padding: 20px 0;
    background: var(--title-color);
    border-top: 1px solid var(--button-two-color);
}

.footer-contact-info {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer-contact-info li {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 18px;
}

.footer-contact-info li i {
    min-width: 38px;
    width: 38px;
    height: 38px;
    background: #e5e5e517;
    color: var(--text-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 14px;
    margin-top: 3px;
}

.footer-contact-info li:hover i {
    background: var(--primary-color);
    color: var(--text-color);
}

.footer-contact-info li a,
.footer-contact-info li span {
    color: #ccc;
    transition: 0.3s;
}

.footer-contact-info li:hover a {
    color: var(--text-color);
}

.footer-email {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 8px;
}

/*=================================
Back To Top
==================================*/
#back-top {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 50px;
    bottom: 30px;
    cursor: pointer;
    z-index: 100;
    color: var(--text-color);
    background: var(--primary-color);
    overflow: hidden;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#back-top:hover {
    background-color: var(--dark-green);
}

.back-top-icon i,
.hover-icon i {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    #back-top {
        height: 40px;
        width: 40px;
        right: 20px;
        bottom: 20px;
    }

    .hover-icon {
        display: none;
    }
}

@media (min-width: 992px) {
    .back-top-icon {
        transition: 0.3s;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .hover-icon {
        position: absolute;
        bottom: -50px;
        transition: 0.3s;
        height: 50px;
        width: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .to-top:hover .back-top-icon {
        margin-top: -100px;
    }

    .to-top:hover .hover-icon {
        bottom: 0;
        left: 0;
        right: 0;
    }
}

/*=================================
About us Section style start
==================================*/

.breadcumb-wrapper-area {
    position: relative;
    z-index: 1;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat;
    padding: 150px 0;
    min-height: 350px;
    background-color: #333;
}

.breadcumb-wrapper-area::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(13, 13, 13, 0.564);
    z-index: -1;
}


.bread-content .breadcumb-menu {
    display: flex;
    gap: 15px;
    align-items: center;
}

.bread-content .breadcumb-title {
    margin-bottom: 15px;
    font-size: 64px;
    font-weight: 500;

}

.bread-content .breadcumb-menu li a {
    color: var(--text-color);
    transition: all 0.4s ease-in-out;
}

.bread-content .breadcumb-menu li a:hover {
    color: var(--primary-color);
}

/*=================================
Product Banner description
==================================*/
.inner-product-banner-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.5px;
    margin-bottom: 20px;
}

.product-banner-desc {
    color: rgba(255, 255, 255, 0.85);
    font-size: 18px;
    line-height: 1.6;
    max-width: 750px;
    margin-top: 18px;
    font-weight: 400;
    letter-spacing: 0.2px;
}

.grate-zones-label {
    display: block;
    margin-top: 15px;
    font-weight: 600;
    color: var(--text-color);
}

.banner-list {
    list-style: none;
    padding: 0;
    margin: 20px 0 0 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
    counter-reset: banner-counter;
}

.banner-unorder-list {
    list-style: none;
    padding: 0;
    margin: 20px 0 0 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.banner-list li {
    position: relative;
    padding-left: 35px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.banner-list li::before {
    counter-increment: banner-counter;
    content: counter(banner-counter);
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    background-color: var(--primary-color);
    color: var(--text-color);
    font-size: 12px;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-unorder-list {
    list-style: none;
    padding: 0;
    margin: 20px 0 0 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.banner-unorder-list li {
    position: relative;
    padding-left: 30px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.banner-unorder-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--primary-color);
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
}

@media(max-width: 767px) {
    .banner-unorder-list {
        margin-top: 15px;
    }

    .banner-unorder-list li {
        font-size: 15px;
        padding-left: 25px;
    }
}

@media(max-width: 991px) {
    .inner-product-banner-title {
        font-size: 38px;
    }

    .product-banner-desc {
        max-width: 90%;
        font-size: 17px;
    }
}

@media(max-width: 767px) {
    .inner-product-banner-title {
        font-size: 28px;
        margin-bottom: 15px;
    }

    .product-banner-desc {
        max-width: 100%;
        font-size: 15px;
        line-height: 1.7;
    }

    .banner-list {
        margin-top: 15px;
    }

    .banner-list li {
        font-size: 15px;
    }
}

/*=================================
Working Process
==================================*/

.work-process-card .icon {
    width: 100px;
    height: 100px;
    background: var(--text-color);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid var(--btn-border);
    margin-bottom: 18px;
    position: relative;
    z-index: 1;
    transition: all 0.4s ease-in-out;
}

.work-process-card {
    position: relative;
    margin-bottom: 30px;
}

.work-process-card:hover .icon {
    background: var(--primary-color);
}

.work-process-card:hover .icon svg path {
    fill: var(--text-color);
}

.work-process-card .icon::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 240px;
    background-color: #d9d9d9;
    top: 50%;
    left: 100%;
    transform: translate(0, -50%);
    z-index: 0;
}

.work-process-card .icon svg path {
    transition: all 0.4s ease-in-out;
}

.work-process-card .title {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 600;
    color: var(--title-color);
}

.work-process-card .text {
    margin-bottom: 20px;
    color: var(--title-color);
    margin-right: 5px;
}

.work-process-card .work-process-count h1 {
    color: rgba(0, 0, 0, 0.05);
    font-size: 80px;
    font-weight: 800;
    margin: 0;
}

/*=================================
Team Area
==================================*/

.creative-team-area {
    background: var(--title-color);
    position: relative;
    margin-top: -210px;
    padding-top: 220px;
}

.creative-team-thumb img {
    width: 100%;
}

.creative-team-card .text {
    margin-bottom: 40px;
}

.creative-team-card .title {
    color: var(--text-color);
    margin-bottom: 45px;
}

.creative-team-card .about-btn .button-one {
    border: 0;
}

.team-details-appointment-area .mb-5 {
    margin-bottom: 22px !important;
}

/*=================================
Service Page Style
==================================*/

.service-icon img {
    height: 445px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.service-single {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.service-single .serive-contet {
    display: flex;
    align-items: center;
    background: var(--text-color);
}

.service-thumb-icon {
    background: var(--primary-color);
    padding: 26px;
}

.serive-contet .service-title h3 {
    padding: 0 26px;
    margin: 0;
    font-size: 24px;
    font-weight: 600;
}

.serive-contet .service-title h3 a {
    transition: all 0.4s;
}

.service-single-wrap .text,
.project-service-single-info-area .text {
    margin-bottom: 40px;
}

.service-overly-card {
    background: var(--title-color);
    color: var(--text-color);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0;
    content: '';
    display: flex;
    padding: 60px;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
}

.service-single:hover .service-overly-card {
    opacity: 1;
    visibility: visible;
    top: 0;
}

.service-overly-svg {
    padding: 30px 0;
}

.service-overly-card h3 {
    margin-bottom: 40px;
    transition: all 0.4s;
}

.service-overly-card h3:hover a {
    color: var(--primary-color);
}

.service-overly-card h3 a {
    color: var(--text-color);
    font-size: 24px;
    transition: all 0.4s;
}

.overly-icon a {
    color: var(--text-color);
    transform: rotate(-45deg);
    font-size: 24px;
    border: 1px solid var(--button-two-color);
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
}

.overly-icon a:hover {
    border: 1px solid var(--text-color);
}

.overly-icon a .icon-1 {
    position: absolute;
    transition: all 0.2s ease-in-out;
    top: 50%;
    left: -50%;
    transform: translate(-50%, -50%);
    transition: all 0.4s ease-in-out;
}

.overly-icon a:hover .icon-1 {
    left: 50%;
}

.overly-icon a .icon-2 {
    position: absolute;
    transition: all 0.2s ease-in-out;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.4s ease-in-out;
}

.overly-icon a:hover .icon-2 {
    left: 120%;
}

/*=================================
Sidebar Area Style
==================================*/

.service-single-wrap h5 {
    color: var(--title-color);
    line-height: 2;
    font-size: 30px;
}

.service-future .service-list {
    padding: 40px 60px 50px 60px;
}

.service-list h5 {
    color: var(--text-color);
}

.service-future .service-list ul li {
    color: var(--text-color);
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.service-future .service-list ul li:last-child {
    margin-bottom: 0;
}

.service-future .service-list ul li i {
    margin-right: 10px;
    width: 20px;
    height: 20px;
    border: 1px solid var(--text-color);
    border-radius: 50%;
    text-align: center;
    line-height: 1.5;
    font-size: 12px;
}

.future-thumb img {
    width: 100%;
}

.sidebar-area .widget {
    padding: 40px;
    background: var(--bg-color);
    margin-bottom: 40px;
    border-radius: 15px;
}

.sidebar-area .widget h5 {
    color: var(--title-color);
    margin-bottom: 25px;
}

.sidebar-area .widget ul li {
    margin-bottom: 19px;
    border-bottom: 1px solid var(--bottom-border-color);
    padding-bottom: 12px;
}

.sidebar-area .widget ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.sidebar-area .widget ul li a {
    color: var(--content-color);
    transition: all 0.4s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sidebar-area .widget ul li a span {
    font-size: 16px;
    font-weight: 400;
}

.sidebar-area .widget ul li a span i {
    font-size: 16px;
}

.sidebar-area .widget ul li.active a {
    color: var(--primary-color);
}

.sidebar-area .widget ul li a:last-child {
    margin-bottom: 0;
}

.sidebar-area .widget ul li:hover>a {
    color: var(--primary-color);
}

.sidebar-area .working-hours ul li {
    border-bottom: 0;
    padding-bottom: 0;
}

.sidebar-area .working-hours ul li a {
    padding: 20px;
    background: var(--text-color);
    width: 100%;
    border-radius: 8px;
    display: block;
}

.sidebar-area .working-hours ul li a:last-child {
    margin-bottom: 0;
}

/*=================================
Start FAQ Style
==================================*/

.FAQ-area .accordion-item {
    margin-bottom: 30px;
    border: 0;
}

.FAQ-area .accordion-item button.accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background: var(--btn-border);
    font-size: 18px;
    font-weight: 600;
    padding-left: 30px;
    border: 0;
    outline: 0;
    color: var(--title-color);
}

.FAQ-area .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    color: var(--text-color);
    background: var(--primary-color);
}

.accordion-button:focus {
    box-shadow: none !important;
}

.FAQ-area .accordion-item .accordion-body {
    padding: 20px 25px;
    color: var(--content-color);
    background: var(--bg-color);
}

/*=================================
Project Page Style
==================================*/


.project-btn-menu {
    margin-bottom: 50px;
}

.project-btn-menu .button-style {
    border: 0;
    margin: 0 8px;
    background: 0;
    font-weight: 600;
    transition: all 0.4s ease-in-out;
    position: relative;
    z-index: 1;
    padding: 0;
}

.project-btn-menu .button-style.active {
    color: var(--primary-color);
}

.project-btn-menu .button-style.active::after {
    width: 100%;
}

.project-btn-menu .button-style:hover {
    color: var(--primary-color);
}

.project-btn-menu .button-style::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: var(--primary-color);
    transition: all 0.4s ease-in-out;
}

.project-btn-menu .button-style:hover::after {
    width: 100%;
}

.project-card-item {
    position: relative;
    z-index: 1;
}

.project-card-img {
    overflow: hidden;
}

.project-card-img img {
    height: 400px;
}

.project-card-details .project-sub-title {
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
}

.project-card-details .project-sub-title span {
    position: relative;
    margin-bottom: 0;
    top: 50px;
    z-index: 1;
    transition: all 0.4s ease-in-out;
}

.project-card-item:hover .project-card-details .project-sub-title span {
    top: 0;
}

.project-card-details {
    position: absolute;
    bottom: 10%;
    left: 0;
    width: 80%;
    margin: auto;
    overflow: hidden;
    padding: 35px 40px;
    z-index: 1;
    transition: all 0.4s ease-in-out;
    background: transparent;
}

.project-card-details::before {
    position: absolute;
    content: '';
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--text-color);
    z-index: -1;
    transition: all 0.4s ease-in-out;
}

.project-card-item:hover .project-card-details::before {
    width: 100%;
}

.project-card-details h4 {
    font-size: 24px;
}

.project-card-details h4:hover a {
    color: var(--primary-color);
}

.project-card-details .project-title a {
    transition: 0.6s;
    position: relative;
    top: 100px;
    z-index: 1;
}

.project-card-item:hover .project-card-details h4 a {
    top: 0;
}

.project-card-details .project-sub-title {
    color: var(--primary-color);
}

.project-card-details .project-title {
    transition: 0.6s;
    position: relative;
    overflow: hidden;
}

.project-card-details .box-1 {
    position: absolute;
    content: '';
    right: -30px;
    top: -30px;
    width: 25px;
    height: 25px;
    background: var(--primary-color);
    transition: all 0.6s ease-in-out;
    z-index: 1;
}

.project-card-details .box-2 {
    position: absolute;
    content: '';
    right: -30px;
    top: -30px;
    width: 25px;
    height: 25px;
    background: var(--bg2-color);
    transition: all 0.6s ease-in-out;
    z-index: 2;
}

.project-card-item:hover .project-card-details .box-1 {
    top: 0;
    right: 0;
}

.project-card-item:hover .project-card-details .box-2 {
    top: 25px;
    right: 25px;
}

/*=================================
Project Page Details Style
==================================*/

.project-content-details .project-thumb {
    margin-bottom: 50px;
}

.category ul li a {
    color: var(--primary-color);
    transition: all 0.4s ease-in-out;
    margin-bottom: 15px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}

.project-content-details {
    margin-bottom: 60px;
}

.project-details-area .project-content-details h2 {
    font-size: 36px;
    font-weight: 700;
}

.project-service-info-area {
    display: flex;
    align-items: center;
}

.project-service-single {
    border-top: 1px solid var(--btn-border);
    border-bottom: 1px solid var(--btn-border);
    border-right: 1px solid var(--btn-border);
    padding: 40px 0;
}

.project-service-single:last-child {
    border-right: 1px solid transparent;
}

.project-service-single .project-info {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: 0 30px;
}

.project-info .project-info-text span {
    text-transform: uppercase;
    font-size: 14px;
    color: var(--content-color);
    margin-bottom: 10px;
    display: inline-block;
}

.project-service-single-info-area .project-single h4 {
    font-weight: 600;
}

.project-info-text h6 {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: var(--title-color);
}

.project-info-icon {
    width: 70px;
    height: 70px;
    background: var(--icon-bg-color);
    border-radius: 50%;
    min-width: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--primary-color);
    font-size: 22px;
}

.contact-info {
    padding: 50px;
    background: var(--primary-color);
    color: var(--text-color);
}

.contact-info h3 {
    margin-bottom: 6px;
}

.contact-info .text {
    color: var(--text-color);
}

.contact-info ul li {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 15px;
}

.contact-info ul li:last-child {
    margin-bottom: 0;
}

.contact-info ul li a {
    color: var(--text-color);
    transition: all 0.4s;
}

.contact-info ul li a:hover {
    color: var(--title-color);
}

.contact-info-icon {
    width: 50px;
    height: 50px;
    border: 1px solid var(--text-color);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

/*=================================
Team Details Area
==================================*/

.team-details-area {
    background: var(--bg-color);
}

.team-details-contact-area {
    margin-left: 50px;
}

.team-info-wrapper .team-details-title {
    font-size: 36px;
    margin-bottom: 10px;
    font-weight: 600;
}

.team-info-wrapper {
    margin-bottom: 40px;
    border-bottom: 1px solid var(--bottom-border-color);
    padding-bottom: 30px;
}

.team-info-wrapper .team-details-designation {
    margin-bottom: 20px;
    color: var(--primary-color);
    font-size: 18px;
    font-weight: 500;
}

.team-socils-links ul li a {
    width: 40px;
    height: 40px;
    background: var(--text-color);
    margin-right: 10px;
    transition: all 0.4s ease-in-out;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--content-color);
}

.team-socils-links ul li a:hover {
    background: var(--primary-color);
    color: var(--text-color);
}

.team-contact-info {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 25px;
}

.team-contact-info .team-info-content label {
    color: var(--content-color);
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 2px;
}

.team-contact-info .team-info-content p {
    margin-bottom: 0;
    font-size: 18px;
    color: var(--title-color);
    font-weight: 600;
}

.team-contact-info .team-info-icon {
    width: 57px;
    height: 57px;
    background: var(--text-color);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--primary-color);
}

.team-appointment {
    background: var(--bg-color);
}

.team-form-area {
    display: flex;
}

.team-appointment-form .style {
    width: 100%;
    background: var(--text-color) !important;
}

.team-appointment .title {
    font-size: 30px;
}

.appoinment-form-info {
    width: 50%;
}

.team-form-area .lets-discuss {
    overflow: hidden;
    margin-left: 0;
}

.team-details-img img {
    width: 561px;
    height: 558px;
}

.team-details-appointment-area .team-form-area .lets-discuss img {
    height: 595px;
}

.team-form-area .lets-discuss img {
    display: block;
    height: 620px;
}

/*=================================
Contact Page Area
==================================*/

.contact-item {
    padding: 15px 0;
    background: var(--text-color);
    display: flex;
    gap: 20px;
    align-items: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.contact-item-icon {
    padding: 20px 25px;
    border-right: 1px solid var(--border-right-color);

}

.contact-item-content .contact-us {
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: 600;
    color: var(--primary-color);
    letter-spacing: 0.8px;
}

.contact-item-content h6 {
    font-size: 19px;
    font-weight: 600;
}

.contact-item-content h6 a {
    transition: 0.4s;
}

.contact-item-content h6:hover a {
    color: var(--primary-color);
}

.contact-item .box1 {
    width: 25px;
    height: 25px;
    position: absolute;
    background: var(--primary-color);
    right: 0;
    top: 0;
    z-index: 1;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
}

.contact-item .box2 {
    width: 25px;
    height: 25px;
    position: absolute;
    background: var(--bg2-color);
    right: 25px;
    top: 25px;
    z-index: -1;
    transition: all 0.6s ease-in-out;
}

.contact-item:hover .box1 {
    top: -30px;
    right: -30px;
}

.contact-item:hover .box2 {
    right: -30px;
    top: -30px;
}

.row.contact-margin-top {
    margin-top: 70px;
}

.contact-maps {
    overflow: hidden;
}

.contact-maps iframe {
    width: 100%;
    height: 684px;
}

/*=================================
comment form input
==================================*/
#comment {
    margin-top: 70px;
    background: var(--bg-color);
    border-radius: 15px;
    padding: 50px;
}

.comment-form-wrap .comment-title {
    color: var(--title-color);
    margin: 5px;
}

form.comment-form {
    margin-top: 40px;
}

.comment-form input[type="text"],
.comment-form input[type="email"] {
    width: 100%;
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 5px;
    margin-bottom: 20px;
    background: transparent;
    color: var(--title-color);
}

.check-terms label {
    margin-left: 10px;
}

.comment-form textarea {
    width: 100%;
    border: 0;
    padding: 15px;
    margin-bottom: 20px;
}

/*=================================
Shop Page Area
==================================*/
.shop-page-area,
.shop-details-area,
.related-post-area {
    background: var(--text-color);
}

.shop-topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--bg-color);
    padding: 20px;
    border-radius: 0;
    margin-bottom: 35px;
}

.shop-topbar .shop-menubar .nav-tabs {
    border: 0;
    border-radius: 0;
    background: transparent;
    border-width: 0;
}

.shop-topbar .shop-menubar .nav-tabs .nav-link:active {
    background: transparent;
    border-width: 0;
}

.shop-topbar .shop-menubar .nav-pills .nav-link.active,
.shop-topbar .shop-menubar .nav-pills .show>.nav-link {
    color: var(--secendary-color);
    background-color: var(--nav-text-color);
}

.shop-topbar .shop-menubar .nav-pills .nav-link {
    padding: 12px 16px;
    color: var(--title-color);
    font-size: 20px;
}

.shop-category-list .select-cate select {
    border: 0;
    padding: 5px 10px;
    background: 0;
    color: var(--content-color);
}

.single-product,
.product-shop-items {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.single-product .product-img,
.product-shop-items .product-img {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.single-product .product-img .pro-action,
.product-shop-items .product-img .pro-action {
    position: absolute;
    bottom: -70px;
    right: 0;
    padding: 20px 40px 20px 40px;
    background: var(--text-color);
    transition: all 0.4s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.single-product:hover .product-img .pro-action,
.product-shop-items:hover .product-img .pro-action {
    bottom: 0;
    opacity: 1;
    visibility: visible;
}

.single-product .product-img .pro-action a,
.product-shop-items .product-img .pro-action a {
    margin-right: 20px;
    transition: 0.3s;
}

.single-product .product-img .pro-action a:last-child,
.product-shop-items .product-img .pro-action a:last-child {
    margin-right: 0;
}

.single-product .product-img .pro-action a:hover,
.product-content h4:hover a,
.product-shop-items .product-img .pro-action a:hover,
.product-shop-content-details h4:hover a,
.rating-area a:hover {
    color: var(--primary-color);
}

.product-shop-items .product-img {
    display: flex;
    overflow: visible;
}

.shop-details-area .product-shop-content-details,
.shop-page-area .product-shop-content-details {
    margin-left: 20px;
}

.shop-details-area .product-img img {
    width: 620px;
    height: 470px;
    object-fit: cover;
}

.shop-page-area .product-img img {
    width: 450px;
    height: 470px;
}

.product-offer {
    position: absolute;
    top: 26px;
    left: 30px;
    z-index: 1;
    display: flex;
    flex-direction: column;
}

.product-offer .offer1,
.product-offer .offter2 {
    font-size: 14px;
    font-weight: 500;
    padding: 7px 20px;
    background: var(--primary-color);
    color: var(--text-color);
}

.product-offer .offter2 {
    background: var(--title-color);
}

.product-content .price bdi {
    font-weight: 600;
}

.product-content {
    margin-top: 25px;
}

.product-content h4 {
    font-size: 24px;
}

.product-content h4 a,
.product-shop-content-details h4 a,
.rating-area a {
    transition: 0.3s;
}

.single-product .price del {
    color: var(--content-color);
}

.product-shop-content-details .price del {
    font-size: 16px;
    color: var(--secendary-color);
    margin-right: 10px;
}

.product-shop-content-details .price {
    color: var(--primary-color);
}

.product-shop-content-details .price {
    color: var(--primary-color);
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 6px;
}

.product-shop-content-details h4 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 15px;
}

.rating-area {
    margin-bottom: 20px;
}

.rating-area i {
    color: var(--primary-color);
}

.product-shop-content-details .text {
    font-weight: 500;
    margin-bottom: 30px;
}

.product-shop-content-details .form-card input {
    width: 130px;
    border: 0;
    padding: 14px 27px;
    background: var(--title-color);
    color: var(--text-color);
    margin-right: 20px;
}

.product-shop-content-details .form-card input::placeholder {
    color: var(--text-color);
}

.product-shop-content-details .form-card button[type="submit"] {
    background: var(--primary-color);
    border: 0;
    border-radius: 0;
    padding: 0 30px;
    text-transform: uppercase;
    font-weight: 500;
    transition: all 0.4s ease-in-out;
}

.product-shop-content-details .form-card button[type="submit"]:hover {
    background: var(--title-color);
    color: var(--text-color);
}

.project-card-quantity {
    margin-bottom: 26px;
}

.product-meta .product-cate,
.product-meta .product-tag {
    font-size: 16px;
}

.product-meta .product-cate a,
.product-meta .product-tag a,
.product-meta .product-tag abbr {
    font-size: 16px;
    color: var(--content-color);
    transition: 0.4s;
    font-weight: 500;
}

.product-meta .product-cate a:hover,
.product-meta .product-tag a:hover {
    color: var(--primary-color);
}

.product-meta {
    display: inline-grid;
    gap: 8px;
}

.shop-details-list {
    margin-bottom: 35px;
}

.shop-details-list ul li {
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 500;
    color: var(--title-color);
    display: flex;
    justify-content: start;
    align-items: center;
}

.shop-details-list ul li i {
    margin-right: 15px;
    color: var(--primary-color);
}

.shop-details-tablist {
    margin-top: 70px;
}

.shop-details-tablist .nav-pills {
    gap: 20px;
    margin-bottom: 50px;
}

.shop-details-tablist .nav-pills .nav-link {
    background: var(--primary-color);
    color: var(--text-color);
    padding: 17px 25px;
    border-radius: 0;
    text-transform: uppercase;
    transition: 0.3s linear;
    font-size: 14px;
    font-weight: 700;
}

.shop-details-tablist .nav-pills .nav-link.active,
.shop-details-tablist .nav-pills .show>.nav-link,
.shop-details-tablist .nav-pills .nav-link:hover {
    color: var(--text-color);
    background: var(--title-color);
}

.list-content .what {
    background: var(--primary-color);
    color: var(--text-color);
    padding-left: 10px;
}

.list-content h3 {
    margin-bottom: 0;
    font-size: 36px;
    font-weight: 500;
}

.list-content .form-review input[type="text"],
.list-content .form-review input[type="email"] {
    width: 100%;
    border: 0;
    padding: 15px 30px;
    background: var(--input-bg-color);
}

.list-content .form-review input[type="email"] {
    color: var(--title-color);
}

.list-content .form-review textarea {
    width: 100%;
    border: 0;
    background: var(--input-bg-color);
    padding: 20px 30px;
}

.list-content .form-review label {
    display: block;
    margin-bottom: 5px;
}

label.label-block {
    margin-left: 15px;
}

.rating-form {
    margin-bottom: 25px;
}

.rating-form .rating a {
    font-size: 16px;
    color: var(--primary-color);
}

.shop-details-area .product-shop-items .product-img {
    display: flex;
    width: 22670px;
    position: relative;
    left: 0;
    top: 0;
    z-index: 999;
    opacity: 1;
    transition: transform 0.3s ease-in-out;
}

.shop-page-area .product-shop-items .product-img {
    display: flex;
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
    opacity: 1;
}

.related-post-area {
    padding-top: 0;
}

.product-small-img {
    display: flex;
    align-items: center;
}

.product-item-wrap .product-small-img a img {
    width: 100%;
}

.product-item-wrap {
    margin-top: 20px;
    display: flex;
}

.checkout-alert {
    padding: 20px 40px;
    background: var(--bg-color);
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 3px solid var(--primary-color);
}

.checkout-alert .alert {
    margin: 0;
    padding: 0;
}

.checkout-alert .alert {
    color: var(--content-color);
}

.checkout-alert .alert i {
    color: var(--primary-color);
    margin-right: 10px;
}

.checkout-alert .view-card {
    padding: 14px 24px;
    display: inline-block;
    background: var(--primary-color);
    color: var(--text-color);
    font-weight: 500;
    transition: 0.3s;
}

.checkout-alert .view-card:hover {
    background: var(--title-color);
}

/*================================================ Home One CSS Style ========================================================== */
.home-one.about-us-area.section-padding {
    padding-bottom: 120px;
}

.home-one-menubar-area {
    border-right: 1px solid var(--btn-border);
}

.home-menu-one {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.home-menu-one .menu-icon-wrapper {
    position: relative;
    padding: 44px 70px;
}

.home-menu-one .menu-icon-wrapper .canva-circle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border: 1px solid rgb(26 26 26 / 10%);
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}

.home-three .home-menu-one .menu-icon-wrapper .canva-circle {
    border: 1px solid #FFFFFF1A;
}

.home-one-logo {
    background: var(--primary-color);
    width: 320px;
    height: 148px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu-icon-wrapper {
    cursor: pointer;
}

.menu-icon-wrapper .canva-circle .canva-line.line-1,
.menu-icon-wrapper .canva-circle .canva-line.line-2,
.menu-icon-wrapper .canva-circle .canva-line.line-3,
.menu-icon-wrapper .canva-circle .canva-line.line-4 {
    width: 22px;
    height: 2px;
    background: var(--title-color);
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in-out;
}

.menu-icon-wrapper .canva-circle .canva-line.line-2,
.menu-icon-wrapper .canva-circle .canva-line.line-4 {
    top: 35px;
}

.menu-icon-wrapper .canva-circle .canva-line.line-3,
.menu-icon-wrapper .canva-circle .canva-line.line-4 {
    left: 160%;
}

.menu-icon-wrapper:hover .canva-circle .canva-line.line-1,
.menu-icon-wrapper:hover .canva-circle .canva-line.line-2 {
    left: -30%;
}

.menu-icon-wrapper:hover .canva-circle .canva-line.line-3,
.menu-icon-wrapper:hover .canva-circle .canva-line.line-4 {
    left: 50%;
}

.menu-icon-wrapper .canva-circle .canva-line.line-2,
.menu-icon-wrapper .canva-circle .canva-line.line-4 {
    transition-delay: 100ms;
}

.home-one-menubar-area .header_top {
    background: transparent;
    border-bottom: 1px solid var(--btn-border);
}

.home-one-menubar-area .header_top_left {
    margin-left: 30px;
}

.home-one-menubar-area .header_top_right {
    margin-right: 30px;
}

.home-one-menubar-area .main-menu {
    padding-left: 30px;
}

.home-one-menubar-area .header_top_left ul li,
.home-one-menubar-area .header_top_right ul li,
.home-one-menubar-area .header_top_right ul li {
    color: var(--title-color);
    font-size: 14px;
    font-weight: 500;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.home-one-menubar-area .header_top_left ul li a {
    color: var(--title-color);
    font-size: 16px;
}

.home-one-menubar-area .header_top_left ul li i {
    margin-right: 6px;
    color: var(--primary-color);
}

.home-one-menubar-area .header_top_right ul li a {
    font-size: 14px;
    color: var(--secendary-color);
}

.home-one-menubar-area .main-menu {
    padding-left: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.home-one-menubar-area .about-btn {
    margin-right: 25px;
}

.home-one-menubar-area .about-btn .button-two {
    position: relative;
    z-index: 1;
    background: var(--button-two-color);
    color: var(--text-color);
    transition: all 0.4s;
    padding-right: 35px;
    border: none !important;
    padding: 16px 35px;
}

.home-one-menubar-area .about-btn .button-two i {
    background: transparent;
    position: absolute;
    opacity: 0;
    transition: all 0.4s ease-in-out;
    right: 100px;
}

.home-one-menubar-area .about-btn .button-two:hover i {
    opacity: 1;
    color: var(--text-color);
    right: 0;
}

.home-header-one-location {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 52px 63px;
    color: var(--title-color);
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
}

/*============================================ Start Home One Slider ARea ================================================== */
.home-one-slider .home-hero-content-box {
    padding: 180px 0 140px 0;
}

.home-hero-content-box {
    position: relative;
    z-index: 1;

}

.home-gero-one-slider {
    height: 700px;
    background-size: cover !important;
    background-position: center !important;
}

.home-gero-one-slider {
    height: 700px;
    background-size: cover !important;
    background-position: center !important;
    position: relative;
}

.slider-three::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.1);
}

.home-hero-content-box .home-one-slide-title {
    color: var(--text-color);
    font-size: 55px;
    font-weight: 800;
    text-transform: capitalize;
    line-height: 1.2;
    margin-bottom: 10px;
}

.home-hero-content-box .home-one-description {
    max-width: 800px;
    position: relative;
}

.home-hero-content-box .home-one-description .home-ome-text p {
    color: var(--text-color);
    font-size: 24px;
    line-height: 40px;
    margin: 0;
    font-weight: 500;
    width: 70%;
}

.home-hero-content-box .home-one-description .home-ome-text {
    padding: 70px 10px 10px 0px;
    margin-bottom: 58px;
    margin-top: -50px;
}

.home-hero-content-box .home-one-slide-btn .button-two {
    border: none !important;
    padding: 10px 10px 10px 30px;
}

.home-hero-content-box .home-one-slide-btn .button-two i,
.home-one-servie-tabs-wrap .home-one-tabs-service-content .button-one i,
.about-us-area .button-one i {
    width: 35px;
    height: 35px;
}

.home-one-servie-tabs-wrap .home-one-tabs-service-content .button-one i,
.about-us-area .button-one i {
    line-height: 2.5;
}

.home-hero-content-box .home-one-slide-btn .button-two:hover {
    border: none !important;
}


/* Home One Slider ================ */
.home-one-hero-wrapper {
    position: relative;
    z-index: 0;
}

.home-three-slider .slick-dots {
    position: absolute;
    width: 70px;
    height: 100px;
    background-color: var(--text-color);
    display: flex;
    align-items: center;
    bottom: 0;
    margin: 0;
    padding: 0;
    right: 0;
}

.home-one-hero-wrapper .slick-dots {
    position: absolute;
    width: 500px;
    height: 100px;
    background-color: var(--text-color);
    display: flex;
    align-items: center;
    bottom: 0;
    margin: 0;
    padding: 0;
    right: 0;
}

.home-one-hero-wrapper .slick-dots::before {
    position: absolute;
    content: "";
    width: 100px;
    height: 100%;
    left: -100px;
    top: 0;
    background: var(--primary-color);
    mix-blend-mode: multiply;
}

.home-one-hero-wrapper .slick-dots li:first-child {
    margin-left: 45px;
}

.home-one-hero-wrapper .slick-dots li {
    display: inline-flex;
    margin-top: 4px;
}

.home-one-hero-wrapper .slick-dots li button {
    width: 12px;
    height: 12px;
    display: inline-block;
    font-size: 0;
    line-height: unset;
    background: var(--primary-color);
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
    border: none;
    margin-right: 30px;
}

.home-one-hero-wrapper .slick-dots li.slick-active button {
    outline: 2px solid var(--primary-color);
    outline-offset: 4px;
    background-color: transparent;
}

/*======================================= Home One About Section Area ======================================== */
.home-one {
    padding-top: 70px;
    background: var(--text-color);
}

.home-one .about-content {
    padding: 0;
    background: transparent;
    margin-right: 135px;
}

.home-one .about-card-box {
    position: relative;
    z-index: 1;
    align-content: center;
    align-items: center;
}

.home-one .about-img img {
    height: 653px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.home-one-menubar-area .header_top_left ul li:first-child {
    border-right: 1px solid var(--btn-border);
    padding-right: 20px;
}

@keyframes jumpAni {
    0% {
        transform: translateY(10px);
    }

    40% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(10px);
    }
}

.home-one .about-card-box .experience-img {
    top: 45%;
    animation: jumpAni 6s linear infinite;
}

.home-one .about-card-box .experience-img img {
    border: 4px solid var(--text-color);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

}

.home-one .about-card-box .about-content .about-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

.home-one-menubar-area .header_top_left ul {
    display: flex;
    gap: 21px;
}

@media (max-width: 532px) {
    .home-one {
        padding-top: 10px;
        background: var(--text-color);
    }
}

/*======================================= Home One Tabs Start Tyle ======================================================== */
.all-padding-0 {
    padding: 0;
    margin: 0;
}

.home-one-service-section-area {
    background: var(--title-color);
    position: relative;
    z-index: 1;
}

.home-one-servie-tabs-wrap {
    margin-top: 10px;
    position: relative;
    z-index: 1;
}

.home-one-service-heading .title {
    color: var(--text-color);
}

.home-one-servie-tabs-wrap .nav-pills {
    align-items: center;
    margin-bottom: 50px;
    border: 1px solid var(--button-two-color);
}

.home-one-servie-tabs-wrap .nav-pills li {
    padding: 25px 19px;
    border-right: 1px solid var(--button-two-color);
}

.home-one-servie-tabs-wrap .nav-pills li:first-child {
    padding-left: 26px;
}

.home-one-servie-tabs-wrap .nav-pills li:last-child {
    border: 0;
}

.home-one-servie-tabs-wrap .nav-pills .nav-item .nav-link {
    padding: 20px 52px;
    font-size: 20px;
    position: relative;
    font-weight: 600;
    background: var(--secendary-color);
    mix-blend-mode: multiply;
    overflow: hidden;
    color: var(--text-color);
    border-radius: 0;
}

.home-one-servie-tabs-wrap .home-one-image li button.active::before {
    background: #a72b0e;
    mix-blend-mode: multiply;
}

.home-one-servie-tabs-wrap .home-one-image li button.active {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.home-one-servie-tabs-wrap .home-one-image li button::before {
    position: absolute;
    content: "";
    background: var(--button-two-color);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.home-one-tabs-service-content {
    margin-left: 30px;
}

.home-one-tabs-service-content .title {
    color: var(--text-color);
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 15px;
}

.home-one-tabs-service-content .text {
    margin-bottom: 30px;
}

.home-one-tabs-service-content .about-list-wrap ul li {
    color: var(--text-color);
    margin-bottom: 20px;
}

.home-one-tabs-service-content .about-list-wrap ul li i {
    background: #252525;
    color: var(--text-color);
    border: 1px solid #7a787829;
}

.home-one-tabs-service-content .about-btn .button-one {
    border: none !important;
    ;
}

.home-one-tabs-service-content .about-btn .button-one:hover {
    border: none !important;
}

.home-one-tabs-service-content .about-btn .button-one::after {
    border: none !important;
}

/* Home one service bg image ====================================== */
.home-one-service-area-section {
    position: relative;
    z-index: 1;
}

.home-one-service-bg-img {
    background-image: url('../img/home-one/home-one-feature-shape.png');
    background-position: bottom right;
    z-index: 1;
    display: block;
    animation: flash 5s linear infinite;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-repeat: no-repeat;
    pointer-events: none;
}

/*========================================== Home one Team Area ============================================================= */
.home-one-team-area {
    position: relative;
    z-index: 1;
    background: transparent;
    padding-top: 0;
    background: var(--title-color);
}

.home-one-team-area .title {
    color: var(--text-color);
}

.home-one-project-area .project-item {
    margin: 0;
}

.container-width {
    width: 1620px;
    margin: auto;
}

.home-one-project-item .project-img {
    overflow: hidden;
}

.home-one-project-item .project-img img {
    height: 824px;
}

.project-2 .project-img img {
    height: 400px;
}

.home-one-project-item .project-content-area,
.home-one-project-area .project-2 .project-content-area {
    width: 90%;
    margin: auto;
    position: absolute;
    z-index: 1;
    left: 0;
    color: var(--title-color);
    right: 0;
    padding: 100px 70px;
    overflow: hidden;
}

.home-one-project-item .project-content-area::before,
.home-one-project-area .project-2 .project-content-area::before {
    background: var(--text-color);
    color: var(--title-color);
    position: absolute;
    content: '';
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    transition: all 0.5s;
}

.home-one-project-item .project-content-area h3 a,
.project-item .project-content-area h3 a {
    margin-bottom: 0;
}

.home-one-project-item .project-content-area h3 a,
.home-one-project-area .project-2 .project-content-area h3 a,
.home-one-project-item .project-content-area small {
    color: var(--title-color);
}

.home-one-project-item .project-content-area .projects-cat ul,
.project-item .projects-cat ul {
    display: flex;
    flex-direction: column;
}

.home-one-project-area .project-item .projects-cat ul li:hover {
    color: var(--title-color);
}

.home-one-project-item .project-content-area .projects-cat ul li,
.project-item .projects-cat ul li {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: var(--primary-color);
    transition: all 0.4s;
}

.home-one-project-item .project-content-area .projects-cat ul li {
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.project-item .projects-cat ul li {
    opacity: 0;
    transition: all 0.5s ease-in-out;
    color: var(--text-color);
}



.project-item:hover .project-content-area h3 a,
.project-item:hover .project-content-area .projects-cat ul li {
    opacity: 1;
}

.home-one-project-item .project-content-area .project-box-1 {
    top: -100px;
    right: -100px;
    transition: all 0.4s ease-in-out;
    z-index: 1;
    height: 100px;
    width: 100px;
}

.home-one-project-item .project-content-area .project-box-2 {
    top: -100px;
    right: -100px;
    background: var(--bg-color);
    transition: all 0.5s ease-in-out;
    z-index: -1;
    height: 100px;
    width: 100px;
}

.home-one-project-item:hover .project-box-1 {
    top: 0;
    right: 0;
}

.home-one-project-item:hover .project-box-2 {
    top: 100px;
    right: 100px;

}

.home-one-project-area .project-2 .project-content-area {
    padding: 60px;
}

.home-one-project-area .project-2:hover .project-content-area::before {
    width: 100%;
}

.home-one-project-area .project-2 .project-box-1 {
    top: -62px;
    right: -60px;
    width: 55px;
    height: 55px;
    transition: all 0.5s ease-in-out;
    z-index: 1;
}

.home-one-project-area .project-2 .project-box-2 {
    top: -62px;
    right: -62px;
    width: 55px;
    height: 55px;
    background: var(--bg-color);
    transition: all 0.6s ease-in-out;
    z-index: -1;
}

.home-one-project-area .project-2:hover .project-box-1 {
    top: 0;
    right: 0;
}

.home-one-project-area .project-2:hover .project-box-2 {
    top: 56px;
    right: 56px;
}

/*========================================== Home one Testi Customer Section ================================================================ */
.home-one-testi-area {
    background: var(--text-color);
    padding: 20px 0px 70px;
}

.home-one-testi-area .home-one-testi-content {
    margin-left: 50px;
}

.home-one-testi-area .home-one-testi-content .home-one-testi-customer {
    margin-bottom: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.home-one-testi-area .home-one-testi-content .home-one-testi-customer small {
    margin-left: 20px;
    font-size: 16px;
    color: var(--content-color);
    font-weight: 400;
}

.home-one-testi-area .home-one-testi-content .home-one-testi-title .testi-para {
    font-size: 20px;
    line-height: 30px;
    font-weight: normal;
    margin-bottom: 50px;
}



.home-one-testi-area .home-one-testi-content .author-text h3,
.home-one-testi-area .home-one-testi-content .author-text p {
    margin-bottom: 0;
}

.home-one-testi-area .home-one-testi-content .author-text p {
    color: var(--primary-color);
}

.home-one-testi-area .home-one-testi-thumb {
    position: relative;
    z-index: 1;
}

.home-one-testi-area .home-one-testi-thumb img {
    height: 400px;
    width: 100%;
}

.home-one-testi-area .home-one-testi-thumb::after {
    position: absolute;
    content: '';
    z-index: -1;
}

.home-one-blog-item .author-deatils .about-btn .button-two i,
.blog-post-area-section .recent-post-wrap .about-btn .button-two i {
    width: 25px;
    height: 25px;
}

.home-one-testi-area .home-one-testi-thumb::after {
    position: absolute;
    content: "";
    left: 0%;
    bottom: 7px;
    width: 100%;
    height: 104%;
    border: 1px solid var(--primary-color);
    border-radius: 51% 49% 52% 48% / 45% 43% 57% 55%;
    will-change: border-radius, transform, opacity;
    animation: sliderShape 5s linear infinite;
    display: block;
    transform: rotate(369deg);
    z-index: -1;

}

@keyframes sliderShape {
    0% {
        transform: translateY(0) translateX(0) rotate(0);
    }

    30% {
        transform: translateY(0px) translateX(10px) rotate(1deg);
        transform-origin: center center;
    }

    50% {
        transform: translateY(6px) translateX(2px) rotateX(0deg);
        transform-origin: right bottom;
    }

    80% {
        transform: translateY(5px) translateX(0px) rotate(1deg);
        transform-origin: left top;
    }

    100% {
        transform: translateY(0) translateX(0) rotate(0);
        transform-origin: center center;
    }
}

@media (max-width: 768px) {
    .home-one-testi-area {
        background: var(--text-color);
        padding: 30px 0px 50px;
    }
}


/* leadership profile - view more button  */
.view-more-btn {
    display: inline-block;
    margin-top: 20px;
    font-size: 14px;
    font-weight: 600;
    background: var(--primary-color);
    color: var(--text-color);
    padding: 10px;
    text-decoration: none;
    position: relative;
    transition: 0.3s ease;
}

.view-more-btn::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 0%;
    height: 2px;
    background: var(--primary-color);
    transition: 0.3s ease;
}

.view-more-btn:hover {
    color: var(--text-color);
}

.view-more-btn:hover::after {
    width: 100%;
}

/* ============================================ Home One Counter Area =============================================================== */
.home-one-card-text {
    padding: 26px;
    border: 1px solid var(--btn-border);
    text-align: center;
    background: var(--text-color);
    border-top: 1px solid transparent;
    padding-bottom: 30px;
}

.home-one-card-text .counter-number span {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--primary-color);
}

.home-one-card-text .counter-text span {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.4px;
    color: var(--title-color);
}

.home-one-counter-card .counter-img {
    position: relative;
    z-index: 1;
}

.home-one-counter-card .counter-img img {
    width: 100%;
}

.home-one-counter-card .counter-img::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: transparent;
    mix-blend-mode: multiply;
    top: 0;
    left: 0;
    transition: all 0.4s ease-in-out;
}

.home-one-counter-card:hover .counter-img::before {
    mix-blend-mode: multiply;
    background: rgba(223, 95, 65, 0.73);
}


/*===================================== Home Three Page Start Style =========================================================== */
.home-three {
    background: var(--title-color);
    color: var(--text-color);
}

.home-three .menu-icon-wrapper .canva-circle .canva-line.line-1,
.home-three .menu-icon-wrapper .canva-circle .canva-line.line-2,
.home-three .menu-icon-wrapper .canva-circle .canva-line.line-3,
.home-three .menu-icon-wrapper .canva-circle .canva-line.line-4 {
    background: var(--text-color);
}

.home-three .header_top_left ul li,
.home-three .header_top_right ul li,
.home-three .header_top_right ul li {
    color: var(--text-color);
}

.home-three .header_top_left ul li i {
    color: var(--text-color);
}

.home-three-slider .slick-dots li {
    display: block;
}

.home-three .main-menu li a {
    color: var(--text-color);
}

.home-three .header_top_left .top-email-color {
    color: var(--text-color);
}

.home-three .main-menu ul li ul li a {
    color: var(--title-color);
}

.home-three .main-menu ul li.dropmenu ul.dropdown-menubar a {
    color: var(--title-color);
    transition: all 0.3s;
}

.home-three .main-menu ul li.dropmenu ul.dropdown-menubar a:hover {
    color: var(--primary-color);
}

.home-three .home-header-one-location {
    color: var(--text-color);
}

.home-three .home-one-menubar-area .header_top {
    border-bottom: 1px solid var(--button-two-color);
}

.home-three .home-one-menubar-area {
    border-right: 1px solid var(--button-two-color);
    border-left: 1px solid var(--button-two-color);
}

.home-three .home-one-logo {
    background: transparent;
}

.home-three .home-menu-one .menu-icon-wrapper {
    border-right: 1px solid var(--button-two-color);
}

.home-three .stickey-wrapper.fixed {
    background: var(--title-color);
}

/* ============================================ Home Three About Area Start =================================================== */
.home-three-about-area {
    padding-top: 0;
}

.home-three-about-img {
    position: relative;
    z-index: 1;
}

.home-three-about-counter {
    padding-left: 35px;
    height: 161px;
    position: absolute;
    top: 298px;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 218px;

}

.home-three-about-counter::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: var(--primary-color);
    mix-blend-mode: multiply;
}

.home-three-about-counter .home-three-counter-wrap {
    position: relative;
    z-index: 99;
    padding-right: 30px;
}

.home-three-about-counter .home-three-counter-wrap .counter-number {
    display: flex;
    align-items: end;
    margin-bottom: 8px;
    color: var(--text-color);
}

.home-three-about-counter .home-three-counter-wrap .counter-number span {
    font-size: 36px;
    color: var(--text-color);
}

.home-three-about-counter .home-three-counter-wrap .home-three-counter-title {
    color: var(--text-color);
}

.home-three-title .title span {
    font-size: 48px;
    color: var(--primary-color);
}

/*================================== Home Three Contact us Area ====================================================== */

.get-in-touch-form {
    display: flex;
    justify-content: center;
    align-items: center;

}

.contact-information {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

.contact-information .sub-title {
    text-align: left;
    width: 100%;
}

.home-three-contact-us {
    padding-bottom: 120px;
}

.home-three-contact-us .home-three-contact-wrap {
    display: flex;
}

.home-three-contact-us .home-three-contact-info {
    padding: 0 60px;
    border: 1px solid var(--primary-color);
    border-left: 1px solid transparent;
    display: flex;
    align-items: center;
}

.home-three-contact-us .home-three-contact-info .home-three-contactd-title {
    color: var(--primary-color);
    font-size: 36px;
    font-weight: 600;
}

.home-three-contact-us .home-three-contact-info .home-three-contactd-title a {
    color: var(--primary-color);
}

.home-three-contact-us .home-three-contact-info p {
    font-size: 24px;
}

/*===================================== Home Three Contact Location area df================================= */
.home-three-contact-info-location {
    padding-bottom: 0;
    position: relative;
    z-index: 1;
}

.home-three-contact-info-location .home-three-contact-item {
    padding: 0;
    border-right: 1px solid var(--btn-border);
    background: var(--text-color);
}

.home-three-contact-info-location .home-three-contact-item:last-child {
    border-right: 0;
}

.home-three-contact-single {
    display: flex;
    align-items: self-start;
    background: var(--text-color);
}

.home-three-contact-single:hover .home-three-info-icon svg {
    transform: rotateY(180deg);
}

.home-three-info-icon {
    padding: 35px;
    border-right: 1px solid var(--btn-border);
    border-bottom: 1px solid var(--btn-border);
}

.home-three-info-icon svg {
    transition: all 0.4s ease-in-out;
}

.home-three-contact-info-text {
    padding: 30px 35px 31px 35px;
}

.home-three-contact-info-text h5 {
    color: var(--title-color);
    font-size: 20px;
}

.home-three-contact-info-text p {
    font-size: 16px;
    font-weight: 500;
}

.home-three-contact-info-text .contact-email-address a,
.home-three-contact-info-text .contact-phone-address a {
    display: flex;
    font-size: 17px;
    font-weight: 500;
    color: var(--content-color);
    transition: all 0.4s ease-in-out;
}

.home-three-contact-info-text .contact-email-address a:hover,
.home-three-contact-info-text .contact-phone-address a:hover {
    color: var(--primary-color);
}

.home-three-group-img {
    background-image: url('../img/home-three/service/home-contact-shape.png');
    background-position: 950px 0px;
    display: block;
    animation: flash 5s linear infinite;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-repeat: no-repeat;
    pointer-events: none;
}

@keyframes flash {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 0.4;
    }

    40% {
        opacity: 0.6;
    }

    60% {
        opacity: 1;
    }

    80% {
        opacity: 0.6;
    }

    100% {
        opacity: 0;
    }
}

/*================================== CONTACT MAP SECTION =============================================== */
.contact-map-section {
    width: 100%;
    background: #f9f9f9;
    padding: 0px;
    margin: 0px;
}

.contact-map-section .map-wrapper {
    width: 100%;
    height: 420px;
    position: relative;
    overflow: hidden;
}

.contact-map-section iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
    filter: grayscale(15%);
    transition: 0.3s ease;
}

/* Hover Effect */
.contact-map-section iframe:hover {
    filter: grayscale(0);
}

/* Tablet */
@media (max-width: 991px) {
    .contact-map-section .map-wrapper {
        height: 320px;
    }
}

/* Mobile */
@media (max-width: 575px) {
    .contact-map-section .map-wrapper {
        height: 260px;
    }
}

/*================================== Home Three Top Selling Section =============================================== */
.home-three-padding-top {
    padding-top: 120px;
}


/*=============================================== Home Three Blog Post Area ============================================================= */
.home-three-area .home-one-blog-item .author-deatils h5 {
    border: 1px solid transparent;
    position: relative;
    margin-bottom: 0;
    padding-bottom: 0;
}

.home-three-area .home-one-blog-item .author-deatils h5::after {
    background: transparent;
}

/*================================================== Home Three Priceing Area ==================================================================== */
.home-three-priceing-section-area {
    background: var(--bg-color);
    position: relative;
    z-index: 1;
}

.home-three-price-animation-img {
    background-image: url('../img/home-three/prc-shape-1.png');
    background-position: top right;
    z-index: 1;
    display: block;
    animation: flash 6s linear infinite;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-repeat: no-repeat;
    pointer-events: none;
}

@keyframes flash {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 0.4;
    }

    40% {
        opacity: 0.6;
    }

    60% {
        opacity: 1;
    }

    80% {
        opacity: 0.6;
    }

    100% {
        opacity: 0;
    }
}

.home-three-price-table-wrap {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 50px 60px;
    background: var(--text-color);
    border: 2px solid var(--text-color);
    transition: all 0.4s ease-in-out;
}

.price-box-1 {
    position: absolute;
    content: '';
    width: 40px;
    height: 40px;
    background: var(--primary-color);
    top: -50px;
    right: -50px;
    transition: all 0.4s ease-in-out;
    z-index: 1;
}

.price-box-2 {
    position: absolute;
    content: '';
    width: 40px;
    height: 40px;
    background: var(--bg-color);
    top: -50px;
    right: -50px;
    transition: all 0.5s ease-in-out;
    z-index: -1;
}

.home-three-price-table-wrap:hover .price-box-1 {
    top: 0;
    right: 0;
}

.home-three-price-table-wrap:hover .price-box-2 {
    top: 40px;
    right: 40px;
}

.home-three-price-content-area .price-title h5 {
    color: var(--title-color);
    font-weight: 700;
    margin-bottom: 10px;
}

.home-three-price-content-area .price h2 {
    font-weight: 700;
    transition: all 0.4s ease-in-out;
}

.home-three-price-table-wrap:hover .price h2 {
    color: var(--primary-color);
}

.home-three-price-content-area .price h2 span {
    color: var(--secendary-color);
    font-weight: 500;
    font-size: 16px;
}

.home-three-price-content-area {
    margin-bottom: 35px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--btn-border);
}

.price-support-list ul li {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: var(--content-color);
}

.price-support-list ul li i {
    color: var(--content-color);
    margin-right: 10px;
    transition: all 0.4s;
}

.home-three-price-table-wrap:hover .price-support-list ul li i {
    color: var(--primary-color);
}

.home-three-price-table-wrap .home-one-slide-btn {
    margin-top: 35px;
}

.home-three-price-table-wrap .home-one-slide-btn .button-two {
    width: 100%;
    text-align: center;
    justify-content: center;
    text-transform: uppercase;
    color: var(--primary-color);
    transition: all 0.4s ease-in-out;
    position: relative;
    z-index: 1;
    border: 0;
    background: var(--bg2-color);
    letter-spacing: 1px;
}

.home-three-price-table-wrap:hover {
    border: 2px solid var(--primary-color);
}

.home-three-price-table-wrap .home-one-slide-btn .button-two i {
    background: transparent;
    color: var(--primary-color);
    font-size: 16px;
    margin-left: 0;
}

.home-three-price-table-wrap:hover .home-one-slide-btn .button-two,
.home-three-price-table-wrap:hover .home-one-slide-btn .button-two i {
    color: var(--text-color);
}

.home-three-price-table-wrap:hover .home-one-slide-btn .button-two::before {
    color: var(--text-color) !important;
    right: 0;
}

.home-three-price-table-wrap .home-one-slide-btn .button-two::before {
    position: absolute;
    content: '';
    z-index: -1;
    background: var(--primary-color);
    width: 100%;
    height: 100%;
    top: 0;
    right: 100%;
    transition: all 0.4s ease-in-out;
    color: var(--text-color);
}

/*=================================
 404 Page not found Section
==================================*/
.not-found-content-area .error-image {
    justify-content: center;
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

.not-found-content-area .not-found-text-wrapper {
    text-align: center;
}

.not-found-content-area .not-found-text-wrapper h1 {
    font-size: 54px;
    line-height: 75px;
    margin-bottom: 0;
    font-weight: 500;
}

.not-found-text-wrapper .about-btn {
    display: flex;
    justify-content: center;
}


/*=================================
 Project Section
==================================*/
.project-sec {
    background-color: var(--gold-bg);
}

.gallery-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 300px);
    gap: 15px;
    padding: 20px;
    max-width: 1200px;
    margin: auto;
}

.item {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

.item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s ease;
}


.item-large {
    grid-row: span 2;
}

.item-wide {
    grid-column: span 2;
}


.item:hover .overlay {
    background: linear-gradient(to top, rgba(29, 108, 26, 0.717), rgba(107, 210, 122, 0.311), 60%, transparent);
}

.overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0px 10px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.2), transparent);
    opacity: 0;
    transition: 0.5s ease;
}

.overlay h3,
.overlay p {
    transform: translateY(30px);
    opacity: 0;
    transition: 0.5s ease;
}

.overlay h3 {
    font-size: 20px;
    font-weight: 600;
    color: var(--text-color);
    margin-bottom: 5px;
}

.overlay p {
    font-size: 14px;
    color: #dcdcdc;
}

.item:hover img {
    transform: scale(1.08);
}

.item:hover .overlay {
    opacity: 1;
}

.item:hover .overlay h3,
.item:hover .overlay p {
    transform: translateY(0);
    opacity: 1;
}

/* Responsive */
@media (max-width: 768px) {

    .gallery-container {
        grid-template-columns: 1fr;
        grid-template-rows: none;
        gap: 15px;
        padding: 15px;
    }

    .item,
    .item-large {
        grid-column: span 1 !important;
        grid-row: span 1 !important;
        height: 250px;
    }

}

.project-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 300px);
    gap: 15px;
    padding: 20px;
    max-width: 1200px;
    margin: auto;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s ease;
}

.item-large {
    grid-row: span 2;
}

.content-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    color: var(--text-color);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
}

.main-title {
    font-size: 28px;
    font-weight: 600;
    transition: 0.4s ease;
}

.hover-content {
    opacity: 0;
    transform: translateY(30px);
    transition: 0.4s ease;
}

.hover-content h3 {
    font-size: 26px;
    margin-bottom: 8px;
}

.hover-content p {
    font-size: 16px;
    color: #ddd;
}

.gallery-item:hover img {
    transform: scale(1.05);
}

.gallery-item:hover .main-title {
    opacity: 0;
    transform: translateY(-20px);
}

.gallery-item:hover .hover-content {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 768px) {
    .project-gallery {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

    .item-large {
        grid-row: span 1;
    }
}
/*=================================
 Service Section
==================================*/
.main-wrapper {
    background-color: #16332d;
    color: var(--text-color);
    padding: 80px 20px;
    font-family: 'Inter', sans-serif;
    display: flex;
    justify-content: center;
}

.main-wrapper-inner {
    background-color: var(--text-color);
    padding: 80px 20px;
    font-family: 'Inter', sans-serif;
    display: flex;
    justify-content: center;
}

.services-section {
    width: 100%;
    max-width: 1280px;
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 50px;
}

.title-group {
    width: 100%;
}

.category-badge {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #beff29;
    margin-bottom: 20px;
    display: flex;
    align-items: s;
    justify-content: center;
}

.category-badge .dash {
    width: 60px;
    height: 2px;
    background: #beff29;
    margin-right: 15px;
}

.main-heading {
    font-size: 40px;
    margin: 0;
    line-height: 1.2;
    text-align: center;

}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 350px);
    justify-content: center;
    gap: 40px;
}

.service-card {
    background: var(--service-gold);
    border-radius: 30px;
    height: 450px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform 0.4s ease;
    animation: fadeInUp 0.6s ease-out both;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;

}

.service-card:hover {
    transform: translateY(-10px);
}

.shape-mask {
    height: 75%;
    /* background-color: #16332d; */
    overflow: hidden;
    clip-path: ellipse(95% 80% at 10% 15%);
}

.shape-mask img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.service-card:hover img {
    transform: scale(1.1);
}

.card-details {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
}

.service-name {
    color: #16332d;
    font-size: 18px;
    margin: 0;
    font-weight: 700;
    width: 80%;
    line-height: 1.5rem;
}

.icon-circle {
    background-color: white;
    color: var(--dark-green);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    transition: transform 0.6s ease;
    padding: 10px;
}

.service-card:hover .icon-circle {
    background-color: #16332d;
    color: var(--primary-color);
    transform: scale(1.08) rotate(50deg);
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 1024px) {
    .services-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }

    .main-heading {
        font-size: 32px;
    }
}

@media (max-width: 992px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width: 600px) {
    .services-grid {
        grid-template-columns: 1fr;
    }

    .header-content {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .main-heading {
        font-size: 26px;
    }

    .service-card {
        height: 360px;
    }

    .service-name {
        margin-top: 20px;
    }
}

.shape-mask {
    height: 80%;
    background-color: #16332d;
    position: relative;
    overflow: visible;
}

.shape-mask img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.floating-icon {
    position: absolute;
    top: 75%;
    left: 18px;
    transform: translateY(-50%);
    width: 75px;
    height: 75px;
    background: var(--text-color);
    border: 1px solid var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
    transition: all 0.4s ease;
}

.floating-icon img {
    width: 45px;
    height: 45px;
    object-fit: contain;
}

.service-card:hover .floating-icon {
    background: var(--primary-color);
    transform: translateY(-50%) scale(1.1);

}

.floating-icon img {
    transition: all 0.4s ease-in-out;
}

.service-card:hover .floating-icon img {
    filter: brightness(0) invert(1);
}

.future-icon-area .future-icon img {
    transition: all 0.4s ease-in-out;
}

.future-card-wrap:hover .future-icon-area .future-icon img {
    animation: bounceIn 0.8s;
}

.future-icon-area .future-icon img {
    width: 40px;
    min-width: 40px;
    transition: all 0.6s ease-in-out;
}

@media (max-width: 991px) {
    .floating-icon {
        width: 65px;
        height: 65px;
        top: 80%;
        left: 15px;
    }

    .floating-icon img {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 576px) {
    .floating-icon {
        width: 60px;
        height: 60px;
        top: 70%;
        left: 12px;
    }

    .floating-icon img {
        width: 40px;
        height: 40px;
    }
}



/* ============================================================ */
.powergent-index {
    padding: 100px 0 60px;
    background: rgba(225, 225, 225, 0.447);
}

.branch-index {
    border: 1px solid #DDDDDD;
    margin-left: 20px;
    margin-bottom: 30px;
    position: relative;
    background-color: var(--text-color);
    transition: all ease 0.4s;
}

.branch-index .branch-head {
    padding: 42px 50px 0 50px;
}

.branch-index .branch-body {
    padding: 25px 50px 40px 50px;
}

.branch-index .branch-list ul {
    margin: 0;
}

.branch-index .branch-list li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 25px;
    transition: all ease 0.4s;
    color: #555;
}

.branch-index .branch-list li:before {
    content: "";
    border: 3px solid var(--primary-color);
    width: 14px;
    height: 14px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 4px;
}

.branch-index .branch-icon {
    width: 105px;
    height: 105px;
    line-height: 105px;
    text-align: center;
    outline: 2px solid var(--primary-color);
    outline-offset: -6px;
    background: var(--text-color);
    border-radius: 50%;
    margin-bottom: -60px;
    position: relative;
    z-index: 1;
    transition: all ease 0.4s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.branch-index .branch-icon img {
    width: 45px;
    height: auto;
    display: block;
}

.branch-index .branch-title {
    margin-bottom: 17px;
    font-size: 28px;
    font-weight: 800px;

}

.branch-index .branch-title a {
    color: var(--dark-green);
}


.branch-index .branch-text {
    color: #555;
    transition: all ease 0.4s;
}

.branch-index .branch-img {
    overflow: hidden;
    margin: 0 20px 0 -20px;
}

.branch-index .branch-img img {
    width: 100%;
    transform: scale(1.01);
    transition: all ease 0.4s;
}

.branch-index .branch-shape-dotted {
    height: 32px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.4s;
}

.branch-index .branch-img {
    position: relative;

    overflow: hidden;
    margin: 0 20px 0 -20px;
    height: 220px;

}

.branch-index .branch-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.4s ease;
}

.branch-index .branch-img::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    background: rgba(200, 200, 200, 0.4);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
}

.branch-index:hover .branch-img::after {
    animation: imageRipple 0.8s ease-out forwards;
}

@keyframes imageRipple {
    0% {
        transform: translate(-50%, -50%) scale(0);
        opacity: 0.6;
    }

    70% {
        transform: translate(-50%, -50%) scale(4);
        opacity: 0.3;
    }

    100% {
        transform: translate(-50%, -50%) scale(5);
        opacity: 0;
    }
}

.branch-action {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.branch-btn {
    width: 45px;
    height: 45px;
    background: var(--primary-color);
    color: var(--text-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-decoration: none;
    transition: 0.3s ease;
}

.branch-btn:hover {
    background: var(--primary-color);
    transform: translateY(-3px);
}

.branch-btn::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: var(--primary-color);
    z-index: -1;
    animation: pulseGlow 2s infinite;
    opacity: 0.6;
}

@keyframes pulseGlow {
    0% {
        transform: scale(1);
        opacity: 0.6;
    }

    70% {
        transform: scale(1.6);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.branch-index:hover .branch-title,
.branch-index:hover .branch-title a {
    color: var(--light-gold) !important;
}

.slick-center .branch-index,
.branch-index:hover {
    background-color: #0e2e29;
    border-color: transparent;
}

.slick-center .branch-index .branch-shape-dotted,
.branch-index:hover .branch-shape-dotted {
    opacity: 1;
    visibility: visible;
    bottom: -30px;
}

.slick-center .branch-index .branch-img img,
.branch-index:hover .branch-img img {
    transform: scale(1.1);
}

.slick-center .branch-index .branch-list li,
.slick-center .branch-index .branch-text,
.branch-index:hover .branch-list li,
.branch-index:hover .branch-text {
    color: #C6C6C6;
}

.slick-center .branch-index .branch-title,
.branch-index:hover .branch-title {
    color: var(--text-color);
}

.slick-center .branch-index .branch-icon,
.branch-index:hover .branch-icon {
    background-color: var(--primary-color);
    outline-color: var(--text-color);
}

.slick-center .branch-index .branch-icon img,
.branch-index:hover .branch-icon img {
    filter: brightness(0) invert(1);
}

/* Responsive */
@media (max-width:1199px) {
    .branch-index .branch-head {
        padding: 30px 30px 0;
    }

    .branch-index .branch-body {
        padding: 25px 30px 30px;
    }
}

@media (max-width:991px) {
    .branch-index {
        margin: 0px 0 15px;
    }

    .branch-index .branch-img {
        margin: 0;
    }

    .branch-index .branch-icon {
        width: 80px;
        height: 80px;
        line-height: 80px;
        margin-bottom: -40px;
    }
}



/* Header Section */
.pg-header {
    width: 100%;
    background: var(--text-color);
    padding: 20px 0;
}

.pg-header-row {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pg-logo img {
    width: 300px;
    height: auto;
    transition: 0.3s ease;
}
/*=================================
 Infrastructure Section
==================================*/
.infrastructure-section {
    padding: 60px 0;
    background: linear-gradient(180deg, #f4f7f9 0%, var(--text-color) 100%);
}


.infrastructure-gallery img {
    width: 100%;
    border-radius: 12px;
    margin-bottom: 20px;
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.08);
    transition: all .35s ease;
}

.infrastructure-gallery img:hover {
    transform: translateY(-5px) scale(1.01);
}


.infrastructure-box {
    background: var(--text-color);
    padding: 28px;
    border-radius: 16px;
    border-left: 4px solid var(--dark-green);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
    margin-bottom: 25px;
}

.infrastructure-box h3 {
    font-size: 21px;
    font-weight: 700;
    color: var(--dark-green);
    margin-bottom: 18px;
}


.facility-list {
    list-style: none;
    padding: 0;
}

.facility-list li {
    padding: 8px 0;
    padding-left: 28px;
    position: relative;
    font-weight: 500;
    color: #2c3e50;
}

.facility-list li::before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 0;
    color: var(--dark-green);
    font-weight: 900;
}


.infrastructure-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.infrastructure-item {
    background: #f1fbff;
    padding: 22px;
    border-radius: 12px;
    text-align: center;
    border: 1px solid #e4f4fb;
    transition: .3s;
}

.infrastructure-item:hover {
    background: #e9f9ff;
    transform: translateY(-3px);
}

.infrastructure-item h4 {
    font-weight: 800;
    color: var(--primary-color);
    margin-bottom: 4px;
}

.infrastructure-item p {
    font-size: 13px;
    font-weight: 600;
    margin: 0;
}

@media(max-width:991px) {
    .infrastructure-grid {
        grid-template-columns: 1fr;
    }
}

/* Workspace Capacity */
.infrastructure-workspace-capacity {
    font-size: 21px;
    font-weight: 700;
    color: var(--dark-green);
    margin-bottom: 18px;

}

.skills-area-section-infra {
    padding: 50px 0px;
    background: var(--text-color);
    position: relative;
    overflow: hidden;
}

.infra-count {
    color: var(--gold-bg);
    font-size: 40px;
}

.infra-subheading {
    color: var(--gold-bg);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 15px;
}

.skills-box-infra {
    padding: 35px 20px;
    background: var(--dark-green);
    margin-bottom: 15px;
}

.skills-bg-img-infra {
    position: absolute;
    right: -116px;
    top: 0;
    width: 50%;
    height: 100%;
}

.skills-bg-img-infra img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media(max-width:1200px) {

    .skills-bg-img-infra {
        position: relative;
        right: 0;
        top: auto;
        width: 100%;
        height: auto;
        margin-top: 30px;
    }

    .skills-bg-img-infra img {
        height: auto;
    }

}

@media(max-width: 992px) {
    .infra-count {
        font-size: 30px;
    }

    .skills-box-infra {
        padding: 15px 10px;
        background: var(--dark-green);
        margin: 0 auto 15px;
        width: 80%;
        text-align: center;

    }
}

/* software tool section style start */
.software-section {
    padding: 60px 0 100px;

    background: rgba(242, 253, 242, 0.324);
}

.software-title {
    font-size: 40px;
    color: var(--title-color);
    margin-bottom: 10px;

}

.software-subtitle {
    font-size: 20px;
    color: var(--secendary-color);
}

.software-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    margin-top: 20px;
}

.software-card {
    background: var(--text-color);
    padding: 25px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
    transition: 0.3s;
}

.software-card i {
    font-size: 40px;
    color: var(--primary-color);
    margin-bottom: 15px;
}

.software-card h4 {
    font-size: 16px;
    font-weight: 700;
    color: var(--dark-green);
}

.software-card p {
    font-size: 16px;
    color: #666;
    margin: 0;
}

.software-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
    background: var(--gold-bg);
}

.software-card:hover i {
    color: var(--dark-green);
}

@media(max-width:991px) {
    .software-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .software-title {
        font-size: 30px;
        margin-bottom: 10px;
        text-align: center;
        line-height: normal;

    }
}

@media(max-width:532px) {
    .software-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}


/*=================================
 Career Section
==================================*/
/* WHY CHOOSE US */
.section-title {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.2;
    color: #111;
    margin-bottom: 10px;
}

.section-sub {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 60px;
}

.why-section {
    padding: 90px 0;
    background: #f6f8f3;
}

.why-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.why-header {
    margin-bottom: 32px;
}

.why-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.why-card {
    background: var(--text-color);

    border: 1px solid #e8ede8;
    border-radius: 12px;
    padding: 20px;
    transition: border-color 0.25s, transform 0.2s;
}

.why-card:hover {
    border-color: var(--primary-color);
    transform: translateY(-2px);
    box-shadow: rgba(161, 248, 172, 0.2) 0px 7px 29px 0px;
}

.why-icon {
    width: 50px;
    height: 50px;
    background: #e8f5e9;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
}

.why-icon svg {
    width: 18px;
    height: 18px;
    stroke: var(--primary-color);
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.why-card h4 {
    font-size: 18px;
    font-weight: 600;
    color: #111;
    margin-bottom: 6px;
}

.why-card p {
    font-size: 16px;
    color: #666;
    line-height: 1.5;
}

.why-right {
    position: relative;
}

.why-image-box {
    width: 100%;
    height: 380px;
    border-radius: 16px;
    overflow: hidden;

}

.why-image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.why-badge {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: var(--gold-bg);
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 12px 18px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.why-badge .badge-num {
    font-size: 22px;
    font-weight: 600;
    color: var(--dark-green);
    line-height: 1;
}

.why-badge .badge-text {
    font-size: 15px;
    color: #888;
    margin-top: 3px;
}


/* ===================== OPEN POSITIONS ===================== */
.positions-section {
    padding: 90px 0;
    background: var(--text-color);
}

.positions-header {
    margin-bottom: 44px;
}

.job-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.job-card {
    background: var(--text-color);
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    transition: border-color 0.25s, transform 0.2s;
}

.job-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--primary-color);
    border-radius: 12px 12px 0 0;
}

.job-card:hover {
    border-color: var(--primary-color);
    transform: translateY(-3px);
}

.job-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #e8f5e9;
    color: #1b5e20;
    font-size: 11px;
    font-weight: 600;
    padding: 4px 11px;
    border-radius: 20px;
    margin-bottom: 14px;
    width: fit-content;
    letter-spacing: 0.5px;
}

.job-badge::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #2e7d32;
}

.job-card h3 {
    font-size: 17px;
    font-weight: 600;
    color: #111;
    margin-bottom: 8px;
    line-height: 1.3;
}

.job-location {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 13px;
    color: #555;
    margin-bottom: 16px;
}

.job-location svg {
    width: 13px;
    height: 13px;
    stroke: #2e7d32;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex-shrink: 0;
}

.job-divider {
    height: 1px;
    background: #f0f0f0;
    margin-bottom: 16px;
}

.job-responsibilities {
    flex: 1;
    margin-bottom: 20px;
}

.resp-label {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #999;
    margin-bottom: 10px;
}

.job-responsibilities ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.job-responsibilities ul li {
    font-size: 13px;
    color: #555;
    line-height: 1.5;
    display: flex;
    align-items: flex-start;
    gap: 9px;
}

.job-responsibilities ul li::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--primary-color);
    margin-top: 5px;
    flex-shrink: 0;
}

.apply-btn {
    width: 100%;
    padding: 11px;
    background: var(--primary-color);
    color: var(--text-color);
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    font-family: 'DM Sans', sans-serif;
    cursor: pointer;
    transition: background 0.2s;
    margin-top: auto;
}

.apply-btn:hover {
    background: #3ea008;
}


/* ===================== APPLICATION FORM ===================== */
.form-section {
    padding: 90px 0;
    background: #f6f8f3;
}

.form-right {
    background: var(--text-color);
    border: 1px solid #e5e5e5;
    border-radius: 14px;
    padding: 32px;
    width: 60%;
    margin: auto;
}

.career-form {
    display: flex;
    flex-direction: column;
    gap: 16px;

}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.form-group label {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: #888;
}

.form-group input,
.form-group select,
.form-group textarea {
    padding: 11px 14px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    font-family: 'DM Sans', sans-serif;
    color: #111;
    outline: none;
    transition: border-color 0.2s;
    width: 100%;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-color: var(--primary-color);
}

.form-group textarea {
    resize: vertical;
    min-height: 100px;
}

/* File upload */
.file-label {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px 14px;
    border: 1px dashed #ccc;
    border-radius: 8px;
    cursor: pointer;
    font-size: 13px;
    color: #888;
    transition: border-color 0.2s, color 0.2s;
}


.submit-btn {
    padding: 13px;
    background: var(--primary-color);
    color: var(--text-color);
    width: 60%;
    margin: auto;
    border: none;
    margin-top: 20px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 500;
    font-family: 'DM Sans', sans-serif;
    cursor: pointer;
    transition: background 0.2s;
}

.submit-btn:hover {
    background: #3ea008;
}


@media (max-width: 960px) {
    .why-inner {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .why-right {
        order: -1;
    }

    .why-image-box {
        height: 260px;
    }

    .job-grid {
        grid-template-columns: 1fr 1fr;
    }

    .form-inner {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .form-right {
        width: 100%;
        margin: auto;
        padding: 32px;
    }
}

@media (max-width: 600px) {
    .form-right {
        width: 100%;
        margin: auto;
        padding: 20px 10px 15px;
    }

    .why-cards {
        grid-template-columns: 1fr;
    }

    .job-grid {
        grid-template-columns: 1fr;
    }

    .form-row {
        grid-template-columns: 1fr;
    }

    .section-title {
        font-size: 26px;
    }

    .why-section,
    .positions-section,
    .form-section {
        padding: 60px 0;
    }
}
/*=================================
 Stoke inner page style Section
==================================*/
.services-one {
    position: relative;
    display: block;
    padding: 80px 0px;
    z-index: 1;
    background: var(--text-color)
}

.services-one__top {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-bottom: 52px;
}

.services-one__top .section-title {
    padding-bottom: 0;
}

.services-one__top-btn {
    position: relative;
    display: block;
    text-align: center;
    top: -8px;
}

.services-one__single {
    position: relative;
    display: block;
    padding-top: 35px;
    margin-bottom: 40px;
}

.services-one__single-icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background-color: var(--text-color);
    border: 5px solid var(--primary-color);
    border-bottom: none;
    margin: 0 auto;
    transition: all 200ms linear;
    z-index: 2;
    border-radius: 50%;
}

.services-one__single:hover .services-one__single-icon {
    background-color: var(--dark-green);
    border: 5px solid var(--dark-green);
}

.services-one__single-icon i {
    font-size: 34px;
    color: var(--dark-green);
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.services-one__single:hover .services-one__single-icon i {
    color: var(--text-color);
}

.services-one__single-content {
    position: relative;
    display: block;
    text-align: center;
    background: var(--gold-bg);
    padding: 50px 20px 20px;
    border-radius: 7px;

}

.services-one__single-text {
    position: relative;
    display: block;

}

.services-one__single-text h4 {
    font-size: 22px;
    line-height: 34px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 14px;
    margin-top: 15px;
}

.services-one__single-text h4 a {
    color: var(--title-color);
}

.services-one__single-text h4 a:hover {
    color: var(--dark-green);
}

.services-one__single-text p {
    margin: 0;
    font-size: 15px;
}

.services-one__single-btn {
    position: relative;
    display: block;
    margin-top: 29px;
    text-align: center;

}


.services-one__single-btn .thm-btn {
    position: relative;
    display: inline-block;
    text-decoration: none;
    overflow: hidden;
    border-radius: 30px;
    background-color: #252525;
    color: var(--text-color);

}


.services-one__single-btn .thm-btn span {
    position: relative;
    display: inline-block;
    padding: 10px 30px;
    font-size: 16px;
    /* line-height: 50px; */
    border-radius: 30px;
    color: var(--text-color);
    font-weight: 500;
    z-index: 1;
    transition: color 0.4s ease;
}


.services-one__single-btn .thm-btn span::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0%;
    background: var(--dark-green);
    border-radius: 30px;
    z-index: -1;
    transition: height 0.4s ease;
}

.services-one__single-btn .thm-btn:hover span::before {
    height: 100%;
}

.services-one__single-btn .thm-btn:hover span {
    color: var(--text-color);
}


.services-one__single-btn .thm-btn i {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.services-one__single-btn .thm-btn i::before,
.services-one__single-btn .thm-btn i::after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    background: var(--dark-green);
    transition: 0.4s;
}

.services-one__single-btn .thm-btn i::before {
    left: 0;
    top: 0;
}

.services-one__single-btn .thm-btn i::after {
    right: 0;
    bottom: 0;
}

.services-one__single-btn .thm-btn:hover i::before,
.services-one__single-btn .thm-btn:hover i::after {
    width: 100%;
}

/*=================================
 Terms & Condition Section
==================================*/
.terms-condition-section {
    background: #f6f8f3;
    padding: 60px 0px;
}

.wrapper {
    max-width: 860px;
    margin: 0 auto;
}

.page-title {
    font-size: 35px;
    font-weight: 700;
    color: var(--title-color);
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}

.page-date {
    font-size: 14px;
    color: var(--primary-color);
    font-weight: 500;
    margin-bottom: 30px;
}

.tnc-box {
    background: var(--text-color);
    border-radius: 10px;
    padding: 40px 44px;
    border: 1px solid #e2e8f0;
}

.tnc-block {
    margin-bottom: 15px;
}

.tnc-block:last-child {
    margin-bottom: 0;
}

.tnc-block h2 {
    font-size: 18px;
    font-weight: 700;
    color: #1a201b;
    margin-bottom: 10px;
}

.tnc-block p {
    font-size: 15px;
    color: #4a5568;
    line-height: 1.8;
}

.tnc-block+.tnc-block {
    padding-top: 10px;
    border-top: 1px solid #edf2f7;
}

@media (max-width: 7680px) {
    .page-title {
        font-size: 26px;
        margin-bottom: 0px;
        padding: 0px 5px;
    }

    .page-date {
        font-size: 14px;
        color: var(--primary-color);
        font-weight: 500;
        margin-bottom: 10px;
        padding: 0px 5px;
    }


    .tnc-box {
        padding: 24px 20px;
    }
}

/*=================================
 Sitemap Section
==================================*/
.sitemap-links {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.sitemap-links li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    color: #4a5568;
    margin-left: 20px;
}

.sitemap-links li::before {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--primary-color);
    flex-shrink: 0;
}

.sitemap-links li a {
    color: #12261d;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
    margin: 10px 0 5px;

}

.sitemap-links li a:hover {
    color: var(--primary-color);
}

.sitemap-links li span {
    font-size: 13px;
    color: #9aa5b4;
}

.sitemap-sublinks {
    list-style: none;
    margin-top: 10px;
    margin-left: 28px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.sitemap-sublinks li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #4a5568;
    margin-left: 15px;
}

.sitemap-sublinks li::before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #b0bec5;
    flex-shrink: 0;
}

.sitemap-sublinks li a {
    color: #4a5568;
    text-decoration: none;
    transition: color 0.2s;
}

.sitemap-sublinks li a:hover {
    color: var(--primary-color);
}

@media (max-width: 600px) {
    .sitemap-links li {
        flex-wrap: wrap;
    }
}

/*=================================
 Management Team Section
==================================*/
.team-area-section {
    padding: 80px 0px;
    background: var(--gold-bg);
}

.team-card-wrap {
    position: relative;
    z-index: 1;
    transition: all 0.4s;
    background-size: cover !important;
    background-position: top center !important;
    background-repeat: no-repeat !important;
    width: 90%;
    margin: auto;
    min-height: 400px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.team-card-wrap:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.4s ease-in-out;
}

.team-card-wrap:hover::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(65, 223, 65, 0.65) 100%);
    mix-blend-mode: color;
    z-index: -1;
    transition: all 0.4s ease-in-out;
    opacity: 0.64;
}



.team-text {
    position: absolute;
    left: 30px;
    bottom: 30px;
}

.team-card-wrap:hover .team-text .team-designation::before {
    width: 100%;
    visibility: visible !important;
    background: var(--text-color);
}

.team-card-wrap:hover .team-text .team-name::before {
    width: 100%;
    visibility: visible !important;
    background: var(--primary-color);
}

.team-text .team-designation {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    font-weight: 400;
    display: inline-block;
    transition: all 0.4s;
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 0 20px;
    opacity: 0;
    color: var(--primary-color);
}

.team-card-wrap:hover .team-text .team-designation,
.team-card-wrap:hover .team-text .team-name {
    opacity: 1;
}

.team-text .team-designation::before,
.team-text .team-name::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 0;
    transition: all 0.4s ease-in-out;
    left: 0px;
    z-index: -1;
}

.team-text .team-name::before {
    background: transparent;
}

.team-text .team-name {
    font-size: 18px;
    transition: all 0.6s ease-in-out;
    padding: 0 20px;
    line-height: 54px;
    position: relative;
    z-index: 1;
    opacity: 0;
    text-transform: capitalize;
    font-weight: 600;
}

.team-text .team-name::before {
    background: var(--primary-color);
    transition: all 0.5s ease-in-out;
}

.team-text .team-name a {
    color: var(--text-color);
}

/* Management team popup  section style */
.team-text {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: var(--text-color);
}

.team-name {
    display: flex;
    align-items: center;
    gap: 10px;
}

.management-info-icon i {
    cursor: pointer;
    background: var(--text-color);
    color: var(--primary-color);
    border-radius: 50%;
    padding: 10px;
    font-size: 16px;
}

.management-info-icon:hover i {
    box-shadow: rgba(57, 57, 57, 0.799) 0px 2px 8px 0px;
}

.team-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.popup-content {
    width: 90%;
    max-width: 900px;
    height: 90vh;
    background: var(--text-color);
    border-radius: 12px;
    padding: 30px;
    overflow-y: auto;
    position: relative;
}

.close-btn {
    position: sticky;
    top: 0;
    float: right;
    font-size: 26px;
    cursor: pointer;
}

.close-btn:hover {
    color: red;
}

.management-profile-name {
    font-size: 25px;
    font-weight: 800;
    margin-bottom: 0px;
}

.popup-role {
    color: var(--primary-color);
    font-weight: 600;
    margin-bottom: 15px;
}

.project-heading {
    font-size: 20px;
}

.popup-desc {
    line-height: 1.7;
    margin-bottom: 5px;
    color: var(--content-color);
}

.popup-projects {
    color: var(--content-color);
    line-height: 1.9;
}

.popup-content::-webkit-scrollbar {
    width: 6px;
}

.popup-content::-webkit-scrollbar-thumb {
    background: var(--secendary-color);
    border-radius: 10px;
}


/* management popup - project list */
.project-item {
    position: relative;
    padding-left: 35px;
    margin: 10px 0 14px 20px;
    line-height: 1.6;
    box-shadow: none;
    display: flex;
    align-items: center;
}

.project-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: var(--primary-color);
    border-radius: 50%;
}

.project-item::after {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    text-align: center;
    font-size: 12px;
    color: var(--text-color);
}

@media (max-width: 768px) {
    .popup-content {
        width: 95%;
        height: 90vh;
        padding: 15px;
    }

    .management-profile-name {
        font-size: 22px;
        margin-bottom: 0px;
    }

    .popup-role {
        font-size: 14px;
    }

    .project-heading {
        font-size: 18px;
    }

    .popup-desc {
        font-size: 14px;
    }

    .project-item {
        margin: 0px 0 10px;
        font-size: 14px;
        line-height: normal;
    }
}

@media (max-width: 768px) {
      .team-card-wrap {
        width: 100%;
      }
}
@media (max-width: 600px) {
    .team-card-wrap {
        min-height: unset !important;
        height: 400px !important;    
        width: 80%;
    }
}
@media (max-width: 400px) {
    .team-card-wrap {
        min-height: unset !important;
        height: 400px !important; 
        width: 100%;
    }
}

/* Details engineering services */
/* Power plant engineering service */

.des-service-sec {
    padding: 60px 0;
    background: #f8faf7;
}

.des-service-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

.des-service-content {
    position: relative;
}

.des-service-text {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 30px;
}

.des-service-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.des-list-item {
    display: flex;
    align-items: center;
    gap: 14px;
    background: var(--text-color);
    padding: 18px 22px;
    border-radius: 12px;
    border: 1px solid #e8eee8;
    transition: .3s ease;
    height: 80px;
    padding: 12px;
}

.des-list-item:hover {
    transform: translateX(5px);
    border-color: var(--primary-color);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

.des-list-item i {
    color: var(--primary-color);
    font-size: 18px;
}

.des-list-item span {
    font-size: 15px;
    font-weight: 500;
    color: #222;
}

.des-service-image {
    position: relative;
}

.des-service-image img {
    width: 100%;
    max-height: 500px;
    border-radius: 20px;
    object-fit: cover;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

@media(max-width:991px) {

    .des-service-box {
        grid-template-columns: 1fr;
    }

    .des-service-list {
        display: grid;
        grid-template-columns: 1fr;
        gap: 15px;
    }

}
/*=================================
 Product Section
==================================*/
/* BOILER PLANT ENGINEERING */
.boiler-project-sec {
    padding: 90px 0;
    background: #f8faf7;
}

.boiler-project-card {
    background: var(--text-color);
    border: 1px solid #e6ece6;
    border-radius: 24px;
    padding: 35px;
    display: flex;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 30px;
    transition: .4s ease;
}

.boiler-project-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.06);
    border-color: var(--primary-color);
}

.boiler-project-left {
    min-width: 260px;
}

.boiler-capacity {
    display: inline-block;
    background: var(--dark-green);
    color: var(--text-color);
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 18px;
}

.boiler-project-left h4 {
    font-size: 28px;
    font-weight: 700;
    color: #17342e;
    line-height: 1.4;
}

.project-status {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--primary-color);
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 18px;
}

.pulse-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--primary-color);
    position: relative;
}

.pulse-dot::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: rgba(46, 125, 50, 0.4);
    animation: pulseRing 1.8s infinite;
}

@keyframes pulseRing {

    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(2.8);
        opacity: 0;
    }

}

.boiler-project-right h5 {
    font-size: 24px;
    color: #1c2c26;
    margin-bottom: 12px;
    font-weight: 700;
}

.boiler-project-right p {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    margin: 0;
}

@media(max-width:991px) {

    .boiler-project-card {
        flex-direction: column;
    }

    .boiler-project-left {
        min-width: 100%;
    }

}

@media(max-width:576px) {

    .boiler-project-card {
        padding: 24px;
    }

    .boiler-project-left h4 {
        font-size: 22px;
    }

    .boiler-project-right h5 {
        font-size: 20px;
    }

}

/* ============================
 products 
 ============================== */
.products-section {
    padding: 60px 0;
    background: var(--gold-bg);
}

.products-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.product-menu {
    width: 25%;
    background: var(--text-color);
    border-radius: 10px;
    padding: 25px 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.product-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.product-menu ul li {
    padding: 15px;
    margin-bottom: 10px;
    cursor: pointer;
    border-radius: 6px;
    transition: 0.3s;
    font-weight: 500;
    background: #f1f1f1;
}

.product-menu ul li:hover {
    background: var(--primary-color);
    color: var(--text-color);
}

.product-menu ul li.active {
    background: var(--dark-green);
    color: var(--text-color);
}

.product-content {
    width: 75%;
    background: var(--text-color);
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.content-box {
    display: none;
    animation: fade 0.4s ease-in-out;
}

.content-box.active {
    display: block;
}

@keyframes fade {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 992px) {
    .products-wrapper {
        flex-direction: column;
    }

    .product-menu,
    .product-content {
        width: 100%;
    }

    .product-content {
        padding: 20px;
    }

    .product-menu ul li {
        display: inline-block;
        margin-right: 8px;
    }

}

@media (max-width: 532px) {
    .product-content {
        padding: 15px;
    }
}

/* oil and gas section style start */
.content-box-heading {
    font-size: 32px;
    font-weight: 700;
    color: var(--dark-green);
    margin-bottom: 12px;
    position: relative;
    letter-spacing: -0.5px;
}

.image-grid-one {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 75%;
    height: auto;
    margin: 30px auto;
}

.image-grid-one img {
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.4s ease;
}

.image-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-bottom: 35px;
}

.image-grid img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.4s ease;
}

.image-grid img:hover,
.image-grid-one img:hover {
    transform: translateY(-5px);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.key-highlights-heading {
    font-size: 24px;
    font-weight: 700;
    color: var(--dark-green);
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.highligh-point-ul {
    padding-left: 0;
    list-style: none;
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    margin-left: 20px;
    margin-bottom: 35px;
}

.highligh-point-ul li {
    margin-bottom: 0;
    color: var(--title-color);
    font-size: 16px;
    line-height: 1.6;
    background: transparent;
    padding: 0 0 0 45px;
    border-radius: 0;
    font-weight: 500;
    position: relative;
    display: flex;
    align-items: center;
    min-height: 32px;
}

.highligh-point-ul li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background-color: var(--dark-green);
    color: var(--text-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
}

.technical-box {
    background: var(--gold-bg);
    padding: 24px;
    border-left: 4px solid var(--primary-color);
    border-radius: 12px;
}

@media (max-width: 991px) {
    .highligh-point-ul {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .content-box-heading {
        font-size: 28px;
    }

    .image-grid {
        grid-template-columns: 1fr;
    }

    .image-grid img {
        width: 80%;
        margin: auto;
        height: auto;
    }

    .highligh-point-ul {
        gap: 0px;
        margin-left: 0px;
        margin-bottom: 15px;
    }

    .highligh-point-ul li {
        font-size: 16px;
        margin-bottom: 10px;
        padding: 0 0 0 35px;
    }

    .highligh-point-ul li::before {
        width: 20px;
        height: 20px;
        font-size: 10px;
    }

}

@media (max-width: 532px) {
    .content-box-heading {
        font-size: 23px;
        letter-spacing: normal;
        line-height: normal;
    }

    .image-grid img {
        width: 100%;
        margin: auto;
        height: auto;
    }

    .highligh-point-ul li {
        font-size: 14px;
        margin-bottom: 10px;
        padding: 0 0 0 35px;
    }

    .technical-box {
        background: var(--gold-bg);
        padding: 15px;
    }
}

/* --- IMAGE LIGHTBOX POPUP SYSTEM --- */
.image-lightbox-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(19, 32, 27, 0.95);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease;
}

.image-lightbox-overlay.active {
    opacity: 1;
    pointer-events: auto;
}

.lightbox-wrapper {
    position: relative;
    max-width: 85%;
    max-height: 85vh;
    transform: scale(0.9);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.image-lightbox-overlay.active .lightbox-wrapper {
    transform: scale(1);
}

.lightbox-wrapper img {
    max-width: 100%;
    max-height: 85vh;
    object-fit: contain;
    border-radius: 12px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}

.lightbox-close-btn {
    position: absolute;
    top: -45px;
    right: -10px;
    background: transparent;
    border: none;
    color: var(--text-color);
    font-size: 32px;
    cursor: pointer;
    line-height: 1;
    transition: transform 0.3s ease, color 0.3s ease;
}

.lightbox-close-btn:hover {
    transform: rotate(90deg);
    color: var(--primary-color);
}

.image-grid img {
    cursor: pointer;
}

@media (max-width: 768px) {
    .lightbox-wrapper {
        max-width: 95%;
    }

    .lightbox-close-btn {
        right: 5px;
        top: -40px;
        font-size: 28px;
    }
}

/* afbc boiler */
.boiler-advantages-sec {
    padding: 80px 0 20px 0;
    overflow: hidden;
    background: var(--text-color);
}

.advantages-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.advantages-left-col {
    flex: 1;
    max-width: 55%;
}

.sub-title-tag {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: var(--primary-color);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 8px;
}

.advantages-left-col .main-title {
    font-size: 36px;
    color: #111111;
    font-weight: 700;
    margin: 0 0 15px 0;
    letter-spacing: -0.5px;
}

.title-line {
    width: 60px;
    height: 4px;
    background: var(--primary-color);
    border-radius: 2px;
    margin-bottom: 35px;
}

.advantages-points-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.advantages-points-list li {
    position: relative;
    padding-left: 35px;
    color: #444444;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    display: block;
    text-align: left;
}

.advantages-points-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 2px;
    width: 22px;
    height: 22px;
    font-size: 12px;
    font-weight: 900;
    background: var(--primary-color);
    border-radius: 50%;
    transition: background 0.3s ease;
    color: var(--text-color);
    display: flex;
    justify-content: center;
    align-items: center;
}

.advantages-right-col {
    flex: 1;
    max-width: 45%;
    display: flex;
    justify-content: center;
}

.image-accent-wrapper {
    position: relative;
    padding: 30px 0 0 30px;
    width: 100%;
}

.corner-accent {
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 120px;
    border-top: 15px solid var(--primary-color);
    border-left: 15px solid var(--primary-color);
    z-index: 1;
    pointer-events: none;
}

.image-box {
    position: relative;
    z-index: 2;
    background: var(--text-color);
    border-radius: 4px;
    padding: 0;
    box-shadow: rgba(54, 54, 54, 0.192) 0px 7px 29px 0px;
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1),
        box-shadow 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.image-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(139, 195, 74, 0.164);
    border-color: rgba(139, 195, 74, 0.24);
}

.image-box img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

@media (max-width: 991px) {
    .advantages-row {
        flex-direction: column;
        gap: 40px;
    }

    .advantages-left-col,
    .advantages-right-col {
        max-width: 100%;
        width: 100%;
    }

    .advantages-left-col .main-title {
        font-size: 28px;
    }

    .corner-accent {
        width: 80px;
        height: 80px;
        border-top-width: 10px;
        border-left-width: 10px;
    }
}

@media (max-width: 576px) {
    .boiler-advantages-sec {
        padding: 50px 0;
    }

    .advantages-left-col .main-title {
        font-size: 24px;
    }

    .advantages-points-list li {
        font-size: 14.5px;
    }
}

@media (max-width: 991px) {
    .advantages-row {
        flex-direction: column;
        gap: 40px;
    }

    .advantages-left-col,
    .advantages-right-col {
        max-width: 100%;
        width: 100%;
    }

    .advantages-left-col .main-title {
        font-size: 28px;
    }

    .image-accent-wrapper {
        padding: 30px 0 0 0;
        max-width: 80%;
        margin: 0 auto;
    }

    .corner-accent {
        width: 80px;
        height: 80px;
        border-top-width: 10px;
        border-left-width: 10px;
        left: -15px;
    }
}

@media (max-width: 576px) {
    .boiler-advantages-sec {
        padding: 50px 0;
    }

    .advantages-left-col .main-title {
        font-size: 24px;
    }

    .advantages-points-list li {
        font-size: 14.5px;
    }

    .image-accent-wrapper {
        max-width: 100%;
        padding: 20px 0 0 0;
    }

    .corner-accent {
        left: 0;
        width: 60px;
        height: 60px;
    }
}

/* operating range */
.operating-range-sec {
    padding: 40px 0 60px 0;
    background: var(--text-color);
}

.range-header {
    margin-bottom: 40px;
    text-align: left;
}

.range-header .range-title {
    font-size: 32px;
    color: #111111;
    font-weight: 700;
    margin: 0 0 12px 0;
    letter-spacing: -0.5px;
}

.range-title-line {
    width: 50px;
    height: 4px;
    background: var(--primary-color);
    border-radius: 2px;
}

.range-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.range-card {
    background: var(--text-color);
    border: 1px solid #eaeaea;
    border-radius: 6px;
    padding: 25px 30px;
    display: flex;
    align-items: center;
    gap: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
        box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
        border-color 0.4s ease;
}

.card-icon-box {
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(139, 195, 74, 0.1);
    color: var(--primary-color);
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.card-icon-box svg {
    width: 26px;
    height: 26px;
}

.card-icon-box i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
}

.card-content {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.card-content h3 {
    font-size: 20px;
    font-weight: 700;
    color: #111111;
    margin: 0;
    letter-spacing: -0.2px;
}

.card-content p {
    font-size: 15px;
    color: #666666;
    margin: 0;
    font-weight: 400;
}

.range-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(139, 195, 74, 0.18);
    border-color: rgba(139, 195, 74, 0.3);
}

.range-card:hover .card-icon-box {
    background: var(--primary-color);
    color: var(--text-color);
}

@media (max-width: 991px) {
    .range-cards-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .range-header .range-title {
        font-size: 28px;
    }
}

@media (max-width: 650px) {
    .range-cards-grid {
        grid-template-columns: 1fr;
    }

    .range-card {
        padding: 20px 25px;
    }

    .range-header .range-title {
        font-size: 24px;
    }
}

/* waste heat recovery boiler */
.pg-whrb-modern-nav {
    padding: 80px 0;
    background-color: #f8f9fa;
}

.modern-btn-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 15px;
}

.modern-nav-card {
    background: var(--text-color);
    border-radius: 12px;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none !important;
    position: relative;
    overflow: hidden;
    border: 1px solid #eef0f2;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.modern-nav-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: var(--primary-color);
    transition: width 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.card-left-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 6px;
    transition: transform 0.3s ease;
}

.card-category {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #888888;
    font-weight: 600;
}

.card-title {
    font-size: 18px;
    color: #222222;
    font-weight: 500;
    margin: 0;
    line-height: 1.5;
}

.highlight-text {
    color: #111111;
    font-weight: 700;
    transition: color 0.3s ease;
}

.card-right-arrow {
    position: relative;
    z-index: 2;
}

.arrow-circle {
    width: 45px;
    height: 45px;
    background: #f1f3f5;
    color: #444444;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.modern-nav-card:hover {
    border-color: transparent;
    box-shadow: 0 20px 40px rgba(139, 195, 74, 0.12);
    transform: translateY(-5px);
}

.modern-nav-card:hover::before {
    width: 5px;
}

.modern-nav-card:hover .card-left-content {
    transform: translateX(5px);
}

.modern-nav-card:hover .highlight-text {
    color: var(--primary-color);
}

.modern-nav-card:hover .arrow-circle {
    background: var(--primary-color);
    color: var(--text-color);
    transform: rotate(-45deg);
}

@media (max-width: 991px) {
    .modern-btn-wrapper {
        gap: 20px;
    }

    .card-title {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .modern-btn-wrapper {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .modern-nav-card {
        padding: 24px;
    }
}

/* slop fired */
.pg-custom-range-section {
    padding: 40px 0 60px 0;
    background-color: var(--text-color);
}

.custom-range-wrapper {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
}

.custom-range-box {
    background: var(--text-color);
    padding: 40px 50px 40px 60px;
    position: relative;
    border: 1px solid #eaeaea;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1),
        box-shadow 0.4s cubic-bezier(0.25, 1, 0.5, 1),
        border-color 0.4s ease,
        background-color 0.4s ease;
}

.custom-range-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 100%;
    background-color: #000000;
    transition: background-color 0.4s ease;
}

.custom-range-title {
    font-size: 24px;
    color: #111111;
    font-weight: 600;
    margin: 0 0 12px 0;
    display: flex;
    align-items: center;
    transition: color 0.4s ease;
}

.custom-range-title::before {
    content: "→";
    font-weight: bold;
    color: var(--primary-color);
    width: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-10px);
    display: inline-block;
    transition: width 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
}

.custom-range-text {
    font-size: 16px;
    color: #333333;
    margin: 0;
    font-weight: 400;
}

.custom-range-box:hover {
    transform: translateX(4px);
    background: rgba(139, 195, 74, 0.05);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;

}

.custom-range-box:hover::before {
    background-color: var(--primary-color);
}

.custom-range-box:hover .custom-range-title {
    color: var(--primary-color);
}

.custom-range-box:hover .custom-range-title::before {
    width: 30px;
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

@media (max-width: 768px) {
    .custom-range-box {
        padding: 30px 25px 30px 35px;
    }

    .custom-range-title {
        font-size: 20px;
    }

    .custom-range-text {
        font-size: 14.5px;
    }
}

/* supply of boilers spares */
.spares-gallery-section {
    padding: 60px 0;
    background-color: #f9f9f9;
}

.spares-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
}

.spares-card {
    background: rgb(225, 225, 225);
    border: 1px solid #eaeaea;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.spares-img-box {
    width: 100%;
    height: 250px;
    background: var(--text-color);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}

.spares-img-box img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    transition: transform 0.4s ease;
}

.spares-info {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(225, 225, 225);
    border-top: 1px solid #f0f0f0;
}

.spares-title {
    font-size: 18px;
    color: var(--dark-green);
    font-weight: 600;
    margin: 0;
    transition: color 0.3s ease;
    line-height: normal;
}

.spares-arrow {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: transparent;
    color: #888888;
    font-size: 18px;
    line-height: 1;
    opacity: 0;
    transform: translateX(-10px);
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.spares-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
}

.spares-card:hover .spares-img-box img {
    transform: scale(1.05);
}

.spares-card:hover .spares-title {
    color: var(--primary-color);
}

.spares-card:hover .spares-arrow {
    opacity: 1;
    transform: translateX(0);
    color: var(--text-color);
    background: var(--primary-color);
}

/* --- LIGHTBOX POPUP  --- */
.spares-lightbox {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    align-items: center;
    justify-content: center;
}

.lightbox-content {
    position: relative;
    max-width: 90%;
    max-height: 85vh;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.lightbox-content img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 75vh;
    object-fit: contain;
    border-radius: 4px;
}

.lightbox-caption {
    color: var(--text-color);
    font-size: 20px;
    font-weight: 500;
    margin-top: 15px;
    text-align: center;
}

.lightbox-close {
    position: absolute;
    top: 20px;
    right: 35px;
    color: var(--text-color);
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    transition: color 0.2s ease;
}

.lightbox-close:hover {
    color: var(--primary-color);
}

.lightbox-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.1);
    color: var(--text-color);
    border: none;
    padding: 15px 20px;
    font-size: 24px;
    cursor: pointer;
    border-radius: 4px;
    transition: background 0.2s ease, color 0.2s ease;
    z-index: 10000;
}

.lightbox-nav:hover {
    background: var(--primary-color);
    color: var(--text-color);
}

.prev {
    left: 30px;
}

.next {
    right: 30px;
}

@media (max-width: 768px) {
    .lightbox-nav {
        padding: 10px 15px;
        font-size: 18px;
    }

    .prev {
        left: 10px;
    }

    .next {
        right: 10px;
    }

    .lightbox-close {
        right: 20px;
        top: 10px;
    }
}

/* fuel section */
.pg-biomass-fuels-section {
    padding: 60px 0 80px 0;
    background-color: #f4f9f1;
    /* Premium Light Green Background */
}

.fuels-header {
    text-align: left;
    margin-bottom: 50px;
    padding-left: 15px;
}

.fuels-main-title {
    font-size: 32px;
    color: #111111;
    font-weight: 700;
    margin: 0 0 10px 0;
    letter-spacing: -0.5px;
}

.fuels-title-line {
    width: 50px;
    height: 4px;
    background: var(--primary-color);
    border-radius: 2px;
}

.fuels-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    padding: 0 15px;
}

.fuel-item-card {
    background: var(--text-color);
    border-radius: 16px;
    padding: 30px 20px;
    text-align: center;
    border: 1px solid rgba(139, 195, 74, 0.15);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
        box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
        border-color 0.4s ease;
}

.fuel-image-wrapper {
    width: 140px;
    height: 140px;
    margin: 0 auto 20px auto;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid #f1f3f5;
    background: var(--text-color);
    transition: border-color 0.4s ease, transform 0.4s ease;
}

.fuel-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.fuel-name {
    font-size: 16px;
    color: #222222;
    font-weight: 600;
    margin: 0;
    line-height: 1.4;
    transition: color 0.3s ease;
}

/* --- PREMIUM HOVER VARIATIONS --- */
.fuel-item-card:hover {
    transform: translateY(-6px);
    border-color: var(--primary-color);
    box-shadow: 0 20px 40px rgba(139, 195, 74, 0.12);
}

.fuel-item-card:hover .fuel-image-wrapper {
    border-color: var(--primary-color);
    transform: scale(1.02);
}

.fuel-item-card:hover .fuel-image-wrapper img {
    transform: scale(1.08);
}

.fuel-item-card:hover .fuel-name {
    color: var(--primary-color);
}

/* --- RESPONSIVE DESIGN --- */
@media (max-width: 991px) {
    .fuels-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 25px;
    }

    .fuels-main-title {
        font-size: 28px;
    }
}

@media (max-width: 768px) {
    .fuels-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .fuel-image-wrapper {
        width: 120px;
        height: 120px;
    }
}

@media (max-width: 480px) {
    .pg-biomass-fuels-section {
        padding: 50px 0;
    }

    .fuels-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }

    .fuels-header {
        text-align: center;
        padding-left: 0;
    }

    .fuels-title-line {
        margin: 0 auto;
    }
}