/**
 * Theme Name:     YDTS
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    A lightweight and minimalist WordPress theme for Elementor page builder.
 */
body{
	max-width: none !important;
}
 .header-container {
    max-width: 1712px;
    margin: 0 auto;
    padding: 0 15px;
}

.footer-container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Header */
.header-ydts {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    z-index: 999;
    transition: all 0.3s ease;
}
.header-elementor-editor {
    position: relative !important;
}
.header-front {
    background-color: transparent;
}
.header-ydts.mega-menu-active,
.header-second {
    background-color: #FFFFFF;
}
.header-top {
    padding: 10px 0;
    background-color: #CE011F;
}
.header-inner,
.header-top-inner {
    max-width: calc(100% - 190px);
    margin: 0 auto;
}
.header-top-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-inner {
    display: flex;
    /*flex-wrap: wrap;*/
    align-items: center;
}
.header-social {
    display: flex;
    align-items: center;
    gap: 15px;
}
.header-social p {
    margin: 0;
    color: #FFFFFF;
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 400;
}
.header-social ul {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 20px;
}
.header-social ul li a {
    display: flex;
}
.header-top-link ul {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 25px;
}
.header-top-link ul li a {
    font-family: "Roboto", Sans-serif;
    font-weight: 400;
    color: #FFFFFF;
    font-size: 16px;
}
.header-inner {
    width: 100%;
    padding: 30px 0;
    justify-content: space-between;
    align-items: center;
}
.header-logo-wrap,
.header-right {
    width: 20%;
}
.header-logo-wrap a img {
    width: 210px;
    height: auto;
    object-fit: scale-down;
}
.header-dark {
    display: none;
}
.header-nav {
    width: 60%;
}
.header-nav ul.header-nav-menu {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-nav ul.header-nav-menu li > a {
    font-family: "Roboto", Sans-serif;
    font-weight: 400;
    font-size: 16px;
    padding: 0 20px;
    transition: all 0.3s ease;
}
.header-front .header-nav ul.header-nav-menu li > a {
    color: #FFFFFF;
}
.header-ydts.mega-menu-active .header-nav ul.header-nav-menu li > a,
.header-second .header-nav ul.header-nav-menu li > a {
    color: #000000;
}
.header-nav ul li.menu-item-has-children a {
    position: relative;
}
.header-nav ul li.menu-item-has-children > a::before {
    content: url("data:image/svg+xml,%3Csvg width='13' height='7' viewBox='0 0 13 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.8734 0.750496C12.8735 0.854967 12.8517 0.958301 12.8095 1.05387C12.7673 1.14945 12.7057 1.23515 12.6284 1.3055L7.37841 6.0785C7.23989 6.20344 7.05996 6.27259 6.87341 6.27259C6.68687 6.27259 6.50694 6.20344 6.36841 6.0785L1.11841 1.3055C0.971219 1.17156 0.883258 0.98464 0.873881 0.785852C0.864504 0.587063 0.93448 0.392691 1.06841 0.245496C1.20235 0.0983012 1.38927 0.0103396 1.58806 0.000962821C1.78685 -0.008414 1.98122 0.0615619 2.12841 0.195496L6.87341 4.5095L11.6184 0.195496C11.7259 0.0975954 11.8595 0.0330518 12.0031 0.00971994C12.1466 -0.013612 12.2938 0.00527387 12.4268 0.0640794C12.5597 0.122885 12.6727 0.219074 12.752 0.340942C12.8313 0.462809 12.8735 0.605099 12.8734 0.750496Z' fill='white'/%3E%3C/svg%3E%0A");
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(0deg);
    -webkit-transform: translateY(-50%) rotate(0deg);
    transition: all 0.3s ease;
}
.header-ydts.mega-menu-active .header-nav ul.header-nav-menu li.menu-item-has-children > a::before,
.header-second .header-nav ul li.menu-item-has-children > a::before {
    content: url("data:image/svg+xml,%3Csvg width='13' height='7' viewBox='0 0 13 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.8734 0.750496C12.8735 0.854967 12.8517 0.958301 12.8095 1.05387C12.7673 1.14945 12.7057 1.23515 12.6284 1.3055L7.37841 6.0785C7.23989 6.20344 7.05996 6.27259 6.87341 6.27259C6.68687 6.27259 6.50694 6.20344 6.36841 6.0785L1.11841 1.3055C0.971219 1.17156 0.883258 0.98464 0.873881 0.785852C0.864504 0.587063 0.93448 0.392691 1.06841 0.245496C1.20235 0.0983012 1.38927 0.0103396 1.58806 0.000962821C1.78685 -0.008414 1.98122 0.0615619 2.12841 0.195496L6.87341 4.5095L11.6184 0.195496C11.7259 0.0975954 11.8595 0.0330518 12.0031 0.00971994C12.1466 -0.013612 12.2938 0.00527387 12.4268 0.0640794C12.5597 0.122885 12.6727 0.219074 12.752 0.340942C12.8313 0.462809 12.8735 0.605099 12.8734 0.750496Z' fill='black'/%3E%3C/svg%3E%0A");
}
.header-nav ul li.menu-item-has-children.mega-menu-active > a::before {
    transform: translateY(-50%) rotate(180deg);
    -webkit-transform: translateY(-50%) rotate(180deg);
}
.header-nav ul.header-nav-menu li a:hover {
    color: #CE0220 !important;
}
.header-nav ul li.menu-item-has-children > a:hover::before {
    content: url("data:image/svg+xml,%3Csvg width='13' height='7' viewBox='0 0 13 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.8734 0.750496C12.8735 0.854967 12.8517 0.958301 12.8095 1.05387C12.7673 1.14945 12.7057 1.23515 12.6284 1.3055L7.37841 6.0785C7.23989 6.20344 7.05996 6.27259 6.87341 6.27259C6.68687 6.27259 6.50694 6.20344 6.36841 6.0785L1.11841 1.3055C0.971219 1.17156 0.883258 0.98464 0.873881 0.785852C0.864504 0.587063 0.93448 0.392691 1.06841 0.245496C1.20235 0.0983012 1.38927 0.0103396 1.58806 0.000962821C1.78685 -0.008414 1.98122 0.0615619 2.12841 0.195496L6.87341 4.5095L11.6184 0.195496C11.7259 0.0975954 11.8595 0.0330518 12.0031 0.00971994C12.1466 -0.013612 12.2938 0.00527387 12.4268 0.0640794C12.5597 0.122885 12.6727 0.219074 12.752 0.340942C12.8313 0.462809 12.8735 0.605099 12.8734 0.750496Z' fill='%23CE0220'/%3E%3C/svg%3E%0A");
}
.header-nav ul li > ul.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: auto;
    /* opacity: 0; */
    /* pointer-events: none; */
}
.header-right {
    text-align: right;
}
.header-right a {
    display: inline-block;
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    border-radius: 5px;
    background-color: #CE0220;
    color: #FFFFFF;
    padding: 12px 24px;
    transition: all 0.3s ease;
}
.header-right a:hover {
    background-color: #CE0220;
    color: #FFFFFF;
}
.mega-menu-wrap {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: auto;
    background-color: #ffffff;
    padding: 20px 0;
    z-index: 999;
    display: none;
}
.mega-container {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 70px;
}   
.mega-menu-wrap .sub-menu {
    list-style: none;
    padding: 0;
}
.mega-menu-img {
    position: relative;
    order: 10;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    padding: 34px;
    min-height: 350px;
}
.mega-menu-img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
}
.mega-menu-img h3 {
    color: #FFF;
    text-align: center;
    font-family: Roboto;
    font-size: 37px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    z-index: 1;
}
.mega-menu-img a.mega-menu-img-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 13px 17px;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    border: 2px solid;
    border-radius: 3px;
    cursor: pointer;
    background-color: #CE011F;
    border-color: #CE011F;
    color: #FFFFFF;
}
.mega-menu-img a.mega-menu-img-btn:hover {
    color: #FFFFFF;
}
.header-nav .mega-menu-img a:hover {
    color: #FFFFFF;
}
.mega-container .sub-menu {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
    margin: 40px auto;
}
.ydts-mega-menu-item h3 {
    font-family: Roboto;
    font-size: 18px;
    line-height: 26px;
    color: #000;
    margin-top: 0;
    margin-bottom: 4px;
}
.ydts-mega-menu-item h3 > a {
    color: inherit;
    transition: all 0.3s ease;
}
.ydts-mega-menu-item p {
    color: #949494;
    font-family: Roboto, serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin: 0;
}
.ydts-mega-menu-parent {
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.ydts-mega-menu-parent a {
    display: flex;
    align-items: center;
    font-family: Roboto, serif;
    gap: 10px;
    font-size: 42.5px;
    line-height: 50px;
    color: #262626;
    font-weight: 300;
}
.header-nav .ydts-mega-menu-parent a:hover {
    color: #262626;
}
.ydts-mega-menu-parent a svg {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    transition: all 0.3s ease;
}
.ydts-mega-menu-parent a:hover svg {
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
}
.header-mobile-act {
    display: none;
}
.mobile-mega-menu {
    display: none;
}

/* Footer */
.ydts-footer {
    background-color: #F4F4F4;
}
.ydts-footer .footer-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 56px 0 39px;
}   
.ydts-footer .footer-logo {
    width: 259px;
    padding-bottom: 43px;
}
.ydts-footer .footer-menu {
    padding-bottom: 27px;
}
.ydts-footer .footer-menu ul {
    display: flex;
    gap: 20px;
    list-style-type: none;
    padding: 0;
}
.ydts-footer .footer-menu ul li a,
.ydts-footer .footer-info ul li a {
    color: #121214;
    font-family: "Roboto", Sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    transition: all .4s;
}
.ydts-footer .footer-menu ul li a:hover,
.ydts-footer .footer-info ul li a:hover {
    color: #CE011F;
    transition: all .4s;
}
.ydts-footer .footer-social-media ul li a svg path {
    transition: all .4s;
}
.ydts-footer .footer-social-media ul li a:hover svg path {
    fill: #CE011F;
    transition: all .4s;
}
.ydts-footer .footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 27px 0 29px;
    border-top: 1px solid #E3E3E3;
}
.ydts-footer .footer-info ul {
    display: flex;
    gap: 20px;
    list-style-type: none;
    padding: 0;
}
.ydts-footer .footer-social-media ul {
    display: flex;
    gap: 16px;
    list-style-type: none;
    padding: 0;
    align-items: center;
}
.ydts-footer .footer-copyright {
    color: #121214;
    font-family: "Roboto", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;

}
/* end Footer */


