body {
    font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: #333;
    background-color: #f7f7f7;
}

/* Header */
.sc-header {
    background-color: #ffffff;
}




.sc-logo-box img {
    width: 280px;
    height: 100%;
    object-fit: contain;
}


.sc-brand-text {
    line-height: 1.2;
}

.sc-brand-title {
    font-size: 1.35rem;
    font-weight: 700;
    color: #0f545b;
}

.sc-brand-subtitle {
    font-size: 0.9rem;
    font-weight: 500;
    color: #0f545b;
}

.sc-main-nav .nav-link {
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    color: #000;
}

.sc-main-nav .nav-link:hover,
.sc-main-nav .nav-link.active {
    color: #0f545b;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.sc-lang-switch a {
    font-size: 0.8rem;
    font-weight: 600;
    color: #0f545b;
    text-decoration: none;
}

.sc-lang-switch a.active {
    text-decoration: underline;
}

/* Mobile nav */
.sc-mobile-nav {
    display: none;
}

.sc-mobile-nav.show {
    display: block;
    background-color: #ffffff;
}

/* Hero */
.sc-hero-section {
    background-color: #ffffff;
}

.sc-hero-image-wrapper {
    position: relative;
}

.sc-hero-img {
    display: block;
  
    object-fit: cover;
    width: 100%;
}

.sc-hero-small-logo {
    position: absolute;
    top: 20%;
    left: 4%;
    width: 80px;
    height: 80px;
    border-radius: 8px;
    border: 2px solid #ffffff;
    /* Burda background-image verə bilərsən */
    /* background: url('SMALL_WHITE_LOGO_URL') center/contain no-repeat; */
}

.sc-hero-text-box {
    position: absolute;
    right: 5%;
    bottom: 10%;
    background-color: #135c64;
    color: #ffffff;
    padding: 24px 36px;
    max-width: 360px;
    font-weight: 600;
    font-size: 1.05rem;
    text-align: center;
}

/* Sections */
.sc-section {
    padding: 60px 0;
}

.sc-section-light {
    background-color: #f4f4f4;
}

.sc-section-white {
    background-color: #ffffff;
}

.sc-section-title {
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: #0f545b;
}

.sc-section-subtitle {
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: #0f545b;
}

.sc-image-shadow {
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
}

/* Hex service icons */
.sc-hex-wrapper {
    display: inline-block;
}

.sc-hex {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    clip-path: polygon(
        25% 3%,
        75% 3%,
        100% 50%,
        75% 97%,
        25% 97%,
        0% 50%
    );
    overflow: hidden;
}

.sc-hex img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sc-hex-title {
    font-size: 0.8rem;
    font-weight: 600;
}

/* Contact */
.sc-contact-section .sc-input {
    background-color: #eaeaea;
    border: none;
    border-radius: 0;
}

.sc-contact-section .sc-input:focus {
    box-shadow: none;
    border: 1px solid #0f545b;
    background-color: #ffffff;
}

.sc-btn-primary {
    background-color: #135c64;
    border-radius: 0;
    color: #ffffff;
}

.sc-btn-primary:hover {
    background-color: #0f545b;
    color: #ffffff;
}

.sc-contact-company {
    font-size: 1.2rem;
    font-weight: 700;
    color: #0f545b;
}

/* Footer bottom */
.sc-footer-bottom {
    background-color: #222222;
    color: #ffffff;
    font-size: 0.8rem;
}

.sc-footer-nav a {
    color: #ffffff;
    text-decoration: none;
    font-size: 0.8rem;
}

.sc-footer-nav a:hover {
    text-decoration: underline;
}

.sc-footer-address {
    margin-bottom: 4px;
}

/* Responsive tweaks */
@media (max-width: 991.98px) {
    .sc-hero-text-box {
        position: static;
        margin: 16px auto 0;
        max-width: 90%;
    }

    .sc-hero-small-logo {
        display: none;
    }
}


/* Sertifikatlar */
.sc-cert-row {
    max-width: 800px;
    margin: 0 auto;
}

.sc-cert-title {
    font-weight: 600;
    font-size: 0.95rem;
    margin-bottom: 8px;
}

.sc-cert-img-wrapper img {
    max-height: 210px;
    object-fit: contain;
}

/* Blog */
.sc-blog-thumb {
    width: 260px;
    max-width: 100%;
}

.sc-blog-thumb img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.sc-blog-title {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 4px;
}

.sc-blog-date {
    font-size: 0.85rem;
    color: #777;
}
.sc-step-text h5 {
    font-weight: 700;
    margin-top: 22px;
    color: #0f545b;
}

.sc-step-text p {
    font-size: 0.95rem;
    color: #333;
}
