@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

body {
    margin: 0;
      font-family: "Inter", sans-serif;
    color: #fff;
    background: #141414;
    overflow-x: hidden;
}  

input,
textarea,
button {
      font-family: "Inter", sans-serif;
    outline: none; 
}

button,
input[type="submit"],
input[type="reset"] {
    cursor: pointer;
}

.btn-primary {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #FBFBFB;
    width: 210px;
    height: 50px;
    background: #61CE70;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 32px;
    border: 2px solid #61ce70;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #9bb5c4;
    margin: 0;
    padding: 0;
      font-family: "Montserrat", sans-serif;
}

input,
select {
    outline: none;
}

a {
    text-decoration: none;
    color: #1b2642;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
}

.transition {
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
}

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

fieldset {
    border: none;
    padding: 0;
}

#wrapper {
    position: relative;
    overflow: hidden;
}

ol,
ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

p {
    margin: 0;
    padding: 0;
}

img {
    padding: 0;
    margin: 0;
    display: inline-block;
    max-width: 100%;
}
.container {
    width: 100%;
    max-width: 1380px;
    margin: 0 auto;
    padding: 0px 20px;
}

/* Home Page */

.header-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px;
}

header#header {
    background: rgba(0, 0, 0, 0.80);
}

.header-pages ul li a {
    color: #FFF;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.header-pages ul {
    display: flex;
    gap: 23px;
}

.header-btn1 a {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    display: flex;
    padding: 10px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #E65C2A;
    border: 1px solid #E65C2A;
}
section.home-banner {
    padding-bottom: 40px;
    height: 90vh;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: end;
}

.home-banner-content h5 {
    color: #FFF;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 10px;
}

.home-banner-content h1 {
    color: #FFF;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 46.8px */
    text-transform: uppercase;
    padding-bottom: 10px;
}

.home-banner-content p {
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    max-width: 700px;
    padding-bottom: 16px;
}

.home-banner-content h6 {
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 20px;
}

.home-banner-btn {
    display: flex;
    gap: 20px;
    margin-bottom: 100px;
}

.home-banner-btn a {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    display: flex;
    padding: 10px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: 1px solid #FFF;
}

.home-banner-btn a.btn-b1 {
    background: #E65C2A;
    border-color: #E65C2A;
}

.home-banner-option {
    display: flex;
    gap: 55px;
}

.banner-option1 h4 {
    color: #FFF;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 4px;
}

.banner-option1 span {
    color: #FFF;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    opacity: 0.6;
}
.industrial-content img {
    margin-bottom: 42px;
}

.industrial-content {
    border-bottom: 1px solid #555;
    padding: 50px 0px;
    text-align: center;
    margin-bottom: 60px;
}

.industrial-content h2 {
    color: #E65C2A;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 46.8px */
    text-transform: uppercase;
    padding-bottom: 19px;
}

.industrial-content p {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 19.6px */
    max-width: 730px;
    margin: auto;
    padding-bottom: 18px;
}
.we-do-header h2 {
    color: #E65C2A;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 46.8px */
    text-transform: uppercase;
    padding-bottom: 12px;
}

.we-do-header p {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    max-width: 620px;
    margin: auto;
}

.we-do-header {
    padding-bottom: 40px;
}

.we-do-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.we-do-card-sub {
    width: 32%;
    padding: 35px;
    background: #FFF;
    margin-bottom: 20px;
}

.we-do-card-sub h3 {
    color: #000;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 15px;
    max-width: 90%;
}

.we-do-card-sub li {
    color: #000;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 19.6px */
    opacity: 0.6;
    list-style: disc;
    margin-left: 15px;
    margin-bottom: 10px;
}

section.we-do {
    padding-bottom: 80px;
}
.home-list-flex {
    padding: 30px 0px;
    margin-bottom: 60px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #555;
    border-top: 1px solid #555;
}

.home-list-sub {
    width: 22%;
    display: flex;
    align-items: center;
    gap: 30px;
}

