body{
    background-color:whitesmoke;
    -webkit-user-select: none; /* For Chrome, Safari, and Opera */
      -moz-user-select: none;    /* For Firefox */
      -ms-user-select: none;     /* For Internet Explorer/Edge */
      user-select: none;         /* For modern browsers */
    
}
.fc {
    font-family: 'Arial', sans-serif;
    background: #f9f9f9;
    border-radius: 8px;
  }

 
  .fc-toolbar {
    background: #4A90E2;
    border-radius: 8px 8px 0 0;
    padding: 10px;
    color: white;
    font-size: 16px;
  }

  .fc-toolbar-title {
    font-size: 20px;
    font-weight: bold;
  }

  .fc-button {
    background-color: #007BFF;
    border: none;
    color: white;
    border-radius: 5px;
    padding: 8px 12px;
    font-size: 14px;
    transition: background-color 0.3s;
  }

  .fc-button:hover {
    background-color: #0056b3;
  }
.cope{
    list-style: none;
}
  .cope li::before{
    content: "- ";
  }
  .fc-daygrid-day-number {
    font-size: 16px;
    font-weight: bold;
    color: #4A90E2;
  }

  .fc-daygrid-day {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    margin: 2px;
    padding: 10px;
    transition: background-color 0.3s;
  }

  .fc-daygrid-day:hover {
    background-color: #f1f1f1;
  }

  .fc-daygrid-day.fc-day-today {
    background-color: #4A90E2;
    color: white;
  }

 
  .fc-event {
    background-color: #4A90E2;
    color: white;
    border-radius: 5px;
    padding: 5px 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    font-size: 14px;
  }

  .fc-event:hover {
    background-color: #357ABD;
  }

  
  .fc-col-header-cell.fc-week {
    background: #e1e1e1;
    font-weight: bold;
  }
.head-line{
    width: 100%;
    height: 10px;
    background-color: #028a1f;
    position: fixed;
    z-index: 99999;
    scale: 0 1;
    animation: progress linear;
    animation-timeline: scroll();
}
#chatbot-container {
    position: fixed;
    bottom: 75px;
    right: 5px;
    z-index: 999999;
}

#chatbot {
    width: 300px;
    display: none;
    background: white;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    padding: 10px;
}

#chatbox {
    height: 200px;
    overflow-y: auto;
    padding: 5px;
}

#question-buttons button {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    border: none;
    background: #007bff;
    color: white;
    cursor: pointer;
    border-radius: 5px;
}

#question-buttons button:hover {
    background: #0056b3;
}

#chatbot-toggle {
    background: #007bff;
    color: white;
    border: none;
    padding: 10px;
    border-radius: 50px;
    cursor: pointer;
    font-size: 16px;
}



@keyframes progress {
    to{scale: 1 1;}
}
#preload-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    transition: opacity 1s ease-in-out;
    z-index: 1000;
    pointer-events: none;
}
#loading-circle img{
    width: 100px;
}
#loading-circle {
  
    animation: spin 5s linear infinite;
}

@keyframes spin {
    0% { opacity: 0; }
    100% { opacity: 1;}
}

#content {
    display: none;
    pointer-events: auto;
}
.logo{
    width: 120px;
}
.social-icons {
    display: flex;
    align-items: flex-end;
    list-style: none;
    justify-content: space-around;
    margin-left: 20px;
    margin-right: 30px;
    padding: 0;
}

.social-icons i {
    margin-left: 3px;
    font-size: 24.5px;
   
} 

.social-icons .last-i{
    margin-left: 20px;
    color: black;
    
}

header {
    background-color: #1f1f1f; 
    color: #fff; 
    padding: 20px;
    text-align: center;
}

header i {
    font-size: 24px;
    margin-right:13px; 
    color: #ff9800; 
}

header p {
    margin: 0 0 0 2px; 
    font-size: 16px; 
}
.box{
    display: flex;
    margin-left: 30px;
    font-family: 'Courier New', Courier, monospace;
}
.box:nth-of-type(1){
    transform: translateX(-25px);
}
.box a{
    text-decoration: none;
    color: #fff;
}

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
}

