/*
	Theme Name: Hello Elementor
	Author: Impiger Team
	Description: A customized CSS written by Dineshwar and Annapoorani for site
*/

/* css for Product calendar page by Dineshwar */

.container {
    max-width: 1240px;
    padding-left: 65px;
    padding-right: 65px;
}
.static-banner {
    -o-object-fit: cover;
    object-fit: cover;
    height: 450px;
    width: 100%
}

.wrap-threeline {
	  display: block;
  display: -webkit-box;
  overflow: hidden;
  height: 3em; /* Adjust height as needed */
  line-height: 1.5em; /* Adjust line height as needed */
  box-sizing: border-box;
	-webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.wrap-twoline {
  display: block;
  display: -webkit-box;
  overflow: hidden;
  height: 3em; /* Adjust height as needed */
  line-height: 1.5em; /* Adjust line height as needed */
  box-sizing: border-box;
	-webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


.wrap-oneline {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap
}

section.product-calendars {
    background-color: rgb(241, 241, 241);
    --synergex-color: #F38000;
    --lattice-color: #F6A340;
    --gotex-color: #A9D3F5;
    --stremx-color: #A9D3F5;
    --protos-color: #00B1B1;
    color: rgb(38, 38, 38);
    background-image: url(/wp-content/uploads/2023/10/prodcut_calendar_background.webp);
    background-size: cover;
    overflow-x: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    min-width: 300px;
    max-width: 1240px;
    position: relative;
    margin: 0 auto;
}
section.product-calendars .section-title {
    font-weight: 700;
    padding: 0
}

.section-title {
    color: #262626;
    font-size: 1.75rem !important;
    font-weight: 600 !important;
    margin-bottom: 15px;
    line-height: 2.125rem !important;
}
.section-content {
    color: #333333;
    font-size: 1rem;
    line-height: 1.5rem;
}
section.product-calendars .main-timeline-section {
    position: relative;
    width: 100%;
    margin: auto;
    margin-bottom: 30px
}
.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url(/wp-content/uploads/2023/10/Year-dropdown-icon.svg) right 0.75rem center/8px 10px no-repeat;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.custom-select:focus,.custom-select:focus-visible{
	border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
section.product-calendars .select-year {
    left: 3%;
    position: relative;
    padding-top: 10px
}

section.product-calendars .main-timeline-section .timeline-end,section.product-calendars .main-timeline-section .timeline-start {
    border-radius: 100px;
    margin: 0 auto;
    width: 30px;
    height: 30px
}

section.product-calendars .main-timeline-section .conference-center-line {
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0;
    left: 50%;
    margin-left: -2px;
    background: #ddd
}

section.product-calendars .timeline-article {
    width: 100%;
    position: relative;
    margin: 40px 0;
    min-height: 135px;
    z-index: 0
}

section.product-calendars .timeline-article .content-date {
    position: absolute;
    top: 33%;
    left: 50%;
    font-size: 1.125rem;
    margin-left: -150px;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%)
}

section.product-calendars .timeline-article .meta-date {
    position: absolute;
    top: 0;
    left: 50%;
    width: 16px;
    height: 16px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: -9px;
    border-radius: 100%;
    background: #fff;
    border: 1px solid #1c63b8
}

section.product-calendars .timeline-article .content-box {
    position: relative;
    -webkit-box-shadow: 1px 1px 2px 0 #e1e1e1;
    box-shadow: 1px 1px 2px 0 #e1e1e1;
    background-color: #fff;
    width: 42%;
    left: 50%;
    margin-left: 50px
}

section.product-calendars .content-left-container .content-box {
    left: 3%;
    margin-left: 0
}

section.product-calendars .content-left-container .content-date {
    margin-left: 50px
}

section.product-calendars .card {
    border: none;
    border-radius: 0
}

section.product-calendars .card-image-area {
    width: 50%;
    position: relative;
    overflow: hidden;
    border: 1px solid #d4d4d4
}

section.product-calendars .card-image-area img {
    border-radius: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s,-webkit-transform .4s;
    max-width: 100%;
    width: 100%
}

section.product-calendars .card-image-area:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

section.product-calendars .card-body {
    width: 100%
}

section.product-calendars .card-image-area .image-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #000;
    color: #fff;
    padding: 3px;
    opacity: 0;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    text-align: center
}

section.product-calendars .card-image-area:hover .image-caption {
    opacity: 1
}

section.product-calendars .main-timeline-section .card-title {
    color: var(--titleTextColor);
    display: block;
    font-size: 1rem;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    padding: 0;
    line-height: 1.25rem;
    margin-bottom: 0
}

section.product-calendars .main-timeline-section .card-title:hover{
	color:#006ab5!important;
}

section.product-calendars .main-timeline-section .wrap-twoline {
    font-size: .8rem;
    font-weight: 500;
    line-height: 1.25rem
}

section.product-calendars .main-timeline-section .highlight-area {
    margin-top: 10px
}

section.product-calendars .main-timeline-section .highlight-area .highlight {
    font-size: .7rem;
    padding: .5rem .8rem;
    border-radius: 40px;
    background: #f1f1f1;
    margin-right: 5px;
    font-weight: 600;
    display: inline-block;
    line-height: initial;
    margin-bottom: 3px
}

section.product-calendars .line-badge {
    height: 3px;
    background-color: var(--primaryColor);
    width: 25px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

section.product-calendars .gotex .line-badge.line-color {
    background-color: var(--gotex-color)
}

section.product-calendars .stremx .line-badge.line-color {
    background-color: var(--stremx-color)
}

section.product-calendars .synergex .line-badge.line-color {
    background-color: var(--synergex-color)
}

section.product-calendars .lattice .line-badge.line-color {
    background-color: var(--lattice-color)
}

section.product-calendars .protos .line-badge.line-color {
    background-color: var(--protos-color)
}

section.product-calendars .card .bottom-border {
    content: "";
    display: block;
    width: 40%;
    height: 13px;
    padding: 0;
    margin: 0;
    background-color: #a9d3f5;
    position: absolute;
    right: 0;
    bottom: -14px
}

section.product-calendars .card .right-border {
    content: "";
    display: block;
    width: 13px;
    height: 55%;
    padding: 0;
    margin: 0;
    background-color: #a9d3f5;
    position: absolute;
    bottom: -14px;
    right: -13px
}

section.product-calendars .gotex .card:before {
    background-color: var(--gotex-color)
}

section.product-calendars .gotex .card:after {
    background-color: var(--gotex-color)
}

section.product-calendars .synergex .card:before {
    background-color: var(--synergex-color)
}

section.product-calendars .synergex .card:after {
    background-color: var(--synergex-color)
}

section.product-calendars .lattice .card:before {
    background-color: var(--lattice-color)
}

section.product-calendars .lattice .card:after {
    background-color: var(--lattice-color)
}

section.product-calendars .stremx .card:before {
    background-color: var(--stremx-color)
}

section.product-calendars .stremx .card:after {
    background-color: var(--stremx-color)
}

section.product-calendars .protos .card:before {
    background-color: var(--protos-color)
}

section.product-calendars .protos .card:after {
    background-color: var(--protos-color)
}

section.product-calendars .card-title-p {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: initial
}

section.product-calendars .main-timeline-section a {
    text-decoration: none
}

section.product-calendars .main-timeline-section .date-corner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    justify-content: end;
    font-weight: 600
}

@media (max-width: 1199px) {
    section.product-calendars .card-body {
        padding:1rem
    }
}

@media (max-width: 1100px) {
    section.product-calendars .card-body {
        width:80%
    }
}

@media (max-width: 991px) {
    .main-timeline-section .highlight-area .highlight {
        font-size:.6rem;
        padding: .2rem .2rem
    }

    section.product-calendars .container {
        padding: 10px!important
    }

    section.product-calendars .timeline-article .content-box {
        width: 44%;
        left: 48%
    }

    .main-timeline-section .card-title {
        font-size: .8rem
    }

    section.product-calendars .content-left-container .content-box {
        left: 0
    }

    section.product-calendars .select-year {
        left: 0
    }

    section.product-calendars .main-timeline-section .highlight-area {
        margin-top: 0
    }
}

@media (max-width: 767px) {

    section.product-calendars .timeline-article .content-box {
        width: 85%;
        left: 0
    }

    section.product-calendars .timeline-article.content-right-container .content-box {
        margin-left: 0px;
        width: 85%
    }

    section.product-calendars .timeline-article .meta-date {
        left: auto;
        right: 2%
    }

    section.product-calendars .main-timeline-section .conference-center-line {
        left: auto;
        right: 3%
    }
}

@media (max-width: 575px) {
    section.product-calendars .card-image-area {
        width:100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        max-height: 150px
    }

    section.product-calendars .card-body {
        width: 100%
    }

    section.product-calendars .main-timeline-section .conference-center-line {
        right: 3.5%
    }

    section.product-calendars .card-image-area img {
        width: 100%
    }
}

@media (max-width: 460px) {
    section.product-calendars .timeline-article.content-left-container .content-box {
        left:0
    }

    section.product-calendars .timeline-article .content-box p {
        height: 100px;
        overflow: hidden
    }
}


