/**
* Theme Name: Diteck Child
* Description: This is a child theme of Diteck, generated by Merlin WP.
* Author: <a href="https://wpopal.com/">Opalthemes</a>
* Template: diteck
* Version: 1.1.0
*/

/* form styles for ebook */

h1, .alpha {
  font-size: clamp(40px, 6.5vmax, 70px);
}  

h2, .beta {
  font-size: clamp(36px, 5.5vmax, 48px);
}

h3, .gamma {
  font-size: clamp(30px, 5.5vmax, 42px);
}  

h5, .omega {
  font-size: clamp(22px, 5.5vmax, 30px);
}

.footer-btn .elementor-button-icon {
  background: none;
  width: auto;
  height: auto;
}

.footer-btn .elementor-button .elementor-button-content-wrapper{
    gap: 10px;
}

.help-block.with-errors {
    padding: 2px 0px 2px 10px;
    font-size: 14px;
   
    position: absolute;
    color: red;
    font-weight: 400 !important;
}

form.theme-cforms{
    margin-bottom: 0px;
}
.form-control{
    border: 1px solid #DFDEE5 !important; 
    margin-bottom: 10px;
}
@media screen and (min-width: 1096px) {
    .form-row{
        display: flex;
        justify-content: center;
    }
    .form-control{
        margin-right: 10px;
        margin-bottom: 0px;
    }
}

/* form styles for ebook */

@media (min-width: 1025px) {
    .main-navigation ul ul.sub-menu {
        width: 300px;
    }
}

/* Homepage styles */
.icon-box-col h4{
  font-size: clamp(28px, 5.5vmax, 28px);
}

.service-accordion-content .delta{
    font-size: clamp(22px, 5.5vmax, 32px);
}
.sidebar-cta h4{
  font-size: clamp(22px, 5.5vmax, 32px);
}
.project-item .omega{
  font-size: 24px;
}
.entry-header{
  display: block !important;
}

/* Hamburger Button */
.hamburger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 22px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 20;
    padding: 0;
  }

  .hamburger .line {
    width: 100%;
    height: 4px;
    background-color: #000;
    border-radius: 2px;
    transition: all 0.3s ease;
  }

  .white-menu .hamburger .line {
    background-color: #fff;
  }

  /* Menu Overlay */
  .menu-overlay {
    position: fixed;
    top: 0;
    right: -100%;
    width: 40vw;
    height: 100%;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.2);
    transition: right 0.5s ease;
    z-index: 15;
  }

  .menu-overlay.active {
    right: 0;
  }

  /* Close Button */
  .close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 3rem;
    color: #000;
    background: none;
    border: none;
    cursor: pointer;
  }

  /* Menu */
  .menu {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 85%;
  }

  .menu li {
    margin: .5rem 0;
    opacity: 0; /* Initially hidden */
    transform: translateX(30px); /* Initially below */
    position: relative;
    animation: none; /* Prevent animation until triggered */
  }

  /* .menu li::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0; 
    height: 2px;
    background: white;
    transition: width 0.5s ease;
  } */

  @keyframes slide-up {
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }

  .menu li.animate {
    animation: slide-up 0.5s ease forwards;
  }

  .menu li.animate::before {
    width: 100%; /* Expand the border from right to left */
  }

  .menu a {
    text-decoration: none;
    color: #000;
    font-size: 1.8rem;
    transition: color 0.3s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }

  .menu a:hover {
    color: #ffcc00;
  }

/* Add the "+" icon as a pseudo-element */
.menu .menu-item-has-children > .menu-link::after {
  content: '+';
  font-size: 2rem;
  color: white;
  margin-left: 10px;
  transition: transform 0.3s ease;
  background-color: #000;
  padding: 2px 10px;
  line-height: 35px;
}

/* Rotate the "+" icon when active */
.menu .menu-item-has-children > .menu-link.active::after {
  content: '-';
  padding: 2px 13px;
}

.menu .dropdown {
  max-height: 0;
  overflow: hidden;
  list-style: none;
  padding: 0;
  margin: 0;
  transition: max-height 0.5s ease-in-out, padding 0.3s ease;
}

