/*
** Theme Variables
*/
*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

:root {
    --white: #ffffff;
    --black: #000000;
    --red: #43BBEC;

    --primary: #01204E;
    --primary-a: #045595;

    --secondary: #FBF8F4;
    --secondary-a: #F0E5D6;

    --textyellow: #F8F2EB;

    --btncolor: #F7F1E9;
    --btncolor-a: #FDD0AB;

    --body: var(--black);

    --lightgray: #F2F2F2;

    --link: var(--primary);
    --link-a: var(--primary-a);

    --formlabel: var(--black);
    --formfieldplaceholder: rgba(166, 166, 166, 0.5);
    --formtextcolor: var(--black);
    --formfieldborder: #A6A6A6;
    --formfieldbg: transparent;

    --siteradius: 10px;
    --siteradius20: 20px;
}


/*
** Fonts
*/
@font-face {
    font-family: 'hnd-rg';
    src: url('../fonts/HelveticaNowDisplay-Regular.woff2') format('woff2'),
        url('../fonts/HelveticaNowDisplay-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'hnd-md';
    src: url('../fonts/HelveticaNowDisplay-Medium.woff2') format('woff2'),
        url('../fonts/HelveticaNowDisplay-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'hnd-bd';
    src: url('../fonts/HelveticaNowDisplay-Bold.woff2') format('woff2'),
        url('../fonts/HelveticaNowDisplay-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/*-- Icon --*/
@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?xulegb');
    src: url('../fonts/icomoon.eot?xulegb#iefix') format('embedded-opentype'),
        url('../fonts/icomoon.ttf?xulegb') format('truetype'),
        url('../fonts/icomoon.woff?xulegb') format('woff'),
        url('../fonts/icomoon.svg?xulegb#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: 'icomoon';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-message-text:before {
    content: "\e90f";
}

.icon-eco-friendly-buildings:before {
    content: "\e900";
}

.icon-energy-cost-saving:before {
    content: "\e901";
}

.icon-leftarrow:before {
    content: "\e902";
}

.icon-linkedin:before {
    content: "\e903";
}

.icon-lower-carbon-footprints:before {
    content: "\e904";
}

.icon-pause:before {
    content: "\e905";
}

.icon-play:before {
    content: "\e906";
}

.icon-products:before {
    content: "\e907";
}

.icon-quick-response:before {
    content: "\e908";
}

.icon-rightarrow:before {
    content: "\e909";
}

.icon-spare-parts:before {
    content: "\e90a";
}

.icon-star:before {
    content: "\e90b";
}

.icon-sustainable-climate-control:before {
    content: "\e90c";
}

.icon-buliding:before {
    content: "\e90d";
}

.icon-customercare:before {
    content: "\e90e";
}


/*
** Custom Reset
*/
img {
    max-width: 100%;
    height: auto;
}

video {
    height: auto;
    max-width: 100%;
    vertical-align: top;
}

a,
span,
i,
label {
    display: inline-block;
}

a {
    color: var(--link);
    text-decoration: none;
    transition: 0.3s ease-in-out;
}

a:hover {
    color: var(--link-a);
}

a:focus {
    outline: none;
}

strong,
b {
    font-family: 'hnd-bd', sans-serif;
    font-weight: 600;
}

header ul,
footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

p:last-child,
ul:last-child,
li:last-child {
    margin-bottom: 0;
}

button,
button:focus {
    outline: 0;
    box-shadow: none;
}

input:focus {
    outline: none;
    box-shadow: none;
}

/*
** Globals
*/

/*Typo*/
body {
    font-family: 'hnd-md', Arial, sans-serif;
    font-size: 20px;
    line-height: 30px;
    color: var(--body);
    background-color: var(--secondary);
    margin: 0;
    position: relative;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'hnd-bd', Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

h1, .h1 {
    --fSize: 66px;
    font-size: var(--fSize);
    line-height: calc(var(--fSize) + 20px);
    margin-bottom: 20px;
}

h2, .h2 {
    --fSize: 50px;
    font-size: var(--fSize);
    line-height: calc(var(--fSize) + 16px);
    margin-bottom: 20px;
}

h3, .h3 {
    --fSize: 36px;
    font-size: var(--fSize);
    line-height: calc(var(--fSize) + 10px);
    margin-bottom: 20px;
}

h4, .h4 {
    --fSize: 30px;
    font-size: var(--fSize);
    line-height: calc(var(--fSize) + 10px);
    margin-bottom: 20px;
}

h5, .h5 {
    --fSize: 20px;
    font-size: var(--fSize);
    line-height: calc(var(--fSize) + 10px);
    margin-bottom: 16px;
}

h6, .h6 {
    --fSize: 16px;
    font-size: var(--fSize);
    line-height: calc(var(--fSize) + 10px);
    margin-bottom: 16px;
}

/* Form Fields */
input[type="text"],
input[type="search"],
input[type="email"],
input[type="password"],
input[type="num"],
input[type="tel"],
select,
textarea {
    font-family: 'hnd-rg', sans-serif;
    font-size: 20px;
    line-height: 50px;
    color: var(--formtextcolor);
    height: 50px;
    width: 100%;
    padding: 0 10px;
    border-radius: 0;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid var(--formfieldborder);
    outline: 0 !important;
    vertical-align: top;
}

input::placeholder,
textarea::placeholder {
    color: var(--formfieldplaceholder);
}

textarea {
    resize: none;
}

select {
    width: 100%;
    padding-right: 42px;
    background-image: url('../images/angle-down.svg');
    background-size: 10px;
    background-position: right 20px center;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    appearance: none;
}

/*Spacing Utilities*/
.pt100 {
    padding-top: 100px;
}

.mt100 {
    margin-top: 100px;
}

/*Background Utilities*/
.bg--primary {
    background-color: var(--primary);
    color: var(--white);
}

.bg--secondary-a {
    background-color: var(--secondary-a);
}

/*Text Utilities*/
.text-rg {
    font-family: 'hnd-rg', sans-serif;
}

.text-md {
    font-family: 'hnd-md', sans-serif;
}

.text-bd {
    font-family: 'hnd-bd', sans-serif;
}

.text-16 { --fSize: 16px; font-size: var(--fSize); line-height: calc(var(--fSize) + 10px); }
.text-20 { --fSize: 20px; font-size: var(--fSize); line-height: calc(var(--fSize) + 10px); }
.text-30 { --fSize: 30px; font-size: var(--fSize); line-height: calc(var(--fSize) + 10px); }

.text-italic {
    font-style: italic;
}

.text-uppercase {
    text-transform: uppercase;
}

.text--primary {
    color: var(--primary);
}

.text--textyellow {
    color: var(--textyellow);
}

.text--black,
.text--body {
    color: var(--secondary);
}

.text--red {
    color: var(--red);
}

.text--white {
    color: var(--white);
}

.text--offwhite,
.text--offwhite a {
    color: rgba(255, 255, 255, 0.5);
}

.text--offwhite a:hover {
    color: rgba(255, 255, 255, 1);
}


/*Buttons*/
.bttn {
    font-family: 'hnd-md', sans-serif;
    font-size: 16px;
    line-height: 66px;
    min-width: 228px;
    height: 66px;
    padding: 0 20px;
    text-align: center;
    border: 0px;
    border-radius: 40px;
    box-shadow: none;
    outline: none;
    transition: all 0.3s ease-in-out;
}

.bttn-sm {
    height: 54px;
    line-height: 54px;
    min-width: 188px;
}

.bttn-primary {
    color: var(--btncolor);
    background-color: var(--primary);
}

.bttn-yellow {
    color: var(--primary);
    background-color: var(--btncolor);
}

.bttn-primary:hover,
.bttn-yellow:hover {
    color: var(--primary);
    background-color: var(--btncolor-a);
}

/*
** Bootstrap Extends & Overrides
*/
.container,
.container-fluid,
.row>* {
    padding-left: 20px;
    padding-right: 20px;
}

.row {
    margin-left: -20px;
    margin-right: -20px;
}

.gx-0.row>* {
    padding-left: 0;
    padding-right: 0;
}

.gx-0.row {
    margin-left: 0;
    margin-right: 0;
}

.visually-hidden,
.screen-reader-response {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.overflow-hidden {
    overflow: hidden;
}

/*
** WP Overrides
*/
.vhid, .invisible { visibility: hidden; }
.screen-reader-text {
    position: absolute;
    visibility: hidden;
    opacity: 0;
}

/*
** Slick Slider
*/
/* .slick-initialized {
    z-index: 0;
    position: relative;
}

.slide .slick-slide,
.slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

.slick-initialized .slick-list {
    position: relative;
    overflow: hidden;
}

.slick-initialized .slick-slide {
    display: inline-block;
    width: auto;
}

.slick-initialized .slick-slide:focus {
    outline: none;
}

.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    padding: 0;
}

.slick-dots li {
    margin: 0;
}

.slick-dots li+li {
    margin: 0;
    margin-left: 10px;
}

.slick-dots li button {
    display: block;
    font-size: 0px;
    width: 12px;
    max-width: 12px;
    height: 12px;
    padding: 0;
    border: 0px solid transparent;
    border-radius: 12px;
    background-color: var(--lightgray);
    opacity: 1;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.slick-dots li.slick-active button {
    background-color: var(--primary);
} */
/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; } .slick-list { position: relative; display: block; overflow: hidden; margin: 0; padding: 0; } .slick-list:focus { outline: none; } .slick-list.dragging { cursor: pointer; cursor: hand; } .slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } .slick-track { position: relative; top: 0; left: 0; display: block; margin-left: auto; margin-right: auto; } .slick-track:before, .slick-track:after { display: table; content: ''; } .slick-track:after { clear: both; } .slick-loading .slick-track { visibility: hidden; } .slick-slide { display: none; float: left; height: 100%; min-height: 1px; } [dir='rtl'] .slick-slide { float: right; } .slick-slide img { display: block; } .slick-slide.slick-loading img { display: none; } .slick-slide.dragging img { pointer-events: none; } .slick-initialized .slick-slide { display: block; } .slick-loading .slick-slide { visibility: hidden; } .slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; } .slick-arrow.slick-hidden { display: none; }

/*
** Header
*/
.site-header {
    position: sticky;
    top: 0;
    z-index: 5;
    padding: 30px 0;
    background-color: var(--secondary);
}

.headerwrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.headermenuwrap .menutoggle {
    display: flex;
    flex-wrap: wrap;
    width: 26px;
    height: 18px;
    border: 0;
    background-color: transparent;
    position: relative;
    padding: 0;
    cursor: pointer;
}

.headlogowrap { display: inline-flex; }

.headlogowrap .custom-logo {
    width: 180px;
    display: block;
}

.headermenuwrap .menutoggle span {
    position: absolute;
    width: 100%;
    height: 1.5px;
    background-color: var(--black);
    left: 0;
    right: 0;
    transform: translateY(-50%);
    transition: all 0.3s ease;
}

.menutogglewrap:hover .menutoggle span {
    background-color: var(--link-a);
}


.headermenuwrap .menutoggle span:nth-child(1) {
    top: 0;
}

.headermenuwrap .menutoggle span:nth-child(2) {
    top: 50%;
}

.headermenuwrap .menutoggle span:nth-child(3) {
    top: 100%;
}

.headermenuwrap .headernav {
    display: none;
}

.menutogglewrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    line-height: 1.5;
    transition: all 0.3s ease;
}

.menutogglewrap:hover {
    color: var(--link-a);
}


/*-- Brand --*/
.brandsldrone .brandsld-slide {
    text-align: center;
}

.big-brand-section .brandsldrone+.brandsldrone {
    margin-top: 50px;
}

.brandsldrone .brandsld-slide img {
    filter: grayscale(1);
    transition: 0.3s all ease-in-out;
}

.brandsldrone .brandsld-slide img:hover {
    filter: grayscale(0);
}

.brandsldrone+.brandsldrone .brandsld-wrapper.init {
    animation: clienttele-slide-r 30s linear infinite;
}

/*-- Connect Us --*/
.connectuswrap {
    border-radius: 10px;
    padding: 72px 120px;
    text-align: center;
}

.connectuswrap h2 {
    margin: 0;
}

.connectuswrap p {
    margin: 14px 0;
}

.connectussection {
    margin-bottom: 130px;
}

/*-- Home --*/
.brandsld-wrapper {
    display: flex;
    gap: 150px;
    width: max-content;
    align-items: center;
}

.brandsld-wrapper.init { animation: clienttele-slide 30s linear infinite; }

.brandsld-wrapper:hover,
.brandsldrone+.brandsldrone .brandsld-wrapper:hover,
.smrthvacslidewrap:hover {
    animation-play-state: paused;
}

@keyframes clienttele-slide {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-50%);
    }
}

