* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Source Sans 3', sans-serif;
    background-color: #000000;
    color: #ffffff;
    overflow-x: hidden;
}


.container,
.hero-section,
.services-container,
.portfolio-section,
.about-section,
.process-container,
.testimonials-section,
.faq-container,
.clients-section,
.contact-container,
footer {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}


.header {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding: 20px 0;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.navbar {
    max-width: 1200px;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.left-side {
    display: flex;
    align-items: center;
    gap: 80px;
}

.logo h1 {
    width: 94px;
    height: 13px;
    color: #ffffff;
    font-size: 37px;
    font-weight: 900;
    letter-spacing: 0%;
    line-height: 12.55px;
    text-transform: uppercase;
}

.nav-menu {
    width: 498px;
    height: 50px;
    display: flex;
    list-style: none;
    gap: 10px;
    background-color: #0E0F11;
    padding: 10px 15px;
    border-radius: 50px;
    border: 1px solid #313131;
}

.nav-link {
    color: #ffffff;
    text-decoration: none;
    padding: 6px 14px; 
    border-radius: 25px;
    transition: all 0.3s ease;
    font-size: 16px;
    font-weight: 600;
}

.nav-link:hover {
    padding: 6px 14px;
    background-color: rgba(255, 255, 255, 0.1);
    color: #06BEAF;
    border-radius: 50px;
}

.nav-actions {
    position: relative;
    display: flex;
    gap: 50px;
}

.lang-wrapper {
    position: relative;
    display: inline-block;
}

.lang-btn {
    padding: 8px 20px;
    border-radius: 25px;
    background-color: #FFFFFF1A;
    border: 1px solid #313131;
    color: white;
    cursor: pointer;
}

.lang-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #0E0F11;
    border: 1px solid #313131;
    border-radius: 8px;
    display: none;
    flex-direction: column;
    min-width: 100%;
    z-index: 20;
}

.lang-wrapper:hover .lang-menu {
    display: flex;
}

.lang-option {
    padding: 8px 14px;
    background: transparent;
    border: none;
    text-align: left;
    color: white;
    cursor: pointer;
    border-radius: 6px;
}

.lang-option:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #06BEAF;
}

.lang-btn {
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    border: none;
    margin-top: 10px;
    padding: 10px 20px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.lang-btn:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.contact-btn {
    background-color: #06BEAF;
    color: #1A1A1A;
    border: none;
    padding: 12px 30px;
    border-radius: 30px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
    height: 50px;
}



.hero-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
}

.hero-header {
    margin-bottom: 60px;
}

.title-row-1,
.title-row-2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.title-row-1 {
    margin-bottom: 40px;
}

.title-row-2 {
    margin-bottom: 40px;
}

.title-line {
    font-size: 120px;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
}

