﻿

.flex-column-reverse {
    box-shadow: 0px 4px 12px rgb(255 98 41 / 40%);
}

.roundedImage {
    border-radius: 30%;
}

.float-media-box__left img {
    width: 100%;
    /*height: 70%;*/
    object-fit: cover;
}

    @media (min-width: 1200px) {
        .breadcrumbs-custom-path {
            padding-bottom: 50px;
        }
    }

    h1, h2, h3, h4, h5, h6, [class^='heading-'] {
    margin-bottom: 5px;
}

.breadcrumbs-custom-path {
    padding-bottom: 0;
}

.section-lg {
    padding: 0;
}
.service-box-homepage {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*box-shadow: 2px 8px 10px 0px rgba(92, 104, 152, 0.1);*/
    transition: all ease .25s;
    /*padding: 50px 45px;*/
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
    height: 400px;
    /*border-radius: 20%;*/
    border-radius: 5px 34px;
    box-shadow: inset 0px 1px 0px #db241c, 0px 5px 0px 0px #6c757d52, 0px 10px 5px #ff810152;
}
.service-box__icon_homepage {
    position: absolute;
    /*background-color: #FFF5F1;*/
    border-radius: 50%;
    top: 44px;
}

.service-box__icon_homepage img {
    right: -6px;
    bottom: -6px;
    /*color: #F89F40;*/
    transition: all ease .25s;
}

.Subsidiaries-btn {
    /*position: absolute;*/
    bottom: 10px;
    /*left: 40px;*/
}

.team-box img {
    max-height: 420px;
    max-width: 300px;
}

.service-box-homepage.bg-primary {
    background: linear-gradient(90deg, #FE5403, #FF8500);
}

.service-box-homepage.bg-primary h4 {
    color: #ffffff;
}
.service-box-homepage.bg-primary p {
    color: #ffffff;
}
    .service-box-homepage.bg-primary .Subsidiaries-btn {
        color: #343C5C;
        
    }
        .service-box-homepage.bg-primary .Subsidiaries-btn:hover {
            color: #dc3a00;
        }

.service-box-homepage.bg-gray-dark {
    background: #343C5C;
   
}
    .service-box-homepage.bg-gray-dark h4 {
        color: #ffffff;
    }
    .service-box-homepage.bg-gray-dark p {
        color: #ffffff;
    }
    
    .service-box-homepage.bg-gray-light {
    background: #F0F2FA;
    
    }
    .service-box-homepage.bg-gray-light h4 {
        color: #343C5C;
    } 
    
    .service-box-homepage.bg-gray-light p {
        color: #343C5C;
    }

    /*Sticky Social Media*/
/*.icon-bar {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .icon-bar a {
        display: block;
        text-align: center;
        padding: 16px;
        transition: all 0.3s ease;
        color: white;
        font-size: 20px;
    }

        .icon-bar a:hover {
            background-color: #000;
        }

@media (max-width: 400px) {
    .icon-bar{
        top:25%;
    }
}
@media (max-width: 990px) {
    .icon-bar {
        top: 25%;
    }
}
*/
.social-footer {
    /*background-color: #f5f5f5;*/
    padding: 20px 0;
    text-align: center;
}

.social-footer-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.social-footer a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 18px;
    color: white;
    border-radius: 50%;
    transition: transform 0.2s ease;
}
@media (max-width: 480px) {
    .social-footer-container {
        gap: 12px;
    }

    .social-footer a {
        width: 36px;
        height: 36px;
        font-size: 16px;
    }
}


    .social-footer a:hover {
        transform: scale(1.1);
    }

/* Brand Colors */
.facebook {
    background: #3B5998;
}

.twitter {
    background: #55ACEE;
}

.google {
    background: #dd4b39;
}

.linkedin {
    background: #007bb5;
}

.youtube {
    background: #bb0000;
}

