.mt-16{
    margin-top: 16px;
}
h1.extra-large {
    max-width: 1003px;
}
.hero-section .large{
    max-width: 752px;
    margin-top: 16px;
}
.hero-section {
    background: url('/images/index-main.webp') center/cover;
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
}


.hero-content {
    max-width: calc(100% - 600px);
    width: 100%;
    margin: 0 auto;
    color: var(--color-white);
}
.hero-content button{
    margin-top: 12px;
}
.hero-title {
    font-size: 64px;
    font-family: var(--font-heading);
    font-weight: var(--font-weight-bold);
    line-height: 1.2;
    margin-bottom: 24px;
}

.hero-subtitle {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 32px;
    max-width: 600px;
}

.cta-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: var(--color-secondary-100);
    color: var(--color-white);
    padding: 16px 32px;
    font-weight: var(--font-weight-medium);
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.cta-button:hover {
    background-color: var(--color-secondary-200);
    transform: translateY(-2px);
}

.section {
    padding: 80px 0;
}


.section-title {
    text-align: center;
    margin-bottom: 48px;
}
#services .container{
    max-width: 1364px;
}
#services h2{
    text-align: left;
    max-width: 610px;
}
.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 16px;
    margin-top: 48px;
}

.service-card {
    background:rgba(241, 241, 241, 1);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.15);
}

.hero-content .primary{
    padding:20px  86px  20px 78px ;

}
.service-card.primary {
    background: var(--color-primary-100);
    color: var(--color-white);
}

.service-card-content {
    padding: 36px 38px 14px 26px;
}
.learn-more-btn {
    position: absolute;
    right: 0;
    bottom: 0;
    background: var(--color-white);
    padding-left:11px ;
    padding-top:12px ;
    border-top-left-radius: 12px;
    width: 80px;
    height: 82px;
}
.learn-more-btn-arrow{
    width: 70px;
    height: 70px;
    background: rgba(163, 126, 44, 1);
    border-radius: 10.4px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.learn-more-btn-arrow span{
    transform: rotate(-45deg);
    color: white;
}

.service-icon {
    width: 96px;
    height: 90px;
    margin-bottom: 30px;
}

#services h3{
    font-family: Instrument Sans;
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 32px;
    letter-spacing: 0%;
}
/* About Us Block Section - Grid Layout (No Absolute Positioning) */
.about-us-block-section {
    padding: 0;
    margin: 0;
    background: transparent;
    margin-top: 80px;
}

.about-us-block-grid {
    display: grid;
    grid-template-columns: 830px 1fr;
    min-height: 960px;
    max-width: 1920px;
    margin: 0 auto;
    background: white;
}

.about-us-left-section {
    background-color: #006039;
    display: flex;
    /* align-items: center; */
    justify-content: right;
    padding: 64px 32px;
    padding-right: 58px;
    padding-top: 196px;
}


.about-us-content {
    width: 100%;
    max-width: 480px;
    display: flex;
    flex-direction: column;
    gap: 48px;
    color: white;
}

.about-us-text-group {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.about-us-action-group {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.about-us-title {
    font-family: var(--font-heading);
    font-weight: var(--font-weight-bold);
    font-size: 48px;
    line-height: 56px;
    color: white;
    margin: 0;
}

.about-us-divider {
    width: 64px;
    height: 6px;
    background-color: #A37E2C;
}

.about-us-description {
    font-family: var(--font-body);
    font-weight: var(--font-weight-normal);
    font-size: 16px;
    line-height: 24px;
    color: white;
    margin: 0;
    max-width: 485px;
}

.about-us-btn {
    width: 164px;
    height: 40px;
    border: 5px solid white;
    background: transparent;
    color: white;
    font-family: var(--font-body);
    font-weight: var(--font-weight-normal);
    font-size: 16px;
    line-height: 24px;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-us-btn:hover {
    background: white;
    color: #006039;
}

.about-us-right-section {
    position: relative;
    min-height: 600px;
    display: flex;
    flex-direction: column;
}

.about-us-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    flex: 1;
}

.call-quote-overlay {
    width: 100%;
    height: 124px;
    background-color: #A37E2C;
    display: flex;
    align-items: center;
    justify-content: start;
    padding-left: 17px;
}

.call-quote-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
    color: white;
    font-family: var(--font-heading);
    font-weight: var(--font-weight-bold);
    font-size: 24px;
    line-height: 32px;
    width: 40%;
}

.call-quote-title,
.call-quote-phone {
    margin: 0;
    white-space: nowrap;
    font-family: Instrument Sans;
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 32px;
    letter-spacing: 0%;

}
.estimate-form-btn-parent{
    height: 124px;
    width: 60%;

}
.estimate-form-btn {
    width: 305px;
    height: 48px;
    margin-top: 42px;
    margin-left: 17px;
    border: 5px solid #006039;
    background: white;
    color: #1f1f1f;
    font-family: var(--font-body);
    font-weight: var(--font-weight-normal);
    font-size: 16px;
    line-height: 24px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.estimate-form-btn:hover {
    background: #006039;
    color: white;
}

/* Responsive Design for About Us Block */


/* Projects Gallery Section - No Absolute Positioning */
.projects-gallery-section {
    padding: 0;
    margin: 0;
    background: white;
}


.project-card {
    position: relative;
    flex: none;
    width: calc(33.33% - 12px);
    height: 597px;
    border-radius: 20px;
    overflow: hidden;
    background: var(--color-gray-200);
}

.project-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}




.logo-company-name {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 0px;
}

.logo-company-name p {
    margin: 0;
}

.logo-inc {
    font-size: 40px;
    line-height: normal;
}

.logo-inc p {
    margin: 0;
}




.arrow-container {
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(45deg);
}

.arrow-icon {
    width: 50px;
    height: 50px;
    color: white;
    fill: white;
}



.contact-section {
    background: var(--color-white);
    color: var(--color-white);
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 24px;
    background: rgba(245, 245, 245, 1);
    padding: 47px 38px 40px 42px;
    border-radius: 24px;
}
.contact-form label{
    color: #696969;
    font-family: Font/Family/Body;
    font-weight: 400;
    font-style: Regular;
    font-size: Font/Size/sm;
    leading-trim: NONE;
    line-height: Font/Line Height/sm;
    letter-spacing: 0%;

}
.form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-group label {
    color: #696969;
}
.contact-information-content{
    display: flex;
    gap: 27px;
}
.contact-information-container {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 34px;
}
.form-group input,
.form-group textarea {
    padding: 11px 16px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    background: white;
    color: black;
    font-size: 14px;
    line-height: 20px;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: rgba(255, 255, 255, 0.7);
}
#contact .container{
    max-width: 1464px;
}
.submit-button {
    color: var(--color-white);
    padding: 16px 32px;
    border: none;
    border-radius: 8px;
    font-weight: var(--font-weight-medium);
    cursor: pointer;
    transition: background-color 0.3s ease;
    border-radius: 100px;;
}