@keyframes clienttele-slide-r {
    0% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(0%);
    }
}

.brandsldrone {
    overflow: hidden;
}


.main-bnr-wrap {
    text-align: center;
    max-width: 1080px;
    margin: 0 auto;
}

.main-bnr-wrap p {
    margin: 30px 0;
}

.main-bnr-wrap h1 {
    margin: 0;
    --fSize: 72px;
}

.main-bnr-wrap h1 span {
    color: var(--red);
}


.split-lines { visibility: hidden; }
.line-animate { opacity: 0; transform: translateY(-30px); animation: fadeInUp 0.8s ease-out forwards; }
@keyframes fadeInUp { to { opacity: 1; transform: translateY(0); } }

.vidposter {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.big-brand-wrap h2 {
    max-width: 644px;
    margin: 0 auto;
    text-align: center;
}

.hvacrows h2 {
    margin: 0;
}

.hvacright p {
    margin: 0 0 32px;
}

.cntrboxcol h3 {
    margin: 0;
    --fSize: 72px;
}

.cntrboxcol p {
    font-size: 20px;
    line-height: 1.5;
    margin: 0;
    font-family: 'hnd-rg';
}

.cntrboxrow {
    padding: 50px 0;
}

.smrthvacslide {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    font-family: 'hnd-rg';
    margin: 0;
}

.smrthvacslidewrap {
    display: flex;
    align-items: center;
    gap: 80px;
    width: max-content;
    animation: clienttele-slide 30s linear infinite;
}

.counter-section {
    padding: 85px 0;
    overflow: hidden;
}

.smtitle {
    font-size: 20px;
    line-height: 1;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    background: var(--lightgray);
    gap: 4px;
    padding: 17px 22px;
    border-radius: 60px;
}

.titlemainbx h2 {
    text-align: center;
    margin: 0;
}

.resourceblogslider {
    max-width: 495px;
    padding: 0 5px;
}

.resourceblogsthumb {
    position: relative;
}

.resourceblogsthumb img {
    display: block;
    aspect-ratio: 495/280;
    border-radius: 10px;
}

.resourceblogsthumb .linkfull {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.resourceblogscontentwrap {
    padding-top: 20px;
}

.resourceblogscontentwrap h3 {
    font-family: 'hnd-md';
    font-size: 30px;
    line-height: 1.5;
    margin: 0;
}

.resourceblogscontentwrap p {
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    padding: 2px 0 12px;
}

.resourceblogscontentwrap .link {
    font-size: 16px;
    line-height: 1.2;
    color: var(--black);
    text-decoration: underline;
    text-underline-offset: 4px;
}

.resourceblogsliderwrap {
    padding-top: 50px;
    padding-bottom: 80px;
}

.recognizedwrap h2 {
    margin: 0;
}

.recognizedsection {
    padding: 100px 0;
}

.recognizedrows {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: anchor-center;
    gap: 20px;
    margin-top: 50px;
}

.recognizedcols img {
    width: 100%;
}

.testimonialsboxcols {
    border: 1px solid #F0F0F0;
    border-radius: 14px;
    padding: 30px;
    max-width: 333px;
    width:100%;
    transition:0.2s all ease-in-out;
}

.testimonialsboxcols:hover{
    transform:scale(1.3);
    margin: 0 50px;
    background-color:var(--secondary-a);
    border: 0px solid var(--grey);
    z-index:1;
    position: relative;
}

.testimonialsboxcols p {
    font-family: 'hnd-rg';
    color: var(--primary);
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
}

.testimonialsboxcols .btmtstlftwrap p {
    flex: 1 0 calc(100% - 5px - 31px);
    max-width: calc(100% - 5px - 31px);
    line-height: 20px;
}

.btmtstwrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 24px;
}

.btmtstwrap .btmtstlftwrap {
    display: flex;
    flex-wrap: wrap;
    flex: 1 0 calc(100% - 46px - 8px);
    max-width: calc(100% - 46px - 8px);
    align-items: center;
    gap: 8px;
}

.btmtstwrap .btmtstlftwrap img {
    aspect-ratio: 1/1;
    width: 100%;
    object-fit: cover;
    object-position: center;
    max-width: 24px;
    border-radius: 4px;
}

.btmtstrgtwrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    min-width: 46px;
}