.pro-badge {
    color: #06BEAF;
    font-size: 50px;
    font-weight: 400;
    border: 2px solid #00d9c0;
    border-radius: 40px;
    padding: 10px 25px;
    min-width: 128px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.hero-description {
    color: #9E9FA0;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    width: 530px;
    height: auto;
    margin-top: 0;
    margin-right: 100px;
}

.hero-description p{
    width: 530px;
}

.learn-more-btn {
    background-color: #06BEAF;
    color: #1A1A1A;
    border: none;
    padding: 15px 25px;
    border-radius: 30px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    transition: all 0.3s ease;
    margin-top: 10px;
    width: 159px;
    height: 50px;
    white-space: nowrap;
}

.hero-content {
    display: flex;
    gap: 60px;
    align-items: flex-start;
    justify-content: center;
}

.hero-left {
    position: relative;
    width: fit-content;
}

.services-wrapper {
    position: relative;
    width: 400px;
}

.services-list {
    width: 100%;
    max-height: 466px;
    overflow-y: scroll;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 10px 60px 10px 10px;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.services-list::-webkit-scrollbar {
    display: none;
}


.scroll-track {
    position: absolute;
    right: 20px;
    top: 10px;
    bottom: 10px;
    width: 14px;
    background-color:#06BEAF80;
    border-radius: 50px;
    z-index: 10;
    cursor: pointer;
}


.scroll-thumb {
    position: absolute;
    right: 13px;
    top: 10px;
    width: 30px;
    height: 30px;
    background: #06BEAF;
    border-radius: 50%;
    z-index: 11;
    transition: top 0.1s ease-out;
    cursor: grab;
}

.scroll-thumb:active {
    cursor: grabbing;
    transform: scale(1.1);
}

.service-item {
    min-height: 90px;
    display: flex;
    align-items: center;
    gap: 18px;
    background-color: #1A1A1A;
    padding: 20px 25px;
    border-radius: 60px;
    transition: all 0.3s ease;
    border: 1px solid #313131;
    flex-shrink: 0;
    cursor: pointer;
}

.service-item:hover {
    background-color: #06BEAF;
    border-color: #06BEAF;
}

.service-icon {
    background-color: #313131;
    padding: 14px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    transition: background-color 0.3s ease;
}

.service-icon svg {
    width: 22px;
    height: 22px;
    fill: #fff;
}

.service-item span {
    color: #ffffff;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.4;
    flex: 1;
    transition: color 0.3s ease;
}

.service-item:hover span {
    color: #000;
}


.hero-image {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    width: 700px;
    max-width: 700px;
}

.hero-image img {
    width: 800px;
    height: auto;
    display: block;
    border-radius: 30px;
}

.decoration-circle {
    position: absolute;
    border: 2px solid #FFFFFF33;
    border-radius: 50%;
    pointer-events: none;
}

.circle-1 {
    width: 760px;
    height: 760px;
    top: -600px;
    right: -90px;
}


.services-section {
    min-height: 100vh;
    background-color: #1a1a1a;
    padding: 60px 20px;
}

.services-container {
    max-width: 1200px;
    margin: 0 auto;
}

.services-header {
    margin-top: 50px;
    margin-bottom: 60px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.services-header-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
}


.services-badge {
    display: inline-block;
    background-color: transparent;
    color: #fff;
    border: 1px solid #06BEAF;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 5px;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 30px;
    text-transform: capitalize;
    width: 144px;
    height: 32px;
    white-space: nowrap;
}

.services-title {
    font-size: 52px;
    font-weight: 700;
    color: #ffffff;
    margin: 20px 0;
    line-height: 58px;
    width: 676px;
    height: 117px;
}

.services-description {
    font-size: 16px;
    color: #9E9FA0;
    font-weight: 400;
    line-height: 30px;
    width: 476px;
    height: 90px;
    margin-top: 5px;
}

.services-list-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.service-card {
    background-color: #0E0F11;
    border: 1px solid #313131;
    border-radius: 40px;
    padding: 30px 35px;
    display: flex;
    align-items: center;
    gap: 114px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    width: 1175px;
    height: 171px;
}

.service-number {
    font-size: 40px;
    font-weight: 700;
    color: #9E9FA0;
    flex-shrink: 0;
    width: 43px;
    height: 30px;
    text-align: center;
    transform: translateY(-20px);
}

.service-content {
    flex: 1;
    display: flex;
    gap: 114px;
    align-items: flex-start;
}

.service-title {
    font-size: 27px;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    line-height: 40px;
    flex-shrink: 0;
    width: 246px;
    margin-left: -90px;
}

.service-text {
    font-size: 16px;
    color: #9E9FA0;
    line-height: 30px;
    font-weight: 400;
    margin: 0;
    flex: 1;
    width: 384px;
    height: 90px;
}

.service-btn {
    width: 159px;
    height: 50px;
    background-color: #06BEAF;
    color: #1A1A1A;
    border: none;
    padding: 12px 25px;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    flex-shrink: 0;
    text-transform: uppercase;
    white-space: nowrap;
    transform: translateY(-10px);
}



.portfolio-section {
    padding: 60px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
    margin-top: 50px;
}

.section-title {
    flex: 1;
}

.subtitle {
    width: 152px;
    height: 32px;
    display: inline-block;
    padding: 10px 14px;
    background-color: transparent;
    border: 1px solid #06BEAF;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 10px;
    margin-bottom: 20px;
    color: #FFFFFF;
    white-space: nowrap;
}

h1 {
    font-size: 52px;
    font-weight: 700;
    line-height: 58px;
    width: 676px;
    height: 117px;
    color: #FFFFFF;
}

.view-all-btn {
    padding: 12px 30px;
    background-color: #06BEAF;
    color: #1A1A1A;
    border: none;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 159px;
    height: 50px;
    white-space: nowrap;
}

.projects-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-bottom: 40px;
}

.project-card {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.project-image-wrapper {
    width: 576px;
    height: 520px;
    overflow: hidden;
    border-radius: 10px;
}

.project-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
    border-radius: 10px;
}

.project-image-wrapper:hover .project-image {
    transform: scale(1.05); 
}

.project-overlay {
    padding: 20px;
    position: relative;
}

.project-tags {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.tag {
    padding: 6px 15px;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    color: #9E9FA0;
    border: 1px solid #313131;
}

.project-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    color: #fff;
}

.plus-icon {
    position: absolute;
    bottom: 150px;
    right: 20px;
    width: 50px;
    height: 50px;
    background-color: #0E0F11;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;
    transition: background-color 0.3s ease;
    z-index: 10;
}

.project-card:hover .plus-icon {
    background-color: #06BEAF;
    color: #000;
}

.load-more-container {
    text-align: center;
}

.load-more-btn {
    padding: 14px 25px;
    background-color: #06BEAF;
    color: #1A1A1A;
    border: none;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 137px;
    height: 50px;
    white-space: nowrap;
}


.energy-section {
    background-color: #1a1a1a;
    padding: 80px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.energy-container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: auto 700px; 
    gap: 10px; 
    align-items: center;
}

.energy-left {
    max-width: 476px;
}

.badge-energy {
    display: inline-block;
    padding: 5px 13px;
    background-color: transparent;
    border: 1px solid #06BEAF;
    border-radius: 25px;
    font-size: 16px;
    color: #fff;
    width: 98px;
    margin-bottom: 30px;
    white-space: nowrap;
}

.energy-title {
    font-size: 52px;
    font-weight: 700;
    line-height: 58px;
    margin-bottom: 110px;
    position: relative;
}


.features-list {
    list-style: none;
    margin-bottom: 50px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #9E9FA0;
}

.checkmark {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.energy-right {
    position: relative;
}

.video-container {
    width: 700px;
    height: 478px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}


.video-thumb {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 20px;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    background: #06BEAF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 2;
}


.play-button::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 25px;
    border-color: transparent transparent transparent #ffffff;
}

.video-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    display: none;
    border-radius: 20px;
}

