/*-----------------------------------------------------------------------------------

    [Master Stylesheet]

    Project:    Boltx - Solar Energy and Renewable Energy HTML Template
    
    Version:    1.0

-----------------------------------------------------------------------------------

    [Table of contents]


        01. header
        02. navbar
        03. mobile-nav
        04. mobile-nav.desktop-menu
        05. menu-start svg
        06. Search Popup
        07. btn
        08. hero-section-one
        09. Go To Top
        10. heading
        11. experience
        12. director-renewable
        13. count-style
        14. services
        15. need-expert
        16. phone-number
        17. sustainable-section
        18. heading.two
        19. swiper.project-slider
        20. section-fun-facts
        21. nav-c-slider
        22. blog
        23. partner
        24. footer
        25. subscribe
        26. widget-title
        27. recent-news
        28. footer-bottom
        29. header two
        30. hero-section-two
        31. solar-solution
        32. section-sustainable
        33. progressbar
        34. tab-two-style
        35. battery-energy
        36. team
        37. pricing 
        38. blog-two
        39. section-questions
        40. accordion
        41. footer two
        42. image gallery footer
        43. hero-section-three
        44. services-three
        45. solar-power-save
        46. accordion.two
        47. greener-tomorrowfor-everyone
        48. video
        49. latest-projects-text
        50. energy-projects
        51. section-need-expert
        52. bannr
        53. breadcrumb
        54. our blog
        55. pagination
        56. recent-post
        57. instagram-posts
        58. ul.categories
        59. recent-post.comments
        60. meta
        61. blog-details
        62. share-this
        63. quote
        64. comment
        65. form.leave input
        66. our-projects
        67. ecosystem
        68. company-history
        69. content-page
        70. nice-select
        71. content-page-info
        72. solar-farm
        73. section-project-details
        74. business-plan
        74. services-details
        76. our-projects-two
        77. 404 pag
        78. footer404
        79. Preloader
        

-----------------------------------------------------------------------------------*/
/* General Style */

@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@300;400;500;600;700;800;900&display=swap');

:root {
    --primary-color: #02558d;
    --secondary-color: #ea2727;
    --accent-cyan: #4db8ff;
     --primary-blue: #1a3c5e;
}

body {
    font-family: 'Archivo';
    overflow-x: hidden;
}

section {
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

@media only screen and (max-width: 3000px) and (min-width: 1400px) {
    .container {
        max-width: 1400px;
    }
}

p {
    font-size: 18px;
    line-height: 30px;
    color: #444;
    margin: 0;
    font-weight: 400;
}

* {
    margin: 0;
    padding: 0;
}

a,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    margin: 0;
}

a {
    text-decoration: none;
}

h1 {
    font-size: 70px;
}

h2 {
    font-size: 60px;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

img {
    object-fit: cover;
}

section {
    background-repeat: no-repeat;
    background-size: cover;
}

.no-top {
    padding-top: 0;
}

.no-bottom {
    padding-bottom: 0;
}

ul {
    padding: 0;
    margin: 0;
}

li {
    display: block;
}

figure {
    overflow: hidden;
    margin-bottom: 0;
}

/* top bar */
/* Top bar */
.top-bar {
    background: #02558d;
    color: #fff;
    font-size: 14px;
    width: 100%;
    position: fixed;
    /* fixed to top */
    top: 0;
    left: 0;
    z-index: 9999;
    transition: top 0.5s ease, opacity 0.5s ease;
    /* smooth hide/show */
}




.top-bar-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
}

/* Left side */
.top-left a {
    color: #fff;
    margin-right: 20px;
    text-decoration: none;
}

.top-left a:hover {
    color: #d6d6d6;
    margin-right: 20px;
    text-decoration: none;
}

.top-left i {
    margin-right: 6px;
    color: white;
}

/* Right side social icons */
.top-right a {
    color: #fff;
    margin-left: 15px;
    font-size: 14px;
    transition: 0.3s;
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 50%;
    background-color: transparent;
}

.top-right a:hover {
    background-color: #fff;
    color: #02558d;
}

@media (max-width: 991px) {
    .top-bar {
        display: none;
    }

    .bottom-bar {
        top: 0px;
    }
}

@media (max-width: 767px) {
    .top-bar {
        height: auto;
        line-height: normal;
        padding: 10px 0;
    }

    .bottom-bar {
        top: 0pxpx;
    }
}

/* 01. header */
header {
    position: absolute;
    width: 100%;
    z-index: 1111;
}

.top-bar-slid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 54px;
}

.phone span {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    padding-right: 10px;
}

header .phone a {
    margin-right: 70px !important;
    color: #fff;
}

header .phone a:hover {
    color: var(--theme-colour);
}

.phone {
    display: flex;
    align-items: center;
    position: relative;
    width: fit-content;
}

.phone i {
    margin-right: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 45px;
    padding-bottom: 4px;
    background-color: var(--theme-colour);
    font-size: 24px;
}

.phone i svg {
    width: 22px;
    fill: #fff;
    height: auto;
}

.phone-data {
    display: flex;
    position: relative;
    padding-top: 7px;
}

.phone-data:before {
    position: absolute;
    content: "";
    width: 56vw;
    height: 56px;
    top: -6px;
    border-radius: 50px;
    left: -8%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.bottom-bar {
    background-color: white !important;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 40px;
    width: 100%;
    z-index: 9998;
    transition: top 0.5s ease;
}


@media (min-width: 1400px) {
    .bottom-bar {
        height: 90px;
    }
}

@media (min-width: 1800px) {
    .bottom-bar {
        height: 110px;
    }
}

.bottom-bar-text {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;


}

.bottom-bar-text img {
    width: 200px;


}

/* 02. navbar */

.navbar-links li.active>a {
    color: #e63a27 !important;
    font-weight: 600;
}


.navbar-links li.active>a,
.navbar-links li.active li.active>a {
    color: #e63a27;
    font-weight: 600;
}

.navbar-color {
    background-color: white;
    color: black;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: -1;
    opacity: 0;
    transition: 1s all;
}

.navbar {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    padding: 0;
}

.navbar-logo {
    color: #ff3f34;
    text-decoration: none;
    font-size: 25px;
    padding: 0px 20px;
}

.navbar-links {
    list-style-type: none;
    display: flex;
}

.navbar-links li:not(:last-child) {
    padding-right: 40px;
}

.navbar-links li a {
    display: block;
    text-decoration: none;
    color: #707070;
    transition: 0.4s all;
    padding-bottom: 10px;
    padding-top: 10px;
}

.navbar-links li.navbar-dropdown {
    position: relative;
}

.navbar-links li.navbar-dropdown:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    transform: translatey(0px);
    z-index: 1111;
}

.navbar-links li.navbar-dropdown .sub-menu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    transform: translatey(10px);
    left: 0;
    width: 230px;
    box-shadow: 0px 10px 10px 3px hsl(0deg 0% 0% / 16%);
    z-index: 111;
    transition: 0.4s all;
}

.navbar-links li.navbar-dropdown .sub-menu a {
    font-size: 16px;
    padding-left: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 700;
    border: 0;
    position: relative;
    text-transform: capitalize;
    color: #000;
    background-color: #FFF;
}

.navbar-links li.navbar-dropdown .sub-menu li a:hover {
    background: #EA2727 !important;
    color: #fff !important;
}

.navbar-links li.navbar-dropdown .sub-menu li {
    position: relative;
    padding: 0;
}

.navbar-links li.navbar-dropdown .sub-menu li:before {
    content: "";
    z-index: 11;
    position: absolute;
    height: 1px;
    background-color: #58585829;
    width: 75%;
    bottom: 0;
    left: 25px;
}

li.menu-item-children>a:before {
    content: "";
    background-image: url(../img/down-arrow.svg);
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 28px;
    width: 8px;
    height: 8px;
    filter: brightness(0) saturate(100%);
}

.navbar-links li:hover>a {
    color: #EA2727 !important;
    border-bottom: none !important;
}

.navbar-links li>a {
    border-bottom: none !important;
    color: #000 !important;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
}

li.sub-menu-item-children:after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    z-index: 1;
    right: 31px;
    background-color: black;
    clip-path: polygon(68% 50%, 0 0, 0 100%);
    top: 44%;
}

.navbar-links li.navbar-dropdown .sub-menu li:hover .sub-menu {
    opacity: 1;
}

.navbar-links li.navbar-dropdown:hover .sub-menu .sub-menu {
    position: absolute;
    left: 100%;
    border-left: 3px solid var(--theme-colour);
    opacity: 0;
    top: 20%;
}

a.search-btn svg {
    width: 22px;
    height: auto;
    display: flex;
    fill: #fff;
}

.navbar-links li>a i {
    padding-right: 6px;
}

.menu-end a.search-btn {
    margin-right: 34px;
    margin-left: 6px;
}

.menu-end a.search-btn i {
    color: #fff;
    font-size: 24px;
}

.menu-end #show {
    margin-right: 15px;
}

.social-media-text a {
    color: #fff;
    margin-right: 30px;
    position: relative;
}

.social-media-text a i {
    padding-right: 8px;
}

.social-media-text a:hover {
    color: var(--theme-colour);
}

@keyframes fadeInOne {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
    }

    40% {
        opacity: 0;
        -webkit-transform: translateY(80px);
        transform: translateY(80px);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.box form.message .nice-select:before {
    right: 7%;
}

.menu-end {
    display: flex;
    align-items: center;
}

header .line {
    display: block;
    width: 1px;
    height: 14px;
    background-color: black;
    margin: 0px 12px;
}

/* navbar services */
.navbar-links li.navbar-dropdown.menu-item-children>.sub-menu-two {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 500px;
    column-gap: 0;
}

.navbar-links li.navbar-dropdown.menu-item-children>.sub-menu-two li {
    width: 100%;
}

.navbar-links li.navbar-dropdown.menu-item-children>.sub-menu-two li:before {
    width: 80%;
}

.navbar-links li.navbar-dropdown.menu-item-children>.sub-menu-two {
    align-items: start;
}



/* 03. mobile-nav */
.mobile-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 30%;
    height: 100%;
    background-color: var(--primary-color);
    /* red */
    padding: 50px 40px 15px;
    z-index: 5;
    transition: 0.45s ease-in-out;
    transform: translateX(-101%);
    -webkit-transform: translateX(-101%);
    -moz-transform: translateX(-101%);
    -o-transform: translateX(-101%);
    overflow-y: auto;
}

.mobile-nav ul li a svg {
    width: 11px;
}

.for #nav-icon4 {
    color: black;
}

#nav-icon4 span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon4 span:nth-child(2) {
    top: 13px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.responsive-bar {
    display: none;
}

#nav-icon4 span:nth-child(3) {
    top: 25px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon4.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -3px;
    left: 8px;
}

#nav-icon4.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

#nav-icon4.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 35px;
    left: 8px;
}

i#nav-icon4 {
    display: none;
}

#nav-icon4 {
    width: 40px;
    height: 25px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    display: none;
    font-size: 25px;
    color: white;
}

#nav-icon4 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.mobile-nav>ul>li.menu-item-has-children:before {
    color: #fff;
    position: absolute;
    top: 17px;
    right: 0;
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    font-size: 11px;
}

.mobile-nav>ul>li.menu-item-has-children.active:before {
    transform: rotate(90deg);
    color: white;
}

.mobile-nav>ul>li {
    position: relative;
    border-bottom: 0px solid #ffffff6b;
    padding: 10px 0;
    display: block;
}

.mobile-nav>ul>li:not(:last-child) {
    border-bottom: 1px solid white;
}

.mobile-nav>ul li>a {
    font-size: 14px;
    line-height: 26px;
    text-transform: capitalize;
    color: #fff;
}

.mobile-nav>ul>li>a {
    font-size: 16px;
    line-height: 30px;
}

.mobile-nav>ul>li.menu-item-has-children>ul.sub-menu {
    padding-left: 25px;
    padding-top: 10px;
    padding-bottom: 5px;
    position: absolute;
    height: 0;
    opacity: 0;
    visibility: hidden;
    transform: translatey(15px);
    -webkit-transform: translatey(15px);
    -moz-transform: translatey(15px);
    -o-transform: translatey(15px);
    border-top: 1px solid white;
    margin-top: 8px;
}

.mobile-nav>ul>li.menu-item-has-children.active>ul.sub-menu {
    position: relative;
    height: auto;
    opacity: 1;
    visibility: visible;
    transform: translatey(0);
    -webkit-transform: translatey(0);
    -moz-transform: translatey(0);
    -o-transform: translatey(0);
    transition: .5s;
}

.mobile-nav>ul>li.menu-item-has-children.active>ul.sub-menu li {
    padding: 5px 0;
    position: relative;
}

.res-log img {
    width: 200px;
}

.mobile-nav>ul>li.menu-item-has-children.active>ul.sub-menu li:before {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: -13px;
    background-color: white;
}

.res-log {
    margin-bottom: 10px;
}

.res-rights p {
    color: #d6d6d6;
    font-weight: bold;
    letter-spacing: 5px;
    margin-top: 30px;
}

.mobile-nav.open {
    transform: translateX(0) !important;
    z-index: 33333333;
    box-shadow: 3px 3px 39px -4px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 3px 3px 39px -4px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 3px 3px 39px -4px rgba(0, 0, 0, 0.75);
}

li.menu-item-has-children.active {
    background-color: transparent;
}

.mobile-nav a#res-cross:before {
    content: "\f057";
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    width: 35px;
    height: 35px;
    background-repeat: no-repeat;
    position: absolute;
    top: 15px;
    right: 20px;
    color: #fff;
    font-size: 28px;
}

.bar-menu i {
    color: #04568E !important;
    /* humberger */
    font-size: 24px;
}

.bar-menu {
    z-index: 1;
    display: none;
}

.responsive-bar-slider {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.bar-menu i {
    margin-right: 20px;
    font-size: 26px;
}

/* 04. mobile-nav.desktop-menu */
.mobile-nav.desktop-menu {
    width: 400px;
    padding: 40px;
}

.mobile-nav.desktop-menu h2 {
    font-size: 28px;
    margin-bottom: 10px;
}

.mobile-nav.desktop-menu .social-medias a,
.mobile-nav.desktop-menu p,
.mobile-nav.desktop-menu .des {
    color: #000;
}

.mobile-nav.desktop-menu .social-medias a {
    font-size: 16px;
    position: relative;
    margin-right: 30px;
}

.mobile-nav.desktop-menu .social-medias {
    margin-top: 23px;
}

.mobile-nav.desktop-menu .social-medias a:before,
.mobile-nav.desktop-menu .social-medias a:after {
    content: "";
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.mobile-nav.desktop-menu .social-medias a:before {
    border-bottom: 1px solid #6a6a6a;
    width: 100%;
}

.mobile-nav.desktop-menu .social-medias a:after {
    width: 0;
    border-bottom: 1px solid;
}

.mobile-nav.desktop-menu .social-medias a:hover:after {
    width: 100%;
}

.mobile-nav.desktop-menu h3 {
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 12px;
}

.mobile-nav.desktop-menu .des {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 20px;
}

.mobile-nav.desktop-menu .num {
    margin-bottom: 5px;
}

.mobile-nav.desktop-menu .adrs {
    width: 80%;
}

.mobile-nav.desktop-menu img {
    width: 100%;
}

#desktop-menu {
    display: block;
}

.mobile-nav.desktop-menu {
    background-color: #000;
}

.mobile-nav.desktop-menu h2,
.mobile-nav.desktop-menu .des,
.mobile-nav.desktop-menu h3,
.mobile-nav.desktop-menu .social-medias a,
.mobile-nav.desktop-menu .num a,
.mobile-nav.desktop-menu .adrs {
    color: #fff;

}

/* 05. menu-start svg */
.menu-start svg {
    fill: white;
    width: 50px;
    height: 50px;
    margin-left: 10px;
    margin-right: 10px;
}

.menu-start svg:hover .line2 {
    stroke-dasharray: 57 40;
}

.menu-start.open svg:hover .line2 {
    stroke-dasharray: 0 40;
}

.mobile-nav.desktop-menu img:hover {
    transform: scale(1.2);
}

.line {
    fill: none;
    stroke: white;
    stroke-width: 3;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
        stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line1 {
    stroke-dasharray: 60 207;
    stroke-width: 3;
}

.line2 {
    stroke-dasharray: 34 40;
    stroke-width: 3;
}

.line3 {
    stroke-dasharray: 60 207;
    stroke-width: 3;
}

.open .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 3;
}

.open .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 3;
}

.open .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 3;
}

/* 06. Search Popup */
.search-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    margin-top: -540px;
    transform: translateY(-100%);
    background-color: rgba(0, 0, 0, 0.90);
    -webkit-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    /* easeInOutQuint */
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    /* easeInOutQuint */
}

.search-popup {
    width: 100%;
}

.search-active .search-popup {
    transform: translateY(0%);
    margin-top: 0;
}

.search-popup .close-search {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: -200px;
    border-radius: 50%;
    text-align: center;
    background-color: var(--common-colour);
    width: 60px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 500ms ease;
    height: 60px;
    line-height: 70px;
    text-align: center;
    border: 0;
}

.search-active .search-popup .close-search {
    visibility: visible;
    opacity: 1;
    top: 50%;
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}

