@font-face {
    font-family: "Poppins";
    src: url(../fonts/Poppins-Regular.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Poppins";
    src: url(../fonts/Poppins-Medium.woff2) format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Poppins";
    src: url(../fonts/Poppins-SemiBold.woff2) format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Poppins";
    src: url(../fonts/Poppins-Bold.woff2) format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Parkinsans";
    src: url(../fonts/Parkinsans-Regular.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Parkinsans";
    src: url(../fonts/Parkinsans-Medium.woff2) format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Parkinsans";
    src: url(../fonts/Parkinsans-SemiBold.woff2) format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Parkinsans";
    src: url(../fonts/Parkinsans-Bold.woff2) format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Lumanosimo";
    src: url(../fonts/Lumanosimo-Regular.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none !important;
    font-family: "Poppins", sans-serif
}

body {
    background-color: #fff;
    color: #000;
    overflow-x: hidden;
    font-size: 17px;
    font-family: "Poppins", sans-serif
}

html {
    scroll-behavior: smooth
}

ul {
    margin: 0;
    padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif
}

p {
    margin: 0;
    padding: 0
}

.topbar {
    position: relative;
    z-index: 100;
    padding: 15px 0
}

.topbar-contact-info ul li a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center
}

.topbar-contact-info ul li svg {
    fill: #fcb706;
    width: 19px;
    height: 19px;
    margin-right: 6px
}

.topbar-contact-info ul li:last-child {
    margin-right: 0
}

.topbar-contact-info ul li {
    display: inline-block;
    margin-right: 20px;
    color: #fff;
    font-size: 14px
}

.topbar-contact-info ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style: none;
    width: 95%
}

.topbar-contact-info ul li {
    display: inline-block
}

.nav-bar {
    position: absolute;
    width: 100%
}

.header-main {
    width: 100%;
    display: flex;
    padding: 6px 0;
    background-color: #fff;
    position: relative;
    max-width: 1134px;
    margin: 0 auto;
    background: #fffffff0;
    border-radius: 30px;
    border-bottom: 1px solid #fff0;
    z-index: 100;
    backdrop-filter: blur(5px)
}

.header-top-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%
}

.logo {
    width: 155px;
    position: relative;
    margin: 0 auto
}

.logo img {
    width: 100%
}

nav {
    display: flex;
    position: relative;
    z-index: 9999;
    position: relative;
    width: 67%
}

nav>ul {
    display: flex
}

nav>ul>li {
    padding: 0 12px
}

nav>ul>li:first-child {
    padding-left: 0
}

nav>ul>li:last-child {
    padding-right: 0
}

nav>ul>li>a {
    color: #000;
    font-weight: 600 !important;
    font-size: 18px;
    padding: 35px 0;
    transition: 0.3s allease;
    font-weight: 700;
    font-family: "Parkinsans", sans-serif;
    letter-spacing: 1px
}

nav>ul>li:hover a {
    color: #17437a
}

.drop-down-menu a svg {
    width: 25px;
    height: 25px;
    fill: currentColor;
    transition: transform 0.3s ease
}

.drop-down-menu a:hover svg {
    transform: rotate(180deg)
}

.drop-down-menu {
    position: relative
}

.drop-down-nav {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    background-color: #fff;
    top: 80px;
    left: 0;
    width: 347px;
    z-index: 9;
    box-shadow: rgb(0 0 0 / .24) 0 3px 8px
}

.drop-down-menu:hover .drop-down-nav {
    opacity: 1;
    overflow: visible;
    visibility: visible;
    top: 46px;
    transition: 0.5s
}

.drop-down-nav>li {
    border-bottom: 1px solid #d8dadc
}

.drop-down-nav>li:last-child {
    border-bottom: none
}

.drop-down-nav>li>a {
    color: #000 !important;
    position: relative;
    padding: 13px 16px;
    display: inline-block;
    width: 100%;
    font-weight: 500;
    font-size: 18px
}

.drop-down-nav>li:hover {
    background-color: #123866;
    transition: 0.3s
}

.drop-down-nav>li:hover>a {
    color: #fff !important
}

.get-quote a:hover {
    background-color: #0a76a8
}

.get-quote a:hover i {
    transition: .6s ease-in;
    transform: translateX(5px)
}

.get-quote a {
    padding: 15px 35px;
    font-size: 17px;
    background-color: #666;
    color: #fff;
    border-radius: 5px
}

.hamburger-menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 22px;
    display: none
}

.hamburger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: end;
    gap: 5px;
    position: relative;
    z-index: 9;
    cursor: pointer;
    height: 100%;
    width: 30px
}

.bar {
    width: 30px;
    height: 2px;
    position: relative;
    background-color: #000;
    transition: 0.3s
}

.bar:nth-child(2) {
    width: 15px
}

.header-contact .bar:nth-child(2) {
    transform: translateX(-40px);
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
    background-color: #000
}

.header-contact .bar:nth-child(1) {
    transform: rotate(135deg);
    top: 8px;
    position: relative;
    background-color: #000
}

.header-contact .bar:nth-child(3) {
    transform: rotate(225deg);
    top: -6px;
    background-color: #000;
    position: relative
}

.sticky-header.active {
    top: 0;
    opacity: 1;
    visibility: visible;
    animation: sticky-header 1s
}

@keyframes sticky-header {
    0% {
        transform: translateY(-100%)
    }

    100% {
        transform: translateY(0)
    }
}

.sticky-header {
    position: fixed;
    top: -100px;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 40px #000 !important;
    transition: all 0.3s ease;
    z-index: 998;
    opacity: 0;
    visibility: hidden
}

.sticky-header .auto-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0
}

.sticky-header .logo img {
    width: 100%;
    margin-left: 0
}

.sticky-header nav {
    display: flex;
    position: relative;
    z-index: 9999;
    width: 64%
}

.sticky-header .header-top-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 9px 0
}

#banner {
    display: block;
    overflow: hidden;
    width: 100%
}

.banner-slides {
    position: relative;
    overflow: hidden
}

.banner-slides .banner-slide-img {
    width: 100%;
    height: auto;
    aspect-ratio: 1351 / 706;
    display: block
}

.banner-slides::before {
    position: absolute;
    content: "";
    background: linear-gradient(90deg, #000000 0%, #01152e 117.71%);
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100% !important;
    z-index: 1;
    opacity: .7
}

.banner-content {
    position: absolute;
    top: 57%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 999
}

.banner-content-main {
    position: relative;
    z-index: 9;
    width: 100%
}

.banner-text {
    color: #fff;
    position: relative;
    z-index: 999;
    display: flex;
    flex-direction: column;
    gap: 15px
}

.banner-text span {
    opacity: 0;
    transform: translateX(50px);
    transition: 1s;
    font-size: 35px;
    color: #fff;
    z-index: 999;
    position: relative;
    text-align: center;
    font-family: "Parkinsans", sans-serif
}

.banner-text p span {
    opacity: 0;
    transform: translateY(50px);
    transition: 1s;
    color: #fff;
    position: relative;
    z-index: 999;
    font-size: 77px;
    font-weight: 500;
    font-family: "Parkinsans", sans-serif;
    text-align: center
}

.banner-text p {
    opacity: 0;
    transform: translateY(50px);
    transition: 1s;
    color: #fff;
    position: relative;
    z-index: 999;
    font-size: 24px;
    text-align: center;
    font-family: "Parkinsans", sans-serif
}

.banner-main .slick-active .banner-text span {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.5s
}

.banner-main .slick-active .banner-text p span {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.9s
}

.banner-main .slick-active .banner-text p {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 1.3s
}

.banner-main .slick-active .banner-content-main::before {
    transform: translate(-50%, -50%) scale(1.1);
    opacity: .8;
    transition-delay: 0.8s
}

.banner-main .slick-initialized .slick-slide {
    overflow: hidden
}

.slick-active .banner-slide-img {
    animation: zoom-in-out 12s linear infinite alternate
}

@keyframes zoom-in-out {
    0% {
        transform: scale(1);
        transform-origin: center
    }

    100% {
        transform: scale(1.2);
        transform-origin: center
    }
}

.banner-main .slick-active .banner-home-logo img {
    transition-delay: 0.3s
}

.banner-home-logo {
    width: 184px;
    padding-bottom: 20px;
    margin-left: 25px;
    position: relative;
    top: 89px;
    left: 629px
}

.banner-home-logo img {
    width: 100%;
    transition: 1s
}

.box-content {
    position: relative;
    padding: 23px 16px 23px 16px;
    box-shadow: 4px 6px 6px #b3b7ad;
    border-radius: 10px;
    background-color: #fff;
    height: 355px;
    text-align: center;
    transition: all 0.4s ease;
    overflow: hidden;
    z-index: 1;
    margin-bottom: 25px
}

.box-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../images/shade-img-1.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: .7;
    z-index: -1
}

.box-content-1 {
    position: relative;
    padding: 23px 16px 23px 16px;
    box-shadow: 4px 6px 6px #b3b7ad;
    border-radius: 10px;
    background-color: #fff;
    height: 355px;
    text-align: center;
    transition: all 0.4s ease;
    overflow: hidden;
    z-index: 1;
    margin-bottom: 25px
}

.box-content-1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../images/shade-img-2.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: .7;
    z-index: -1
}

.box-content-1:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 25px rgb(0 0 0 / .1)
}

.box-content-1:hover::before {
    bottom: 10px
}

.box-content-1:hover .icon-part img {
    transform: scale(1.1)
}

.box-content-1 h2 {
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    padding-top: 10px;
    color: #012b5e;
    font-family: "Parkinsans", sans-serif
}

.box-content-1 p {
    text-align: justify;
    line-height: 29px;
    padding-top: 15px;
    color: #000
}

.box-content-2 {
    position: relative;
    padding: 23px 16px 23px 16px;
    box-shadow: 4px 6px 6px #b3b7ad;
    border-radius: 10px;
    background-color: #fff;
    height: 355px;
    text-align: center;
    transition: all 0.4s ease;
    overflow: hidden;
    z-index: 1;
    margin-bottom: 25px
}

.box-content-2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../images/shade-img-3.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: .7;
    z-index: -1
}

.box-content-2:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 25px rgb(0 0 0 / .1)
}

.box-content-2:hover::before {
    bottom: 10px
}

.box-content-2:hover .icon-part img {
    transform: scale(1.1)
}

.box-content-2 h2 {
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    padding-top: 10px;
    color: #012b5e;
    font-family: "Parkinsans", sans-serif
}

.box-content-2 p {
    text-align: justify;
    line-height: 29px;
    padding-top: 15px;
    color: #000
}

.image-part {
    background-color: rgb(0 0 0 / 18%);
    background-image: linear-gradient(180deg, rgb(255 255 255 / 56%) 0%, rgb(255 255 255 / 75%) 70%);
    padding: 18px 11px;
    height: 313px;
    border-radius: 20px;
    box-shadow: rgb(0 0 0 / .5) 0 0 40px
}

.box-content:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 25px rgb(0 0 0 / .1)
}

.box-content:hover::before {
    bottom: 10px
}

.icon-part img {
    transition: transform 0.4s ease
}

.box-content:hover .icon-part img {
    transform: scale(1.1)
}

.icon-part {
    text-align: center
}

.box-content span {
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    padding-top: 10px;
    color: #012b5e;
    font-family: "Parkinsans", sans-serif
}

.box-content p {
    text-align: justify;
    line-height: 29px;
    padding-top: 15px;
    color: #000
}

