.container {
    max-width: 100%;
}

.lh-md {
    line-height: 28px;
}

.text-red-custom {
    color: #DF2D1D !important;
}

.text-red-custom-2 {
    color: #DD2B1B;
}

.text-black-custom {
    color: #333333;
}

.text-grey-custom {
    color: #555555;
}

.text-grey-custom-2 {
    color: #777777a2;
}

.text-grey-custom-3 {
    color: #33333394;
}

.text-blue-custom {
    color: #00296b;
}

.text-blue-custom-2 {
    color: #10026B;
}

.h-5 {
    height: 5rem;
}

.bg-blue-custom {
    background-color: #00296b;
}

/* .bg-blue-custom-2{
    background-color: #003489;
} */
.bg-white-custom {
    background-color: #F5F5FF;
}

.bg-grey-custom {
    background-color: #333333;

}

.w-max {
    width: max-content;
}

.w-fit {
    width: fit-content;
}

.btn-1 {
    background-color: unset;
    color: white;
    border: 1px solid white;
    transition: .3s ease-in-out;
}

.btn-1:hover {
    background-color: white;
    color: #00296b;
    border: 1px solid #00296b;
    transition: .3s ease-in-out;
}

.btn-2 {
    background-color: #00296b;
    color: white;
    border: 1px solid #00296b;
    transition: .3s ease-in-out;
}

.btn-2:hover {
    background-color: white;
    color: #00296b;
    border: 1px solid #00296b;
}

.btn-3 {
    background-color: #F5F5FF;
    color: #00296b;
    border: 1px solid #00296b;
    transition: .3s ease-in-out;
}

.btn-3:hover {
    background-color: #00296b;
    color: white;
    border: 1px solid #00296b;

}

.z-99 {
    z-index: 99;
}

.lh-md-2 {
    line-height: 48px;
}

.overlay-blue::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #14143fbf;
    z-index: 0;
}

.navbar .navbar-toggler {
    border: none;
}

.navbar .navbar-toggler:focus-visible {
    outline: none;
}

.navbar .navbar-toggler-icon:focus-visible {
    outline: none !important;
}

#offcanvasNavbar .btn-close:focus-visible {
    outline: none;
}

#offcanvasNavbar .btn-close:focus {
    box-shadow: none;
}

.navbar .navbar-toggler:focus {
    box-shadow: none;
}

.rounded-32 {
    border-radius: 32px;
}

.px-3-custom {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}


.navbar-toggler-icon {
    background-image: url("../images/toggler.svg");
}

.page-link {
    background-color: rgb(248 249 250);
    color: black;
}

.page-link.active:focus {
    box-shadow: none;
}

.page-link:focus {
    box-shadow: none;
    background: unset;
}

.page-link.active {
    background-color: #10026B;
    border-radius: 50%;
    color: white;
    z-index: 0;
}

.video-container {
    border-radius: 16px;
    background-size: cover;
    background-position: center;
    min-height: 250px;
}



.video-container i {
    background-color: #10026B;
    font-size: 40px;
    display: flex;
    width: 4rem;
    height: 4rem;
    justify-content: center;
    align-items: center;
    color: white;
    border-radius: 50%;
}

.video-container .btn:active {
    border: none;
}



#videoModal .modal-content {
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    background: #000;
}

.menu ul .nav-link {
    filter: brightness(0);
    transition: filter 0.2s ease;
}

.menu ul .nav-link.active {
    filter: none;
}

.menu-desktop .custom-menu {
    display: block !important;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all .35s ease-in-out;
    position: absolute;
    right: 0;
    top: 124%;
    background: #fff;
    border-radius: 8px;
    padding: 5px 0;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
    z-index: 10;
    white-space: nowrap;
}


.menu-desktop .custom-hover:hover .custom-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.curved-line {
    height: 0;
    position: relative;
    margin: 40px 0;
}