.search-popup form {
    position: absolute;
    max-width: 700px;
    top: 50%;
    left: 15px;
    right: 15px;
    margin: -35px auto 0;
    transform: scaleX(0);
    transform-origin: center;
    background-color: #111111;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.search-active .search-popup form {
    transform: scaleX(1);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.search-popup .form-group {
    position: relative;
    margin: 0px;
    overflow: hidden;
}

.search-popup p {
    text-align: center;
    color: #bbb;
    padding-bottom: 30px;
    font-size: 20px;
    position: absolute;
    top: -50px;
    width: 100%;
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 50px;
    color: #000000;
    height: 70px;
    width: 100%;
    padding: 10px 30px;
    background-color: #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    font-weight: 500;
    text-transform: capitalize;
    outline: none;
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
    position: absolute;
    right: 30px;
    top: 0px;
    height: 70px;
    line-height: 70px;
    background: transparent;
    text-align: center;
    font-size: 24px;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    border: none;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover {
    color: #000000;
}

.search-popup input::placeholder,
.search-popup textarea::placeholder {
    color: #000000;
}

.search-popup .close-search.style-two {
    position: absolute;
    right: 25px;
    left: auto;
    color: #ffffff;
    width: auto;
    height: auto;
    top: 25px;
    margin: 0px;
    border: none;
    background: none !important;
    box-shadow: none !important;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.search-box-btn {
    display: inline-block;
    padding-left: 22px;
}

.search-box-btn i {
    display: inline-block;
    color: #fff;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    transition: .5s;
}

.upp.search-box-btn i {
    color: #9E9FA1;
}

.search-box-btn.search-box-outer span i {
    font-size: 20px;
    display: inline-block;
    color: #fff;
    padding-left: 17px;
    position: relative;
    z-index: 1;
}

.upp.search-box-btn.search-box-outer span i {
    color: #9E9FA1;
}

.search-box-btn.search-box-outer span i:after {
    position: absolute;
    content: "0";
    right: -10px;
    top: -4px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    background: #ED1C24;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    font-size: 12px;
}

button.close-search i {
    font-size: 25px;
    color: #fff;
    display: inline-block;
}

.header-search-button.search-box-outer {
    padding-top: 18px;
}

/* 07. btn */
.btn {
    font-size: 16px;
    padding: 16px 40px;
    border-radius: 0px;
    font-weight: 900;
    display: inline-flex;
    position: relative;
    overflow: hidden;
    z-index: 0;
    border: 0;
    right: 0;
    color: white;
    background-color: #EA2727;
    transition: .4s all;
}

.btn:before {
    width: 10px;
    height: 10px;
    bottom: 5px;
    right: 5px;
    background-color: #000;
    transition: .4s all;
}

.btn:hover {
    background-color: #ea2727a8;
    /* slide button */
    color: #fff;
}

.btn:hover:before {
    background-color: #fff;
}

/* 08. hero-section-one */
.hero-section-one {
    padding-top: 150px;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);
    padding-bottom: 111px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-section-two .hero-text h1,
.hero-section-one .hero-text h1 {
    transition: all .5s ease;
    transform: translateY(-20px);
}

.hero-section-two .hero-text h1,
.hero-section-one .hero-text h2 {
    transition: all .5s ease;
    transform: translateY(-20px);
}

.hero-text {
    padding-top: 100px;
}

@media (min-width: 2560px) {
    .hero-section-one {
        height: 55vh;
    }

}

.hero-two-slider span,
.hero-section-one .text {
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
    transform: translateX(-50px);
    margin-bottom: 0
}

.slick-active span,
.hero-section-one.swiper-slide-active .text {
    opacity: 1;
    visibility: visible;
    transition-delay: 1.3s;
    transform: translateX(0)
}

.slick-list.draggable {
    margin: 0;
    width: 100%;
}

.link-box {
    transform: scaleY(0);
    transition: all .5s ease;
    transition-delay: 2s;
    transform-origin: bottom;
    margin-bottom: 25px;
}

.hero-section-one.swiper-slide-active .link-box,
.slick-active .link-box {
    transform: scale(1)
}

@keyframes fadeInOne {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
    }

    40% {
        opacity: 0;
        -webkit-transform: translateX(-80px);
        transform: translateX(-80px);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInout {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
    }

    40% {
        opacity: 0;
        -webkit-transform: translateX(80px);
        transform: translateX(80px);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes scale {
    0% {
        transform: scaley(0);
    }

    100% {
        transform: scaley(1);
    }
}

.swiper.hero-one-slider .swiper-pagination {
    position: absolute;
    left: 12%;
    width: fit-content;
    bottom: 11%;
    margin: 0;
}

.swiper.hero-one-slider .swiper-pagination span.swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    border-color: white;
    opacity: 1;
}

.hero-one-slider .swiper-button {
    right: 15%;
    bottom: 10%;
    top: auto;
}

.hero-section-one:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5;
    content: "";
    top: 0;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);
}

.hero-img {
    text-align: center;
    position: relative;
    padding-top: 17px;
}

.hero-img img {
    position: relative;
    padding-left: 30px;
    z-index: 1;
}

.hero-text {
    position: relative;
}

.hero-text h1 {
    color: #fff;
    font-weight: bold;
    text-transform: capitalize;
}

.hero-text h2 {
    color: #fff;
    font-weight: bold;
    text-transform: capitalize;
}

.hero-text p {
    color: #fff;
    padding-top: 10px;
    padding-bottom: 33px;
}

/* 09. Go To Top */
#progress {
    z-index: 1111;
    position: fixed;
    bottom: 20px;
    right: 10px;
    height: 60px;
    width: 60px;
    display: none;
    place-items: center;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

#progress-value {
    display: block;
    height: calc(105% - 10px);
    width: calc(105% - 10px);
    background-color: #ffffff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 35px;
    color: #021a2d;
}

span#progress-value i {
    font-size: 18px;
}

/* 10. heading */
.heading {
    text-align: center;
}

.heading img {
    display: block;
    margin: auto;
    margin-bottom: 24px;
}

.heading {
    width: 68%;
    margin: auto;
    padding-bottom: 50px;
}

.heading span {
    text-transform: uppercase;
    font-weight: 900;
    color: var(--common-colour);
    letter-spacing: 1px;
    padding-bottom: 10px;
    display: block;
}

.heading h2 {
    font-weight: 800;
}

.hover-img figure img {
    margin-left: 30px;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.hover-img:hover figure img {
    margin-left: 0;
}

/* 11. experience */
.experience h3 {
    font-size: 34px;
    font-weight: bold;
    padding-bottom: 10px;
    color: var(--common-colour);
}

.experience p {
    padding-bottom: 30px;
    width: 87%;
}

.experience-img {
    position: relative;
}

/* 12. director-renewable */
.director-renewable {
    display: flex;
    align-items: flex-end;
}

.director-renewable img {
    display: block;
}

.director-renewable>img {
    border: 35px solid #fff;
    z-index: 1;
    position: relative;
    border-left: 20px solid #fff;
    transform: translateY(-65px);
    border-bottom: 0;
}

.director-renewable h4 {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 34px;
}

.director-renewable span {
    font-size: 18px;
    color: #666;
}

/* 13. count-style */
.count-style h2 {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    padding-top: 10px;
}

.count-style p {
    color: #fff;
    font-size: 16px;
}

.count-style {
    width: 220px;
    height: 220px;
    background-color: var(--common-colour);
    border-radius: 50%;
    text-align: center;
    padding-top: 40px;
    position: absolute;
    top: 5%;
    left: 7%;
}

.count-style.two {
    top: auto;
    left: auto;
    bottom: 0%;
    right: 2%;
}

/* 14. services  */
.services h3 a {
    display: inline-block;
    font-size: 26px;
    font-weight: 800;
    position: relative;
    height: 60px;
    width: 100%;
}

.services h3 a:hover {
    color: rgb(197, 197, 197);
}

.services a i {
    width: 60px;
    height: 60px;
    background-color: var(--primary-color);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
    margin-bottom: 25px;
    position: relative;
    transform: rotate(0deg);
}

.services {
    border: 1px solid #999999;
    padding: 0 20px;
    margin-top: 10px;
    margin-bottom: 78px;
    position: relative;
}

.services>img {
    margin-left: -30px;
    margin-bottom: -50px;
    position: relative;
    z-index: 1;
    height: 199px;
    width: 390px;
}

@media (min-width: 1200px) {
    .services>img {
        margin-left: -20px;
    }
}

@media (min-width: 1150px) and (max-width: 1400px) {
    .services>img {
        margin-left: -35px;
        /* adjust as needed */

    }
}

.services p {
    padding-top: 10px;
    padding-bottom: 22px;
    position: relative;
    font-size: 16px;
    height: 145px;
}

.services>i {
    position: relative;
    z-index: 11;
    font-size: 44px;
    margin-bottom: 23px;
    width: 100px;
    height: 100px;
    background-color: #009a4e;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 5px solid #fff;
    outline: 3px solid #ffcc12;
    margin-top: -45px;
    color: #fff;
}

.services:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 0%;
    right: 0;
    z-index: 0;
    bottom: 0;
    background-image: url(../img/services/bluebg-service.png);
    background-size: cover;
}

.services:hover:before {
    height: 100%;
}

.services:hover a,
.services:hover p {
    color: #fff;
}

.services a i:hover {
    transform: rotate(45deg);
}

.services:hover a i {
    background-color: #EA2727;
    color: white;
}

.service-view-btn {
    background: #e63a27;
    color: #fff;
    padding: 12px 25px;
    border-radius: 5px;
    border: none;
    font-size: 16px;
    cursor: pointer;
}

.service-view-btn {
    background: #e63a27;
    color: #fff;
    padding: 12px 30px;
    border-radius: 5px;
    border: none;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: 0.3s ease;
}

.service-view-btn:hover {
    background: #c92f20;
    color: #fff;
}

/* 15. need-expert */
.need-expert {
    display: flex;
    justify-content: space-between;
    padding: 70px;
    align-items: center;
    margin-bottom: 120px;
}

form input,
form textarea {
    width: 100%;
    outline: none;
    height: 60px;
    padding-left: 20px;
    border: 0;
    position: relative;
}

.inputbox,
.textareabox {
    position: relative;
    margin-bottom: 20px;
}

.need-expert form {
    width: 50%;
}

.inputbox:before,
.textareabox:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background-color: #999;
    bottom: 5px;
    right: 5px;
    z-index: 1;
}

form textarea {
    width: 100%;
    outline: none;
    height: 120px;
    padding-left: 20px;
    border: 0;
    padding-top: 14px;
}

.need-expert h4 {
    color: #fff;
    font-size: 50px;
    width: 69%;
    font-weight: 800;
    padding-bottom: 27px;
}

.textareabox:before {
    bottom: 10px;
}

/* 16. phone-number */
.phone-number i {
    width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--theme-colour);
    margin-right: 24px;
    font-size: 40px;
}

.phone-number {
    display: flex;
    align-items: center;
}

.phone-number a {
    border-bottom: 1px solid;
    color: #fff;
    font-size: 34px;
    font-weight: 800;
    display: block;
}

.phone-number a:hover {
    color: var(--theme-colour);
}

.phone-number span {
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 1px;
    font-size: 13px;
}

/* 17. sustainable-section */
.sustainable-section {
    position: relative;
}

.sustainable-section:before {
    clip-path: polygon(0 20%, 100% 0, 100% 100%, 0% 100%);
    z-index: -1;
    background-color: #F8F8F8;
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
}

.nav-pills .nav-link {
    font-size: 20px;
    font-weight: 800;
    border: 1px solid #999;
    border-radius: 0;
    color: #000;
    padding: 0 22px;
    display: flex;
    align-items: center;
    margin-right: 20px;
    background-color: #fff;
}

.nav-pills .nav-link.active {
    color: #fff;
    background-color: #0a8447;
    border-radius: 0;
    border: 0;
}

#v-pills-tab {
    display: ruby-text;
    width: 100%;
    text-align: center;
    margin-bottom: 70px;
}

.nav-pills .nav-link.active {
    color: #fff;
    background-color: #0a8447;
    border-radius: 0;
    border: 0;
}

.nav-pills .nav-link span {
    background-color: var(--theme-colour);
    color: #000;
    width: 75px;
    height: 100px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -10px;
    margin-bottom: -10px;
    margin-right: 18px;
}

.research-analysis h3 {
    font-size: 40px;
    font-weight: 800;
    padding-bottom: 20px;
}

.tab-img {
    position: relative;
    width: 93%;
}

.tab-img img {
    width: 600px;
    height: 400px;
}

.tab-img img.bolt-img {
    position: absolute;
    right: 0;
    width: auto;
}

.research-analysis p {
    padding-bottom: 26px;
}

ul.list-style li {
    position: relative;
    padding-bottom: 16px;
    padding-left: 25px;
    font-size: 18px;
    color: #444444;
}

.experience ul.list-style {
    padding-bottom: 20px;
}

ul.list-style li:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: var(--common-colour);
    top: 7px;
    left: 0;
}

.research-analysis {
    position: relative;
}

.research-analysis span {
    position: absolute;
    right: 0;
    font-weight: 900;
    font-size: 220px;
    bottom: -24%;
    color: #009A4E30;
    line-height: 220px;
}

/* 18. heading.two */
.heading.two {
    margin: 0;
    width: 100%;
    text-align: start;
    position: relative;
}

.heading.two img {
    display: inline-block;
    margin: 0;
    margin-right: 12px;
}

.heading.two span {
    display: inline;
}

.heading.two h2 {
    padding-top: 10px;
}

/* 19. swiper.project-slider */

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 5px;
    left: auto;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 5px;
    right: auto;
}

.swiper-button {
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
    top: 0;
    width: 174px;
    height: 68px;
    z-index: 11;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}

.swiper-button i {
    width: 80px;
    height: 60px;
    background-color: red;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.swiper-button i:hover {
    background-color: rgb(185, 0, 0);
    color: #fff;
}

.swiper-button-next,
.swiper-button-prev {
    width: auto;
}

.projects {
    width: 94%;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.projects a {
    font-size: 24px;
    font-weight: 800;
    padding-top: 20px;
    padding-bottom: 16px;
    display: block;
    line-height: 34px;
}

.projects span {
    font-size: 14px;
    text-transform: initial;
    padding-top: 4px;
    display: block;
    font-weight: 600;
    padding: 5px 10px;
}

.projects>a:hover {
    color: var(--common-colour);
}

.projects h5 {
    font-size: 20px;
    font-weight: 800;
    color: var(--common-colour);
}

.projects img {
    width: 100%;
}

.project-img {
    position: relative;
}

.project-img:before {
    position: absolute;
    width: 100%;
    background-color: #00000050;
    height: 25%;
    opacity: 0;
    content: "";
    bottom: 0;
    left: 0;
    z-index: 1;
}

.projects:hover .project-img:before {
    height: 100%;
    opacity: 1;
}

.project-img>a {
    z-index: 11;
    position: absolute;
    bottom: 12px;
    right: 12px;
    background-color: #04568E;
    color: white;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 22px;
    padding: 0;
}

.project-img>a:hover {
    color: #fff;
    transform: rotate(45deg);
    background-color: #EA2727;
}

.project-img>a i {
    display: contents;
}

.project-img img.bolt-img {
    position: absolute;
    bottom: 0;
    width: 80%;
    right: 0;
    height: auto;
    z-index: 11;
    transform: scale(0);
}

.projects:hover .project-img img.bolt-img {
    transform: scale(1);
}

.projects-title {
    font-weight: 600;
    font-size: 20px;
    color: black;
    padding: 15px 15px;
    color: var(--primary-color);
}

/* project inner section style start */
.projects-inner-title {
    font-weight: 600;
    font-size: 20px;
    color: black;
    padding: 15px 0px;
}

/* ================= INNER PROJECTS ================= */

.inner-projects-section {
    padding: 50px 0;
    background: #f6f8fc;
}

/* GRID */
.inner-project-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 35px;
    margin-top: 30px;
}

/* CARD */
.inner-project-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 12px 30px;
    transition: all 0.35s ease;
    text-align: center;
}

.inner-project-card:hover {
    transform: translateY(-10px);
    box-shadow: rgba(143, 211, 248, 0.2) 0px 18px 45px;
}

/* IMAGE */
.inner-project-img {
    position: relative;
    overflow: hidden;
}

.inner-project-img img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.4s ease;
}

.inner-project-card:hover img {
    transform: scale(1.08);
}

/* Overlay */
.inner-project-img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    opacity: 0;
    transition: 0.3s ease;
}

.inner-project-card:hover .inner-project-img::after {
    opacity: 1;
}

/* TEXT */
.inner-project-card h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 18px 15px 8px;
    color: var(--primary-color);
}

.inner-project-card p {
    font-size: 16px;
    color: #555;
    padding: 0 18px 22px;
    line-height: 1.6;
}

/* ================= RESPONSIVE ================= */

@media (max-width: 768px) {
    .inner-project-img img {
        height: 210px;
    }

    .inner-project-card h4 {
        font-size: 18px;
    }

    .inner-project-card p {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .inner-project-grid {
        gap: 25px;
    }

    .inner-project-img img {
        height: 190px;
    }
}



/* 20. section-fun-facts */

/* about bottom */


.section-fun-facts {
    padding: 30px 0px;
    padding-bottom: 60px;
}

.fun-facts {
    display: flex;
    align-items: center;
    border: 1px solid #D1D1D1;
    padding: 22px 0;
    margin-left: 40px;
    position: relative;
    width: 85%;
    background-color: #fff;
}

.fun-facts:hover {
    box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.15);
}

.fun-facts h2 {
    font-weight: 900;
    font-size: 50px;
}

.fun-facts i {
    width: 110px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color);
    font-weight: 50;
    -webkit-text-stroke: 0px currentColor;
    margin-left: -40px;
    margin-right: 30px;
    font-size: 60px;
    color: #fff;
}

.fun-facts:hover i {
    color: #fff;
    background-color: var(--secondary-color);
}

.fun-facts span {
    font-weight: 700;
    color: #000;
}

.fun-facts h2 span {
    font-weight: 900;
}

.fun-facts img {
    position: absolute;
    right: 0;
    bottom: 0;
}

ul.star {
    display: flex;
    align-items: center;
    margin-top: 10px;
    font-size: 28px;
    gap: 5px;
    color: var(--common-colour);
}

.customer h5 {
    font-size: 18px;
}

.customer {
    padding-top: 30px;
}

/* 21. nav-c-slider */
.nav-c-slider img {
    border-radius: 50%;
    margin: 7px;
    margin-bottom: 2px;
}

.nav-c-slider {
    width: 82%;
}

a.next-slide.nav-active img {
    border: 5px solid var(--theme-colour);
    padding: 5px;
    width: 110px;
}

a.next-slide.nav-active {
    position: relative;
}

.section-customer {
    padding-top: 300px;
}

.section-customer .heading {
    padding-bottom: 30px;
}

.c-slider {
    background-color: var(--common-colour);
    clip-path: polygon(0 20%, 100% 0, 100% 100%, 0% 100%);
    padding-bottom: 106px;
}

.c-slider img {
    margin: auto;
    padding-top: 130px;
}

