.elementor-3753 .elementor-element.elementor-element-7d26a9b{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:110px;--padding-bottom:120px;--padding-left:0px;--padding-right:0px;}.elementor-3753 .elementor-element.elementor-element-7d26a9b.e-con{--e-con-transform-translateY:49px;}.elementor-3753 .elementor-element.elementor-element-fada8ab .te-box-title{text-align:center !important;}.elementor-3753 .elementor-element.elementor-element-fada8ab .build-title-wrap{margin:0px 0px 60px 0px;}.elementor-3753 .elementor-element.elementor-element-fada8ab .te-bn-subtitle{margin:0px 0px 10px 0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-3753 .elementor-element.elementor-element-6eae455{--e-transform-translateY:-49px;text-align:center;}.elementor-3753 .elementor-element.elementor-element-6eae455 .elementor-heading-title{color:#000000;}.elementor-3753 .elementor-element.elementor-element-39405cd{--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;}.elementor-3753 .elementor-element.elementor-element-39405cd.e-con{--e-con-transform-translateY:-110px;}.elementor-3753 .elementor-element.elementor-element-d219fd5{--display:flex;}@media(min-width:768px){.elementor-3753 .elementor-element.elementor-element-7d26a9b{--content-width:1320px;}}/* Start custom CSS for shortcode, class: .elementor-element-20944f6 */.cv-card {
  display: flex;
  align-items: stretch;
  max-width: 800px;
  margin: 20px auto;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  overflow: hidden;
  font-family: sans-serif;
}

/* Left Image Section */
.cv-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Make image section fixed width */
.cv-card-image {
  flex: 0 0 40%;   /* 40% width for image */
}

/* Right Content */
.cv-card-content {
  flex: 1;
  padding: 24px;
}

.cv-card-content h2 {
  margin-top: 0;
  font-size: 1.5rem;
  color: #222;
}

.cv-card-content p {
  margin-bottom: 1.2rem;
  color: #555;
  line-height: 1.4;
}

/* Responsive: Stack on small screens */
@media (max-width: 600px) {
  .cv-card {
    flex-direction: column;
  }
  .cv-card-image {
    flex: none;
    width: 100%;
  }
}/* End custom CSS */