.curved-line::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;

    height: 3px;
    border-radius: 100px;


    background: radial-gradient(ellipse at center,
            rgba(0, 0, 0, 0.45) 0%,
            rgba(80, 80, 80, 0.25) 35%,
            rgba(80, 80, 80, 0.12) 55%,
            rgba(255, 255, 255, 0) 100%);


    mask-image: linear-gradient(to right, transparent 0%, black 20%, black 80%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 20%, black 80%, transparent 100%);


    transform: translateY(-50%) scaleY(1.2);
    transform-origin: center;
}





#accordionMenu ul li::marker {
    color: #DE2D1D;
}


.list-header {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /* border-radius: 1rem; */
    min-height: 130px;
}

.list-header-contact {
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 1rem;
    min-height: 130px;
}




.border-y-red {
    border-top: 3px solid #DE2D1D;
    border-bottom: 3px solid #DE2D1D;
}

.divider-after::after {
    content: "";
    position: absolute;
    right: 90%;
    top: 10%;
    bottom: 0;
    width: 0.5px;
    background-color: rgba(255, 255, 255, 0.566);
    height: 25px;
}

.supplier-includer {
    height: 6rem;
}



.list-header .breadcrumb-item+.breadcrumb-item::before {
    color: white;
}

.custom-menu .dropdown-item {
    color: grey;
    transition: color 1s ease-in-out;
}

.menu-desktop .custom-menu .dropdown-item:hover {
    color: #DE2D1D;
    transition: color .3s ease-in-out;
}

.menu-desktop .dropdown-item:focus,
.dropdown-item:hover {
    background-color: unset;
}

.overlay-grey-2-lg::after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    height: 100%;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    /* border-radius: 1rem; */
}

.map-iframe iframe {
    height: 380px;
    border: 5px solid #00296b !important;
    border-radius: 0.5rem;
}

.rounded-custom-header {
    border-radius: 1rem;
}
.news-header,.reports-header{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 130px !important;
}


@media (min-width:992px) {
    .container {
        max-width: 81%;
    }

    .list-header-contact {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        border-radius: 1rem;
        min-height: 130px;
    }
    .container-lg-none {
    max-width: 100%;
}

    .mySwiper-customer .swiper-slide .hover-red .brand-img, .brand-img {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 65px;
    }
 
   

    .mySwiper-customer .hover-img {
        width: 36px;
        height: 36px;
    }
    .supplier-includer {
        height: 9rem;
    }

    .rounded-custom-header {
        border-radius: 3rem;
    }

    .px-lg-6 {
        padding-right: 6rem;
        padding-left: 6rem;
    }

    .ps-lg-6 {
        padding-right: 6rem;
    }

    .customer-bg {
        height: 17rem;
    }


    .list-header {
        background-image: url("../images/header-list-desk.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;

    } 
    .news-header , .reports-header {
        background-image: url("../images/header-list-desk.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        min-height: 210px !important;
}

    }

    .divider-after::after {
        right: 100%;
    }




@media (min-width:1200px) {
    .brand-img {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 75px;
  
    }
    .supplier-includer {
        height: 10rem;
    }
    .brand-img-inner
{
    max-height: 100%;
    object-fit: contain;
    max-width: 100%;
}
}
   


.position-sticky-custom {
    position: sticky;

    top: 6rem;
}


.mySwiper-reports .swiper-slide img,
.mySwiper-reports-images .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.calling-info {
    /* background-image: url("../images/footer.jpg"); */
    /* background-repeat: no-repeat; */
    /* min-height: max-content; */
    background-color: #ececec;
}

.questions .accordion-button:not(.collapsed) {
    background-color: white;
}

#accordionReportsFAQ .accordion-button:focus {
    box-shadow: none;
}

#accordionReportsFAQ .accordion-button:not(.collapsed) {
    color: #DE2D1D;
}

#accordionRules .accordion-button:focus {
    box-shadow: none;
}

#accordionRules .accordion-button {
    background-color: white;
}

#accordionRules .accordion-button:not(.collapsed) {
    color: #DE2D1D;
}

.idea-input:focus-visible {
    outline: none;
    box-shadow: 0.5px 0.5px 2px #ababab;
}

.modal-report-details .btn-close:focus {
    box-shadow: 0.5px 0.5px 2px #ababab;
}

