.plan-25-page-template section .section-title h2{font-size:clamp(2rem,-1.5rem + 8vw,3.125rem)}
.plan-25-page-template section .section-title p{font-size:1.75rem;}
.plan-25-intro-video-module {    
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 40px 0;
  background-image: url(//20091681.fs1.hubspotusercontent-na1.net/hubfs/20091681/raw_assets/public/disprz/images/plan-25-Header-banner-Layout-min.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
{# .plan-25-intro-video-module::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(//20091681.fs1.hubspotusercontent-na1.net/hubfs/20091681/raw_assets/public/disprz/images/plan-25-Header-banner-Layout-min.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
} #}

.plan-25-intro-video-module .event-info {
  display: flex;
  align-items: center;
  gap: 20px;
}

.plan-25-intro-video-module .event-date, 
.plan-25-intro-video-module .event-time {
  display: flex;
  align-items: center;
  gap: 8px;
}

.plan-25-intro-video-module .event-date img, 
.plan-25-intro-video-module .event-time img {
  width: 35px;
  height: 35px;
}
.plan-25-intro-video-module .countdown-wrapper h4,
.plan-25-intro-video-module .event-date span, 
.plan-25-intro-video-module .event-time span {
  font-size: 1.25rem;
  font-size: clamp(1rem, -1.5rem + 8vw, 1.25rem);
  font-weight: 700;
}

.plan-25-intro-video-module .event-img-wrapper img {max-width:420px;}
.plan-25-intro-video-module .event-description-wrapper h4 {font-weight:400;line-height: 1.5;}

.countdown-wrapper .countdown-timer {
  display: flex;
  text-align: center;
  gap:1.5rem;
}

.countdown-wrapper .countdown-timer .time-box {
  display: flex;
  flex-direction: column; /* Places the label below the time */
  align-items: center;
}

.countdown-wrapper .countdown-timer .time {
  font-size: 2rem;
  font-weight: bold;
  padding: 10px; /* Adds space inside the border */
  border: 2px solid #6881E7; /* Adds a solid border around the time */
  border-radius: 5px; /* Optional: Rounds the corners */
  width: 70px; /* Set a fixed width for consistency */
  text-align: center;
}

.countdown-wrapper .countdown-timer .label {
  font-size: 0.8em;
  margin-top: 10px; /* Adds space between the time and label */
  color: #555;
}

.plan-25-intro-video-module .videos-wrapper {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.plan-25-intro-video-module .form-wrapper{
  background:var(--white);
  padding:1.25rem;
  border-radius: 10px;
  border-top: 10px solid #6881E7;
}
.plan-25-intro-video-module .form-wrapper .hs-form .actions{text-align:center; margin-top:1.5rem;}
.plan-25-intro-video-module .form-wrapper .hs-form .hs-button {
  background: #6881E7;
  position: relative;
  text-align: center;
  font-size:1.5rem;
}

.plan-25-intro-video-module .form-wrapper .hs-form .hs-button::after {
    content: "\f182";
    font-family: "LineAwesome", sans-serif;
    position: absolute;
    right: 15px; /* Position the icon */
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.4rem;
    color: #fff; /* Adjust icon color as needed */
}

.plan-25-intro-video-module .form-wrapper .hs-form .hs-button:hover {
    background: var(--dark);
}

.plan-25-time-line-module .section-content-wrapper {padding:40px 0; position:relative;z-index:0}
.plan-25-time-line-module .section-content-wrapper p{font-size:1.563rem}
.plan-25-time-line-module .section-content-wrapper .rectangle{
  position: absolute;
    top: 236px;
    left: -73px;
    z-index: -1;}
.plan-25-time-line-module .section-content-wrapper h2 {
  font-size:clamp(2rem,-1.5rem + 8vw,3.125rem);
  background: #6881E7;
  background: linear-gradient(to right, #6881E7 0%, #B380F3 20%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.plan-25-time-line-module .section-content-wrapper img{border-radius: 16px; margin-top:2rem; }
.plan-25-time-line-module .mesh-circle-gradient-lg {
    background: radial-gradient(at top left, #6881e7, #b080f3);
    border-radius: 50%;
    display: inline-block;
    filter: blur(100px);
    height: 200px;
    position: absolute;
    right: 150px;
    top: 110px;
    width: 200px;
}
.plan-25-time-line-module .mesh-circle-gradient-sm {
    background: radial-gradient(at top left, #6881e7, #b080f3);
    border-radius: 50%;
    display: inline-block;
    filter: blur(80px);
    height: 150px;
    position: absolute;
    left: 100px;
    top: 180px;
    width: 150px;
}
.plan-25-time-line-module .mesh-rectangle-lg {
    background: rgb(106 129 231 / 20%);
    border-radius: 12px;
    bottom: -18px;
    display: inline-block;
    height: 130px;
    position: absolute;
    right: -30px;
    width: 250px;
}
.plan-25-time-line-module .time-line-wrapper {
  display: flex;
  justify-content: center; /* Center align the timeline */
}

.plan-25-time-line-module .time-line-wrapper .time-line-container {
  display: flex;
  justify-content: center;
  text-align: center;
  width: 100%;
}

.plan-25-time-line-module .time-line-wrapper .timeline {
  border-left: 2px solid #E0E0E0;
  position: relative;
  padding: 120px 0 120px 50px;
  list-style: none;
  text-align: left;
  margin-left: 260px;
}
.plan-25-time-line-module .time-line-wrapper .timeline h4 {
  font-size: 1.5rem;
  font-weight: 700;
}
.plan-25-time-line-module .time-line-wrapper .timeline p {font-size:1.5rem}
.plan-25-time-line-module .time-line-wrapper .timeline .event {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
  margin-bottom: 1.5rem;
  position: relative;
}
.plan-25-time-line-module .time-line-wrapper .timeline .event:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
.plan-25-time-line-module .time-line-wrapper .timeline .event:before,
.plan-25-time-line-module .time-line-wrapper .timeline .event:after {
  position: absolute;
  display: block;
  top: 0;
}
.plan-25-time-line-module .time-line-wrapper .timeline .event:before {
  left: -260px;
  color: var(--dark);
  content: attr(data-date);
  text-align: center;
  font-weight: 400;
  font-size: 1.75rem;
  min-width: 172px;
  background: rgb(237 220 185);
  padding:5px;
  border-radius:35px;
  top: -7px;
}
.plan-25-time-line-module .time-line-wrapper .timeline .event:after {
  content: "";
  left: -57px;
  background: #161616;
  border-radius: 50%;
  height: 12px;
  left: -57px;
  top: 10px;
  width: 12px;
}
.plan-25-time-line-module .time-line-wrapper .timeline .event span{
    display: block;
    position: absolute;
    width: 52px;
    height: 2px;
    background: #E0E0E0;
    left: -100px;
    top: 15px;
    z-index: -1;
}


.plan-25-speakers-module {background: #6881E7; z-index: 1; position:relative; background-image: linear-gradient(#6881E7, #5870D3);}

.plan-25-speakers-module::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(//20091681.fs1.hubspotusercontent-na1.net/hubfs/20091681/raw_assets/public/disprz/images/bg-speakers.png);
  background-size: 96%;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
} 

.plan-25-speakers-module .speaker-card {
  text-align: center;
  transition: transform 0.3s ease;
  padding: 1rem;
  background:#fff;
  width:100%;
  -webkit-border-radius: .3rem;
    border-radius: .3rem;
    -webkit-box-shadow: 0 5px 10px rgba(105, 106, 119, .05);
    box-shadow: 0 5px 10px rgba(105, 106, 119, .05);
}
.plan-25-speakers-module .speaker-card:hover {
  transform: translateY(-10px); /* Lift effect on hover */
}
.plan-25-speakers-module .speaker-card .speaker-img {
  width: 180px;
  height: 180px;
  margin: 0 auto;
  border-radius: 75%;
  overflow: hidden;
  object-fit: none;
  position: relative;
}
.plan-25-speakers-module .speaker-card .speaker-img img {
  max-height: 100%;
  min-width: 100%;
  min-height: 100%;
  transform: scale(1.1);
}
.plan-25-speakers-module .speaker-details {
  padding: 1rem 0;
}
.plan-25-speakers-module .speaker-name {
  font-size: 1.563rem;
  margin: 0 0 1rem;
    color: var(--dark);
}
.plan-25-speakers-module .speaker-designation {
  font-size: 1.25rem;
  line-height:1.3;
  color: var(--dark);
  margin: 0;
}
.plan-25-speakers-module .c_logo{
  max-width: 110px;
  height: auto;
  background: #fff;
  padding: 5px;
  border-radius: 2px;
  margin: 10px auto 0;
}
.key-topics-module .rectangle-shape-1 {
  background: #F7F5FD;
  border-radius: 65px;
  bottom: -18px;
  display: inline-block;
  height: 550px;
  position: absolute;
  right: -24%;
  width: 450px;
  rotate: -40deg;
}
.key-topics-module .rectangle-shape-2 {
  background: #F7F5FD;
  border-radius: 65px;
  bottom: -120px;
  display: inline-block;
  height: 550px;
  position: absolute;
  left: -24%;
  width: 450px;
  rotate: -40deg;
}
.key-topics-module .mesh-circle-gradient-sm {
  background: radial-gradient(at top left, #6881e7, #b080f3);
  border-radius: 50%;
  display: inline-block;
  filter: blur(80px);
  height: 120px;
  left: 250px;
  position: absolute;
  top: 100px;
  width: 120px;
}
.key-topics-module .section-title h2{
display: inline-block;
      border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    background: #CCBCF5;
    padding: 1.2rem 4.5rem;
    background: -moz-linear-gradient(270deg, rgb(177 128 243 / 49%) 0%, rgb(104 129 231 / 50%) 100%);
    background: -webkit-linear-gradient(270deg, rgb(177 128 243 / 49%) 0%, rgb(104 129 231 / 50%) 100%);
    background: linear-gradient(270deg, rgb(177 128 243 / 49%) 0%, rgb(104 129 231 / 50%) 100%);
}
.key-topics-module .section-title p{font-size:1.75rem;}
.plan25-key-features {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 1rem;
}

.plan25-key-features .custom-box {
  align-items: center;
  display: flex;
  flex: 1 1 auto;
  font-size: 2rem;
  font-weight:700;
  justify-content: center;
  text-align: center;
  padding: .8rem 1.8rem;
  border-radius: 6px;
  transition: transform 0.3s ease;
}
.plan25-key-features .custom-box:hover{transform: translateY(-10px);}
        /* Separate colors for each box */
.plan25-key-features .box-1 { background-color: #CCBCF5; }
.plan25-key-features .box-2 { background-color: #FF9E9E; }
.plan25-key-features .box-3 { background-color: #F3DBB3; }
.plan25-key-features .box-4 { background-color: #EFB1F3; }
.plan25-key-features .box-5 { background-color: #CCBCF5; }
.plan25-key-features .box-6 { background-color: #FF9E9E; }
.plan25-key-features .box-7 { background-color: #F3DBB3; }
.plan25-key-features .box-8 { background-color: #EFB1F3; }
.plan25-key-features .box-9 { background-color: #CCBCF5; }
.plan25-feature-boxes {background-color:#6881E7; position:relative; z-index: 1;}
.plan25-feature-boxes .section-title h2{font-size:3rem;font-weight: 400;}
.plan25-feature-boxes .section-title h2 span{font-weight:800; display: block;}
.plan25-feature-boxes .feature-boxes .icon-box-nine {border-radius: 1.25rem;-webkit-box-shadow: 0 5px 10px rgb(105 106 119 / 24%);
    box-shadow: 0 5px 10px rgb(105 106 119 / 24%);}
.plan25-feature-boxes .feature-boxes .icon-box-nine h4{font-size:1.875rem;}
.plan25-feature-boxes .feature-boxes .icon-box-nine  p{font-size:1.4rem}
.feature-boxes .icon-box-nine img{ width:76px; margin-bottom: 1.5rem;} 
.plan25-gifts-module { position:relative;} 
.plan25-gifts-module .mesh-circle-gradient-sm {
  background: radial-gradient(at top left, #6881e7, #b080f3);
  border-radius: 50%;
  display: inline-block;
  filter: blur(60px);
  height: 150px;
  right: 66px;
  position: absolute;
  top: 50px;
  width: 150px;
  z-index: -1;
}
.plan25-gifts-module .ima-wrapper {padding-bottom: 120px;}
.plan25-gifts-module .ima-wrapper .yellow-polygon {position: absolute; left: 48%;top: 20px;}
.plan25-gifts-module .ima-wrapper .pink-polygon {position: absolute; right: -6%; top: 46%;}
.plan25-gifts-module .ima-wrapper .blue-polygon {position: absolute; left: 60%; bottom: -3%;}

.plan25-cta-module {background-color: #6881E7;} 
.plan25-cta-module .btn-lg{font-size:2.188rem; font-weight:700;}
@media (min-width: 768px) {
  .plan25-gifts-module {padding-top:120px; overflow: hidden;}
  .plan25-gifts-module  .ima-wrapper img {max-width:650px;}   
 .intro-circle-gradient-lg {
   background-image: url(//20091681.fs1.hubspotusercontent-na1.net/hubfs/20091681/raw_assets/public/disprz/images/intro-circle.png);
   background-repeat: no-repeat;
   background-size: cover;
   bottom: -87px;
   display: inline-block;
   height: 765px;
   position: absolute;
   right: -26%;
   width: 765px;
   z-index: -1;
   content: '';
}
  .plan-25-intro-video-module::before{
  background-image: url(//20091681.fs1.hubspotusercontent-na1.net/hubfs/20091681/raw_assets/public/disprz/images/rectangle-dot-shape.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 450px;
  left: -24%;
  position: absolute;
  width: 450px;
  z-index: -1;
  bottom: -10%;
  }
  .plan25-feature-boxes::before {
  background-image: url(//20091681.fs1.hubspotusercontent-na1.net/hubfs/20091681/raw_assets/public/disprz/images/circle-dot-shape.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 450px;
  left: -20%;
  position: absolute;
  width: 450px;
  z-index: -1;
  bottom: -10%;
}
  .plan25-gifts-module .rectangle-shape-1 {
  background-image: url(//20091681.fs1.hubspotusercontent-na1.net/hubfs/20091681/raw_assets/public/disprz/images/polygon-shape.png);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -135px;
  display: inline-block;
  height: 500px;
  position: absolute;
  right: -16%;
  rotate: 253deg;
  width: 450px;
  z-index: 1;
  content: '';
}
.plan25-gifts-module .rectangle-shape-2 {
  background-image: url(//20091681.fs1.hubspotusercontent-na1.net/hubfs/20091681/raw_assets/public/disprz/images/polygon-shape.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: 36px;
  display: inline-block;
  height: 500px;
  position: absolute;
  left: -22%;
  rotate: 10deg;
  width: 450px;
  z-index: 1;
  content: '';
}
  .plan25-feature-boxes .section-title h2{font-size: 4.125rem !important;} 
  
  .plan25-gifts-module .ima-wrapper .gr_rectangle{
  background: linear-gradient(90deg, #6881E7, #B380F3);
  padding: 1.5rem;
  position: absolute;
  top: 53px;
  width: 70%;
  border-radius: 30px;
  right: 0;
  z-index: -1;
  display: flex;
  justify-content: end;
}

.plan25-gifts-module .ima-wrapper h3{
  color: #fff;
  font-size: 2.188rem;
  border-radius: 30px;
  width: 62%;
  margin-bottom: 0;
}
.plan25-gifts-module  .ima-wrapper p{
  font-size: 1.7rem;
  position: absolute;
  top: 240px;
  max-width: 39%;
  right: 40px;
  padding-bottom: 80px;
} 
}
@media (max-width: 1200px) {
  .plan-25-intro-video-module {
    padding: 60px 0;
  }
}

@media (max-width: 992px) {
  .plan-25-intro-video-module {
    padding: 50px 0;
  }
  .plan25-key-features .custom-box {
    flex: 1 1 calc(50% - 20px); /* 2 items per row on tablets */
  }
}

@media (max-width: 768px) {
  .plan-25-intro-video-module {
    padding: 40px 0;
  }
  
  .plan25-key-features .custom-box {
    flex: 1 1 calc(100% - 20px); /* 1 item per row on small screens */
  }

  .plan-25-intro-video-module::before {
    background-position: top center;
  }
  .plan-25-time-line-module .time-line-wrapper .timeline {margin-left: 155px;}
  .key-topics-module .rectangle-shape-2{display:none}
  
  .plan25-gifts-module .ima-wrapper .gr_rectangle{
  background: linear-gradient(90deg, #6881E7, #B380F3);
  padding: 1.5rem;
  border-radius: 30px;
  display: flex;
  justify-content: end;
}

.plan25-gifts-module .ima-wrapper h3{
  color: #fff;
  font-size: 2.188rem;
  border-radius: 30px;
  margin-bottom: 0;
}
.plan25-gifts-module  .ima-wrapper p{
  font-size: 1.7rem;
  margin-top: 1.5rem;
}
.plan25-gifts-module .ima-wrapper .yellow-polygon {
    position: absolute;
    left: 60%;
    top: -34px;
}
  .plan-25-time-line-module .time-line-wrapper .timeline p {font-size: 1rem;} 
  .plan-25-time-line-module .time-line-wrapper .timeline h4 {font-size: 1.25rem;}
  .plan-25-time-line-module .time-line-wrapper .timeline .event:before {left: -200px; min-width: 120px;font-size: 1rem;
  top: 0px;}
  .plan25-key-features .custom-box {font-size: 1.5rem;}
  .plan25-cta-module .btn-lg{font-size:1.188rem; font-weight:700;}
}

@media (max-width: 576px) {
  .plan-25-intro-video-module {
    padding: 30px 0;
  }

  .plan-25-intro-video-module::before {
    background-size: auto 100%;
  }
  .time-line-container {margin-top: 50px;}
  .plan-25-time-line-module .mesh-circle-gradient-lg {
    background: radial-gradient(at top left, #6881e7, #b080f3);
    border-radius: 50%;
    display: inline-block;
    filter: blur(100px);
    height: 150px;
    position: absolute;
    right: 150px;
    top: 110px;
    width: 150px;
}
  .plan-25-time-line-module .mesh-circle-gradient-sm {
    background: radial-gradient(at top left, #6881e7, #b080f3);
    border-radius: 50%;
    display: inline-block;
    filter: blur(100px);
    height: 80px;
    position: absolute;
    left: 150px;
    top: 110px;
    width: 80px;
}
  .plan25-feature-boxes .section-title h2{font-size:42px;font-weight: 400;}
  
}