.menu-item-has-children.active .dropdown {
  max-height: 500px; /* Adjust the height if necessary */
}

.menu .dropdown li {
  margin: 0;
  padding: 0.5rem 1rem;
}

.menu .dropdown li a {
  color: #000;
  font-size: 1.2rem;
  display: block;
}

  /* Sliding Border 
  .menu li::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 3px;
    background-color: #ffcc00;
    transition: width 0.5s ease;
  }*/

  /*
  .menu li.border-animate::before {
    width: 100%;  Border expands fully 
  }

  .menu li.text-animate a {
    opacity: 1;
    transform: translateX(0); 
  }*/

  /* Bottom Menu */
  .bottom-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: -100px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    background-color: #0A0F42;
    transition: bottom 0.5s ease;
  }

  .bottom-menu.active {
    bottom: 0; /* Slide into view */
  }

  .bottom-menu li {
    padding: 1rem 1.5rem;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    opacity: 0; /* Hidden initially */
    transform: translateY(20px); /* Slide up */
    transition: opacity 0.3s ease, transform 0.3s ease;
  }

  .bottom-menu li a{
    color: #fff;
  }

  .bottom-menu li.animate {
    opacity: 1;
    transform: translateY(0); /* Slide into view */
  }

/***** Homepage resource section *****/
.custom-ebook-item{
	display: flex;
	gap: 90px;
  align-items: center;
}

@media (max-width: 1200px){
  .custom-ebook-item{
   flex-direction: column;
  }
}

.ebook-title{
  color: #170F49;
  font-weight: 600;
}

.font-outfit{
  font-family: "Outfit", Sans-serif;
}

.ebook-subtext hr{
  border-top: 2px solid #0A0F42;
  width: 22px;
}