.position-unset {
    position: unset;
}

.modal-report-details .carousel-indicators [data-bs-target] {
    text-indent: unset;
}

.modal-detail {
    background-color: rgba(0, 0, 0, 0.65);
}


.carousel-indicators button img {
    opacity: 0.5;
    transition: 0.3s;
}

.carousel-indicators button.active img {
    opacity: 1;
}


#accordionMenu.accordion-button:focus {
    outline: none;
    box-shadow: none;
}

.navbar .accordion-button {
    box-shadow: none;
}

.navbar .accordion-button:not(.collapsed) {
    box-shadow: none;
}

.accordion-item:focus {
    border: none;
    outline: none;
}

#accordionMenu .accordion-item {
    border: none !important;
    outline: none;
}

.navbar .accordion-button:not(.collapsed) {
    background-color: white;
}

.accordion-button {
    outline: none;
    box-shadow: none;
}

.contact-info li::marker {
    color: #DE2D1D;
}

.span-contact-phone {
    display: inline-block;
    direction: ltr;
}


.border-bottom-blue>*:not(:last-child) {
    border-bottom: 1px solid #00296b;
}

.menu-desktop .custom-menu {
    border-radius: 20px;
    border-top-right-radius: 0px !important;
    border: 0;
    background-color: #F5F5FF;
}

.dropdown-item .bi.bi-dot {
    color: #DD2B1B !important;
    font-size: 22px;
}




.title-line::after {
    content: "";
    position: absolute;
    bottom: -7px;
    right: 0;
    width: 90%;

    height: 1px;

    border-radius: 100px;

    background: linear-gradient(to right,
            rgba(255, 0, 0, 0) 0%,

            rgba(255, 0, 0, 0.3) 35%,

            rgba(222, 45, 29, 1) 60%,

            rgba(222, 45, 29, 1) 100%);


    mask-image: linear-gradient(to right,
            transparent 0%,
            black 12%,
            black 88%,
            transparent 100%);
    -webkit-mask-image: linear-gradient(to right,
            transparent 0%,
            black 12%,
            black 88%,
            transparent 100%);


    transform: translateY(-50%) scaleY(1.7);
    transform-origin: center;
}

.border-color-hover {
    border: 1px solid grey;
}

.border-color-hover:hover {
    transition: border .3s ease-in-out;
    border: 1px solid #00296b;
}


.legend-item {
    position: relative;
    padding-right: 22px;
    font-size: 12px;
    display: flex;
    align-items: start;
    width: 30%;
    text-align: right;
}

.legend-item::before {
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 3px;
    background-color: var(--legend-color);
    position: absolute;
    right: 0;
}

.outline-none {
    outline: none;
}

.img-container .bi-cloud-download {
    font-size: 22px;
}

.h-30 {
    height: 60px !important;
}

.navbar {
    transition: box-shadow .25s ease;
}

.navbar-shadow {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}




/* ----------------orbit-circles--------- */



.circles-wrapper-2 {
    position: relative;
    /* width: 400px; */
    height: 400px;
    margin: auto;
}

.circle {
    position: absolute;
    border: 1px solid #DE2D1D;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.border-white-50 {
    border: 1px solid rgba(200, 200, 200, 0.382);
}

.hover-changes .hover-filter-change {
    background: #003489;
    transition: .3s ease-in-out;
}