#first {
    width: 100%;
    min-height: 100vh;
    margin-top: 10px;
    position: relative;
    overflow: hidden;

    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 0 8%;
    box-sizing: border-box;
    color: white;

    background:
        radial-gradient(circle at 80% 20%, rgba(255, 210, 0, 0.35), transparent 25%),
        radial-gradient(circle at 15% 80%, rgba(255, 0, 80, 0.35), transparent 25%),
        linear-gradient(135deg, #111111 0%, #1c1c1c 45%, #3a0008 100%);
}

#first::before {
    content: "";
    position: absolute;
    width: 600px;
    height: 600px;
    right: -180px;
    top: -160px;
    background: rgba(255, 204, 0, 0.12);
    border-radius: 50%;
}

#first::after {
    content: "";
    position: absolute;
    width: 450px;
    height: 450px;
    left: -120px;
    bottom: -120px;
    background: rgba(255, 0, 60, 0.15);
    border-radius: 50%;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 650px;
}
.service-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.service-status {
    color: #198754;
    font-weight: 600;
}

.service-price {
    color: #111;
    font-weight: 700;
}
.calculator-card {
    background: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 12px;
    padding: 35px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.calculator-card h3 {
    text-align: center;
    margin-bottom: 10px;
    color: #111111;
}

.calculator-text {
    text-align: center;
    color: #555555;
    margin-bottom: 25px;
}

.rezultat-pret {
    margin-top: 25px;
    padding: 15px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #198754;
    background: #eaf7ef;
    border-radius: 8px;
}

.program-card {
    background: #ffffff;
    padding: 35px;
    border-radius: 12px;
    border: 1px solid #dddddd;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.program-card h3 {
    text-align: center;
    margin-bottom: 25px;
    color: #111111;
}

.program-table {
    margin-bottom: 0;
    text-align: center;
}

.program-table th {
    background-color: #111111;
    color: #ffffff;
    font-size: 18px;
}

.program-table td {
    font-size: 17px;
    padding: 14px;
}

.closed-day td {
    color: #dc3545;
    font-weight: 600;
}

.hero-small {
    font-size: 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ffd500;
    margin-bottom: 20px;
}

.hero-content h1 {
    font-size: 72px;
    margin: 0 0 20px;
    line-height: 1;
    color: #ffffff;
}

.hero-text {
    font-size: 24px;
    line-height: 1.5;
    color: #eeeeee;
    margin-bottom: 35px;
}

.hero-buttons {
    display: flex;
    gap: 18px;
}

.btn-main,
.btn-second {
    padding: 15px 32px;
    text-decoration: none;
    border-radius: 40px;
    font-size: 18px;
    transition: 0.3s;
}

.btn-main {
    background-color: #ffd500;
    color: #111111;
    font-weight: bold;
}

.btn-second {
    border: 2px solid #ffffff;
    color: #ffffff;
}

.btn-main:hover {
    background-color: #ffffff;
}

.btn-second:hover {
    background-color: #ffffff;
    color: #111111;
}

.hero-card {
    position: relative;
    z-index: 2;
    width: 330px;
    padding: 35px;
    border-radius: 25px;

    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.hero-card h3 {
    font-size: 26px;
    margin-bottom: 20px;
    color: #ffd500;
}

.hero-card p {
    font-size: 18px;
    margin: 12px 0;
    color: #ffffff;
}

/* adaptare pentru telefon */
@media (max-width: 900px) {
    #first {
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 40px;
        padding: 80px 30px;
    }

    .hero-content h1 {
        font-size: 48px;
    }

    .hero-text {
        font-size: 19px;
    }

    .hero-card {
        width: 100%;
        box-sizing: border-box;
    }

    .hero-buttons {
        flex-direction: column;
    }
}
.big-container{
    display: flex;
    align-items: center;
    justify-content: space-around;
}

#data {
    padding: 50px 0; 
    text-align: center; 
    width: 87.4%;
    height: auto;
    margin-top: 10px;
}
.container-data {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.box-data {
    background-color: #fff; 
    padding: 20px;
    border-radius: 10px;
    margin: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); 
    transition: transform 0.3s ease-in-out; 
}

.box-data:hover {
    transform: scale(1.05); 
}

.box-data i {
    font-size: 36px;
    margin-bottom: 10px;
}

.counter {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 5px;
}

