/* ============================================================
   TECHNO-ABOUT.CSS
   Replica vizuala a paginii demo "About Us — Style 01" (tema Techno):
   breadcumb-ul de pagina + sectiunea "Choose The Best IT Solution
   Service Company". Toate clasele au prefix `lga-` (Logicon About)
   ca sa nu existe coliziuni cu style.css / bootstrap / techno-chrome.css.
   Valorile sunt masurate 1:1 din demo-ul live la 1440px.
   ============================================================ */

@font-face {
    font-family: "LgaFlaticon";
    src: url("../techno/fonts/Flaticon.woff2") format("woff2"),
         url("../techno/fonts/Flaticon.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.lga-ico {
    font-family: "LgaFlaticon";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    speak: never;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.lga-ico-arrow::before      { content: "\f105"; }
.lga-ico-code::before       { content: "\f126"; }  /* monitor cu cod + grafice */
.lga-ico-monitoring::before { content: "\f1d5"; }  /* ceas 24 — operare continua */
.lga-ico-calendar::before   { content: "\f1d3"; }

/*=================================================
  0. CONTAINER
  Demo la 1440px: container 1320px, continut 70 -> 1370
==================================================*/
.lga-container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 10px;
    width: 100%;
}

/*=================================================
  1. BREADCUMB / HERO DE PAGINA
  Demo: .breadcumb-area — padding 120px 0 89px, bg 101010-1.jpg cover
==================================================*/
/* Fundal luminos (arhitectură corporate din sticlă): voal alb-albăstrui +
   titlu navy. `!important` pentru că gradientul închis vine inline din HTML. */
.lga-breadcumb {
    position: relative;
    padding: 120px 0 89px;
    background-position: center 45%;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #EEF4FF;
    background-image:
        linear-gradient(90deg, rgba(244, 248, 255, .90) 0%, rgba(235, 243, 255, .74) 52%, rgba(226, 238, 255, .48) 100%),
        url("../img/photos/breadcrumb-main.jpg") !important;
    border-bottom: 1px solid rgba(12, 90, 219, .12);
}

.lga-breadcumb .lga-container { position: relative; z-index: 2; }

.lga-breadcumb-title {
    margin: 0 0 20px;
    font-family: "Mulish", sans-serif;
    font-size: 45px;
    line-height: 58.5px;
    font-weight: 700;
    color: #0A1B3D;
}

.lga-breadcumb-menu {
    display: inline-block;
    position: relative;
    list-style: none;
    margin: 0 0 5px;
    padding: 8px 13px 7px;
    background: rgba(12, 90, 219, .10);
    border: 1px solid rgba(12, 90, 219, .16);
    border-radius: 4px;
    border-left: 3px solid #0C5ADB;
}

.lga-breadcumb-menu li {
    display: inline-block;
    margin: 0 6px;
    font-size: 15px;
    line-height: 22.5px;
    font-weight: 400;
    text-transform: uppercase;
    color: #0A1B3D;
    vertical-align: middle;
}

.lga-breadcumb-menu li a { color: #0C5ADB; text-decoration: none; transition: .3s; }
.lga-breadcumb-menu li a:hover { color: #0A1B3D; }
.lga-breadcumb-menu li i { font-size: 14px; color: #0C5ADB; }

/*=================================================
  2. SECTIUNEA "CHOOSE THE BEST ..." (demo: .elementor-element-a420d59)
==================================================*/
.lga-about {
    position: relative;
    /* 76px/80px sectiune + 10px din wrapper-ul de coloana al demo-ului */
    padding: 86px 0 90px;
    overflow: hidden;
    background: #fff;
}

.lga-about-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.lga-about-col { width: 50%; }

/*---- 2.1 Coloana vizuala (stanga) ----*/
.lga-about-visual {
    position: relative;
    padding: 10px;
    text-align: center;
    line-height: 0; /* elimina spatiul de baseline sub inline-block */
}

/* Ancora pentru elementele decorative — ramane lipita de imagine la orice latime */
.lga-about-photo {
    position: relative;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 20px;
    text-align: left;
    line-height: normal;
}

/* Demo: img 526x599 cu forma opaca 460x538, centrata intr-o zona de 630px */
.lga-about-img {
    display: block;
    width: 460px;
    height: 538px;
    max-width: 100%;
    margin: 12px 0 49px;
    background-image: url("../img/photos/about-b.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 190px 16px 16px 20px;
    box-shadow: 0 14px 44px rgba(35, 35, 35, .13);
}

.lga-about-circle,
.lga-about-dashed {
    position: absolute;
    z-index: 1;
    max-width: 100%;
    pointer-events: none;
}

.lga-about-circle { left: -76px; top: -53px; width: 262px; height: 262px; }
.lga-about-dashed { left: -55px; top: -42px; width: 219px; height: 219px;
    animation: lga-rotateme 20s linear infinite; }

@keyframes lga-rotateme {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
}

/* Badge de experienta — inlocuieste cardul "5k+ Members" din demo
   (demo: 308x96 la x=16 / y=433 fata de coloana, animatie alltuchtopdown) */
.lga-about-badge {
    position: absolute;
    left: -79px;
    top: 423px;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 16px;
    width: 308px;
    min-height: 96px;
    padding: 18px 26px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 14px 34px rgba(35, 35, 35, .13);
    animation: lga-updown 2.5s ease-in-out 0s infinite alternate;
}

@keyframes lga-updown {
    0%   { transform: translateY(0); }
    50%  { transform: translateY(-20px); }
    100% { transform: translateY(0); }
}

.lga-badge-num {
    font-size: 38px;
    line-height: 1;
    font-weight: 800;
    color: #0C5ADB;
    letter-spacing: -1px;
    flex-shrink: 0;
}

.lga-badge-lbl {
    font-size: 17px;
    line-height: 24px;
    font-weight: 700;
    color: #232323;
}

/*---- 2.2 Coloana de text (dreapta) ----*/
.lga-about-content {
    padding: 0 15px;
}

.lga-subtitle {
    display: inline-block;
    position: relative;
    margin: 0 0 15px;
    font-size: 16px;
    line-height: 20.8px;
    font-weight: 700;
    letter-spacing: 5px;
    color: #0C5ADB;
}

.lga-title {
    margin: 0;
    font-size: 39px;
    line-height: 46.8px;
    font-weight: 800;
    color: #232323;
}

.lga-title span { color: #0C5ADB; }

.lga-desc {
    margin: 22px 0 0;
    font-size: 17px;
    line-height: 25.5px;
    font-weight: 400;
    color: #686868;
}

/*---- 2.3 Cele doua mini-carduri cu iconita (demo: .icon-box.style1) ----*/
.lga-about-feats {
    display: flex;
    flex-wrap: wrap;
    margin-top: 33px;
    padding: 14px 0 7px;
    border-top: 1px solid #e9e9e9;
}

.lga-about-feats > div { width: 50%; padding: 10px; }

.lga-iconbox {
    display: flex;
    align-items: center;
    padding-bottom: 5px;
}

.lga-iconbox-icon {
    flex-shrink: 0;
    width: 52px;
    margin-right: 23px;
    position: relative;
    top: 4px;
    text-align: center;
}

.lga-iconbox-icon i {
    font-size: 50px;
    line-height: 50px;
    color: #1029B9;
    display: inline-block;
}

.lga-iconbox h3 {
    margin: 0 0 10px;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    color: #232323;
}

/*---- 2.4 Buton + caseta de contact (demo: .elementor-element-23810e2) ----*/
.lga-about-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 38px;
}

.lga-about-actions .lga-act-btn { width: 230px; }
.lga-about-actions .lga-act-box { width: calc(100% - 230px); }

.lga-btn {
    display: inline-block;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 12px 31px;
    border-radius: 25px;
    background-image: linear-gradient(0deg, #2B25FF 0%, #096DFF 100%);
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    text-decoration: none;
    transition: .5s;
}

.lga-btn::before {
    position: absolute;
    content: "";
    top: 0; left: 0; right: 0; bottom: 0;
    background: #171717;
    clip-path: circle(0% at 50% 50%);
    transition: all cubic-bezier(0, .96, .58, 1.1) .8s;
    z-index: -1;
}

.lga-btn:hover { color: #fff; }
.lga-btn:hover::before { clip-path: circle(100% at 50% 50%); }

.lga-btn i { margin-left: 6px; font-size: 16px; }

.lga-contactbox {
    display: flex;
    align-items: center;
    gap: 20px;
}

.lga-cb-icon { position: relative; flex-shrink: 0; width: 60px; height: 60px; }

.lga-cb-icon i {
    display: inline-block;
    position: relative;
    z-index: 1;
    width: 60px;
    height: 60px;
    line-height: 58px;
    font-size: 28px;
    text-align: center;
    color: #1029B9;
    border: 1px solid rgba(35, 35, 35, .102);
    border-radius: 50%;
}

.lga-cb-icon::after {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 60px;
    height: 60px;
    border: 1px solid #1029B9;
    border-radius: 50%;
    z-index: -1;
    animation: lga-move 1.5s linear infinite;
}

@keyframes lga-move {
    0%   { transform: scale(.5); opacity: 0; }
    50%  { transform: scale(1);  opacity: 1; }
    100% { transform: scale(1.5); opacity: 0; }
}

.lga-cb-title {
    margin: 0;
    font-size: 18px;
    line-height: 23.4px;
    font-weight: 500;
    color: #616161;
}

.lga-cb-text {
    margin: 0;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    color: #232323;
}

/*=================================================
  3. RESPONSIVE
==================================================*/
@media (max-width: 1399px) {
    .lga-about-img { width: 420px; height: 491px; margin: 12px 0 40px; }
    .lga-about-badge { top: 385px; }
}

@media (max-width: 1199px) {
    .lga-breadcumb-title { font-size: 40px; line-height: 52px; }
    .lga-title { font-size: 33px; line-height: 41px; }
    .lga-about-img { width: 360px; height: 421px; margin: 12px 0 34px; border-radius: 150px 16px 16px 20px; }
    .lga-about-circle { width: 210px; height: 210px; left: -62px; top: -43px; }
    .lga-about-dashed { width: 176px; height: 176px; left: -45px; top: -34px; }
    .lga-about-badge { width: 268px; top: 318px; left: -62px; padding: 16px 20px; min-height: 84px; }
    .lga-badge-num { font-size: 32px; }
    .lga-badge-lbl { font-size: 15px; line-height: 21px; }
    .lga-iconbox-icon { margin-right: 16px; }
    .lga-iconbox h3 { font-size: 18px; line-height: 24px; }
}

@media (max-width: 991px) {
    .lga-breadcumb { padding: 90px 0 70px; }
    .lga-breadcumb-title { font-size: 35px; line-height: 46px; margin-bottom: 18px; }
    .lga-about { padding: 60px 0 64px; }
    .lga-about-col { width: 100%; }
    .lga-about-visual { margin-bottom: 46px; }
    .lga-about-content { padding: 0; }
    .lga-about-badge { left: 0; top: auto; bottom: 6px; }
    .lga-title { font-size: 32px; line-height: 40px; }
}

@media (max-width: 767px) {
    .lga-breadcumb { padding: 70px 0 55px; }
    .lga-breadcumb-title { font-size: 28px; line-height: 38px; margin-bottom: 14px; }
    .lga-breadcumb-menu li { font-size: 13px; margin: 0 4px; }
    .lga-about { padding: 50px 0 54px; }
    .lga-about-photo {
        display: block;
        width: 100%;
        max-width: 300px;
        margin: 0 auto 24px;
    }
    .lga-about-img {
        width: 100%;
        height: auto;
        aspect-ratio: 460 / 538;
        margin: 12px 0 0;
        border-radius: 130px 14px 14px 16px;
    }
    .lga-about-circle { width: 132px; height: 132px; left: -26px; top: -22px; }
    .lga-about-dashed { width: 110px; height: 110px; left: -15px; top: -16px; }
    .lga-about-badge {
        position: static;
        width: 100%;
        margin: 24px 0 0;
        animation: none;
    }
    .lga-title { font-size: 26px; line-height: 34px; }
    .lga-subtitle { letter-spacing: 3px; font-size: 15px; }
    .lga-desc { font-size: 16px; line-height: 25px; }
    .lga-about-feats > div { width: 100%; }
    .lga-about-actions .lga-act-btn,
    .lga-about-actions .lga-act-box { width: 100%; }
    .lga-about-actions .lga-act-box { margin-top: 26px; }
}

@media (max-width: 479px) {
    .lga-breadcumb-title { font-size: 24px; line-height: 33px; }
    .lga-title { font-size: 23px; line-height: 31px; }
    .lga-badge-num { font-size: 28px; }
}