.c-slider .slick-list {
    text-align: center;
}

.c-slider .slick-list p {
    font-size: 32px;
    line-height: 43px;
    color: #fff;
}

.c-slider .slick-list h3 {
    padding-top: 26px;
    font-size: 32px;
    font-weight: 900;
    color: #fff;
    padding-bottom: 4px;
}

.c-slider .slick-list h5 {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
}

.slick-list {
    margin: auto;
    width: 85%;
    text-align: center;
}

/* 22. blog */
.admin {
    display: flex;
    align-items: center;
}

.admin img {
    border-radius: 50%;
    position: relative;
}

.blog-img {
    position: relative;
}

.blog-img:before {
    width: 100%;
    height: 30%;
    background-color: var(--common-colour);
    opacity: 0;
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
}

.blog:hover .blog-img:before {
    height: 100%;
    opacity: .5;
}

.blog-img .admin {
    z-index: 1;
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.blog:hover figure>img {
    transform: scale(1.1);
}

.blog h4 {
    font-size: 26px;
    font-weight: 800;
    padding-top: 24px;
    padding-bottom: 32px;
    line-height: 34px;
}

.blog {
    width: 96%;
}

.blog figure img {
    width: 100%;
}

.blog>a {
    width: 60px;
    height: 60px;
    background-color: #ECECEC;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 18px;
}

.blog h4 a:hover {
    color: var(--common-colour);
}

.blog>a i {
    display: contents;
}

.blog>a:hover {
    background-color: var(--common-colour);
    color: #fff;
    transform: rotate(45deg);
}

.admin h5 {
    padding: 7px;
    background-color: var(--common-colour);
    padding-left: 35px;
    margin-left: -19px;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
    width: fit-content;
    padding-right: 30px;
}

.admin h6 {
    padding: 7px;
    background-color: var(--theme-colour);
    padding-left: 40px;
    margin-left: -25px;
    font-weight: 900;
    font-size: 16px;
    padding-right: 22px;
}

.center {
    text-align: center;
    margin-top: 54px;
}

.clients-slider .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;

}

.clients-text {
    text-align: center;
    padding-bottom: 50px;
}

.clients-text h3 {
    font-weight: 900;
    text-transform: uppercase;
}

/* 23. partner */
.partner img:hover {
    filter: opacity(0.5);
}

.partner {
    height: 100px;
    width: 100px;
    background-size: contain;
}

.client-title {
    font-size: 32px;
    font-weight: 800;
    margin-top: 40px;
    margin-bottom: 40px;
    color: #04568E;
    text-align: center;

}

.clients-slider {
    padding: 30px 0px;

}

.client-section {
    margin: 0px;
    width: 100%;
    margin: auto;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

/**************************************************************
                         home two 
 ************************************************************* /

/* 29. header two */
header.two {
    position: relative;
    background-color: var(--common-colour);
    padding-bottom: 15px;
}

header.two .header-logo {
    background-color: #fff;
    padding: 14px 25px;
    margin-bottom: -25px;
}

header.two a.btn:hover {
    background-color: #fff;
    color: #000;
}

header.two a.btn:hover:before {
    background-color: #000;
}

/* 30. hero-section-two */
.hero-section-two .hero-text {
    position: relative;
    z-index: 22;
    text-align: left;
}

.hero-section-two .hero-text h1 {
    color: #000;
    padding-bottom: 30px;
}

.hero-section-two .hero-text span {
    font-weight: 900;
    color: #009a4e;
    font-size: 18px;
    padding-bottom: 16px;
    display: block;
}

.hero-section-two .hero-img img {
    margin-left: -48%;
}

/* 31. solar-solution */
.solar-solution img {
    border-radius: 50%;
    border: 7px solid #4440;
    outline: 7px solid var(--theme-colour);
}

.solar-solution:hover a i {
    background-color: transparent;
    color: #000;
    border-color: transparent;
}

.solar-solution {
    text-align: center;
}

.solar-solution i {
    width: 96px;
    height: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--theme-colour);
    border-radius: 50%;
    margin: auto;
    margin-bottom: 10px;
    margin-top: -45px;
    z-index: 11;
    position: relative;
    border: 8px solid #fff;
    font-size: 45px;
}

.solar-solution a i {
    color: #999;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    padding-top: 20px;
    background-color: transparent;
    font-size: 20px;
    margin: auto;
}

.solar-solution a {
    font-size: 22px;
    font-weight: 800;
    text-transform: capitalize;
    color: #000;
    padding-bottom: 8px;
    display: block;
}

.solar-solution:hover>i {
    background-color: var(--common-colour);
    transform: rotate(360deg);
    color: #fff;
}

.solar-solution a:hover {
    color: var(--common-colour);
}

.solar-solution:hover i {
    background-color: var(--common-colour);
}

.solar-solution:hover>img {
    border: 7.5px solid var(--common-colour);
    outline: none;
}

.solar-solution a img {
    border: 0;
    outline: none;
    border-radius: 0;
    margin-top: 30px;
}

/* 32. section-sustainable */
.section-sustainable {
    padding: 35px 0;
}

.section-sustainable .heading h2 {
    color: #fff;
}

.sustainable-text p {
    color: #CECECE;
    width: 90%;
}

.sustainable-text {
    width: 94%;
    margin-left: auto;
}

/* 33. progressbar */
.progressbar {
    display: inline-block;
    width: 58px;
    margin-right: 134px;
}

.circle {
    width: 166px;
    height: 163px;
    margin: 0 auto;
    margin-top: 10px;
    display: inline-block;
    position: relative;
    text-align: center;
    position: relative;
    z-index: 1;
}

.circle canvas {
    vertical-align: middle;
    border-radius: 50%;
}

.circle div {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -86px;
    width: 100%;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 50px;
    transform: translate(10px, 10px);
    font-weight: bold;
    margin-top: -30px;
}

.circle strong i {
    font-style: normal;
    font-size: 0.6em;
    font-weight: normal;
}

.circle span {
    display: block;
    color: black;
    margin-top: 12px;
}

.circle:before {
    content: "Marketing";
    position: absolute;
    top: 65%;
    right: 17%;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
}

.circle.two:before {
    content: "Save Energy";
}

.circle.three:before {
    content: "Development";
}

.progresbar {
    padding-bottom: 50px;
}

/* 34. tab-two-style */
.tab-two-style.nav-pills .nav-link {
    width: 100%;
    display: flex;
    text-align: left;
    align-items: self-start;
    border: 0;
    background-color: transparent;
    padding: 24px 0;
    border-bottom: 1px solid #999999;
    margin: 0;
}

.tab-two-style.nav-pills .nav-link span {
    width: 100%;
    background-color: transparent;
    height: auto;
    margin: 0;
    justify-content: start;
    font-size: 28px;
    padding-left: 24px;
    width: 90%;
}

.tab-two-style div#v-pills-tab {
    border-top: 1px solid #999;
}

.tab-two-style.nav-pills .nav-link.active {
    background-color: transparent;
    border-bottom: 6px solid var(--common-colour);
    color: #000 !important;
}

.tab-two-style.nav-pills .nav-link span {
    width: 79%;
    background-color: transparent;
    text-align: left;
    height: auto;
    margin: 0;
    padding-left: 20px;
}

.tab-two-style.nav-pills .nav-link {
    border-bottom: 1px solid #999;
    padding: 25px 0;
    display: flex;
    align-items: flex-start;
}

.tab-two-style.nav-pills .nav-link span {
    transform: translateY(-2px);
}

.tab-two-style {
    border-top: 1px solid #999;
}

.tab-two-style.nav-pills .nav-link.active {
    background-color: transparent;
    color: var(--common-colour);
    border-bottom: 6px solid var(--common-colour);
}

.tab-two-style.nav-pills .nav-link.active span {
    color: var(--common-colour);
}

.tab-content.tab-two-style {
    position: relative;
    width: 96%;
    margin-left: auto;
}

#v-pills-tabContent {
    border: 0;
}

.tab-content.tab-two-style:before {
    content: "";
    position: absolute;
    width: 91%;
    height: 103%;
    background-color: var(--common-colour);
    right: 17px;
    top: -4%;
}

/* 35. battery-energy */
.battery-energy {
    width: 88%;
    margin-left: auto;
    padding-top: 50px;
    padding-bottom: 120px;
}

.tab-content.tab-two-style .tab-img {
    position: relative;
    width: 93%;
    margin-right: auto;
}

.battery-energy,
.battery-energy p {
    position: relative;
    color: #fff;
}

.battery-energy .d-flex.align-items-center {
    justify-content: space-between;
    margin-top: 50px;
}

.battery-energy i {
    background-color: #fff;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #000;
}

.battery-energy i:hover {
    transform: rotate(45deg);
    background-color: var(--theme-colour);
}

.battery-energy h6 {
    font-size: 30px;
    font-weight: 800;
    color: #fff;
}

/* 36. team */
.management-section {
    padding: 50px 0px 80px;
}

@media (max-width: 767px) {
    .management-section {
        padding: 40px 0px 50px;
    }
}

.team {
    position: relative;
    border: 1px solid var(--primary-color);
    padding: 40px;
    width: 90%;
    padding-bottom: 0;
    margin: auto;
    overflow: hidden;
}

.team img {
    width: 100%;
    position: relative;
    z-index: 1;
    padding-top: 40px;
}

.team .phone {
    z-index: 111;
}

.team .phone a {
    color: #000;
    font-weight: 800;
}

.team h4 {
    font-size: 26px;
    font-weight: 800;
    padding-bottom: 4px;
}

.team h6 {
    font-weight: 800;
    text-transform: uppercase;
    padding-bottom: 16px;
    color: var(--secondary-color);
}

.team:hover {
    border-color: var(--secondary-color);
    box-shadow: 0px 0px 32px 0px rgba(250, 67, 67, 0.15);
    -webkit-box-shadow: 0px 0px 32px 0px rgba(247, 165, 165, 0.15);
    -moz-box-shadow: 0px 0px 32px 0px rgba(249, 172, 172, 0.15);
}

.team:hover>svg {
    filter: brightness(0) saturate(100%) invert(76%) sepia(86%) saturate(1125%) hue-rotate(348deg) brightness(101%) contrast(104%);
}

.pricing-heading .phone a:hover,
.team .phone a:hover {
    color: var(--common-colour);
}

.team ul.social-media {
    position: absolute;
    opacity: 0;
    bottom: 0;
    left: 30%;
}

.team:hover img {
    transform: scale(1.1);
}

.team:hover ul.social-media {
    opacity: 1;
    bottom: 20px;
}

ul.social-media li a {
    color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--common-colour);
}

ul.social-media li a:hover {
    background-color: var(--theme-colour);
    color: #000;
}

ul.social-media {
    display: flex;
    gap: 10px;
    justify-content: center;
    position: relative;
    z-index: 111;
}

/* 37. pricing */
.pricing-heading .phone span {
    font-size: 14px;
    color: #000;
}

.pricing-heading .phone a {
    color: #000;
    display: block;
    font-size: 20px;
    font-weight: 800;
}

.pricing-heading .phone i {
    width: 60px;
    height: 60px;
    font-size: 30px;
}

.pricing-heading .phone svg {
    width: 30px;
}

.pricing-heading p {
    padding-bottom: 20px;
}

.pricing-plan-top {
    padding: 50px;
    border: 6px solid #ffc80b;
    background-color: #fff;
    position: relative;
    width: 95%;
}

.pricing-plan.active .pricing-plan-top,
.pricing-plan:hover .pricing-plan-top {
    border-color: var(--common-colour);
}

.pricing-plan.active .pricing-plan-list i,
.pricing-plan:hover .pricing-plan-list i {
    color: #fff;
    background-color: var(--common-colour);
    transform: rotateY(180deg);
}

.pricing-plan h4 {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 20px;
    padding-bottom: 10px;
}

.pricing-plan h5 {
    font-weight: 800;
    font-size: 80px;
    color: var(--common-colour);
}

.pricing-plan h5 span {
    font-size: 16px;
    color: #000;
}

.pricing-plan-list {
    border: 1px solid #999999;
    margin-left: 25px;
    padding: 40px;
    padding-top: 0;
    margin-top: -52%;
    padding-top: 52%;
}

.pricing-plan-list i {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--theme-colour);
    border-radius: 50%;
    margin-bottom: 20px;
    margin-top: -40px;
    position: relative;
    font-size: 50px;
}

.pricing-plan-list li {
    padding-bottom: 16px;
}

.pricing-plan-list li:not(:last-child) {
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 16px;
}

.pricing-plan-list ul {
    padding-bottom: 20px;
    padding-top: 10px;
}

.pricing-plan-list li img {
    margin-right: 16px;
}

.pricing-plan-top span {
    text-transform: uppercase;
}

.pricing-plan.active .pricing-plan-list,
.pricing-plan:hover .pricing-plan-list {
    background-color: #000;
    border-color: #000;
}

.pricing-plan:hover ul {
    color: #fff;
}

.pricing-plan.active .pricing-plan-list li {
    color: #fff;
}

.pricing-plan.active .pricing-plan-list li:not(:last-child) {
    border-bottom: 1px solid #D9D9D930
}

.pricing-plan:hover .pricing-plan-list li:not(:last-child) {
    border-bottom: 1px solid #D9D9D930;
}

.pricing-plan.active .btn {
    background-color: var(--common-colour);
    color: #FFF;
}

.pricing-plan.active .btn:before {
    background-color: #fff;
}

.pricing-heading {
    padding-bottom: 80px;
}

.pricing-plan {
    width: 95%;
}

/* 38. blog-two */
.blog-two-text {
    width: 33%;
}

.blog-two-text img {
    width: 54px;
    border-radius: 50%;
    border: 3px solid var(--theme-colour);
    margin-right: 16px;
}

.blog-two-text>a {
    font-size: 30px;
    display: block;
    margin-top: 20px;
    margin-bottom: 28px;
    font-weight: 800;
}

.blog-two-text .d-flax a {
    text-transform: uppercase;
    font-weight: 800;
}

.blog-two-text a:hover {
    color: var(--common-colour);
}

.blog-two-text span {
    background-color: var(--common-colour);
    padding: 2px 26px;
    display: inline-block;
    font-weight: 800;
    color: #fff;
}

.blog-two-text h6 {
    margin-left: 16px;
    display: inline-block;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 15px;
}

.blog-two-text h6 i {
    margin-right: 10px;
    font-size: 14px;
}

.blog-two {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blog-two-img {
    width: 57%;
    display: flex;
    position: relative;
    margin-right: 0;
    justify-content: right;
}

.blog-two-img svg {
    position: absolute;
    left: -15%;
    top: 0%;
    z-index: 121;
}

.blog-two-img img {
    width: 100%;
}

.blog-two:hover .blog-two-img img {
    width: 100%;
    transform: scale(1.1);
}

.blog-two+.blog-two {
    margin-top: 50px;
}

/* 39. section-questions */
.questions {
    padding: 45px;
    background-color: var(--common-colour);
    margin-top: 20px;
}

.questions h3 {
    text-transform: uppercase;
    color: #fff;
    font-size: 30px;
    font-weight: 800;
    padding-bottom: 6px;
}

.questions p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 30px;
}

.questions-img:hover img {
    transform: scale(1.1);
}

.btn.bk:hover {
    background-color: #000;
}

/* 40. accordion */
.accordion-item.active .heading {
    color: #bccbb7;
}

.accordion-item.active .icon:before {
    background: #bccbb7;
}

.accordion-item.active .icon:after {
    width: 0;
}

.accordion-item {
    border: 0;
}

.accordion-item.active .icon:before {
    background: #fff;
}

.accordion-item {
    position: relative;
}

.accordion-item:before {
    content: "";
    position: absolute;
    right: 8px;
    bottom: 8px;
    background-color: #999999;
    z-index: 111;
    width: 10px;
    height: 10px;
}

.accordion-item .heading {
    display: block;
    text-transform: capitalize;
    text-decoration: none;
    color: #000000;
    font-weight: 700;
    font-size: 20px;
    position: relative;
    transition: 0.3s ease-in-out;
}

.accordion-item .icon {
    right: 14%;
    display: block;
    position: absolute;
    top: 50%;
    width: 54px;
    height: 54px;
    transform: translateY(-50%);
    left: 13px;
    background-color: white;
    background-color: #feda46;
}

.accordion-item.active .title {
    color: #000;
    border-color: #feda46;
}

.accordion-item .icon:before,
.accordion-item .icon:after {
    content: "";
    width: 14px;
    height: 1px;
    background: #000000;
    position: absolute;
    left: 50%;
    top: 50%;
    transition: 0.3s ease-in-out;
    transform: translate(-50%, -50%);
}

.accordion-item .icon:after {
    transform: translate(-50%, -50%) rotate(90deg);
    z-index: -1;
}

.accordion-item .content {
    display: none;
}

.accordion-item .content p {
    font-size: 18px;
    font-weight: 500;
    color: #666;
    padding-left: 50px;
}

.accordion-item .title {
    text-align: start;
    padding: 24px 80px;
    padding-right: 0;
    color: black;
    font-size: 20px;
    background-color: #fff;
}

.accordion-item .content {
    padding: 12px 36px;
    padding-top: 0px;
    background-color: #24243500;
    padding-bottom: 30px;
}

.accordion-item a.heading {
    width: 100%;
    margin: 0;
    padding: 0;
}

.accordion-item {
    background-color: transparent;
}

.accordion-item:first-of-type {
    border-radius: 0px;
}

.accordion-item.active a.heading {
    color: black;
}

.accordion-item.active .icon {
    background-color: #009a4e;
}

.accordion-item {
    border: 1px solid #999999;
    background-color: #fff;
}

.accordion-item.active {
    border: 1px solid #feda46;
}

.accordion-item:last-of-type {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.section-questions .heading.two {
    margin: 0;
    width: 100%;
    text-align: start;
    padding-bottom: 34px;
}

/* 42. image gallery footer */
ul.image-gallery {
    transform: translateY(-70px);
    z-index: 1;
    margin-bottom: -30px;
}

ul.image-gallery li figure {
    object-fit: cover;
    position: relative;
}

ul.image-gallery li figure:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 0%;
    opacity: 0;
    background-color: var(--common-colour);
}