.box-data span {
    font-size: 16px;
    color: #6c757d; 
}
#director {
    background-color: whitesmoke;
    width: 87.4%;
    margin-left: 6.3%;
    margin-right:6.3%;
    margin-top: 10px;
    padding: 20px;
    box-sizing: border-box;
    border-top-right-radius: 35%;
}

.container-director {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.box-director img {
    width: 100%; 
    height: auto;
    max-width: 380px;
    margin: 10px;
    object-fit: contain;
    border-radius: 15%;
}

.paragraf {
    flex: 1;
    margin: 10px 220px;
    text-align: justify;
}

.r-side {
    text-align: right;
}

h3{
    font-family: Georgia, 'Times New Roman', Times, serif;
}
#details{
    margin-top: 10px;
    
    
   
}

#details img{
    width: 250px;
    height: 226px;
    
}

.card-img-top {
    width: 100%;
    height: 295px;
    object-fit: contain;
    margin-top: 10px;
    border-radius: 30px;
  }
footer{
    margin-top: 160px;
}
footer li{
    list-style: none;
}
.phone-foot{
    text-decoration: none;
    color: #fff;
}
footer a{
    text-decoration: none;
    color: white;
}
footer span {
    margin-left: 3px;
}
.foot-links h6{
    transform: translateX(10px);
}
.social-links-footer {
    transform: translateX(12px);
}

/* Style for the select element */
#classFilter {
    width: 37%;
    padding: 10px;
    text-align: left;
    font-size: 16px;
    border: 2px solid #3498db;
    border-radius: 15px; 
    background-color: #f8f9fa;
    color: #495057;
    font-family: 'Arial', sans-serif; 
    appearance: none;
}



#classFilter option {
    font-size: 16px;
    background-color: #f8f9fa;
    color: #495057;
}


.contact-container{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.box-contact{
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 450px;
    height: 60px;
    object-fit: cover;
    text-align: center;
}
.box-contact a{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    text-decoration: none;
    color: black;
}
.box-contact i{
    font-size: 20px;
    margin-top: 15px;
}
.contact-container-2{
    margin-top: 120px;
}
.circle {
    width: 50px;
    height: 50px;
    background-color: rgb(100, 245, 3); 
    border-radius: 50%;
    position: fixed;
    bottom: 20px;
    right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2;
   
  }
  .circle i{
    position: relative;
    left: 0px;
    top: 2px;
    font-size: 20px;
  }
  @media screen and (max-width:320px){
    header .box p{
        font-size: 11.5px;
    }
    .social-links-footer {
        transform: translateX(2px);
    }
  }
  
@media  (max-width:767px) {
    #calendar {
        width: 100%;
        padding: 10px;
    }
    .fc-toolbar-title {
        font-size: 16px; 
    }
    .box-contact a{
        font-size: 16.5px;
    }
    #director{
        border-radius: 50px;
    }
    #classFilter{
        width: 80%;
        font-size: 13.5px;
    }
    .contact-container{
        flex-direction: column;
        margin-top: 22px;
    }
    iframe{
        width: 100%;
    }
    .box-contact{
        margin-top: 12px;
        margin-left: 20px;
        margin-right: 20px;
        width: 100%;
        text-align: center;
    }
   #first{
    background-size: contain;
    height: 40vh;
   }
   .box p{
    font-size: 13px;
   }
   .box i{
    font-size: 15px;
   }
   .logo{
    width: 80px;
   }
   #data{
    width: 100%;
   }
   .paragraf {
    margin: 20px; 
}

.box-director img {
    max-width: 100%; 
}
}
@media  (orientation: landscape) {
    #first {
        background-size: contain;
        
    }
    #classFilter{
        width: 50%;
        font-size: 15.5px;
    }
    .box-contact{
        margin-top: 12px;
        margin-left: 20px;
        margin-right: 20px;
    }
}


/* =========================
   DESIGN FINAL - XEROX AURICA
========================= */

:root {
    --dark: #111111;
    --dark-soft: #1f1f1f;
    --yellow: #ffd500;
    --red: #b51f2e;
    --green: #198754;
    --gray-bg: #f6f4f1;
    --text: #222222;
    --muted: #6c757d;
    --radius: 18px;
    --shadow: 0 12px 35px rgba(0, 0, 0, 0.10);
}

html {
    scroll-behavior: smooth;
}

