@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: 'Candara';
url('/assets/fonts/candara-font-family/Candara_Bold.ttf') format('woff'),
url('/assets/fonts/candara-font-family/Candara.ttf')  format('truetype'),
url('/assets/fonts/candara-font-family/aquarion.otf')  format('truetype')
}

body {
    font-family: "Jost", serif;
}

.text-decoration-none {
    text-decoration: none;
}

.padding0 {
    padding: 0 !important;
}

.b-t-l-r {
    border-top-left-radius: 10px;
}

.b-t-r-r {
    border-top-right-radius: 10px;
}

.b-b-l-r {
    border-bottom-left-radius: 10px;
}

.b-b-r-r {
    border-bottom-right-radius: 10px;
}

.index-main {
    position: relative;
}

.index-header {
    height: 130px;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 30px 50px;
    z-index: 999;
    position: relative;
}

.index-logo {
    max-width: 300px;
}

.index-menubar {
    cursor: pointer;

}

.index-slider {
    position: relative;
    top: -130px;
    overflow: hidden;
    width: 100%;
}

.index-slider img {
    object-fit: cover;
    height: 100vh;
    width: 100vh;
}

.index-menu-header {
    height: 50px;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0px 25px;
    justify-content: end;
}

.index-menu-header button {
    background-color: unset;
    border: unset;
}

.modal-dialog-slide {
    transition: transform 0.3s ease-out;
    transform: translateX(100%);
}

.modal.show .modal-dialog-slide {
    transform: translateX(0);
}

.modal-dialog-right {
    position: absolute;
    right: 0;
    margin: 0;
    height: 100vh;
}

#modalDrawerMenu .modal-body {
    padding-right: unset !important;
}

#modalDrawerMenu .modal-content {
    height: 100vh;
    width: 300px;
    background-color: #3A3C40;
}

.mobile-menu {
    list-style: none !important;
    padding-left: 5px;
}

.mobile-menu > li {
    height: 55px;
    list-style: none !important;
    margin-bottom: 8px;
    border-bottom: 2px solid #161C25;
}

.mobile-menu > li > a {
    padding: 6px 8px 6px 0;
    text-decoration: none;
    font-size: 25px;
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    color: #FFFFFF;
    display: block;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
}

.mobile-menu > li:hover {
    border-bottom: 2px solid #67FFC8;
}

.mobile-menu > li:hover > a {
    color: #67FFC8;
}

.mobile-menu-footer {
    position: absolute;
    bottom: 10px;
    width: 100%;
}

.mobile-menu-footer-content {
    display: flex;
    gap: 10px;
    justify-content: center;
    width: 100%;
}

.mobile-menu-footer-content > span {
    width: 44px;
    height: 44px;
}

.mobile-menu-footer-content > span > a {

    border-radius: 10px;
    width: 44px;
    height: 44px;
    background-color: #4E5053;
    display: flex;
    justify-content: center;
    align-items: center;

}

.section-home-banner {
    height: 100vh;
    min-height: 100%;
    width: 100%;
    position: relative;
    top: -130px;
}