ul.image-gallery li figure:hover:before {
    opacity: .8;
    height: 100%;
}

ul.image-gallery li figure,
ul.image-gallery li figure img {
    width: 194px;
    height: 140px;
}

ul.image-gallery {
    display: flex;
    position: relative;
    justify-content: center;
    flex-wrap: wrap;
}

/**************************************************************
                         home three 
 ************************************************************* /
/* 43. hero-section-three */
.hero-section-three {
    padding-top: 220px;
    position: relative;
    overflow: visible;
    margin-bottom: 20px;
}

.hero-section-three:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    background-color: #000000d1;
}

.hero-three-text {
    position: relative;
    margin-bottom: 12px;
}

.swiper.hero-three-slider {
    transform: translateY(50px);
    margin-top: -50px;
}

.swiper.hero-two-slider .swiper-pagination,
.swiper.hero-three-slider .swiper-pagination {
    position: absolute;
    right: 0;
    width: fit-content;
    bottom: 15%;
}

.swiper.hero-three-slider .swiper-pagination {
    left: 12%;
}

.swiper.hero-two-slider .swiper-pagination {
    left: 20px;
}

.swiper.hero-two-slider .swiper-pagination-bullet,
.swiper.hero-three-slider .clients-slider-pagination-bullet {
    width: 16px;
    border-radius: 0;
    background-color: transparent;
    border: 6px solid #666;
    height: 16px;
}

.swiper.hero-two-slider .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper.hero-three-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--theme-colour);
    border-color: var(--theme-colour);
}

.hero-three-text h1 {
    color: #fff;
    font-size: 80px;
    text-transform: uppercase;
    font-weight: 900;
    width: 90%;
    padding-bottom: 60px;
}

.hero-three-text h1 span {
    position: relative;
    z-index: 11;
}

.hero-three-text h1 span:before {
    content: "";
    position: absolute;
    width: 100%;
    background-color: var(--common-colour);
    height: 20px;
    bottom: 16px;
    z-index: -1;
}

.hero-three-img {
    display: flex;
}

.hero-three-img p {
    color: #fff;
    width: 64%;
    font-size: 20px;
    line-height: 34px;
    padding-bottom: 20px;
}

.hero-three-img img {
    margin-bottom: -50px;
    z-index: 11;
    position: relative;
}

.hero-three-img img {
    transform: scaleY(0);
    transition: all .5s ease;
    transform-origin: bottom;
}

.swiper-slide-active .hero-three-img img {
    transform: scale(1)
}

.hero-section-three .hero-three-text {
    opacity: 0;
}

.hero-section-three.swiper-slide.swiper-slide-visible.swiper-slide-active,
.hero-section-three.swiper-slide-active .hero-three-text {
    opacity: 1 !important;
}

/* 44. services-three */
.services-three {
    position: relative;
    overflow: hidden;
    clip-path: polygon(0 15%, 100% 15%, 100% 85%, 0 85%);
}

.services-three:before {
    width: 100%;
    height: 100%;
    background-color: #000;
    content: "";
    top: 0;
    opacity: .4;
    position: absolute;
}

.services-three.active {
    clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0 100%);
}

.services-three.active .services-text {
    bottom: 7%;
}

.services-text {
    position: absolute;
    bottom: -16%;
    width: 89%;
    left: 34px;
}

.services-three.active span {
    bottom: 0;
}

.services-three.active p,
.services-three.active a i {
    opacity: 1;
}

.services-three a h4 {
    color: #fff;
    font-size: 34px;
    padding-bottom: 10px;
    font-weight: 700;
}

.services-three p {
    color: #c5c5c5;
    padding-bottom: 10px;
    opacity: 0;
}

.services-three span {
    position: absolute;
    right: -5px;
    bottom: 79px;
    font-size: 200px;
    line-height: 133px;
    font-weight: 800;
    color: #FBC50B50;
}

.services-text a i {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--common-colour);
    border-radius: 50%;
    color: #fff;
    margin-top: 20px;
    font-size: 22px;
    opacity: 0;
}

.services-three:hover {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.services-three:hover span {
    bottom: 0;
}

.services-three:hover p,
.services-three:hover i {
    opacity: 1;
}

.services-three:hover .services-text {
    bottom: 7%;
}

.services-three a:hover h4 {
    color: var(--theme-colour);
}

.services-three a:hover i {
    background-color: var(--theme-colour);
    transform: rotate(45deg);
    color: #000;
}

/* 45. solar-power-save */
.solar-power-save {
    width: 95%;
}

.solar-power-save ul {
    padding: 30px 0;
}

.solar-power-save ul li {
    padding-bottom: 14px;
}

/* 46. accordion.two */
.accordion.two .accordion-item i {
    position: absolute;
    left: 8px;
    font-size: 44px;
    top: 14px;
}

.accordion.two .accordion-item {
    border: 0;
    border-bottom: 1px #999 solid;
}

.accordion.two {
    border-top: 1px solid #999;
}

.accordion.two .accordion-item.active {
    border: 0;
    border-bottom: 5px solid var(--common-colour);
}

.accordion.two .accordion-item.active i {
    color: var(--common-colour);
}

.accordion.two .accordion-item.active .title {
    color: var(--common-colour);
}

.accordion.two .accordion-item .title {
    font-size: 24px;
}

/* 47. greener-tomorrowfor-everyone */
.greener-tomorrowfor-everyone-text {
    padding: 100px 80px;
    width: 44%;
}

.greener-tomorrowfor-everyone-text .heading h2,
.greener-tomorrowfor-everyone-text .heading span {
    color: #fff;
}

.greener-tomorrowfor-everyone-text {
    background-size: cover;
}

.progress_bar span {
    color: #fff;
    display: block;
    transform: translateY(24px);
    text-transform: uppercase;
    font-weight: 700;
}

.progress_bar_item {
    text-align: end;
}

.progress {
    background-color: var(--theme-colour);
    border-radius: 0;
}

.item_bar.cell {
    background-color: #f0f8ff24;
    margin-top: 8px;
}

.greener-tomorrowfor-everyone-text .heading.two {
    padding-bottom: 22px;
}

.greener-tomorrowfor-everyone-text .heading h2 {
    font-size: 50px;
}

.item_value.cell.shrink {
    color: #fff;
}

/* 48. video */
.video i {
    position: absolute;
    animation: shadow-pulse 1s infinite;
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #fff;
    transform: translate(-50%, -50%);
    top: 80%;
    left: 85%;
}

.video i svg {
    width: 18px;
    height: auto;
}

.video i:hover {
    background-color: var(--common-colour);
    animation: shadow-pulse-two 1s infinite;
}

.video i:hover svg {
    filter: invert(1);
}

@keyframes shadow-pulse {
    0% {
        box-shadow: 0 0 0 0px rgb(255 255 255);
    }

    100% {
        box-shadow: 0 0 0 35px rgba(0, 0, 0, 0);
    }
}

@keyframes shadow-pulse-two {
    0% {
        box-shadow: 0 0 0 0px rgb(0 153 78);
    }

    100% {
        box-shadow: 0 0 0 35px rgba(0, 0, 0, 0);
    }
}

.greener-tomorrowfor-everyone {
    display: flex;
}

.greener-tomorrowfor-everyone .video {
    width: 67%;
}

.greener-tomorrowfor-everyone .video img {
    width: 100%;
    height: 100%;
}

/* 49. latest-projects-text */
.latest-projects-text {
    padding: 40px;
    background-color: #000;
    position: absolute;
    bottom: 0;
    left: 30px;
    padding-right: 80px;
}

.latest-projects-text span {
    display: block;
    color: #C5C5C5;
    font-weight: 800;
    font-size: 14px;
    text-transform: uppercase;
}

.latest-projects-text>a {
    display: block;
    color: #fff;
    font-size: 26px;
    font-weight: 800;
}

.latest-projects-text>a:hover {
    color: var(--theme-colour);
}

.latest-projects-text h4 {
    color: var(--common-colour);
    font-size: 20px;
    font-weight: 800;
}

.latest-projects-text p {
    color: #C5C5C5;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.latest-projects-battery {
    padding-top: 0;
    opacity: 0;
    margin-bottom: -120px;
}

.latest-projects:hover .latest-projects-battery {
    padding-top: 20px;
    opacity: 1;
    margin-bottom: 0px;
}

.latest-projects-text a i {
    width: 48px;
    height: 48px;
    color: #000;
    border-radius: 50%;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--theme-colour);
}

.latest-projects-text a:hover i {
    background-color: var(--common-colour);
    color: #fff;
    transform: rotate(45deg);
}

.latest-projects:hover img {
    transform: scale(1.1);
}

.latest-projects {
    position: relative;
    padding-bottom: 30px;
}

.latest-projects-slider .swiper-pagination {
    width: 100%;
    margin-top: 60px;
    position: relative;
}

.swiper.client-reviews-slider {
    padding-bottom: 60px;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: -50px;
}

/* 50. energy-projects */
.energy-projects {
    display: flex;
    align-items: center;
}

.energy-projects+.energy-projects {
    margin-top: 54px;
}

.energy-projects i {
    font-size: 50px;
    color: #fff;
    width: 100px;
    border-radius: 50%;
    margin-right: 20px;
    height: 100px;
    background-color: var(--common-colour);
    border: 3px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: 3px solid var(--theme-colour);
}

.energy-projects:hover i {
    outline-color: var(--common-colour);
    transform: rotate(359deg);
}

.energy-projects a {
    font-size: 24px;
    font-weight: 800;
    padding-bottom: 6px;
    display: block;
}

.energy-projects a:hover {
    color: var(--common-colour);
}

/* 51. section-need-expert */
.section-need-expert {
    position: relative;
    padding-bottom: 160px;
}

.section-need-expert:before {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    background-image: url("../img/from-background.jpg");
    background-repeat: no-repeat;
    top: 0;
}

.section-need-expert:after {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    background-image: url("../img/customer-feedbacks.jpg");
    background-repeat: no-repeat;
    top: 60px;
    right: 0;
    z-index: -1;
}

.section-need-expert .need-expert {
    position: relative;
    padding: 0;
    width: 85%;
    margin-bottom: 0;
}

.section-need-expert .need-expert h4 {
    width: 100%;
}

.section-need-expert .need-expert form {
    width: 100%;
    margin-top: 40px;
}

.client-reviews-slider .swiper-slide {
    display: block;
}

.client-reviews-slider .swiper-slide img {
    width: 90px;
    background-color: var(--common-colour);
    padding: 18px;
    border-radius: 50%;
    margin-right: 16px;
}

.client-reviews-slider .swiper-slide h4 {
    font-size: 32px;
    font-weight: 900;
}

.client-reviews-slider .swiper-slide span {
    text-transform: uppercase;
    color: #000;
}

.client-reviews-slider .swiper-slide p {
    padding-bottom: 20px;
    padding-top: 40px;
    font-size: 32px;
    line-height: 50px;
    color: #000;
    width: 100%;
}

.client-reviews-two h3 {
    font-size: 50px;
    font-weight: 700;
}

.client-reviews-two span {
    text-transform: uppercase;
    font-weight: 700;
    color: var(--common-colour);
}

.client-reviews-two {
    padding-left: 90px;
    padding-top: 60px;
}

span.swiper-pagination-bullet {
    width: 110px;
    border-radius: 0;
    background-color: transparent;
    border: 3px solid #666666;
}

.client-reviews-slider .swiper-pagination {
    width: fit-content;
}

.swiper-pagination {
    margin-top: 39px;
    position: relative;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #EA2727;
    border: 0;
}

/* 52. bannr */
.bannr {
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 84%, 0% 100%);
    padding-top: 280px;
    padding-bottom: 100px;
}

.bannr:before {
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5;
    position: absolute;
    clip-path: polygon(0 0, 100% 0, 100% 84%, 0% 100%);
}

.bannr-text {
    position: relative;
    z-index: 1;
}

.bannr-text h2 {
    font-size: 70px;
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
}

.bannr-text p {
    color: #fff;
    font-size: 22px;
    line-height: 36px;
    padding-top: 20px;
    width: 53%;
}

/* 53. breadcrumb */
.breadcrumb-item+.breadcrumb-item::before {
    color: #ffffff;
    content: var(--bs-breadcrumb-divider, "|");
    padding-left: 15px;
    padding-right: 20px;
}

ol.breadcrumb {
    margin: 0;
    padding: 20px 30px;
    background-color: var(--common-colour);
    margin-top: 70px;
}

ol.breadcrumb a i {
    padding-right: 10px;
    color: #fff;
}

ol.breadcrumb a:hover,
ol.breadcrumb a:hover i {
    color: var(--theme-colour);
}

ol.breadcrumb li,
ol.breadcrumb a {
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
}

.breadcrumb-item.active {
    color: #fff;
}

/* 54. our blog */
.blog h2 {
    color: #fff;
    font-weight: 800;
    color: #000;
    padding-top: 40px;
    font-size: 40px;
    padding-bottom: 20px;
}

.blog p {
    padding-bottom: 35px;
}

.blog h2 a:hover {
    color: var(--common-colour);
}

.our-blog .blog {
    padding-bottom: 60px;
}

/* 55. pagination */
.pagination li a {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50% !important;
    color: #000;
    font-size: 16px;
    font-weight: 800;
    border: 0;
}

ul.pagination li:not(:last-child) {
    margin-right: 10px;
}

ul.pagination {
    background-color: #ECECEC;
    display: flex;
    align-items: center;
    width: fit-content;
    border-radius: 50px;
    padding: 7px;
}

ul.pagination li {
    font-size: 26px;
}

.pagination li a.previous,
.pagination li a.next {
    width: 60px;
    height: 60px;
    background-color: var(--theme-colour);
    font-size: 26px;
}

.pagination li a.previous:hover,
.pagination li a.next:hover {
    background-color: var(--common-colour);
    color: #fff;
}

.pagination li a:hover {
    background-color: var(--common-colour);
    color: #fff;
}

/* 56. recent-post */
.sidebar {
    border: 1px solid #9D9D9D;
    padding: 37px;
}

ul.recent-post li a {
    font-size: 22px;
    font-weight: 800;
    color: #000;
}

ul.recent-post li a:hover {
    color: var(--common-colour);
}

ul.recent-post img {
    width: 100%;
}

ul.recent-post h6 {
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    padding-top: 8px;
    color: var(--common-colour);
}

ul.recent-post li:not(:last-child) {
    border-bottom: 1px solid #9D9D9D;
    margin-bottom: 25px;
    padding-bottom: 25px;
}

ul.recent-post figure {
    padding-bottom: 25px;
}

.sidebar h3 {
    font-size: 24px;
    font-weight: 900;
    text-transform: uppercase;
    padding-bottom: 40px;
    position: relative;
}

.sidebar h3:before {
    content: "";
    position: absolute;
    width: 17%;
    height: 4px;
    background-color: var(--common-colour);
    top: 30px;
}

/* 57. instagram-posts */
.instagram-posts {
    display: flex;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.instagram-posts li {
    width: 33%;
    height: auto;
    padding: 4px;
}

ul.instagram-posts img {
    height: 110px;
    width: 100%;
    object-fit: cover;
}

ul.instagram-posts figure {
    position: relative;
    margin-bottom: 0;
}

ul.instagram-posts figure:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 0%;
    opacity: 0;
    overflow: hidden;
    background-color: var(--common-colour);
}

ul.instagram-posts figure:hover:before {
    opacity: .8;
    height: 100%;
}

.sidebar {
    border: 1px solid #9D9D9D;
    padding: 37px;
    margin-bottom: -1px;
}

/* 58. ul.categories */
ul.categories li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #D9D9D9;
    padding: 3px;
    border-radius: 49px;
    color: #000000;
    font-size: 16px;
    font-weight: 900;
    padding-left: 30px;
    border: 3px solid #fff;
    text-transform: uppercase;
}

ul.categories li a span {
    background-color: white;
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 29px;
}

ul.categories li a:hover span {
    background-color: var(--theme-colour);
    color: #000;
}

ul.categories li {
    padding-bottom: 5px;
}

ul.categories li a:hover {
    background-color: var(--common-colour);
    color: #fff;
}

/* 59. recent-post.comments */
ul.recent-post.comments a {
    text-transform: uppercase;
    font-weight: 900;
    display: block;
}

ul.recent-post.comments p {
    font-size: 16px;
    border-bottom: 1px solid #d1d1d1;
    display: inline;
    line-height: 17px;
    padding-top: 10px;
}

ul.recent-post.comments li:not(:last-child) {
    margin-bottom: 35px;
    padding-bottom: 35px;
}

/* 60. meta */
.meta a {
    font-size: 18px;
    font-weight: 900;
    color: #000;
    position: relative;
    padding-left: 20px;
}

.meta li:not(:last-child) {
    padding-bottom: 15px;
}

.meta a:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background-color: #A8A8A8;
    top: 5px;
    left: 0;
}

.meta a:hover:before {
    background-color: var(--common-colour);
}

.meta a:hover {
    color: var(--common-colour);
}

/* 61. blog-details */
.blog-details ul.list-style li {
    padding-bottom: 14px;
}

.blog-details ul.list-style {
    padding-top: 30px;
    padding-bottom: 30px;
}

.blog-details .video img {
    width: 100%;
}

.comment .btn {
    margin-top: 20px;
}

/* 62. share-this */
.share-this {
    margin-top: 50px;
    display: flex;
    align-items: center;
    background-color: var(--common-colour);
    padding: 30px;
}

.share-this h5 {
    color: #fff;
    text-transform: uppercase;
    padding-right: 42px;
    font-size: 16px;
}

.blog-details .video i {
    width: 110px;
    height: 110px;
    top: 50%;
    left: 50%;
}

.blog-details .video i svg {
    width: 12px;
}

/* 63. quote */
.quote {
    margin-top: 40px;
    margin-bottom: 40px;
    background-color: var(--common-colour);
    padding: 40px;
    display: flex;
    align-items: flex-start;
}

.quote i {
    background-color: var(--theme-colour);
    width: 94px;
    height: 94px;
    font-size: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 30px;
    margin-top: 10px;
    transform: rotate(180deg);
    color: #000;
}

.quote h3 {
    font-size: 30px;
    line-height: 46px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
}