section.choose-sec {
    padding-top: 74px;
    padding-bottom: 45px;
    min-height: 400px
}

.choose-sec h1 {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    color: #06408c;
    position: relative;
    font-family: Cinzel, Sans-serif;
    text-transform: uppercase;
    text-shadow: 2px 2px 1px rgb(0 0 0 / 14%)
}

.choose-sec h1:before {
    position: absolute;
    content: '';
    width: 26%;
    height: 2px;
    left: 36%;
    top: 105%;
    background-color: #959595
}

.choose-sec h1:after {
    position: absolute;
    content: '';
    width: 8%;
    height: 5px;
    left: 46%;
    top: 103%;
    background-color: #023d81;
    border-radius: 10px
}

.about-sec {
    position: relative;
    padding: 60px 0 75px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.about-sec .container {
    position: relative;
    z-index: 2
}

.about-sec h2 {
    font-size: 34px;
    font-weight: 600;
    color: #6c343f;
    text-shadow: 2px 2px 1px rgb(0 0 0 / 10%);
    font-family: "Outfit", sans-serif
}

.text-sec i {
    font-size: 24px
}

.about-sec .box {
    display: flex;
    border-radius: 5px;
    padding: 15px 15px 15px 15px;
    box-shadow: rgb(0 0 0 / .35) 0 5px 15px;
    margin-top: 25px;
    margin-bottom: 20px
}

.about-sec .box img {
    width: 60px;
    height: 60px;
    margin-left: 10px
}

.about-sec .box p {
    font-size: 18px;
    font-weight: 700;
    font-family: "Archivo", serif;
    padding: 0 54px 0 19px;
    color: #ff5d13
}

.about-sec h1 {
    font-size: 33px;
    font-weight: 700;
    color: #115354;
    padding: 6px 0 6px;
    text-shadow: 2px 2px 1px rgb(0 0 0 / 10%);
    font-family: "Parkinsans", sans-serif;
    background: linear-gradient(to right, #fdba0c 0%, #f5b202 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0
}

.about-sec h1 span {
    font-size: 46px;
    font-family: "Yantramanav", serif;
    font-weight: 800;
    color: #ff5d13
}

.about-img-1 img {
    width: 100%
}

.about-sec p {
    font-size: 17px;
    line-height: 33px;
    text-align: justify;
    color: #181818
}

.about-pic {
    position: relative;
    padding-bottom: 96px
}

.side-img {
    position: absolute;
    left: 265px;
    bottom: 42px;
    overflow: hidden;
    border: 4px solid #fff;
    box-shadow: rgb(99 99 99 / 56%) 0 2px 8px 0
}

.jump {
    animation: jumpani 7s linear infinite
}

@keyframes jumpani {
    0% {
        transform: translateY(0)
    }

    25% {
        transform: translateY(-20px)
    }

    50% {
        transform: translateY(0)
    }

    75% {
        transform: translateY(20px)
    }

    100% {
        transform: translateY(0)
    }
}

.about-img {
    position: relative
}

.about-img img {
    box-shadow: rgb(99 99 99 / 86%) 0 2px 8px 0
}

.about-img:after {
    content: "";
    position: absolute;
    height: 150px;
    width: 15px;
    background: #00285a;
    z-index: -1;
    right: 0;
    top: 0;
    border-radius: 0;
    animation: jumpReverseAni 7s linear infinite;
    left: 83%;
    top: 23px
}

@keyframes jumpReverseAni {
    0% {
        transform: translateY(0)
    }

    25% {
        transform: translateY(20px)
    }

    50% {
        transform: translateY(0)
    }

    75% {
        transform: translateY(-20px)
    }

    100% {
        transform: translateY(0)
    }
}

.sub-title {
    position: relative;
    display: inline-block;
    font-size: 18px;
    margin-bottom: 14px;
    margin-top: 7px;
    text-align: center;
    line-height: 30px;
    border-width: 3px;
    border-style: solid;
    border-color: #959595;
    border-image: initial;
    padding: 12px 20px 6px;
    color: #ffbf1b;
    font-weight: 600;
    background-color: #133a67;
    border-radius: 10px;
    font-family: "Lumanosimo", cursive;
    letter-spacing: 2px
}

.text-sec .sub-title::before {
    content: "";
    position: absolute;
    top: -8px;
    left: 50%;
    width: 19px;
    height: 14px;
    background-image: url(../images/arrow-icon.webp);
    transform: translateX(-50%)
}

.read-btn-1 a {
    font-size: 19px;
    color: #fff;
    background-color: #e7a908;
    border: 1px solid #fff;
    padding: 15px 15px;
    font-weight: 500;
    margin-top: 30px;
    display: inline-block;
    position: relative;
    transition: 0.3s ease;
    z-index: 9
}

.read-btn-1 a::before {
    position: absolute;
    content: "";
    background-color: #036;
    color: #fff;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    transition: 0.3s ease
}

.read-btn-1 a:hover::before {
    height: 100%
}

.read-btn-1 a:hover {
    color: #fff
}

.read-btn-1 a svg {
    width: 22px;
    height: 22px;
    fill: #fff;
    transition: 0.5s ease;
    transform: rotate(330deg)
}

.read-btn-1 a:hover svg {
    transform: rotate(360deg)
}

section.about-us {
    margin: 20px 0 70px
}

.material h2 {
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    background-color: #002c5c;
    width: 548px;
    padding: 10px 0 8px 10px;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
    margin-bottom: 5px;
    font-family: "Parkinsans", sans-serif
}

.effi {
    padding: 20px
}

.construction {
    box-shadow: rgb(0 0 0 / .25) 0 .0625em .0625em, rgb(0 0 0 / .25) 0 .125em .5em, rgb(255 255 255 / .1) 0 0 0 1px inset;
    border-radius: 10px;
    border-left: 5px solid #002c5c;
    padding: 30px 15px 20px;
    margin-top: 40px
}

.construction h3 {
    font-size: 27px;
    font-weight: 500;
    padding-bottom: 19px
}

.construction ul {
    list-style: none;
    padding: 0
}

.construction ul>li {
    position: relative;
    padding-left: 31px;
    font-size: 17px;
    padding-bottom: 15px;
    font-weight: 400;
    color: #000
}

.effi p {
    line-height: 28px;
    padding-bottom: 10px
}

.construction p {
    line-height: 34px;
    font-size: 17px
}

.construction li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 23px;
    height: 23px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path fill='%23002c5c' d='M0 256a256 256 0 1 0 512 0 256 256 0 1 0 -512 0zm387.3 11.3l-104 104c-4.6 4.6-11.5 5.9-17.4 3.5S256 366.5 256 360l0-56-96 0c-17.7 0-32-14.3-32-32l0-32c0-17.7 14.3-32 32-32l96 0 0-56c0-6.5 3.9-12.3 9.9-14.8s12.9-1.1 17.4 3.5l104 104c6.2 6.2 6.2 16.4 0 22.6z'/></svg>");
    background-repeat: no-repeat;
    background-size: contain
}

.green-section {
    background-image: url(../images/product-background-1.webp);
    padding: 90px 0 96px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    top: -7px
}

.green-section::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffcb45;
    opacity: .6;
    transition: background .3s, border-radius .3s, opacity .3s
}

.green-section h2 {
    text-align: center;
    font-size: 47px;
    font-weight: 700;
    padding-bottom: 90px;
    position: relative;
    color: #06346a;
    text-shadow: 2px 2px 1px rgb(0 0 0 / 10%);
    font-family: "Parkinsans", sans-serif
}

.green-section h2::before {
    position: absolute;
    content: '';
    width: 21%;
    height: 4px;
    top: 36%;
    left: 37%;
    background-color: #06346a;
    border-radius: 20px
}

.white-box {
    background: #ffffffad;
    position: relative;
    width: 80%;
    overflow: visible;
    border-radius: 20px
}

.image-box {
    position: absolute;
    overflow: visible;
    right: -234px;
    width: 533px
}

.part-img {
    padding: 70px 0 70px 20px;
    background-color: #feefce;
    border-radius: 20px 0 0 20px
}

.part-img h3 {
    font-size: 29px;
    line-height: 28px;
    font-weight: 700;
    text-align: center;
    color: #06305f;
    font-family: "Parkinsans", sans-serif
}

.part-img p {
    text-align: justify;
    line-height: 30px;
    font-size: 17px;
    font-weight: 500;
    margin-top: 24px
}

.part-img h4 {
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;
    text-align: justify;
    color: #000;
    padding-top: 33px
}

.part-img i {
    padding-right: 8px;
    font-size: 18px;
    color: #0c3c74;
    display: flex;
    align-items: center
}

.img1 {
    width: 100%;
    position: relative;
    top: 0;
    right: 0;
    box-shadow: rgb(0 0 0 / .24) 0 3px 8px
}

.net-list {
    padding-left: 7px;
    margin-top: 16px
}

.net-list li {
    margin-bottom: 10px;
    display: flex
}

.read-btn.new-read {
    text-align: center
}

.read-btn a {
    font-size: 18px;
    color: #fff;
    background-color: #06305f;
    border: 1px solid #fff;
    padding: 11px 20px;
    font-weight: 500;
    margin-top: 25px;
    display: inline-block;
    position: relative;
    transition: 0.3s ease;
    z-index: 9
}

.read-btn a::before {
    position: absolute;
    content: "";
    background-color: #000;
    color: #fff;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    transition: 0.3s ease
}

.read-btn a:hover::before {
    height: 100%;
    z-index: 999999;
    color: #fff;
    z-index: -1
}

.read-btn a:hover {
    color: #fff
}

.read-btn a i {
    padding-left: 5px;
    transform: rotate(330deg)
}

.read-btn a:hover i {
    transition: .6s;
    transform: rotate(360deg)
}

.read-1 {
    text-align: center;
    padding-top: 45px
}

.read-1 a {
    position: relative;
    font-size: 18px;
    padding: 15px 27px;
    background-color: #052b56;
    color: #f8f5f0;
    font-weight: 600;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    text-decoration: none;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
    transition: all 0.3s ease;
    z-index: 1;
    margin-top: 40px
}

.read-1 a:hover::before {
    transform: scale(1, 1);
    transform-origin: bottom left
}

.read-1 a::before {
    position: absolute;
    content: "";
    background-color: #bc8800;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    transform: scale(0, 1);
    transform-origin: top right;
    transition: transform 500ms cubic-bezier(.86, 0, .07, 1);
    transition-timing-function: cubic-bezier(.86, 0, .07, 1);
    z-index: -1
}

.read-1 a svg {
    width: 20px;
    height: 20px;
    fill: #fff;
    transition: 0.3s ease
}

.read-1 a:hover svg {
    transform: translateX(5px)
}

.product-sec {
    padding: 70px 0
}

.servic-pro {
    position: relative;
    z-index: 10;
    margin-bottom: 60px
}

.servic-box-img {
    position: relative;
    overflow: hidden;
    padding: 5px 5px 5px 5px;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #9b9a9a;
    border-radius: 10px 10px 10px 10px
}

.servic-box-img::before {
    position: absolute;
    content: "";
    width: 98%;
    height: 97%;
    background-color: rgb(0 0 0 / .6);
    opacity: 0;
    visibility: hidden;
    transition: 0.4s all ease-in-out;
    border-radius: 10px
}

.servic-box-img img {
    width: 100%;
    height: 100%;
    transition: 0.4s all ease-in-out;
    border-radius: 10px
}