.btmtstrgtwrap img {
    width: 14px;
}

.resourcebtmwrap {
    overflow: hidden;
}

.resourceblogsliderwrap .slick-list {
    overflow: visible;
}

.resourceblogsliderwrap .slick-slide {
    vertical-align: top;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    border-radius: 10px;
  }
  
  .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }


.testimonialsboxwrap {
    padding: 50px 0 58px;
    position: relative;
}
.testimonialssection{overflow: hidden;}

.testimonialsboxrows {
    position: relative;
    display: flex;
    /* animation: testimonial-slide 10s linear infinite; */
    gap: 25px;
    width: max-content;
}

.testimonialsboxrows-col {
    display: flex;
    gap: 25px;
    animation: testimonial-slide 5s linear infinite;
}

.testimonialsboxrows+.testimonialsboxrows .testimonialsboxrows-col {
    margin-top: 16px;
    animation: testimonial-slide-r 5s linear infinite;
}

.testimonialsboxrows:hover .testimonialsboxrows-col,
.testimonialsboxrows:hover{
    animation-play-state: paused;
    position: relative;
    z-index: 1;
}

.testimonialsboxwrap::before {
    content: '';
    position: absolute;
    /*
    width: 40%;
    height: 100%;
    background: linear-gradient(90deg, #FBF8F4 0%, rgba(251, 248, 244, 0) 70%);
    */
    width: 20%;
    height: 100%;
    background: linear-gradient(90deg, #FBF8F4 0%, rgba(251, 248, 244, 0) 100%);
    top: 0;
    left: 0;
    z-index: 2;
}

.testimonialsboxwrap::after {
    content: '';
    position: absolute;
    /*
    width: 40%;
    height: 100%;
    background: linear-gradient(90deg, rgba(251, 248, 244, 0) 0%, rgba(251, 248, 244, 1) 70%);
    */
    width: 20%;
    height: 100%;
    background: linear-gradient(90deg, rgba(251, 248, 244, 0) 0%, rgba(251, 248, 244, 1) 100%);
    top: 0;
    right: 0;
    z-index: 2;
}

@keyframes testimonial-slide {
    0%{ transform: translateX(0%); }
    100%{ transform: translateX(-50%);  }
}

@keyframes testimonial-slide-r {
    0%{ transform: translateX(-40%); }
    100%{ transform: translateX(10%);  }
}

.lgcardsldrwrp .slick-list {
    overflow: visible;
}

.lgcardsection {
    overflow: hidden;
}

.lgcardsldr {
    position: relative;
    max-height: 573px;
    overflow: hidden;
    border-radius: 10px;
}

.lgcardsldr h3 {
    margin: 0;
    font-size: 50px;
    line-height: 1.5;
    font-family: 'hnd-md';
    color: var(--white);
}

.lgcardsldr p {
    font-family: 'hnd-md';
    font-size: 20px;
    line-height: 1.5;
    margin: 10px 0 0;
    color: var(--white);
}

.lgcardboxsldr {
    position: absolute;
    padding: 64px 60px;
    bottom: 0;
    z-index: 2;
}

.lgcardsldr img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.lgcardsldr::before {
    content: '';
    position: absolute;
    height: 100%;
    background: linear-gradient(282.16deg, rgba(0, 0, 0, 0) 4.18%, rgba(0, 0, 0, 0.5) 68.48%);
    z-index: 1;
    width: 100%;
}

.lgcardsldrwrp {
    padding-top: 50px;
    padding-bottom: 80px;
}

.djkarrows .slide-arrow {
    background-color: var(--secondary-a);
    border: 1px solid var(--secondary-a);
    width: 60px;
    height: 60px;
    outline: 0;
    font-size: 20px;
    line-height: 1;
    color: var(--primary);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    position: absolute;
    bottom: 0;
    z-index: 1;
    cursor: pointer;
    transition: 0.3s all ease-in-out;
}

.djkarrows .slide-arrow:hover {
    background-color: var(--primary);
    color: var(--white);
}

.djkarrows .slide-arrow.prev-arrow {
    left: -90px;
    right: 0;
    margin: 0 auto;
}

.djkarrows .slide-arrow.next-arrow {
    left: 0;
    right: -90px;
    margin: 0 auto;
}

.lgcardsldrwrp .slick-slide {
    padding: 0 28px;
}

.lgcardsldrwrp {
    margin: 0 -28px;
}

.cardboxtopwrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cardboxtoprightcol {
    max-width: calc(100% - 372px);
    background: #ABD9FD;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.cardboxtopwrap>div {
    width: 100%;
    border-radius: 10px;
}

.cardboxtopleftcol {
    max-width: 365px;
}

.cardboxtoplefttext {
    background: #FCF3E3;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    min-height: 178px;
    border-radius: 10px;
}

/*
.productlistingrows h3 {
    font-family: 'hnd-rg';
    font-size: 30px;
    line-height: 1.4;
    margin: 0;
}
*/

.scrollReveal {
    --animDuration: 0.3s;
    opacity: 0;
    visibility: hidden;
    transition: all var(--animDuration) ease;
}

.scrollReveal.revealIt {
    opacity: 1;
    visibility: visible;
}

.cardboxtoplefttext h3 {
    text-align: center;
    padding: 20px;
}

.cardboxtoplefticon {
    max-width: 178px;
    margin-left: auto;
    background: #D7E7FE;
    min-height: 167px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin-top: 8px;
    overflow: hidden;
}
.cardboxcentertworgt img, .cardboxcenterthreelft img, .cardboxtoplefticon img{width:90px;}

.cardboxtoprgtleft {
    max-width: 288px;
    text-align: center;
    margin-left: 17px;
}

.productlistingrows p {
    font-family: 'hnd-md';
    font-size: 16px;
    line-height: 1.5;
    margin: 10px 0 16px;
}

.cardboxtoprgtrgt {
    position: absolute;
    top: 50px;
    right: -87px;
    width: 590px;
}

.cardboxtoprgtrgt img { filter: drop-shadow(20px 4px 16px rgba(0, 0, 0, 0.2)); }

.revealIt .cardboxtoprgtrgt img { transform: translateX(0); }

.productlistingrows .link {
    font-size: 16px;
    line-height: 1.2;
    text-decoration: underline;
    text-underline-offset: 4px;
    color: var(--black);
    display: inline-block;
}

.bottom .cardboxtoprightcol {
    background: #D6FBFF;
}

.bottom .cardboxtoplefticon {
    margin-left: 0;
}

.bottom .cardboxtoprgtrgt {
    top: 20px;
    right: -30px;
    width: auto;
}

.bottom .cardboxtoprgtleft {
    margin-left: 62px;
}

.cardboxcenterwrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 8px 0;
}