.blog-details h4 {
    font-size: 34px;
    font-weight: 800;
    padding-bottom: 16px;
    padding-top: 16px;
}

.blog-details-img {
    margin-top: 40px;
}

.blog-details-img img {
    height: 300px;
}

/* 64. comment */
.comment {
    background-color: #ECECEC;
    padding: 40px;
    margin-top: 40px;
}

.comment h3 {
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
    padding-bottom: 20px;
}

.comment-data h4 {
    font-size: 20px;
    font-weight: 800;
    display: inline;
    text-transform: uppercase;
}

.comment-data span {
    font-size: 14px;
    font-weight: 600;
    color: #444444;
    text-transform: uppercase;
    border-bottom: 1px solid;
    margin-left: 14px;
}

.comment li {
    display: flex;
    padding: 15px;
    position: relative;
    margin-left: 0px;
    align-items: center;
    background-color: #FAFAFA;
    border: 1px solid #C1C1C1;
}

.comment li:not(:last-child) {
    margin-bottom: 22px;
}

.comment-data {
    padding-left: 0;
}

.comment li img {
    position: relative;
    left: 0%;
    object-fit: cover;
    margin-right: 26px;
}

.comment-data p {
    padding-top: 14px;
    width: 93%;
}

.comment li a {
    color: white;
    position: absolute;
    right: 0px;
    font-weight: 600;
    padding: 4px 12px;
    font-size: 14px;
    border-radius: 0;
    top: 0px;
    text-transform: uppercase;
    background-color: var(--common-colour);
}

.comment li a:hover {
    background-color: var(--theme-colour);
    color: #000;
}

li.reply-comment {
    margin-left: 52px;
    width: 94%;
}

/* 65. form.leave input */
form.leave input {
    width: 100%;
    height: 60px;
    padding-left: 25px;
    outline: none;
    border: 1px solid #C1C1C1;
}

form.leave input,
form.leave input::placeholder {
    color: #555;
}

form.leave textarea {
    width: 100%;
    height: 180px;
    margin-bottom: 20px;
    outline: none;
    color: #555;
    padding-top: 25px;
    padding-left: 23px;
    border: 1px solid #C1C1C1;
}

form.leave textarea::placeholder {
    color: #555;
}

.comment a.button {
    border-radius: 0;
    top: 10px;
}

.comment p {
    padding-top: 7px;
    padding-bottom: 20px;
    font-size: 16px;
}

/* 66. our-projects */
.our-projects .projects {
    margin-bottom: 40px;
}

.our-projects ul.pagination {
    margin: auto;
    margin-top: 30px;
}

/* 67. ecosystem */
.ecosystem .heading {
    width: 85%;
    padding-bottom: 0;
}

.ecosystem .heading h2 {
    padding-bottom: 50px;
}

/* 68. company-history */
.company-history li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.company-history li:not(:last-child) {
    margin-bottom: 25px;
}

.company-history li a h4 {
    font-size: 30px;
    font-weight: 800;
}

.company-history li a:hover h4 {
    color: var(--common-colour);
}

.company-history li span {
    font-size: 40px;
    font-weight: 800;
    position: relative;
    height: 100%;
    width: 200px;
    color: var(--common-colour);
}

.company-history li span:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    background-color: var(--common-colour);
    border-radius: 50%;
    right: 42px;
}

.history-text {
    width: 61%;
}

.company-history li:not(:last-child) span:after {
    content: "";
    position: absolute;
    width: 3px;
    height: 304px;
    background-color: var(--common-colour);
    right: 53px;
}

.company-history li p {
    padding-top: 12px;
}

ul.company-history li:hover img {
    transform: scale(1.1);
}

/* 69. content-page */
.content-page form#contact-form {
    background-color: #ECECEC;
    padding: 40px;
}

.content-page form#contact-form h4 {
    font-size: 40px;
    font-weight: 800;
    text-transform: uppercase;
    padding-bottom: 26px;
}

.content-page form#contact-form input,
.content-page form#contact-form textarea {
    border: 1px solid #999;
    font-weight: 600;
}

.content-page form textarea {
    height: 197px;
}

/* 70. nice-select */
.nice-select.Advice.open:before {
    background-color: var(--theme-colour);
}

.nice-select.Advice {
    width: 100%;
    height: 60px;
    padding-top: 9px;
    font-size: 16px;
    color: #828482;
    border: 1px solid #999;
    border-radius: 0;
    margin-bottom: 20px;
    z-index: 11;
    font-weight: 600;
}

.nice-select:after {
    border-bottom: 3px solid #000;
    border-right: 3px solid #000;
    height: 7px;
    margin-top: -4px;
    right: 26px;
    width: 7px;
    z-index: 11111;
}

.nice-select:before {
    position: absolute;
    width: 45px;
    height: 45px;
    content: "";
    right: 6px;
    top: 6px;
    z-index: 11;
    background-color: #ececec;
}

ul.list {
    width: 100%;
}

/* 71. content-page-info */
.content-page-info i {
    width: 80px;
    height: 80px;
    background-color: var(--theme-colour);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 47px;
}

.content-page-info:hover i {
    color: #fff;
    background-color: var(--common-colour);
}

.content-page-info:hover i svg {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2%) hue-rotate(15deg) brightness(106%) contrast(101%);
}

.content-page-info h3 {
    font-weight: 800;
    font-size: 22px;
    text-transform: uppercase;
}

.content-page-info .d-flex.align-items-center {
    justify-content: space-between;
    padding-bottom: 12px;
}

.content-page-info h5 {
    font-size: 18px;
    padding-top: 12px;
    line-height: 26px;
}

.content-page-info a:hover {
    color: var(--common-colour);
}

.content-page-info {
    border: 1px solid #999;
    padding: 38px;
    padding-top: 20px;
    margin-top: -1px;
}

.mapouter iframe {
    width: 100%;
    margin-top: 120px;
    height: 460px;
}

/* 72. solar-farm */
.solar-farm {
    padding: 25px 34px;
    border: 1px solid #CBCBCB;
    margin-bottom: 24px;
}

.solar-farm h5 {
    font-size: 16px;
    font-weight: 900;
    color: #ADADAD;
    text-transform: uppercase;
}

.solar-farm h6 {
    font-size: 16px;
    font-weight: 900;
    padding-top: 10px;
    text-transform: uppercase;
}

/* 73. section-project-details */
.section-project-details {
    padding-top: 60px;
}

.project-details {
    padding-top: 40px;
}

.project-details p {
    padding-bottom: 26px;
}

.project-details h3 {
    font-size: 34px;
    font-weight: 900;
    padding-bottom: 20px;
}

.project-details ul.list-style {
    padding-bottom: 30px;
}

.project-details .hover-img {
    margin-bottom: 40px;
}

/* 74. business-plan */
.business-plan {
    background-color: #F8F8F8;
    padding: 30px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.business-plan img {
    margin-right: 12px;
}

/* 74. services-details */
.services-details i {
    margin-right: 28px;
    position: relative;
    z-index: 11;
    font-size: 44px;
    width: 100px;
    height: 100px;
    background-color: #009a4e;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 5px solid #fff;
    outline: 3px solid #ffcc12;
    color: #fff;
}

.services-details h3 {
    padding-bottom: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.services-details {
    display: flex;
    align-items: flex-start;
}

.services-details p {
    width: 90%;
}

/* 76. our-projects-two */
.our-projects-two .latest-projects {
    margin-bottom: 40px;
}

.our-projects-two .latest-projects-text {
    width: 62%;
}

.our-projects-two .latest-projects .latest-projects-battery {
    margin: 0;
    opacity: 1;
    padding-top: 18px;
}

.our-projects-two ul.pagination {
    margin: auto;
    margin-top: 40px;
}

ul.recent-news li:hover img {
    transform: scale(1.1);
}

.project-slider .projects {
    width: 94%;
    position: relative;
    margin-bottom: 40px;
}

/* 77. 404 pag */
.error-404 {
    padding-top: 240px;
}

.error h2 {
    margin-bottom: 20px;
    font-size: 220px;
    line-height: 172px;
    font-weight: bold;
    color: #fff;
}

.error .button {
    display: flex;
    align-items: center;
    width: fit-content;
}

.error .button i {
    margin-right: 10px;
}

.error p {
    color: #fff;
}

.error h3 {
    font-size: 40px;
    font-weight: 800;
    color: #fff;
    text-transform: capitalize;
}

.error {
    position: relative;
    z-index: 1;
    margin: auto;
    text-align: center;
    width: 59%;
    margin-bottom: 89px;
}

.error form {
    margin-top: 30px;
    position: relative;
    margin-bottom: 20px;
}

.error input {
    height: 65px;
    padding-left: 30px;
    width: 100%;
    outline: none;
}

button.error-button {
    position: absolute;
    color: #000;
    width: 55px;
    height: 55px;
    right: 6px;
    top: 5px;
    background-color: #ebebeb;
    border: 0;
}

.error-404 {
    position: relative;
}

.error-404:before {
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    background-color: #000000a3;
}

.error h2 span {
    color: var(--theme-colour);
}

button.error-button:hover {
    background-color: var(--common-colour);
    color: #fff;
}

/*=======================
   79. Preloader
=======================*/
.preloader {
    background-color: #04568E;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 999999999999999999;
    right: 0;
    bottom: 0;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
}

.preloader {
    bottom: 0%;
}

.page-loaded .preloader {
    bottom: -100%;
}

#loader:before {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    margin: 35px auto 0;
    color: #FFF;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    content: "Loading";
    -webkit-transition: none;
    transition: none;
}

#loader:after {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -38px;
    height: 70px;
    width: 70px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-animation: fa-spin 10s infinite linear;
    animation: fa-spin 10s infinite linear;
    background-image: url(../img/logo/preloader.png);
    content: "";
}

/* transition */
.fade,
.content-page-info i svg,
ol.breadcrumb a,
ol.breadcrumb i,
ul.recent-news li img,
.team a h4,
button.error-button,
.menu-start .line2,
.mobile-nav.desktop-menu img,
.services-text,
.energy-projects a,
.blog h2 a,
ul.categories li a span,
.meta a:before,
.blog-img:before,
.questions-img img,
.services-three,
.services-three span,
.services-three p,
.services-three i,
.pricing-plan-list,
.pricing-plan ul,
.pricing-heading .phone a,
.blog-two-text a,
.blog-two-img img,
.solar-solution img,
.solar-solution i,
.solar-solution a,
.solar-solution svg,
.team,
.energy-projects i,
.services:before,
.services a i,
.services a,
.services p,
.phone-number a,
.projects a,
.project-img:before,
.project-img img.bolt-img,
.fun-facts,
.blog figure img,
.blog a,
.get-in-touch h6 a,
.get-in-touch a,
.widget-title li a,
.footer-bottom-text ul a,
.social-media-text a,
ul.social-media li a,
ul.social-media,
.services-three a h4,
.latest-projects-text a i,
.latest-projects-text,
.latest-projects img,
.team .phone a,
.latest-projects-text>a,
.latest-projects-battery,
ul.image-gallery li figure:before,
.partner img,
.phone a,
.services i,
.fun-facts i,
.phone i,
.team img,
.pricing-plan-top,
.pricing-plan-list i,
.swiper-button i,
footer.two .footer-bottom-text ul li a,
.tab-two-style.nav-pills .nav-link.active,
.battery-energy i,
ul.recent-post li a,
ul.instagram-posts figure:before,
ul.categories li a,
.meta a,
.comment li a,
.content-page-info i,
.pagination li a,
.company-history li a h4,
ul.company-history li img,
.content-page-info a,
.tab-pane .tab-img {
    transition: .4s ease-in-out;
}

/* About Section */
.about-section {
    margin: auto;
    padding: 50px 0 20px 0px;
}



/* Image */
.about-image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 10px;
}

.about-image1 img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    border-radius: 10px;
}

/* Title */
.about-title {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 10px;
    color: var(--primary-color);
}

/* Subtitle */
.about-subtitle {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: capitalize;
}

/* List */
.about-list {
    list-style: none;
    padding-left: 0;
    margin: 20px 20px;
}

.about-list li {
    font-size: 16px;
    margin-bottom: 12px;
    position: relative;
    padding-left: 38px;
    line-height: 1.6;
}

.about-list1 {
    list-style: none;
    padding-left: 0;
    margin: 20px 20px;
}

.about-list1 li {
    font-size: 16px;
    margin-bottom: 12px;
    position: relative;
    padding-left: 38px;
    line-height: 1.6;
}

.partnership-title {
    font-weight: 500;
    color: rgb(92, 92, 92);
    font-size: 18px;
    padding-top: 10px;
}

/* Tick with background */
.about-list li::before {
    content: "✔";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 4px;
    width: 22px;
    height: 22px;
    background-color: var(--primary-color);
    /* PRIMARY BG */
    color: #fff;
    /* tick white */
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    /* circle */
    font-size: 12px;
}

.about-list1 li::before {
    content: "❖";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 4px;
    width: 22px;
    height: 22px;
    color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    border-radius: 50%;
    font-size: 20px;
}


/* Button */
.about-btn {
    background-color: #04568E;
    color: #fff;
    border: none;
    padding: 12px 28px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    transition: 0.3s ease;
    margin: 15px 0px;
}

.about-btn a {
    color: white;
}

.about-btn:hover {
    background-color: #023c63;
}

/* Mobile Responsive */
@media (max-width: 767px) {
    .about-section {
        padding: 40px 10px;
    }

    .about-image img {
        height: 280px;
    }

    .about-title {
        font-size: 26px;
        text-align: center;
    }

}

/* why choose us section style start */
.why-choose-us {
    padding: 40px 0;
    background-color: #ffefef41;
}

/* Cards */
.choose-card {
    background: #fff;
    padding: 35px 25px;
    border-radius: 10px;
    text-align: center;
    height: 100%;
    box-shadow: 0 10px 25px rgba(169, 36, 36, 0.169);
    transition: 0.3s ease;
}

.choose-card:hover {
    transform: translateY(-6px);
}

/* Icon */
.choose-icon {
    width: 65px;
    height: 65px;
    background-color: rgba(255, 159, 159, 0.123);
    color: var(--secondary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin: 0 auto 20px;
}

/* Card Text */
.choose-card h5 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #222;
}

.choose-card p {
    font-size: 15px;
    line-height: 1.6;
    color: #555;
}

/* Mobile Responsive */
@media (max-width: 767px) {
    .section-title {
        font-size: 28px;
    }

    .choose-card {
        padding: 30px 20px;
    }
}

.engineering-team {
    padding: 40px 0;
    background-color: #e1e1e133;
}

.engineering-content p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #444;
}

/* Title */
.section-title {
    font-size: 34px;
    font-weight: 800;
    color: #04568E;
    margin-bottom: 20px;
}

.section-subtitle {
    font-size: 18px;
    font-weight: 600;
    color: #555;
}

/* List */
.engineering-list {
    list-style: none;
    padding-left: 0;
}

.engineering-list li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 1.6;
}

/* Tick icon with primary bg */
.engineering-list li::before {
    content: "✔";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 4px;
    width: 24px;
    height: 24px;
    background-color: var(--primary-color);
    color: #fff;

    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 12px;
}

/* Image */
.engineering-image img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

/* Responsive */
@media (max-width: 991px) {
    .engineering-team {
        padding: 60px 0;
    }

    .engineering-image img {
        height: 320px;
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .section-title {
        font-size: 26px;
        text-align: center;
    }

    .engineering-content {
        text-align: center;
    }

    .engineering-list li {
        text-align: left;
    }
}



/* contact */
/* ================= 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;
    }
}

/* MAIN SECTION */
.contact-home-section {
    padding: 40px 0px;
    background-color: rgba(247, 247, 247, 0.934);
}

.contact-title,
.client-title {
    text-align: center;
    margin-bottom: 30px;
}

/* WRAPPER */
.contact-home-section1 {
    margin-top: 20px;
    display: flex;
    align-items: stretch;
}

/* LEFT INFO BOX */
.contact-info-box {
    padding: 35px 40px;
    border-radius: 8px;
    background: transparent;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
    height: 100%;

}

.contact-contents h5 {
    color: black;
}

/* RIGHT FORM BOX */
.contact-form-box {
    background: #fff;
    padding: 35px 40px;
    border-radius: 8px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
    height: 100%;
}

/* HEADINGS */
.contact-form-box h3,
.contact-info-box h3 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 25px;
    color: #1c1632;
}

/* BUTTON */
.btn-contact {
    background: #e63a27;
    color: #fff;
    padding: 12px 25px;
    border-radius: 4px;
    border: none;
    font-size: 16px;
}

.btn-contact:hover {
    background: #b52415;
}

/* INFO ITEMS */
.info-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}

/* PERFECT CIRCLE ICON BOX */
.info-item i {
    font-size: 20px;
    background: #ffddda90;
    /* LIGHT RED */
    color: var(--secondary-color);
    padding: 14px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 18px;
    transition: 0.3s ease;
    /* ADD if not present */
}

.info-item:hover i {
    background-color: var(--secondary-color);
    color: white;
    transform: scale(1.08);
}

/* TEXT */
.info-item h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 3px;
}

.info-item a {
    margin: 0;
    font-size: 15px;
    color: rgb(110, 110, 110);
}

.info-item a:hover {
    margin: 0;
    font-size: 15px;
    color: rgb(75, 75, 75);
}

/* MOBILE FIXES */
@media (max-width: 992px) {
    .contact-home-section1 {
        flex-direction: column;
        gap: 20px;
    }
}

.contact-contents a {
    display: block;
    /* kela kela varum */
    color: rgb(110, 110, 110);
    font-size: 15px;
    text-decoration: none;
    transition: 0.3s;
}

.contact-contents a:hover {
    color: #e63a27;
}

@media (max-width: 768px) {

    /* Stack properly */
    .contact-home-section1 {
        flex-direction: column;
        gap: 20px;
    }

    /* Reduce padding */
    .contact-info-box,
    .contact-form-box {
        padding: 22px 20px;
    }

    /* Icon + text alignment */
    .info-item {
        align-items: flex-start;
    }

    .info-item i {
        width: 42px;
        height: 42px;
        font-size: 18px;
        padding: 10px;
        margin-right: 12px;
    }

    /* Text size control */
    .contact-contents h5 {
        font-size: 16px;
        margin-bottom: 4px;
    }

    .contact-contents a {
        font-size: 14.5px;
        line-height: 1.6;
        word-break: break-word;
    }

    /* Form heading center */
    .contact-form-box h3 {
        text-align: center;
        font-size: 22px;
    }

    /* Button full width */
    .btn-contact {
        width: 100%;
    }
}


