:root {
    --white: #ffffff;
    --dark-grey: #231F20;
    --light-grey: #F4F4F4;
    --gray-text:#404040;
    --dark-blue: #09395B;
    --royal-blue: #005CB9;
    --Gradient-Blue: linear-gradient(90deg, #1470B8 0%, #09395B 100%);
    --primary-gold:#FCB131;
  }
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Be Vietnam Pro';
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 1.62; 
    color: var(--dark-grey);
}
h1,.text-5xl{
    font-family: 'Be Vietnam Pro';
    color: var(--white);
    font-style: normal;
    font-size: 64px;
    line-height: 1.56;
    font-weight: 600;
}
h2,.text-4xl{
    font-family: 'Be Vietnam Pro';
    color: var(--dark-grey);
    font-style: normal;
    font-size: 48px;
    line-height: 1.2084;
    font-weight: 600;
}
h3,.text-3xl{
    font-family: 'Be Vietnam Pro';
    color: var(--dark-grey);
    font-style: normal;
    font-size: 30px;
    line-height: 1.33;  
    font-weight: 600;
}

h4,.text-2xl{
    color: var(--dark-grey);
    font-size: 20px;
    line-height: 1.50;  
    font-weight: 600;
}
button {
    background: none;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
  }

  input, textarea, select, button {
    font: inherit;
    color: inherit;
    background: none;
    border: none;
    outline: none;
  }
  
  img, picture, video, canvas, svg {
    display: block;
    max-width: 100%;
    height: auto;
  }
.container {
    max-width: 1410px;
    margin: 0 auto;
    padding-left: 25px;
    padding-right: 25px;
}
.hide {
    display: none;
}
a{
    color: #005CB9;
    min-height: 26px;
}
p{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.62; 
}
.global-btn {
    display: inline-flex;
    padding: 12px 12px 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 64px;
    background: var(--royal-blue);
    color: var(--white) !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.62; 
    text-decoration: none;
    min-width: 145px;
    min-height: 50px;
}
.global-btn::after{
    content: "";
    background: url('/wp-content/themes/enerforge/assets/images/white-arrow.svg');
    width: 24px;
    height: 24px;
}
.py-72{
    padding-top: 72px;
    padding-bottom: 72px;
}
.pt{padding-top: 0;}
.pb{padding-bottom: 0;}
.pl{padding-left: 0;}
.pr{padding-right: 0;}

/* HEADER-CSS-START */
.site-header {
    padding: 16px 0;
}
.site-header .container  {
    max-width: 1664px;
    padding-left: 16px;
    padding-right: 16px;
}
.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.site-header .main-navigation {
    width: auto;
}
.site-header .nav-menu {
    display: flex;
    gap: 48px;
    align-items: center;
}
.site-header .nav-menu li a{
    color: #231F20;
    text-transform: capitalize;
}
.site-header .nav-menu .contact-btn {
    border-left: 1px solid #ddd;
    margin-left: -16px;
    padding-left: 32px;
}
.site-header .nav-menu .contact-btn a {
    background: #005CB9;
    color: #fff;
    padding: 4px 24px;
    border-radius: 64px;
    min-height: 45px;
    min-width: 115px;
    display: flex;
    align-items: center;
}
/* HEADER-CSS-END */
/* FOOTER-CSS-START */
.site-footer {
    background-image: linear-gradient(90deg, #1470B8 0%, #09395B 100%);
    padding: 64px 0 48px;
    color: #fff;
}
.footer-top {
    display: flex;
    gap: 30px;
}
.footer-logo {
    max-width: 570px;
    width: 50%;
}
.footer-desc {
    max-width: 393px;
    margin-top: 32px;
}
.footer-menu ul {
    margin: 0;
    display: flex;
    gap: 48px;
}
.footer-menu ul li{
    list-style: none;
}
.footer-menu ul li a{
    text-decoration: none;
    color: #fff;
}
.footer-bottom {
    position: relative;
    padding-top: 78px;
}
.footer-bottom::before {
    content: "";
    background: url('/wp-content/themes/enerforge/assets/images/footer-line.svg') no-repeat;
    position: absolute;
    top: -96px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background-size: cover;
    height: 135px;
    z-index: 0;
}
.footer-right {
    display: flex;
    flex-wrap: wrap;
}
.footer-addresses {
    display: flex;
    gap: 96px;
    align-items: flex-end;
}
.footer-copyright p {
    margin-bottom: 0;
}
.add-left {
    max-width: 195px;
}
.add-right {
    max-width: 175px;
}
.social-inner{
    display:  flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1;
}
.social-links {
    display: flex;
    gap: 16px;
}
/* FOOTER-CSS-END */
.hero-section {
    color: #fff;
    padding: 126px 0;
    min-height: 600px;
}
.hero-content {
    max-width: 793px;
}
.hero-section .banner-title {
    color: #fff;
    font-size: 96px;
    font-style: normal;
    font-weight: 600;
    line-height: 106px; 
    margin: 0 0 24px;
}
.hero-section p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; 
    margin-bottom: 32px;
}
.hero-section .hero-button {
    color: #09395B;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    display: inline-flex;
    padding: 12px 12px 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 64px;
    background:#FCB131;
    width: max-content;
    text-decoration: none;
    margin-top: 32px;
}
.hero-section .hero-button::after{
    content: "";
    background: url('/wp-content/themes/enerforge/assets/images/arrow.svg');
    width: 24px;
    height: 24px;
}

