body {

    /* font-family: 'Barlow Semi Condensed', sans-serif; */
    font-family: 'Open Sans';
    font-size:1rem;
    color:#333;
}
html {scroll-behavior: smooth;}
.wrapper {
    background: url('../img/bg.jpg') no-repeat center 40px fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.wrapper-rutier {
    background: url('../img/bg-rutier.png') no-repeat center 40px fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.container {width:1400px;}
.wrapper2 {
    background: url('../img/bg.jpg') no-repeat center 40px fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.container {width:1400px;}
.navbar-light .navbar-nav .nav-link {font-family: 'Open Sans', sans-serif; font-size:16px; font-weight:500; color:#000; padding: 1rem 1.2rem;}
.navbar {padding: 0 1rem;}

.navbar-brand img{
    width: 150px;
    height: auto;
}

h1 {font-family: 'Open Sans', sans-serif; color:#333; font-size:2.5rem; font-weight:bold;}
h1.sec {font-family: 'Barlow Semi Condensed', sans-serif; color:#5d5d5d; font-size:65px; font-weight:bold;}
h1 span {color:#61953a; text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;}
h2 {font-family: 'Barlow Semi Condensed', sans-serif; color:#fff; font-size:55px; font-weight:bold;}
h2.sec {font-family: 'Barlow Semi Condensed', sans-serif; color:#232323; font-size:28px; font-weight:bold;}
h3 {font-family: 'Open Sans', sans-serif; color:#333; font-size:1.4rem; font-weight:normal;}
h4 {font-family: 'Roboto', sans-serif; font-size:26px; font-weight:normal;}
section { height:100vh;width:100%; display:flex; align-items:center; padding-bottom:40px;padding-top:60px;}
section#contact {padding-top:40px;padding-bottom:70px;}
.box  { width:45%; border-radius:20px; background:rgba(245,245,245,0.95); padding:30px; }
.card-custom { padding-bottom: 3rem !important;}
section#contact {margin-bottom:0!important; margin-top:80px; display:block;}
#despre { margin-top: 100px; }
.zero {font-size:80px; color:#fff; font-weight:bold;}
.card {border-color:#fff; background-color: rgba(255,255,255, 0.1);}
h5.card-header {color:#b1acb0; font-family: 'Roboto', sans-serif; font-size:30px; font-weight:normal; background-color:#fff; text-align:center;}
.separator {background-color:#fff; height:2px; width:80%; margin: 0 auto;}
label {color:#fff; font-family: 'Open Sans', sans-serif; font-size:16px;font-weight:normal; }
.text-black { color:#000000;}

.grey {color:#43484e;}
.text-sec {font-family: 'Roboto', sans-serif; font-size:17px; color:#232323;}
.tel {font-family: 'Roboto', sans-serif; font-size:70px; font-weight:bold; color:#43484e;}
.mail {font-family: 'Roboto', sans-serif; font-size:22px; font-weight:normal; color:#fff;}

footer {background-color:#f5f5f5;/*#2e3237;*/}
a.menu-link-btm {font-family: 'Open Sans', sans-serif; font-size:18px;  color:#333;}

.left {padding-left:10%; width:50%;}
.right {width:50%;}
section#convenabil .right {width:49%;}
.bg-sec {display:block;}
.bg-sec-mob {display:none;}
.vezi-oferta {width:100%; position:fixed; bottom:0; left:0; background-color: rgba(0, 0, 0, 0.3); text-align:center;}
.vezi-oferta a {color:#fff; font-size:40px;}
.js-cookie-consent.cookie-consent{
    width:100%; position:fixed!important; bottom:60px!important; left:0; background-color: rgba(0, 0, 0, 0.5); text-align:center; font-size: 20px;
}

.hero-section-hp{
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 60px;
    text-align: center;
    position: relative;
}

.custom-content-h2 h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 1.8rem;
    color: #000 !important;
    font-weight: bold; 
    /* margin-bottom: 40px; */
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
 }

.container-vd {
    max-width: 100%;
    margin: 0 auto;
    padding: 40px 20px 80px 20px;
    position: relative;
}

.video-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.video-wrapper {
    position: relative;
    width: 400px;
    height: 711px; /* Aspect ratio 9:16 */
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
    transition: transform 0.3s ease;
    background: #000;
}

.video-wrapper:hover {
    transform: translateY(-5px);
}

.video-wrapper iframe {
     width: 100%;
    height: 100%;
    border: none;
    border-radius: 20px;
}


#contact form {}
#contact .col-md-5 {position:fixed; right:0;}
/* input[type=text] { border-color:#fff; background-color: rgba(0,0,0, 0.3); color:#fff!important; font-family: 'Roboto', sans-serif; font-size:16px;}
input[type=email] { border-color:#fff; background-color: rgba(0,0,0, 0.3); color:#fff!important; font-family: 'Roboto', sans-serif; font-size:16px;}
input[type=text]:focus {background-color: rgba(0,0,0, 0.4);}
input[type=email]:focus {background-color: rgba(0,0,0, 0.4);}
.form-control::placeholder { color: gray;}
*/
:-ms-input-placeholder.form-control { color: gray; }
.form-control::-ms-input-placeholder { color: gray; }
input[type=submit] {font-family: 'Roboto', sans-serif; font-size:20px; border-radius:15px; padding: .5rem 1.5rem;}
button[type=submit] {font-family: 'Roboto', sans-serif; font-size:20px; border-radius:15px; padding: .5rem 1.5rem;}

input[type=radio]{ transform:scale(1.5);}

.cont { display: inline-block !important; position: relative; padding-left: 35px; margin-bottom: 12px; cursor: pointer; font-size: 22px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none;
    user-select: none;}

/* Hide the browser's default checkbox */
.cont input { position: absolute; opacity: 0; cursor: pointer; height: 0; width: 0;}

/* Create a custom checkbox */
.checkmark { position: absolute; top: 0; left: 0; height: 25px; width: 25px; background-color: rgba(255,255,255, 0.1); border:1px solid #fff;}

/* On mouse-over, add a grey background color */
.cont:hover input ~ .checkmark { background-color: rgba(255,255,255, 1);}

/* When the checkbox is checked, add a blue background */
.cont input:checked ~ .checkmark { background-color: rgba(255,255,255, 1);}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after { content: ""; position: absolute; display: none;}

/* Show the checkmark when checked */
.cont input:checked ~ .checkmark:after { display: block;}

/* Style the checkmark/indicator 
.cont .checkmark:after { left: 9px; top: 5px; width: 5px; height: 10px; border: solid black; border-width: 0 3px 3px 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg);  transform: rotate(45deg);}*/

.cont .checkmark:after { left: 5px; top: 5px; width: 5px; height: 10px; border: solid #61953A; border-width: 7px; border-radius:20px; /*-webkit-transform: rotate(45deg); -ms-transform: rotate(45deg);  transform: rotate(45deg);*/}

/* carusel */
.carousel-indicators {left: 0;top: auto; bottom: -40px;}

/* The colour of the indicators */
#blogCarousel .carousel-indicators li { background: #fff;  border-radius: 10px; width: 8px; height: 8px; opacity:0.8; border: 1px solid transparent; }
#testimonialCarousel .carousel-indicators li { background: #999;border-radius: 10px; width: 8px; height: 8px; opacity:0.8; border: 1px solid transparent; }
#testimonialCarousel .carousel-indicators .active {background: #333;}

#blogCarousel .carousel-indicators .active {background: #999;}
#arodecForm label {color:#42474d;}
#arodecForm h3 {color:#42474d;}
#arodecForm input { /*border-color: #000; */}

.btn-success {background-color: #61953A; border-color: #61953A; }
.btn-success:hover {background-color: #c8da2b; border-color: #c8da2b; color:#000;}
.btn-danger {background-color: #fa5b5b; border-color: #fa5b5b; }
.btn-danger:hover {background-color: #fa5b5b; border-color: #fa5b5b; }

.btn-outline-success:hover {background-color:#f1f1f1;}
.oldprice {display:flex; align-items: flex-start; justify-content: center;}
.newprice {display:flex; align-items: flex-start; justify-content: center;}
.bftag {position:relative; top:30px; left:13px; z-index:999;}
.w-md-75 {width:85%;}

@media (max-width: 992px) {
    .left {width:100%; padding:80px 10px 10px 10px;}
    .right {width:100%;}
    section#convenabil .right {width:100%;}
    section {display:block; text-align: center;}

    section {height:auto;}
    .right img {max-width:200px;}
    .container {width:95%;}
    h1 {font-size:50px; text-align:center;}
    h2 {font-size:35px; text-align:center;}
    h3 {font-size:30px; text-align:center;}
    h5.card-header {font-size:20px;}
    footer .col-md-4 {text-align:center;}
    .bg-sec {display:none;}
    .bg-sec-mob {display:block;}
    .vezi-oferta {width:100%; position:fixed; bottom:0; left:0; background-color: rgba(0, 0, 0, 0.5); text-align:center; z-index:100;}
    .vezi-oferta a {font-size:24px; color:#fff;}
    .tel {font-size:50px;}

}

@media (max-width: 768px) {
    .wrapper { background: none;}
    .wrapper::before {
        content: "";
        display: block;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -10;
        background: url('../img/bg.jpg') no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    h1.sec{ font-size: 50px;}
	#contact .col-md-5 {position:relative; }
    .right .pr-5 {padding-left:10px; padding-right:10px!important;}
   #blogCarousel {margin-right:0px!important;}
   /* #submitForm label {display:none;}
   #submitForm label.nohide {display:inline-block;} */
   #submitForm .px-5 {padding-left:.5rem!important; padding-right: .5rem!important;}
  .oldprice {display:flex; align-items: flex-start; justify-content: center;}
   #submitForm .btn-success {width:230px;}
   .bftag {position:absolute; top:40px; left:-20px;}
   .box  { width:90%; }
   .w-md-75 {width:95%; margin:20px auto; }

   .video-container {
        max-width: 900px;
    }

    .video-wrapper {
        width: 350px;
        height: 622px; /* aspect ratio 9:16 */
    }

    footer .col-custom {
        text-align: center !important;
    }

    footer .col-custom-2{
        padding-top: 1rem;
    }

    footer .custom-center {
        text-align: center !important;
        padding: 0 !important
        margin-left: 0 !important;
        margin-top: 0 !important;
    }
}

@media (min-width: 1200px) {
            .video-container {
                max-width: 1100px;
            }
}

@media (max-width: 480px) {
    .video-wrapper {
        width: 280px;
        height: 498px;
    }
}

/* css pentru sectiunea de parteneri */
.partners-section {
            /* padding: 80px 0; */
            padding-top: 80px;
            padding-bottom: 20px;
            background-color: #f5f5f5;
        }

        .section-title {
            /* font-size: 2.5rem; */
            /* font-weight: 700; */
            color: #467c24ff;
            margin-bottom: 3rem;
            background: linear-gradient(135deg, #c8da2b, #61953A);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .partners-container {
            position: relative;
            overflow: hidden;
            background: #f5f5f5;
            /* border-radius: 16px;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1); */
            padding: 40px 0;
        }

        /*  Opțiune 1: Spațiere uniformă cu width fix  */
        .uniform-spacing .partner-logo {
            width: 200px !important;
            flex: 0 0 200px;
        }

        /* Opțiune 2: Spațiere adaptivă cu min-width */
        .adaptive-spacing .partner-logo {
            min-width: 180px;
            max-width: 250px;
            flex: 0 0 auto;
        }

        /* Opțiune 3: Justify content pentru distribuție uniformă */
        .justified-spacing .partners-track {
            justify-content: space-around;
        }

        .partners-track {
            display: flex;
            animation: scroll 60s linear infinite;
            width: calc(280px * 16);
        }

        .partner-logo {
            flex: 0 0 280px;
            height: 120px;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 20px;
            transition: transform 0.3s ease;
        }

        .partner-logo:hover {
            transform: scale(1.05);
        }

        .partner-logo svg {
            filter: grayscale(100%) opacity(0.7);
            transition: all 0.3s ease;
        }

        .partner-logo:hover svg {
            filter: grayscale(0%) opacity(1);
        }

        /* Fade effects */
        .partners-container::before,
        .partners-container::after {
            content: '';
            position: absolute;
            top: 0;
            bottom: 0;
            width: 80px;
            z-index: 2;
            pointer-events: none;
        }

        .partners-container::before {
            left: 0;
            background: linear-gradient(to right, #f5f5f5, transparent);
        }

        .partners-container::after {
            right: 0;
            background: linear-gradient(to left, #f5f5f5, transparent);
        }

        @keyframes scroll {
            0% {
                transform: translateX(0);
            }
            100% {
                transform: translateX(calc(-280px * 8));
            }
        }

        @media (max-width: 768px) {
            .section-title {
                font-size: 2rem;
                margin-bottom: 2rem;
            }
            
            .partners-container {
                padding: 30px 0;
            }
            
            .partner-logo {
                flex: 0 0 240px;
                height: 100px;
            }
            
            .partners-track {
                width: calc(240px * 16);
            }
            
            @keyframes scroll {
                0% {
                    transform: translateX(0);
                }
                100% {
                    transform: translateX(calc(-240px * 8));
                }
            }
        }

        .divider {
            width: 30%;
            height: 2px;
            background: linear-gradient(135deg, #c8da2b, #61953A);
            border: 1pix solid transparent;
            border-radius: 3px;
        }
/* css pentru reviewuri google */
        .reviews-section {
            background-color: #f5f5f5;
        }

        .reviews-title {
            color: #467c24ff;
            font-family: 'Roboto', sans-serif !important;
            background: linear-gradient(135deg, #c8da2b, #61953A);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .review-card {
            border: 1px solid #e0e0e0;
            border-radius: 8px;
            transition: box-shadow 0.2s ease;
            background: white;
        }
        .review-card:hover {
            box-shadow: 0 4px 12px rgba(0,0,0,0.1);
        }
        .star-rating {
            color: #ffc107;
        }

        .btn-review {
            background-color: #61953A !important;
            border: none !important;
        }

        .btn-review:hover {
            background-color: #c8da2b !important;
            color: #000 !important;
        }
        .review-text {
            line-height: 1.6;
            color: #555;
        }
        .reviewer-name {
            font-weight: 600;
            color: #333;
        }
        .review-date {
            color: #888;
            font-size: 0.9em;
        }
        .google-logo {
            width: 20px;
            height: 20px;
        }