/*---=================================
   <!--Footer Area Css-->
==================================---*/
.footer-area {
    padding-bottom: 30px;
    background-color: black;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    overflow: hidden;

}

.footer-info div {
    color: #c4c4c5;
}

.footer-logo img {
    width: 200px;
    height: auto;
    background-size: cover;
}

.row.address {
    background: #FF5E15;
    padding: 46px 0 13px;
    border-radius: 0 0 10px 10px;
    margin-bottom: 104px;
}

.footer-address-icon {
    text-align: center;
    margin-bottom: 30px;
}

p.footer-desc {
    font-size: 17px;
    line-height: 30px;
    color: #c4c4c5;
    font-weight: 300;
    width: 96%;
    margin: 0;
    padding: 34px 0 11px;
}

p.footer-text {
    font-size: 16px;
    line-height: 30px;
    color: #c4c4c5;
    font-weight: 500;
    margin: 0;
    padding: 0 0 17px;
}

spna.footer-date {
    color: #c4c4c5;
}

.footer-widget-social-icon ul li {
    display: inline-block;
    padding-right: 21px;
}

.footer-widget-social-icon ul li a {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--secondary-color);
    border-radius: 50%;
    transition: 0.5s;
}

.footer-widget-social-icon ul li a i {
    font-size: 15px;
    color: #fff;
}

/* Hover effect (optional) */
.footer-widget-social-icon ul li a:hover {
    background-color: #fff;
}

.footer-widget-social-icon ul li a:hover i {
    color: var(--secondary-color);
}

.footer-widget-titel h4 {
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 700;
    margin: 20px 0px;
}

.footer-widget-menu ul li a {
    display: inline-block;
    font-size: 17px;
    line-height: 30px;
    color: #c4c4c5;
    font-weight: 400;
    margin-bottom: 10px;
    transition: .5s;
    text-transform: capitalize;
}

ul.footer-info li span i {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    margin-right: 21px;
}

ul.footer-info li a {
    font-size: 17px;
    line-height: 30px;
    color: #c4c4c5;
    font-weight: 400;
}

ul.footer-info p {
    margin-left: 40px;
}

.footer-widget-content p {
    font-size: 17px;
    line-height: 30px;
    color: #8f9199;
    font-weight: 400;
    margin-bottom: 20px;
}

.form-field input {
    width: 100%;
    border: none;
    background: #0B1537;
    outline: 0;
    padding: 14px 0 14px 19px;
    border-radius: 5px;
    font-size: 16px;
    color: #8f9199;
    font-weight: 400;
}

.form-field button {
    width: 100%;
    outline: 0;
    border: none;
    border-radius: 5px;
    background: #FF5E15;
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
    padding: 14px 0;
    margin-top: 20px;
}

.footer-bottom-area {
    background: black;
    padding: 19px 0;
    border-top: 1px solid white;
}

.footer-bottom-content-copy p {
    margin: 0;
    font-size: 16px;
    line-height: 30px;
    color: #8f9199;
    font-weight: 400;
}

.footer-bottom-content.right {
    text-align: right;
}

.footer-bottom-content.right {
    text-align: right;
}

.footer-bottom-menu ul li a {
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #8f9199;
    font-weight: 400;
}


.footer-widget-social-icon ul li a i:hover {
    color: #f41717;
    background-color: white;
    border-radius: 50%;
    padding: 10px;
}

.footer-widget-menu ul li a:hover {
    color: #f41717;
}

.footer-shape {
    position: absolute;
    bottom: -68px;
    left: -18px;
}

.footer-shape2 {
    position: absolute;
    bottom: -88px;
    left: -11px;
}

.footer-info li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 15px;
}


.footer-info li span,
.footer-info li a {
    display: inline;
    line-height: 1.6;
}

/* CONTACT COLUMN WIDTH VISUAL BALANCE */
.footer-widget-content.tow {
    max-width: 100%;
}

/* SUB HEADINGS INSIDE CONTACT */
.footer-subtitle {
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    margin: 20px 0 10px;
}

/* ICON + TEXT SIDE BY SIDE (NO DOWN TEXT) */
.footer-info {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-info li {
    display: flex;
    align-items: center;
    gap: 12px;
}

.footer-info li i {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 16px;
    color: #ffffff;

    background-color: #EA2727;
    /* default red */
    border-radius: 50%;
    flex-shrink: 0;

    transition: all 0.3s ease;
}

.footer-info li:hover i {
    background-color: #ffffff;
    /* white bg on hover */
    color: #EA2727;
    /* red icon */
}

.footer-info li {
    transition: 0.3s ease;
}


.footer-info li a {
    color: #8f9199;
    font-size: 16px;
    line-height: 1.6;
    transition: 0.3s;
}

/* HOVER EFFECT */

.footer-info li a:hover {
    color: #f41717;
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .footer-subtitle {
        margin-top: 15px;
    }
}

/* banner section style start */
.inner-banner {
    margin-top: 100px;
    padding: 80px 0;
    min-height: 350px;
    display: flex;
    align-items: center;
    color: #fff;
    position: relative;
}

.inner-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 1;
}

.inner-banner .container {
    position: relative;
    z-index: 2;
}

.banner-content {
    position: relative;
    text-align: center;
    color: #fff;
}

/* Title */
.banner-content h1 {
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: white;
}