.ebook-subtext{
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.ebook-subtext p{
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #0A0F42;
}

.ebook-excerpt{
  font-weight: 500;
  color: #6F6C90;
  font-size: 18px;
}

.ebook-list{
  display: flex;
  gap: 15px;
}

.ebook-list-icon{
  width: 32px;
}

.ebook-list-content h6{
  color: #170F49;
  font-size: 18px;
  font-weight: 600;
}

.ebook-list-content p{
  color: #6F6C90;
  font-size: 18px;
  font-weight: 500;
}

.ebook-home-form{
  margin-top: 15px;
}

.ebook-home-form .form-row{
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 100px;
  padding: 10px;
  border: 1px solid #EFF0F6;
  align-items: center;
  box-shadow: #0D0A2C0F 0px 8px 25px 0px;
}

.ebook-home-form .form-row .form-control{
  margin-right: 0px;
  width: 100%;
  border: none !important;
}

.input-group{
  width: 68%;
}

.button-group{
  width: 32%;
}

@media (min-width: 1253px) and (max-width: 1350px){
  .input-group{
    width: 62%;
  }
  
  .button-group{
    width: 38%;
  }
}  

@media (min-width: 650px) and (max-width: 1200px){
  .ebook-home-form .form-row{
    width: 565px;
  }  
}  

.input-group .form-control.book-line::placeholder {
  color: #6F6C90; 
  font-size: 18px;
  font-weight: 600;
}

.input-group .form-control.book-line::-moz-placeholder {
  color: #6F6C90; 
  font-size: 18px;
  font-weight: 600;
}

.input-group .form-control.book-line:-ms-input-placeholder {
  color: #6F6C90; 
  font-size: 18px;
  font-weight: 600;
}

.input-group .form-control.book-line::-ms-input-placeholder {
  color: #6F6C90; 
  font-size: 18px;
  font-weight: 600;
}

.button-group button{
  border-radius: 100px !important;
  background-color: #0A0F42;
  font-family: "Outfit", Sans-serif;
}

.ebook-thumb img{
  border-radius: 12px;
}

.ebook-thumb{
  /* background-color: #fff; */
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /*box-shadow: inset 0 15px 38px 0px #14142B0D, 0 6px 26px 0px #4A3AFF08;*/
  /* box-shadow: #0D0A2C0F 0px 8px 25px 0px; */
}

.ebook-title-wrap h3{
  margin-bottom: 0px;
  color: #170F49;
}

.ebook-title-wrap {
  text-align: center;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding: 30px 25px;
}

.custom-events-list{
  display: flex;
  gap: 15px;
  padding: 20px;
}

.event-thumb img{
  border-radius: 10px;
}

.custom-event-item{
  display: flex;
  flex-direction: column;
}

.single-event-item.custom-event-item{
  gap: 30px;
  align-items: center;
}


.single-event-item .event-content-section{
  justify-content: space-between;
}

@media screen and (min-width: 1024px) {
  .single-event-item .event-thumb{
    width: 32.5%;
  }
  
  .single-event-item .event-content-section{
    width: 100%;
  }
  .single-event-item.custom-event-item{
    flex-direction: row;
  }  

  .custom-events-list{
    gap: 30px;
  }
}

.event-content-section{
  display: flex;
  flex-direction: column;
  margin-top: 15px;
}

.single-event-item .event-content-section{
  margin-top: 0px;
}  

.event-excerpt{
  font-family: "Inter", Sans-serif;
  font-size: 18px;
  margin-bottom: 15px;
}

.event-excerpt p{
  margin-bottom: 15px;
}

.event-title, .event-button a{
  font-family: "Inter", Sans-serif;
}

.single-event-item .event-title{
  font-size: 43px !important;
  margin-bottom: 15px;
}
.event-title a{
  color: #0A0F42;
}

.event-button a{
  font-size: 16px;
  color: #FFFFFF;
  background-color: #0A0F42;
  padding: 12px 45px 12px 45px;
  border-radius: 100px;
  display: flex;
  gap: 10px;
  width: 250px;
  align-items: center;
  justify-content: center;;
}

.custom-btn .elementor-button .elementor-button-icon {
	background: #fff;
	border-radius: 100px;
}	

.custom-btn .elementor-button svg{
	width: 24px;
}

/* banner styles */
@media (min-width: 881px) and (max-width: 1024px) {
.secondary-tab .e-n-tabs-heading{
  flex-direction: column !important;
  margin: 0 auto;
}
}
@media (min-width: 1500px) {
  .seo-banner-img img{
    height: 550px !important;
    object-fit: cover;
  }
  .br--xl{
    display: block;
  }
}  
@media (min-width: 1545px) {
  .seo-banner-heading h1{
    line-height: 105px !important;
    font-size: 74px;
  }
  .seo-banner-img img{
    height: 610px !important;
  }
}
@media (min-width: 1700px) {
  .seo-banner-heading h1{
    font-size: 68px !important;
    line-height: 100px !important;
  }

  .seo-banner-img img{
    height: auto !important;
  }
  .seo-banner-list{

  }
  .br-xxl-inline{
    display: inline;
  }
}

/* styles for custom testimonial */
.text-center{
  text-align: center;
}
.inner-blue-boxes-icon img{
  width: auto !important;
}
.owl-carousel .item-inner{
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 10px;
  /*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);*/
  overflow: hidden;
}
.left-section {
  padding: 0px 30px 30px 0px;
}
.owl-carousel .owl-item img.quote-img{
  width: auto !important;
}
.left-section blockquote{
  margin: 0px 0px 10px 0px !important;
}
.left-section h4{
  font-size: 44px;
  margin: 0px 0px 15px 0px !important;
}
.left-section blockquote {
  font-size: 28px;
  font-weight: 400;
  line-height: 48px;
}
.left-section .rating {
  color: #10277A;
  font-size: 28px;
}
.left-section .name {
  color: #000;
  font-size: 36px;
  margin-top: 0px;
  font-weight: 600;
}
.position{
  color: #6F6F6F;
  font-size: 36px;
  font-weight: 400;
}
.right-section-inner{
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px
}
.inner-blue-boxes{
  background: #10277A;
  color: white;
  border-radius: 16px;
  padding: 30px;
}
.inner-blue-boxes h4{
  margin-top: 0px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 26px;
}
.item-heading h3{
  margin-bottom: 40px;
  color: #1A3E93;
}
.testimonial-heading{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.right-section p.right-section-info{
  font-size: 36px;
  color: #000;
  margin: 0px 0px 30px 0px !important;
}
.right-section p {
  font-size: 16px;
  line-height: 1.5;
  margin: 10px 0px 0px 0px !important;
}
.owl-prev, .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #10277A !important;
  color: #fff !important;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  border: 4px solid #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.owl-prev { left: -50px; }
.owl-next { right: -50px; }
.inner-blue-boxes{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
@media (min-width: 768px) {
  .inner-blue-boxes{
    flex-direction: row;
  }
}  
@media (max-width: 767px) {
  .item-heading h3{
    font-size: 28px !important;
  }
  .left-section h4{
    font-size: 36px !important;
  }
  .left-section blockquote {
    font-size: 18px;
    line-height: 36px;
  }
  .left-section .name{
    font-size: 24px;
  }
  .position{
    font-size: 24px;
  }
}  
@media (min-width: 1050px) {
  .owl-carousel .item-inner{
    flex-direction: row;
  }  
  .right-section {
    width: 49%;
  }
  .left-section{
    width: 49%;
  }
  .inner-blue-boxes-icon{
    width: 5%;
  }
  .inner-blue-boxes-content{
    width: 95%;
  }
}  

@media (max-width: 575px) {
  .left-section {
    text-align: center;
  }
  .right-section p.right-section-info {
    text-align: center;
  }
  .inner-blue-boxes{
    text-align: center;
  }
  .inner-blue-boxes-icon img{
    margin-inline: auto !important;
  }
  .right-section-inner{
    padding-inline: 10px !important;
  }
}  

/* table css */
.table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 10px 10px; /* Adds space between columns & rows */
  margin-top: 20px;
}
.table th, .table td {
  padding: 15px; /* Adds spacing inside cells */
  text-align: center;
  background: #fff;
}
.table td {
  font-weight: 500;
}
.table th {
  background: #1A3693;
  color: white;
  padding: 15px; /* Increases spacing inside headers */
  font-size: 27px;
}
.table td:first-child {
  font-weight: 600;
  background: #D9D9D9;
  color: #222222;
}
.table tr {
  margin-bottom: 10px;
}
.table thead tr {
  margin-bottom: 50px;
}
/* Responsive Design */
@media (max-width: 768px) {
  .table, .table thead, .table tbody, .table th, .table td, .table tr {
      display: block;
  }
  .table thead {
      display: none;
  }
  .table{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .table tr {
      margin-bottom: 15px; /* Adds spacing between stacked rows */
      border: 1px solid #ddd;
      padding: 10px;
      background: white;
      border-radius: 8px;
  }
  .table td {
      text-align: right;
      padding-left: 50%;
      position: relative;
      display: flex;
      justify-content: space-between;
      border: none; /* Remove cell borders in mobile view */
      font-size: 14px;
  }
  .table td::before {
      content: attr(data-label);
      font-weight: bold;
      position: absolute;
      left: 10px;
      text-align: left;
      color: #333;
  }
}


/* single webinar theme styles */

.webinar-banner__section{
  background-image: url('https://staging.thebinaryworks.com/wp-content/uploads/2024/12/brand-building-bg.webp');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 45px 0px;
  color: #fff;
  position: relative;
  width: 100%;
}
.webinar-banner__section::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 75%); /* Black overlay with 50% opacity */
    z-index: 1; /* Overlay stays below all content */
}
.webinar-banner__section .webinar-row > *{
  position: relative;
  z-index: 2;
}
.webinar-info-col h1{
  color: #fff;
  margin-bottom: 16px;
  font-size: 40px;
  line-height: 50px;
}
.webinar-info-col p{
  margin-bottom: 16px;
}
.webinar-info-col ul li{
  margin-bottom: 8px;
}
.single-webinar .site-content .col-full{
      padding-left: 0px !important;
      padding-right: 0px !important;
      width: 100%;
      max-width: 100%;
}
.webinar-container {
  max-width: 1740px;
  margin-left: auto;
  margin-right: auto;
  padding-left: calc(var(--gutter-width)/2);
  padding-right: calc(var(--gutter-width)/2);
}
.single-webinar .site-content{
   margin: 0px !important;
}
@media (min-width: 767px) and (max-width: 1740px) {  
  .webinar-container{
      padding-left: calc(var(--gutter-width));
      padding-right: calc(var(--gutter-width));
  }
}
@media (min-width: 1740px) {
  .webinar-info-col h1{
    font-size: 68px;
    line-height: 80px;
  }
}
.webinar-row{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.col-md-6{

}
.align-content-center{
  align-items: center !important;
}
.mb-0{
  margin-bottom: 0px !important;
}
.mt-15{
  margin-top: 15px !important;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .col-md-6 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 50%;
      max-width: 50%;
  }
}
@media (min-width: 992px) {
  .col-lg-6 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 50%;
      max-width: 50%;
  }
}