.submit-button:hover {
    background: var(--color-secondary-200);
}




html {
    scroll-behavior: smooth;
}

/* No Project Too Big Or Too Small Section - Flexbox Layout */
.no-project-section {
    padding: 0;
    margin: 0;
    background: white;
}

.no-project-container {
    display: flex;
    /* min-height: 744px; */
    max-width: 100%;
    margin: 0 auto;
}

.no-project-image-section {
    max-width: 40%;
    flex: none;
}

.no-project-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.no-project-content-section {
    background-color: #eeeeee;
    padding-left: 77px;
    flex: 1;
    width: 60%;
    display: flex;
    align-items: center;
}

.no-project-content {
    width: 100%;
    max-width: 862px;
    display: flex;
    flex-direction: column;
    gap: 64px;
}

.no-project-header {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.no-project-title-group {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.no-project-title {
    color: #006039;
    font-family: var(--font-heading);
    font-weight: var(--font-weight-bold);
    font-size: 32px;
    line-height: 40px;
    margin: 0;
    max-width: 620px;
}

.no-project-divider {
    width: 64px;
    height: 6px;
    background-color: #A37E2C;
}

.no-project-text-area {
    display: flex;
    gap: 48px;
    align-items: flex-start;
}

.no-project-text-area p{
    font-family: Noto Sans Armenian;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 28px;
    letter-spacing: 0%;
    color: #666666;
    max-width: 660px;
}
.no-project-left-column {
    width: 350px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.no-project-right-column {
    width: 463px;
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.no-project-text {
    color: #666666;
    font-family: var(--font-body);
    font-weight: var(--font-weight-normal);
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}

.no-project-learn-more-btn {
    border: 4px solid #2a2a2a;
    background: transparent;
    width: 164px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.no-project-learn-more-btn:hover {
    background-color: #2a2a2a;
}

.no-project-learn-more-btn:hover .learn-more-text {
    color: white;
}

.learn-more-text {
    color: #2a2a2a;
    font-family: var(--font-body);
    font-weight: var(--font-weight-semibold);
    font-size: 14px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.no-project-stats {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 829px;
    max-width: 100%;
}

.no-project-stat-card {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 130px;
}

.green-card {
    background-color: #006039;
    width: 419px;
}

.brown-card {
    background-color: #A37E2C;
    width: 410px;
}

.stat-content {
    color: white;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.stat-number {
    font-family: var(--font-heading);
    font-weight: var(--font-weight-bold);
    font-size: 48px;
    line-height: 56px;
    margin: 0;
}

.stat-label {
    font-family: var(--font-body);
    font-weight: var(--font-weight-normal);
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}



/* Petroleum & Gas Refinery Section - Flexbox Layout */
.petroleum-section {
    padding: 0;
    margin: 0;
    background: white;
}

.petroleum-container {
    display: flex;
    gap: 48px;
    min-height: 567px;
    max-width: 1462px;
    margin: 0 auto;
    padding: 140px 32px;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.petroleum-content-area {
    flex: 1;
    max-width: 800px;
}

.petroleum-title {
    color: #006039;
    font-family: var(--font-heading);
    font-weight: var(--font-weight-bold);
    font-size: 36px;
    line-height: 44px;
    max-width: 700px;
}

.petroleum-text-content {
    max-width: 807px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.petroleum-text {
    color: black;
    font-family: var(--font-body);
    font-weight: var(--font-weight-normal);
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}

.petroleum-right-section {
    position: relative;
    width: 532px;
    height: 567px;
    flex-shrink: 0;
}

.petroleum-shape-container {
    position: absolute;
    inset: 0;
}

.petroleum-shape-svg {
    width: 100%;
    height: 100%;
}

.petroleum-shape-content {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 161px 66px;
}

.petroleum-appointment-text {
    color: white;
    width: 393px;
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.petroleum-appointment-title {
    font-family: var(--font-heading);
    font-weight: var(--font-weight-bold);
    font-size: 36px;
    line-height: 44px;
    color: white;
    margin: 0;
}

.petroleum-appointment-desc {
    font-family: var(--font-body);
    font-weight: var(--font-weight-normal);
    font-size: 16px;
    line-height: 24px;
    color: white;
    margin: 0;
}

.petroleum-arrow-button {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 134px;
    height: 134px;
    background-color: #A37E2C;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.petroleum-arrow-button:hover {
    background-color: #B79240;
    transform: scale(1.05);
}

.petroleum-arrow-container {
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(45deg);
}

.petroleum-arrow-icon {
    width: 51px;
    height: 51px;
    color: white;
    fill: white;
}



/* About Us Section with Curved Background */
.about-us-curved-section {
    padding: 0;
    margin: 0;
    background: white;
    max-width: 1380px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.about-us-curved-container {
    position: relative;
    width: 100%;
    min-height: 397px;
    max-width: 100%;
    margin: 0 auto;
}

.about-us-shape-background {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 397px;
}

.about-us-shape-svg {
    width: 100%;
    height: 100%;
}

.about-us-title-container {
    position: absolute;
    top: 0;
    left: 48px;
    transform: translateY(-50%);
}

.about-us-curved-title {
    color: #006039;
    font-family: var(--font-heading);
    font-weight: var(--font-weight-bold);
    font-size: 40px;
    line-height: 48px;
    margin: 0;
    white-space: nowrap;
}

.about-us-curved-content {
    position: absolute;
    top: 130px;
    left: 48px;
    width: 1268px;
    max-width: calc(100% - 96px);
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.about-us-curved-text {
    color: black;
    font-family: var(--font-body);
    font-weight: var(--font-weight-normal);
    font-size: 20px;
    line-height: 28px;
    margin: 0;
}



/* Alternating Image-Text Sections */
.alternating-sections {
    padding: 0;
    margin: 0;
    background: white;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1400px;
    width: 100%;
}

.alternating-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.alternating-row {
    display: flex;
    height: 519px;
    width: 100%;
}

.alternating-image-section {
    width: 700px;
    height: 520px;
    flex-shrink: 0;
}

.alternating-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.alternating-content-section {
    position: relative;
    width: 700px;
    height: 520px;
    background-color: #006039;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.alternating-content {    
    padding: 56px 49px 75px 47px;
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.alternating-text-group {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
    gap: 29px;
}

.alternating-title {
    color: #f1f3f4;
    font-family: Noto Sans Armenian;
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 32px;
    letter-spacing: Static/Display Medium/Tracking;

}

.alternating-text-content {
    color: #f1f3f4;
    font-family: Noto Sans Armenian;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    
}

.alternating-text-line {
    margin: 0;
}

.alternating-text-line-last {
    margin: 0;
}

.alternating-button {
    position: relative;
    width: 159px;
    height: 40px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.alternating-button:hover .alternating-button-bg {
    background-color: #f1f3f4;
}

.alternating-button:hover .alternating-button-content {
    color: #006039;
}

.alternating-button-bg {
    position: absolute;
    inset: 0;
    background: transparent;
    border: 3px solid #f1f3f4;
    transition: all 0.3s ease;
}

.alternating-button-content {
    position: absolute;
    top: 8px;
    left: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #f1f3f4;
    text-align: center;
    transition: all 0.3s ease;
}

.alternating-button-text {
    font-family: 'Kanit', sans-serif;
    font-weight: var(--font-weight-normal);
    font-size: 20px;
    line-height: 24px;
    white-space: nowrap;
}

.alternating-button-arrow {
    font-size: 14px;
    line-height: 14px;
}



.fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}
.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}
.hero-section .hero-content {
    max-width: 68%;
    position: absolute;
    bottom: 200px;
    left: 16%;
}


.faq-section-custom {
    background: rgba(247, 247, 247, 1);
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
    margin-top: 140px;
}
.faq-container {
    max-width: 1211px;
    margin: 0 auto;
    display: flex;
    gap: 48px;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}
.faq-left {
    flex: 1 1 380px;
    min-width: 320px;
    max-width: 480px;
}
.faq-title {
    font-family: 'Instrument Sans', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    color: rgba(0, 96, 57, 1);
    margin: 0;
}
.faq-desc {
    margin-top: 24px;
    font-family: 'Inter', Arial, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: rgba(105, 105, 105, 1);
}
.faq-btn {
    margin-top: 24px;
    background: #006039;
    color: #fff;
    border: none;
    border-radius: 99px;
    padding: 12px 28px;
    font-family: 'Inter', Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    cursor: pointer;
    transition: background 0.2s;
    vertical-align: middle;
}
.faq-btn:hover {
    background: #004d2c;
}
.faq-right {
    flex: 1 1 420px;
    min-width: 320px;
    max-width: 600px;
}
.faq-accordion {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.faq-item {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
}
.faq-question {
    display: flex;
    align-items: center;
    gap: 16px;
    background: #fff;
    padding: 26px 0 26px 32px;
    font-family: 'Instrument Sans', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #000;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
    position: relative;
}
.faq-question .faq-arrow,
  .faq-question .faq-arrow-white {
    margin-left: auto;
    transition: transform 0.2s;
}
.faq-item.active .faq-question {
    background: rgba(163, 126, 44, 1);
    color: #fff;
}
.faq-item.active{
    background: rgba(163, 126, 44, 1);
}

.faq-item.active .faq-question .faq-arrow-white {
    display: inline;
}


  .faq-answer {
    display: none;
    background: rgba(163, 126, 44, 1);
    padding: 0 32px 26px 32px;
  }
  .faq-item.active .faq-answer {
    display: block;
    padding-top: 16px;
  }
  .faq-answer p {
    margin: 0;
    font-family: 'Inter', Arial, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
  }
  



@media (max-width: 1400px) {
    .faq-container{
        max-width: calc(100% - 64px);
    }
    .hero-content {
        max-width: calc(100% - 80px);
    }
    .estimate-form-btn-parent {
        height: 100px;
    }
    .estimate-form-btn{
        margin-top: 30px;
    }
    .hero-section .hero-content {
        min-width: 64%;
    }
    .hero-section .large{
        margin-top: 8px;
        margin-bottom: 17px;
    }
    h1.extra-large {
        max-width: 100%;
        font-size: 52px;
        line-height: 60px;
        font-weight: 700;
    }
    .about-us-block-grid {
        grid-template-columns: 40% 60%;
        min-height: 800px;
    }
    
    .about-us-content {
        max-width: 400px;
    }
    
    .about-us-title {
        font-size: 36px;
        line-height: 42px;
    }
    
    .estimate-form-btn {
        right: 16px;
        bottom: 16px;
        width: 280px;
    }
    .call-quote-overlay {
        height: 100px;
    }
    
    .call-quote-content {
        font-size: 20px;
        line-height: 28px;
    }
    .no-project-container {
        min-height: 600px;
    }
    
    .no-project-image-section {
        width: 40%;
    }
    
    
    .no-project-content-section {
        padding: 60px 40px;
        width: 60%;
    }
    
    .no-project-content {
        max-width: 700px;
        gap: 48px;
    }
    
    .no-project-stats {
        width: 100%;
        max-width: 700px;
        gap: 20px;
    }
    
    .green-card {
        width: 48%;
    }
    
    .brown-card {
        width: 48%;
    }
    .petroleum-container {
        gap: 32px;
        padding: 40px 24px;
    }
    
    .petroleum-right-section {
        width: 450px;
        height: 480px;
    }
    
    .petroleum-title {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 40px;
    }
    
    .petroleum-shape-content {
        padding: 120px 50px;
    }
    
    .petroleum-appointment-text {
        width: 320px;
    }
    
    .petroleum-appointment-title {
        font-size: 32px;
        line-height: 40px;
    }
    
    .petroleum-arrow-button {
        width: 110px;
        height: 100px;
    }
    
    .petroleum-arrow-container {
        width: 60px;
        height: 60px;
    }
    
    .petroleum-arrow-icon {
        width: 42px;
        height: 42px;
    }
    .about-us-curved-container {
        min-height: 350px;
    }
    
    .about-us-shape-background {
        height: 350px;
    }
    
    .about-us-curved-content {
        top: 100px;
        left: 40px;
        width: calc(100% - 80px);
        max-width: calc(100% - 80px);
        gap: 20px;
    }
    
    .about-us-title-container {
        left: 40px;
    }
    
    .about-us-curved-title {
        font-size: 36px;
        line-height: 44px;
    }
    
    .about-us-curved-text {
        font-size: 18px;
        line-height: 26px;
    }
  
    
    .alternating-image-section,
    .alternating-content-section{
        width: 50%;
        height: auto;
    }
    .alternating-content {
        padding: 36px 29px 45px 27px;
    

    }
    
    .alternating-text-group {
        gap: 10px;
    }
    
    .alternating-title {
        font-size: 32px;
        line-height: 40px;
        
    }
    
    .alternating-text-content {
        
        font-size: 15px;
        line-height: 22px;
    }
}

@media (max-width: 1024px) {
    #services h2{
        font-size: 42px;
        line-height: 50px;
    }

    .about-us-block-grid {
        grid-template-columns: 1fr;
        min-height: auto;
    }
    .estimate-form-btn-parent {
        height: 80px;
    }
    
    .about-us-left-section {
        order: 1;
        min-height: 500px;
        padding: 48px 32px;
    }
    
    .about-us-right-section {
        order: 2;
        min-height: 400px;
        position: relative;
    }
    
    .about-us-content {
        gap: 32px;
        max-width: 600px;
    }
    
    .about-us-title {
        font-size: 36px;
        line-height: 44px;
    }
    
    .call-quote-overlay {
        position: relative;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 80px;
        order: 3;
    }

    .call-quote-content {
        font-size: 18px;
        gap:0;
        line-height: 24px;
    }
    .about-us-left-section{
        justify-content: start;
    }
    .estimate-form-btn {
        position: relative;
        right: auto;
        bottom: auto;
        margin: 16px 0;
        order: 4;
        margin-left: auto;
    }
    
    .about-us-right-section {
        display: flex;
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .service-icon {
        margin-bottom: 56px;
    }
    .hero-section .hero-content{
        max-width: 100%;
        padding-left: 40px;
    }
    #services{
        padding-top: 0;
        margin-top: 100px;
    }
    .service-card-content {
        padding: 73px 38px 64px 34px;
    }
    h1.extra-large{
        font-family: Instrument Sans;
        font-weight: 500;
        font-style: Medium;
        font-size: 48px;
        leading-trim: NONE;
        line-height: 56px;
        letter-spacing: 0%;

    }
    .hero-content .primary {
        padding: 12px 34px 12px 34px;
    }
    .hero-section .large{
        font-size: 16px;
        line-height: 24px;
    }
    .about-us-left-section {
        padding: 32px 16px;
        min-height: 400px;
    }
    
    .about-us-title {
        font-size: 32px;
        line-height: 40px;
    }
    
    .about-us-content {
        gap: 24px;
    }
    
    .about-us-action-group {
        gap: 32px;
    }
    
    .call-quote-content {
        flex-direction: column;
        align-items: center;
        gap: 8px;
        font-size: 16px;
        line-height: 22px;
    }
}



/* Responsive Design for Projects Gallery */
@media (max-width: 1200px) {
    .projects-gallery-container {
        padding: 24px 16px;
        min-height: auto;
    }
    
    .project-card {
        width: calc(33% - 14px);
        height: auto;
    }
    
    
    
    .arrow-container {
        width: 60px;
        height: 60px;
    }
    
    .arrow-icon {
        width: 40px;
        height: 40px;
    }
    
    .project-logo-badge {
        width: 150px;
        height: 150px;
    }
    
    .logo-company-name {
        font-size: 14px;
        line-height: 16px;
    }
    
    .logo-inc {
        font-size: 32px;
    }
}

@media (max-width: 768px) {
    #contact .container{
        padding-left: 60px;
        padding-right: 60px;
    }
    .projects-gallery-container {
        padding: 16px;
        gap: 12px;
        flex-direction: column;
        align-items: center;
    }
    
    .project-card {
        width: 100%;
        height: 400px;
        max-width:560px ;
    }
    .service-card{
        max-width: 560px;
        margin: auto;
        box-shadow: none;
    }
    #services h2{
        margin: auto;
        text-align: center;
        font-size: 36px;
        line-height: 44px;
    }
    
    .arrow-container {
        width: 48px;
        height: 48px;
    }
    
    .arrow-icon {
        width: 32px;
        height: 32px;
    }
    
    
    .logo-company-name {
        font-size: 12px;
        line-height: 14px;
    }
    
    .logo-inc {
        font-size: 24px;
    }
      .project-card {
        width: calc(100% - 32px);
        height: 320px;
    }
    
    
    
}

@media (max-width: 480px) {
    .projects-gallery-container {
        padding: 8px;
        gap: 8px;
    }
    
  
    .arrow-container {
        width: 36px;
        height: 36px;
    }
    
    .arrow-icon {
        width: 24px;
        height: 24px;
    }
    

    .logo-company-name {
        font-size: 10px;
        line-height: 12px;
    }
    
    .logo-inc {
        font-size: 18px;
    }
}
/* Responsive Design */
@media (max-width: 768px) {

    .hero-title {
        font-size: 40px;
    }
    
    .hero-subtitle {
        font-size: 16px;
    }
    
    .services-grid {
        grid-template-columns: 1fr;
        gap: 48px;
    }
    
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 48px;
    }
    
    .section {
        padding: 48px 0;
    }
    
    .container {
        padding: 0 16px;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 32px;
    }
    
    .services-grid {
        grid-template-columns: 1fr;
        gap: 16px;
        margin-top: 24px;
    }
    .service-icon {
        width: 74px;
        height: 70px;
        margin-bottom: 16px;
    }
    .service-icon img{
        width: 100%;
    }
    
    .service-card-content {
        padding: 24px;
    }
}
/* Responsive Design for No Project Section */

@media (max-width: 1024px) {
    .no-project-container {
        flex-direction: column;
        min-height: auto;
    }
    
    .no-project-image-section {
        width: 100%;
        max-width: 100%;
        height: 400px;
        order: 1;
    }
    .no-project-content-section {
        width: 100%;
        order: 2;
        padding: 48px 32px;
    }
    
    .no-project-content {
        gap: 40px;
    }
    
    .no-project-text-area {
        gap: 32px;
    }
    
    .no-project-left-column,
    .no-project-right-column {
        width: 100%;
    }
    
    .no-project-title {
        font-size: 36px;
        line-height: 44px;
        max-width: 100%;
    }
    
    .no-project-stats {
        gap: 16px;
        width: 100%;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
    
    }
    .no-project-content{
        max-width: 100%;
    }
    .green-card,
    .brown-card {
        width: 100%;
        height: 100px;
    }
    
    .stat-number {
        font-size: 36px;
        line-height: 44px;
    }
    
    .stat-label {
        font-size: 14px;
        line-height: 20px;
    }
}

@media (max-width: 768px) {
    .no-project-content-section {
        padding: 32px 24px;
    }
    
    .no-project-content {
        gap: 32px;
    }
    
    .no-project-header {
        gap: 24px;
    }
    
    .no-project-title {
        font-size: 32px;
        line-height: 40px;
    }
    
    .no-project-text-area {
        gap: 24px;
    }
    
    .no-project-left-column,
    .no-project-right-column {
        gap: 20px;
    }
    
    .no-project-learn-more-btn {
        width: 100%;
        max-width: 200px;
    }
}

@media (max-width: 480px) {
    .no-project-image-section {
        height: 300px;
    }
    
    .no-project-content-section {
        padding: 24px 16px;
    }
    
    .no-project-content {
        gap: 24px;
    }
    
    .no-project-title {
        font-size: 28px;
        line-height: 36px;
    }
    
    .no-project-text {
        font-size: 14px;
        line-height: 20px;
    }
    
    .green-card,
    .brown-card {
        height: 80px;
    }
    
    .stat-number {
        font-size: 28px;
        line-height: 36px;
    }
    
    .stat-label {
        font-size: 12px;
        line-height: 16px;
    }
    
    .no-project-learn-more-btn {
        width: 100%;
        height: 44px;
    }
    
    .learn-more-text {
        font-size: 12px;
        letter-spacing: 1.2px;
    }
}
/* Responsive Design for Petroleum Section */


@media (max-width: 1024px) {
    .petroleum-container {
        flex-direction: column;
        gap: 40px;
        min-height: auto;
        padding: 32px 24px;
    }
    
    .petroleum-content-area {
        order: 1;
        max-width: 100%;
    }
    
    .petroleum-right-section {
        order: 2;
        width: 100%;
        max-width: 500px;
        height: 450px;
    }
    
    .petroleum-title {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 32px;
        text-align: center;
    }
    
    .petroleum-text-content {
        gap: 20px;
    }
    
    .petroleum-shape-content {
        padding: 100px 40px;
    }
    
    .petroleum-appointment-text {
        width: 100%;
        max-width: 350px;
    }
    
    .petroleum-appointment-title {
        font-size: 28px;
        line-height: 36px;
        text-align: center;
    }
    
    .petroleum-appointment-desc {
        text-align: center;
    }  
}
@media (max-width: 768px) {
    .petroleum-container {
        padding: 24px 16px;
        gap: 32px;
    }
    
    .petroleum-right-section {
        height: 400px;
    }
    
    .petroleum-title {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 24px;
    }
    
    .petroleum-text {
        font-size: 14px;
        line-height: 20px;
    }
    
    .petroleum-shape-content {
        padding: 80px 32px;
    }
    
    .petroleum-appointment-title {
        font-size: 24px;
        line-height: 32px;
    }
    
    .petroleum-appointment-desc {
        font-size: 14px;
        line-height: 20px;
    }
    .petroleum-shape-content{
        align-items: center;
    }

    .petroleum-arrow-button {
        width: 90px;
        height: 90px;
    }
    
    .petroleum-arrow-container {
        width: 48px;
        height: 48px;
    }
    
    .petroleum-arrow-icon {
        width: 32px;
        height: 32px;
    }
}

@media (max-width: 480px) {
    .petroleum-container {
        padding: 20px 12px;
        gap: 24px;
    }
    
    .petroleum-right-section {
        height: 350px;
    }
    
    .petroleum-title {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 20px;
    }
    
    .petroleum-text-content {
        gap: 16px;
    }
    
    .petroleum-text {
        font-size: 13px;
        line-height: 18px;
    }
    
    .petroleum-shape-content {
        padding: 60px 24px;
    }
    
    .petroleum-appointment-title {
        font-size: 20px;
        line-height: 28px;
    }
    
    .petroleum-appointment-desc {
        font-size: 13px;
        line-height: 18px;
    }
    
    .petroleum-arrow-button {
        width: 70px;
        height: 70px;
        bottom: 0px;
    }
    
    .petroleum-arrow-container {
        width: 36px;
        height: 36px;
    }
    
    .petroleum-arrow-icon {
        width: 24px;
        height: 24px;
    }
    
}


@media (max-width: 1024px) {
    .about-us-curved-container {
        min-height: 320px;
    }
    
    .about-us-shape-background {
        height: 320px;
    }
    
    .about-us-curved-content {
        top: 80px;
        left: 32px;
        width: calc(100% - 64px);
        max-width: calc(100% - 64px);
        gap: 18px;
    }
    
    .about-us-title-container {
        left: 32px;
    }
    .mov-reversed.mov-reversed{
        flex-direction: column-reverse;;
    }
    .contact-grid h2{
        font-size: 42px;
        line-height: 46px;
    }
    .about-us-curved-title {
        font-size: 32px;
        line-height: 40px;
    }
    
    .about-us-curved-text {
        font-size: 16px;
        line-height: 24px;
    }
}

@media (max-width: 768px) {
    .about-us-curved-container {
        min-height: 280px;
    }
    
    .about-us-shape-background {
        height: 280px;
    }
    
    .about-us-curved-content {
        top: 70px;
        left: 24px;
        width: calc(100% - 48px);
        max-width: calc(100% - 48px);
        gap: 16px;
    }
    
    .about-us-title-container {
        left: 24px;
    }
    .alternating-sections{
        margin-top: 100px;
    }
    .about-us-curved-section{
        margin-top: 100px;
    }
    .faq-btn{
        border-radius: 99px;
        font-size: 16px;
        line-height: 24px;
    }
    .faq-question {
        padding: 26px 0 26px 16px;
    }
    .faq-question .faq-arrow, .faq-question .faq-arrow-white{
        height: 50px;
    }
    .faq-left{
        max-height: max-content;
    }
    .about-us-curved-title {
        font-size: 28px;
        line-height: 36px;
        background: white;
        display: block;
        padding-right: 20px;
        padding-bottom: 3px;
    }
    
    .about-us-curved-text {
        font-size: 15px;
        line-height: 22px;
    }
}

@media (max-width: 480px) {
    .about-us-curved-container {
        min-height: 250px;
    }
    
    .about-us-shape-background {
        height: 250px;
    }
    
    .about-us-curved-content {
        top: 60px;
        left: 16px;
        width: calc(100% - 32px);
        max-width: calc(100% - 32px);
        gap: 14px;
    }
    
    .about-us-title-container {
        left: 16px;
    }
    
    .about-us-curved-title {
        font-size: 24px;
        line-height: 32px;
    }
    
    .about-us-curved-text {
        font-size: 14px;
        line-height: 20px;
    }
}


@media (max-width: 1024px) {
    .alternating-row {
        flex-direction: column;
        height: auto;
    }
    
    .alternating-image-section,
    .alternating-content-section {
        width: 100%;
    }
    
    .alternating-content {
        top: 80px;
        width: 100%;
        gap: 32px;
    }
    
    .alternating-text-group {
        gap: 32px;
        align-items: start;
    }
    
    .alternating-title {
        font-size: 28px;
        line-height: 36px;
        width: auto;
        text-align: center;
    }
    
    .alternating-text-content {
        width: 100%;
    }
    
    .alternating-button {
        align-self: center;
    }
}

@media (max-width: 768px) {
    .hero-section .hero-content{
        left: 0;
        width: 80%;
        bottom: 68px;
    }
     
    .alternating-content {
        top: 60px;
        gap: 24px;
        padding-top: 24px;
        padding-bottom: 28px;
    }
    .faq-section-custom{
        margin-top: 100px;
    }
    
    .alternating-text-group {
        gap: 24px;
    }
    
    .alternating-title {
        font-size: 24px;
        line-height: 32px;
    }
    
    .alternating-text-content {
        font-size: 14px;
        line-height: 20px;
    }
    
    .alternating-button {
        width: 140px;
        height: 36px;
    }
    
    .alternating-button-content {
        top: 6px;
        left: 12px;
    }
    
    .alternating-button-text {
        font-size: 18px;
        line-height: 20px;
    }
    
    .alternating-button-arrow {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .alternating-title{
        text-align: left;
    }
    .about-us-block-section{
        margin-top: 0;
    }
    .about-us-text-group{
        gap: 16px;
    }
    .about-us-description {
        font-size: 14px;
        line-height: 20px;
    }
   
    .alternating-content {
        top: 40px;
        gap: 20px;
        width: 95%;
    }
        
    .alternating-text-group {
        gap: 20px;
        align-items: start;
    }
    
    .alternating-title {
        font-size: 20px;
        line-height: 28px;
    }
    
    .alternating-text-content {
        font-size: 13px;
        line-height: 18px;
        text-align: left;
    }
    
    .alternating-button {
        width: 120px;
        height: 32px;
    }
    .alternating-button {
        align-self: start;
    }
    .faq-section-custom{
        margin-top: 80px;
        padding-top: 45px;
    }
    .faq-desc{
        font-size: 14px;
        line-height: 20px;
        margin-top: 16px;
    }
    .faq-btn {
        margin-top: 16px;
    }
    .faq-answer p {
        font-size: 12px;
        line-height: 16px;
        text-align: left;
    }
    .faq-item.active .faq-question{
        padding-bottom: 0;
    }
    .faq-item.active .faq-answer{
        padding-top: 8px;
    }
    #contact .container {
        padding-left: 0px;
        padding-right: 0px;
    }
    #contact{
        padding-top: 0;
    }
    .form-group {
        gap: 4px;
    }
    .contact-form label {
        font-size: 14px;
        line-height: 20px;
    }
    .submit-button{
        border-radius: 12px;
    }
    .contact-grid h2 {
        font-size: 24px;
        line-height: 32px;
        padding-left: 16px;
        padding-right: 16px;
        text-align: center;
    }
    .contact-form {
        gap: 24px;
        padding: 43px 16px 26px 16px;
        border-radius: 0;
    }
    .contact-grid p{
        text-align: center;
        padding-left: 16px;
        padding-top: 16px;
    }
    .contact-information-content{
        flex-direction: column;
        gap: 0;
    }
    .contact-grid{
        gap: 22px;
    }
    .faq-section-custom {
        padding-bottom: 0;
        margin-top: 0;
    }
    .faq-container {
        max-width: calc(100% - 32px);
    }
    .faq-right{
        flex: 1 1 auto;
    }
    .contact-information-content img{
        width: 64px;
        height: 44px;
        margin: auto;
    }
    .alternating-button-content {
        top: 4px;
        left: 8px;
        gap: 8px;
    }
    
    .alternating-button-text {
        font-size: 16px;
        line-height: 18px;
    }
    
    .alternating-button-arrow {
        font-size: 10px;
    }
}
@media (max-width: 900px) {
    .faq-container {
      flex-direction: column;
      gap: 40px;
      align-items: stretch;
    }
    .faq-left, .faq-right {
      max-width: 100%;
    }
  }
@media (max-width: 600px) {
    .faq-title {
      font-size: 24px;
      line-height: 32px;
    }
    .faq-question {
      font-size: 18px;
      line-height: 26px;
      padding: 20px 0 20px 16px;
    }
    .faq-answer {
      font-size: 16px;
      line-height: 24px;
      padding: 0 16px 20px 16px;
      text-align: center;
    }
    .footer .social-icons {
        gap: 8px;
    }
    .footer .social-icon img{
        width: 24px;height: 24px;
    }
    .footer-bottom p{
        font-family: Lato;
        font-weight: 400;
        font-size: 8px;
        leading-trim: NONE;
        line-height: 12px;
        letter-spacing: 0px;
        text-align: center
    }

  }
  @media (max-width: 480px) {
    h1.extra-large{
        font-size: 32px;
        line-height: 40px;
    }
    .hero-section .large {
        font-size: 14px;
        line-height: 20px;
    }
    .hero-content button {
        margin-top: 0px;
    }
    #services {
        margin-top: 80px;
    }
    #services h2 {
        font-size: 24px;
        line-height: 32px;
    }
    .hero-section .hero-content {
        padding-left: 24px;
    }
    .logo-inc p{
        margin: 0;
        font-family: Inter;
        font-weight: 700;
        font-style: Bold;
        font-size: 12px;
        leading-trim: NONE;
        line-height: 16px;
        letter-spacing: 0px;
        vertical-align: middle;
    }
    .about-us-left-section {
        padding: 24px 16px;
    }
    .logo-company-name p{
        font-family: Inter;
        font-weight: 700;
        font-style: Bold;
        font-size: 12px;
        line-height: 14px;
        letter-spacing: 0px;
        vertical-align: middle;
    }
    
    
    .about-us-title {
        font-size: 24px;
        line-height: 32px;
    }
    .call-quote-title, .call-quote-phone{
        font-family: Instrument Sans;
        font-weight: 700;
        font-style: Bold;
        font-size: 14px;
        leading-trim: NONE;
        line-height: 20px;
        letter-spacing: 0%;
    }
    .estimate-form-btn-parent{
        background: #A37E2C;
        height: min-content;
        width:min-content ;
    }
    .call-quote-overlay{
        justify-content: center;
        gap: 24px;
    }
    .estimate-form-btn{
        background: transparent;
        width: max-content;
        margin: 0;
        font-weight: 400;
        font-style: Regular;
        font-size: 12px;
        line-height: 16px;
        color: white;
        height: 32px;
    }
    
    .call-quote-content {
        gap: 4px;
        width: min-content;
        align-items: start;

    }
    .about-us-content {
        gap: 16px;
    }
    
    .about-us-action-group {
        gap: 24px;
    }
    
    .about-us-btn {
        width: max-content;
        padding: 8px 45px;
        margin: auto;
    }
    .about-us-left-section {
        min-height: auto;

    }
    .no-project-text-area{
        flex-direction: column;
        gap: 12px;
    }
    .no-project-stats{
        gap: 0;
    }

    .no-project-title {
        font-size: 20px;
        line-height: 24px;
    }
    .no-project-title-group{
        gap: 7px;
    }
    .alternating-sections {
        margin-top: 80px;
    }
    .alternating-text-line{
        font-size: 14px;
        line-height: 20px;
    }
    .no-project-text-area p {
        font-size: 14px;
        line-height: 20px;
    }
}