/* .cardboxcenterfour { background: #FDEAE7; max-width:414px; } */
.cardboxcenterwrap>div {
    width: 100%;
    border-radius: 10px;
    position: relative;
}

/* .cardboxcenterfourcont {
    text-align: center;
    max-width: 280px;
    margin-left: auto;
    margin-right: 28px;
    margin-bottom: 28px;
} */
/* .cardboxcenterfourimg {
    position: absolute;
    top: -10px;
    right: -15px;
} */
.cardboxcenterthree {
    max-width: 178px;
}

/* .cardboxcenterwrap .cardboxcentertwo { max-width:263px; } */
.main-video-wrap {
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
}

#play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    background-color: transparent;
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    display: none;
    font-size: 150px;
    line-height: 1;
}

.main-video-wrap[data-play="false"] #play-btn,
.main-video-wrap.showbtn #play-btn {
    display: block;
}

.productlistingrows h3 {
    font-family: 'hnd-md';
    margin: 0;
}

/* 
.cardboxcentertwolft,.cardboxcenterthreergt {
    min-width: 263px;
    min-height: 171px;
    background: #FCF3E3;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}*/
/* .cardboxcentertwolft h3,.cardboxcenterthreergt h3 { padding: 20px 22px; text-align: center; } */
/* .cardboxcenterthreergt {
    position: absolute;
    right: 0;
    bottom: 0;
} */
.cardboxcenterwrap .cardboxcenterthree {
    position: relative;
    overflow: visible;
}

/* .cardboxcenterthreelft {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: #D7E7FE;
    border-radius: 10px;
    min-height: 171px;
} */
/* .cardboxcentertworgt {
    background: #D7E7FE;
    border-radius: 10px;
    min-height: 171px;
    width: 178px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
} */
.productlistingrows {
    padding-top: 50px;
}

/* .cardboxcenterfour .cardboxcenterfourcont {
    position: absolute;
    bottom: 0;
    right: 0;
} */



.cardboxcenterone {
    max-width: 414px;
    background: #FDD0AB;
    overflow: hidden;
}

.cardboxcentertwo {
    max-width: 178px;
}

.cardboxcenterthree {
    max-width: 178px;
}

.cardboxcenterfour {
    max-width: 414px;
    background: #FDEAE7;
    position: relative;
    overflow: hidden;
}

.cardboxcenterone img {
    position: absolute;
    bottom: -30px;
    right: -30px;
    transform: rotate(0deg);
    z-index: 0;
    /* min-width: 620px; */
}

.cardboxcentertworgt,
.cardboxcenterthreelft {
    background: #D7E7FE;
    aspect-ratio: 1/1;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.cardboxcentertwolft {
    background: #FCF3E3;
    aspect-ratio: 263/171;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-left: -85px;
    border-radius: 10px;
    border: 8px solid #fbf8f4;
    margin-top: -8px;
    margin-right: -8px;
}

.cardboxcentertwolft h3 {
    padding: 22px;
}

.cardboxcenterthreergt {
    background: #FCF3E3;
    border-radius: 10px;
    aspect-ratio: 260 / 180;
    margin-right: -85px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border: 8px solid #fbf8f4;
    margin-left: -8px;
    margin-bottom: -8px;
    z-index: 2;
}

.cardboxcenterthreergt h3 {
    padding: 10px;
    text-align: center;
}

.cardboxcentercont {
    max-width: 310px;
    text-align: center;
    padding: 23px 23px 23px 30px;
    position: relative;
    z-index: 1;
}

.cardboxcenterfourcont {
    text-align: center;
    max-width: 325px;
    margin-left: auto;
    padding: 0px 28px 18px;
}

.cardboxcenterfourimg {
    text-align: right;
    margin-top: -11px;
    margin-right: -10px;
}

.cardboxtoprgtrgt img,
.cardboxcenterone img,
.cardboxcenterfourimg img {
    transform: translateX(30%);
    transition: 0.8s ease;
}

.revealIt .cardboxcenterfourimg img,
.cardboxcenterone.revealIt img,
.revealIt .cardboxtoprgtrgt img {
    transform: translateX(0);
}


/*-- Product --*/
.stepsboxrows {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
}

.stepsboxright {
    max-width: 670px;
    width: 100%;
    overflow: hidden;
}

.overboximg:hover .overimg { visibility: visible; opacity: 1; }

.stepsboxleft {
    max-width: calc(100% - 700px);
    width: 100%;
}

.stepsboxright img {
    display: block;
    aspect-ratio: 670/396;
    border-radius: 10px;
}

.stepsboxleft span {
    font-family: 'hnd-bd';
    font-size: 300px;
    line-height: 0.8;
    color: #dadada;
}

.stepsboxleft h2 {
    font-family: 'hnd-bd';
    font-size: 50px;
    line-height: 1.5;
    line-height: 1.32;
    margin: 0;
}

.productcardrows {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 108px;
}

.productcardcols h3 {
    margin-top: 0;
    margin-bottom: 0;
}

.productcardcols p {
    font-size: 16px;
    line-height: 1.6;
    margin: 20px 0 10px;
}

.productcardcols .thumb img {
    width: 100%;
    height: 100%;
}

.overboximg { position: relative; }

.overimg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
}

