.elementor-944 .elementor-element.elementor-element-e47cd53{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--background-transition:0.3s;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:50px;--padding-bottom:0px;--padding-left:80px;--padding-right:50px;}.elementor-944 .elementor-element.elementor-element-e47cd53:not(.elementor-motion-effects-element-type-background), .elementor-944 .elementor-element.elementor-element-e47cd53 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-text );}.elementor-944 .elementor-element.elementor-element-e47cd53, .elementor-944 .elementor-element.elementor-element-e47cd53::before{--border-transition:0.3s;}.elementor-widget-heading .elementor-heading-title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );letter-spacing:var( --e-global-typography-primary-letter-spacing );}.elementor-944 .elementor-element.elementor-element-430d48c .elementor-heading-title{color:var( --e-global-color-84f8b6f );font-family:"Brisk", Sans-serif;font-size:5rem;font-weight:200;letter-spacing:1.4px;}.elementor-944 .elementor-element.elementor-element-dc172cf > .elementor-widget-container{margin:50px 0px 0px 0px;}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{letter-spacing:var( --e-global-typography-primary-letter-spacing );}.elementor-944 .elementor-element.elementor-element-430d48c .elementor-heading-title{font-size:4rem;}}@media(max-width:767px){.elementor-944 .elementor-element.elementor-element-e47cd53{--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.elementor-widget-heading .elementor-heading-title{letter-spacing:var( --e-global-typography-primary-letter-spacing );}.elementor-944 .elementor-element.elementor-element-430d48c .elementor-heading-title{font-size:3rem;}}/* Start custom CSS for html, class: .elementor-element-dc172cf */.edu-timeline {
      width: 100%;
      max-width: 800px;
      margin: ;
      position: relative;
      padding: 0 20px;
    }

    .edu-timeline-item {
      display: flex;
      align-items: flex-start;
      margin-bottom: 50px; /* Spacing between timeline items */
    }

    .edu-icon {
      flex-shrink: 0;
      width: 70px; /* Icon width */
      height: 70px; /* Icon height */
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
    }

    .edu-icon .edu-star {
      font-size: 34px;
    }

    .edu-content {
      display: flex;
      flex-direction: column;
      margin-left: 20px; /* Space between icon and content */
      width: calc(100% - 90px); /* Adjusted width for proper spacing */
    }

    .edu-year {
      font-family: "Brisk", sans-serif;
      color: #000;
      font-size: 1.2em;
      font-weight: bold;
      margin-bottom: 10px;
    }

    .edu-details {
      font-family: "Questrial", sans-serif;
      color: #000;
      line-height: 1.6;
      letter-spacing: 0.4px;
    }

    .edu-details p {
      margin: 0 0 10px; /* Spacing between paragraphs */
    }

    .edu-details p:last-child {
      margin-bottom: 0; /* Remove margin from last paragraph */
    }
    
    @media screen and (max-width: 768px) {
  .edu-timeline {
    padding: 0 15px;
  }

  .edu-timeline-item {
    flex-direction: column;
    
  }

  .edu-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 10px; /* Add space below the icon for smaller screens */
  }

  .edu-icon .edu-star {
    font-size: 28px; /* Reduce star size for smaller screens */
  }

  .edu-content {
    width: 100%; /* Take full width on small screens */
 /* Center align text */
    margin-left: 0; /* Remove margin when stacked vertically */
  }

  .edu-year {
    font-size: 1em; /* Adjust font size for the year */
  }

  .edu-details {
    font-size: 0.9em; /* Reduce font size for details */
    line-height: 1.4; /* Adjust line height for better readability */
  }
}

@media screen and (max-width: 480px) {
  .edu-icon {
    width: 40px;
    height: 40px;
  }

  .edu-icon .edu-star {
    font-size: 22px; /* Further reduce star size for very small screens */
  }

  .edu-year {
    font-size: 0.9em;
  }

  .edu-details {
    font-size: 0.8em;
  }
}

@media screen and (min-width: 769px) {
  .edu-timeline {
    max-width: 1200px; /* Wider layout for large screens */
    margin: 50px auto;
  }

  .edu-timeline-item {
    margin-bottom: 60px; /* Increase spacing between items */
  }

  .edu-icon {
    width: 80px; /* Larger icon for larger screens */
    height: 80px;
  }

  .edu-icon .edu-star {
    font-size: 36px; /* Increase star size for larger screens */
  }

  .edu-content {
    margin-left: 25px; /* Increase spacing between icon and content */
  }

  .edu-year {
    font-size: 1.4em; /* Larger font size for the year */
  }

  .edu-details {
    font-size: 1em;
    line-height: 1.8; /* Improved readability for larger screens */
  }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Brisk';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://shubhamshah.in/wp-content/uploads/2024/11/BrasikaDisplay.ttf') format('truetype');
}
/* End Custom Fonts CSS */