.hover-changes:hover .hover-filter-change {
    background: linear-gradient(to bottom, #003489, #00348900);
}



@keyframes spin {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes spin-reverse {
    from {
        transform: translate(-50%, -50%) rotate(360deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(0deg);
    }
}

.circle ul {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    width: 100%;
    height: 100%;
}

.circle ul li {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #DE2D1D;
    border-radius: 50%;
}

.circle ul :nth-child(even) {
    background-color: #00296b;
}

.circle ul li:nth-child(1) {
    top: -6px;
    left: 50%;
    transform: translateX(-50%);
}

.circle ul li:nth-child(2) {
    right: -6px;
    top: 50%;
    transform: translateY(-50%);
}

.circle ul li:nth-child(3) {
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
}

.circle ul li:nth-child(4) {
    left: -6px;
    top: 50%;
    transform: translateY(-50%);
}

.nav-link-pin path {
    fill: #E74C3C;
    /* default */
    transition: fill 0.2s ease;
}

.nav-link-pin path.pin-hover {
    fill: #ffffff;
}

.nav-link-pin path.pin-active {
    fill: #011A44 !important;
}





.margin-40 {
    margin-left: 52px;
    margin-right: 52px;
}


@media (min-width:576px) and (max-width:768px) {

    .circle-map {
        left: 17%;
        bottom: -13%;

    }


    .layer1 {
        width: 200px;
        height: 200px;
        animation: spin 40s linear infinite;
    }

    .layer2 {
        width: 230px;
        height: 230px;
        animation: spin-reverse 54s linear infinite;
    }

    .layer3 {
        width: 260px;
        height: 260px;
        animation: spin 60s linear infinite;
    }

    .layer4 {
        width: 290px;
        height: 290px;
        animation: spin-reverse 46s linear infinite;
    }

    .layer5 {
        width: 170px;
        height: 170px;
        animation: spin 70s linear infinite;
    }

    .layer6 {
        width: 140px;
        height: 140px;
        animation: spin 60s linear infinite;
    }

}

.border-bottom-custom-blue {
    border-bottom: 4px solid #FF0000;
}


.top-25 {
    top: 25%;
}

/* .image-box {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    
}


.image-box img {
    object-fit: cover;
    display: block;
    transition: opacity 0.5s ease;
}


.image-box::before {
    content: "";
    position: absolute;
    inset: 0;
    top: 50%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
    z-index: 1;
    transition: opacity 0.4s ease;
}


.image-box .content {
    position: absolute;
    bottom: 0;
    padding: 15px;
    z-index: 2;
    transition: all 0.4s ease;
}


.image-box .hover-content  {
    position: absolute;
    inset: 0;
    background: #fff;
    transform: translateY(100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 9px;
    transition: transform 0.5s ease;
    z-index: 3;
}

.image-box:hover img {
    opacity: 0;
}

.image-box:hover::before {
    opacity: 0;
}

.image-box:hover .content {
    color: #011A44;
    bottom: 50%;
    transform: translateY(50%);
    z-index: 2;
}

.image-box:hover .hover-content  {
    transform: translateY(0);
} */

.limited-1{
 
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.image-box {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: filter 0.5s ease;
}

.image-box::before {
    content: "";
    position: absolute;
    inset: 0;
    top: 70%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
    z-index: 1;
    transition: opacity 0.4s ease;
}


.image-box .content {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 15px;
    z-index: 2;
    transition: opacity 0.3s ease;
}


.image-box .hover-content {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(2px);
    transform: translateY(100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 10px;
    transition: transform 0.3s ease;
    z-index: 3;
}


.image-box:hover img {
    filter: blur(6px) brightness(0.7);
}

.image-box:hover::before {
    opacity: 0;
}

.image-box:hover .content {
    opacity: 0;
}

.image-box:hover .hover-content {
    transform: translateY(0);
}

.map-iframe iframe {
    width: 100% !important;
    margin-top: 12px;
}

.text-justify {
    text-align: justify;
}

.mySwiper-customer .swiper-slide .hover-img {
    width: 36px;
    height: 36px;
}

.collabration-form input:focus {
    border: 2px solid #10026B;
    box-shadow: none;
}
.collabration-form #moreInfo:focus {
    border: 2px solid #10026B;
    box-shadow: none;
}

.collabration-form input:focus-visible {
    outline: none;
}

.collabration-form textarea {
    border: 1px solid #dee2e6;
}

.collabration-form textarea:focus-visible {
    outline: none;
}
#moreInfo:focus-visible{
    outline: none;
}
.border-dashed{
    border: 1px dashed #aaaaaa;
}
#galleryModal .modal-content{
    height: 100vh;
}
#galleryModal .modal-body{
    height: 90vh;
}
#galleryModal .carousel-item img{
    height: 75vh;
}