/* 
.stepsboxfullwrap .textlink {
    font-size: 16px;
    color: var(--red);
    text-decoration: underline;
}
*/

.productcardcols .textlink,
.stepsboxfullwrap .textlink {
    display: inline;
    font-size: 16px;
    line-height: 26px;
    color: var(--red);
    align-self: flex-start;
    text-decoration: underline;
    text-underline-offset: 4px;
    /* box-shadow: 0px 0px 3px 0px transparent, 0px 1px 0px 0px var(--red); */
}

.stepsboxfullwrap .textlink { display: inline-block; }

.productcardcols .thumb {
    border-radius: 8px;
    background: var(--lightgray);
    margin-bottom: 50px;
    aspect-ratio: 330 / 200;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.productcardcols {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.creamcardrows {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 38px;
}

.creamcardcols {
    background-color: #FCF3E3;
    text-align: center;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    border-radius:20px;
}

.creamcardcols h3 {
    margin: 0;
    padding: 0 20px;
}

.creamcardcols i {
    font-size: 50px;
    line-height: 1;
    color: var(--red);
}

.creamcardcols p {
    font-size: 16px;
    line-height: 1.6;
}

.infrastructureimgrows img {
    display: block;
}

.infrastructureimgrows {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
}

.infrastructureimgcolleft {
    max-width: 356px;
}

.infrastructureimgcolcenter {
    max-width: 666px;
}

.infrastructureimgcolright {
    max-width: 173px;
}

.infrastructureimgcolcenter img {
    max-height: 482px;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}

.infrastructureimgcolleftbottom {
    margin-top: 10px;
}

.infrastructureimgcolleftbottomwrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.infrastructureimgcolleftbottomleft {
    max-width: 168px;
}

.infrastructureimgcolleftbottomright {
    max-width: calc(100% - 178px);
}

.infrastructureimgcolleftbottomleft img {
    aspect-ratio: 168/100;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}

.infrastructureimgcolleftbottomleft img+img {
    margin-top: 10px;
}

.infrastructureimgcolleftbottomright img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}

.infrastructureimgcollefttop img {
    border-radius: 10px;
    aspect-ratio: 356/262;
    object-fit: cover;
    object-position: center;
}

.infrastructureimgcolright img {
    border-radius: 10px;
    aspect-ratio: 173 / 127;
    object-fit: cover;
    object-position: center;
}

.infrastructureimgcolright img+img {
    margin-top: 10px;
}

.infrastructureimgcolright img:nth-child(3) {
    aspect-ratio: 173/207;
}

.ecofriendlyrows h3 {
    margin-top: 0;
}

.ecofriendlyrows>div>p {
    font-size: 16px;
    line-height: 26px;
    width: 542px;
    max-width: 100%;
    margin-bottom: 0;
}

.iconcontentfourows {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 76px;
    margin-top: 58px;
    width: 538px;
    max-width: 100%;
}

.iconcontentfoucol {
    text-align: center;
    padding: 20px 0;
}

.iconcontentfoucol i {
    font-size: 50px;
    line-height: 1;
    color: var(--red);
    margin-bottom: 10px;
}

.iconcontentfoucol p {
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
}

.ecofriendlyrows img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
    object-position: center;
}

.powercontentwrap p.m-0 {
    font-size: 16px;
    line-height: 1.6;
    font-family: 'hnd-rg';
}

.powercontentwrap .cntrboxrow {
    padding: 100px 0 0;
    display: flex;
    flex-wrap: wrap;
}

.powercontentwrap .cntrboxcols+.cntrboxcols {
    padding-left: 100px;
    margin-left: 100px;
    border-left: 1px solid rgba(247, 241, 233, 0.3);
}

.powercontentwrap sub {
    font-size: 20px;
    line-height: 1;
    vertical-align: baseline;
    font-family: 'hnd-rg';
}

.powercontentsection {
    padding: 100px 0 88px;
    background-image: url('/wp-content/uploads/2025/03/staricondjk.webp');
    background-repeat: no-repeat;
    background-position: bottom -330px right -177px;
    background-size: 708px;
}

.oddevenimgrows+.oddevenimgrows {
    margin-top: 100px;
}

.oddevenimgrows {
    align-items: flex-end;
}

.oddevenimgrows img {
    display: block;
    aspect-ratio: 608/514;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.oddevenimgrows:nth-child(even)>div:first-child {
    order: 1;
}

.oddevenimgrows h3 {
    margin: 0;
}

.oddevenimgrows p {
    font-size: 16px;
    line-height: 1.6;
    font-family: 'hnd-rg';
}

.oddevenimgsection {
    background-image: url('/wp-content/uploads/2025/03/staricondjkcream.webp');
    background-repeat: no-repeat;
    background-position: bottom 0 left -242px;
}


/*-- About Us --*/
.inrbnrimg {
    /* aspect-ratio: 1213/474; */
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
    width: 100%;
    display: block;
}

.inrbnr h1,
.inrbnr p {
    margin: 0;
}

.msnvsnsctncnt>div:last-child {
    text-align: right;
}

.msnvsnsctncnt h3 {
    margin-top: 0;
    margin-bottom: 8px;
}

.msnvsnsctncnt p {
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
    max-width: calc(100% - 50px);
}

.msnvsnsctncnt>div:last-child p {
    margin-left: auto;
}

.msnvsnimgwrap {
    text-align: center;
    margin-top: -80px;
    position: relative;
    z-index: -1;
    border-radius: 10px;
    overflow: hidden;
}

.msnvsnimgwrap img {
    display: block;
    margin: 0 auto;
}

.msnvsnimgwrap::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 298px;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--primary);
    z-index: -1;
    border-radius: 10px;
}

.exclcntimgwrap {
    align-items: center;
}

.exclcntimgwrap h2 {
    margin-top: 0;
}

.exclcntimgwrap p {
    font-size: 16px;
    line-height: 1.6;
}

.exclcntimgwrap img {
    display: block;
    border-radius: 10px;
    aspect-ratio: 566/451;
    object-fit: cover;
    object-position: center;
}

.journeysection {
    padding: 40px 0 90px;
    background-image: url('/wp-content/uploads/2025/03/staricondjk.webp');
    background-repeat: no-repeat;
    background-position: right -206px top -212px;
    background-size: 708px;
}