.circle-loader {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.section-home-banner .home-banner {
    background-color: #f5f5f5;
    background-size: cover;
    background-position: 50%;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.dimmer {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, .35);
}

.section-home-banner .hero-video-wrapper video {
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    transition: all 1s;
    z-index: -1;
}

.graphic-animation {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.graphic-animation > div {
    position: absolute;
}

/* SVG Container */
.graphic-animation .svg-graphics {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Loop graphic */
.graphic-animation .svg-graphics .loop {
    width: 40%;
    height: 110%;
    top: -5%;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

/* Media Query for portrait */
@media screen and (orientation: portrait) {
    .graphic-animation .svg-graphics .loop {
        width: 50vh;
    }
}

/* Media Query for small screens */
@media (max-width: 575px) {
    .graphic-animation .svg-graphics .loop {
        width: 100%;
    }
}

/* Common line styles */
.graphic-animation .svg-graphics .line_A,
.graphic-animation .svg-graphics .line_B,
.graphic-animation .svg-graphics .line_C {
    fill: none;
    stroke: #ed2327;
    stroke-miterlimit: 10;
}

/* Individual line settings */
.graphic-animation .svg-graphics .line_A {
    stroke-width: 2;
    stroke-dasharray: 400;
    stroke-dashoffset: 800;
}

.graphic-animation .svg-graphics .line_B {
    stroke-width: 4;
    stroke-dasharray: 200;
    stroke-dashoffset: 400;
}

.graphic-animation .svg-graphics .line_C {
    stroke-width: 8;
    stroke-dasharray: 100;
    stroke-dashoffset: 200;
}

/* Media: Line opacity and thickness for small screens */
@media (max-width: 575px) {
    .graphic-animation .svg-graphics .line_A,
    .graphic-animation .svg-graphics .line_B,
    .graphic-animation .svg-graphics .line_C {
        stroke-width: 12;
    }

    .graphic-animation .svg-graphics .line_A,
    .graphic-animation .svg-graphics .line_C {
        stroke-opacity: 0.6;
    }
}

/* Bottom and Top line animation setup */
.graphic-animation .svg-graphics .bottom_line,
.graphic-animation .svg-graphics .top_line {
    fill: none;
    stroke: #ed2327;
    stroke-width: 2;
    stroke-linecap: square;
    stroke-miterlimit: 10;
    stroke-dasharray: 200;
    stroke-dashoffset: 800;
}

/* Bottom line group */
.graphic-animation .svg-graphics .line-group-bot {
    width: 50%;
    height: 100%;
    left: 0;
    position: absolute;
}

@media (max-width: 575px) {
    .graphic-animation .svg-graphics .line-group-bot {
        width: 40%;
        bottom: -20%;
    }

    .graphic-animation .svg-graphics .line-group-bot .line_B {
        transform: translateY(-30px);
    }

    .graphic-animation .svg-graphics .line-group-bot .line_A {
        transform: translateY(-60px);
    }
}

/* Top line group */
.graphic-animation .svg-graphics .line-group-top {
    width: 50%;
    height: 100%;
    right: 0;
    left: unset;
    position: absolute;
}

@media (max-width: 575px) {
    .graphic-animation .svg-graphics .line-group-top {
        width: 40%;
        top: -20%;
    }

    .graphic-animation .svg-graphics .line-group-top .line_B {
        transform: translateY(30px);
    }

    .graphic-animation .svg-graphics .line-group-top .line_A {
        transform: translateY(60px);
    }
}

@keyframes strokeMove {
    to {
        stroke-dashoffset: 0;
    }
}

.graphic-animation .svg-graphics path {
    animation: strokeMove 2s ease-in-out infinite alternate;
}

.graphic-animation .svg-graphics .bottom_line,
.graphic-animation .svg-graphics .top_line {
    fill: none;
    stroke: #ed2327;
    stroke-width: 2;
    stroke-linecap: square;
    stroke-miterlimit: 10;
    stroke-dashoffset: 800;
    stroke-dasharray: 800;
}

.section-home-banner .hero-banner {
    width: 100%;
    max-width: 1500px;
    height: 100vh;
    margin: 0 auto;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.section-home-banner .hero-nav-down {
    position: absolute;
    bottom: 5em;
    right: 0;
    margin-right: 50px;
    cursor: pointer;
}

.section-home-banner .hero-banner h1 {
    font-family: Roboto, sans-serif;
    font-size: 5em;
    font-weight: 900;
    color: rgb(255, 255, 255);
}

.slider-img {
    background-size: cover;
    background-position: 50% 50%;
    -webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 36s linear infinite 0s;
    -moz-animation: imageAnimation 36s linear infinite 0s;
    -o-animation: imageAnimation 36s linear infinite 0s;
    -ms-animation: imageAnimation 36s linear infinite 0s;
    animation: imageAnimation 36s linear infinite 0s;
}

/*Header Section Start*/
.header-section {
    /*background-image: url("/assets/template-hrs/images/header-bg.svg");*/
    height: 100px;
    display: flex;
    justify-content: center;
    background-color: #0b2c41;
}

.header-section-content {
    width: 1200px;
}

.header-section-top {
    height: 40px;
    border-bottom: 2px solid #B8B9BA;
    display: flex;
    align-items: center;
}

.header-section-top-section {
    flex: 1;
    display: flex;
    align-items: center;
}

.header-section-top-section > button {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #CDCDCE;
    border: unset;
    height: 25px;
    width: 25px;
    border-radius: 5px;
    margin-right: 10px;
}

.header-section-top-section > span {
    font-size: 14px;
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    color: white;
    text-decoration: none;
    margin-right: 10px;
}

.header-section-top-section > a {
    font-size: 14px;
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    color: white;
    text-decoration: none;
    margin-right: 10px;

}

.header-section-main {
    display: flex;
    align-items: center;
    height: 90px;
}

.header-section-logo img{
    width: 150px;
}

.header-section-menu {
    flex: 1;
    display: flex;
    justify-content: end;
}

.header-section-menu > ul {
    list-style: none !important;
    padding-left: 5px;
    margin-bottom: 0;
}

.header-section-menu > ul > li {
    list-style: none;
    display: inline-block;
    margin-left: 15px;
    padding: 3px 13px;

}

.header-section-menu > ul > li:hover {
    background: #272A2E;
    border-radius: 7px;
}

.header-section-menu > ul > li:hover > a {
    color: white !important;
}

.header-section-menu > ul > li > a {
    text-decoration: none;
    font-size: 20px;
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    color: white;
    display: block;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
}

.header-section-menubar {
    display: none;
}
.header-section-menubar img {
    width: 100%;
}

.mobile-menu > li > a:hover {
    color: #67FFC8;
}

.menu-active {
    background: white;
    border-radius: 7px;
}

.menu-active > a {
    color: black !important;
}
.index-logo img{
    width: 150px;
}
/*Header Section End*/


/*Gallery Section Start*/
.gallery-section {
    padding: 10px 50px;
}

.gallery-section > .filter-btn-box {
    display: flex;
    height: 68px;
}

.gallery-section > .filter-btn-box > button.filter-btn {
    font-size: 20px;
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    color: #272A2E;
    margin-right: 70px;
    cursor: pointer;
    height: 48px;
    width: 100%;
    border: none;
    border-bottom: 2px solid #fff;
    background: #ffffff;
}

.gallery-section > .filter-btn-box > button:hover,
.gallery-section > .filter-btn-box > button.active {
    border-bottom: 2px solid black;
}

.gallery-image {
    width: 100%;
}

.gallery-image img {
    width: 100%;
    min-height: 350px;
    object-fit: cover;
    object-position: top;
}

.gallery-image > iframe {
    width: 100%;
    min-height: 350px;
}

/*Gallery Section End*/

/*About Section Start*/
.common-section {
    width: 100%;
    margin-bottom: 100px;
}

.common-title {
    /*margin-top: 30px;*/
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-position-x: left;
    min-height: 150px;
    display: flex;
    align-items: center;
    position: relative;
}

.common-section-info {
    padding: 10px 0;
}

.common-title h4 {
    font-family: "Jost", sans-serif;
    font-weight: 500;
    font-size: 35px;
    line-height: 36px;
    text-transform: uppercase;
    color: #010A1C;
    margin-bottom: 0;
    flex: 1;
}

.about-section-info {
    padding: 10px 50px;
}

.about-section-info > h4 {
    font-weight: 500;
    font-size: 25px;
    line-height: 36px;
    text-transform: uppercase;
    color: #010A1C;
}

.about-section-info > table h4 {
    font-weight: 500;
    font-size: 20px;
    line-height: 36px;
    text-transform: uppercase;
    color: #010A1C;
}

.about-section-info > p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #010A1C;
    opacity: 0.7;
    text-align: justify;
}

.about-section-info > table p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #010A1C;
    opacity: 0.7;
    text-align: justify;
}

.about-section-info > table td {
    padding: 0 25px;
    vertical-align: top;
}

.about-section-info > img {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    object-fit: contain;
}

.about-section-info > ul > li {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #010A1C;
    opacity: 0.7;
}

.about-section-info.about-section__client > ul > li {
    color: #010A1C;
    font-weight: 500;
    opacity: 1;
}

.about-section-media {
    height: 650px;
    padding: 0 50px 0 50px;
    width: 100%;
}

.about-section-media-img {
    height: 650px;
    width: 100%;
}

.about-section-media-img img {
    height: 100%;
    width: 100%;
}

.about-section-media-img video {
    height: 100%;
    width: 100%;
}

.about-section-service {
    width: 100%;
    height: 400px;
    position: relative;
}

.about-section-service > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-section-service-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 120px;
    background: linear-gradient(180deg, rgba(29, 33, 31, 0) 0%, #1D211F 100%);
}

.about-section-service-text {
    position: absolute;
    bottom: 30px;
    width: 100%;
    color: white;
    padding-left: 40px;
}

.about-section-service-text > h4 {
    font-weight: 500;
    font-size: 22px;
    line-height: 122.1%;
    text-transform: uppercase;
    color: #FFFFFF;
}

.about-section-service-text > a {
    font-weight: 400;
    font-size: 16px;
    line-height: 122.1%;
    color: #ED2224;
    text-decoration: none;
}

.about-section-title {
    width: 100%;
}

.about-section-title-banner {
    width: 100%;
}

.about-section-title-banner img {
    width: 100%;
}

.about-section-title-menu {
    height: 85px;
    display: flex;
    justify-content: center;
    position: relative;
    top: -40px;
}


.about-section-title-menu > ul {
    padding-left: 0;
}

.about-li-active {
    background: #010A1C !important;
}

.about-section-title-menu > ul > li {
    display: inline-flex;
    list-style: none;
    width: 230px;
    height: 85px;
    background: #ED1C24;
    justify-content: center;
    align-items: center;
}

.about-section-title-menu > ul > li:hover {
    background: #010a1c96 !important;
}

.about-section-title-menu > ul > li > a {
    font-weight: 500;
    font-size: 20px;
    line-height: 29px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-section-member {
    height: 215px;
    display: flex;
    margin-bottom: 30px;
}

.about-section-member-img {
    width: 25%;
}

.about-section-member-img img {
    height: 215px;
    width: 100%;
}

.about-section-member-text {
    width: 75%;
    text-align: left;
    padding-left: 15px;
}

.about-section-member-text > h4 {
    font-weight: 500;
    font-size: 22px;
    line-height: 122.1%;
    color: #000000;
    text-decoration: none;
}

.about-section-member-text > p {
    font-weight: 400;
    font-size: 16px;
    line-height: 122.1%;
    color: #000000;
    opacity: 0.7;
    text-decoration: none;
}

.about-section-member-text > h5 {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #010A1C;
    text-decoration: none;
    text-align: justify;
}

.about-section-title-menu-mobile {
    display: none;
}

/*About Section End*/

/*Product Section Start*/
.product-section {
    margin-bottom: 100px;
}

.product-section-item {
    height: 355px;
    /*background: #FFFFFF;*/
    /*box-shadow: 0 4px 50px rgba(18, 47, 83, 0.1);*/

    width: 100%;
}

.product-section-title {

    font-family: "Jost", sans-serif;
    padding-top: 90px;
    padding-bottom: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-section-title h4 {

    font-family: "Jost", sans-serif;
    font-weight: 500;
    font-size: 36px;
    line-height: 122.1%;
    text-align: center;
    text-transform: uppercase;
    color: #010A1C;
}

.product-section-item-img {
    height: 300px;
    background-color: #F4F5FA;
    width: 100%;
}

.product-section-item-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    background-position: top;
    transform: scale(1); /* Initial state */
    transition: transform 0.3s ease-in-out; /* Smooth transition for the zoom effect */
}
a.text-decoration-none:hover .product-section-item-img img {
    transform: scale(1.1); /* Zoom out to 90% of its size */
}
.product-section-item-title {
    padding: 13px 30px;
    font-weight: 600;
    font-size: 20px;
    line-height: 29px;
    color: #272A2E;
    text-align: center;

    font-family: "Jost", sans-serif;
}

.product-section-btn {
    display: flex;
    justify-content: center;
}

.product-section-btn > button {
    width: 155px;
    height: 50px;
    background: #ED1C24;
    border: none;
}

.product-section-btn > button > a {
    font-family: "Jost", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
}

/*Product Section End*/

/*About Us Section End*/


/*About Us Section Start*/
.about-us-section {
    margin-bottom: 100px;
    background-image: url("/assets/template-hrs/images/about-us.png");
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 184px;
}

.about-us-section-info {
    /*height: 500px;*/
    width: 100%;
    padding: 90px 160px;
    background: rgb(5 11 16 / 30%);
    backdrop-filter: blur(20px);
    text-align: center;
}

.about-us-section-info h1 {
    color: white;
    font-weight: bolder;
    font-family: Candara, 'Verdana', serif;
    font-size: 50px;
}

.about-us-section-info p {
    color: white;
    font-family: 'Verdana', serif;
}


.team-section {
    margin-bottom: 100px;
}

.team-section h2 {
    text-transform: uppercase;
    margin-bottom: 50px;
    font-family: Candara, serif;
    font-weight: bold;
}

/*Contact Section Start*/

.contact-section-intro {
    margin-top: 87px;
    margin-bottom: 50px;
    text-align: center
}

.contact-section-intro h3 {
    font-family: "Jost", sans-serif;
    font-weight: 500;
    font-size: 40px;
    line-height: 58px;
    text-align: center;
    color: #122F53;
}

.contact-section-intro p {
    font-family: "Jost", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #122F53;
    opacity: 0.7;
}

.contact-section-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 5px;
}

.contact-section-list-icon {
    margin-right: 20px;
}

.contact-section-title h4 {
    font-family: "Jost", sans-serif;
}

.contact-section-list-info {
    flex: 1;
}

.contact-section-list-info > h5 {
    font-family: "Jost", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 29px;
    color: #122F53;

}

.contact-section-list-info > p {
    font-family: "Jost", sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: #122F53;
    opacity: 0.7;
}

.contact-section-list-info > ul {
    list-style: none;
    margin-left: 0 !important;
    padding-left: 0 !important;
}

.contact-section-list-info > ul > li {
    display: inline-block;
    margin-right: 10px;
}

.contact-section-map {
    height: 479px;
    width: 100%;
    margin: auto;
}


.contact-comment-item {
    display: flex;
    flex-wrap: wrap;
}

.contact-comment-item-img {
    width: 7%;
    border-radius: 50%;
}

.contact-comment-item-img > img {
    border-radius: 50%;
}

.contact-comment-item-title {
    width: 83%;
}

.contact-comment-item-title > h5 {
    font-family: "Jost", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #122F53;
}

.contact-comment-item-title > p {
    font-family: "Jost", sans-serif;
    font-weight: normal;
    font-size: 12px;
    line-height: 28px;
    text-transform: uppercase;
    color: #122F53;
    opacity: 0.5;
}

.contact-comment-item-replay {
    width: 10%;
}

.contact-comment-item-replay > button {
    font-family: "Jost", sans-serif;
    border: none;
    background: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    text-transform: uppercase;
    color: #122F53;
}

.contact-comment-item-detail {
    font-family: "Jost", sans-serif;
    padding-left: 7%;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    color: #122F53;
    opacity: 0.7;
    margin-bottom: 15px;
}

.contact-comment-item-divider {
    height: 1px;
    background: #D0D5DD;
    width: 100%;
    margin-top: 15px;
}

.contact-comment-item-input {
    width: 48%;
    margin-bottom: 30px;
}

.contact-comment-item-input > label {

    font-family: "Jost", sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 23px;
    color: #122F53;
    margin-bottom: 10px;
}

.b-p-c-m {
    margin-left: 4%;
}

.contact-comment-item-input > input {
    width: 100%;
    height: 60px;
    border: 1px solid #D0D5DD;
    box-sizing: border-box;
    padding-left: 21px;
}

.contact-comment-item-textarea {
    width: 100%;
    margin-bottom: 30px;

}

.contact-comment-item-textarea > label {
    font-weight: normal;
    font-size: 16px;
    line-height: 23px;
    color: #122F53;
    margin-bottom: 10px;
}

.contact-comment-item-textarea > textarea {
    width: 100%;
    height: 180px;
    border: 1px solid #D0D5DD;
    box-sizing: border-box;
    padding: 12px 0 0 21px;
}

.contact-comment-item-button {
    width: 100%;
}

.contact-comment-item-button > button {
    width: 100%;
    height: 60px;
    background: #1D4658;
    border: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    text-transform: uppercase;
    color: #FFFFFF;

}

/* button disabled style*/
.contact-comment-item-button > button:disabled {
    background: #49768a;
    color: #dddddd;
}

.contact-map {
    margin-bottom: 50px;
}

.contact-person-info img {
    height: 299px;
    width: 100%;
    object-fit: contain;
    margin-bottom: 10px;
}

.contact-person-info h3 {
    font-family: "Jost", sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 122.1%;
    color: #000000;
    text-decoration: none;
}

.contact-person-info p {
    font-family: "Jost", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 122.1%;
    color: #000000;
    opacity: 0.7;
    text-decoration: none;
}

.contact-person-info h6 {
    font-family: "Jost", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #010A1C;
    text-decoration: none;
    text-align: justify;
}

/*Contact Section End*/
/*Sustainability Section End*/
.sustainability-section h4{
    font-size: 30px;
}
.sustainability-section p{
    font-size: 20px;
}

.sustainability-section ul li {
    position: relative;
    margin-bottom: 12px;
    padding-left: 30px;
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

/*Sustainability Section Start*/

/*strategy Section Start*/

.strategy-section {
    padding: 50px;
    margin-bottom: 100px;
    background-image: url("/assets/template-hrs/images/strategy.png");
    background-repeat: no-repeat;
    background-size: cover;

}

.strategy-section h2 {
    margin-bottom: 20px;
    text-transform: uppercase;
    color: white;
    font-weight: bolder;
    font-size: 50px;
    font-family: Candara, serif;
}

.strategy-section-card {
    border-radius: 10px;
}

.strategy-section-card-text {
    padding: 10px;
    background: white;
}

.strategy-section-card-text p {
    font-family: Verdana, serif;
}

.strategy-section-card img {
    width: 100%;
    height: 270px;
    object-fit: cover;
    object-position: top;
}

.strategy-section h4 {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: Candara, serif;
    font-weight: bold;
}

/*strategy Section Start*/

/*Processing Section Start*/
.processing-section {

}

.processing-section h2 {
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.processing-section p {
    text-align: center;
}

/*Processing Section Start*/

/*Footer Section Start*/
.footer-section {
    width: 100%;
    padding: 0 100px;
    background-color: #272A2E;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.footer-section-top {
    height: 403px;
    padding-top: 63px;
}

.footer-section-divider {
    width: 100%;
    height: 2px;
    background-color: #7D7F83;
}

.footer-section-intro > a img {
    margin-bottom: 40px;
    width: 150px;
}

.footer-section-intro p {

    font-family: "Jost", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    color: #EAEBEA;
}

.footer-section-menu p {

    font-family: "Jost", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    color: #EAEBEA;
}

.footer-section-intro ul {
    padding-left: 0;
}

.footer-section-intro ul li {
    list-style: none;
    margin-bottom: 10px;
}

.footer-section-intro ul li span {
    font-family: 'Jost', sans-serif;
    font-style: normal;
    font-size: 16px;
    line-height: 28px;
    color: #EAEBEA;
}

.footer-section-menu > h3 {
    font-family: 'Jost', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
    color: #EAEBEA;
}

.footer-section-menu > ul {
    padding-left: 0;
}

.footer-section-menu > ul > li {
    list-style: none;
}

.footer-section-menu > ul > li > a {
    font-weight: 400;

    font-family: "Jost", sans-serif;
    font-size: 16px;
    line-height: 44px;
    color: #EAEBEA;
    opacity: 0.8;
    text-decoration: none;
}

.footer-section-menu > ul > li > a :hover {
    color: #00A69C !important;
}

.footer-section-bottom {
    height: 64px;
    display: flex;
    align-items: center;
    padding-top: 16px;
}

.footer-section-copy-right {
    font-family: "Jost", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #EAEBEA;
}

.footer-section-dev {
    text-align: right;
}

.footer-section-dev > span {

    font-family: "Jost", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #EAEBEA;
}

.footer-section-dev > a {

    font-family: "Jost", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #EAEBEA;
}

.footer-section-social {
    position: relative;
    padding-left: 9%;
    float: right;
}

.footer-section-social > ul {
    position: relative;
}

.footer-section-social > ul > li {
    width: 35px;
    height: 35px;
    list-style: none;
    display: inline-block;
    margin-right: 10px;
    text-align: center;
    cursor: pointer;
    border-radius: 25px;

}

.footer-section-social > ul > li > a {
    font-weight: normal;
    font-size: 16px;
    line-height: 23px;
    color: #122F53;
    padding-top: 10px;
}

.footer-section-social > ul > li > a > img {
    margin-top: 10px;
}

.footer-section-menu iframe {
    width: 100%;
}

.fb-hover:hover {
    background: #0866FF;
}

.yt-hover:hover {
    background: red;
}

.tw-hover:hover {
    background: #0F1419;
}

.insta-hover:hover {
    background: #902BF2;
}

.in-hover:hover {
    background: #0A66C2;
}

.btn-circular-economy {
    background-color: #a77e41;
    border-radius: 50px;
    padding: 13px 20px;
    color: white;
    text-decoration: none;
}

.btn-circular-economy span {
    font-weight: bold;
}

.btn-decarbonization {
    background-color: #00A69C;
    border-radius: 50px;
    padding: 13px 20px;
    color: white;
    text-decoration: none;
}

.btn-decarbonization span {
    font-weight: bold;
}

/*Footer Section End*/

/* Mission Vision New*/
.process-section{
    margin-bottom: 100px;
}

.process-section-img {
    width: 100%;
}

.process-section h2 {
    text-transform: uppercase;
    margin-bottom: 50px;
    font-weight: bold;
    font-family: Candara, serif;
}

.process-timeline-container {
    width: 100%;
    max-width: 350px; /* Adjust as needed */
}

.process-timeline {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative; /* For the main vertical line */
}

/* Main vertical line */
.process-timeline::before {
    content: '';
    position: absolute;
    top: calc(40px / 2);
    bottom: calc(40px / 2);
    left: calc(40px / 2);
    transform: translateX(-50%);
    width: 2px;
    background-color: #333D47;
    z-index: 1;
}

.timeline-item {
    position: relative;
    padding-left: calc(40px + 25px);
    margin-bottom: 30px;
    min-height: 40px; /* Ensure item is at least as tall as marker */
    display: flex; /* For vertical alignment of text with marker */
    align-items: center; /* Vertically centers text with marker by default */
}

.timeline-item:last-child {
    margin-bottom: 0;
}

.timeline-marker {
    position: absolute;
    left: 0;
    top: 50%; /* Vertically center marker */
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: #1E2A3A;
    color: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: calc(40px * 0.5);
    z-index: 2; /* Above the main line */
}

.timeline-content {
    color: #333D47;
    font-size: 15px;
    line-height: 1.4;
    font-weight: bold;
}

/* --- Special Cases --- */

/* For "Connect with us" (item 3) */
.timeline-item-text-only {
    /* Adjust padding to account for no marker and the branch line */
    padding-left: calc(40px / 2 + 2px / 2 + 20px + 25px / 2);
}

.timeline-item-text-only .timeline-content::before {
    content: '';
    position: absolute;
    height: 2px;
    width: 20px;
    background-color: #333D47;
    top: 50%;
    transform: translateY(-50%);
    /* Position from left edge of text content back towards main line */
    left: calc(.6 * (20px + 25px / 2));
    z-index: 1;
}

/* For "Our Team / Our Platform" (item 4) */
.timeline-item-branched .timeline-marker {
    /* Ensure marker is correctly centered if content is multi-line */
    /* align-items: flex-start for timeline-item helps here if marker top needs to align with text block top */
}

.timeline-item-branched .timeline-content {
    position: relative;
    border-left: 1px solid;
    padding-left: 5px;
}

.timeline-item-branched .timeline-content::before {
    content: '';
    position: absolute;
    height: 2px;
    width: 20px;
    background-color: #333D47;
    top: 50%; /* Aligns with center of marker (and thus main line) */
    transform: translateY(-50%);
    left: calc(-.6 * (40px / 2 + 25px));
    z-index: 1; /* Behind marker text, visually on same level as main line */
}

.timeline-item-branched {
    align-items: flex-start; /* Aligns top of marker with top of text block */
}

.timeline-item-branched .timeline-marker {
    top: 0; /* Align marker to the top */
    transform: translateY(0);
    /* To re-center the branch line with the marker */
}

.timeline-item-branched .timeline-content::before {
    top: calc(40px / 2); /* Center with marker's new top position */
}

/* For step 4, if the text block is taller, to keep marker vertically centered with it: */
.timeline-item-branched {
    align-items: center; /* Back to default */
}

.timeline-item-branched .timeline-marker {
    top: 50%;
    transform: translateY(-50%);
}

.timeline-item-branched .timeline-content::before {
    top: 50%; /* This should align with the marker's center */
}

.circular-beathing {
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.circular-economy > .card {
    height: 100%;
}

.circular-economy-img {
    width: 70px;
    height: 70px;
    object-fit: contain;
}