:root {
    --red: #ab1332;
}
@font-face {
    font-family: 'Helvetica-Bold';
    src:url('../fonts/Helvetica-Font/Helvetica-Bold.ttf'); 
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Helvetica';
    src:url('../fonts/Helvetica-Font/Helvetica.ttf'); 
    font-weight: normal;
    font-style: normal;
}
body{
  font-family: 'Helvetica';   
}
.bold-font{
    font-family: 'Helvetica-Bold' !important;
}
.Medium-font{
   font-family: 'Helvetica'; 
}
.services-section {
    background: #ab1332;
    border: 1px solid #ccc;
    box-shadow: 0 4px 8px 0 rgba(255, 255, 255, 0.2), 0 6px 20px 0 rgba(255, 255, 255, 0.19);
    border-radius: 10px;
}
.services-section img {
    width: 100%;
    border-radius: 10px 10px 0px 0px;
}
.services-section-text {
    padding: 10px;
}
/* SECTION TITLES */
.section-title {
    background: #000;
    color: #fff;
    text-align: center;
    padding: 12px;
    font-size: 25px;
    font-weight: 600;
}

/* HERO */
.hero h1 {
    font-size: 42px;
    margin-top: 20px;
}

.hero p {
    font-size: 28px;
    font-weight: bold;
}

/* SERVICE CARDS */
.service-card {
    height: 170px;
    border: 2px solid var(--red);
    border-radius: 14px;
    background: linear-gradient(#fff 75%, var(--red) 25%);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 10px;
    color: #fff;
    font-weight: 600;
    text-align: center;
}

/* CONTACT */
/*.contact-form {
    max-width: 700px;
}*/
.form-control{border-radius: 30px;background: #eaeaea;}
/* FOOTER */
.footer {
    background:#ab1332;
    color: #fff;
   padding: 40px 0px 20px 0px;
}

.footer h5 {
    margin-bottom: 12px;
}
.footer-social-media{display: inline-block;
list-style: none;
margin: 0px;
padding: 0px;
float: left;
}
.footer-social-media li{margin: 5px;float: left;}
.footer-social-media li a{color: #fff;
background: #000000;
border-radius: 5px;
    padding: 10px 13px;
}
.footer-social-media li a i{color: #fff;}
.footer-last-row .left{float:left;}
.footer-last-row .right{float:right;text-align: right;color:#000;}
.payment-images{float: right !important;}
.payment-images img{width: 41px;}
.footer-last-row{margin-top: 17px;}
.payment-btn{background-color: #eaeaea;width: 100%;border-radius: 30px;font-size: 20px;margin-top: 14px;}
.modal-body ol{list-style: none;}
.modal-body ol li{margin-bottom: 10px;}
.email-msg{width:100%;float: left;}
.error{color:red;}
.success{color:green;}
.error{color:red;}
.text-danger{color:#ab1332 !important;}
.hero {
    min-height: 60vh; /* adjust height */
}

/* Video styling */
.hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
   width: 100%;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: 1;
}

/* Dark overlay */
.hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
}

/* Content above video */
.hero-content {
    z-index: 3;
    padding-top:40px;
}
.footer P{margin-bottom: 6px;}
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1291px;
    }
}
@media (max-width: 1024px){
   .services-section-text p{
    font-size: 13px;
}
}
@media (max-width: 991px){
    .services-section-text p {
    font-size: 17px;
}
}
@media (max-width: 768px){
   .services-section-text p {
    font-size: 17px;
}
.hero h1 {
    font-size: 37px;
}
.hero p {
    font-size: 25px;
}
}
@media (max-width: 480px) {
    .hero {
    min-height: 339px;
}
.hero h1 {
    font-size: 23px;
    margin-top: 20px;
}
.hero p {
    font-size: 18px;
}
.services-section-text p{font-size: 15px;}
.footer{text-align: center;}
.footer-last-row .right{text-align: center;}
.section-title {
    font-size: 20px;
}
section.container p{text-align: center !important;}
}
@media (max-width: 414px) {
       .services-section-text p {
        font-size: 13px;
    } 
        .hero h1 {
        font-size: 21px;
    }
}