.fundrsldrwrp {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.fundrsldrboxwrap {
    position: static;
}

.fundrsldrboxwrap .slide-arrow {
    background-color: var(--secondary-a);
    border: 1px solid var(--secondary-a);
    outline: 0;
    width: 60px;
    height: 60px;
    font-size: 30px;
    line-height: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    transition: 0.3s all ease-in-out;
    cursor: pointer;
}

.fundrsldrboxwrap .slide-arrow:hover {
    background: var(--primary);
    color: var(--white);
}

.fundrsldrboxwrap .slide-arrow.prev-arrow {
    right: 80px;
}

.fundrsldrleftwrap {
    max-width: calc(100% - 120px);
    margin-left: 0;
    width: 100%;
}

.fundrsldrrgtwrap {
    max-width: 120px;
    width: 100%;
}

.fundrsldrbox {
    display: flex;
    flex-wrap: wrap;
}

.fundrsldrbxlft {
    max-width: 450px;
    width: 100%;
}

.fundrsldrbxrgt {
    max-width: calc(100% - 450px);
    width: 100%;
    padding: 26px 93px 0 80px;
}

.fundrsldrbxlft img {
    aspect-ratio: 450/480;
    width: 100%;
    border-radius: 10px;
}

.fundrsldrthumb {
    display: block !important;
}

.fundrsldrthumb img {
    display: block;
    border-radius: 2.5px;
    margin-bottom: 15px;
}

.fundrsldrbxrgttop h3 {
    font-family: "Whisper", cursive;
    margin: 0;
}

.fundrsldrbxrgttop p {
    font-family: 'hnd-md';
    color: var(--formfieldborder);
    margin: -10px 0 0;
}

.fundrsldrbxrgtbottom {
    margin-top: 140px;
    margin-top: 98px;
    display: flex;
    flex-wrap: wrap;
}

.fundrsldrbxrgtbottom p {
    margin: 0;
    max-width: calc(100% - 25px);
    width: 100%;
}

.fundrsldrbxrgtbottom::before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='19' viewBox='0 0 21 19' fill='none'%3E%3Cpath d='M0.432129 18.5439V9.32788C0.432129 3.61055 3.01346 0.666551 8.17613 0.495884L9.26413 0.431885V4.84789H8.24013C6.40546 5.01855 5.48813 6.38388 5.48813 8.94388V9.96788H9.26413V18.5439H0.432129ZM20.8481 4.84789H19.8241C17.9895 5.01855 17.0721 6.38388 17.0721 8.94388V9.96788H20.8481V18.5439H12.0801V9.32788C12.0801 3.65322 14.6401 0.709217 19.7601 0.495884L20.8481 0.431885V4.84789Z' fill='%23A6A6A6'%3E%3C/path%3E%3C/svg%3E");
    margin-right: 5px;
}

.fundrsldrbxrgtbottom p::after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='19' viewBox='0 0 21 19' fill='none'%3E%3Cpath d='M3.776 8.576H0V0H8.832V9.28C8.832 14.912 6.25067 17.856 1.088 18.112H0V13.696H1.024C2.85867 13.568 3.776 12.2027 3.776 9.6V8.576ZM11.648 8.576V0H20.416V9.28C20.416 14.912 17.8347 17.856 12.672 18.112H11.648V13.696H12.672C14.5067 13.568 15.424 12.2027 15.424 9.6V8.576H11.648Z' fill='%23A6A6A6'%3E%3C/path%3E%3C/svg%3E%0A");
    margin-left: 5px;
}

.fundrsldrbxrgtbottom::before,
.fundrsldrbxrgtbottom p::after {
    background-size: contain;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    display: inline-block;
}

.fundrsldrboxwrap .swiper-button-prev,
.fundrsldrboxwrap .swiper-button-next {
    width: 60px;
    height: 60px;
    background: var(--secondary-a);
    opacity: 1;
    color: var(--primary);
    border-radius: 10px;
    transition: 0.3s all ease-in-out;
}

.fundrsldrboxwrap .swiper-button-prev:hover,
.fundrsldrboxwrap .swiper-button-next:hover {
    background-color: var(--primary);
    color: var(--white);
}

.fundrsldrboxwrap .swiper-button-prev::after,
.fundrsldrboxwrap .swiper-button-next::after {
    font-size: 26px;
    line-height: 1;
    font-weight: bold;
}

.fundrsldrboxwrap .swiper-button-prev {
    position: absolute;
    bottom: 0;
    right: -40px;
    left: auto;
    top: auto;
}

.fundrsldrboxwrap .swiper-button-next {
    position: absolute;
    bottom: 0;
    right: -60px;
    left: auto;
    top: auto;
    transform: translateX(100%);
}

.foundersection h2 {
    margin: 0 0 50px;
}

.journeysliderwrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.journeysliderwrap>div:first-child {
    max-width: 350px;
    padding: 0 120px 0 100px;
    width: 100%;
}

.journeysliderrightwrap {
    max-width: 632px;
    padding: 108px 0;
    margin: 0 auto;
}

.journeysliderright span {
    font-family: 'hnd-rg';
    font-size: 20px;
    line-height: 1.5;
}

.journeysliderright h3 {
    margin: 8px 0 0;
    font-family: 'hnd-rg';
}

.journeysliderwrap>div:last-child {
    max-width: calc(100% - 350px);
    width: 100%;
    border-left: 1px solid rgba(255,255,255,0.5);
}

.journeysliderleft {
    margin: 16px 0;
    opacity: 0.5;
}

.journeysliderleft span,
.journeysliderleft p {
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
}

.slick-current .journeysliderleft {
    opacity: 1;
}

.journeysection .slick-dots {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 30px 0 0;
}

.journeysection .slick-dots li {
    line-height: 1;
}

.journeysection .slick-dots button {
    --sldotsize: 12px;
    font-size: 0;
    width: var(--sldotsize);
    height: var(--sldotsize);
    border: 0;
    border-radius: 100%;
    background: var(--white);
    line-height: 1;
    opacity: 0.5;
    transition: all 0.3s ease-in-out;
}

.journeysection .slick-active button {
    opacity: 1;
}

.joeslidr {
    width: 1127px;
    max-width: 100%;
    padding-left: 79px;
}

.joeslide {
    position: relative;
}

.joeslide h3 {
    font-size: 316px;
    line-height: 330px;
    color: var(--formfieldborder);
    margin: 0;
    opacity: 0.25;
}

.joeslide p {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 728px;
    max-width: 100%;
    margin-top: 0;
    margin-left: auto;
    padding-top: 20px;
    transform: translateY(-50%);
}

/*-- Engineering --*/
.imginfotriowrap {
    padding: 60px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.imginfotrioleft {
    max-width: 395px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.imginfotriocenter {
    max-width: 427px;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
}

.imginfotrioright {
    max-width: 275px;
    width: 100%;
    padding-top: 27px;
}

.imginfotriocenter img {
    /* aspect-ratio: 427/530; */
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
    transition:0.3s all ease-in-out;
}

.imginfotriocenter:hover img{
    transform:scale(1.05);
}

.imginfotrioleft h3 {
    margin: 0;
    font-family: 'hnd-bd';
}

.btminfotrio {
    margin-top: auto;
    margin-bottom: 65px;
}

.btminfotrio h4,
.imginfotrioriorbox h4 {
    font-size: 20px;
    line-height: 1.5;
    margin: 0;
}

.btminfotrio ul {
    margin: 0;
    padding: 0;
    padding-left: 20px;
    margin-top: 20px;
}

.btminfotrio ul li,
.imginfotrioriorbox ul li {
    font-family: 'hnd-rg';
    font-size: 16px;
    line-height: 1.62;
}

.imginfotrioriorbox+.imginfotrioriorbox {
    margin-top: 34px;
}

.imginfotrioriorbox ul li::before {
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    background-color: var(--white);
    left: 10px;
    top: 10px;
    transform: translateX(-50%);
}

.imginfotrioriorbox ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 20px;
}

.imginfotrioriorbox ul li {
    position: relative;
    padding-left: 25px;
}

.imginfotriosection {
    background-image: url('/wp-content/uploads/2025/03/staricondjk.webp');
    background-repeat: no-repeat;
    background-position: top -234px left -299px;
    background-size: 708px;
}

.imginfotriosection.bg--secondary-a {
    background-image: url('/wp-content/uploads/2025/03/staricondjkcream.webp');
}

.bg--secondary-a .imginfotrioriorbox ul li::before {
    background-color: var(--black);
}




/*-- Footer --*/
.foonav-row {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    justify-content: flex-end;
}

.foonav-col {
    min-width: 163px;
}

.companyinfowrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
}

