/* Generated from Admin → Website Settings → Advanced → Custom CSS on 2025-12-31 16:15:16 */
.header-one .select-area img {
    cursor: pointer;
    width: 16px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(198deg) brightness(99%) contrast(104%);
}
.header-one.header-relative .select-area img {
   filter: none;
}
.single-feature-area-three.data-science {
   background: transparent;
   text-align: center;
}
.about-us-services .single-feature-area-three.data-science {
   background: #fff;
}
.webdesign-our-services .single-feature-area-three.data-science .icon img, 
.single-feature-area-three .icon img {
   height: 60px;
}
.rts-pricing-area.inner .pricing-wrapper-four .check-content-wrapper .single-check-area i.fa-circle-xmark {
   color: #717383;
}
.rts-pricing-area.inner .pricing-wrapper-four .popular-offer {
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border-top: 9rem solid #0F62FE;
    border-left: 9rem solid transparent;
}
.rts-pricing-area.inner .pricing-wrapper-four .popular-offer .offer {
    position: absolute;
    z-index: 3;
    top: -7rem;
    right: 5px;
    transform: rotate(45deg);
    color: #ffffff;
}
.single-feature-area-three {
   background: #fff;
}
.rts-pricing-area.inner .pricing-wrapper-four {
   padding: 35px;
}
.contact-form-main-wrapper-contact .with-checkbox label {
   line-height: 1.5;
}
.template-card {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 1px 3px -2px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
}
.template-card:hover {
   box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .1);
   transform: translateY(-6px);
   transition: transform .3s, box-shadow .3s, background-color .3s, color .3s, opacity .3s;
}
.template-card .preview {
   display: none;
   position: absolute;
   width: 100%;
   height: 100%;
   background-color: rgba(0, 0, 0, 0.7);
   z-index: 100;
   align-items: center;
   justify-content: center;
}
.template-card a.template-link {
    text-decoration: none;
    color: inherit;
    display: block;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.template-card .preview span {
   color: #fff;
   font-size: 18px;
   display: inline-block;
   margin-left: 5px;
}
.template-card a:hover .preview {
   display: flex;
}
.template-card .template-image-container {
    position: relative;
    width: 100%;
    height: auto;
    transition: opacity .3s ease-in-out;
    aspect-ratio: 16 / 9;
}
.template-card .template-image-container .template-image {
    position: relative;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.template-card .template-info {
    padding: 15px;
    text-align: center;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #fff;
}
.template-card .template-info h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    color: #050D20;
    line-height: 1;
}