.home-list-sub h4 {
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
section.serve-banner {
    width: 100%;
    height: 562px;
    padding: 45px 0px;
    display: flex;
    margin-bottom: 80px;
}

.serve-tab {
    padding: 35px;
    max-width: 600px;
    background: #FFF;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.serve-tab h5 {
    color: #000;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 19.6px */
    text-transform: uppercase;
    padding-bottom: 10px;
}

.serve-tab h4 {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 26px */
    text-transform: uppercase;
}

section.serve-banner.container {
    height: 100%;
}

.serve-tab span {
    display: block;
    background: #E65C2A;
    width: 8px;
    height: 8px;
    aspect-ratio: 1/1;
}

.serve-tab li {
    color: #000;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 19.6px */
    opacity: 0.6;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}
.we-work-flex {
    display: flex;
    justify-content: space-between;
}

.we-work-sub1 {
    max-width: 520px;
}

.we-work-sub1 h2 {
    color: #E65C2A;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 46.8px */
    text-transform: uppercase;
    padding-bottom: 15px;
}

.we-work-sub1 p {
    color: #FFF;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 19.6px */
    padding-bottom: 30px;
}

.we-work-sub1 li {
    display: flex;
    align-items: revert;
    margin-bottom: 10px;
    gap: 10px;
    color: #FFF;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 19.6px */
}

section.we-work {
    padding-bottom: 80px;
}

.we-work-sub1 li span {
    width: 90%;
}
section.bult-uptime {
    padding: 120px 0px;
    margin-bottom: 50px;
    background: #19509C;
}

.bult-uptime-content {
    text-align: center;
}

.bult-uptime-content h2 {
    color: #FFF;
    text-align: center;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 33.8px */
    text-transform: uppercase;
    padding-bottom: 24px;
}

.bult-uptime-content p {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    max-width: 626px;
    margin: auto;
    padding-bottom: 20px;
}

.bult-uptime-content a {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    display: flex;
    padding: 10px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #E65C2A;
    max-width: max-content;
    margin: auto;
    border: 1px solid #E65C2A;
}
.footer-top {
    display: flex;
    justify-content: space-between;
    padding-bottom: 120px;
}

ul.footer-menu li a {
    color: #FFF;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 10px;
    display: block;
}

nav.footer-nav {
    display: flex;
    gap: 40px;
}

.footer-middle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

.footer-contact p {
    color: #FFF;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 12px;
}

.footer-contact a {
    color: #FFF;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.footer-contact a span {
    color: #E65C2A;
    text-decoration-line: underline;
}

.footer-action a {
    color: #FFF;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 12px;
}

.footer-action span {
    width: 27px;
    height: 27px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #E65C2A;
    border-radius: 4px;
}

.footer-bottom {
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

p.copyright {
    color: #FFF;
    font-family: Inter;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    opacity: 0.6;
} 

.footer-social {
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer-social a {
    color: #fff;
    font-size: 20px;
}

.footer-legal {
    display: flex;
    gap: 20px;
}

.footer-legal a {
    color: #FFF;
    text-align: right;
    font-family: Inter;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    opacity: 0.6;
}

span.sep {
    display: block;
    color: #FFF;
    text-align: right;
    font-family: Inter;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    opacity: 0.6;
}
section.hero-banner {
    margin: 20px 0px 50px 0px;
}

.hero-banner-content {
    padding: 90px 0px;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-banner-content span {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 19.6px */
    text-transform: uppercase;
    padding-bottom: 14px;
    display: block;
}

.hero-banner-content h1 {
    color: #FFF;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 46.8px */
    text-transform: uppercase;
    max-width: 735px;
    margin: auto;
    padding-bottom: 14px;
}

.hero-banner-content p {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 19.6px */
    max-width: 646px;
    margin: auto;
}
.servics-sub1 {
    border-bottom: 1px solid #555;
    display: flex;
    justify-content: space-between;
    padding-bottom: 50px;
    margin-bottom: 50px;
    align-items: center;
}

.servics-content {
    width: 45%;
}

.servics-image {
    width: 46.7%;
}

.servics-content h1 {
    color: #E65C2A;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 46.8px */
    text-transform: uppercase;
    max-width: 90%;
    margin-bottom: 20px;
}

.servics-content p {
    color: #FFF;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 19.6px */
    padding-bottom: 20px;
}

.servics-content ul li span {
    width: 8px;
    height: 8px;
    aspect-ratio: 1/1;
    display: block;
    background: #E65C2A;
}

.servics-content li {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #FFF;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 19.6px */
    opacity: 0.6;
    margin-bottom: 10px;
}

.servics-sub1:nth-child(even) {
    flex-direction: row-reverse;
}

.servics-sub1:last-child {
    border: none;
}
.industry-header h2 {
    color: #E65C2A;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 46.8px */
    text-transform: uppercase;
    padding-bottom: 15px;
}

.industry-header p {
    color: #FFF;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 19.6px */
    max-width: 740px;
    margin-bottom: 60px;
}

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

.industry-sub1 {
    width: 49%;
    border-radius: 20px;
    background: #1F1F1F;
    padding: 50px 40px;
    margin-bottom: 20px;
}

.industry-sub1 h3 {
    color: #FFF;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 15px;
}

.industry-sub1 p {
    color: #FFF;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 19.6px */
    margin-bottom: 15px;
    opacity: 0.5;
}

.industry-sub1 span {
    width: 8px;
    height: 8px;
    aspect-ratio: 1/1;
    background: #E65C2A;
    display: block;
}

.industry-sub1 li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
    opacity: 0.6;
}

section.industry-main {
    margin-bottom: 50px;
}
.gallery-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.gallery-sub1 {
    width: 32%;
    margin-bottom: 30px;
}


.gallery-img img {
    width: 100%;
    display: block;
    min-height: 480px;
    max-height: 480px;
    object-fit: cover;
}  

.gallery-content p {
    color: #FFF;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 19.6px */
    margin-top: 20px;
} 

section.gallery-main {
    padding-bottom: 80px;
}
.story-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.story-image {
    width: 46.7%;
}

.story-content {
    width: 48%;
}

.story-content h2 {
    color: #E65C2A;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 46.8px */
    text-transform: uppercase;
    padding-bottom: 15px;
}

.story-content p {
    color: #FFF;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 19.6px */
    max-width: 464px;
    padding-bottom: 15px;
}

section.our-story {
    padding-bottom: 80px;
}

section.about-partner {
    margin-bottom: 80px;
    padding: 45px 0px;
    height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.about-partner-content {
    padding: 35px 40px;
    max-width: 625px;
    background: #fff;
}

.about-partner-content h2 {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 26px */
    text-transform: uppercase;
    padding-bottom: 170px;
}

.about-partner-content p {
    color: #000;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 19.6px */
    padding-bottom: 10px;
}
.about-field-flex {
    display: flex;
    justify-content: space-between;
}

.about-field-sub1 {
    width: 18%;
}

.about-field-sub1 h3 {
    color: #FFF;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 30px 0px 10px 0px;
}

.about-field-sub1 p {
    color: #FFF;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 19.6px */
    opacity: 0.6;
}

section.about-field {
    margin-bottom: 80px;
}

/* contact page */


/* Contact Section Styling */
.contact-main {
    background-color: #000; /* Dark background as per screenshot */
    padding: 60px 0;
    color: #fff;
    font-family: Arial, sans-serif;
}

.contact-flex-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    align-items: flex-start;
}

/* Left Side Content */
.contact-info {
    flex: 1;
}

.section-title-orange, .form-title-orange {
    color: #E25822; /* Industrial Orange */
    font-size: 36px;
    margin-bottom: 10px;
    font-weight: bold;
    max-width: 80%;
}

.company-name {
    font-weight: bold;
    margin-bottom: 5px;
}

.company-tagline {
    color: #ccc;
    font-size: 0.9rem;
    margin-bottom: 40px;
}

.info-items {
    margin-bottom: 30px;
}

.info-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
    gap: 15px;
}

.info-item i {
    color: #E25822;
    font-size: 1.2rem;
    margin-top: 5px;
}

.info-label {
    display: block;
    font-weight: bold;
    font-size: 0.85rem;
}

.info-item a, .info-item p {
    color: #fff;
    text-decoration: none;
    font-size: 0.95rem;
}

.divider {
    border: 0;
    border-top: 1px dashed #444;
    margin: 30px 0;
}

.contact-footer-text {
    font-size: 0.85rem;
    color: #aaa;
    line-height: 1.6;
}

/* Form Styling */
.consultation-form-card {
    flex: 1;
    background-color: #1a1a1a; /* Darker card background */
    padding: 40px;
    border-radius: 15px;
}

.form-subtitle {
    font-size: 0.9rem;
    color: #ccc;
    margin-bottom: 30px;
    line-height: 1.5;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    font-size: 0.85rem;
    font-weight: bold;
    margin-bottom: 8px;
}

.form-group input, 
.form-group select, 
.form-group textarea {
    width: 100%;
    padding: 12px;
    background-color: #262626;
    border: 1px solid #333;
    border-radius: 5px;
    color: #fff;
    outline: none;
}

.form-group input::placeholder {
    color: #666;
}

.submit-btn {
    background-color: #E65C2A;
    color: #fff;
    border: none;
    padding: 15px 30px;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s;
}

.submit-btn:hover {
    background-color: #bf451a;
}
.header-btn1 a:hover {color: #E65C2A;background: transparent;}

.header-pages li a:hover {
    color: #E65C2A;
}

a.btn-b2:hover {
    background: #E65C2A;
    border-color: #E65C2A;
}

.home-banner-btn a.btn-b1:hover {
    border-color: #fff;
    background: transparent;
}

.bult-uptime-content a:hover {
    background: transparent;
    border-color: #fff;
}

ul.footer-menu a:hover {color: #E65C2A;}

.footer-social a:hover {
    color: #E65C2A;
}

.footer-legal a:hover {
    color: #E65C2A;
}
html {
  scroll-behavior: smooth;
} 

.gallery-item {
    display: none;
}

.gallery-item.visible {
    display: block;
}
.load-more-wrap button {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    display: flex;
    padding: 10px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #E65C2A;
    max-width: max-content;
    margin: auto;
    border: 1px solid #E65C2A;
}  





/* Responsive */

@media (max-width: 1301px) {




}

@media (max-width: 1201px) {
.header-pages ul {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #000;
    top: 0;
    right: 0;
    flex-direction: column;
    align-items: center;
    padding: 50px 0px;
    z-index: 99;
    transform: translate(-100%);
    transition: 0.6s;
}
.hamburger {
    width: 30px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 6px;
    position: absolute;
    right: 300px;
    z-index: 999;
}

.hamburger span {
    height: 3px;
    width: 100%;
    background: #fff;
    display: block;
    transition: all 0.3s ease;
}

/* Active State */
.hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
}

.hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}
.header-pages ul.active-list {
    transform: translate(0px, 0px);
}

body.active-body {
    overflow: hidden;
}
section.home-banner {
    padding-bottom: 40px;
    height: 60vh;
    width: 100%;
}
.home-list-flex {
    flex-wrap: wrap;
    gap: 30px;
} 
.home-list-sub {
    width: 45%;
}
.we-work-sub1 {
    max-width: 48%;
}
.we-work-flex {
    align-items: center;
}
.about-field-flex {
    flex-wrap: wrap;
    gap: 40px;
}
.about-field-sub1 {
    width: 45%;
}




}

@media (max-width: 901px) {
    .contact-flex-wrapper {
        flex-direction: column;
    }
    .we-do-card-sub {
    width: 49%;
    }
    .servics-sub1 {
    flex-wrap: wrap;
    gap: 30px;
}
.servics-content {
    width: 100%;
}
.servics-image {
    width: 100%;
}
.servics-image img {
    width: 100%;
}
.hero-banner-content h1 {
    font-size: 32px;
}
.gallery-sub1 {
    width: 49%;
    margin-bottom: 30px;
}



}

 
@media (max-width: 701px) {
    section.home-banner {
        padding-top: 40px;
        padding-bottom: 40px;
        height: 100%;
        width: 100%;
    }
    .home-banner-content h5 {
    font-size: 18px;
    }
    .home-banner-content h1 {
    font-size: 24px;
    }
    .home-banner-content p {
    font-size: 14px;
    }
    .home-banner-content h6 {
    font-size: 14px;
    }
    .home-banner-btn {
    display: flex;
    gap: 20px;
    margin-bottom: 60px;
    flex-wrap: wrap;
    width: 100%;
}
.home-banner-btn a {
    width: 100%;
}
.home-banner-option {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.header-btn1 a {
    display: none;
}
.header-logo {
    width: 60%;
}
.hamburger {
    right: 20px;
}
.industrial-content h2 {
    font-size: 22px;
}
.we-do-header h2 {
    font-size: 22px;
}
    .we-do-card-sub
 {
        width: 100%;
        padding: 25px;
    }
    .we-do-card-sub h3 {
    font-size: 18px;
    }
    .home-list-sub {
        width: 100%;
    }
    .home-list-sub h4 {
    font-size: 14px;
    }
    .serve-tab {
    padding: 20px;
    }
    .serve-tab h4 {
    font-size: 16px;
    }
    section.serve-banner {
    width: 100%;
    height: 482px;
    }
        .we-work-sub1 {
        max-width: 100%;
    }
    .we-work-sub2 {
    width: 100%;
}
       .we-work-flex {
        flex-wrap: wrap;
        gap: 30px;
    }
    .we-work-sub1 h2 {
    color: #E65C2A;
    font-size: 24px;
    }
    section.bult-uptime {
    padding: 60px 0px;
    }
    .bult-uptime-content h2 {
    color: #FFF;
    text-align: center;
    font-size: 20px;
    }
    .footer-top {
    flex-wrap: wrap;
    gap: 20px;
    padding-bottom: 50px;
}
.footer-middle {
    flex-wrap: wrap;
    gap: 20px;
}
.footer-bottom {
    flex-direction: column;
    gap: 20px;
    align-items: start;
}
    .hero-banner-content h1 {
        font-size: 22px;
    }
    .hero-banner-content {
    padding: 50px 0px;
    }
    .servics-content h1 {
    font-size: 22px;
    }
    .industry-header h2 {
    font-size: 22px;
    }
    .industry-sub1 {
    width: 100%;
    border-radius: 10px;
    padding: 20px 15px;
    margin-bottom: 20px;
}
.industry-sub1 h3 {
    font-size: 18px;
}
.gallery-sub1 {
        width: 100%;
        margin-bottom: 30px;
    }
    .story-flex {
    flex-wrap: wrap;
    gap: 20px;
}
.story-image {
    width: 100%;
}
.story-content {
    width: 100%;
}
.story-content h2 {
    font-size: 24px;
}
.about-partner-content {
    padding: 15px 10px;
}

.about-partner-content h2 {
    font-size: 18px;
    padding-bottom: 70px;
}

.about-field-flex {
        flex-wrap: wrap;
        gap: 30px;
    }
    .consultation-form-card {
    flex: 1;
    background-color: #1a1a1a;
    padding: 10px;
    border-radius: 15px;
}
.section-title-orange, .form-title-orange {
    color: #E25822;
    font-size: 22px;
} 




}