/* About Section */
.about-section {
    padding: 80px 20px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.about-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.about-content {
    z-index: 1;
    margin-top: 50px;
}

.about-badge {
    display: inline-block;
    padding: 5px 14px;
    border: 1px solid #06BEAF;
    border-radius: 30px;
    font-size: 16px;
    margin-bottom: 30px;
    color: #fff;
    width: 88px;
    height: 32px;
    white-space: nowrap;
}

h2 {
    font-size: 52px;
    font-weight: 700;
    line-height: 58px;
    margin-bottom: 90px;
    width: 606px;
    height: 47px;
}

.about-text {
    color: #9E9FA0;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 20px;
    width: 606px;
}

.stats-container {
    display: flex;
    gap: 60px;
    margin-top: 30px;
}

.stat-item {
    position: relative;
}

.stat-number {
    font-size: 52px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #EBFFDC;
    line-height: 58px;
}

.stat-label {
    color: #9E9FA0;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
}

.about-image-container {
    position: relative;
    z-index: 1;
}

.main-image {
    width: 440px;
    height: 530px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.years-badge {
    position: absolute;
    top: 50%;
    left: -40px;
    transform: translateY(-50%);
    background-color: #06BEAF;
    color: #1a1a1a;
    padding-top: 20px;
    border-radius: 15px;
    text-align: center;
    width: 160px;
    height: 160px;
}

.years-number {
    font-size: 52px;
    font-weight: 700;
    line-height: 58px;
    margin-bottom: 5px;
    padding-top: -120px;
}

.years-text {
    font-family: 'Roboto',sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.decoration-circle-about {
    position: absolute;
    border: 2px solid #FFFFFF33;
    border-radius: 380px;
    pointer-events: none;
}

.circle-2 {
    width: 760px;
    height: 760px;
    top: -550px;     
    right: -50px;   

}


.process-section {
    background-color: #1A1A1A;
    padding: 80px 20px;
}

.process-container{
    max-width: 1200px;
    margin: 0 auto;
}

.process-badge {
    width: 133px;
    height: 32px;
    display: inline-block;
    padding: 5px 15px;
    border: 1px solid #06BEAF;
    border-radius: 30px;
    font-size: 16px;
    margin-bottom: 30px;
    color: #fff;
    white-space: nowrap;
}

.header-left {
    max-width: 676px;
    margin-bottom: 60px;
}

.header-left h2{
    font-size: 52px;
    line-height: 58px;
    font-weight: 700;
    color: #fff;
}

.header-right {
    display: flex;
    align-items: center;
    padding-top: 40px;
    width: 500px;
    height: 116px;

}

.header-description {
    color: #9E9FA0;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
}

.process-steps {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 8px;
}

.step-card {
    width: 233px;
    height: 335px;
    padding: 40px 20px;
    transition: all 0.3s ease;
    position: relative;
}

.icon-container {
    width: 42px;
    height: 42px;
    background-color: #313131;
    border-radius: 50px;
    display: flex;
    align-items: center;     
    justify-content: center;
    margin-bottom: 30px;
    transition: all 0.3s ease;
}

.icon-container img {
    width: 18px;
    height: 18px;
    fill: none;
    stroke-width: 2;
}

.step-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 29px;
    color: #fff;
    white-space: nowrap;
}

.step-description {
    color: #9E9FA0;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 30px;
    font-weight: 400;
}

.step-badge {
    display: inline-block;
    padding: 6px 18px;
    background-color: #06BEAF;
    color: #1a1a1a;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
}

.testimonials-section {
    padding: 80px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.header-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
}

.testimonials-badge {
    display: inline-block;
    padding: 5px 13px;
    background-color: transparent;
    border: 1px solid #00d4aa;
    border-radius: 25px;
    font-size: 16px;
    margin-bottom: 30px;
    color: #fff;
    width: 82px;
    height: 32px;
}

.header-section h2 {
    font-size: 52px;
    line-height: 58px;
    font-weight: 700;
    color: #fff;
    white-space: nowrap;
    margin-left: -200px;
}


.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(550px, 1fr));
    gap: 30px;
}