body {
    background: var(--gray-bg) !important;
    color: var(--text);
    font-family: "Segoe UI", Arial, sans-serif;
    user-select: auto !important;
}

/* linia de sus */
.head-line {
    height: 6px;
    background: linear-gradient(90deg, var(--yellow), var(--red), var(--yellow));
}

/* HEADER CONTACT */
header {
    background: #151515 !important;
    padding: 14px 6%;
    display: flex;
    gap: 35px;
    flex-wrap: wrap;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

header .box {
    display: flex;
    align-items: center;
    margin-left: 0 !important;
    transform: none !important;
    font-family: "Segoe UI", Arial, sans-serif;
}

header i {
    color: var(--yellow) !important;
    font-size: 18px;
    margin-right: 10px;
}

header p {
    font-size: 15px;
    color: #ffffff;
}

header a {
    color: #ffffff !important;
    text-decoration: none;
}

/* NAVBAR */
.navbar {
    background: #ffffff !important;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    padding: 10px 5%;
    position: sticky;
    top: 0;
    z-index: 999;
}

.logo {
    width: 95px !important;
}

.navbar-nav .nav-link {
    color: #111111 !important;
    font-size: 16px;
    margin: 0 10px;
    position: relative;
    transition: 0.3s;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: var(--red) !important;
}

.navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    left: 50%;
    bottom: 0;
    background: var(--yellow);
    transition: 0.3s;
    transform: translateX(-50%);
}

.navbar-nav .nav-link:hover::after {
    width: 70%;
}

.social-icons {
    margin-top: 0 !important;
    align-items: center;
}

.social-icons i {
    font-size: 24px;
    transition: 0.3s;
}

.social-icons i:hover {
    transform: translateY(-3px);
}

/* HERO */
#first {
    width: 100%;
    min-height: calc(100vh - 80px);
    margin-top: 0 !important;
    padding: 90px 8%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
    overflow: hidden;
    position: relative;
    color: #ffffff;

    background:
        radial-gradient(circle at 85% 15%, rgba(255, 213, 0, 0.35), transparent 28%),
        radial-gradient(circle at 10% 85%, rgba(181, 31, 46, 0.45), transparent 30%),
        linear-gradient(135deg, #101010 0%, #211815 45%, #4a1018 100%) !important;
}

#first::before,
#first::after {
    pointer-events: none;
}

.hero-content {
    max-width: 680px;
    position: relative;
    z-index: 2;
}

.hero-small {
    color: var(--yellow);
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 20px;
}

.hero-content h1 {
    font-size: clamp(48px, 7vw, 86px);
    font-weight: 800;
    line-height: 1;
    margin-bottom: 22px;
}

.hero-text {
    font-size: 22px;
    line-height: 1.6;
    color: #eeeeee;
    max-width: 620px;
}

.hero-buttons {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
    margin-top: 30px;
}

.btn-main,
.btn-second {
    display: inline-block;
    padding: 15px 32px;
    border-radius: 40px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.3s;
}

.btn-main {
    background: var(--yellow);
    color: #111111;
    box-shadow: 0 10px 25px rgba(255, 213, 0, 0.25);
}

.btn-main:hover {
    background: #ffffff;
    color: #111111;
    transform: translateY(-3px);
}

.btn-second {
    color: #ffffff;
    border: 2px solid rgba(255, 255, 255, 0.8);
}

.btn-second:hover {
    background: #ffffff;
    color: #111111;
    transform: translateY(-3px);
}

.hero-card {
    width: 350px;
    padding: 35px;
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, 0.20);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
    position: relative;
    z-index: 2;
}

.hero-card h3 {
    color: var(--yellow);
    font-size: 27px;
    margin-bottom: 22px;
}

.hero-card p {
    font-size: 18px;
    margin: 13px 0;
    color: #ffffff;
}

/* TITLURI SECȚIUNI */
section h3,
.program-card h3,
.calculator-card h3 {
    font-family: "Segoe UI", Arial, sans-serif !important;
    font-weight: 800;
    color: #111111;
}

section center hr {
    width: 70px !important;
    border: 0 !important;
    height: 4px;
    background: linear-gradient(90deg, var(--yellow), var(--red));
    opacity: 1;
    border-radius: 50px;
}

/* STATISTICĂ */
#data {
    width: 100% !important;
    padding: 80px 6% 40px;
    background: var(--gray-bg);
}