.whatsapp {
    background: #25D366;
}



    .content {
        margin-left: 75px;
        font-size: 30px;
    }

    .Subsidiaries-homepage {
    }

        .Subsidiaries-homepage:before {
            content: "";
            background-color: #ff72021f;
            position: absolute;
            height: 100%;
            width: 200vw;
            left: -100vw;
            z-index: -1;
        }

    .service-box_text {
        top: 180px;
        left: 6px;
        box-shadow: 0px 5px 20px 2px rgb(255 255 255);
        border-radius: inherit;
        text-align: center;
        z-index: 9;
        margin: 37px 17px;
        height: 160px;
    }

    .service-box__homeicon {
        border-radius: inherit;
    }

        .service-box__homeicon img {
            right: -6px;
            bottom: -6px;
            color: #F89F40;
            transition: all ease .25s;
            border-radius: inherit;
            height: 200px;
            width: 100%;
            box-shadow: inset 0px 1px 0px #db241c, 0px 5px 0px 0px #6c757d52, 0px 10px 5px #ff810152;
        }

    .service-thumbnail .service-box__homeicon .icon, .service-thumbnail .service-box__homeicon img {
        transition: all ease .25s;
    }

    .service-box:hover .service-box__homeicon .icon, .service-box:hover .service-box__homeicon img {
        right: 0;
        bottom: 0;
        transition: all ease .25s;
    }

    .service-box__homeicon + * {
        margin-top: 20px;
    }

    @media (min-width: 400px) {
        .service-thumbnail__info .service-box__homeicon {
            position: absolute;
            left: 0;
            top: 0;
        }
    }

    .feature-icon-box {
    }

        .feature-icon-box li {
            font-size: 30px;
            margin-right: 20px;
            color: #F89F40;
            line-height: 40px;
        }

        .feature-icon-box span {
            color: #7B8095;
            font-size: 20px;
            font-weight: 700;
            line-height: 45px;
            margin-bottom: 20px;
            margin-left: 20px;
        }

/* Ribbon Wrapper */
.ribbon-wrapper {
    position: relative;
    width: 100%;
    max-width: 900px;
    margin: 0 auto 10px;
}

/* Ribbon Front */
.ribbon-front {
    background-color: #ED3237;
    height: 60px;
    position: relative;
    z-index: 2;
    color: #f8f8f8;
    text-align: center;
    line-height: 60px; /* vertical center */
    box-shadow: 0 0 8px rgba(237, 50, 55, 0.6); /* glow in red tone */
    border-radius: 4px;
    overflow: hidden;
    user-select: none;
}

/* Ribbon edges */
.ribbon-edge-topleft,
.ribbon-edge-topright,
.ribbon-edge-bottomleft,
.ribbon-edge-bottomright {
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    z-index: 1;
}

.ribbon-edge-topleft {
    top: 0;
    left: 0;
    border-width: 30px 15px 0 0;
    border-color: #F89F40  transparent transparent transparent;
}

.ribbon-edge-bottomleft {
    bottom: 0;
    left: 0;
    border-width: 0 15px 30px 0;
    border-color: transparent #F89F40  transparent transparent;
}

.ribbon-edge-topright {
    top: 0;
    right: 0;
    border-width: 30px 0 0 15px;
    border-color: #F89F40  transparent transparent transparent;
}

.ribbon-edge-bottomright {
    bottom: 0;
    right: 0;
    border-width: 0 0 30px 15px;
    border-color: transparent transparent #F89F40  transparent;
}

/* Glow effect */
.glow {
    position: absolute;
    top: 0;
    left: -40px;
    width: 40px;
    height: 100%;
    background: linear-gradient(to right, transparent 0%, rgba(255,255,255,0.6) 50%, transparent 100%);
    animation: flow 4s linear infinite;
    transform: skew(20deg);
    pointer-events: none;
    z-index: 10;
}

@keyframes flow {
    0% {
        left: -40px;
        opacity: 0;
    }

    50% {
        left: 100%;
        opacity: 0.4;
    }

    100% {
        left: 100%;
        opacity: 0;
    }
}

/* Responsive adjustments */
@media (max-width: 600px) {
    .ribbon-front {
        font-size: 18px;
        height: 50px;
        line-height: 50px;
    }

    .ribbon-edge-topleft,
    .ribbon-edge-topright {
        border-width: 25px 10px 0 0;
    }

    .ribbon-edge-bottomleft,
    .ribbon-edge-bottomright {
        border-width: 0 10px 25px 0;
    }
}
    /* Dropdown Button */
    .dropbtn {
    }
    /* The container <div> - needed to position the dropdown content */
    .dropdown {
        position: relative;
        display: inline-block;
    }
    /* Dropdown Content (Hidden by Default) */
    .dropdown-content {
        display: none;
        position: absolute;
        min-width: 160px;
        background-color: #F89F40;
        box-shadow: 0px 4px 12px rgb(255 98 41 / 40%);
        z-index: 1;
        border-radius: 5%;
    }
        /* Links inside the dropdown */
        .dropdown-content a {
            color: white;
            padding: 12px 16px;
            text-decoration: none;
            display: block;
            font-weight: 600;
        }
            /* Change color of dropdown links on hover */
            .dropdown-content a:hover {
                background-color: #ED3237;
            }
    /* Show the dropdown menu on hover */
    .dropdown:hover .dropdown-content {
        display: block;
    }
    /* Change the background color of the dropdown button when the dropdown content is shown */
    .dropdown:hover .dropbtn {
        background-color: #3e8e41;
    }