.servic-pro .service-box_content {
    position: absolute;
    top: auto;
    bottom: -33px;
    box-shadow: 0 5px 10px 0 rgb(0 0 0 / .15);
    border-style: solid;
    border-color: #113a68;
    border-width: 0 0 5px 0;
    padding: 10px 20px 10px 18px;
    z-index: 9999;
    transition: 0.4s all ease-in-out;
    width: 80%;
    transform: translate(8.5%);
    background-color: #0000005c;
    background-image: linear-gradient(180deg, rgb(255 255 255 / 83%) 0%, #F5F5F5 70%);
    left: 10px
}

.servic-pro .service-box_content::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0%;
    background-color: #fff;
    bottom: 0;
    left: 0;
    z-index: -1;
    transition: 0.4s all ease-in-out
}

.box-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    transition: 0.4s all ease-in-out;
    text-align: center
}

.box-title a {
    color: #000;
    text-decoration: none;
    display: inline-block;
    transition: 0.4s all ease-in-out
}

.servic-pro:hover .service-box_content .box-title a {
    color: #fff
}

.servic-pro:hover .service-box_content::before {
    height: 100%;
    background-color: #20456f
}

.servic-box-img:hover::before {
    opacity: 1;
    visibility: visible
}

.why-choose {
    position: relative;
    overflow: hidden;
    margin-top: 50px;
    padding-bottom: 30px
}

.why-us {
    background-color: #fff;
    border-radius: 7px;
    padding: 40px 0 50px 0
}

.why-us h2 {
    text-align: center;
    font-size: 41px;
    font-weight: 700;
    padding-bottom: 92px;
    color: #a25f2c;
    font-family: "Bai Jamjuree", sans-serif;
    text-shadow: 2px 2px 1px rgb(0 0 0 / 10%);
    position: relative
}

.why-us h2::before {
    position: absolute;
    content: '';
    width: 36%;
    height: 3px;
    top: 38%;
    left: 31%;
    background-color: #a25f2c
}

.mid-img {
    text-align: center
}

.mid-img img {
    animation: round-01 7s linear infinite
}

@keyframes round-01 {
    0% {
        transform: rotate(15deg)
    }

    50% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(15deg)
    }
}

.box-1 {
    background-color: #fff0;
    box-shadow: 0 0 50px 0 rgba(189.77134552001954, 189.77134552001954, 189.77134552001954, .5);
    padding: 20px 12px 20px 13px;
    text-align: center;
    transition: 0.4s all ease;
    border-radius: 10px;
    height: 150px;
    position: relative
}

.box-1 h3 {
    font-size: 22px;
    padding-top: 8px;
    padding-bottom: 6px;
    transition: 0.4s all ease;
    color: #7c2f19;
    font-weight: 600;
    line-height: 33px
}

.box-1 p {
    transition: 0.4s all ease
}

.icon-1 {
    width: 95px;
    height: 95px;
    margin: 0 auto;
    background-color: #ffe0a5;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center
}

.box-part {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    margin-bottom: 40px
}

.row {
    align-items: stretch
}

.box-1:hover {
    transform: translateY(-10px);
    background-color: #b98729;
    cursor: pointer
}

.box-1:hover h3 {
    color: #fff
}

.box-1:hover p {
    color: #fff
}

.mid-img img {
    width: 100%
}

.benefit-part {
    background-image: url(../images/intro-bg.webp);
    padding: 75px 0;
    position: relative;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    background-attachment: fixed;
    background-color: #ffd08c
}

.benefit-part::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgb(0 0 0 / .9) .25%, rgb(0 0 0 / 95%) 47.04%, rgb(0 0 0 / .9) 99.8%);
    opacity: .7;
    transition: background .3s, border-radius .3s, opacity .3s
}

.benefit-part h2 {
    text-align: center;
    font-size: 50px;
    font-weight: 600;
    padding-bottom: 85px;
    position: relative;
    color: #fff;
    text-shadow: 2px 2px 1px rgb(0 0 0 / 10%);
    font-family: "Parkinsans", sans-serif;
    letter-spacing: 1px
}

.benefit-part h2::before {
    position: absolute;
    content: '';
    width: 14%;
    height: 4px;
    top: 39%;
    left: 41%;
    background-color: #fff;
    border-radius: 20px
}

.benefit-part h3 {
    text-align: center;
    font-size: 50px;
    font-weight: 600;
    padding-bottom: 85px;
    position: relative;
    color: #fff;
    text-shadow: 2px 2px 1px rgb(0 0 0 / 10%);
    font-family: "Parkinsans", sans-serif;
    letter-spacing: 1px
}

.benefit-part h3::before {
    position: absolute;
    content: '';
    width: 14%;
    height: 4px;
    top: 39%;
    left: 41%;
    background-color: #fff;
    border-radius: 20px
}

.benefit-part .box-2 h3::before {
    display: none;
}

.benefits_single h3 {
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    margin: 0;
    margin-top: 9px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.box-2 {
    background-color: #6a6a6a2e;
    padding: 10px 12px 20px 13px;
    text-align: center;
    transition: 0.4s all ease;
    border-radius: 10px;
    height: 170px;
    position: relative;
    border: 1px solid #7c7c7c;
    margin-bottom: 30px
}

.box-2 h3 {
    font-size: 22px;
    padding-top: 0;
    padding-bottom: 6px;
    transition: 0.4s all ease;
    color: #fff;
    font-weight: 600;
    line-height: 25px;
    font-family: "Parkinsans", sans-serif
}

.box-2 p {
    transition: 0.4s all ease
}

.icon-2 {
    width: 95px;
    height: 95px;
    margin: 0 auto;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center
}

.box-2:hover {
    transform: translateY(-10px);
    background-color: #dfa202eb;
    cursor: pointer
}

.box-2:hover h3 {
    color: #fff
}

.box-2:hover p {
    color: #fff
}

.application-part {
    margin: 90px 0 99px
}

.application-part .row {
    --bs-gutter-x: 0
}

.application-part h2 {
    text-align: center;
    font-size: 45px;
    font-weight: 700;
    padding-bottom: 100px;
    position: relative;
    color: #06346a;
    text-shadow: 2px 2px 1px rgb(0 0 0 / 10%);
    font-family: "Parkinsans", sans-serif
}

.application-part h2::before {
    position: absolute;
    content: '';
    width: 19%;
    height: 4px;
    top: 39%;
    left: 38%;
    background-color: #06346a;
    border-radius: 20px
}

.app-image {
    position: relative;
    border-right: 2px solid #fff;
    box-shadow: rgb(50 50 93 / .25) 0 6px 12px -2px, rgb(0 0 0 / .3) 0 3px 7px -3px
}

.app-image h3 {
    position: absolute;
    bottom: 40px;
    left: 40px;
    color: #fff;
    font-size: 29px;
    font-weight: 700;
    transition: 0.5s;
    text-shadow: 2px 2px 1px rgb(0 0 0 / 10%);
    font-family: "Parkinsans", sans-serif
}

.app-image::before {
    position: absolute;
    content: "";
    background-color: #000000bf;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .65;
    transition: 0.5s
}

.app-image:hover::before {
    opacity: .8
}

.app-image:hover h3 {
    bottom: 65px
}

.application-part .slick-prev {
    display: none !important
}

.application-part .slick-next {
    display: none !important
}

section.industries-part {
    padding-bottom: 70px;
    padding-top: 90px
}

.industries-part h4 {
    position: relative;
    font-size: 54px;
    color: #00295b;
    text-shadow: 2px 2px 1px rgb(0 0 0 / 17%);
    font-weight: 700;
    text-align: center;
    font-family: "Parkinsans", sans-serif
}

.industries-part h3 {
    position: relative;
    font-size: 54px;
    color: #00295b;
    text-shadow: 2px 2px 1px rgb(0 0 0 / 17%);
    font-weight: 700;
    text-align: center;
    font-family: "Parkinsans", sans-serif
}

.industries-part h4:before {
    content: '';
    position: absolute;
    left: 42%;
    top: 59px;
    height: 4px;
    width: 13%;
    border-radius: 3px;
    background: #00295b
}

.industries-part h3:before {
    content: '';
    position: absolute;
    left: 42%;
    top: 59px;
    height: 4px;
    width: 13%;
    border-radius: 3px;
    background: #00295b
}

.industries-sec {
    padding-top: 95px
}

.project-item {
    position: relative;
    overflow: hidden;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 30px;
    box-shadow: 4px 6px 11px #b3b7ad
}

.image-anime {
    position: relative;
    overflow: hidden
}

.project-image img {
    width: 100%;
    border-radius: 10px;
    box-shadow: rgb(100 100 111 / .2) 0 7px 29px 0
}

.image-anime:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgb(255 255 255 / .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1
}

.project-content {
    content: "";
    position: absolute;
    transition: .5s;
    bottom: 30px;
    left: 30px;
    right: 30px;
    transform: translateY(100%);
    opacity: 0;
    display: flex;
    z-index: 1;
    align-items: flex-end;
    justify-content: flex-end
}

.project-content-title {
    background-color: #fff;
    box-shadow: 0 10px 50px 0 rgb(3 75 91 / .1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 15px
}

.project-content-title h3 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    font-family: "Parkinsans", sans-serif;
    text-transform: capitalize
}

.project-item:hover .project-image figure img {
    transform: scale(1.1)
}

.image-anime:hover:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: #fff0;
    overflow: hidden
}

.image-anime:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgb(255 255 255 / .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1
}

figure {
    margin: 0
}

.project-item:hover .project-content {
    transform: translateY(0);
    opacity: 1;
    transition: all 0.3s ease-in-out
}

.project-content-title svg {
    width: 20px;
    height: 20px;
    fill: #00469c
}

.industries-part .slick-prev {
    display: none !important
}

.industries-part .slick-next {
    display: none !important
}

.quote-more {
    position: relative;
    padding: 65px 0 65px;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-image: url(../images/background-img-1.webp)
}

.quote-more::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #ffcf52;
    z-index: 0;
    opacity: .85
}

.read-more a {
    display: inline-block;
    background-color: #042f5f;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 700;
    transition: background-color 0.3s ease
}

.read-more a:hover {
    background-color: #0056b3
}

.quote-more p span {
    margin-bottom: 0;
    color: #262626;
    line-height: normal;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: .5px;
    position: relative
}

.quote-more p {
    font-size: 21px;
    color: #262626;
    text-align: center;
    padding: 15px 15px;
    position: relative
}

.read-more {
    text-align: center;
    margin: 50px 0
}

.read-more a {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    padding: 12px 15px;
    border: 2px solid #fff;
    border-radius: 55px;
    position: relative;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 3px;
    text-decoration: none;
    transition: background 0.3s ease
}

.read-more a svg {
    width: 20px;
    height: 20px;
    fill: #fff;
    transition: 0.3s ease
}

.read-more a:hover svg {
    transform: translateX(4px)
}

footer {
    padding: 100px 0 25px 0;
    background-image: url(../images/footer-background.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    background-attachment: fixed
}

footer::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .8
}

.foot-logo img {
    background-color: #fff;
    border-radius: 10px;
    padding: 15px;
    position: relative;
    width: 74%
}

.first-foot p {
    color: #fff;
    padding-top: 20px;
    line-height: 28px;
    font-size: 16px;
    position: relative;
    text-align: justify
}

.social {
    display: flex;
    margin-top: 18px;
    position: relative
}

.facebook {
    width: 35px;
    height: 35px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-right: 10px;
    transition: 0.4s all ease;
    cursor: pointer
}