.container-data {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
    margin-top: 35px;
}

.box-data {
    background: #ffffff;
    padding: 32px 20px;
    margin: 0 !important;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    transition: 0.3s;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.box-data:hover {
    transform: translateY(-8px);
}

.box-data i {
    font-size: 42px;
    margin-bottom: 14px;
}

.counter {
    font-size: 34px;
    font-weight: 800;
    color: #111111;
}

.box-data span {
    font-size: 16px;
    color: var(--muted);
}

/* DESPRE NOI */
#director {
    width: 88% !important;
    margin: 50px auto !important;
    padding: 50px;
    background: #ffffff !important;
    border-radius: 28px !important;
    box-shadow: var(--shadow);
}

.container-director {
    gap: 40px;
}

.box-director img {
    max-width: 390px;
    border-radius: 24px !important;
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.15);
}

.paragraf {
    margin: 0 !important;
    max-width: 720px;
    line-height: 1.8;
    font-size: 17px;
    color: #333333;
}

/* SERVICII */
#details {
    padding: 50px 0 0;
}

#details .container {
    max-width: 1200px;
}

#details .card {
    border: none;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: 0.3s;
    background: #ffffff;
}

#details .card:hover {
    transform: translateY(-8px);
}

#details .card a {
    background: #f8f8f8;
    padding: 18px;
}

#details .card-img-top {
    width: 100% !important;
    height: 230px !important;
    object-fit: contain !important;
    margin-top: 0 !important;
    border-radius: 18px !important;
}

.card-body {
    padding: 25px !important;
}

.card-title {
    font-size: 21px;
    font-weight: 800;
    color: #111111;
}

.card-body hr {
    margin: 14px 0 18px;
    border: none;
    height: 2px;
    background: #f0d6d6;
    opacity: 1;
}

.card-text {
    font-size: 16px;
    line-height: 1.65;
    color: #444444;
}

.card-footer {
    background: #fafafa !important;
    border-top: 1px solid #eeeeee !important;
    padding: 16px 20px !important;
}

.service-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.service-status {
    color: var(--green);
    background: #e9f7ef;
    padding: 6px 12px;
    border-radius: 30px;
    font-weight: 700;
    font-size: 14px;
}

.service-price {
    color: #111111;
    font-weight: 800;
    font-size: 15px;
}

.service-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.service-list li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 1.5;
    color: #444444;
}

.service-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #198754;
    font-weight: 800;
}

.card-title {
    margin-bottom: 10px;
}

.card-body hr {
    margin: 12px 0 18px;
}

/* CALCULATOR PREȚ */
#calculator-pret {
    margin-top: 70px !important;
}

