<style>

@media (max-width: 767.98px) {
    #about-sec .img-box1 {
        position: relative;
        overflow: hidden;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
    }

    /* partea din dreapta (cerc + poza) -> una sub alta, centrate */
    #about-sec .img-box1 .right-half {
        position: static !important;
        transform: none !important;
        margin-top: 16px;
        width: 100%;
        display: flex;
        flex-direction: column;   /* 👈 nu mai stau pe orizontală */
        align-items: center;
    }

    #about-sec .img-box1 .feature-circle {
        width: 100%;
        max-width: 260px;
    }

    #about-sec .img-box1 .img2 {
        width: 100%;
    }

    #about-sec .img-box1 .img2 img {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 16px;      /* opțional, ca în design */
        object-fit: cover;
    }

    /* forma decorativă să nu mai iasă din ecran */
    #about-sec .img-box1 .box-shape {
        left: 0 !important;
        transform: none !important;
    }
}

#about-sec .img-box1 img {
    max-width: 100%;
    height: auto;
    display: block;
}
      
.th-hero-wrapper.hero-2 {
    background-color: #081827 !important; /* sau orice nuanță dorești */
    background-size: cover;
    background-position: center;
}



/* 1. Forțăm toate imaginile serviciilor să aibă aceeași înălțime la desktop */
.product-details .product-big-img .img,
.product-details .product-big-img img {
    height: 360px !important;   /* înălțime identică pentru TOATE serviciile */
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

/* 2. Rândurile întind ambele coloane pe aceeași înălțime */
.product-details .row.gx-60 {
    align-items: stretch !important;
}

/* 3. Coloana cu text trebuie să se întindă pe toată înălțimea */
.product-details .product-about {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

/* Titlul începe exact de sus */
.product-details .product-title {
    margin-top: 0 !important;
}

/* Butonul coboară exact jos */
.product-details .product-about .th-btn {
    margin-top: auto;
}

/* 4. Eliminăm centrare verticală care strică alinierea */
.product-details .col-lg-6.align-self-center,
.product-details .col-lg-6.order-lg-1.order-2.align-self-center,
.product-details .col-lg-6.order-lg-2.order-1.align-self-center {
    align-self: stretch !important;
}

/* 5. Responsiv – pe telefon revenim la auto */
@media (max-width: 767px) {
    .product-details .product-big-img .img,
    .product-details .product-big-img img {
        height: auto !important;
    }

    .product-details .product-about {
        height: auto;
    }
}

/* Alternare alb / gri pentru fiecare serviciu */
.product-details > .container > .row.gx-60:nth-of-type(odd) {
    background-color: #ffffff;       /* alb */
    padding: 40px 30px;
    border-radius: 24px;
}

/* SECTIUNILE DE SERVICII – RANDURILE PARE CU FUNDAL GRI FULL-WIDTH */
.product-details > .container > .row.gx-60:nth-of-type(even) {
    position: relative;
    z-index: 1;
    padding-top: 0;      /* anulăm padding-ul care cobora textul */
    padding-bottom: 0;
}

/* Banda gri care merge din capăt în capăt, fără să miște conținutul */
.product-details > .container > .row.gx-60:nth-of-type(even)::before {
    content: "";
    position: absolute;

    left: 50%;
    transform: translateX(-50%);
    width: 100vw;

    /* cât de “groasă” să fie banda gri în sus și în jos față de conținut */
    top: -40px;
    bottom: -40px;

    background-color: #f7f8fb;
    z-index: -1;
}

.logo_style{
width: 40px;
height:auto;
}
.style_logo_text{

    color:white;
    font-weight: 900;
    font-size:24px;
    
}
.style_logo_text_mobile{

    color:black;
    font-weight: 900;
    font-size:24px;
}
.style_logo_text:hover{
color:white;
}

.logo_style_2{

width: 40px;
height:auto;
}

@media (max-width: 991px) {
  .logo_style_2{
  width: 40px;
height:auto;
}
}
 
@media (max-width: 365px) {
  .display_none_mobile{

display:none;
}
  .header-links a {
    font-size: 14px !important;
  }
}

/* .img-box1 .img1*/
/* {*/
/*max-height: -webkit-fill-available !important;*/
/*}*/
@supports (-webkit-hyphens: none) {
   /*Doar Safari aplică acest stil */
.img-box1 .img1 img
 {
height: auto;
}
}

.add_top_60{

    top:60px;
}
@media (max-width: 1200px) {
 .add_top_60{

    top:0;
}
}

/* Ajustări pentru Hero Section - Text și Formular mai mici */
.hero-style2 {
    padding: 120px 0 !important;
}

.hero-title {
    font-size: 50px !important;
    line-height: 1.2 !important;
    margin-bottom: 25px !important;
}

.hero-title .title1 {
    font-size: 50px !important;
}

.hero-title .title2 {
    font-size: 50px !important;
}

.hero-title .title3 {
    font-size: 28px !important;
    font-weight: 600 !important;
}

.sub-title {
    font-size: 16px !important;
    margin-bottom: 20px !important;
}

.hero-form .contact-form1 {
    transform: scale(0.9);
    transform-origin: top center;
}

.hero-form .form-title {
    font-size: 20px !important;
    padding: 15px 30px !important;
}

.hero-form .input-wrap {
    padding: 25px !important;
}

.hero-form .form-control,
.hero-form .form-select {
    height: 50px !important;
    font-size: 14px !important;
}

.hero-form .th-btn {
    padding: 18px 25px !important;
    font-size: 13px !important;
}

.hero-counter .box-number {
    font-size: 24px !important;
}

.hero-counter .box-text {
    font-size: 12px !important;
}

.hero-counter-wrap {
    margin-top: 35px !important;
    gap: 20px !important;
}

.hero-counter {
    padding-right: 20px !important;
}

/* Responsive adjustments */
@media (max-width: 1299px) {
    .hero-style2 {
        padding: 100px 0 !important;
    }
    
    .hero-title {
        font-size: 45px !important;
    }
}

@media (max-width: 1199px) {
    .hero-style2 {
        padding: 90px 0 !important;
    }
    
    .hero-title {
        font-size: 42px !important;
    }
    
    .hero-title .title3 {
        font-size: 24px !important;
    }
}

@media (max-width: 991px) {
    .hero-style2 {
        padding: 80px 0 60px 0 !important;
    }
    
    .hero-title {
        font-size: 38px !important;
    }
    
    .hero-counter-wrap {
        margin-top: 30px !important;
        margin-bottom: 40px !important;
    }
    
    .hero-form {
        margin-top: 0 !important;
    }
    
    .hero-form .contact-form1 {
        transform: scale(1) !important;
        margin-bottom: 0 !important;
    }
}

@media (max-width: 767px) {
    .hero-title {
        font-size: 34px !important;
    }
    
    .hero-title .title3 {
        font-size: 20px !important;
    }
    
    .hero-style2 {
        padding: 70px 0 50px 0 !important;
    }
}

@media (max-width: 575px) {
    .hero-title {
        font-size: 28px !important;
    }
    
    .hero-title .title3 {
        font-size: 18px !important;
    }
    
    .hero-style2 {
        padding: 60px 0 40px 0 !important;
    }
}

/* MOBILE */
@media (max-width: 575px) {

    .hero-style2 {
        padding: 50px 0 30px 0 !important;
    }

    .hero-title {
        font-size: 55px !important;
        line-height: 1.2 !important;
        margin-bottom: 15px !important;
    }

    .hero-title .title1,
    .hero-title .title2 {
        font-size: 24px !important;
    }

    .hero-title .title3 {
        font-size: 35px !important;
        font-weight: 600 !important;
    }

    .sub-title {
        font-size: 14px !important;
        margin-bottom: 15px !important;
    }
}

.mobile-call-btn {
    display: none;
}

@media (max-width: 991px) {
    .hero-form-card {
        margin-bottom: 32px;
    }

    .mobile-call-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 12px;
    }

}

/* Floating Contact Button Styles */
.floating-contact {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

.floating-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #068FFF;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    font-size: 24px;
}

.floating-btn:hover {
    background-color: #0568cc;
    transform: scale(1.1);
}

.contact-options {
    position: absolute;
    bottom: 80px;
    right: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease;
}

.contact-options.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.contact-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    font-size: 20px;
}

.contact-btn:hover {
    transform: scale(1.1);
}

.contact-btn.instagram { background-color: #E4405F; }
.contact-btn.tiktok { background-color: #000000; }
.contact-btn.whatsapp { background-color: #25D366; }
.contact-btn.viber { background-color: #665CAC; }
.contact-btn.phone { background-color: #068FFF; }

.main-btn.active i {
    transform: rotate(45deg);
}



    </style>