.facebook a {
    color: #083360;
    line-height: 0;
    transition: 0.4s all ease
}

.facebook:hover {
    background-color: #005556;
    transform: translateY(-5px)
}

.facebook:hover a {
    color: #fff
}

.second-foot h4 {
    color: #fff;
    font-size: 27px;
    font-weight: 700;
    padding-left: 25px;
    padding-bottom: 0;
    position: relative;
    font-family: "Parkinsans", sans-serif
}

.second-foot li {
    padding-left: 25px
}

.second-foot li a {
    position: relative;
    color: #fff;
    padding-left: 20px;
    display: block;
    padding-top: 4px;
    transition: 0.3s all ease;
    font-size: 18px;
    margin-top: 14px;
    font-weight: 500;
    padding-left: 24px
}

.second-foot li a::before {
    content: "";
    position: absolute;
    left: -3px;
    top: 9px;
    width: 20px;
    height: 20px;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'><path fill='%23ffffff' d='M535.1 342.6C547.6 330.1 547.6 309.8 535.1 297.3L375.1 137.3C362.6 124.8 342.3 124.8 329.8 137.3C317.3 149.8 317.3 170.1 329.8 182.6L467.2 320L329.9 457.4C317.4 469.9 317.4 490.2 329.9 502.7C342.4 515.2 362.7 515.2 375.2 502.7L535.2 342.7zM183.1 502.6L343.1 342.6C355.6 330.1 355.6 309.8 343.1 297.3L183.1 137.3C170.6 124.8 150.3 124.8 137.8 137.3C125.3 149.8 125.3 170.1 137.8 182.6L275.2 320L137.9 457.4C125.4 469.9 125.4 490.2 137.9 502.7C150.4 515.2 170.7 515.2 183.2 502.7z'/></svg>") no-repeat center center;
    background-size: contain
}

.second-foot li a:hover {
    color: #0f5254;
    padding-left: 25px
}

.second-foot {
    padding-left: 20px
}

.third-foot h2 {
    color: #fff;
    font-size: 23px;
    font-weight: 700;
    padding-left: 5px;
    padding-bottom: 15px;
    position: relative;
    font-family: "Parkinsans", sans-serif
}

.last-foot h4 {
    color: #fff;
    font-size: 29px;
    font-weight: 700;
    padding-left: 5px;
    padding-bottom: 20px;
    position: relative;
    font-family: "Parkinsans", sans-serif
}

.third-foot li {
    padding-left: 5px;
    position: relative
}

.third-foot li a {
    position: relative;
    color: #fff;
    padding-left: 20px;
    display: block;
    transition: 0.3s all ease;
    font-size: 18px;
    margin-top: 10px;
    font-weight: 500
}

.third-foot li a::before {
    position: absolute;
    content: "\f105";
    font-family: "FontAwesome";
    left: 0;
    top: 5px;
    font-size: 15px
}

.third-foot li a:hover {
    color: #0c4344;
    padding-left: 25px
}

.address {
    display: flex;
    padding-bottom: 20px
}

.loca {
    width: 34px;
    display: flex;
    align-items: center;
    gap: 8px
}

.loca svg {
    width: 25px;
    height: 25px;
    fill: #fff;
    margin-right: 8px;
    position: relative
}

.add {
    width: calc(100% - 26px);
    color: #fff;
    line-height: 28px;
    font-size: 18px;
    position: relative
}

.add a {
    color: #fff;
    transition: 0.3s all ease
}

.add a:hover {
    color: #0c4344
}

.botton-line {
    border-top: 1px solid #fff;
    position: relative;
    margin-top: 20px
}

.copy {
    color: #fff;
    position: relative;
    padding-top: 28px
}

.botton-line a {
    color: #fff
}

.power {
    color: #fff;
    position: relative;
    padding-top: 28px;
    text-align: justify
}

iframe {
    border: 0;
    width: 100%
}

.breadcrum {
    background-image: url(../images/background-image.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    padding: 228px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    gap: 17px
}

.breadcrum::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #00030675 0%, #0c3261 117.71%) !important;
    opacity: .95
}

.bread-cont {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    position: relative;
    gap: 15px;
    top: 60px
}

.bread-cont h1 {
    position: relative;
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    padding: 0 10px
}

.bread-last {
    position: relative;
    color: #fff;
    font-size: 18px;
    text-align: center;
    padding: 0 10px;
    display: flex;
    align-items: center;
    gap: 4px
}

.bread-last a,
.bread-last span {
    color: #fff;
    transition: 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px
}

.bread-last a:hover {
    color: #1a62ac
}

.bread-last svg {
    width: 18px;
    height: 21px;
    fill: #fff
}

section.butterfly-sec {
    margin-top: 70px;
    padding-bottom: 40px
}

.butterfly-sec h2 {
    text-align: center;
    text-shadow: 2px 2px 1px rgb(0 0 0 / 13%);
    font-weight: 700;
    text-align: center;
    font-size: 37px;
    color: #0c3262
}

.butterfly-sec p {
    text-align: center;
    margin-top: 10px;
    font-size: 17px;
    font-weight: 400
}

.valve-part {
    padding-top: 60px
}

.advant-point ul {
    list-style: none;
    padding: 0
}

.valve-part ul>li {
    position: relative;
    padding-left: 28px;
    font-size: 17px;
    padding-bottom: 15px;
    font-weight: 400;
    color: #000
}

.valve-part li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 25px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3Cpath fill='%2300000' d='M441.3 299.8C451.5 312.4 450.8 330.9 439.1 342.6L311.1 470.6C301.9 479.8 288.2 482.5 276.2 477.5C264.2 472.5 256.5 460.9 256.5 448L256.5 192C256.5 179.1 264.3 167.4 276.3 162.4C288.3 157.4 302 160.2 311.2 169.3L439.2 297.3L441.4 299.7z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain
}

.valve-part .valve-content p {
    text-align: justify;
    line-height: 35px;
    margin-bottom: 5px
}

.sub-heading {
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
    color: #fff;
    position: relative;
    font-size: 20px
}

.butterfly-img img {
    width: 100%;
    border-radius: 20px;
    box-shadow: rgb(0 0 0 / .24) 0 3px 8px
}

.advantage {
    padding: 0 0 20px;
    position: relative
}

.advant-point {
    padding: 30px 25px;
    border-radius: 20px;
    background-image: url(../images/product-part-background-1.webp);
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    background-size: cover;
    height: 400px
}

.advant-point::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .90;
    border-radius: 20px
}

.advant-point::before,
.cont-box:hover .location-icon,
.cont-social a,
.product-time h2,
.table-time th {
    background-color: #022448
}

.advant-point h2 {
    color: #fff;
    position: relative
}

.advant-point ul>li {
    position: relative;
    padding-left: 28px;
    font-size: 17px;
    padding-bottom: 15px;
    font-weight: 400;
    color: #fff
}

.advant-point h2 {
    color: #fff;
    position: relative
}

.advant-point h2,
.solar-servic h3 {
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 20px
}

.advant-point ul {
    list-style: none;
    padding: 0
}

.advant-point li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 25px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3Cpath fill='%23ffffff' d='M441.3 299.8C451.5 312.4 450.8 330.9 439.1 342.6L311.1 470.6C301.9 479.8 288.2 482.5 276.2 477.5C264.2 472.5 256.5 460.9 256.5 448L256.5 192C256.5 179.1 264.3 167.4 276.3 162.4C288.3 157.4 302 160.2 311.2 169.3L439.2 297.3L441.4 299.7z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain
}

table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    color: #333;
    text-align: center;
    box-shadow: rgb(149 157 165 / .2) 0 8px 24px
}

th,
td {
    border: 1px solid #ccc;
    padding: 12px
}

th {
    background: #e5a500;
    color: #fff;
    font-size: 18px
}

td:first-child {
    font-weight: 700
}

tr:nth-child(even) {
    background: #fff
}

tr:nth-child(odd) {
    background: #d6d6d6
}

section.table-sec {
    margin: 14px 0 80px
}

.key-feature h3 {
    font-size: 33px;
    font-weight: 700;
    margin-bottom: 50px;
    text-align: center;
    color: #022448
}

.key-feature {
    padding: 20px 0 70px
}

.contact-boxes-section {
    padding: 85px 0 85px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #ffffff 0%, #fff5f1a1 100%)
}

.contact-boxes-section .container {
    position: relative;
    z-index: 1
}

.contact-head {
    text-align: center;
    margin-bottom: 35px
}

.contact-head h2 {
    color: #002859;
    font-size: 50px;
    font-weight: 700;
    padding-bottom: 34px
}

.contact-head p {
    color: #3d3d3d;
    font-size: 18px;
    max-width: 650px;
    margin: 0 auto
}

.contact-box {
    background-color: #fff;
    border: 1px solid #ecd7d0;
    border-radius: 14px;
    padding: 35px 24px 30px;
    text-align: center;
    height: 100%;
    box-shadow: rgb(0 0 0 / .09) 0 8px 18px;
    transition: transform 0.45s cubic-bezier(.2, .7, .2, 1), box-shadow 0.45s ease, border-color 0.35s ease;
    position: relative;
    overflow: hidden;
    transform-style: preserve-3d;
    will-change: transform
}

.contact-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #002859;
    border-radius: 14px 14px 0 0;
    transition: 0.35s ease
}

.contact-box:hover {
    border-color: #d8ab98;
    box-shadow: rgb(0 0 0 / .18) 0 16px 30px
}

.contact-box:hover::before {
    height: 7px
}

.box-address:hover {
    transform: translateY(-10px) rotate(-1.2deg)
}

.box-email:hover {
    transform: translateY(-12px) scale(1.03)
}

.box-phone:hover {
    transform: translateY(-10px) rotate(1.2deg)
}

.contact-icon {
    width: 68px;
    height: 68px;
    background-color: #0f3361;
    color: #fff;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 18px;
    position: relative;
    transition: 0.35s all ease
}

.contact-box:hover .contact-icon {
    transform: translateY(-3px) scale(1.07);
    background-color: #f9b603;
    box-shadow: rgb(253 187 14 / 36%) 0 0 0 8px
}

.contact-icon svg {
    width: 33px;
    height: 33px;
    color: #fff
}

.box-address .contact-icon svg {
    animation: bouncePin 2s ease-in-out infinite
}

.box-email .contact-icon svg {
    transform-origin: 50% 5%;
    animation: mailSwing 2.3s ease-in-out infinite
}

.box-phone .contact-icon svg {
    transform-origin: 50% 12%;
    animation: phoneRing 1.9s ease-in-out infinite
}

.contact-box h3 {
    color: #1f1f1f;
    font-size: 25px;
    font-weight: 700;
    padding-bottom: 10px
}

.contact-box p {
    color: #133966;
    font-size: 18px;
    line-height: 30px;
    font-weight: 600
}

.contact-box p a {
    color: #133966;
    transition: 0.3s ease;
    font-weight: 600
}

.contact-box p a:hover {
    color: #f9b603
}

.page-part {
    padding-top: 75px;
    padding-bottom: 65px
}

.form-control-feedback {
    display: none
}

.has-feedback label~.form-control-feedback {
    top: 0 !important
}

.error {
    text-align: left !important;
    display: table !important
}

.thnak4 {
    margin-top: 50px
}

.has-feedback .form-control {
    font-size: 16px !important;
    padding: 18px 10px
}

.form-group {
    margin: 15px 0 !important
}