.calculator-card {
    background: linear-gradient(180deg, #ffffff 0%, #fffaf0 100%);
    border: none;
    border-radius: 24px;
    padding: 38px;
    box-shadow: var(--shadow);
}

.calculator-card h3 {
    font-size: 30px;
}

.calculator-text {
    color: var(--muted);
    line-height: 1.6;
}

.form-label {
    font-weight: 700;
    color: #111111;
}

.form-select,
.form-control {
    border-radius: 14px !important;
    padding: 13px 16px !important;
    border: 1px solid #dddddd !important;
    box-shadow: none !important;
}

.form-select:focus,
.form-control:focus {
    border-color: var(--yellow) !important;
    box-shadow: 0 0 0 4px rgba(255, 213, 0, 0.18) !important;
}

.calculator-card .btn {
    background: #111111 !important;
    border: none !important;
    border-radius: 40px !important;
    padding: 14px;
    font-weight: 700;
    transition: 0.3s;
}

.calculator-card .btn:hover {
    background: var(--red) !important;
    transform: translateY(-2px);
}

.rezultat-pret {
    margin-top: 24px;
    padding: 18px;
    border-radius: 16px;
    background: #e9f7ef;
    color: var(--green);
    font-size: 24px;
    font-weight: 800;
}

/* PROGRAM DE LUCRU */
.program-card {
    background: #ffffff;
    border: none;
    border-radius: 24px;
    padding: 35px;
    box-shadow: var(--shadow);
}

.program-table {
    overflow: hidden;
    border-radius: 14px;
    margin-bottom: 0;
}

.program-table th {
    background: #111111 !important;
    color: #ffffff !important;
    padding: 16px !important;
    font-size: 17px;
}

.program-table td {
    padding: 15px !important;
    font-size: 16px;
    vertical-align: middle;
}

.program-table tbody tr:hover {
    background: #fff7d7;
}

.closed-day td {
    color: #dc3545 !important;
    font-weight: 700;
}

/* FOOTER */
footer {
    margin-top: 90px !important;
    background: linear-gradient(135deg, #111111 0%, #2b1517 55%, #4a1018 100%) !important;
}

footer h6 {
    color: var(--yellow);
    letter-spacing: 1px;
}

footer p,
footer span,
footer a {
    font-size: 15px;
    line-height: 1.7;
}

footer a {
    color: #ffffff !important;
    text-decoration: none !important;
    transition: 0.3s;
}

footer a:hover {
    color: var(--yellow) !important;
}

footer iframe {
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}

/* BUTON TELEFON */
.circle {
    width: 55px !important;
    height: 55px !important;
    right: 18px !important;
    bottom: 20px !important;
    background: #22c55e !important;
    box-shadow: 0 12px 25px rgba(34, 197, 94, 0.35);
    z-index: 99999 !important;
    transition: 0.3s;
}

.circle:hover {
    transform: scale(1.08);
}

.fixed-buttons {
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
    z-index: 9999;
}

/* CHATBOT */
#chatbot-container {
    right: 18px !important;
    bottom: 88px !important;
}

#chatbot-toggle {
    background: #0d6efd !important;
    color: #ffffff !important;
    border: none;
    padding: 12px 18px;
    border-radius: 50px;
    box-shadow: 0 10px 25px rgba(13, 110, 253, 0.30);
    font-weight: 700;
}

#chatbot {
    width: 320px !important;
    border-radius: 18px;
    border: 1px solid #eeeeee;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.20);
    padding: 15px;
}

#chatbox {
    background: #f7f7f7;
    border-radius: 12px;
    padding: 12px;
}

#question-buttons button {
    background: #111111 !important;
    border-radius: 12px !important;
    font-weight: 600;
    transition: 0.3s;
}

#question-buttons button:hover {
    background: var(--red) !important;
}

/* PRELOADER */
#preload-container {
    background: #ffffff;
}

#loading-circle img {
    width: 90px;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    #first {
        flex-direction: column;
        align-items: flex-start;
        padding: 80px 6%;
        height: 100%;
    }

    .hero-card {
        width: 100%;
    }

    .container-data {
        grid-template-columns: repeat(2, 1fr);
    }

    #director {
        width: 92% !important;
        padding: 35px 25px;
    }
}

@media (max-width: 768px) {
    header {
        justify-content: center !important;
        gap: 12px;
        padding: 12px;
    }

    header .box {
        width: 100%;
        justify-content: center;
    }

    .hero-content h1 {
        font-size: 44px;
    }

    .hero-text {
        font-size: 18px;
    }

    .hero-buttons {
        width: 100%;
    }

    .btn-main,
    .btn-second {
        width: 100%;
        text-align: center;
    }

    .container-data {
        grid-template-columns: 1fr;
    }

    .program-card,
    .calculator-card {
        padding: 25px 18px;
    }

    .service-footer {
        flex-direction: column;
        align-items: flex-start;
    }

    #chatbot {
        width: 285px !important;
    }
}
.text-logo {
    font-weight: 800;
    font-size: 24px;
    color: #111111 !important;
    text-decoration: none;
}
#first h1::first-letter{
    color: #ffd500;
}

.text-logo::first-letter {
    color: #ffd500;
}

/* pentru tel */