.webinar-info-col ul{
  margin: 0px;
  list-style: none;
  margin-inline: auto;
}
.webinar-form-col{
  margin-top: 30px;
}
.register-form{
  background-color: #fff;
  padding: 25px 25px;
  border-radius: 10px;
  box-shadow: 0 15px 38px 10px rgba(0,0,0,.1);
}
.webinar-form-heading{
  color: #636EDF;
  text-align: center;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 16px !important;
}
.register-form form p, .register-form .form-check{
  color: #484848;
}
.register-form form p{
  margin-bottom: 16px;
}
.webinar-form-col{
  display: flex;
  justify-content: center;
}
.webinar-info-col{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.webinar-form-col .form-group{
  margin-bottom: 25px;
}
.webinar-form-col .form-group input{
  font-size: 18px;
}
.webinar-form-col .form-control {
  width: 100%;
}
.webinar-form-col input[type="phone"]{
    font-size: 16px;
    line-height: 1.625;
    padding: 16px 25px;
    width: 100%;
    -webkit-appearance: none;
    box-sizing: border-box;
    outline: 0;
    color: var(--accent);
    transition: all ease-in-out 0.3s;
    border: none;
    border-radius: 20px;
}    
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
.help-block.with-errors {
  margin: 0;
  font-size: 12px;
  position: absolute;
  color: red;
}
.elementor-kit-9 h2.webinar-secondary-heading{
  font-size: 36px;
}
.blue-round-list-items{
  margin: 0;
}
.blue-round-list-item{
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 10px;
}
.blue-round-list-item .elementor-icon-list-icon i{
  color: #636EDF;
  transition: color 0.3s;
  width: 1.25em;
  font-size: 10px;
}
.webinar-content__section{
  padding-block: 45px;
}
.webinar-image-content__section{
  padding-block: 45px;
}
.list-left-col{
  margin-bottom: 30px;
}
.elementor-kit-9 h3.webinar-list-heading{
  font-size: 28px;
}
.webinar-content__row .webinar-list-heading{
  text-align: center;
}
.heading-description-title{
  margin-bottom: 0px;
  font-weight: 700;
  color: #000;
}
.heading-description-content{
  margin-bottom: 15px;
}
.heading-description-col{
  display: flex;
  flex-direction: column;
  text-align: center;
}
.heading-description-image-col{
  display: flex;
  padding-top: 30px;
}
.elementor-kit-9 h2.webinar-secondary-heading{
  margin-bottom: 25px;
}  
.webinar-image-content__section{
  background-color: #EEEAFF;
}
.webinar-speakers__section{
  padding-block: 80px;
}
.speaker-col{
  display: flex;
  gap: 30px;
  padding: 30px 0px;
  flex-direction: column;
  align-items: center;
}
.speaker-col p{
  margin-bottom: 0px;
}
.speaker-content-col > p{
  font-size: 18px;
}
.speaker-img-col img{
  border-radius: 20px;
}
.speaker-info h4{
  font-size: 28px;
  margin-bottom: 5px;
  margin-top: 15px;
}
@media (min-width: 576px) {
  .register-form{
    padding: 25px 45px;
  }
  .webinar-banner__section{
    padding: 60px 0px;
  } 
  .speaker-img-col{
    min-width: 200px;
  }
  .speaker-col{
    padding: 30px 30px;
  }
}  
@media (max-width: 575px) {
  .elementor-kit-9 h2.webinar-secondary-heading {
    line-height: 42px;
  }
  .heading-description-image-col{
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .list-left-col{
    margin-right: 20px;
  }
  .list-right-col{
    margin-left: 20px;
  }
  .webinar-info-col h1{
    font-size: 52px;
    line-height: 60px;
  }  
  .elementor-kit-9 h2.webinar-secondary-heading{
    font-size: 40px;
  }  
  .webinar-list-heading{
    font-size: 32px;
  }
  .webinar-content__row .webinar-list-heading{
    text-align: left;
  }
  .webinar-content__section{
    padding-block: 80px;
  }
  .webinar-image-content__section{
    padding-block: 80px;
  }
  .heading-description-image-col{
    padding-left: 30px;
  }
  .heading-description-col{
    text-align: left;
  }  
  .speaker-img-col {
    width: 200px;
  }
}
@media (max-width: 991px) {
  .webinar-info-col h1, .webinar-info-col p{
    text-align: center;
  }
}  
@media (min-width: 992px) {
  .register-form{
    margin-left: 30px;
  }
  .webinar-form-col{
    justify-content: flex-end;
  }
  .webinar-info-col{
    align-items: flex-start;
  }
  .webinar-info-col ul{
    margin-inline: inherit;
  }
  .webinar-form-col{
    margin-top: 0px;
  }
  .elementor-kit-9 h2.webinar-secondary-heading{
    font-size: 48px;
  }  
  .speaker-col{
    align-items: flex-start;
  }  
}  
@media (min-width: 1025px) {
  .webinar-image-content__row{
    padding-inline: 100px;
  }
  .webinar-image-content__row{
    margin-top: 25px;
  }
}  
@media (max-width: 1024px) {
  .speaker-col{
    text-align: center;
  }
}  
@media (min-width: 1361px) {
  .speaker-col{
    flex-direction: row;
  }
  .speaker-img-col {
    width: auto;
  }
}  

.single-b2b-marketing .col-full {
  padding-left: 0px !important;
  padding-right: 0px !important;
}


/* Homepage Blog styles */

/* Events page styles */
.custom-resource-layout .entry-header{
  display: block !important;
}

.custom-resource-layout .blog-grid .entry-excerpt, .custom-resource-layout .blog-grid .more-link-wrap{
  display: block;
}

.custom-resource-layout .d-grid{
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.upcoming-events-layout .d-grid{
  grid-template-columns: repeat(1, 1fr) !important;
}

.upcoming-events-layout .blog-grid{
  display: grid;
  grid-template-columns: 3.4fr 7fr; /* 30% and 70% using fraction-based sizing */
  gap: 30px;
  align-items: center;
}

@media (max-width: 1024px) {
  .custom-resource-layout .d-grid{
    grid-template-columns: repeat(2, 1fr);
  }
  .upcoming-events-layout .blog-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr)); /* Default equal columns */
  }
  
}
@media (max-width: 768px) {
  .custom-resource-layout .d-grid{
    grid-template-columns: repeat(1, 1fr);
  }
  .upcoming-events-layout .blog-grid{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.custom-resource-layout{
  width: 100% !important;
  margin-bottom: 60px;
}

.events-layout .more-link-wrap a.more-link{
  width: auto;
  padding-left: 16px;
  border-radius: 8px;
  font-size: 16px;
  height: 40px;
}

.events-layout .button-style-icon .elementor-button-icon{
    width: 38px;
    border-radius: 8px;
    height: 40px;
}

.events-layout .more-link-wrap{
  position: unset !important;
  transform: none !important;
}

.events-layout .blog-grid .entry-title{
  font-size: 24px;
  margin-top: 18px;
}
.events-layout .upcoming-events-layout .blog-grid .entry-title{
  margin-top: 0px;
  font-size: 32px;
}
.past-events-layout{
  margin-top: 60px;
}
.upcoming-events-layout .entry-excerpt{
  font-size: 20px;
}
.ebook-featured{
  padding: 20px 80px 0px 20px;
  background: url(/wp-content/uploads/2024/12/bg-body2.png) #E6E8FF top left no-repeat;
}
@media (max-width: 768px) {
  .events-layout .upcoming-events-layout .blog-grid .entry-title{
    font-size: 24px;
  }
  .upcoming-events-layout .entry-excerpt{
    font-size: 18px;
  }
}  