.form-group input {
    font-size: 14px !important;
    line-height: 24px;
    border-radius: 2px;
    border-bottom: 2px solid #002b5c
}

.form-group textarea {
    font-size: 14px !important;
    line-height: 24px;
    border-radius: 2px;
    border-bottom: 2px solid #002b5c
}

.form-group select {
    font-size: 14px !important;
    line-height: 24px;
    border-radius: 2px;
    border-bottom: 2px solid #002b5c
}

.input-group .form-control:last-child,
.input-group-addon:last-child {
    font-size: 14px !important;
    line-height: 24px;
    width: 100% !important
}

.input-group .form-control:last-child,
.input-group-addon:last-child {
    font-size: 14px !important;
    line-height: 24px;
    border-radius: 2px;
    width: 100% !important;
    border-bottom: 2px solid #31aad6
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    margin: 20px 0;
    width: 100% !important
}

.Submit-box {
    background-color: #002b5c;
    color: #fff;
    padding: 10px 15px;
    border: 1px solid #002b5c;
    font-size: 17px;
    border-radius: 2px;
    transition: 0.3s ease
}

.Submit-box:hover {
    background-color: #000;
    border: 1px solid #000
}

.form-control:focus {
    box-shadow: none !important;
    border: 1px solid #002b5c;
    border-bottom: 2px solid #002b5c
}

.input-group>.form-control,
.input-group>.form-floating,
.input-group>.form-select {
    position: relative;
    flex: 1 1 auto;
    width: 100%;
    min-width: 0
}

.get {
    color: #002b5c;
    font-weight: 700;
    font-size: 34px;
    padding-bottom: 15px;
    text-align: center
}

.fill {
    font-size: 19px;
    font-weight: 600;
    text-align: center
}

.Submit-box {
    font-weight: 600
}

section.gallery-part {
    margin: 80px 0
}

.gallery-box {
    margin-bottom: 20px
}

.gallery-box img {
    box-shadow: 4px 6px 11px #b3b7ad;
    width: 100%
}

section.about-part {
    margin-top: 30px
}

@media only screen and (max-width:1900px) {
    .banner-home-logo {
        width: 193px;
        padding-bottom: 20px;
        margin-left: 25px;
        position: relative;
        top: 95px;
        left: 698px
    }

    .banner-text {
        gap: 10px
    }

    .image-2 {
        top: -3%;
        left: 20px
    }

    .green-section h2::before {
        width: 20%;
        top: 35%;
        left: 39%
    }

    .application-part h2::before {
        width: 16%;
        top: 38%;
        left: 40%
    }

    .benefit-part h2::before {
        width: 14%;
        top: 38%;
        left: 42%
    }

    .industries-part h4:before {
        left: 43%;
        top: 58px;
        width: 12%
    }

    .header-main {
        max-width: 1343px
    }

    nav {
        display: flex;
        position: relative;
        z-index: 9999;
        position: relative;
        width: 57%
    }
}

@media only screen and (max-width:1440px) {
    .banner-text {
        gap: 11px
    }

    .banner-text p {
        font-size: 25px;
        text-align: center;
        padding: 0 177px
    }

    .banner-home-logo {
        width: 186px;
        padding-bottom: 20px;
        margin-left: 23px;
        position: relative;
        top: 93px;
        left: 705px
    }

    .header-main {
        max-width: 1333px
    }

    .logo {
        width: 165px;
        position: relative;
        margin: 0 auto
    }

    .green-section h2::before {
        width: 21%;
        top: 35%;
        left: 39%
    }

    .application-part h2::before {
        width: 19%;
        top: 38%;
        left: 40%
    }

    .benefit-part h2::before {
        width: 14%;
        top: 38%;
        left: 42%
    }

    .industries-part h4:before {
        left: 43%;
        top: 58px;
        width: 11%
    }
}

@media only screen and (max-width:1399px) {
    .banner-home-logo {
        width: 195px;
        padding-bottom: 20px;
        margin-left: 23px;
        position: relative;
        top: 84px;
        left: 607px
    }

    .banner-text p {
        font-size: 25px;
        padding: 0 100px
    }

    .image-2 {
        top: -4%;
        left: 20px
    }

    .header-main {
        max-width: 1165px
    }

    nav {
        width: 65%
    }
}

@media only screen and (max-width:1199px) {
    .banner-text p span {
        font-size: 60px
    }

    .banner-text p {
        font-size: 20px;
        text-align: center;
        padding: 0 70px
    }

    .banner-home-logo {
        width: 168px;
        padding-bottom: 20px;
        margin-left: 25px;
        top: 83px;
        left: 517px
    }

    .banner-content {
        top: 65%
    }

    .banner-text {
        gap: 7px
    }

    .header-main {
        max-width: 935px
    }

    nav {
        width: 75%
    }

    .topbar-contact-info {
        padding-left: 8px
    }

    .sticky-header nav {
        width: 73%
    }

    nav>ul>li {
        padding: 0 9px
    }

    .logo {
        width: 158px
    }

    .image-part {
        height: 360px
    }

    .box-content {
        height: 408px
    }

    .box-content-1 {
        height: 408px
    }

    .box-content-2 {
        height: 408px
    }

    .about-sec {
        padding: 35px 0 65px
    }

    .about-sec h1 {
        font-size: 28px
    }

    .green-section {
        padding: 70px 0 75px
    }

    .green-section h2 {
        padding-bottom: 80px
    }

    .green-section h2::before {
        width: 26%;
        top: 38%;
        left: 34%
    }

    .part-img {
        padding: 40px 0 40px 15px
    }

    .read-btn a {
        font-size: 18px;
        padding: 9px 19px;
        margin-top: 10px
    }

    .first-foot {
        margin-bottom: 40px
    }

    .foot-logo img {
        width: 65%
    }

    footer {
        padding: 85px 0 15px 0
    }

    .application-part h2::before {
        width: 23%;
        top: 38%;
        left: 36%
    }

    .application-part {
        margin: 65px 0 80px
    }

    .benefit-part h2::before {
        width: 19%;
        top: 39%;
        left: 39%
    }

    section.industries-part {
        padding-bottom: 40px;
        padding-top: 70px
    }

    .industries-sec {
        padding-top: 80px
    }

    .industries-part h4:before {
        left: 40%;
        top: 59px;
        width: 15%
    }

    .slick-dots {
        display: none !important
    }

    .quote-more h2 {
        font-size: 20px
    }

    .quote-more p {
        font-size: 19px
    }

    .quote-more {
        padding: 60px 0 55px
    }

    .breadcrum {
        padding: 190px 0
    }

    .product-sec {
        padding: 65px 0 45px
    }

    .bread-cont {
        top: 75px
    }

    section.butterfly-sec {
        margin-top: 70px;
        padding-bottom: 40px
    }

    .advantage {
        padding: 0 0 55px
    }

    section.table-sec {
        margin: 14px 0 60px
    }

    .advant-point {
        height: 450px
    }

    section.gallery-part {
        margin: 65px 0 50px
    }

    .contact-boxes-section {
        padding: 65px 0 65px
    }

    .contact-head h2 {
        padding-bottom: 15px;
        font-size: 47px
    }

    .page-part {
        padding-top: 60px;
        padding-bottom: 55px
    }

    .get {
        padding-bottom: 6px
    }

    .box-content-2 h2 {
        font-size: 23px
    }

    .white-box {
        background: #ffffffad;
        position: relative;
        width: 82%;
        overflow: visible;
        border-radius: 20px
    }

    .image-box {
        position: absolute;
        overflow: visible;
        right: -178px;
        width: 442px
    }
}

@media only screen and (max-width:991px) {
    .hamburger-menu {
        display: block;
        cursor: pointer
    }

    nav {
        display: none
    }

    nav>ul {
        position: fixed;
        top: 0;
        left: 0;
        width: 324px;
        background-color: #fff;
        height: 100vh;
        box-shadow: rgb(17 12 46 / .15) 0 48px 100px 0;
        transform: translateX(-100%);
        transition: 0.5s;
        overflow-y: auto;
        display: flex;
        justify-content: flex-start;
        z-index: 999999999999
    }

    .header-contact nav>ul {
        transform: translateX(0)
    }

    nav {
        display: initial
    }

    nav>ul {
        display: initial;
        flex-direction: column
    }

    nav>ul>li>a {
        padding: 15px 0;
        display: block;
        color: #000;
        padding-left: 20px
    }

    nav>ul>li {
        border-bottom: 1px solid #d4d4d4;
        padding-left: 0
    }

    nav>ul>li>a>i {
        display: none !important
    }

    nav>ul>li.drop-down-menu {
        padding-right: 60px;
        position: relative;
        overflow: hidden
    }

    nav>ul>li.drop-down-menu::after {
        position: absolute;
        top: 7px;
        right: 22px;
        content: "+";
        font-size: 27px;
        color: #113965
    }

    nav>ul>li.drop-down-menu.responsive-header::after {
        content: "-" !important
    }

    .drop-down-nav {
        position: initial;
        visibility: visible;
        opacity: 1;
        overflow: visible;
        top: 0;
        left: 0;
        background-color: #113965;
        z-index: 9;
        height: 0;
        transition: none !important;
        padding: 0
    }

    .responsive-header .drop-down-nav {
        height: 100%;
        overflow-y: scroll;
        width: 150%
    }

    .drop-down-nav>li>a {
        color: #fff !important;
        font-size: 17px
    }

    .img1 {
        width: 100%;
        position: relative;
        top: 0;
        right: 0
    }

    .white-box {
        width: 100%
    }

    .part-img {
        padding: 45px 25px 45px 25px
    }

    .read-btn a {
        margin-top: 25px
    }

    .nav-bar {
        position: relative;
        width: 100%
    }

    .topbar {
        display: none
    }

    .banner-content {
        top: 50%;
        transform: translate(-50%, -50%)
    }

    .banner-slides .banner-slide-img {
        width: 100%;
        height: auto
    }

    .banner-text {
        gap: 10px
    }

    .banner-text p {
        font-size: 21px;
        text-align: center;
        padding: 0 0
    }

    .breadcrum {
        padding: 140px 0
    }

    .bread-cont {
        top: 0
    }

    .bread-cont h1 {
        font-size: 34px;
        padding: 0 7px
    }

    .logo {
        width: 161px !important
    }

    .stay-text {
        display: flex;
        flex-direction: column-reverse
    }

    .about-img {
        position: relative;
        margin-top: 25px
    }

    section.about-us {
        margin: 20px 0 60px
    }

    .product-sec {
        padding: 60px 0 37px
    }

    .side-img {
        left: 405px
    }

    .about-img img {
        width: 82%
    }

    section.about-part {
        margin-top: 40px
    }

    .about-img:after {
        height: 160px;
        top: 36px;
        display: none
    }

    .about-sec {
        padding: 0 0 40px
    }

    .about-sec h1 {
        font-size: 40px
    }

    .slick-dots {
        display: none !important
    }

    .power {
        padding-top: 4px
    }

    .copy {
        padding-top: 15px
    }

    .last-foot h4 {
        font-size: 34px;
        font-weight: 700
    }

    .second-foot h4 {
        font-size: 33px;
        padding-bottom: 2px
    }

    .green-section h2::before {
        width: 34%;
        top: 38%;
        left: 29%
    }

    .green-section h2 {
        padding-bottom: 75px
    }

    .application-part h2::before {
        width: 29%;
        top: 44%;
        left: 31%
    }

    .application-part h2 {
        padding-bottom: 80px
    }

    .benefit-part h2::before {
        width: 23%;
        top: 42%;
        left: 35%
    }

    .benefit-part h2 {
        padding-bottom: 70px
    }

    .benefit-part {
        padding: 70px 0 65px
    }

    .industries-part h4:before {
        left: 37%;
        top: 58px;
        width: 20%
    }

    .first-foot {
        margin-bottom: 45px
    }

    .box-content {
        margin-bottom: 30px
    }

    .box-content h2 {
        font-size: 29px
    }

    .box-content-1 h2 {
        font-size: 29px
    }

    .box-content-2 h2 {
        font-size: 26px
    }

    .foot-logo img {
        width: 56%
    }

    .foot-logo {
        text-align: center;
        margin: 0 auto
    }

    .quote-more h2 {
        font-size: 17px
    }

    .quote-more p {
        font-size: 17px;
        padding: 15px 0
    }

    .image-box {
        position: relative;
        overflow: visible;
        right: 0;
        width: 100%;
        top: 9px
    }

    .header-main {
        width: 100%;
        padding: 9px 0;
        margin: 0
    }

    .breadcrum {
        padding: 90px 0
    }

    section.gallery-part {
        margin: 56px 0 43px
    }

    footer {
        padding: 70px 0 10px 0
    }

    .page-part {
        padding-top: 55px;
        padding-bottom: 50px
    }

    section.butterfly-sec {
        margin-top: 60px;
        padding-bottom: 30px
    }

    .key-feature {
        padding: 15px 0 55px
    }

    .valve-part {
        padding-top: 50px
    }

    .valve-content {
        padding-top: 25px
    }

    .butterfly-sec p {
        margin-top: 0
    }

    .advant-point {
        padding: 30px 15px;
        height: 525px
    }

    .advant-point h2,
    .solar-servic h3 {
        font-size: 25px;
        padding-bottom: 18px
    }

    .advantage {
        padding: 0 0 50px
    }

    .about-img-1 img {
        width: 100%;
        margin-top: 20px
    }

    .drop-down-menu a svg {
        display: none
    }

    .img1 img {
        width: 100%
    }

    .read-1 a {
        margin-top: 20px
    }
}