.companyinfowrap .foolinks {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.foo-bottom {
    font-size: 14px;
    line-height: 1.2;
    color: rgba(255, 255, 255, 0.5);
    font-family: 'hnd-rg';

}

.site-footer {
    background: var(--black);
}

.foo-bottom a {
    color: rgba(255, 255, 255, 0.5);
}

.foo-bottom .current-menu-item a,
.foo-bottom a:hover {
    color: var(--red);
}

.companyinfowrap .foolinks li+li::before {
    content: '|';
    margin: 0 5px;
}

.foo-bottom .foobottomwrap .row>div:last-child a {
    color: #ED0180;
    opacity: 1;
}

.foobottomwrap {
    padding: 40px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.foonav-col .h5 {
    font-family: 'hnd-rg';
    font-size: 20px;
    line-height: 1.5;
    color: var(--white);
}

.foonav-col ul a {
    font-family: 'hnd-rg';
    font-size: 14px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.5);
    transition:0.3s all ease-in-out;
}

.foonav-col ul a:hover,
.foonav-col li.current-menu-item a,
.footerlogoinfo .linkedin:hover {
    color:var(--red);
}

.footer--foo-top {
    padding: 80px 0 40px;
}

.footerlogoinfo img {
    display: block;
}

.footerlogoinfo p {
    font-family: 'hnd-rg';
    font-size: 14px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 20px;
    letter-spacing: 0.4px;
}

.footerlogoinfo .linkedin {
    display: inline-flex;
    color: rgba(255, 255, 255, 0.5);
    font-size: 22px;
    line-height: 1;
    transition:0.3s all ease-in-out;
}


/*-- Contact Us --*/
.creamcardrows.contactusrows h4 {
    font-size: 20px;
    line-height: 1.5;
    margin: 20px 0 12px;
}

.creamcardrows.contactusrows p {
    margin: 0;
}

.contactusrows .creamcardcols {
    padding: 24px;
}

.maplocationwrap iframe {
    aspect-ratio: 1216/538;
    width: 100%;
    border-radius: 10px;
}

.maplocationsection {
    padding-bottom: 130px;
}

.tab-pane {
    display: none;
}

.contacturows {
    display: flex;
    flex-wrap: wrap;
    gap: 130px;
}

.contactuleft {
    width: 312px;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.contacturight {
    max-width: 100%;
    width: calc(100% - 442px);
}

.contactuleft .contactus-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 40px;
}

.contactuleft .contactus-nav button {
    font-size: 36px;
    line-height: 1;
    color: #A6A6A6;
    border: 0;
    padding: 0;
    background-color: transparent;
    cursor: pointer;
    display: block;
    width: 100%;
    text-align: left;
    padding-bottom: 10px;
    font-family: 'hnd-bd';
    transition: 0.3s all ease-in-out;
    border-bottom: 1px solid transparent;
}

.contactuleft .contactus-nav button.active {
    color: var(--black);
    border-bottom: 1px solid #A6A6A6;
}

.companyinfocntctwrap {
    margin-top: auto;
}

.contacturight h2 {
    margin: 0;
}

.contacturight h2+p {
    margin-top: 10px;
    margin-bottom: 0;
}

.contacturight label span,
.contacturight .form-label span {
    font-family: 'hnd-rg';
    font-size: 20px;
    line-height: 1.5;
    margin: 0;
}

.contacturight .form-label span sup,
.contacturight label span sup {
    color: #EF3F24;
}

.contacturight .form-label .customradio,
.contacturight label .customradio {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.contacturight .form-label .wpcf7-form-control-wrap,
.contacturight label .wpcf7-form-control-wrap {
    width: 100%;
    margin-top: 10px;
}

.contacturight .form-label .customradio label input[type="radio"],
.contacturight label .customradio label input[type="radio"] {
    width: 0;
    height: 0;
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.contacturight .form-label .customradio label input[type="radio"]+span.wpcf7-list-item-label,
.contacturight label .customradio label input[type="radio"]+span.wpcf7-list-item-label {
    background: #FCF3E3;
    padding: 10px 21px;
    border-radius: 4px;
    cursor: pointer;
}

.contacturight .form-label .customradio label input[type="radio"]:checked+span.wpcf7-list-item-label,
.contacturight label .customradio label input[type="radio"]:checked+span.wpcf7-list-item-label {
    background-color: var(--primary);
    color: #FCF3E3;
}

.formwrapbox>p>.form-label+label,
.formwrapbox>p>.form-label+.form-label,
.formwrapbox>p>label+label {
    margin-top: 30px;
}

.form-label { margin-bottom: 30px; }

.contactuleft .contactus-nav .nav-item+.nav-item {
    padding-top: 30px;
}

.formwrapbox>p>.form-label,
.formwrapbox>p>label {
    width: 100%;
}

.form-label .wpcf7-form-control-wrap .wpcf7-not-valid-tip,
.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    font-size: 12px;
    line-height: 1.5;
    margin-top: 6px;
}

.submitbttn {
    font-family: 'hnd-rg';
    font-size: 20px;
    line-height: 1.5;
    background-color: var(--primary);
    color: var(--white);
    border: 1px solid var(--primary);
    padding: 7px 30px;
    border-radius:50px;
    transition: 0.3s all ease-in-out;
    cursor: pointer;
}

.submitbttn:hover {
    background-color: var(--btncolor-a);
    color: var(--primary);
    border-color: var(--btncolor-a);
}

.formwrapbox label+.submitbttn {
    margin-top: 70px;
}

.contacturight form.wpcf7-form {
    margin-top: 30px;
}

.contacturight form.wpcf7-form .formwrapbox>p {
    margin: 0;
}

.uploadcv span:first-child {
    display: flex;
    flex-wrap: wrap;
}

.uploadcv span:first-child>img {
    margin-left: auto;
}

.uploadcv .wpcf7-form-control-wrap input {
    font-family: 'hnd-rg', sans-serif;
    font-size: 20px;
    line-height: 50px;
    color: var(--formtextcolor);
    height: 50px;
    width: 100%;
    padding: 0 10px;
    border-radius: 0;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid var(--formfieldborder);
    outline: 0 !important;
    vertical-align: top;
}

.companyinfocntctcols+.companyinfocntctcols {
    margin-top: 50px;
}

.companyinfocntctcols h3 {
    font-family: 'hnd-bd';
    font-size: 20px;
    line-height: 1.5;
    margin: 0 0 10px;
}

.companyinfocntctcols p,
.companyinfocntctcols ul a {
    margin: 0;
    font-family: 'hnd-md';
    font-size: 16px;
    line-height: 1.5;
}

.companyinfocntctcols ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.companyinfocntctcols ul a {
    color: var(--black);
    display: inline-block;
}

.companyinfocntctcols ul li {
    display: block;
    width: 100%;
}



/*-- Mega Menu --*/
.headerdeskfullsection {
    padding-bottom: 30px;
    background-color: var(--black);
    position: fixed;
    width: 100%;
    max-height: 100vh;
    min-height: 100vh;
    overflow: auto;
    top: 0;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s all ease-in-out;
}
.headerdeskfullsection .svgwrap {
    position: fixed;
    bottom: 0;
    right: 0;
    overflow: hidden;
    z-index:-1;
}

.headerdeskfullsection .svgwrap svg {
    margin-bottom: -252px;
    margin-right: -273px;
}

.headerdeskfullsection .svgwrap svg .roundcircle {
    animation: textRotation 8s linear infinite;
    transform-origin: center;
}

@keyframes textRotation {
   to {
       transform: rotate(360deg);
   }
}


.headermenubodytoggle .headerdeskfullsection {
    opacity: 1;
    visibility: visible;
}

.headerdesktopfullwrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0;
}

.headerdeskcenterfullrows {
    display: flex;
    flex-wrap: wrap;
}

.headerdeskcenterfullright {
    margin-left: auto;
    max-width: 355px;
}

.headerdeskcenterfullright h4 {
    color: var(--white);
    margin: 0;
}

.headerdeskcenterfullright p {
    color: var(--formfieldborder);
    font-family: 'hnd-md';
    font-size: 16px;
    line-height: 1.5;
    margin: 6px 0 24px;
}

.headerdeskcenterfullcenter {
    max-width: 250px;
    width: 100%;
    margin-left: 150px;
}

.headerdeskcenterfullrows ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.headerdeskcenterfullcenter>ul>li>a {
    color: var(--white);
    font-size: 36px;
    line-height: 1.5;
    font-family: 'hnd-bd';
    transition:0.3s all ease-in-out;
}

.headerdeskcenterfullcenter>ul>li>.sub-menu>li>a {
    font-family: 'hnd-md';
    font-size: 20px;
    line-height: 1.5;
    color: var(--white);
    transition:0.3s all ease-in-out;
}

.headerdeskcenterfullcenter>ul>li>.sub-menu>li>.sub-menu>li>a {
    font-family: 'hnd-rg';
    font-size: 16px;
    line-height: 1.5;
    color: var(--formfieldborder);
}

.headerdeskcenterfullcenter a {
    display: block;
}

.headerdeskcenterfullcenter>ul>li>.sub-menu>li>.sub-menu {
    padding-left: 10px;
}

.headerdeskcenterfullcenter>ul>li>.sub-menu>li+li {
    margin-top: 16px;
}

.headerdeskcenterfullcenter>ul>li>.sub-menu>li {
    margin-top: 20px;
}

.headerdeskcenterfullcenter>ul>li>.sub-menu>li>.sub-menu>li+li {
    margin-top: 6px;
}

.headerdeskcenterfullcenter>ul>li>.sub-menu>li>.sub-menu>li {
    margin-top: 10px;
}

.headerdeskcenterfullleft>ul>li>a {
    font-family: 'hnd-bd';
    font-size: 36px;
    line-height: 1.5;
    color: var(--white);
    display: block;
    transition:0.3s all ease-in-out;
}

.headerdeskcenterfullleft>ul>li.current-menu-item>a,
.headerdeskbottomfullwrap ul li.current-menu-item a,
.headerdeskcenterfullleft>ul>li>a:hover,
.headerdeskcenterfullcenter>ul>li.current-menu-item>a,
.headerdeskcenterfullcenter>ul>li>a:hover,
.headerdeskbottomfullwrap .linkedin:hover,
.headerdeskcenterfullcenter>ul>li>.sub-menu>li.current-menu-item>a,
.headerdeskcenterfullcenter>ul>li>.sub-menu>li>a:hover,
.headerdeskcenterfullcenter>ul>li>.sub-menu>li>.sub-menu>li>a:hover,
.headerdeskbottomfullwrap ul li a:hover{
    color: var(--red);
}

.headerdeskcenterfullleft>ul>li+li {
    margin-top: 16px;
}

.headerdeskcenterfullwrap {
    padding-top: 58px;
}

.headerdeskbottomfullwrap .linkedin {
    color: var(--white);
    font-size: 30px;
    line-height: 1;
    transition:0.3s all ease-in-out;
}

.headerdeskbottomfullwrap ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 30px;
}