.solution-sec {
    padding: 72px 0;
}
.solution-inner {
    display: flex;
    gap: 32px;
}
.solution-left {
    max-width: 808px;
}
.solutions-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.solution-box {
    border-radius: 12px;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.32), 0px 1px 16px 0px rgba(0, 0, 0, 0.04);
    padding: 32px;
}
.solution-box:first-child {
    background: #F4F4F4;
}
.solution-title {
    color: #231F20;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 46px; 
    margin-bottom: 16px;
}
.solution-box p {
    margin: 0;
}
.solutions-cta {
    margin-top: 32px;
}
.solution-right {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.about-sec {
    padding: 82px 0;
}
.about-inner {
    padding: 48px;
    background: #fff;
    max-width: 690px;
    border-radius: 12px;
}
.about-title {
    color: #231F20;
    font-size: 48px;
    font-weight: 600;
    line-height: 58px; 
    margin-bottom: 16px;
}
.about-content p:last-child {
    margin-bottom: 0;
}
.about-cta{
    margin-top: 32px;
}

.portfolio-slider-inner {
    background: var(--Gradient-Blue, linear-gradient(90deg, #1470B8 0%, #09395B 100%));
    padding-top: 72px;
    min-height: 560px;
}
.portfolio-top {
    display: flex;
    margin-bottom: 64px;
    justify-content: space-between;
}
.portfolio-title {
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 58px;
    color: #fff;
    margin: 0;
}
.portfolio-link .view-all-btn {
    border-color: var(--royal-blue);
    color: var(--royal-blue);
    margin-top: 24px;
}
.view-all-btn {
    display: inline-flex;
    padding: 12px 12px 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 64px;
    border: 2px solid var(--White, #FFF);
    color: #fff;
    text-decoration: none;
}
.portfolio-slider-section .hide {
    display: none;
}
.view-all-btn::after {
    content: "";
    background: url('/wp-content/themes/enerforge/assets/images/white-arrow.svg');
    width: 24px;
    height: 24px;
}
.portfolio-slider {
    margin-top: -366px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.32), 0px 1px 16px 0px rgba(0, 0, 0, 0.04);

}
.portfolio-slider-section .portfolio-slide .portfolio-card {
    display: flex;
    text-decoration: none;
}
.portfolio-image{
    width: 50%;
}
.portfolio-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px 0 0 12px;
}
.portfolio-content {
    width: 50%;
    padding: 48px 64px;
}
.portfolio-category {
    border-radius: 4px;
    border: 1px solid var(--Line, #DDD);
    padding: 4px 12px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: var( --royal-blue);
}
.portfolio-heading {
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    color: #231F20;
    margin: 16px 0 24px;
}
.portfolio-excerpt {
    color: #231F20;
    margin-bottom: 32px;
}
.portfolio-arrow {
    background: url('/wp-content/themes/enerforge/assets/images/round-arrow.svg');
    width: 48px;
    height: 48px;
    display: flex;
    margin-left: auto;
    font-size: 0;
}

.clients-section {
    padding: 72px 0;
    position: relative;
}
.clients-section::before {
    position: absolute;
    content: "";
    background: url('/wp-content/themes/enerforge/assets/images/bottom-Line.png') no-repeat;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background-position: bottom;
    z-index: -1;
}
.client-inner {
    display: flex;
    gap: 30px;
    align-items: center;
}
.clients-header {
    width: 50%;
}
.client-logos {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.client-logo {
    width: calc(50% - 15px);   
    border-radius: 12px;
    background: var(--White, #FFF);
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.32), 0px 1px 16px 0px rgba(0, 0, 0, 0.04);
}
.client-logo img {
    margin: auto;
}
.client-title {
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 58px;
    margin-bottom: 32px;
}
.clients-header p {
    max-width: 566px;
    margin: 0;
}
.client-inner .global-btn {
    margin-top: 32px;
}

.footer-form {
    padding: 96px 0;
    color: #fff;
}
.form-title {
    font-size: 64px;
    font-weight: 600;
    line-height: 74px;
    margin-bottom: 16px;
    color: #fff;
}
.common-field br {
    display: none;
}
.form-content p {
    margin-bottom: 0;
}
.form-wrapper {
    display: flex;
    gap: 64px;
}
.form-content, .cta-form {
    width: 50%;
}
.form-field p {
    display: flex;
    gap: 30px;
}
.common-field p, .submit-btn p {
    margin-bottom: 0;
}
.common-field {
    margin-bottom: 30px;
}
.footer-form input[type="text"], .footer-form input[type="email"] {
    background: #fff;
    padding: 12px 24px;
    border-radius: 12px;
    font-weight: 400;
    line-height: 24px;
    min-height: 60px;
    width: 100%;
}
.submit-btn [type="submit"] {
    padding: 12px 12px 12px 24px;
    border-radius: 64px;
    background: #FCB131;
    border: 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    display: inline-flex;
    gap: 12px;
    min-width: 127px;
    text-align: left;
    cursor: pointer;
}
.submit-btn {
    display: inline-block;
    position: relative;
}
.submit-btn::after {
    content: "";
    background: url('/wp-content/themes/enerforge/assets/images/arrow.svg');
    width: 24px;
    height: 24px;
    position: absolute;
    top: 13px;
    left: 92px;
}
::-webkit-input-placeholder { 
    color: #404040;
  }
  ::-moz-placeholder { 
    color: #404040;
  }
  :-ms-input-placeholder { 
    color: #404040;
  }
  :-moz-placeholder { 
    color: #404040;
  }

.page-banner {
    min-height: 400px;
    padding: 114px 0;
    color: #fff;
}
.banner-heading {font-size: 64px;
    font-style: normal;
    font-weight: 600;
    line-height: 74px;
    margin: 24px 0;
}
.page-banner p{
    margin-bottom: 0;
}
.page-banner p a{
    color: #fff;
    text-decoration-skip-ink: none
}
.breadcrumb a{
    color: #fff;
    text-decoration: none;
}

.about-mission {
    text-align: center;
    padding: 72px 0;
}
.mission_heading {
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 58px;
    margin-bottom: 24px;
}
.about-mission p {
    margin: 0 auto 32px;
    max-width: 930px;
}
.history-sec{
    padding: 169px 0;
}
.history-sec .about-inner {
    padding: 64px 48px;
}
.about-card-sec {
    padding: 72px 0;
}
.about-card-image {
    display: flex;
    margin-bottom: 30px;
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.32), 0px 1px 16px 0px rgba(0, 0, 0, 0.04);
    align-items: center;
}
.about-card-image:last-child {
    margin-bottom: 0;
}
.card-content {
    padding: 24px 48px;
    width: 68%;
}
.card-item {
    max-width: 450px;
}
.card-item img {
    width: 100%;
    height: 100%;
    border-radius: 12px 0 0 12px;
}
.card-title {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 16px;
}

.career-sec .about-inner {
    margin-left: auto;
}

.contact-inner {
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.32), 0px 1px 16px 0px rgba(0, 0, 0, 0.04);
}
.contact-us {
    margin-top: 72px;
}
.contact-inner form{
    display: flex;
}
.contact-left {
    padding: 48px;
    border-right: 1px solid #DDD;
}
.cont-address .icon {
    width: 48px;
    height: 48px;
    background: transparent;
}
.contact-right {
    padding: 48px;
}
.contact-head {
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 58px;
    margin-bottom: 32px;
}
.contact-right input[type="text"], .contact-right input[type="email"], .contact-right input[type="tel"] {
    background: #fff;
    padding: 12px 24px;
    border-radius: 12px;
    font-weight: 400;
    line-height: 24px;
    min-height: 60px;
    width: 100%;
    border: 1px solid #ddd;
}
.contact-right textarea {
    background: #fff;
    padding: 12px 24px;
    border-radius: 12px;
    font-weight: 400;
    line-height: 24px;
    max-height: 104px;
    border: 1px solid #ddd;
}
.cont-address {
    display: flex;
    gap: 16px;
    margin-bottom: 16px;
}
.form-text p:nth-of-type(odd) {
    margin-bottom: 8px;
}
.form-text p{
    margin-bottom: 16px;
}
.form-text  label {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 8px;
}
.contact-left ul li img {
    height: 48px;
    width: 48px;
}
.contact-right .global-btn {
    display: inline-flex;
    padding: 12px 12px 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 64px;
    background: #005CB9;
    color: #FFF !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    text-decoration: none;
}
.contact-right .submit-btn::after {
    background: url('/wp-content/themes/enerforge/assets/images/white-arrow.svg');
}
.google-map {
    margin-top: -72px;
    z-index: -1;
    position: relative;
}

.department-sec{
    padding: 72px 0;
    position: relative;
}
.department-sec::after {
    position: absolute;
    content: "";
    background: url(/wp-content/themes/enerforge/assets/images/bottom-line2.svg) no-repeat;
    bottom: 190px;
    left: 0;
    right: 0;
    top: 0;
    background-position: bottom;
    z-index: -1;
}
.depart-title {
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 16px;
}
.job-listing {
    display: flex;
    justify-content: space-between;
}.department {
    width: 32%;
    max-width: 450px;
}
.job-listing:nth-child(2) {
    border-top: 1px solid var(--Line, #DDD);
    padding-top: 48px;
    margin-top: 16px;
}
.job-listing:nth-child(2) .job-card:first-child {
    background: #F4F4F4;
}
.job-content {
    max-width: 661px;
}
.job-card {
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.32), 0px 1px 16px 0px rgba(0, 0, 0, 0.04);
    padding: 32px;
    display: flex;
    gap: 48px;
    max-width: 930px;
    margin-bottom: 32px;
}
.job-title {
    margin-bottom: 16px;
}   
.job-title a{
    color: #231F20;
    text-decoration: none;
}
.job-card .meta {
    margin: 0;
    list-style: none;
    display: flex;
    gap: 32px;
}
.job-card .meta li {
    color: #005CB9;
    display: flex;
    align-items: center;
}
.job-type::before {
    content: "";
    background: url(/wp-content/themes/enerforge/assets/images/time.svg) no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: sub;
    margin-right: 10px;
}
.job-loct::before {
    content: "";
    background: url(/wp-content/themes/enerforge/assets/images/world.svg) no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: sub;
    margin-right: 10px;
}

.latest-news {
    padding: 72px 0;
}
.news-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.latest-news-grid {
    margin-top: 48px;
    display: flex;
    gap: 30px;
}
.news-title {
    font-size: 48px;
    font-weight: 600;
    line-height: 58px; 
}
.news-heading {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 16px;
}
.news-image img {
    width: 100%;
    border-radius: 12px 12px 0 0;
}
.news-content {
    padding: 24px;
}
.news-card {
    border-radius: 12px;
    background: var(--White, #FFF);
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.32), 0px 1px 16px 0px rgba(0, 0, 0, 0.04);
}
.news-link a {
    color: #005CB9;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.news-link  {
    border-top: 1px solid #DDD;
    padding-top: 24px;
    margin: 0;
}
.icon {
    background: url(/wp-content/themes/enerforge/assets/images/link.svg) no-repeat;
    width: 16px;
    height: 18px;
}
/*** Portfolio page CSS Starts Here ***/



.single-portfolio-main{
    padding: 48px 0 72px;
}
    .portfolio-desc h1 {
    color: var(--dark-grey);
    margin:0 0 32px;

}

.portfolio-inner {
    display: flex;
    gap: 75px;
}
.portfolio-left {
    flex: 0 0 570px;
    max-width: 100%;
}
.portfolio-details {
    margin: 0 0 0px;
    padding: 0 0 0px;
    list-style-type: none;

}
.portfolio-details li strong {
    font-weight: 600;
    min-width: 125px;
    display: inline-block;
    margin-right: 8px;
}
.portfolio-description {
    margin: 24px 0 0 ;
    padding: 24px 0 0;
    border-top: 1px solid #dddddd;
}
.portfolio-description h4:not(:nth-child(1)) {
    margin: 24px 0 8px ;
    padding: 24px 0 0;
    border-top: 1px solid #dddddd;
}
.portfolio-desc {
    border-left: 1px solid #dddddd;
    padding-left: 75px;
}
.breadcrumb-outer{
    background: #f4f4f4;
    padding: 12px;
    font-size: 14px;
    line-height: 1.71;
}

.breadcrumb >a {
    color: var(--dark-gray);
}
.enerforge-pdf {
    position: relative;
    padding-left:18px;
}
.enerforge-pdf:before {content:"";
    position: absolute;
    left: 0;
    background: url('/wp-content/themes/enerforge/assets/images/file-icon.svg');
    width: 12px;height: 16px;display: inline-block;
    background-repeat: no-repeat;
    vertical-align: middle;
    top: 2px;}
/*** Portfolio page CSS ends Here ***/
/*** 404 page CSS starts Here ***/
.error-404 {
    text-align: center;
}

.error-404 .page-header {
    padding-bottom: 0px;
    margin: 30px 0 10px;
    border-bottom: none;
}
.error-404 .page-title{
	color: var(--dark-grey)
}
.img_404 img{
	margin: 0 auto;
}
.error-404 .page-content p {
    font-size: 18px;
}


.error-404 .inner_404 {
    margin: 0 auto;
    max-width: 1280px;
    padding: 80px 0px;
}
/*** 404 page CSS ends Here ***/
/*** Responsive CSS Starts Here ***/
@media(max-width: 1440px){
    .department {
        max-width: 310px;
    }
    .portfolio-content {
        padding: 35px;
    }
}
@media(max-width: 1280px){
    .footer-logo {
        max-width: max-content;
    }
    .department {
        width: 22%;
    }
    .job-content {
        max-width: 481px;
    }
    .portfolio-desc h1 {
        font-size: 32px;
    }
    .portfolio-desc {
        padding-left: 24px;
    }
    .portfolio-inner {
        gap: 24px;
    }
}
@media(max-width: 1200px) {
    .hero-section .banner-title {
        font-size: 76px;
        line-height: 86px;
    }
    .solution-left {
        max-width: 688px;
    }
    .form-title {
        font-size: 54px;
        line-height: 64px;
    }
    .footer-menu ul {
        gap: 30px;
    }
    .contact-left, .contact-right {
        padding: 24px;
    }
    .portfolio-left {
        flex: 0 0 450px;
    }
}
@media(max-width: 1024px){
    .solution-inner {
        flex-direction: column;
    }
    .solution-left {
        max-width: 100%;
    }
    .portfolio-slider-section .portfolio-slide .portfolio-card {
        display: block;
    }
    .portfolio-image {
        width: 100%;
    }
    .portfolio-content {
        width: 100%;
        padding: 24px;
    }
    .client-inner {
        flex-direction: column;
    }
    .clients-header {
        width: 100%;
    }
    .clients-header p {
        max-width: 100%;
    }
    .client-logos {
        width: 100%;
    }
    .client-logos {
        gap: 25px;
    }
    .client-logo {
        width: calc(33% - 15px);
    }
    .latest-news-grid {
        flex-direction: column;
    }
    .form-wrapper {
        flex-direction: column;
    }
    .form-content, .cta-form {
        width: 100%;
    }
    .common-field .wpcf7-form-control-wrap {
        width: 100%;
    }
    .footer-top {
        flex-direction: column;
    }
    .footer-desc {
        max-width: 100%;
    }
    .footer-logo {
        width: 100%;
    }
    .footer-desc p {
        margin-bottom: 0;
    }
    .contact-inner form {
        flex-direction: column;
    }
    .contact-left {
        display: flex;
        flex-wrap: wrap;
        padding-top: 48px;
    }
    .cont-address {
        width: 50%;
    }
    .contact-right {
        padding-top: 0;
    }
    .error-404 .page-title {
        font-size: 30px;
    }
    .portfolio-inner {
        flex-direction: column;
    }
    .portfolio-desc {
        padding-left: 0;
        border: 0;
        margin-top: 15px;
    }
    .portfolio-image img {
        border-radius: 12px 12px 0 0;
    }
    .client-logo img {
        height: 103px;
        object-fit: contain;
    }
}
@media(max-width: 991px) {
    .hero-section .banner-title {
        font-size: 62px;
        line-height: 72px;
    }
    .menu-toggle {
        display: block;
        font-size: 0;
        background: url(/wp-content/uploads/toggle.svg);
        width: 28px;
        height: 32px;
        background-position: center;
    }
    .site-header .main-navigation ul {
        display: none;
        position: absolute;
        background: #fff;
        width: 100%;
        left: 0;
        right: 0;
        padding: 25px 15px 50px;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-10px);
        transition: opacity 0.3s ease, transform 0.3s ease;
    }
    .site-header .main-navigation.toggled ul {
        display: block;
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
    .main-navigation li {
        padding: 10px 0;
    }
    .about-card-image {
        flex-direction: column;
    }
    .card-item {
        max-width: 100%;
        width: 100%;
    }
    .card-item img {
        border-radius: 12px 12px 0 0;
    }
    .card-content {
        padding: 24px 20px;
        width: 100%;
    }
    .card-content p {
        margin-bottom: 0;
    }
    .job-listing {
        flex-direction: column;
    }
    .department {
        width: 100%;
        margin-bottom: 24px;
        max-width: 100%;
    }
    .job-card {
        gap: 24px;
        max-width: 100%;
        margin-bottom: 32px;
        flex-direction: column;
    }
    .job-content {
        max-width: 100%;
    }
    .depart-title {
        margin-bottom: 10px;
    }
    .form-title {
        font-size: 42px;
        line-height: 52px;
    }
    .portfolio-left {
        flex: unset;
    }
}
@media(max-width: 767px){
    .footer-form {
        padding: 56px 0;
    }
    .portfolio-top {
        flex-direction: column;
        gap: 15px;
    }
    .portfolio-slider {
        margin-top: -300px;
    }
    .form-field p {
        flex-direction: column;
    }
    .news-top {
        align-items: flex-start;
        flex-direction: column;
        gap: 15px;
    }
    .footer-menu ul {
        gap: 15px;
        flex-wrap: wrap;
    }
    .social-inner {
        align-items: flex-start;
        flex-direction: column;
        gap: 15px;
    }
    .about-mission {
        padding: 42px 0;
    }
    .history-sec {
        padding: 80px 0;
    }
    .cont-address {
        width: 100%;
    }
    .google-map {
       margin-top: 0;
    }
    .google-map iframe {
        height: auto;
    }
    .solution-sec {
        padding: 48px 0;
    }
}
@media(max-width: 575px) {
    .hero-section .banner-title {
        font-size: 52px;
        line-height: 62px;
    }
    .banner-heading {
        font-size: 49px;
        line-height: 59px;
    }
    .hero-section {
        padding: 51px 0;
        min-height: 480px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .client-logo {
        width: calc(50% - 15px);
    }
    .footer-addresses {
        align-items: flex-start;
        flex-direction: column;
        gap: 0;
    }
    .add-left, .add-right {
        max-width: 100%;
    }
    .department-sec {
        padding: 42px 0;
    }
    .solutions-cta {
        margin-top: 24px;
    }
    .solution-inner {
        gap: 48px;
    }
    .about-sec {
        padding: 47.68px 0 42.32px;
        min-height: 692px;
    }
    .portfolio-title {
        font-size: 44px;
        line-height: 54px;
    }
    .clients-section::before {
        display: none;
    }
}
@media(max-width: 480px) {
    .hero-section .banner-title {
        font-size: 48px;
        line-height: 56px;
    }
    .solution-title{
        font-size: 30px;
        line-height: 40px;
    }
    .portfolio-heading {
        font-size: 24px;
        line-height: 34px;
    }
    .solution-box, .about-inner, .history-sec .about-inner {
        padding: 24px;
    }
    .about-title, .portfolio-title, .client-title, .mission_heading, .contact-head {
        font-size: 30px;
        line-height: 40px;
    }
    .footer-menu ul {
        gap: 10px;
    }
    .cont-address .icon {
        width: 28px;
        height: 28px;
        margin-top: 2px;
    }
    .contact-left {
        padding: 24px 20px;
    }
    .job-card {
        padding: 24px 20px;
    }
    .portfolio-slider-inner {
        padding-top: 44px;
        min-height: 302px;
    }
    .portfolio-top .view-all-btn {
        display: none;
    }
    .portfolio-slider-section .hide {
        display: inline-flex;
        margin: 24px auto 0;
    }
    .portfolio-link {
        text-align: center;
    }
    .portfolio-slider {
        margin-top: -196px;
    }
    .portfolio-title {
        font-size: 30px;
        line-height: 40px;
    }
    .clients-section {
        padding: 45.75px 0 48px;
    }
    .client-title {
        margin-bottom: 16px;
    }
    .client-inner .global-btn {
        margin-top: 24px;
    }
    .client-inner {
        gap: 24px;
    }
    .client-logos {
        gap: 16px;
        justify-content: space-between;
    }
    .client-logo {
        width: calc(50% - 8px);
    }
}
@media(max-width: 450px) {
    .hero-section .banner-title {
        font-size: 39px;
        line-height: 49px;
    }
    .solution-title, .portfolio-heading {
        font-size: 26px;
        line-height: 36px;
    }
    .client-logo img {
        height: 83px;
    }
}
@media(max-width: 375px) {
    .form-title {
        font-size: 32px;
        line-height: 42px;
    }
   .contact-head {
        font-size: 28px;
        line-height: 38px;
    }
    .hero-section .banner-title, .form-title, .banner-heading {
        font-size: 32px;
        line-height: 42px;
    }
    .solution-title, .portfolio-heading {
        font-size: 22px;
        line-height: 32px;
    }
    .job-card .meta li {
        font-size: 14px;
    }
    .job-card .meta {
        gap: 10px;
    }
    .hero-section p {
        margin-bottom: 0;
    }
    .client-logo img {
        height: 73px;
    }
}