@media only screen and (max-width:767px) {
    .banner-text {
        gap: 10px
    }

    .banner-text p span {
        font-size: 52px
    }

    .banner-text span {
        font-size: 30px
    }

    .banner-text p {
        font-size: 18px;
        padding: 0 0
    }

    .banner-content {
        top: 50%
    }

    .logo {
        width: 159px !important
    }

    .box-content-1 h2 {
        font-size: 25px
    }

    .box-content h2 {
        font-size: 27px
    }

    .box-content-2 h2 {
        font-size: 19px
    }

    .box-content {
        height: 470px
    }

    .box-content-1 {
        height: 470px
    }

    .box-content-2 {
        height: 470px
    }

    .image-part {
        height: 425px
    }

    .about-sec h1 {
        font-size: 32px
    }

    .side-img {
        left: 228px;
        display: none
    }

    .about-img img {
        width: 100%
    }

    .about-img:after {
        height: 149px;
        top: 22px;
        left: 89%
    }

    .box-content-2 p {
        padding-top: 10px
    }

    .quote-more {
        padding: 56px 0 60px
    }

    .read-more {
        text-align: center;
        margin: 10px 0 0
    }

    .read-more a {
        padding: 10px 12px
    }

    .foot-logo img {
        width: 73%
    }

    .box-2 h3 {
        font-size: 20px
    }

    .icon-2 {
        width: 90px;
        height: 90px;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .benefit-part {
        padding: 65px 0 40px
    }

    section.industries-part {
        padding-bottom: 40px;
        padding-top: 55px
    }

    .industries-sec {
        padding-top: 55px
    }

    .industries-part h4:before {
        left: 33%;
        top: 57px;
        width: 29%
    }

    .read-btn-1 a {
        font-size: 17px;
        padding: 10px 13px;
        margin-top: 15px
    }

    .green-section h2 {
        padding-bottom: 50px
    }

    .green-section h2::before {
        width: 54%;
        top: 46%;
        left: 22%
    }

    .green-section {
        padding: 60px 0 60px
    }

    .read-1 a {
        padding: 13px 20px;
        margin-top: 20px
    }

    .app-image h3 {
        position: absolute;
        bottom: 35px;
        left: 30px;
        color: #fff;
        font-size: 25px;
        font-weight: 700;
        transition: 0.5s;
        text-shadow: 2px 2px 1px rgb(0 0 0 / 10%);
        font-family: "Parkinsans", sans-serif
    }

    .application-part h2 {
        padding-bottom: 65px;
        font-size: 43px
    }

    .application-part {
        margin: 55px 0 60px
    }

    .application-part h2::before {
        width: 49%;
        top: 53%;
        left: 25%
    }

    .industries-part h4 {
        font-size: 50px
    }

    .box-title {
        font-size: 16px;
        line-height: 26px
    }

    .key-feature {
        padding: 10px 0 55px
    }

    .key-feature h3 {
        margin-bottom: 35px
    }

    .advant-point {
        padding: 30px 15px 20px;
        height: auto;
        margin-bottom: 20px
    }

    .advant-point h2,
    .solar-servic h3 {
        font-size: 27px
    }

    .advantage {
        padding: 0 0 40px
    }

    .valve-part {
        padding-top: 40px
    }

    .butterfly-sec h2 {
        font-size: 34px
    }

    .get {
        font-size: 25px;
        padding-bottom: 0
    }

    .fill {
        font-size: 17px
    }

    .contact-box p {
        color: #133966;
        font-size: 17px;
        line-height: 30px;
        font-weight: 600
    }

    .about-pic {
        padding-bottom: 40px
    }

    .contact-box {
        padding: 35px 11px 30px
    }
}

@media only screen and (max-width:576px) {
    section.choose-sec {
        padding-top: 60px;
        padding-bottom: 30px
    }

    .application-part h2::before {
        width: 47%;
        top: 49%;
        left: 25%
    }

    .benefit-part h2::before {
        width: 39%;
        top: 49%;
        left: 30%
    }

    .benefit-part h2 {
        padding-bottom: 55px
    }

    .material h2 {
        font-size: 20px;
        width: 410px;
        margin-bottom: 5px
    }

    .construction h3 {
        font-size: 20px
    }

    .butterfly-sec h2 {
        font-size: 28px
    }

    section.butterfly-sec {
        margin-top: 50px;
        padding-bottom: 30px
    }

    .contact-box {
        padding: 35px 15px 30px
    }

    .contact-box p {
        font-size: 17px
    }

    .table-responsive {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    [data-aos] {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important
    }

    iframe {
        border: 0;
        width: 100%;
        position: relative
    }
}

@media only screen and (max-width:450px) {
    .logo {
        width: 151px !important;
        position: relative;
        margin: 0 auto
    }

    .banner-text p span {
        font-size: 35px
    }

    .banner-text span {
        font-size: 23px
    }

    .banner-text p {
        font-size: 16px;
        padding: 0 0
    }

    section.choose-sec {
        padding-top: 50px;
        padding-bottom: 40px
    }

    .about-sec h1 {
        font-size: 30px
    }

    .side-img {
        left: 228px;
        display: none
    }

    .about-img:after {
        display: none
    }

    .about-img img {
        width: 100%
    }

    .about-pic {
        position: relative;
        padding-bottom: 40px
    }

    .image-part {
        padding: 15px 15px;
        height: auto
    }

    .box-content {
        height: auto
    }

    .box-content-1 {
        height: auto
    }

    .box-content-2 {
        height: auto
    }

    .box-content h2 {
        font-size: 31px
    }

    .box-content-1 h2 {
        font-size: 28px
    }

    .box-content-2 h2 {
        font-size: 26px
    }

    .green-section h2 {
        padding-bottom: 60px
    }

    .green-section h2::before {
        width: 62%;
        top: 43%;
        left: 16%
    }

    .part-img h3 {
        font-size: 27px;
        line-height: 30px
    }

    .part-img {
        padding: 45px 15px 30px 15px
    }

    .green-section {
        padding: 60px 0 65px
    }

    .application-part h2::before {
        width: 54%;
        top: 48%;
        left: 20%
    }

    .read-more {
        text-align: center;
        margin: 0 0
    }

    .quote-more h2 {
        font-size: 18px
    }

    .quote-more {
        padding: 47px 0 48px
    }

    .quote-more p {
        font-size: 17px;
        padding: 13px 0
    }

    .app-image h3 {
        font-size: 33px
    }

    .read-more a {
        font-size: 16px
    }

    .application-part {
        margin: 55px 0 60px
    }

    .benefit-part h2::before {
        width: 46%;
        top: 47%;
        left: 25%
    }

    .box-2 {
        height: auto
    }

    .benefit-part {
        padding: 70px 0 40px
    }

    .industries-part h4:before {
        left: 30%;
        top: 53px;
        width: 34%
    }

    section.industries-part {
        padding-bottom: 20px;
        padding-top: 60px
    }

    .foot-logo {
        text-align: center;
        margin: 0 auto
    }

    .foot-logo img {
        width: 44%
    }

    .second-foot li {
        padding-left: 0
    }

    .second-foot {
        padding-left: 0
    }

    .second-foot h4 {
        padding-left: 0
    }

    .last-foot h4 {
        padding-left: 0
    }

    .last-foot h4 {
        padding-left: 0;
        padding-top: 25px
    }

    .second-foot h4 {
        font-size: 33px;
        padding-bottom: 0
    }

    .first-foot {
        margin-bottom: 30px
    }

    footer {
        padding: 65px 0 10px 0
    }

    .material h2 {
        font-size: 18px;
        width: 365px;
        margin-bottom: 6px
    }

    section.about-us {
        margin: 15px 0 60px
    }

    .box-title {
        font-size: 21px;
        line-height: 26px
    }

    .product-sec {
        padding: 55px 0 30px
    }

    section.gallery-part {
        margin: 50px 0 40px
    }

    .key-feature h3 {
        font-size: 30px
    }

    section.butterfly-sec {
        margin-top: 50px;
        padding-bottom: 20px
    }

    .advantage {
        padding: 0 0 15px
    }

    .bread-last {
        text-align: left
    }

    .contact-box p {
        font-size: 18px
    }

    .get {
        font-size: 19px;
        padding-bottom: 2px
    }

    .page-part {
        padding-top: 46px;
        padding-bottom: 50px
    }
}

@media only screen and (max-width:400px) {
    section.choose-sec {
        padding-top: 50px;
        padding-bottom: 30px
    }

    .part-img p {
        margin-top: 15px
    }

    .part-img h3 {
        font-size: 24px;
        line-height: 30px
    }

    .green-section h2 {
        font-size: 44px
    }

    .foot-logo img {
        width: 52%
    }

    footer {
        padding: 70px 0 10px 0
    }

    .logo {
        width: 145px !important;
        position: relative;
        margin: 0 auto
    }

    nav>ul {
        width: 270px
    }

    .hamburger-menu {
        padding-right: 6px
    }

    .material h2 {
        font-size: 17px;
        width: 314px;
        margin-bottom: 6px
    }

    .contact-boxes-section {
        padding: 57px 0 65px !important
    }

    .butterfly-sec h2 {
        font-size: 24px
    }

    section.butterfly-sec {
        margin-top: 45px;
        padding-bottom: 20px
    }

    .advantage {
        padding: 0 0 24px
    }

    .get {
        font-size: 17px;
        padding-bottom: 0
    }

    .page-part {
        padding-top: 40px;
        padding-bottom: 50px
    }

    .bread-last {
        font-size: 17px;
        padding: 0 0;
        gap: 3px
    }

    .bread-cont h1 {
        font-size: 34px;
        padding: 0 0
    }
}

@media only screen and (max-width:350px) {
    .banner-text p {
        font-size: 14px;
        padding: 0 4px
    }

    .banner-text p span {
        font-size: 32px
    }

    .banner-text span {
        font-size: 20px
    }

    .banner-content {
        top: 52%
    }

    .banner-text {
        gap: 6px
    }

    .foot-logo img {
        width: 55%
    }

    .material h2 {
        font-size: 17px;
        width: 289px;
        margin-bottom: 6px
    }

    .contact-head h2 {
        padding-bottom: 0;
        font-size: 42px
    }

    .contact-boxes-section {
        padding: 45px 0 65px !important
    }

    .logo {
        width: 145px !important;
        position: relative;
        margin: 0 auto
    }

    .get {
        font-size: 16px;
        padding-bottom: 4px
    }

    .page-part {
        padding-top: 46px;
        padding-bottom: 50px
    }

    .app-image h3 {
        font-size: 28px
    }

    .green-section h2 {
        font-size: 40px
    }

    .application-part h2::before {
        width: 72%;
        top: 48%;
        left: 11%
    }

    .butterfly-sec h2 {
        font-size: 22px
    }

    .advant-point h2,
    .solar-servic h3 {
        font-size: 24px
    }
}

#chatBtn {
    position: fixed;
    bottom: 10px;
    right: 10px;
    background-color: #000;
    color: #fff;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    border-radius: 30px;
    z-index: 9999
}

/* Blog Card Styles */
.blog-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
}