/* Breadcrumb */
.breadcrumb {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 8px;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

.breadcrumb li {
    color: #ddd;
}

.breadcrumb li a {
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}

.breadcrumb li a:hover {
    color: var(--primary-color);
}

/* Mobile responsive */
@media (max-width: 767px) {
    .inner-banner {
        height: 200px;
    }

    .banner-content h1 {
        font-size: 28px;
    }
}

/* about banner */
.about-banner {
    background-image: url("../img/banner/about-banner.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

/* career banner */
.career-banner {
    background-image: url("../img/banner/career-banner.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

/* contact banner */
.contact-banner {
    background-image: url("../img/banner/contact-banner.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

/* gallery banner */
.gallery-banner {
    background-image: url("../img/banner/gallery-banner.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

/* infrastructure banner */
.infrastructure-banner {
    background-image: url("../img/banner/infrastructure-banner.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

/* management banner */
.management-banner {
    background-image: url("../img/banner/management-banner.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

/* services banner */
.service-banner {
    background-image: url("../img/banner/services-banner.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

/* projects banner */
.project-banner {
    background-image: url("../img/banner/project-banner.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

/* visionmission banner */
.vision-banner {
    background-image: url("../img/banner/vision-banner.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

/* --------------------gallery  Section style start------------------ */


.project-grid-section-gallery {
    padding: 50px 0px;

}

.protfolio-menu ul {
    list-style: none;
    padding: 0px 40px;
}

.protfolio-menu ul li {
    display: inline-block;
    padding: 6px 10px;
    font-size: 18px;
    color: #ffffff;
    background: #025892;
    font-weight: 500;
    margin: 6px;
    cursor: pointer;
    transition: all 0.35s ease;
}

.protfolio-menu ul li:hover {
    background: #9f0606;
    transform: translateY(-2px);

}

.protfolio-menu ul li.current_menu_item {
    position: relative;
    color: #ffffff;
    z-index: 1;
}

.protfolio-menu ul li.current_menu_item::before {
    position: absolute;
    content: "";
    background: #b82414;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    transform: scale(0);
    border-radius: 5px;
    z-index: -1;
    transition: .5s;
}

.protfolio-menu ul li.current_menu_item {
    background: #b82414;
    color: #ffffff;
    box-shadow: 0 6px 15px rgba(0, 42, 104, 0.35);
}

.protfolio-menu ul li.current_menu_item:hover::before {
    transform: scale(1);
}

/* project grid box */

.project-thumb-gallery img {
    width: 100%;
    height: 200px;

}

.project-content-gallery {
    background: #e63a27;
    padding: 15px 10px 15px;
    border-radius: 5px;
    position: relative;
    z-index: 1;

}

.project-content-gallery::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #e63a27;
    border-radius: 5px;
    transform: scale(0);
    z-index: -1;
    transition: .5s;
}

/* .project-grid-box-gallery:hover .project-content-gallery::before{
    transform: scale(1);
} */

.project-grid-box-gallery {
    border-radius: 10%;
    overflow: hidden;
    transition: box-shadow 0.3s ease;
    box-shadow: 0 6px 15px rgba(0, 42, 104, 0.35);
}

.project-grid-box-gallery:hover {
    box-shadow: 0 6px 19px rgba(0, 81, 202, 0.546);
}

.project-thumb-gallery img {
    height: 200px;
    object-fit: cover;
    display: block;
    transition: filter 0.35s ease, opacity 0.35s ease;
}


/* .project-grid-box-gallery:hover .project-thumb-gallery img {
    filter: brightness(1.15) contrast(1.05);
} */

.project-content-gallery {
    background: #1c1632;
    padding: 15px 10px;
    text-align: center;
}

/* TITLE */
.project-content-gallery h4 {
    font-size: 18px;
    color: #e2e2e2;
    font-weight: 400;
    margin: 0;
}

.project-content-gallery span {
    font-size: 16px;
    line-height: 30px;
    color: #dddddd;
    font-weight: 400;
}

@media (max-width: 768px) {
    .protfolio-menu ul {
        padding: 0px;
    }
}

/* career section style start */

.careers-section {
    padding: 50px 0;
    background-color: #fff;
}

/* why choose card */
.why-card {

    padding: 25px;
    border-radius: 12px;
    border: 1px solid #f0f0f0;
    background: #fff7f6;
    /* light red */
    margin-bottom: 24px;
    transition: 0.3s ease;
}

.why-card:hover {
    box-shadow: 0 10px 25px rgba(230, 58, 39, 0.08);
    border: 1px solid #cccaca7e;
}

.why-card i {
    font-size: 28px;
    color: var(--secondary-color);
    margin-bottom: 15px;
    display: block;
}

.why-card h6 {
    font-weight: 700;
    margin-bottom: 10px;
}

/* open position */
.careers-section .row.mb-5.pt-4 {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

/* JOB CARD */
.job-card {
    background: #fff;
    border: 1px solid #eee;
    padding: 30px;
    border-radius: 15px;
    height: 100%;
    transition: 0.3s;
}

.job-card:hover {
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.07);
}

/* JOB BADGE */
.job-badge {
    background: #fff5f4;
    color: var(--secondary-color);
    padding: 4px 12px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 15px;
    display: inline-block;
}

.job-card ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.job-card ul li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 1.6;
}

/* RED ARROW BULLET */
.job-card ul li::before {
    content: "➤";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--secondary-color);
    font-size: 14px;
    font-weight: bold;
}

/* REMOVE UNWANTED TOP GAP */
.careers-section .row.mb-5.pt-4 {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

/* RESPONSIVE GRID */
@media (max-width: 768px) {
    .job-card {
        padding: 25px;
    }
}

/* FIX: KEY RESPONSIBILITIES BULLET POINTS */
/* ================= RED ARROW BULLET POINTS ================= */

.job-card ul {
    list-style: none;
    /* remove default bullets */
    padding-left: 0;
    margin-bottom: 0;
}

.job-card ul li {
    position: relative;
    padding-left: 22px;
    /* space for arrow */
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1.6;
}

/* RED ARROW */
.job-card ul li::before {
    content: "➤";
    /* arrow symbol */
    position: absolute;
    left: 0;
    top: 0;
    color: #e63a27;
    /* red */
    font-size: 14px;
    font-weight: bold;
}

/* ================= IMAGE FIX ================= */
.careers-section img {
    width: 100%;
    max-height: 420px;
    object-fit: cover;
}

/* ================= APPLICATION FORM ================= */
.form-container {
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
    border: 1px solid #f1f1f1;
}

/* EQUAL HEIGHT INPUTS */
.career-form .form-control,
.career-form .form-select {
    width: 100%;
    height: auto;
    font-size: 15px;
}

/* FILE INPUT ALIGNMENT */
.career-form input[type="file"] {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}

.form-control:focus,
.form-select:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 8px rgba(12, 192, 223, 0.2);
}

/* SUBMIT BUTTON */
.career-btn {
    background: var(--primary-color);
    color: #fff;
    padding: 14px;
    border-radius: 8px;
    border: none;
    font-weight: 700;
    transition: 0.3s;
}

.career-btn:hover {
    background: #01395ef7;
    transform: translateY(-2px);
}

/* ================= RESPONSIVE ================= */
@media (max-width: 768px) {
    .careers-section {
        padding: 60px 0;
    }

    .form-container {
        padding: 30px 20px;
    }
}

/* Centrifugal Fans service Section style start */
.fan-detail-section {
    padding: 90px 0;
}

/* Content Styling */
.fan-content h2 {
    font-size: 32px;
    font-weight: 700;
    color: #e63a27;
    margin-bottom: 20px;
}

.mobile-fan-title {
    display: none;
    font-size: 28px;
    font-weight: 600;
    color: #e63a27;
    margin-bottom: 20px;
    text-align: center;
}

.fan-content p {
    font-size: 15.5px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 15px;
}

/* Image Wrapper */
.fan-image {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}

.fan-image img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    border-radius: 16px;
    transition: transform 0.4s ease;
}

/* Subtle Hover Effect */
.fan-image:hover img {
    transform: scale(1.05);
}

/* Decorative Side Border */
.left-img::before,
.right-img::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 100%;
    top: 0;
}

.left-img::before {
    left: 0;
}

.right-img::before {
    right: 0;
}

/* Spacing Between Rows */
.fan-row {
    margin-bottom: 60px;
}

/* Responsive */
@media (max-width: 991px) {
    .fan-detail-section {
        padding: 40px 0;
    }

    .fan-content h2 {
        display: none;
    }

    .mobile-fan-title {
        display: block;
        font-size: 28px;
        font-weight: 600;
        color: #e63a27;
        margin-bottom: 20px;
        text-align: center;
    }

    .fan-image img {
        height: 260px;
    }

    .fan-content h2 {
        font-size: 26px;
        text-align: center;
    }

    .fan-content p {
        text-align: left;
    }
}

/* vision mission section style start */
.flowsun-vmv-section {
    padding: 50px 0px 40px;
}

/* GRID LAYOUT */
.vmv-image-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 330px));
    gap: 30px;
    margin: 50px auto;
    justify-content: center;
    /* 🔥 whole grid center */
}

/* CARD BASE */
.vmv-image-card {
    position: relative;
    width: 330px;
    /* 🔥 MUST for desktop */
    height: 370px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    border-radius: 12px;
    text-align: center;
}


/* IMAGE BACKGROUNDS */
.vmv-image-card.mission {
    background-image: url('../img/about/mision.jpg');
}

.vmv-image-card.culture {
    background-image: url("../img/about/vision.jpg");
}

.vmv-image-card.vision {
    background-image: url("../img/about/value.jpg");
}

/* TRANSPARENT OVERLAY */
.vmv-overlay {
    position: absolute;
    inset: 0;
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    backdrop-filter: z-index(2px);
}

/* DIFFERENT TRANSPARENT COLORS */
.mission .vmv-overlay {
    background: rgba(78, 176, 193, 0.65);
}

.culture .vmv-overlay {
    background: rgba(71, 65, 180, 0.65);
}

.vision .vmv-overlay {
    background: rgba(114, 34, 122, 0.65);
}

/* TEXT STYLE */
.vmv-overlay h3 {
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 1px;
    margin-bottom: 10px;
    color: rgb(255, 255, 255);
}

.vmv-overlay p {
    font-size: 15.5px;
    line-height: 1.6;
    opacity: 0.95;
    color: rgb(241, 254, 255);
}

.pera {
    font-size: 15.5px;
    line-height: 1.6;
    text-align: center;
    color: rgb(69, 69, 69);
}

/* HOVER EFFECT */
.vmv-image-card:hover .vmv-overlay {
    background: rgba(0, 0, 0, 0.55);
    transition: 0.4s ease;
}

/* ===============================
   RESPONSIVE FIXES – ALL VIEWS
   NO DESIGN CHANGE
=============================== */

/* ---- Global small fix ---- */
.vmv-image-grid {
    justify-items: center;
}

/* ================= Desktop (≥1200px) ================= */
@media (min-width: 1200px) {
    .vmv-image-card {
        width: 330px;
        height: 370px;
        margin: 0;
    }
}

/* ================= Laptop / Tablet (≤991px) ================= */
@media (max-width: 991px) {

    .vmv-image-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }

    .vmv-image-card {
        width: 100%;
        max-width: 320px;
        height: 340px;
        margin: 0;
    }

    .vmv-overlay {
        padding: 30px 24px;
    }

    .vmv-overlay h3 {
        font-size: 20px;
    }

    .vmv-overlay p {
        font-size: 15px;
    }
}

/* ================= Mobile (≤767px) ================= */
@media (max-width: 767px) {

    .vmv-image-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 0 15px;
    }

    .vmv-image-card {
        width: 100%;
        max-width: 100%;
        height: 280px;
        margin: 0 auto;
    }

    .vmv-overlay {
        padding: 24px 20px;
    }

    .vmv-overlay h3 {
        font-size: 18px;
    }

    .vmv-overlay p {
        font-size: 14.5px;
        line-height: 1.5;
    }
}

/* ================= Small Mobile (≤480px) ================= */
@media (max-width: 480px) {

    .vmv-image-card {
        height: 250px;
    }

    .vmv-overlay h3 {
        font-size: 17px;
    }

    .vmv-overlay p {
        font-size: 14px;
    }
}



/* --------------quality $ safety---------- */
.flowsun-qs-section {
    background: #f2f6fc;
    padding: 40px 0px 60px;
}

/* LEFT PANEL */
.qs-left-panel {
    background: #f3faff;
    padding: 60px 40px;
    border-radius: 18px;
    position: sticky;
    top: 120px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.qs-left-panel h2 {
    font-size: 40px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
}

.qs-left-panel p {
    font-size: 16px;
    line-height: 1.7;
    opacity: 0.9;
    color: #570303;
}

/* RIGHT PANELS */
.qs-panels {
    display: grid;
    grid-template-columns: 1fr;
    gap: 25px;
    text-align: center;
}


/* HOVER EFFECT */
.qs-panel:hover {
    transform: translateX(12px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
}

.qs-panel:hover .qs-number {
    color: rgba(234, 39, 39, 0.25);
    transform: scale(1.1);
}

/* CARD GRID FIX */
.qs-panel {
    background: #fdecec49;
    padding: 22px 20px;
    border-radius: 14px;
    height: 100%;
    text-align: center;
    transition: all 0.35s ease;
    box-shadow: rgba(255, 129, 129, 0.272) 0px 8px 18px;
}

/* Hover (desktop only) */
@media (min-width: 992px) {
    .qs-panel:hover {
        transform: translateY(-10px);
        box-shadow: rgba(0, 0, 0, 0.25) 0px 18px 35px;
    }
}

/* TEXT */
.qs-panel h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #222;
}

.qs-panel p {

    color: #1e1e4f;
    font-size: 14.8px;
    line-height: 1.6;
}


/* SECTION HEADING */
.qs-heading h2 {
    font-size: 42px;
    font-weight: 800;
    color: #222;
    margin-bottom: 15px;
}

.qs-heading p {
    max-width: 750px;
    margin: 0 auto;
    font-size: 16.5px;
    color: #1e1e4f;
    line-height: 1.7;
}

/* CARD HEIGHT EQUAL */
.qs-panel {
    height: 100%;
}

/* HOVER REFINED */
.qs-panel:hover {
    transform: translateY(-12px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.18);
}

/* ===============================
   LEFT PANEL FIX
================================ */
.qs-left-panel {
    max-width: 100%;
}

/* Disable sticky on mobile */
@media (max-width: 991px) {
    .qs-left-panel {
        position: static;
        padding: 40px 30px;
        margin-bottom: 30px;
    }
}

/* ===============================
   CARD GRID RESPONSIVE
================================ */
.qs-panel {
    height: 100%;
    padding: 32px 30px;
}

/* Hover safe for desktop only */
@media (min-width: 992px) {
    .qs-panel:hover {
        transform: translateY(-10px);
    }
}

/* ===============================
   TABLET VIEW
================================ */
@media (max-width: 991px) {


    .qs-heading h2 {
        font-size: 34px;
    }

    .qs-heading p {
        font-size: 15.5px;
    }

    .qs-panel h4 {
        font-size: 18.5px;
    }

    .qs-panel p {
        font-size: 15px;
    }
}

/* ===============================
   MOBILE VIEW
================================ */
@media (max-width: 767px) {

    .qs-heading h2 {
        font-size: 28px;
    }

    .qs-heading p {
        font-size: 14.8px;
    }

    .qs-panel {
        padding: 26px 22px;
    }

    .qs-panel h4 {
        font-size: 17px;
    }

    .qs-panel p {
        font-size: 14.5px;
        line-height: 1.6;
    }
}

/* ===============================
   SMALL MOBILE
================================ */
@media (max-width: 480px) {
    .qs-panel {
        padding: 22px 18px;
    }

    .qs-panel h4 {
        font-size: 16.5px;
    }

    .qs-panel p {
        font-size: 14px;
    }
}

/* ===============================
   CARD ICON
================================ */
.qs-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #e53935, #b71c1c);
    border-radius: 50%;
    box-shadow: 0 10px 22px rgba(229, 57, 53, 0.35);
}

.qs-icon i {
    font-size: 26px;
    color: #fff;
}

/* Icon hover sync with card */
@media (min-width: 992px) {
    .qs-panel:hover .qs-icon {
        transform: scale(1.08);
        box-shadow: 0 14px 28px rgba(229, 57, 53, 0.25);
    }
}

/* Smooth animation */
.qs-icon {
    transition: all 0.35s ease;
}

/* infrastructure section style start */


.capability-section {
    padding: 50px 0;
    background: #f4f7f9;
}

.section-header h2 {
    font-weight: 800;
    color: var(--primary-blue);
    font-size: 32px;
}

/* Left Side Images */
.capability-gallery img {
    width: 100%;
    border-radius: 15px;
    margin-bottom: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
}

.capability-gallery img:hover {
    transform: scale(1.02);
}

/* Blocks & Cards */
.capability-box {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

.capability-box h3 {
    font-size: 22px;
    font-weight: 700;
    color: var(--primary-blue);
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}


/* Equipment List */
.equipment-list {
    list-style: none;
    padding: 0;
}

.equipment-list li {
    padding: 10px 0;
    padding-left: 30px;
    position: relative;
    font-weight: 500;
    color: #2c3e50;
}

.equipment-list li::before {
    content: "\f058";
    /* FontAwesome Check Circle */
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 0;
    color: var(--accent-cyan);
    font-weight: 900;
}

/* Manpower Cards */
.manpower-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.m-card {
    background: var(--primary-blue);
    color: #fff;
    padding: 20px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.m-card i {
    font-size: 24px;
    color: var(--accent-cyan);
}

.m-card .title {
    font-size: 14px;
    font-weight: 700;
    display: block;
}

.m-card .info {
    font-size: 12px;
    opacity: 0.8;
}

/* Infrastructure Grid */
.infra-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.infra-item {
    background: linear-gradient(135deg, #7de2fc 0%, #b9edfb 100%);
    padding: 25px;
    border-radius: 15px;
    text-align: center;
}

.infra-item h4 {
    font-weight: 800;
    color: var(--primary-blue);
    margin-bottom: 5px;
}

.infra-item p {
    font-size: 13px;
    font-weight: 600;
    margin: 0;
}

@media (max-width: 991px) {

    .manpower-grid,
    .infra-grid {
        grid-template-columns: 1fr;
    }
}

/* gallery zoom image section style start */
.project-grid-box-gallery {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

/* IMAGE */
.project-thumb-gallery {
    position: relative;
}

.project-thumb-gallery img {
    width: 100%;
    display: block;
    transition: 0.4s ease;
}

/* OVERLAY */
.service-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.4s ease;
}

/* PLUS ICON */
.plus-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    font-size: 22px;
    font-weight: 700;
    margin-right: 3px;
    font-style: normal;
    color: #fff;
    background-color: var(--secondary-color);
    transition: all 0.3s linear;
}

/* HOVER EFFECT */
.project-grid-box-gallery:hover .service-overlay {
    opacity: 1;
}

.project-grid-box-gallery:hover img {
    filter: brightness(1.15) contrast(1.05);
}

.project-grid-box-gallery:hover .plus-icon {
    background: var(--secondary-color);
    transform: scale(1.1);
}

/* LIGHTBOX */
#galleryLightbox {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

#galleryLightbox img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 6px;
}

/* CLOSE BUTTON */
.close-lightbox {
    position: absolute;
    top: 25px;
    right: 35px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
}

#galleryLightbox {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

#galleryLightbox img {
    max-width: 90%;
    max-height: 85%;
}

.close-lightbox {
    position: absolute;
    top: 25px;
    right: 30px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
}

.lightbox-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 50px;
    color: #fff;
    cursor: pointer;
    padding: 15px;
    user-select: none;
}

.lightbox-nav.prev {
    left: 30px;
}

.lightbox-nav.next {
    right: 30px;
}

.lightbox-nav:hover,
.close-lightbox:hover {
    color: var(--secondary-color);
}

/* -----back to top section style -----*/
#backToTop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999;

    width: 45px;
    height: 45px;
    border-radius: 50%;

    background-color: var(--primary-color);
    color: #fff;
    border: none;
    cursor: pointer;

    font-size: 20px;
    display: none;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

#backToTop:hover {
    transform: translateY(-4px);
}

/* axial fan section style start */
.axial-fan-section {
    padding: 50px 0;
    background: #fff;
}

/* TOP LAYOUT */
.axial-fan-top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
}

/* CONTENT */
.axial-fan-content {
    flex: 1 1 55%;
}

.axial-fan-title {
    font-size: 34px;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 20px;
}

.axial-fan-content p {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    text-align: justify;
    margin-bottom: 14px;
}

/* IMAGE */
.axial-fan-img {
    flex: 1 1 40%;
    text-align: center;
}

.axial-fan-img img {
    width: 100%;
    max-width: 420px;
    height: auto;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .axial-fan-top {
        flex-direction: column;
    }

    .axial-fan-title {
        font-size: 28px;
    }
}

/* bag filters section style start */
.bagfilter {
    padding: 60px 0;
    background: #fff;
}

.bagfilter-top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

/* LEFT IMAGE + RIGHT CONTENT */
.bagfilter-top-img,
.bagfilter-top-content {
    flex: 1 1 50%;
}

/* IMAGE */
.bagfilter-top-img {
    display: flex;
    justify-content: center;
}

.bagfilter-top-img img {
    width: 100%;
    max-width: 420px;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

/* CONTENT */
.bagfilter-top-content {
    padding-left: 30px;
}

.bagfilter-top-content h2 {
    font-size: 34px;
    margin-bottom: 20px;
    color: var(--primary-color);
}

.bagfilter-top-content p {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
    text-align: justify;
}



/* KEY FEATURES */
.bagfilter-features {
    padding: 50px 0px;
}

.bag-filter-title {
    color: var(--primary-color);
    font-weight: 700;
    font-size: 35px;
    text-transform: capitalize;
    padding: 10 0px;
}

.bagfilter-features-wrapper {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 40px;
    align-items: start;
    margin-top: 25px;
}

.feature-row {
    background: #f4f8fb;
    padding: 25px 30px;
    border-radius: 14px;
    margin-bottom: 15px;
    transition: 0.3s;
}

.feature-row:hover {
    transform: translateX(10px);
    background: #eef4f9;
}

.feature-row h4 {
    font-size: 22px;
    color: var(--primary-color);
    margin-bottom: 8px;
    font-weight: 600;
}

.feature-row p {
    font-size: 14.5px;
    color: #444;
    margin: 0;
}

/* FEATURE IMAGES */
.bagfilter-feature-images {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.bagfilter-feature-images img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 12px;
}

.bagfilter-feature-images img:last-child {
    grid-column: span 2;
    height: 250px;
    background-size: cover;
}

/* COMPONENTS */
.components-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.component-card {
    background: #fff;
    padding: 30px 20px;
    border: 1px solid #eee;
    box-shadow: 0 10px 20px rgba(35, 150, 212, 0.203);
    text-align: center;
    border-radius: 10px;
    transition: 0.3s;
    margin-top: 30px;
}

.component-card:hover {
    box-shadow: rgba(3, 94, 137, 0.468) 0px 3px 8px;
}

.component-card h4 {
    font-size: 18px;
    margin-bottom: 12px;
}

.component-card p {
    font-size: 14px;
}

/* RESPONSIVE */
@media (max-width: 992px) {

    .bagfilter-features-wrapper {
        grid-template-columns: 1fr;
    }

    .bagfilter-top {
        flex-direction: column;
    }

    .bagfilter-top-img {
        margin-bottom: 20px;
    }

    .bagfilter-top-content {
        padding: 10px 0px;
    }

    .components-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .components-grid {
        grid-template-columns: 1fr;
    }

    .bagfilter-top-content h2 {
        font-size: 28px;
        text-align: center;
    }

    .bagfilter-top-content p {
        font-size: 15px;
    }

}

/* cyclone seperator section style start */
.cyclone {
    padding: 50px 0;
    background: white;
}

.cyclone-top {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    align-items: center;
}

.cyclone-top-img,
.cyclone-top-content {
    flex: 1 1 50%;
}

.cyclone-top-img img {
    width: 100%;
    height: 300px;
    margin: 10px 0px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.cyclone-top-content {
    padding-left: 30px;
}

.cyclone-top-content h2 {
    font-size: 34px;
    margin-bottom: 20px;
}

.cyclone-top-content p {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
    text-align: justify;
    padding: 10px 0px;
}

.cyclone-bottom-img {
    text-align: center;
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}

.cyclone-bottom-img img {
    width: 100%;
    max-width: 480px;
    height: auto;
    object-fit: cover;
}

.cyclone-title {
    color: var(--primary-color);
    font-weight: 700;
    font-size: 35px;
    text-transform: capitalize;
    padding: 10px 0px;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .cyclone-top {
        flex-direction: column;
    }

    .cyclone-top-content {
        padding-left: 0;
        margin-top: 20px;
    }

    .cyclone {
        padding: 30px 0;
    }
}

@media (max-width: 576px) {
    .cyclone-top-content h2 {
        font-size: 28px;
    }

    .cyclone {
        padding: 20px 0;
    }
}

/* damper section style start */
.damper {
    padding: 50px 0px;
    background: #fff;
}

.damper-top,
.damper-bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0px 0px 20px;
}

.damper-bottom {
    margin-bottom: 30px;
}

/* TOP */
.damper-top-img,
.damper-top-content {
    flex: 1 1 50%;
}

.damper-top-img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.damper-top-img img {
    width: 95%;
    height: auto;
    object-fit: contain;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.damper-top-content {
    padding-left: 30px;
}

/* BOTTOM*/
.damper-bottom-content,
.damper-bottom-img {
    flex: 1 1 50%;
}

.damper-bottom-content {
    padding-right: 30px;
}

.damper-bottom-img {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.damper-bottom-img img {
    width: 90%;
    height: auto;
    object-fit: cover;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

/* TEXT */
.damper-title {
    color: var(--primary-color);
    font-weight: 700;
    font-size: 35px;
    margin-bottom: 20px;
}

.damper-top-content p,
.damper-bottom-content p {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
    text-align: justify;
    padding: 10px 0;
}

.damper-bottom-gallery {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 992px) {

    .damper-top,
    .damper-bottom {
        flex-direction: column;
        margin: 0px 0px 10px;
    }

    .damper-top-content,
    .damper-bottom-content {
        padding: 0;
        margin-top: 20px;
    }

}

@media (max-width: 576px) {
    .damper-title {
        font-size: 28px;
    }

    .damper-top-img img,
    .damper-bottom-img img {
        width: 100%;
        height: auto;
    }

    .damper-bottom-gallery {
        flex-direction: column;
    }

    .damper-bottom-gallery img {
        width: 100%;
        height: auto;
    }

    .damper {
        padding: 30px 0;
        background: #fff;
    }
}

/* rav & pocket feeder section style start */
.rav-pocket {
    padding: 60px 0;
    background: #fff;
}

/* COMMON FLEX */
.rav-pocket-top,
.rav-pocket-bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
    margin-bottom: 40px;
}

.rav-pocket-img,
.rav-pocket-content {
    flex: 1 1 48%;
}

.rav-pocket-bottom-content {
    width: 50%;
}

.rav-pocket-bottom-img {
    width: 30%;
    margin: auto;
}

/* IMAGES */
.rav-pocket-img img {
    width: 100%;
    max-width: 380px;
    height: auto;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

/* bottom imge */
.rav-pocket-bottom-img img {
    width: 100%;
    height: 400px;
    object-fit: contain;
    margin: 0 auto;
}


/* TITLE */
.rav-pocket-title {
    font-size: 34px;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 20px;
}

/* TEXT */
.rav-pocket-content p,
.rav-pocket-bottom-content p {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
    text-align: justify;
    margin-bottom: 12px;
}

/* FEATURES */
.rav-pocket-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin-bottom: 40px;
}

.rav-feature-box {
    padding: 25px;
    background: #fafafa;
    border-radius: 8px;
    box-shadow: 0 6px 18px rgba(220, 38, 38, 0.15);
    transition:
        box-shadow 0.35s ease,
        transform 0.35s ease,
        background-color 0.35s ease;
}

.rav-feature-box:hover {
    box-shadow: 0 12px 30px rgba(220, 38, 38, 0.17);
    transform: translateY(-6px);
    background-color: #fff;
}

/* Title */
.rav-feature-box h4 {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 10px;
    color: var(--secondary-color);
}

/* Text */
.rav-feature-box p {
    font-size: 15px;
    line-height: 1.6;
    color: #555;
}


/* BENEFITS */

.rav-benefits {
    list-style: none;
    padding-left: 0;
    margin-bottom: 15px;
}

.rav-benefits li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 10px;
    font-size: 15px;
    color: #444;
}

.rav-benefits li::before {
    content: "◆";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--primary-color);
    font-size: 16px;
}

.rav-pocket-bottom-content ul {
    padding-left: 20px;
    margin-bottom: 15px;
}

.rav-pocket-bottom-content li {
    font-size: 15px;
    margin-bottom: 8px;
    color: #444;
}

/* rav & pocket feeder gallery */
.rav-pocket-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
    margin-top: 40px;
}

.rav-pocket-gallery img {
    width: 100%;
    max-width: 100%;
    height: 300px;
    object-fit: contain;
    /* background: #fafafa;
  box-shadow: 0 8px 18px rgba(0,0,0,0.06); */
    border-radius: 8px;
}

/* RESPONSIVE */
@media (max-width: 992px) {

    .rav-pocket-top,
    .rav-pocket-bottom {
        flex-direction: column;
    }

    .rav-pocket-features {
        grid-template-columns: 1fr;
    }

    .rav-pocket-title {
        font-size: 28px;
    }

    .rav-pocket-gallery {
        grid-template-columns: 1fr 1fr;
    }

    .rav-pocket-top,
    .rav-pocket-bottom {
        flex-direction: column;
        align-items: flex-start;
    }

    .rav-pocket-bottom-content,
    .rav-pocket-bottom-img {
        width: 100%;
    }

    .rav-pocket-bottom-img {
        margin: 0 auto;
        text-align: center;
    }
}

@media (max-width: 576px) {
    .rav-pocket-gallery {
        grid-template-columns: 1fr;
    }

    .rav-pocket-gallery img {
        height: auto;
    }

    .rav-pocket-bottom-content {
        text-align: justify;
    }

    .rav-pocket-bottom-img img {
        width: 90%;
        max-width: 320px;
        height: auto;
    }
}

/* drag chain section style start */
.drag-chain {
    padding: 50px 0;
    background: #fff;
}

/* COMMON FLEX */
.drag-chain-top,
.drag-chain-bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
    margin-bottom: 40px;
}

.drag-chain-bottom {
    margin-top: 60px;
}

.drag-chain-img,
.drag-chain-content,
.drag-chain-bottom-content,
.drag-chain-bottom-img {
    flex: 1 1 48%;
}

/* IMAGES */
.drag-chain-bottom-img img {
    width: 100%;
    height: 350px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

.drag-chain-img img {
    width: 400px;
    height: 400px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

/* TITLE */
.drag-chain-title {
    font-size: 34px;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 20px;
}

/* TEXT */
.drag-chain-content p,
.drag-chain-bottom-content p {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
    text-align: justify;
    margin-bottom: 12px;
}

/* FEATURES GRID */
.drag-chain {
    padding: 60px 0;
    background: #fff;
}

/* FEATURES WRAPPER */
.drag-chain-features {
    display: flex;
    gap: 40px;
    align-items: center;
}

/* LEFT SIDE : FEATURE LIST */
.drag-chain-feature-list {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* FEATURE BOX */
.drag-feature-box {
    padding: 10px 20px;
    background: #fafafa;
    border-radius: 8px;
    box-shadow: 0 6px 18px rgba(220, 38, 38, 0.15);
    transition: all 0.3s ease;
}

.drag-feature-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(220, 38, 38, 0.17);
}

.drag-feature-box h4 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
    color: var(--secondary-color);
}

.drag-feature-box p {
    font-size: 15px;
    line-height: 1.6;
    color: #555;
}

/* RIGHT SIDE : IMAGE STACK */
.drag-chain-image-stack {
    flex: 0 0 40%;
    display: flex;
    flex-direction: column;
    gap: 25px;
    align-items: center;
}

/* IMAGE CONTROL */
.drag-chain-image-stack img {
    width: 100%;
    max-width: 380px;
    max-height: 240px;
    height: auto;
    object-fit: contain;
}

/* BENEFITS (DIAMOND BULLETS) */
.drag-chain-benefits {
    list-style: none;
    padding-left: 0;
}

.drag-chain-benefits li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 10px;
    font-size: 15px;
    color: #444;
}

.drag-chain-benefits li::before {
    content: "◆";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--primary-color);
    font-size: 14px;
}

/* RESPONSIVE */
@media (max-width: 992px) {

    .drag-chain-top,
    .drag-chain-bottom {
        flex-direction: column;
    }

    .drag-chain-features {
        grid-template-columns: 1fr 1fr;
    }

    .drag-chain-title {
        font-size: 28px;
    }

    .drag-chain-features {
        flex-direction: column;
    }

    .drag-chain-features>div:last-child {
        flex: none;
    }

    .drag-chain-features img {
        max-width: 320px;
    }

    .drag-chain-features {
        flex-direction: column;
    }

    .drag-chain-image-stack {
        flex: none;
    }

    .drag-chain-image-stack img {
        max-width: 320px;
        max-height: 200px;
    }

    .drag-chain {
        padding: 30px 0;
        background: #fff;
    }
}

@media (max-width: 576px) {
    .drag-chain-features {
        grid-template-columns: 1fr;
    }

    .drag-chain-image-stack img {
        max-width: 280px;
    }

    .drag-chain {
        padding: 30px 0;
        background: #fff;
    }
}

@media (max-width: 992px) {
    .drag-chain-top {
        flex-direction: column;
        text-align: center;
    }

    .drag-chain-content {
        text-align: left;
    }

    .drag-chain-title {
        font-size: 28px;
    }

    .drag-chain-img img {
        max-width: 320px;
    }
}

@media (max-width: 576px) {
    .drag-chain-img img {
        max-width: 260px;
    }
}

/* pressure vessel section style start */
.pressure-vessel {
    padding: 40px 0px;
    background-color: white;
}

/* TOP SECTION */
.pressure-vessel-top {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 10px;
}

.pressure-vessel-content {
    flex: 1 1 65%;
    padding: 35px;
}

.pressure-vessel-title {
    font-size: 34px;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 20px;
}

.pressure-vessel-content p {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 14px;
    text-align: justify;
}

.pressure-vessel-img {
    flex: 1 1 35%;
    display: flex;
    justify-content: center;
}

.pressure-vessel-img img {
    width: 100%;
    max-width: 420px;
    height: 400px;
    object-fit: contain;
}

/* FEATURES */
.pressure-vessel-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 25px;
}

.pressure-feature-box {
    background-color: #f4fbffc1;
    padding: 22px;
    border-radius: 8px;
    /* box-shadow: 0 8px 18px rgba(0,0,0,0.05); */
    box-shadow: 0 5px 20px rgba(0, 140, 199, 0.17);
    transition: 0.3s ease;
}

.pressure-feature-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
}

.pressure-feature-box h4 {
    font-size: 20px;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 10px;
}

.pressure-feature-box p {
    font-size: 15px;
    line-height: 1.6;
    color: #555;
}

/* PRESSURE VESSEL GALLERY */
.pressure-vessel-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin-top: 50px;
}

.pressure-vessel-gallery img {
    width: 100%;
    height: 260px;
    object-fit: contain;
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.pressure-vessel-gallery img:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

@media (max-width: 992px) {
    .pressure-vessel-top {
        flex-direction: column;
    }

    .pressure-vessel-content {
        padding: 10px 2px;
    }

    .pressure-vessel-title {
        font-size: 28px;
    }

    .pressure-vessel-img img {
        max-width: 320px;
    }

    .pressure-vessel-gallery {
        grid-template-columns: repeat(2, 1fr);
    }

    .pressure-vessel-gallery img {
        height: 220px;
    }
}

@media (max-width: 576px) {
    .pressure-vessel-img img {
        max-width: 260px;
    }

    .pressure-vessel-gallery {
        grid-template-columns: 1fr;
    }

    .pressure-vessel-gallery img {
        height: 200px;
    }
}

/* steel chimney section style start */
.chimney-section {
    padding: 60px 0;
    background: #fff;
}

/* TOP LAYOUT */
.chimney-top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
    margin-bottom: 50px;
}

.chimney-content {
    flex: 1 1 55%;
}

.chimney-image {
    flex: 1 1 40%;
    text-align: center;
}

.chimney-image img {
    width: 100%;
    max-width: 420px;
    height: 480px;
    object-fit: contain;
}

/* TITLE */
.chimney-title {
    font-size: 34px;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 20px;
}

/* TEXT */
.chimney-content p {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    text-align: justify;
    margin-bottom: 15px;
}

.chimney-content h4 {
    font-size: 24px;
    font-weight: 600;
    margin: 20px 0 10px;
    color: var(--primary-color);
}

/* GALLERY */
.chimney-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.chimney-gallery img {
    width: 100%;
    max-width: 380px;
    height: auto;
    object-fit: cover;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .chimney-top {
        flex-direction: column;
    }

    .chimney-title {
        font-size: 28px;
    }
}

/* storage tank section style start */
.industrial-storage-tanks {
    padding: 50px 0px;
    background: #f8f9fb;
}

.section-desc {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 50px;
    color: #525151;
}

.tank-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}