.headerdeskbottomfullwrap ul li {
    display: block;
}

.headerdeskbottomfullwrap ul li+li {
    border-left: 1px solid var(--secondary-a);
    padding-left: 10px;
    margin-left: 10px;
}

.headerdeskbottomfullwrap ul li a {
    display: block;
    font-size: 14px;
    line-height: 1;
    color: var(--secondary-a);
    font-family: 'hnd-rg';
    transition: 0.3s all ease-in-out;
}
.headermenubodytoggle { overflow: hidden; padding-right: 17px; }
.headermenutoggle{cursor: pointer;}

.connectwithus {
    font-size: 16px;
    line-height: 1;
    color: var(--primary);
    background-color: var(--btncolor);
    border: 1px solid var(--btncolor);
    padding: 19px 50px;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    border-radius: 50px;
    transition: 0.3s all ease-in-out;
}

.connectwithus:hover {
    background-color: var(--btncolor-a);
    color: var(--primary);
}

.headerdeskbottomfullwrap {
    margin-top: 50px;
}

.page-not-found { padding: 30px; height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.page-not-found h1 { font-size: 200px; line-height: 0.8; margin-top: 0; }
.page-not-found a { margin-top: 20px; }

.ltrt h2 { margin: 0; }
.ltrt p { margin-top: 0; }

.kefe { padding: 40px 0 70px; }
.kefe-list { margin-top: 50px; }

.kefe-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 200px;
}

.kefe-item + .kefe-item {
    padding-top: 40px;
    margin-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.kefe-item p { color: #A6A6A6; }

.ani-float-banner {
    position: fixed;
    top: 54%;
    right:0;
    width: 500px;
    max-height: 160px;  /* initial visible height */
    background-color: black;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: all 1s ease-in-out;
    cursor: pointer;
    border-radius: 20px;
    transform: translateY(-50%) scale(0.4);
    transform-origin: right center;
    z-index: 10;
}


.foobottomwrap .col-lg-3 { word-spacing: 1px; }

.navbar-scrolled { box-shadow: 0 6px 10px rgba(0, 0, 0, 0.05); }
.foot-address span { display: block; color: var(--white); margin-bottom: 6px; font-size: large; } 


/* COLABRATION BANER */
.colab-banner { display: flex; flex-direction: column; align-items: start; }
.colab-banner img { border-radius: 10px 0 0 10px; }
.colab-banner .colab-small { position: fixed; top: 45%; right: 0; transform: translateX(235px); z-index: 999; transition: all ease-in-out 0.7s; cursor: pointer; }
.colab-banner:hover .colab-small { transform: translateX(0); }