@media (max-width: 768px) {

    /* navbar */
    .navbar {
        padding: 8px 15px !important;
    }

    .navbar-brand {
        padding: 0 !important;
        margin: 0 !important;
    }

    .logo {
        width: 70px !important;
        height: 55px !important;
        object-fit: contain !important;
    }

    .navbar-toggler {
        padding: 6px 10px !important;
        border-radius: 8px !important;
    }

    /* prima secțiune */
    #first {
        min-height: auto !important;
        height: auto !important;
        padding: 70px 24px 55px !important;
        margin-top: 0 !important;

        flex-direction: column !important;
        align-items: flex-start !important;
        justify-content: center !important;
        gap: 30px !important;

        background:
        radial-gradient(circle at 80% 20%, rgba(255, 213, 0, 0.28), transparent 32%),
        radial-gradient(circle at 20% 80%, rgba(181, 31, 46, 0.45), transparent 40%),
        linear-gradient(135deg, #101010 0%, #2a1814 45%, #4a1018 100%) !important;
    }

    .hero-small {
        font-size: 13px !important;
        line-height: 1.6 !important;
        letter-spacing: 2px !important;
        margin-bottom: 18px !important;
    }

    .hero-content h1 {
        font-size: 40px !important;
        line-height: 1.1 !important;
        margin-bottom: 18px !important;
    }

    .hero-text {
        font-size: 16px !important;
        line-height: 1.55 !important;
        margin-bottom: 25px !important;
    }

    .hero-buttons {
        width: 100% !important;
        margin-top: 20px !important;
    }

    .btn-main,
    .btn-second {
        width: 100% !important;
        text-align: center !important;
        padding: 14px 20px !important;
        font-size: 16px !important;
    }

    
     .hero-card {
        display: block !important;
        width: 100% !important;
        padding: 30px !important;
        box-sizing: border-box !important;
    }

    
    #data {
        padding-top: 60px !important;
    }

    #data h3 {
        font-size: 25px !important;
        line-height: 1.3 !important;
    }
}

/* =========================
   BUTOANE CONTACT - DESIGN FRUMOS
   Pune acest bloc la SFÂRȘITUL fișierului CSS
========================= */
.fixed-buttons {
    position: fixed;
    right: 22px;
    bottom: 22px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    z-index: 999999;
}

.circle {
    width: 56px !important;
    height: 56px !important;
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: static !important;
    right: auto !important;
    bottom: auto !important;
    text-decoration: none;
    color: #ffffff !important;
    font-size: 23px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.22);
    transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

.circle i {
    position: static !important;
    color: #ffffff !important;
    font-size: 23px !important;
}

.circle:hover,
#chatbot-toggle:hover {
    transform: translateY(-4px) scale(1.04);
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.28);
    filter: brightness(1.05);
}

.phone-btn {
    background: linear-gradient(135deg, #22c55e, #15803d) !important;
}

.viber-btn {
    background: linear-gradient(135deg, #8b5cf6, #5b21b6) !important;
}

.telegram-btn {
    background: linear-gradient(135deg, #38bdf8, #0284c7) !important;
}

#chatbot-container {
    position: relative !important;
    right: auto !important;
    bottom: auto !important;
    z-index: auto !important;
}

#chatbot-toggle {
    width: 56px !important;
    height: 56px !important;
    padding: 0 !important;
    border-radius: 50% !important;
    border: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: linear-gradient(135deg, #111111, #b51f2e) !important;
    color: #ffffff !important;
    box-shadow: 0 14px 30px rgba(181, 31, 46, 0.28);
    font-size: 23px !important;
    transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

#chatbot-toggle i {
    color: #ffffff !important;
    font-size: 23px !important;
}

#chatbot {
    position: absolute;
    right: 72px;
    bottom: 0;
    width: 320px !important;
    max-width: calc(100vw - 110px);
    background: #ffffff;
    border-radius: 20px !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    box-shadow: 0 22px 55px rgba(0, 0, 0, 0.22) !important;
    padding: 16px !important;
}

#chatbox {
    background: #f7f7f7 !important;
    border-radius: 14px !important;
    padding: 14px !important;
}

#question-buttons button {
    background: #111111 !important;
    color: #ffffff !important;
    border-radius: 14px !important;
    padding: 11px !important;
    font-weight: 600;
    transition: 0.25s ease;
}

#question-buttons button:hover {
    background: #b51f2e !important;
}

@media (max-width: 768px) {
    .fixed-buttons {
        right: 14px;
        bottom: 14px;
        gap: 10px;
    }

    .circle,
    #chatbot-toggle {
        width: 50px !important;
        height: 50px !important;
        font-size: 20px !important;
    }

    .circle i,
    #chatbot-toggle i {
        font-size: 20px !important;
    }

    #chatbot {
        position: fixed;
        right: 14px;
        bottom: 76px;
        width: calc(100vw - 28px) !important;
        max-width: none;
    }
}
