/* Add here all your CSS customizations */
.cursor-pointer {
	cursor: pointer !important;
}
.goog-te-gadget-icon {
    display:none !important;
} 
.goog-te-banner-frame {
    display: none !important;
}
body {
    top: 0px !important;
}

.banner_social {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 9999;
}
.enquire_now {
    height: 55px;
    width: 55px;
    line-height: 22px;
    font-size: 22px;
    color: #f58634;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner_social a span {
    display: inline-block;
    transform: rotate(90deg);
    color: #fff;
    white-space: nowrap;
    font-size: 19px;
    margin: 52px 0 0 0;
    font-weight: 300;
    padding: 16px;
}
.dynamic-bg:nth-child(odd) {
  background: #f7f7f7 !important;
}

.dynamic-bg:nth-child(even) {
  background: #fff !important;
} 

.founder-img {
    object-fit: contain !important;
    max-height: 400px !important;
    float: right !important;
}

.page-header.page-header-modern.page-header-background {
    background-size: contain;
    background-position: center;
    background-color: transparent;
    background-repeat: no-repeat;
}
img.img-lazy-load {
    display: block;
}

/* 
Home Solder background
*/
.home-slider-container{
    background-color: #ffffff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cg fill='%23e3dcf0' fill-opacity='0.16'%3E%3Cpolygon fill-rule='evenodd' points='8 4 12 6 8 8 6 12 4 8 0 6 4 4 6 0 8 4'/%3E%3C/g%3E%3C/svg%3E");
}

/* Logo */
.header-column .logo-link{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.header-column .c-logo{
    display: block;
    max-width: 100%;
    width: 130px;
    height: 100px;
    object-fit: contain;
}

.inquiry-form-logo{
    object-fit: contain !important;
    max-width: 100% !important;
    height: auto;
    max-height: 330px;
}
.marquee{
    overflow: hidden;
    color: #ef4444;
    padding: 5px 0px;
}
.border-bottom-grey{
    border-bottom: 1px solid #e7e7e7 !important;
}
.margin-top-5{
    margin-top: 5px !important;
}
@media (max-width: 768px) {
    .pricing-card {
        width: 100% !important;
        margin: 10px 0 !important;
    }
    .pricing-header {
        font-size: 2rem !important;
    }
    .pricing-price {
        font-size: 1.5em !important;
        word-break: break-word !important;
    }
    .pricing-button {
        padding: 10px !important;
        font-size: 1rem !important;
    }
}