:root {
    --primary: #2e3192;
}

p {
	font-size: 16px;
}

#footer p {
    font-size: 12.6px;
}

.text-last-center {
	text-align-last: center;
}

/* home page*/

.owl-item {
    position: relative;
}

@media (max-width: 767px) {
    #about\ us .d-flex {
        flex-direction: column;
    }

    #about\ us .text-center {
        text-align: center !important;
    }

    #about\ us .text-left {
        text-align: left !important;
    }

    #solutions {
        position: relative;
        bottom: 10px;
        margin-top: 250px;
    }
}

@media (min-width: 1920px) {
    #solutions {
        left: 11px;
        margin-top: -170px;
        transform: none;
    }
}

/* Remove list styling */
.solution-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

img {
    max-width: 100%;
}

/* Style for each solution box */
.solution-box {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
    padding: 15px;
    background-color: black;
    /* Initial overlay color */
    background-image: url(../img/altel-web-banner-categories-bg.jpg);
    background-position: center;
    background-size: cover;
    opacity: 70%;
    /* Initial transparency */
    width: 100%;
    /* Initial width */
    height: 180px;
    /* Initial height */
    position: relative;
    /* For positioning the read more text */
}

/* Hover effect */
.solution-box:hover {
    transform: scale(1.1);
    opacity: 1;
    padding: 15px;
    background-image: url(../img/altel-web-banner-categories-bg-2.jpg);
}

.solution-box h4 {
    text-align: left;
    letter-spacing: 0.5px;
    line-height: 1.2;
}

.solution-box img {
    width: 50px;
    /* Adjust image width */
    height: 50px;
    /* Maintain aspect ratio */
    margin-bottom: 15px;
    /* Margin below image */
    margin-top: 5px;
}

.read-more {
    display: none;
    position: absolute;
    bottom: 10px;
    left: 10px;
    /* Move the Read More box to the left */

    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
}

.solution-box:hover .read-more {
    display: block;
    background-color: transparent;
}

.solution-box a:hover {
    color: white;
}

#footer {
    background-color: #2E3192;
    border-top: 4px solid #2E3192;
    font-size: 0.9em;
    margin-top: 0px;
    padding: 0;
    position: relative;
    clear: both;
}

#footer .footer-copyright {
    /* background-image:linear-gradient(#2E3192,#0d0f52); */
    /* background-color: #2E3192; */
    background-color: #0d0f52;
}
    /* Solution page */
.accordion .card .card-body {
    align-items: self-start;
}

.industry-container {
    padding: 20px;
}

.card-body h4 {
    padding-top: 25px;
}

.card {
    border: 0;
    transition: all 0.3s;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: stretch;
}

.card-body li {
    text-align: left;
}

.card:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.card-1:hover>.card-body h4 {
    color: #fff !important;
}

.card-body {
    text-align: center;
    padding: 40px 20px;
    /* Adjust padding as needed */

}

.card-1:hover {
    background-color: #2E3192;
}

.card-body:hover p {
    color: white;
}

.morebtn {
    background-color: transparent;
    border: 1px solid #ffff;
    color: #ffff;
    padding: 8px 15px;
}

.card-header .card-title a {
    color: #2E3192;
}

@media(max-width:767px) {
    #accordionRight {
        margin-top: -49px;
    }
}

.benefit-card {
    min-height: 430px;
}

.btn-primary {
    background-color: #2e3192;
    border-color: #2e3192;
    color: #fff;
}

.btn-primary:hover {
    background-color: #2e3192;
    border-color: #2e3192;
    color: #fff;
}

.list.list-icons li>[class*="fa-"]:first-child, .list.list-icons li>.icons:first-child, .list.list-icons li a:first-child>[class*="fa-"]:first-child, .list.list-icons li a:first-child>.icons:first-child {
    color: #2e3192;
    border-color: #2e3192;
}

.acc-icon {
	width: 30px;
}

@media only screen and (max-width: 991px){
	.solution-box {
		background-image: url(../img/altel-web-banner-categories-bg-2.jpg);
		opacity: 100%;
	}
	
	.benefit-card {
		min-height: 300px;
	}
}