h1 {font-size:40px;}
h3 {font-size:20px;}
 .ht-hero-img {height: 508px;width: 380px;margin-right:200px}
/* Media content și iframe-uri */
.embed-responsive,
.embed-responsive-item,
.media-content {
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
}

/* Container pentru media */
.embed-responsive,
.media-content {
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    padding: 0 !important; /* eliminăm padding-ul */
    position: relative;
}

/* Filmulețele și videoclipurile */
.embed-responsive iframe,
.embed-responsive video {
    width: 100% !important;
    height: 300px !important; /* înălțimea dorită */
    max-height: none !important;
    display: block;
}

/* RESET complet pentru embed din Modal — elimină padding-ul care face spațiu mare */
.modal .embed-responsive {
    padding: 0 !important;
    height: auto !important;
}

/* Forțează iframe-ul să fie mare */
.modal .embed-responsive iframe {
    position: relative !important;
    width: 100% !important;
    height: 500px !important; /* modifică după preferință */
    top: 0 !important;
    left: 0 !important;
}

/* Elimină regulile Bootstrap care taie înălțimea */
.modal .embed-responsive::before {
    display: none !important;
    padding-top: 0 !important;
}
.ht-blog-thumb {
    width: 100%;
    height: 300px;          /* ajustează după necesități */
    overflow: hidden;
    border-radius: 8px;     /* opțional */
}

.ht-blog-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;      /* taie imaginea corect */
    object-position: center;
    display: block;
}
.ht-footer-area {background-color: #000;}
.ht-footer-widget-wrapper .footer-social li a i {
    color: #2d4e95 !important;
}

/* Textul și icon-ul „Județul Argeș, România” alb */
.ht-footer-widget-items ul li,
.ht-footer-widget-items ul li i,
.ht-footer-widget-wrapper li i,
.ht-footer-top-right li a i {
    color: #ffffff !important;
}
.
/* Toate iconurile și textul din footer alb */
.ht-footer-area i,
.ht-footer-area li,
.ht-footer-area a {
    color: #ffffff !important;
}