.blog-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    border-color: rgba(212, 175, 55, 0.2);
}

.blog-card-img-wrap {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 10;
}

.blog-card-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.blog-card:hover .blog-card-img-wrap img {
    transform: scale(1.1);
}

.blog-card-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: linear-gradient(45deg, #D4AF37, #f9b603);
    color: #fff;
    padding: 6px 15px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    z-index: 2;
}

.blog-card-body {
    padding: 25px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.blog-card-meta {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
    font-size: 14px;
    color: #777;
    align-items: center;
}

.blog-card-meta span {
    display: flex;
    align-items: center;
    gap: 6px;
}

.blog-card-meta svg {
    width: 14px;
    height: 14px;
    fill: #D4AF37;
}

.blog-card-title {
    font-family: "Parkinsans", sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 15px;
}

.blog-card-title a {
    color: #0B213F;
    transition: color 0.3s ease;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-card-title a:hover {
    color: #D4AF37;
}

.blog-card-excerpt {
    font-size: 15px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: justify;
}

.blog-card-divider {
    height: 1px;
    background: linear-gradient(to right, rgba(212, 175, 55, 0.3), rgba(212, 175, 55, 0.05));
    margin-bottom: 20px;
    margin-top: auto;
}

.blog-card-readmore {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #0B213F;
    font-weight: 700;
    font-size: 15px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.blog-card-readmore::after {
    content: '→';
    font-size: 18px;
    transition: transform 0.3s ease;
}

.blog-card-readmore:hover {
    color: #D4AF37;
}

.blog-card-readmore:hover::after {
    transform: translateX(5px);
}

@media (max-width: 768px) {
    .blog-card-title {
        font-size: 20px;
    }
}

/* Blog Post Detail Styles */
.blog-detail-section {
    background-color: #fcfcfc;
}

.blog-post-content {
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.03);
}

.post-featured-img {
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.post-featured-img img {
    width: 100%;
    height: auto;
    display: block;
}

.blog-post-body h2 {
    font-family: "Parkinsans", sans-serif;
    font-size: 32px;
    color: #0B213F;
    margin: 35px 0 20px;
    font-weight: 700;
}

.blog-post-body .highlight {
    font-family: "Parkinsans", sans-serif;
    font-size: 26px;
    color: #113965;
    margin: 30px 0 15px;
    font-weight: 600;
}

.blog-post-body p {
    font-size: 17px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 20px;
    text-align: justify;
}

.blog-post-body ul {
    margin-bottom: 25px;
    padding-left: 20px;
}

.blog-post-body ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    font-size: 16px;
    color: #444;
    list-style: none;
}

.blog-post-body ul li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #D4AF37;
    font-weight: bold;
}

.sub-heading {
    font-size: 30px;
    color: #0B213F;
}

@media (max-width: 576px) {
    .blog-post-body h2 {
        font-size: 26px
    }
}

/* Sidebar Styles */
.blog-sidebar {
    position: sticky;
    top: 110px;
    max-height: calc(100vh - 130px);
    overflow-y: auto;
    padding-right: 8px;
    border-radius: 20px;
}

/* Custom Scrollbar for Sidebar */
.blog-sidebar::-webkit-scrollbar {
    width: 6px;
}

.blog-sidebar::-webkit-scrollbar-track {
    background: #f4f6f9;
    border-radius: 10px;
}

.blog-sidebar::-webkit-scrollbar-thumb {
    background: rgba(212, 175, 55, 0.4);
    border-radius: 10px;
}

.blog-sidebar::-webkit-scrollbar-thumb:hover {
    background: #D4AF37;
}

.sidebar-widget {
    background: linear-gradient(145deg, #ffffff, #fafafa);
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.04);
    margin-bottom: 25px;
    border: 1px solid rgba(212, 175, 55, 0.15);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.sidebar-widget:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    border-color: rgba(212, 175, 55, 0.4);
}

.widget-title {
    font-family: "Parkinsans", sans-serif;
    font-size: 21px;
    color: #0B213F;
    font-weight: 700;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 12px;
}

.widget-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background: linear-gradient(90deg, #D4AF37, #f9b603);
    border-radius: 3px;
}

.category-list {
    padding: 0;
    margin: 0;
}

.category-list li {
    margin-bottom: 12px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.08);
    padding-bottom: 8px;
    transition: all 0.3s ease;
}

.category-list li:last-child {
    border-bottom: none;
}

.category-list a {
    color: #555;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
    font-weight: 500;
    position: relative;
    padding: 4px 0 4px 22px;
}

.category-list a::before {
    content: '';
    position: absolute;
    left: 0;
    width: 14px;
    height: 14px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23D4AF37' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: all 0.3s ease;
}

.category-list a:hover {
    color: #D4AF37;
    padding-left: 28px;
}

.category-list a:hover::before {
    left: 6px;
}

.recent-post-item {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    align-items: center;
}

.recent-post-img {
    width: 80px;
    height: 80px;
    border-radius: 12px;
    overflow: hidden;
    flex-shrink: 0;
}

.recent-post-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.recent-post-info h4 {
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 5px;
}

.recent-post-info h4 a {
    color: #0B213F;
    font-weight: 600;
}

.recent-post-info span {
    font-size: 12px;
    color: #888;
}

.cta-widget {
    background: linear-gradient(135deg, #0B213F 0%, #113965 100%);
    color: #fff;
    text-align: center;
}

.cta-widget h3 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 15px;
}

.cta-widget p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    margin-bottom: 20px;
}

.sidebar-btn {
    display: inline-block;
    background: #D4AF37;
    color: #fff;
    padding: 10px 25px;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.sidebar-btn:hover {
    background: #f9b603;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

@media (max-width: 991px) {
    .blog-post-content {
        padding: 25px;
    }

    .blog-sidebar {
        margin-top: 50px;
    }
}

.inq-btn-home img {
    max-width: 40px;
    height: auto;
}

@media only screen and (max-width: 768px) {
    button.btn.moClose {
        background: #b50000;
        color: white;
    }

    .modal-footer {
        width: 100% !important;
    }
}

/* About Us Page Redesign */
.about-redesign-section {
    --navy-primary: #0B213F;
    --navy-light: #17437a;
    --gold-primary: #D4AF37;
    --gold-hover: #f9b603;
    --white: #ffffff;
    --gray-bg: #f8f9fa;
    --text-dark: #181818;
    --text-muted: #555;
    --serif-font: "Parkinsans", sans-serif;
    --body-font: "Poppins", sans-serif;

    background-color: var(--white);
    overflow: hidden;
}

.about-redesign-section .section-title-wrap {
    text-align: center;
}

.about-redesign-section .section-title-wrap h2 {
    font-family: var(--serif-font);
    font-size: 42px;
    font-weight: 700;
    color: var(--navy-primary);
    position: relative;
    display: inline-block;
    padding-bottom: 20px;
}

.about-redesign-section .section-title-wrap h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: var(--gold-primary);
    border-radius: 2px;
}

.about-redesign-section .intro-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

.about-redesign-section .intro-content p {
    line-height: 1.8;
    text-align: justify;
}

.about-redesign-section .intro-image-box {
    position: relative;
}

.about-redesign-section .intro-image-box img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s ease;
}

.about-redesign-section .intro-image-box:hover img {
    transform: scale(1.02);
}

.about-redesign-section .commitment-sec {
    background: linear-gradient(135deg, var(--navy-primary) 0%, #001226 100%);
    color: var(--white);
    border-radius: 40px;
    position: relative;
    overflow: hidden;
}

.about-redesign-section .commitment-sec::before {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    background: var(--gold-primary);
    opacity: 0.1;
    border-radius: 50%;
}

.about-redesign-section .commitment-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 40px;
    align-items: center;
}

.about-redesign-section .commitment-content h3 {
    font-family: var(--serif-font);
    font-size: 36px;
    color: var(--gold-primary);
    margin-bottom: 25px;
}

.about-redesign-section .commitment-content p {
    line-height: 1.7;
    opacity: 0.9;
    margin-bottom: 20px;
    text-align: justify;
}

.about-redesign-section .vision-mission-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.about-redesign-section .vm-card {
    background: var(--white);
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border-top: 5px solid var(--gold-primary);
    transition: all 0.3s ease;
}

.about-redesign-section .vm-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.1);
}

.about-redesign-section .vm-card h4 {
    font-family: var(--serif-font);
    font-size: 28px;
    color: var(--navy-primary);
    margin-bottom: 20px;
}

.about-redesign-section .vm-card p {
    line-height: 1.6;
    text-align: justify;
}