.testimonial-card {
    border-radius: 15px;
    padding: 35px;
    display: flex;
    gap: 20px;
    transition: all 0.3s ease;
}

.testimonial-image {
    flex-shrink: 0;
}

.testimonial-image img {
    width: 202px;
    height: 197px;
    object-fit: cover;
}

.testimonial-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
}

.stars {
    display: flex;
    gap: 2px;
    margin-bottom: 20px;
}

.star {
    width: 21px;
    height: 19px;
}

.testimonial-text {
    color: #fff;
    font-size: 15px;
    line-height: 1.3;
    margin-bottom: 25px;
    flex: 1;
}

.testimonial-footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.author-info h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #fff;
}

.author-info p {
    font-size: 12px;
    color: #9E9FA0;
}

.quote-icon {
    width: 18px;
    height: 19px;
    line-height: 1;
    font-family: Georgia, serif;
}

.faq-section {
  background-color: #1A1A1A;
}

.faq-container {
    padding: 80px 20px;
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

.faq-left {
    position: sticky;
    top: 100px;
}

.faq-badge {
    display: inline-block;
    padding: 5px 12px;
    border: 1px solid #06BEAF;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 30px;
    color: #fff;
    width: 51px;
    height: 32px;
}

.faq-badge h2{
    font-size: 52px;
    font-weight: 700;
    line-height: 58px;
    color: #fff;
}

.faq-big-text {
    position: absolute;
    top: 3px;
    right: -550px;
    font-size: 200px;
    font-weight: 700;
    color: #FFFFFF08; 
    pointer-events: none;
    user-select: none;
    line-height: 200px;
}


.faq-image-container {
    width: 100%;
    max-width: 600px;
    height: 600px;
    border-radius: 20px;
    padding: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq-right {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 200px;
}

.faq-item {
    background-color: #1A1A1A;
    border: 1px solid #1010101A;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item.active {
    background-color: #1a1a1a;
    border: 1px solid #1010101A;
}

.faq-question {
    padding: 25px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.faq-question-text {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    flex: 1;
}

.faq-toggle {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    flex-shrink: 0;
    margin-left: 20px;
    transition: all 0.3s ease;
}

.faq-item.active .faq-toggle {
    color: #fff;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-item.active .faq-answer {
    max-height: 500px;
    padding: 0 30px 25px 30px;
}

.faq-answer-text {
    color: #aaa;
    font-size: 15px;
    line-height: 1.7;
}

.faq-container {
    position: relative;
    z-index: 1;
}

.clients-section {
    position: relative;
    padding: 80px 20px;
    max-width: 1200px;
    margin: 0 auto;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}


.badge {
    display: inline-block;
    padding: 8px 10px;
    border: 1px solid #06BEAF;
    border-radius: 30px;
    font-size: 16px;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
    width: 67px;
}

.title {
    font-size: 52px;
    font-weight: 700;
    margin-bottom: 60px;
    line-height: 58px;
    text-align: center;
}

.clients-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1px;
    max-width: 1200px;
    width: 100%;
    background: #1A1A1A;
    border: 1px solid #1A1A1A;
}

.client-card {
    background: #000;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    position: relative;
    width: 230px;
    height: 151px;
}

.client-card:hover {
    border: 2px solid #06BEAF;
    z-index: 10;
}

.client-logo {
    width: 193px;
    height: auto;
    opacity: 0.8;
}

.contact-section {
    background-color: #1A1A1A;
}

.contact-container{
    width: 970px;
    margin: 0 auto;
    padding: 80px 20px;
    position: relative;
}

.badge-contact{
    display: inline-block;
    padding: 4px 10px;
    border: 1px solid #06BEAF;
    border-radius: 30px;
    font-size: 16px;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
    width: 134px;
    height: 32px;

}

.heading {
    font-size: 52px;
    font-weight: 700;
    line-height: 58px;
    color: #fff;
    margin-bottom: 20px;
    white-space: nowrap;
}

.subheading {
    font-size: 18px;
    color: #999;
    margin-bottom: 40px;
    line-height: 1.6;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

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


input,
textarea {
    background: transparent;
    border: 1px solid #333;
    border-radius: 8px;
    padding: 15px 20px;
    font-size: 16px;
    color: #fff;
    font-family: inherit;
    transition: all 0.3s ease;
}

input:focus,
textarea:focus {
    outline: none;
    border-color: #06BEAF;
}

input::placeholder,
textarea::placeholder {
    color: #fff;
}

textarea {
    height: 175px;
    resize: vertical;
}

.submit-btn {
    background: #06BEAF;
    color: #1A1A1A;
    border: none;
    border-radius: 10px;
    padding: 18px 40px;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
    width: 700px;
    height: 61px;
    margin-left: 120px;
}

footer {
    background: #1A1A1A;
    color: #fff;
    position: relative;
    overflow: hidden;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.gradient-blur {
    position: absolute;
    top: -140px;
    left: -180px;
    width: 261px;
    height: 261px;
    background: radial-gradient(circle, #06BEAF 0%, transparent 70%);
    filter: blur(80px);
}

.gradient-blur-right {
    position: absolute;
    bottom: -50px;
    right: -60px;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, #c8bcca 0%, transparent 70%);
    filter: blur(40px);
}

.footer-top {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px 40px;
    border-bottom: 1px solid #333;
    position: relative;
    z-index: 1;
}

.newsletter-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
    gap: 40px;
}

.newsletter-text {
    width: 285px;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #fff;
}

.newsletter-form {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 50px;
    padding: 8px 8px 8px 20px;
    flex: 1;
    width: 694px;
    height: 51px;
}

.email-class {
    width: 20px;
    height: 20px;
    margin-right: 12px;
}

.newsletter-input {
    flex: 1;
    border: none;
    outline: none;
    font-size: 16px;
    font-weight: 400;
    color: #1A1A1A;
    background: transparent;
}

.newsletter-input::placeholder {
    color: #1A1A1A;
}

.subscribe-btn {
    background: #06BEAF;
    color: #1A1A1A;
    border: none;
    padding: 12px 30px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
}


.footer-content {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.5fr;
    gap: 60px;
}

.footer-logo-section {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.logo-footer {
    font-family: 'Source Sans 3',sans-serif;
    font-size: 80px;
    line-height: 21px;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
    margin-top: 90px;
}

.footer-icons {
    display: flex;
    gap: 30px;
}

.icon-circle {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
}

.icon-circle:first-child {
    left: -130px;
    bottom: 0;
}

.icon-circle:last-child {
    left: 280px;
    bottom: 20;
}

.footer-column h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 24px;
}

.footer-links {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-links a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #06BEAF;
}

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

.contact-icon {
    width: 40px;
    height: 40px;
    background: #333;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}


.contact-info h4 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 4px;
}

.contact-info p {
    color: #fff;
    font-size: 14px;
}

.contact-info p:hover {
    color: #06BEAF;
}

.footer-bottom {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1;
}

.copyright {
    font-size: 16px;
    color: #fff;
}

.footer-bottom-links {
    display: flex;
    gap: 30px;
}

.footer-bottom-links a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s ease;
}

.footer-bottom-links a:hover {
    color: #06BEAF;
}

.burger-btn {
    display: none;
    flex-direction: column;
    gap: 5px;
    width: 30px;
    height: 25px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 1000;
}

.burger-btn span {
    width: 100%;
    height: 3px;
    background-color: #fff;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.burger-btn.active span:nth-child(1) {
    transform: rotate(45deg) translate(8px, 8px);
}

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

.burger-btn.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
}

.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 998;
}

.menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

@media screen and (max-width: 1024px) {
    .container,
    .hero-section,
    .services-container,
    .portfolio-section,
    .about-section,
    .process-container,
    .testimonials-section,
    .faq-container,
    .clients-section,
    .contact-container,
    footer {
        max-width: 100%;
        padding-left: 40px;
        padding-right: 40px;
    }


    .nav-menu {
        gap: 5px;
        width: auto;
    }

    .nav-link {
        font-size: 14px;
        padding: 6px 10px;
    }

    .left-side {
        gap: 40px;
    }


    .title-line {
        font-size: 90px;
    }

    .hero-description {
        width: 400px;
    }

    .hero-description p {
        width: 400px;
    }

    .hero-content {
        gap: 40px;
    }

    .services-wrapper {
        width: 350px;
    }

    .hero-image {
        width: 550px;
        max-width: 550px;
    }

    .hero-image img {
        width: 550px;
    }


    .service-card {
        width: 100%;
        gap: 60px;
    }

    .service-title {
        width: 200px;
        margin-left: -60px;
    }

    .service-text {
        width: 300px;
    }


    .projects-grid {
        gap: 20px;
    }

    .project-image-wrapper {
        width: 100%;
        height: 450px;
    }


    .energy-container {
        grid-template-columns: 1fr 600px;
        gap: 40px;
    }

    .video-container {
        width: 600px;
        height: 400px;
    }


    .about-container {
        gap: 50px;
    }

    h2 {
        width: 500px;
    }

    .about-text {
        width: 500px;
    }


    .process-steps {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }

    .step-card {
        width: 100%;
    }


    .testimonials-grid {
        grid-template-columns: 1fr;
    }


    .clients-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .client-card {
        width: 100%;
    }


    .contact-container {
        width: 100%;
    }

    .heading {
        font-size: 42px;
        line-height: 50px;
        white-space: normal;
    }

    .submit-btn {
        width: 100%;
        margin-left: 0;
    }


    .footer-content {
        gap: 40px;
    }
}


@media screen and (max-width: 768px) {

    .burger-btn {
        display: flex;
    }

    .nav-menu {
        position: fixed;
        top: 0;
        left: -100%;
        width: 300px;
        height: 100vh;
        background-color: #0E0F11;
        flex-direction: column;
        padding: 100px 30px 30px;
        border-radius: 0;
        border: none;
        gap: 0;
        transition: left 0.3s ease;
        z-index: 999;
    }

    .nav-menu.active {
        left: 0;
    }

    .nav-menu li {
        width: 100%;
        border-bottom: 1px solid #313131;
    }

    .nav-link {
        display: block;
        padding: 20px 0;
        border-radius: 0;
        font-size: 18px;
    }

    .left-side {
        gap: 20px;
    }

    .contact-btn {
        display: none;
    }


    .pro-badge {
        display: none;
    }

    .title-row-1,
    .title-row-2 {
        flex-direction: column;
        align-items: flex-start;
    }

    .title-line {
        font-size: 60px;
    }

    .hero-description {
        width: 100%;
        margin-right: 0;
        margin-top: 30px;
    }

    .hero-description p {
        width: 100%;
    }

    .hero-content {
        flex-direction: column;
        gap: 40px;
    }

    .services-wrapper {
        width: 100%;
    }

    .hero-image {
        width: 100%;
        max-width: 100%;
    }

    .hero-image img {
        width: 100%;
    }


    .services-section {
        background-color: #000;
    }

    .services-header-content {
        flex-direction: column;
    }

    .services-title {
        font-size: 42px;
        line-height: 48px;
        width: 100%;
    }

    .services-description {
        width: 100%;
    }

    .service-card {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        height: auto;
        width: 100%;
        padding: 25px;
        background-color: #1A1A1A;
    }

    .service-number {
        transform: none;
        font-size: 32px;
    }

    .service-content {
        flex-direction: column;
        gap: 15px;
        width: 100%;
    }

    .service-title {
        width: 100%;
        margin-left: 0;
        font-size: 22px;
        line-height: 32px;
    }

    .service-text {
        width: 100%;
        height: auto;
    }

    .service-btn {
        transform: none;
        width: 100%;
    }


    .section-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    h1 {
        font-size: 42px;
        line-height: 48px;
        width: 100%;
    }

    .view-all-btn {
        width: 100%;
    }

    .projects-grid {
        grid-template-columns: 1fr;
    }

    .project-image-wrapper {
        height: 400px;
    }

    .plus-icon {
        bottom: 30px;
        right: 30px;
    }

    .project-tags {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 10px;
    }

    .energy-container {
        grid-template-columns: 1fr;
    }

    .energy-left {
        max-width: 100%;
    }

    .energy-title {
        font-size: 42px;
        line-height: 48px;
        margin-bottom: 50px;
    }

    .video-container {
        width: 100%;
        height: 400px;
    }

    .about-container {
        grid-template-columns: 1fr;
    }

    h2 {
        width: 100%;
        font-size: 42px;
        line-height: 48px;
        margin-bottom: 40px;
    }

    .about-text {
        width: 100%;
    }

    .about-image-container {
        order: 2;
        margin-top: 40px;
    }

    .main-image {
        width: 100%;
        height: auto;
    }

    .years-badge {
        left: 20px;
    }

    .process-steps {
        grid-template-columns: 1fr;
    }

    .step-card {
        width: 100%;
        background-color: #1A1A1A;
        border: 1px solid #313131;
        border-radius: 15px;
    }

    .header-left h2 {
        font-size: 42px;
        line-height: 48px;
    }

    .header-right {
        width: 100%;
        padding-top: 0;
        height: auto;
    }


    .faq-container {
        grid-template-columns: 1fr;
    }

    .faq-left {
        position: static;
    }

    .faq-big-text {
        display: none;
    }

    .faq-image-container {
        display: none;
    }

    .faq-right {
        margin-top: 40px;
    }


    .header-section h2 {
        font-size: 42px;
        line-height: 48px;
        white-space: normal;
        margin-left: 0;
        text-align: center;
    }

    .testimonials-grid {
        grid-template-columns: 1fr;
    }

    .testimonial-card {
        flex-direction: row;
        align-items: flex-start;
        gap: 20px;
    }

    .testimonial-image {
        flex-shrink: 0;
        width: 40%;
    }

    .testimonial-image img {
        width: 100%;
        height: auto;
    }

    .testimonial-content {
        flex: 1;
        display: flex;
        flex-direction: column;
    }


    .clients-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .client-card {
        width: 100%;
    }


    .contact-container {
        padding: 60px 20px;
    }

    .form-row {
        grid-template-columns: 1fr;
    }


    .newsletter-section {
        flex-direction: column;
        align-items: flex-start;
    }

    .newsletter-text {
        width: 100%;
        margin-bottom: 20px;
    }

    .newsletter-form {
        width: 100%;
        order: 3;
        margin-top: 30px;
    }

    .logo-footer {
        order: 2;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .footer-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .footer-logo-section {
        display: none;
    }

    .footer-column:last-child {
        order: 1;
    }

    .footer-column:nth-child(2) {
        order: 2;
    }

    .footer-column:nth-child(3) {
        order: 3;
    }

    .subscribe-btn {
        order: 4;
        margin-top: 30px;
    }

    .icon-circle:first-child {
        left: 0;
    }

    .icon-circle:last-child {
        left: 120px;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 20px;
        text-align: right;
    }

    .copyright {
        text-align: right;
    }

    .footer-bottom-links {
        justify-content: flex-end;
    }
}


@media screen and (max-width: 480px) {
    .container,
    .hero-section,
    .services-container,
    .portfolio-section,
    .about-section,
    .process-container,
    .testimonials-section,
    .faq-container,
    .clients-section,
    .contact-container,
    footer {
        padding-left: 20px;
        padding-right: 20px;
    }


    .logo h1 {
        font-size: 28px;
    }

    .lang-wrapper {
        display: none;
    }


    .title-line {
        font-size: 48px;
    }

    .hero-header {
        margin-bottom: 40px;
    }

    .title-row-1 {
        margin-bottom: 20px;
    }

    .title-row-2 {
        margin-bottom: 20px;
    }

    .services-list {
        max-height: 400px;
    }

    .service-item {
        min-height: 80px;
        padding: 15px 20px;
    }

    .service-item span {
        font-size: 15px;
    }

    .scroll-track {
        right: 10px;
    }

    .scroll-thumb {
        right: 3px;
    }


    .services-title {
        font-size: 32px;
        line-height: 38px;
    }

    .service-card {
        padding: 20px;
    }

    h1 {
        font-size: 32px;
        line-height: 38px;
    }

    .project-image-wrapper {
        height: 300px;
    }

    .plus-icon {
        bottom: 30px;
        right: 20px;
        width: 40px;
        height: 40px;
        font-size: 20px;
    }

    .project-tags {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }


    .energy-title {
        font-size: 32px;
        line-height: 38px;
    }

    .video-container {
        height: 300px;
    }


    h2 {
        font-size: 32px;
        line-height: 38px;
    }

    .stats-container {
        flex-direction: column;
        gap: 30px;
    }

    .stat-number {
        font-size: 42px;
    }

    .years-badge {
        width: 140px;
        height: 140px;
    }

    .years-number {
        font-size: 42px;
    }


    .header-left h2 {
        font-size: 32px;
        line-height: 38px;
    }

    .step-card {
        padding: 30px 20px;
        height: auto;
    }

    .step-title {
        white-space: normal;
    }


    .header-section h2 {
        font-size: 32px;
        line-height: 38px;
    }

    .testimonial-image img {
        width: 100%;
        height: auto;
    }


    .title {
        font-size: 32px;
        line-height: 38px;
    }

    .client-card {
        height: 120px;
    }

    .heading {
        font-size: 32px;
        line-height: 38px;
    }


    .logo-footer {
        font-size: 60px;
    }

    .icon-circle {
        width: 80px;
        height: 80px;
    }

    .icon-circle img {
        width: 40px;
        height: 40px;
    }
}


@media screen and (max-width: 375px) {
    .container,
    .hero-section,
    .services-container,
    .portfolio-section,
    .about-section,
    .process-container,
    .testimonials-section,
    .faq-container,
    .clients-section,
    .contact-container,
    footer {
        padding-left: 15px;
        padding-right: 15px;
    }


    .logo h1 {
        font-size: 24px;
    }

    .nav-menu {
        width: 280px;
        padding: 80px 20px 20px;
    }


    .title-line {
        font-size: 40px;
    }

    .learn-more-btn {
        width: 100%;
    }

    .service-item span {
        font-size: 14px;
    }


    .services-title {
        font-size: 28px;
        line-height: 34px;
    }

    .services-badge {
        width: auto;
    }


    h1 {
        font-size: 28px;
        line-height: 34px;
    }

    .subtitle {
        width: auto;
    }

    .project-image-wrapper {
        height: 250px;
    }

    .plus-icon {
        bottom: 30px;
        right: 15px;
    }

    .project-tags {
        flex-wrap: wrap;
    }


    .energy-title {
        font-size: 28px;
        line-height: 34px;
    }

    .badge-energy {
        width: auto;
    }

    .video-container {
        height: 250px;
    }

    h2 {
        font-size: 28px;
        line-height: 34px;
    }

    .about-badge {
        width: auto;
    }


    .process-badge {
        width: auto;
    }

    .header-left h2 {
        font-size: 28px;
        line-height: 34px;
    }

    .step-card {
        padding: 25px 15px;
    }

    .testimonials-badge {
        width: auto;
    }

    .header-section h2 {
        font-size: 28px;
        line-height: 34px;
    }


    .badge {
        width: auto;
    }

    .title {
        font-size: 28px;
        line-height: 34px;
    }

    .badge-contact {
        width: auto;
    }

    .heading {
        font-size: 28px;
        line-height: 34px;
    }

    .submit-btn {
        font-size: 18px;
        padding: 15px 30px;
        height: auto;
    }

    .newsletter-form {
        height: auto;
        padding: 8px;
    }

    .subscribe-btn {
        padding: 10px 20px;
        font-size: 14px;
    }

    .logo-footer {
        font-size: 50px;
        margin-top: 60px;
    }

    .footer-column h3 {
        font-size: 20px;
    }

    .icon-circle {
        width: 70px;
        height: 70px;
    }

    .icon-circle:last-child {
        left: 100px;
    }
}

.mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    z-index: 9999;
    transition: left 0.35s ease;
    overflow-y: auto;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
}


.mobile-menu-overlay.active {
    left: 0;
}

.mobile-menu-header {
    display: flex;
    justify-content: space-between;  
    align-items: center;
    padding: 15px 20px;
    border-bottom: 1px solid #222;
    width: 100%;
}

.mobile-lang-btn {
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    border: none;
    padding: 10px 18px;
    border-radius: 50px;      
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.mobile-lang-btn:hover {
    background-color: rgba(255, 255, 255, 0.2);
}


.mobile-lang-menu {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    background: #111;        
    border: 1px solid #333;
    border-radius: 8px;
    display: none;
    flex-direction: column;
    min-width: 80px;
    z-index: 10050;
    box-shadow: 0 4px 8px rgba(0,0,0,0.4);
}

.mobile-lang-menu.active {
    display: flex;
}

.mobile-lang-option {
    padding: 10px 15px;
    color: #ffffff;
    background: transparent;    
    border: none;
    cursor: pointer;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.mobile-lang-option:hover {
    background-color: rgba(255, 255, 255, 0.1);   
    color: #06BEAF;                            
}

.mobile-lang-wrapper {
    position: relative;
}

.mobile-lang-btn {
    width: 55px;
    height: 36px;
    border-radius: 25px;
    background: rgba(255,255,255,0.09);
    border: 1px solid #333;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
}

.mobile-lang-menu {
    display: none;
    flex-direction: column;
    position: absolute;
    right: 0;
    top: calc(100% + 6px);
    background: #111;
    border: 1px solid #333;
    border-radius: 8px;
}

.mobile-lang-menu.active {
    display: flex;
}

.mobile-lang-option {
    padding: 10px 15px;
    color: #fff;
    font-size: 13px;
}

.mobile-nav-menu {
    list-style: none;
    padding: 0;
    margin: 5px 0 0 0;      
}

.mobile-nav-item {
    border-bottom: 1px solid #222;
}

.mobile-nav-link {
    display: block;
    padding: 18px 20px;     
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.mobile-nav-link:hover {
    color: #06BEAF;
}


.mobile-menu-actions {
    padding: 10px 20px;    
    margin-top: 10px;       
    display: flex;
    gap: 12px;           
}

.mobile-lets-talk-btn {
    flex: 1;
    background: #06BEAF;
    color: #000;
    padding: 12px 15px;
    font-size: 14px;
    border-radius: 40px;
    font-weight: 700;
}

.mobile-login-btn {
    flex: 1;
    padding: 12px 15px;
    background: transparent;
    color: #fff;
    border-radius: 40px;
    border: 2px solid #06BEAF;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}


.mobile-social-section {
    margin-top: 15px;       
    padding: 20px;
    border-top: 1px solid #222;
}

.mobile-social-section h3 {
    margin-bottom: 15px;
    font-size: 20px;
    color: #fff;
}

.mobile-social-links {
    display: flex;
    gap: 12px;
}

.mobile-social-icon {
    width: 45px;
    height: 45px;
    border: 2px solid #333;
    border-radius: 50%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mobile-social-icon svg {
    width: 22px;
}

@media (max-width: 480px) {
    .mobile-nav-link {
        font-size: 17px;
        padding: 16px 18px;
    }

    .mobile-menu-actions {
        gap: 10px;
        padding: 8px 15px;
    }

    .mobile-social-section {
        padding: 15px;
    }
}

#closeBtn {
    position: fixed;
    top: 18px;
    right: 18px;
    width: 34px;
    height: 34px;
    z-index: 10002;
    background: transparent;
    border: none;
    cursor: pointer;
    display: none; 
}

#closeBtn::before,
#closeBtn::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 22px;
    height: 2px;
    background: #ffffff;
    transform-origin: center;
}

#closeBtn::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

#closeBtn::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.mobile-menu-overlay.active + #closeBtn,
#closeBtn.active {
    display: block;
}
