﻿:root{
    --green: #188F81;
    --blue: #0996D4;
    --orange: #E95924;
    --violet: #A42185;
}

.hlt-text{
    font-size: 1.1em;
}

html {
  scroll-behavior: smooth;
}

/*text color's*/

.cyan{
    color: #00acd3;
}

.lite-blue{
    color: #2269e6;
}

.violet{
    color: #8E44AD;
}

.green{
    color: #16A085;
}

.dark-blue{
    color: #0e53b6;
}

.gradient-yellow {
    background: linear-gradient(69.52deg, rgb(255 183 153 / 60%) 0%, rgb(192 199 146 / 60%) 100%) !important;
    background: linear-gradient(69.52deg, #e7af93 0%, #bcbf90 100%) !important;
}

.gradient-pink {
    background: linear-gradient(69.52deg, rgb(219 98 215 / 60%) 0%, rgb(235 91 86 / 60%) 100%) !important;
    background: linear-gradient(69.52deg, #c774c3 0%, #d37e84 100%) !important;
}

.gradient-purple{
    background: linear-gradient(69.52deg, rgb(121 204 249 / 60%) 0%, rgb(123 96 242 / 60%) 100%) !important;
}

.gradient-green {
    background: linear-gradient(69.52deg, rgb(116 188 83 / 60%) 0%, rgb(99 123 204 / 60%) 100%) !important;
    background: linear-gradient(69.52deg, #80bf6c 0%, #7f91d1 100%) !important;
}

.front-1,
.back-1{
    background: #ffffff;
    background: linear-gradient(135deg, rgba(40, 87, 130, 1) 0%, rgba(37, 148, 198, 1) 100%);
}

.front-2, .back-2{
    background: #ffffff;
    background: linear-gradient(135deg, rgba(21, 110, 65, 1) 0%, rgba(41, 204, 120, 1) 100%);
}

.front-3, .back-3{
    background: #ffffff;
    background: linear-gradient(135deg, rgb(160 109 38) 0%, rgba(239, 174, 54, 1) 100%);
}

.front-4, .back-4{
    background: #ffffff;
    background: linear-gradient(135deg, rgba(86, 45, 117, 1) 0%, rgba(144, 58, 153, 1) 100%);
}

.bottom-background-1{
    background: #2594C6;
}

.bottom-background-2{
    background: #29CC78;
}

.bottom-background-3{
    background: #EFAE36;
}

.bottom-background-4{
    background: #903A99;
}

#one{
    background: linear-gradient(90deg, #18345124, transparent);
}

#two{
    background: linear-gradient(90deg, transparent, #00964e0a);
    scroll-margin-top: 240px;
}

#three{
    background: linear-gradient(90deg, #72612b0f, transparent);
}

#four{
    margin-bottom: 0;
    background: linear-gradient(90deg, transparent, #481f5621);
}

.remainder-agent-banner-section{
    background: radial-gradient(#e2f4ff, #cce7ff);
}

.remainder-agent-main-container{
    font-size: 13px;
    font-family: work-sans-regular, Arial, Helvetica, sans-serif;
    display: block;
}

.remainder-agent-banner-container{
    padding: 60px 0px 0px;
    text-align: center;
}

.remainder-agent-banner-container > div{
    display: inline-block;
    vertical-align: middle;
    width: 42%;
    max-width: 600px;
    margin: 20px;
    text-align: left;
}

.remainder-agent-banner-img img{
    max-width: 100%;
    display: block;
    height: 400px;
    object-fit: scale-down;
    margin: auto;
}

.remainder-agent-banner-title{
    color: #434343;
    position: relative;
    letter-spacing: 0.5px;
    max-width: 550px;
}

.remainder-agent-banner-sub-title{
    color: #D86E35;
}

.reminders-automate-section{
    background-color: #f7fcff;
}

.automate-reminders-header .risk-icon{
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e3f3fe;
    border-radius: 10px;
    font-size: 2em;
    width: 73px;
    height: 0%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.automate-reminders-container{
/*    padding: 10px 30px 40px;*/
    text-align: center;
    padding: 40px 30px;
}

.remainder-agent-section-one-img img{
    max-width: 100%;
    display: block;
    height: 350px;
    object-fit: scale-down;
}

.automate-reminders-quote {
    margin: 20px auto;
    position: relative;
    border-radius: 10px;
    max-width: 800px;
    font-style: oblique;
}

.automate-reminders-quote i{
    position: absolute;
    font-size: 3em;
    opacity: 0.1;
    top: -17px;
    left: -4px;
}

.automate-reminders-risk-list .risk-item{
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    max-width: 390px;
    margin: 15px 10px;
    font-size: 1.1em;
    background: #fff8f3;
    padding: 15px;
    border-radius: 8px;
    border-left: 3px solid #00acd3;
    background: linear-gradient(90deg, #009dbf1f 0%, rgba(255, 255, 255, 0) 100%);
    column-gap: 15px;
}

.automate-reminders-risk-list .risk-item:has(.risk-icon.lite-blue){
    border-left: 3px solid #3471ff;
    background: linear-gradient(90deg, #336dd72e 0%, rgba(255, 255, 255, 0) 100%);
}

.automate-reminders-risk-list .risk-item:has(.risk-icon.violet){
    border-left: 3px solid #8e44ad;
    background: linear-gradient(90deg, #7b1aa01f 0%, rgba(255, 255, 255, 0) 100%);
}

.automate-reminders-risk-list .risk-item:has(.risk-icon.green){
    border-left: 3px solid #16a085;
    background: linear-gradient(90deg, #20b28833 10%, rgba(255, 255, 255, 0) 100%);
}

.automate-reminders-risk-list .risk-item:has(.risk-icon.dark-blue){
    border-left: 3px solid #0e53b6;
    background: linear-gradient(90deg, #2b6ac526 0%, rgba(255, 255, 255, 0) 100%);
}

.automate-reminders-container .automate-reminders-risk-list{
    text-align: center;
    max-width: 1300px;
    margin: 0px auto 10px;
    overflow: hidden;
}

.automate-reminders-risk-list .risk-item .risk-icon{
    font-size: 2em;
    display: flex;
}

.automate-reminders-risk-list .risk-item .colored-text{
    font-size: 1.1em;
    line-height: 1.3em;
}

.automate-reminders-risk-list .risk-item > div{
    text-align: left;
}

.automate-reminders-quote p{
    display: inline-block;
    padding: 10px 15px;
    border-radius: 6px;
}

.automate-reminders-quote div{
    position: absolute;
    top: -15px;
    left: -15px;
    background: #47c2ff;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2em;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    z-index: 1;
    background: linear-gradient(90deg, rgba(83, 191, 237, 1) 0%, rgba(36, 92, 166, 1) 100%);
}

.background{
    width: 100%;
    height: 100%;
    background: #161b5b42;
    position: absolute;
    z-index: 1;
    backdrop-filter: blur(1px);
}

.remainder-game-change-section{
    position: relative;
    background: linear-gradient(116.24deg, #10192B 0%, #17327B 100%);
}

.remainder-game-change-container{
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.remainder-game-change-header{
    font-family: poppins-regular, Arial, Helvetica, sans-serif;
    text-align: center;
    color: #ffffff;
}

.remainder-game-change-header > h3{
    margin-bottom: 0.8%;
}

.remainder-game-change-header .quote{
    display: inline-block;
    font-size: 1.2em;
    padding: 10px 30px 10px 30px;
    line-height: 1.6em;
    border-radius: 40px;
    font-style: oblique;
    position: relative;
}

.remainder-game-change-header .quote i{
    position: absolute;
    font-size: 2.6em;
    top: -13px;
    left: 6px;
    opacity: 0.3;
    color: #7ecfff;
}

.remainder-game-change-content-wrapper{
    margin: 25px 10px;
    padding: 2% 5%;
}

.remainder-game-change-sub-title{
    color: white;
    border-left: 4px solid #6393FF;
    text-align: left;
    padding: 5px 0px 5px 20px;
    line-height: 1.6em;
    margin-bottom: 15px
}

.remainder-game-change-content .remainder-game-change-items-container { 
    display: grid; 
    grid-template-columns: repeat(6, 1fr); 
    grid-template-rows: repeat(6, 1fr); 
    gap: 15px;
} 

.remainder-game-change-content .remainder-game-change-items-container .div1 { 
    grid-column: span 2 / span 2; 
    grid-row: span 2 / span 2; 
} 

.remainder-game-change-content .remainder-game-change-items-container .div2 { 
    grid-column: span 2 / span 2; 
    grid-row: span 2 / span 2; 
    grid-column-start: 3; 
} 


.remainder-game-change-content .remainder-game-change-items-container .div3 { 
    grid-column: span 2 / span 2; 
    grid-row: span 2 / span 2; 
    grid-column-start: 5;
}


.remainder-game-change-content .remainder-game-change-items-container .div4 { 
    grid-column: span 3 / span 3; 
    grid-row: span 2 / span 2; 
    grid-row-start: 3;
} 


.remainder-game-change-content .remainder-game-change-items-container .div5 { 
    grid-column: span 3 / span 3; 
    grid-row: span 2 / span 2; 
    grid-column-start: 4; 
    grid-row-start: 3;
} 

.remainder-game-change-content .remainder-game-change-items-container .div6 {
    grid-column: span 2 / span 2; 
    grid-row: span 2 / span 2; 
    grid-row-start: 5; 
} 


.remainder-game-change-content .remainder-game-change-items-container .div7 { 
    grid-column: span 2 / span 2;
    grid-row: span 2 / span 2; 
    grid-column-start: 3; 
    grid-row-start: 5; 
} 

.remainder-game-change-content .remainder-game-change-items-container .div8 { 
    grid-column: span 2 / span 2;
    grid-row: span 2 / span 2; 
    grid-column-start: 5; 
    grid-row-start: 5;  
}

.remainder-game-change-content .remainder-game-change-items-container > div {
    color: #2b2b2b;
    transition: all 0.5s ease-in-out;
    border-radius: 10px;
    padding: 15px;
    text-align: left;
}

.remainder-game-change-content{
    margin: 40px 0px;
}

.remainder-game-change-content .remainder-game-change-items-container div .remainder-game-change-icon-header{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.remainder-game-change-content .remainder-game-change-items-container div .remainder-game-change-icon-header .icon{
    padding: 10px;
    background: black;
    font-size: 1.8em;
    margin: 5px;
    border-radius: 10px;
    color: #006aff;
    display: flex;
}

.remainder-game-change-content .remainder-game-change-items-container div .remainder-game-change-desc{
    margin: 5px;
}

.clm-1{
    background-color: #E5F0FF;
}

.clm-2{
    background-color: #E5FFFA;
}

.clm-3{
    background-color: #f3e8ff;
}

.clm-1 .remainder-game-change-icon-header .icon{
    background-color: #a8c6ec52 !important;
}

.clm-2 .remainder-game-change-icon-header .icon{
    background-color: #afeadf7a !important;
}

.clm-3 .remainder-game-change-icon-header .icon{
    background-color: #ead7ff !important;
}

.header-blue{
    color: #3187ff !important;
}

.header-green{
    color: #009688 !important;
}

.header-yellow{
    color: #9f2ec7 !important;
}

.remainder-command-control-section{
    position: relative;
    background: #f0f5fe;
    overflow: hidden;
}

.elements{
    position: absolute;
    width: 100%;
    height: 100%;
}

.polygon{
    position: absolute;
    bottom: -60px;
    width: 35px;
    height: 35px;
    background: rgb(85 147 255 / 56%);
    clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
    animation: floatUp 12s linear infinite;
}

.polygon:nth-child(1) {
    left: 81%;
    animation-delay: 0s;
    animation-duration: 35s;
    }
.polygon:nth-child(2) {
    left: 29%;
    animation-delay: 2s;
    animation-duration: 14s;
    width: 14px;
    height: 14px;
}
.polygon:nth-child(3) {
    left: 63%;
    animation-delay: 4s;
    animation-duration: 22s;
    width: 22px;
    height: 22px;
}

.polygon:nth-child(4) {
    left: 18%;
    animation-delay: 4s;
    animation-duration: 31s;
    width: 31px;
    height: 31px;
}

.polygon:nth-child(5) {
    left: 95%;
    animation-delay: 4s;
    animation-duration: 18s;
    width: 18px;
    height: 18px;
}

.polygon:nth-child(6) {
    left: 42%;
    animation-delay: 4s;
    animation-duration: 27s;
    width: 27px;
    height: 27px;
}

.polygon:nth-child(7) {
    left: 7%;
    animation-delay: 4s;
    animation-duration: 12s;
    width: 12px;
    height: 12px;
}
 
@keyframes floatUp {
    0% {
      transform: translateY(0) rotate(0deg);
      opacity: 0.3;
    }
    100% {
      transform: translateY(-1400px) rotate(360deg);
      opacity: 0.3;
    }
}

.remainder-command-control-container{
    position: relative;
    z-index: 2;
}

.remainder-command-control-container > h3{
    margin-bottom: 0.8%;
}

.remainder-command-control-header .quote {
    display: inline-block;
    font-size: 1.2em;
    padding: 10px 30px 10px 30px;
    line-height: 1.6em;
    border-radius: 40px;
    font-style: oblique;
    position: relative;
}

.remainder-command-control-header .quote i {
    position: absolute;
    font-size: 2.6em;
    top: -13px;
    left: 4px;
    opacity: 0.3;
    color: #1c86ff7a;
}

.remainder-command-control-content-wrapper {
    margin: 1%;
    padding: 2% 12%;
}

.remainder-command-control-sub-title{
    text-align: left;
    color: #5e5e5e;
    border-left: 4px solid #6393FF;
    padding: 5px 0px 5px 20px;
    line-height: 1.6em;
}

.remainder-command-control-content{
    margin: 2% 0%;
}

.remainder-command-control-card{
    text-align: left;
    display: flex;
    background: #fff;
    padding: 2%;
    border-radius: 18px;
    column-gap: 15px;
    position: relative;
    margin: 35px 0px;
    box-shadow: rgba(0, 0, 0, 0.1) -3px 4px 0px 0px, rgba(0, 0, 0, 0.06) -3px 4px 0px 0px;
}

.remainder-command-control-card .remainder-command-control-icon-parent{
    flex: 0 0 5%;
}

.remainder-command-control-card .remainder-command-control-icon-parent .icon{
    font-size: 2em;
    text-align: center;
    position: absolute;
    top: -8px;
    left: 20px;
    padding: 3% 0.8%;
    border-radius: 0 0 60px 60px;
    background: linear-gradient(180deg, rgba(218, 234, 255, 1) 0%, rgba(191, 219, 255, 1) 100%);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    color: #2485d5;
    display: flex;
}

.remainder-command-control-card .remainder-command-control-icon-parent .icon:before, 
.remainder-command-control-card .remainder-command-control-icon-parent .icon:after {
    content: "";
    position: absolute;
    top: 2px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top-color: #83B9FF7a;
}

.remainder-command-control-card .remainder-command-control-icon-parent .icon::before {
    left: -5px;
    transform: rotate(-45deg);
}

.remainder-command-control-card .remainder-command-control-icon-parent .icon::after {
    right: -5px;
    transform: rotate(45deg);
}

.remainder-command-control-content .two .remainder-command-control-icon-parent .icon::before,
.remainder-command-control-content .two .remainder-command-control-icon-parent .icon::after,
.remainder-command-control-content .four .remainder-command-control-icon-parent .icon::after,
.remainder-command-control-content .four .remainder-command-control-icon-parent .icon::before{
    border-top-color: #86dbb46e;
}

.remainder-command-control-content .three .remainder-command-control-icon-parent .icon::before,
.remainder-command-control-content .three .remainder-command-control-icon-parent .icon::after,
.remainder-command-control-content .six .remainder-command-control-icon-parent .icon::after,
.remainder-command-control-content .six .remainder-command-control-icon-parent .icon::before{
    border-top-color: #b9b2ed66;
}

.remainder-command-control-card .remainder-command-control-desc{
    flex: 0 0 90%;
}

.remainder-command-control-card .remainder-command-control-desc > h3{
    font-family: poppins-medium, Arial, Helvetica, sans-serif !important;
}

.remainder-command-control-card .remainder-command-control-desc h4{
    background: linear-gradient(45deg, #c9e0ff, transparent);
    padding: 5px 15px;
    border-radius: 5px;
    display: inline-block;
    font-size: 1.1em;
    display: none;
}

.remainder-command-control-card .remainder-command-control-icon-parent .icon .svg1{
    position: absolute;
    top: -16px;
    left: 100%;
}

.remainder-command-control-card .remainder-command-control-icon-parent .icon .svg2{
    position: absolute;
    top: -16px;
    left: -16%;
}

.card-green .remainder-command-control-icon-parent .icon{
    background: linear-gradient(180deg, rgba(207, 250, 228, 1) 0%, rgba(166, 244, 208, 1) 100%);
    color: #20985d;
}

.card-purple .remainder-command-control-icon-parent .icon{
    background: linear-gradient(180deg,rgba(237, 233, 255, 1) 0%, rgba(222, 215, 255, 1) 100%);
    color: #6a5bbc;
}

.remainder-command-control-card .remainder-command-control-quote{
    position: absolute;
    background: #C9E0FF;
    padding: 0.5% 2%;
    top: 3px;
    right: 3px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #add0ffc9;
  }
  70% {
    box-shadow: 0 0 0 12px #C9E0FF00;
  }
  100% {
    box-shadow: 0 0 0 0 #C9E0FF00;
  }
}



.card-green .remainder-command-control-quote{
    background: #BBFFE0;
}

@keyframes pulseGreen {
  0% {
    border-color: #BBFFE0;
    box-shadow: 0 0 0 0 rgba(187,255,224,0.6);
  }
  70% {
    border-color: #BBFFE0;
    box-shadow: 0 0 0 12px rgba(187,255,224,0);
  }
  100% {
    border-color: #BBFFE0;
    box-shadow: 0 0 0 0 rgba(187,255,224,0);
  }
}

.card-purple .remainder-command-control-quote{
    background: #D9D4FF;
}

@keyframes pulsePurple {
  0% {
    border-color: #D9D4FF;
    box-shadow: 0 0 0 0 rgba(217,212,255,0.6);
  }
  70% {
    border-color: #D9D4FF;
    box-shadow: 0 0 0 12px rgba(217,212,255,0);
  }
  100% {
    border-color: #D9D4FF;
    box-shadow: 0 0 0 0 rgba(217,212,255,0);
  }
}

.remainder-pre-built-templates-section{
    background: #242D3C;
    background: #131B29;
    color: white;
}

.remainder-pre-built-templates-sub-title{
    text-align: left;
    border-left: 4px solid #6393FF;
    margin-left: 1.5%;
    padding: 5px 0px 5px 20px;
}

.remainder-pre-built-templates-content-wrapper{
    margin: 1%;
    padding: 2% 7%;
}

.remainder-pre-built-templates-content > a {
    margin: 10px;
    padding: 10px 24px;
    width: 300px;
    text-align: left;
    border-radius: 10px;
    background: linear-gradient(69.52deg, rgb(130 183 180 / 66%) 0%, rgb(146 164 224 / 60%) 100%);
    position: relative;
    height: 150px;
    flex: 1 1 280px;
    max-width: 350px;
    overflow: hidden;
    background: linear-gradient(69.52deg, #84cfcf 0%, #8ba1e7 100%);
    color: #434343;
}

.remainder-pre-built-templates-content a:hover .preview-btn button {
    text-decoration: underline;
}

.remainder-pre-built-templates-content > a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: left 0.5s ease;
}

.remainder-pre-built-templates-content > a:hover::before{
    animation: shine 0.5s ease-in-out;
}

@keyframes shine {
    from {
      left: -100%;
    }
    to {
      left: 100%;
    }
  }

.remainder-pre-built-templates-card .remainder-pre-built-templates-card-header{
    font-size: 1.25em;
    letter-spacing: 0.3px;
    padding: 10px 0px;
    max-width: 100%;
    font-family: poppins-medium, sans-serif;
    line-height: 1.3em;
}

.remainder-pre-built-templates-card .remainder-pre-built-templates-card-body{
    color: #444444;
    max-width: 100%;
    line-height: 1.4em;
    font-size: 1em;
    font-family: 'work-sans-regular';
}

.remainder-pre-built-templates-card .preview-btn{
    text-align: -webkit-right;
}

.remainder-pre-built-templates-card .preview-btn button{
    border: none;
    outline: none;
    padding: 6px 30px;
    background: transparent;
    color: #444444;
    position: absolute;
    bottom: 15px;
    right: 15px;
    cursor: pointer;
}

.remainder-pre-built-templates-card .preview-btn button:hover{
    color: white;
}

.remainder-pre-built-templates-card .preview-btn button:after {
    font-family: "office365icons";
    content: "\e054";
    font-size: inherit;
    font-weight: 400;
    display: inline-block;
    width: 10px;
    margin-right: -10px;
    vertical-align: middle;
    text-decoration: none;
    font-size: 1.1em;
}

.remainder-pre-built-templates-card .icon i{
    position: absolute;
    font-size: 6em;
    top: 45%;
    left: 16%;
    opacity: 0.2;
    color: #ffffffa8;
}

.remainder-pre-built-templates-content{
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
    padding: 25px 0px;
}

/*section-five*/

.reminder-effortless-deployment{
    background: #e9f5fd;
}

.reminder-effortless-deployment-container{
    padding: 40px 15px 0px;
}

.reminder-effortless-deployment-container .quote {
    display: inline-block;
    font-size: 1.2em;
    padding: 10px 30px 10px 30px;
    line-height: 1.6em;
    border-radius: 40px;
    font-style: oblique;
    position: relative;
}

.reminder-effortless-deployment-container .quote i {
    position: absolute;
    font-size: 2.6em;
    top: -13px;
    left: 6px;
    opacity: 0.3;
    color: #1c86ff7a;
}

.reminder-effortless-deployment-content-container > div {
    display: inline-block;
    vertical-align: middle;
    width: 42%;
    max-width: 600px;
    margin: 20px;
    text-align: left;
    vertical-align: top;
}

.reminder-effortless-deployment-content-container .reminder-effortless-deployment-sub-title{
    display: inline-block;
    background: linear-gradient(to right, rgb(200 222 251 / 43%), transparent);
    padding: 5px 5px 5px 13px;
    border-left: 3px solid rgb(0, 112, 255);
    margin: 20px auto;
    border-radius: 8px;
}

.link:hover {
    color: #0b93a6;
    text-decoration: underline;
}

.reminder-effortless-deployment-img img {
     max-width: 100%;
     display: block;
     height: 300px;
     object-fit: scale-down;
     border-radius: 10px;
}

.reminder-followup-strategy{
    background: #0A1A2F;
    position: relative;
}

.load-anime{
    opacity: 0.08;
}


/*=========== Section-six-BG-element's-position's ===========*/

.element-1  { top: 14%; left: 82%; }
.element-2  { top: 67%; right: 23%; }
.element-3  { top: 31%; left: 9%; }
.element-4  { top: 89%; right: 76%; }
.element-5  { top: 5%;  left: 85%; }
.element-6  { top: 43%; right: 11%; }
.element-7  { top: 78%; left: 89%; }
.element-8  { top: 22%; right: 47%; }
.element-9  { top: 96%; left: 35%; }
.element-10 { top: 18%; right: 69%; }
.element-11 { top: 52%; left: 26%; }
.element-12 { top: 7%;  right: 85%; }
.element-13 { top: 74%; left: 63%; }
.element-14 { top: 39%; right: 17%; }
.element-15 { top: 85%; left: 48%; }
.element-16 { top: 15%; right: 91%; }
.element-17 { top: 61%; left: 4%; }
.element-18 { top: 28%; right: 54%; }
.element-19 { top: 93%; left: 71%; }
.element-20 { top: 16%; right: 38%; }
.element-21 { top: 56%; left: 87%; }
.element-22 { top: 4%;  right: 54%; }
.element-23 { top: 81%; left: 19%; }
.element-24 { top: 45%; right: 96%; }
.element-25 { top: 73%; left: 42%; }



.reminder-followup-strategy-container{
    padding: 40px 0px;
    margin: 0 auto;
    text-align: center;
    max-width: 1550px;
}

.reminder-followup-strategy-header{
    padding: 20px 10%;
    color: white;
}

.reminder-followup-strategy-header h3{
    font-family: poppins-regular, Arial, Helvetica, sans-serif !important;
}

.reminder-followup-strategy-header p{
    max-width: 900px;
    margin: auto;
    padding: 0;
}

.reminder-followup-strategy-container .reminder-followup-strategy-parent {
    position: sticky;
    background-color: #ffffff;
    padding: 10px 10% 0;
    top: 115px;
    z-index: 5;
    overflow: hidden;
    color: white;
    background: #0a1a2fd1;
    backdrop-filter: blur(10px);
}

.reminder-followup-strategy-container .reminder-followup-strategy-parent .reminder-followup-strategy-progress-container {
    position: absolute;
    background-color: #ffffff00;
    height: 4px;
    width: 71%;
    top: 34%;
    left: 14%;
    margin: auto;
    border-radius: 10px;
    overflow: hidden;
}

.reminder-followup-strategy-container .reminder-followup-strategy-parent .reminder-followup-strategy-progress-container .reminder-followup-strategy-progress-bar {
    height: 5px;
    background: linear-gradient(45deg, rgba(70, 205, 207, 0.7) 0%, rgba(61, 132, 167, 1) 34%, rgba(125, 160, 202, 1) 68%, rgba(91, 155, 232, 1) 100%);
    border-radius: 30px;
}

.reminder-followup-strategy-container .reminder-followup-strategy-parent .reminder-followup-strategy-cards {
    display: flex;
    justify-content: space-between;
    position: relative;
    gap: 1%;
    height: 120px;
}

.reminder-followup-strategy-container .reminder-followup-strategy-parent .reminder-followup-strategy-cards .reminder-followup-strategy-step-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    position: relative;
    min-height: 130px;
    padding: 12px 0px;
    width: 118px;
}

.reminder-followup-strategy-container .reminder-followup-strategy-parent .reminder-followup-strategy-cards .reminder-followup-strategy-step-wrapper .reminder-followup-strategy-step {
    height: 50px;
    width: 50px;
    perspective: 1000px;
}

.reminder-followup-strategy-container .reminder-followup-strategy-parent .reminder-followup-strategy-cards .reminder-followup-strategy-step-wrapper .reminder-followup-strategy-step .reminder-followup-strategy-step-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: transform 0.6s;
    border-radius: 5px;
    color: white;
}

.reminder-followup-strategy-container .reminder-followup-strategy-parent .reminder-followup-strategy-cards .reminder-followup-strategy-step-wrapper .reminder-followup-strategy-step.active .reminder-followup-strategy-step-inner {
    transform: rotateY(180deg);
}

.reminder-followup-strategy-container .reminder-followup-strategy-parent .reminder-followup-strategy-cards .reminder-followup-strategy-step-wrapper .reminder-followup-strategy-step .reminder-followup-strategy-step-inner .front,
.reminder-followup-strategy-container .reminder-followup-strategy-parent .reminder-followup-strategy-cards .reminder-followup-strategy-step-wrapper .reminder-followup-strategy-step .reminder-followup-strategy-step-inner .back {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    backface-visibility: hidden;
    border-radius: 5px;
    transform: rotate(45deg);
}

.reminder-followup-strategy-container .reminder-followup-strategy-parent .reminder-followup-strategy-cards .reminder-followup-strategy-step-wrapper .reminder-followup-strategy-step .reminder-followup-strategy-step-inner .front {
    font-family: work-sans-bold, Arial, Helvetica, sans-serif;
    width: 60%;
    height: 60%;
    margin: 9px;
}

.reminder-followup-strategy-container .reminder-followup-strategy-parent .reminder-followup-strategy-cards .reminder-followup-strategy-step-wrapper .reminder-followup-strategy-step .reminder-followup-strategy-step-inner .back {
    transform: rotateY(180deg) rotate(45deg);
    font-size: 2em;
    height: 90%;
    width: 90%;
    margin: 2px;
}

.reminder-followup-strategy-container .reminder-followup-strategy-parent .reminder-followup-strategy-cards .reminder-followup-strategy-step-wrapper .reminder-followup-strategy-step .reminder-followup-strategy-step-inner .front p,
.reminder-followup-strategy-container .reminder-followup-strategy-parent .reminder-followup-strategy-cards .reminder-followup-strategy-step-wrapper .reminder-followup-strategy-step .reminder-followup-strategy-step-inner .back i{
    transform: rotate(-45deg);
}

.reminder-followup-strategy-container .reminder-followup-strategy-parent .reminder-followup-strategy-cards .reminder-followup-strategy-step-wrapper .reminder-followup-strategy-step-bottom-bar {
    width: 100px;
    height: 10px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    position: absolute;
    bottom: 3px;
    transition: bottom 0.3s ease;
}

.reminder-followup-strategy-step-wrapper.active .reminder-followup-strategy-step-bottom-bar::before {
    content: "";
    position: absolute;
    bottom: 92%;
    left: 50%;
    width: 280px;
    height: 35px;
    background: linear-gradient(to top, rgb(37 137 186 / 34%) 0%, rgb(38 135 183 / 10%) 50%, transparent 100%);
    clip-path: polygon(32% 100%, 68% 100%, 75% 0%, 25% 0);
    transform: translateX(-50%);
    filter: blur(6px);
    z-index: -1;
}

.reminder-followup-strategy-container .reminder-followup-strategy-parent .reminder-followup-strategy-cards .reminder-followup-strategy-step-wrapper.active .reminder-followup-strategy-step-bottom-bar {
    bottom: 5px;
}

.reminder-followup-strategy-container .reminder-followup-strategy-parent .reminder-followup-strategy-cards .reminder-followup-strategy-step-wrapper.active .shadow-1{
}

.reminder-followup-strategy-container .reminder-followup-strategy-parent .reminder-followup-strategy-cards .reminder-followup-strategy-step-wrapper.active .shadow-2::before{
    background: linear-gradient(to top, rgb(5 138 70 / 23%) 0%, rgb(19 100 59 / 23%) 50%, transparent 100%);
}

.reminder-followup-strategy-container .reminder-followup-strategy-parent .reminder-followup-strategy-cards .reminder-followup-strategy-step-wrapper.active .shadow-3::before{
    background: linear-gradient(to top, rgb(115 83 26 / 19%) 0%, rgb(171 105 8 / 12%) 50%, transparent 100%);
}

.reminder-followup-strategy-container .reminder-followup-strategy-parent .reminder-followup-strategy-cards .reminder-followup-strategy-step-wrapper.active .shadow-4::before{
    background: linear-gradient(to top, rgb(113 58 120 / 34%) 0%, rgb(74 36 91 / 32%) 50%, transparent 100%);
}

.reminder-followup-strategy-container .section {
    padding: 12px;
    background: #fff;
    scroll-margin-top: 230px;
    width: 80%;
    margin: 0 auto 50px;
    border-radius: 15px;
    position: relative;
    z-index: 2;
    backdrop-filter: blur(4px);
    color: white;
}

.reminder-followup-strategy-container .section .reminder-followup-strategy-section {
    position: relative;
}

.reminder-followup-strategy-steps-container > div {
    display: inline-block;
    vertical-align: middle;
    width: 42%;
    max-width: 600px;
    margin: 20px;
    text-align: left;
}

.section .reminder-followup-strategy-section .step-tag{
    text-align: left;
    padding: 7px 18px;
    width: fit-content;
    margin-bottom: 15px;
    border-radius: 50px;
    color: #fff;
}

.section .reminder-followup-strategy-section .sub-title{
    color: #46CDCF;
    font-size: 1.3em;
}

.section .reminder-followup-strategy-section .sub-title-desc{
    margin: 15px 0px;
    padding-left: 10px;
}

.reminder-followup-strategy-section-img img,
.reminder-followup-strategy-section-img video{
    max-width: 100%;
    display: block;
    height: auto;
    object-fit: scale-down;
    border-radius: 10px;
    margin: auto;
}

.reminder-followup-strategy-section-img {
    position: relative;
    cursor: pointer;
    max-width: 477px !important;
    margin: 20px 50px !important;
    padding: 12px;
    background: rgba(255, 255, 255, 0.13);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(7.7px);
    -webkit-backdrop-filter: blur(7.7px);
    border: 1px solid rgb(255 255 255 / 20%);
}

.reminder-followup-strategy-section-img::after{
    content: '';
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / 30%);
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
    border-radius: 12px;
    background: linear-gradient(180deg,rgba(79, 79, 79, 0.03) 55%, rgba(26, 26, 26, 0.94) 100%);
}

.reminder-followup-strategy-section-img:hover::after{
    opacity: 1;
}

.reminder-followup-strategy-section-img.paused::after {
    opacity: 1;

}

.reminder-followup-strategy-section-img .progress-container {
    position: absolute;
    bottom: 26px;
    border-radius: 11px;
    left: 50%;
    width: 85%;
    height: 4px;
    background-color: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    transform: translateX(-50%);
    overflow: hidden;
    z-index: 1;
    transition: 0.2s;
}

.progress-container:hover {
    height: 6px;
}

.reminder-followup-strategy-section-img .time-display {
    position: absolute;
    z-index: 1;
    bottom: 9%;
    left: 8%;
}

.reminder-followup-strategy-section-img .progress-bar {
    height: 100%;
    width: 0%;
    background-color: #9c7bdc;
    transition: width 0.1s linear;
}

.play-icon, .pause-icon {
    border-radius: 31px;
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 2em;
    color: #454545;
    opacity: 1;
    display: none;
    pointer-events: none;
    z-index: 10;
    padding: 12px;
    background: #e4d5ff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    transform: translate(-50%, -50%);
}

.reminder-followup-strategy-steps-content .points .point{
    display: flex;
    gap: 15px;
    justify-content: flex-start;
    align-items: center;
    margin: 18px 0px;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 0px 0px;
}

.reminder-followup-strategy-steps-content .points .point .icon{
    background: transparent;
    font-size: 1.5em;
    border-radius: 8px;
    min-height: 35px;
    min-width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(45deg);
}

.reminder-followup-strategy-steps-content .points .point .icon > i {
    transform: rotate(-45deg);
}

.steps-section-one-content .icon{
    border-top: 3px solid #2594C6 !important;
    border-right: 3px solid #2594C6;
}

.steps-section-two-content .icon{
    border-top: 3px solid #29CC78 !important;
    border-right: 3px solid #29CC78;
}

.steps-section-three-content .icon{
    border-top: 3px solid #EFAE36 !important;
    border-right: 3px solid #EFAE36;
}

.steps-section-four-content .icon{
    border-top: 3px solid #cf65da !important;
    border-right: 3px solid #cf65da;
}

.steps-section-one-content .sub-title-desc{
    border-left: 3px solid #2594C6;
}

.steps-section-two-content .sub-title-desc{
    border-left: 3px solid #29CC78;
}

.steps-section-three-content .sub-title-desc{
    border-left: 3px solid #EFAE36;
}

.steps-section-four-content .sub-title-desc{
    border-left: 3px solid #cf65da;
}

.reminder-followup-strategy-steps-content .points .point .content{
    margin: 0px;
}

.smarter-reminders-section{
    background: #f6f9ff;
}

.smarter-reminders-title{
    color: #404040;
}

.smarter-reminders-section .smarter-reminders-sub-title {
    display: inline-block;
    position: relative;
    max-width: 700px;
    margin: 8px auto;
    border-radius: 10px;
    font-style: oblique;
}

.smarter-reminders-section .smarter-reminders-sub-title i{
    position: absolute;
    font-size: 3em;
    opacity: 0.1;
    top: -11px;
    left: -22px;
}

.smarter-reminders-section .smarter-reminders-sub-title p{
    display: inline-block;
    padding: 10px 15px;
    border-radius: 6px;
}

.smarter-reminders-section .smarter-reminders-header .smarter-reminders-desc{
    margin: 20px auto;
    max-width: 800px;
}



/* Main Compliance page changes*/

/*Margin-bottom: 0; line Commented on this class - .modal-title-icon-div .compliance-rb-icons-div*/
/*in .modal set font-size: 13px;, before this issue is font-size inherited with HTML default size of 16px*/
/* @media only screen and (max-width: 620px){ text-align-center } */

/* compliance Overwrite*/

.modal{
    z-index: 5 !important;
    top: 28px !important;
}

.compliance-report-button,
.compliance-report-board-description,
.compliance-report-board-description{
    color: inherit !important;
}

.compliance-report-button.compliance-report-button-active{
    color: #353535 !important;
    background: rgb(223 235 255) !important;
}

.compliance-rb-screenshot-pane .carousel .carousel-item > img{
    border-radius: 15px;
}

.modal-content {
    border-radius: 28px;
    padding: 0px 20px 20px !important;
}

.modal-content img {
    border: 2px solid #0000001c;
    border-radius: 15px;
    display: block;
}

.compliance-report-board-description p span{
    color: inherit !important;
}

.compliance-report-board-nav-label{
    font-size: 1em !important;
}











/*Responsive Style*/

@media (max-width: 1157px) {
    .reminder-followup-strategy-steps-container > div {
        width: auto;
    }
}

@media (max-width: 992px) {
     .remainder-game-change-content .remainder-game-change-items-container {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
     }
     .remainder-game-change-content .remainder-game-change-items-container > div {
        grid-column: auto !important;
        grid-row: auto !important;
     }
     .remainder-game-change-content .remainder-game-change-items-container .div6{
         background: #e5fffa;
     }
     .remainder-game-change-content .remainder-game-change-items-container .div6 .icon{
         background: #afeadf7a !important;
         color: #009688 !important;
     }
     .remainder-game-change-content .remainder-game-change-items-container .div6 .content-header{
         color: #009688 !important;
     }

     .remainder-command-control-content-wrapper{
         padding: 2% 4%;
     }

     .reminder-followup-strategy-container .section{
        width: 90%;
    }
}

@media (max-width: 698px){
    .remainder-agent-banner-img img,
    .remainder-agent-section-one-img img,
    .reminder-followup-strategy-steps-container .reminder-followup-strategy-section-img,
    .reminder-followup-strategy-section-img video,
    .reminder-effortless-deployment-img img {
        display: none;
    }

    .reminder-followup-strategy-container .reminder-followup-strategy-parent,
    .load-anime{
        display: none;
    }

    .remainder-agent-banner-container{
        padding-bottom: 1px;
    }

    .remainder-agent-banner-container > div {
        margin-left: 0;
        margin-right: 0;
        display: block;
        width: 100%;
    }

    .remainder-agent-section-one-img, 
    .reminder-followup-strategy-section-img,
    .reminder-effortless-deployment-img{
        margin: 0px !important;
    }

    .remainder-agent-banner-content{
        padding: 20px 20px 0px;
    }
    .automate-reminders-container > div,
    .reminder-followup-strategy-steps-container > div,
    .reminder-effortless-deployment-content-container > div{
        width: auto;
    }

    .reminder-followup-strategy-container .section{
        min-height: auto;
    }

    .remainder-command-control-card{
         column-gap: 25px;
     }

    .reminder-followup-strategy-container .section{
        margin: 0 auto 20px;
    }
}

@media (max-width: 600px) {
     .remainder-game-change-content .remainder-game-change-items-container {
        grid-template-columns: 1fr;
     }

     .remainder-command-control-card .remainder-command-control-icon-parent,
     .remainder-command-control-card .remainder-command-control-quote{
         display: none;
     }

     .remainder-command-control-card{
         justify-content: space-evenly;
     }

     .remainder-command-control-card .remainder-command-control-desc h4{
         display: inline-block;
     }
}