.about-redesign-section .why-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.about-redesign-section .why-card {
    background: var(--gray-bg);
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.about-redesign-section .why-card:hover {
    background: var(--white);
    border-color: var(--gold-primary);
    transform: translateY(-5px);
}

.about-redesign-section .why-card .icon-box {
    width: 70px;
    height: 70px;
    background: var(--navy-primary);
    color: var(--gold-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 30px;
}

.about-redesign-section .why-card h5 {
    color: var(--navy-primary);
    margin-bottom: 15px;
}

.about-redesign-section .why-card p {
    line-height: 1.5;
}

.about-redesign-section .closing-statement {
    text-align: center;
    margin-top: 0;
    padding: 40px;
    background: var(--gray-bg);
    border-radius: 20px;
    border-left: 10px solid var(--gold-primary);
}

.about-redesign-section .closing-statement p {
    font-size: 20px;
    font-style: italic;
    color: var(--navy-primary);
    font-weight: 500;
}

@media (max-width: 991px) {

    .about-redesign-section .intro-grid,
    .about-redesign-section .commitment-grid {
        grid-template-columns: 1fr;
    }

    .about-redesign-section .vision-mission-wrap {
        grid-template-columns: 1fr;
    }
}

.bread-last a:hover {
    color: #fcb706;
}

.about-redesign-section .sustainable-growth {
    text-align: center;
}

/* Redesigned Intro & Commitment */
.about-redesign-section .intro-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 60px;
    margin-bottom: 80px;
}

.about-redesign-section .intro-content {
    flex: 1;
    min-width: 300px;
    padding: 40px;
    background: var(--white);
    border-radius: 30px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(212, 175, 55, 0.1);
    position: relative;
    z-index: 2;
}

.about-redesign-section .intro-content::before {
    content: '"';
    position: absolute;
    top: -20px;
    left: 20px;
    font-size: 120px;
    color: var(--gold-primary);
    opacity: 0.1;
    font-family: serif;
}

.about-redesign-section .intro-image-box {
    flex: 1;
    min-width: 300px;
    position: relative;
}

.about-redesign-section .intro-image-box::after {
    content: '';
    position: absolute;
    top: -30px;
    right: -30px;
    width: 100%;
    height: 100%;
    border: 10px solid var(--gold-primary);
    border-radius: 40px;
    z-index: -1;
    opacity: 0.2;
}

.about-redesign-section .intro-image-box img {
    border-radius: 40px;
    transform: rotate(-2deg);
    transition: all 0.5s ease;
}

.about-redesign-section .intro-image-box:hover img {
    transform: rotate(0deg) scale(1.03);
}

.about-redesign-section .commitment-sec {
    background: #0B213F url('../images/footer-background.webp') no-repeat center/cover;
    background-blend-mode: overlay;
    padding: 40px 0;
    border-radius: 60px;
    position: relative;
}

.about-redesign-section .commitment-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.about-redesign-section .commitment-content {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    padding: 50px;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.about-redesign-section .commitment-content h3 {
    background: linear-gradient(to right, #D4AF37, #f9b603);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.about-redesign-section .commitment-image img {
    border-radius: 30px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
    border: 5px solid rgba(212, 175, 55, 0.3);
}

@media (max-width: 991px) {

    .about-redesign-section .intro-grid,
    .about-redesign-section .commitment-grid {
        flex-direction: column;
        grid-template-columns: 1fr;
    }

    .about-redesign-section .intro-image-box::after {
        display: none;
    }
}

.about-redesign-section .intro-full-width {
    margin: 0 auto;
    text-align: justify;
}

.about-redesign-section .intro-full-width .intro-content {
    background: none;
    box-shadow: none;
    border: none;
    padding: 0;
}

.blog .bread-last {
    padding: 6px 18px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 50px;
    gap: 15px;
}



/* Responsive Adjustments for About Page */
@media (max-width: 991px) {
    .about-redesign-section .section-title-wrap h2 {
        font-size: 32px;
    }

    .about-redesign-section .intro-grid,
    .about-redesign-section .commitment-grid {
        gap: 30px;
        margin-bottom: 40px;
    }

    .about-redesign-section .commitment-sec {
        padding: 40px 20px;
        border-radius: 30px;
    }

    .about-redesign-section .commitment-content {
        padding: 30px;
    }

    .bread-cont {
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

    .blog .bread-last {
        flex-direction: column;
        text-align: center;
        gap: 20px;
        padding: 15px 25px;
        border-radius: 15px;
    }

    .blog .bread-last .d-flex {
        justify-content: center;
        width: 100%;
        gap: 4px;
    }

    .blog .bread-last>span {
        width: 100%;
        display: block;
    }

    .blog .bread-last>span svg {
        display: none;
    }


}

@media (max-width: 576px) {
    .about-redesign-section .section-title-wrap h2 {
        font-size: 28px;
    }

    .about-redesign-section .intro-content {
        padding: 20px;
    }

    .about-redesign-section .intro-full-width .intro-content p,
    .about-redesign-section .sustainable-growth .intro-content p {
        text-align: justify;
    }

    .about-redesign-section .vm-card,
    .about-redesign-section .why-card {
        padding: 20px;
    }

    .about-redesign-section .commitment-content h3 {
        font-size: 28px;
    }

    .about-redesign-section .closing-statement {
        padding: 25px;
    }

    .about-redesign-section .closing-statement p {
        font-size: 17px;
        text-align: justify;
    }
}

/* Poly House Nets Page Custom Styles */
.accordion-button:not(.collapsed) {
    background-color: #113965 !important;
    color: #fff !important;
    box-shadow: none;
}

.accordion-button {
    background-color: #f1f5f9;
    color: #113965;
    font-weight: 600;
}

.accordion-item {
    border: 1px solid #ddd;
    margin-bottom: 10px;
    border-radius: 8px;
    overflow: hidden;
}

.sub-product-card {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    text-align: center;
    height: 100%;
    border: 1px solid #eee;
}

.sub-product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.sub-product-card img {
    border-radius: 8px;
    margin-bottom: 20px;
    height: 200px;
    width: 100%;
    object-fit: cover;
}

.sub-product-card h4 {
    color: #113965;
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0;
    text-transform: capitalize;
}

.content-section {
    padding: 60px 0;
    background: #fdfdfd;
}

.content-section p {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 20px;
}

/* Info Box Section Classes (to avoid inline CSS) */
.info-box-sec {
    background-color: #fdfdfd;
    padding: 60px 0;
}

.info-box-card {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    height: 100%;
}

.info-box-card.navy-border {
    border-left: 5px solid #113965;
}

.info-box-card.gold-border {
    border-left: 5px solid #e5a500;
}

.info-box-card h3 {
    color: #113965;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: 'Parkinsans', sans-serif;
    font-size: 1.75rem;
}

.info-box-list {
    padding-left: 0;
    list-style-type: none;
    margin: 0;
}

.info-box-item {
    margin-bottom: 12px;
    position: relative;
    padding-left: 25px;
    font-size: 16px;
    color: #444;
}

.info-box-icon {
    position: absolute;
    left: 0;
    font-weight: bold;
}

.info-box-icon.navy-color {
    color: #113965;
}

.info-box-icon.gold-color {
    color: #e5a500;
}

/* Page Subtitle Lead Styling */
.product-subtitle-lead {
    color: #0c3262;
    font-weight: 600;
    font-size: 1.25rem;
}

/* Subproduct and FAQ Custom Sections */
.subproducts-sec {
    padding: 60px 0;
    background: #f4f7fb;
}

.subproducts-sec h2 {
    color: #113965;
    font-weight: 700;
    margin-bottom: 40px;
    text-align: center;
}

.faq-sec {
    padding: 60px 0;
}

.faq-sec h2 {
    color: #113965;
    font-weight: 700;
    /* margin-bottom: 40px; */
    text-align: center;
}

/* Custom Overrides for Key Features to prevent content overflow */
.advant-point {
    height: auto !important;
    min-height: 420px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    box-shadow: 0 10px 30px rgba(2, 36, 72, 0.15) !important;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
}

.advant-point:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 15px 40px rgba(2, 36, 72, 0.3) !important;
    border-color: rgba(229, 165, 0, 0.4) !important;
}

.advant-point h3 {
    font-family: 'Parkinsans', sans-serif !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #e5a500 !important;
    margin-bottom: 20px !important;
    position: relative !important;
    z-index: 2 !important;
}

.advant-point ul {
    position: relative !important;
    z-index: 2 !important;
}

.advant-point ul>li {
    font-size: 16px !important;
    line-height: 1.6 !important;
    color: rgba(255, 255, 255, 0.9) !important;
    margin-bottom: 12px !important;
    padding-bottom: 0 !important;
}

.advant-point ul>li strong {
    color: #e5a500 !important;
    font-weight: 600 !important;
}

/* Custom CSS for Benefits & Applications Section to provide unique design and prevent overflows */
.benefits-applications-sec {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    padding: 80px 0;
}

.benefits-applications-sec .section-subtitle {
    color: #113965;
    font-weight: 700;
    font-size: 2.25rem;
    font-family: 'Parkinsans', sans-serif;
    text-align: center;
    margin-bottom: 10px;
}

.benefits-applications-sec .section-lead {
    font-size: 1.1rem;
    color: #555;
    max-width: 700px;
    margin: 0 auto 40px;
}

.benefit-bento-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 30px 24px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 15px;
    height: 100%;
}

.benefit-bento-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 25px -5px rgba(17, 57, 101, 0.1), 0 10px 10px -5px rgba(17, 57, 101, 0.04);
    border-color: rgba(229, 165, 0, 0.4);
}

.benefit-icon-wrap {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: rgba(17, 57, 101, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #113965;
    font-size: 1.25rem;
    font-weight: 700;
    transition: all 0.3s ease;
}

.benefit-bento-card:hover .benefit-icon-wrap {
    background: #113965;
    color: #ffffff;
}

.benefit-title {
    font-family: 'Parkinsans', sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: #113965;
    margin: 0;
}

.benefit-desc {
    font-size: 15px;
    line-height: 1.6;
    color: #555;
    margin: 0;
    text-align: justify;
}

/* App badge card styling */
.app-badge-card {
    background: linear-gradient(135deg, #113965 0%, #0c243e 100%);
    color: #ffffff;
    padding: 30px 24px;
    border-radius: 16px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: flex-start;
    gap: 20px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    height: 100%;
}

.app-badge-card:hover {
    transform: translateY(-5px);
    border-color: rgba(229, 165, 0, 0.5);
    box-shadow: 0 20px 30px rgba(229, 165, 0, 0.15);
}

.app-icon-wrap {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    background: rgba(229, 165, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e5a500;
    flex-shrink: 0;
    transition: all 0.5s ease;
}

.app-badge-card:hover .app-icon-wrap {
    background: #e5a500;
    color: #113965;
    transform: rotate(360deg);
}

.app-icon-wrap svg {
    width: 24px;
    height: 24px;
}

.app-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.app-title {
    font-family: 'Parkinsans', sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    color: #e5a500;
    margin: 0;
}

.app-desc {
    font-size: 14.5px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.85);
    margin: 0;
    text-align: justify;
}

.sub-product-card h4 a {
    color: #113965;
}

.accordion-button:not(.collapsed)::after {
    fill: #fff;
    stroke: #fff;
}

.valve-content p {
    text-align: justify;
    line-height: 35px;
    margin-bottom: 5px;
    margin-top: 10px;
    font-size: 17px;
    font-weight: 400;
}

.faq-ul  {
    padding-left: 0 !important;
    list-style: none;
}

.faq-ul  li {
    position: relative;
    padding: 0 0 0 50px;
    margin-bottom: 12px;
    transition: 0.3s ease;
    overflow: hidden;
}

/* SVG Icon */
.faq-ul  li::before {
    content: '';
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);

    width: 18px;
    height: 18px;

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23113965' viewBox='0 0 512 512'%3E%3Cpath d='M256 48C141.1 48 48 141.1 48 256s93.1 208 208 208 208-93.1 208-208S370.9 48 256 48zm101.8 161.8l-120 120c-6.2 6.2-16.4 6.2-22.6 0l-61.3-61.3c-6.2-6.2-6.2-16.4 0-22.6l22.6-22.6c6.2-6.2 16.4-6.2 22.6 0l27.4 27.4 86.1-86.1c6.2-6.2 16.4-6.2 22.6 0l22.6 22.6c6.3 6.2 6.3 16.4 0 22.6z'/%3E%3C/svg%3E");

    background-size: contain;
    background-repeat: no-repeat;
}
.advant-point.h-100{
    height: 100% !important;
    min-height: auto !important;
}