.tank-content h4 {
    padding-top: 20px;
    font-size: 20px;
    color: var(--secondary-color)
}

.tank-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    position: relative;
    transition: all 0.4s ease;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.storage-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    padding: 0px 0px 20px;
}

/* LEFT CONTENT */
.storage-content {
    flex: 1 1 55%;
}

.storage-content p {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    text-align: justify;
    margin-bottom: 15px;
}

/* RIGHT IMAGE */
.storage-image {
    flex: 1 1 45%;
    text-align: center;
}

.storage-image img {
    width: 100%;
    max-width: 480px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .storage-wrapper {
        flex-direction: column;
    }

    .storage-image {
        order: -1;
    }

    .storage-image img {
        max-width: 100%;
    }
}

.tank-card img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

/* Hover effect */
.tank-card:hover {
    transform: translateY(-10px);
    box-shadow: rgba(0, 0, 0, 0.45) 0px 15px 30px;
}


.style-overlay .overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.4s;
}

.style-overlay:hover .overlay {
    opacity: 1;
}

.style-overlay h3 {
    color: #fff;
    font-size: 22px;
}

.style-bottom .content {
    padding: 18px;
}

.style-bottom h3 {
    margin-bottom: 6px;
}

.style-border {

    text-align: center;
    padding-bottom: 20px;
}

.style-border h3 {
    margin-top: 15px;
}

/* drum feeder section style start */
.drum-feeder {
    padding: 50px 0;
    background: #fff;
}

.drum-feeder-top,
.drum-feeder-bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
}

.drum-feeder-bottom {
    margin-bottom: 30px;
}

/* TOP */
.drum-feeder-top-img,
.drum-feeder-top-content {
    flex: 1 1 50%;
}

.drum-feeder-top-img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.drum-feeder-top-img img {
    width: 80%;
    max-width: 420px;
    height: auto;
    object-fit: contain;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.drum-feeder-top-content {
    padding-left: 30px;
}

/* BOTTOM */
.drum-feeder-bottom-content {
    flex: 1 1 50%;
}

.drum-feeder-bottom-content {
    padding-right: 30px;
}

.drum-feeder-bottom-img {
    flex: 1 1 50%;
    max-width: 420px;
    height: 300px;
    margin: auto;
    overflow: hidden;
    border-radius: 6px;
}

.drum-feeder-bottom-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* 🔥 cover nicely */
    display: block;
}


/* TEXT */
.drum-feeder-title {
    color: var(--primary-color);
    font-weight: 700;
    font-size: 35px;
    margin-bottom: 20px;
}

.drum-feeder-subtitle {
    font-size: 22px;
    color: var(--primary-color);
}


.drum-feeder-top-content p,
.drum-feeder-bottom-content p {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
    text-align: justify;
    padding: 10px 0;
}

/* GALLERY */
.drum-feeder-gallery {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.drum-feeder-gallery img {
    width: 30%;
    max-width: 300px;
    height: 300px;
    object-fit: cover;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

}


/* RESPONSIVE */
@media (max-width: 992px) {

    .drum-feeder-top,
    .drum-feeder-bottom {
        flex-direction: column;
    }

    .drum-feeder-top-content,
    .drum-feeder-bottom-content {
        padding: 0;
        margin-top: 20px;
    }
}

@media (max-width: 576px) {
    .drum-feeder-title {
        font-size: 28px;
    }

    .drum-feeder-gallery {
        flex-direction: column;
    }

    .drum-feeder-gallery img {
        width: 100%;
    }

    .drum-feeder {
        padding: 30px 0;
    }
}

/* UL LIST STYLING */
.drum-feeder ul {
    list-style: none;
    padding-left: 0;
    margin: 15px 0 20px;
}

.drum-feeder ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    margin-left: 20px;
    font-size: 15px;
    color: #444;
    line-height: 1.6;
}

.drum-feeder ul li::before {
    content: "❖";
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 13px;
    color: var(--primary-color);
    font-weight: 600;
}

.drum-feeder ul li strong {
    color: #222;
}

/* scaph section style start */
.scaph-layout {
    background: #ffffff;
    padding: 40px 20px;
}

.scaph-wrapper {
    max-width: 1100px;
    margin: auto;
}

/* Title */
.scaph-title {
    font-size: 34px;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 20px;

}

/* Top Section */
.scaph-top {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

/* Left Vertical Image */
.scaph-left-img img {
    width: 300px;
    height: 380px;
    object-fit: cover;
    border: 3px solid #0b3c5d;
}

/* Text Area */
.scaph-text {
    flex: 1;
    font-size: 15px;
    color: #003366;
    line-height: 1.6;
    margin-left: 60px;
    margin-right: 20px;
}

.scaph-text p {
    margin-bottom: 15px;
    text-align: justify;
}

/* Bottom Images */
.scaph-bottom-images {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-top: 30px;
}

.scaph-bottom-images img {
    width: 100%;
    height: 180px;
    object-fit: contain;
    border: 3px solid #1275a4;
    padding: 5px;
    background: #fff;
}


/* ===============================
   TABLET VIEW
================================ */
@media (max-width: 992px) {
    .scaph-title {
        font-size: 28px;
    }

    .scaph-top {
        gap: 20px;
    }

    .scaph-left-img img {
        width: 220px;
        height: 320px;
    }

    .scaph-bottom-images {
        grid-template-columns: repeat(2, 1fr);
    }

    .scaph-text {
        flex: 1;
        font-size: 15px;
        color: #003366;
        line-height: 1.6;
        margin-left: 0px;
        margin-right: 0px;
    }
}

/* ===============================
   MOBILE VIEW (PERFECT)
================================ */
@media (max-width: 576px) {

    .scaph-layout {
        padding: 30px 12px;
    }

    .scaph-title {
        font-size: 22px;
        margin-bottom: 20px;
    }

    /* Stack image and text */
    .scaph-top {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .scaph-left-img img {
        width: 100%;
        max-width: 320px;
        height: auto;
        aspect-ratio: 3 / 4;
    }

    .scaph-text {
        font-size: 14px;
        margin-top: 15px;
        text-align: left;
        margin-left: 0px;
        margin-right: 0px;
    }

    /* Bottom images */
    .scaph-bottom-images {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-top: 25px;
    }

    .scaph-bottom-images img {
        height: auto;
        aspect-ratio: 4 / 3;
        border-width: 2px;
    }
}

/* scrubber section style start */
.scrubber-page {
    max-width: 1200px;
    margin: 40px auto;
    padding: 20px;
    font-family: Arial, sans-serif;
    color: #2c3e50;
    line-height: 1.6;
}

.scrubber-brand {
    font-size: 1.5rem;
    color: #7f8c8d;
    font-weight: bold;
}

.scrubber-title {
    font-size: 34px;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 20px;
}

/* Gallery Layout */
.scrubber-gallery {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 50px;

}

.scrubber-card {
    flex: 1;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.scrubber-card:hover {
    transform: translateY(-10px);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 10px 25px;
}

.scrubber-img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
    border-radius: 8px 8px 0 0;
}

.scrubber-caption {
    padding: 15px;
    margin: 0;
    text-align: center;
    font-weight: bold;
    color: #34495e;
}

/* Content Grid */
.scrubber-main-content {
    display: flex;
    gap: 50px;
    align-items: flex-start;
}

.scrubber-description {
    flex: 2;
}

.scrubber-features-box {
    flex: 1;
    background-color: #06094e;
    color: #ffffff;
    padding: 25px;
    border-radius: 12px;
}

.scrubber-section-head {
    color: var(--primary-color);
    font-size: 1.8rem;
    margin-top: 0;
}

.scrubber-section-head-alt {
    color: #ffffff;
    font-size: 1.8rem;
    margin-top: 0;
    border-bottom: 2px solid #ffffff;
    padding-bottom: 10px;
}

.scrubber-text {
    margin-bottom: 20px;
    font-size: 1.1rem;
}

.scrubber-list {
    list-style-type: square;
    padding-left: 20px;
    padding-top: 10px;
}

.scrubber-list-item {
    margin-bottom: 15px;
    font-size: 1rem;
}

/* Mobile Responsiveness */
@media (max-width: 900px) {

    .scrubber-gallery,
    .scrubber-main-content {
        flex-direction: column;
    }
}

/* metalick section style start */
.bellows-section {
    padding: 60px 20px;
}

.section-title {
    text-align: center;
    margin-bottom: 40px;
}

.Metallic-title {
    font-size: 34px;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 20px;

}

.section-title p {
    font-size: 16px;
    line-height: 1.7;
    max-width: 900px;
    margin: auto;
    color: #272626;
}

.content-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
}

.content-box {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: rgba(255, 42, 42, 0.24) 0px 3px 8px;
    transition: transform 0.3s ease;
}

.content-box:hover {
    transform: translateY(-5px);
}

.content-box h2 {
    font-size: 22px;
    margin-bottom: 15px;
    color: var(--primary-color);
    border-left: 4px solid var(--secondary-color);
    padding-left: 10px;
}

.content-box ul {
    list-style: none;
}

.content-box ul li {
    padding-left: 22px;
    margin-bottom: 10px;
    position: relative;
    font-size: 15px;
    line-height: 1.6;
}

.content-box ul li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: var(--secondary-color);
    font-size: 14px;
}


@media (max-width: 992px) {

    .section-title h1 {
        font-size: 30px;
    }

    .section-title p {
        font-size: 15px;
    }

    .custom-gallery {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {

    .bellows-section {
        padding: 35px 12px;
    }

    .section-title h1 {
        font-size: 24px;
        line-height: 1.3;
    }

    .section-title p {
        font-size: 14px;
        line-height: 1.6;
    }

    .content-box {
        padding: 20px;
    }

    .content-box h2 {
        font-size: 20px;
    }

    .content-box ul li {
        font-size: 14px;
    }

    .custom-gallery {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .gallery-item {
        aspect-ratio: 16 / 9;
        border-width: 2px;
    }
}

@media (max-width: 992px) {
    .custom-gallery {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* responsive */
@media (max-width: 576px) {
    .custom-gallery {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .gallery-item {
        border-width: 2px;
    }

    .gallery-item img {
        width: 100%;
        height: 100%;
    }
}

.metalic-gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.metalic-gallery .gallery-item {
    height: 280px;
    overflow: hidden;
    border: 2px solid var(--primary-color);
    box-shadow: rgba(135, 206, 250, 0.5) 0px 5px 15px;
    border-radius: 4px;
    background: #fff;
    transition: box-shadow 0.4s ease;
}

.metalic-gallery .gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
    transform: scale(1);
}

.metalic-gallery .gallery-item:hover img {
    transform: scale(1.05);
}

.metalic-gallery .gallery-item:hover {
    box-shadow: rgba(135, 206, 250, 0.5) 0px 5px 15px;
}

.metalic-gallery .gallery-item:nth-child(5) {
    grid-column: 1 / 3;
}

.metalic-gallery .gallery-item:nth-child(6) {
    grid-column: 3 / 5;
}

@media (max-width: 576px) {

    .metalic-gallery {
        grid-template-columns: 1fr;
    }

    .metalic-gallery .gallery-item {
        height: auto;
    }

    .metalic-gallery .gallery-item img {
        height: auto;
        object-fit: contain;
        padding: 8px;
    }

    .metalic-gallery .gallery-item:nth-child(5),
    .metalic-gallery .gallery-item:nth-child(6) {
        grid-column: auto;
    }
}