﻿

.theme-bg-optu {
    background-color: #630404;
}

.feature-list {
    padding-left: 50px;
    margin-top: -10px;
}

    .feature-list li {
        color: #888888;
    }

.team-image {
    filter: grayscale(100%);
}


/* padding-bottom and top for image */
.mfp-no-margins img.mfp-img {
    padding: 0;
}
/* position of shadow behind the image */
.mfp-no-margins .mfp-figure:after {
    top: 0;
    bottom: 0;
}
/* padding for main container */
.mfp-no-margins .mfp-container {
    padding: 0;
}

.text-white {
    color: white;
}

.client-img {
    max-width: 100%;
    height: 150px;
    object-fit: contain;
    display: block;
    margin: auto;
    position: relative;
    bottom: 0;
}

.solution-img {
    max-width: 100%;
    height: 100%;
    object-fit: contain;
}

.jumbotron {
    background: url('/assets/images/optu/pharmacybanner2.png') no-repeat center center;
    background-size: cover;
    position: relative;
    padding: 0;
    overflow: hidden;
    height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.jumbotron .container {
    position: relative;
    z-index: 2;
}

.jumbotron h1,
.jumbotron p,
.jumbotron a {
    position: relative;
    z-index: 2;
    color: #fff;
}

.jumbotron h1 {
    margin-bottom: 20px;
}

.box {
    padding: 20px;
    margin-bottom: 20px;
    height: 100%;
    width: 100%;
}

    .box h1 {
        font-size: 2rem;
        margin-bottom: 10px;
        color: white
    }

    .box p {
        font-size: 1.8rem;
        color: white;
    }

.accordian-icon {
    height: 20px;
    width: 20px;
}

.accordian-icon-default {
    display: none;
}

.sc-hd {
    color: #336672;
    font-weight: 700;
}

.sc-hd-item {
    padding: 10px;
    background-color: #336672;
    margin-bottom: 15px;
    color: white;
    font-size: 1.5rem;
}

.banner-image {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover; /* Ensures the image covers the container */
}

.cs-section-bg {
    background-color: #89a5aa;
}

.cs-strong-text {
    color: #550d0e;
    font-size: xx-large
}

.cs-text-white {
    color: white;
}

.csp-strong-text {
    color: #89a5aa;
    font-size: xx-large
}

.img-cs-logo{
    height: 60px;
}
/* 

for zoom animation 
uncomment this part if you haven't added this code anywhere else

*/
/*

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.3s ease-out; 
	-moz-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
		opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
		opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container, 
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}
*/

.ten-years {
    color: #fff;
    text-align: center;
    width: 100%;
    font-family: 'Poppins', sans-serif;
    /*font-family: 'Open Sans'; */
    font-size: 30px;
}

.para-text-dark {
    color: #222222;
    font-size: large
}

.para-text-accordion {
    color: #222222 !important;
}

.theme-color-optu {
    color: #630404 !important;
}

.otpu-darkgreen {
    background-color: #366471;
}

.accordian-heading{
    font-size: 20px;
    font-weight:bolder
}

.underlined {
    text-decoration: underline;
}

.super-bold {
    font-weight: 700;
}

.section-title {
    font-size: 50px;
    font-family: 'Oswald';
}

.section-subtitle {
    font-size: 32px;
}

.styled-box {
    padding: 12px;
    height: 420px;
    width: 100%;
    border-radius: 30px;
    background-color: #f5f5f5;
    text-align: center;
}

.oswald-font {
    font-family: Oswald;
}

.layer-box-text {
    color: white;
    height: 90px;
    padding: 10px;
    margin: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 30px;
}

.centered-header {
    text-align: center !important;
    font-size: 2.0rem;
    color: #630404;
    font-weight: 700;
    padding: 10px;
    height: 80px;
    vertical-align: middle;
    font-weight: 800;
}

.AutomationAiIcon {
    height: 150px;
    width: 150px;
}

