@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap');
*{
  font-family: "Lora", serif;
}
html,body{
  margin: auto;
}

/* ── Single post hero banner ─────────────────────────────── */
.Single-page-banner2 {
  display: flex;
  align-items: center;
  gap: 48px;
  padding: 120px 80px 60px;
  width: 100%;
  min-height: 560px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #0057d9 0%, #0041a8 50%, #002d7a 100%);
}

/* Dot-grid overlay — same pattern as blog archive hero */
.Single-page-banner2::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255,255,255,0.11) 1px, transparent 1px);
  background-size: 32px 32px;
  pointer-events: none;
  z-index: 0;
}

/* Soft centre radial glow */
.Single-page-banner2::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 70% at 30% 50%, rgba(0,114,255,0.30) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

/* Left — title block */
.singer-page-title {
  width: 50%;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* Category badge */
.sp-category-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.30);
  background: rgba(255,255,255,0.12);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #fff;
  width: fit-content;
}
/*
Theme Name: Cryptiecraft Blog
Theme URI: https://cryptiecraft.com/
Author: Your Name
Author URI: https://cryptiecraft.com/
Version: 1.0
Description: Custom blog-only theme for Cryptiecraft.com
*/

.breadcrumb {
  display: flex;
  align-items: center;
  font-family: sans-serif;
  font-size: 14px;
  color: #666;
  gap: 6px; /* Space between items */
  flex-wrap: wrap; /* Optional: allows line wrapping on small screens */
}

.breadcrumb a {
  text-decoration: none;
  color: #444;
}

.breadcrumb .separator {
  display: flex;
  align-items: center;
  font-size: 16px; /* Adjust as needed */
  color: #888;
}

.breadcrumb .separator i {
  vertical-align: middle;
}

.breadcrumb .active {
  color: #0072FF;
  font-weight: bold;
}


.sp-category-badge i { font-size: 10px; }

/* H1 */
.Single-page-banner2 .Single-page-banner-title {
  font-size: clamp(26px, 3.5vw, 44px) !important;
  font-weight: 800;
  line-height: 1.25;
  color: #fff;
  margin: 0;
  padding: 0;
  position: relative;
}

/* Decorative left accent bar on H1 */
.Single-page-banner2 .Single-page-banner-title::before {
  content: "";
  display: block;
  width: 48px;
  height: 4px;
  border-radius: 2px;
  background: rgba(255,255,255,0.50);
  margin-bottom: 16px;
}

/* Meta row */
.sp-meta-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px 14px;
  margin-top: 4px;
}

.sp-meta-row span {
  font-size: 13px;
  color: rgba(255,255,255,0.72);
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.sp-meta-row span i { font-size: 12px; opacity: 0.75; }
.sp-meta-dot { color: rgba(255,255,255,0.30) !important; }

/* Right — image */
.single-banner2-img {
  width: 50%;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Decorative offset frame behind the image */
.single-banner2-img::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 20px;
  right: -12px;
  bottom: -12px;
  border-radius: 18px;
  border: 2px solid rgba(255,255,255,0.15);
  pointer-events: none;
  z-index: 0;
}

.single-banner2-img img.banner-images {
  width: 100%;
  object-fit: cover;
  border-radius: 16px !important;
  border: 2px solid rgba(255,255,255,0.18) !important;
  box-shadow:
    0 30px 70px rgba(0,0,0,0.35),
    0 8px 20px rgba(0,0,0,0.20),
    0 0 0 1px rgba(255,255,255,0.08);
  display: block;
  position: relative;
  z-index: 1;
}

/* Date stamp */
.Single-page-banner-footer { display: none; }

/* Mobile: center badge + meta on small screens */
@media (max-width: 786px) {
  .sp-category-badge { margin: 0 auto; }
  .sp-meta-row { justify-content: center; }
  .Single-page-banner2 .Single-page-banner-title { text-align: center; }
}

.Single-page-banner2 .single-page-heading {
  width: 100%;
}
.single-page-linked-in .profile-img{
  position: relative;
}
.single-page-linked-in{
  display: flex;
  padding: 20px;
  width: 500px;
  background-color: #0077B5;
  align-items: center;
  border-radius: 20px;
}
.share{
  display: flex;
  gap: 10px;
  align-items: center;
}
.profile-author-name{
  padding: 0px 20px;
}

.share img{
  width: 25px;
}
.share h4{
    color: white;

}
.profile-author-name h4{
  color: white;
  font-size: 18px;
}
.profile-author-name p{
  font-size:16px ;
  color: white;
}
.single-page-linked-in .profile-img .profile-linked-icon img{
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.profile-author-container{
  display: flex;
  gap: 15px;
  align-items: center;
  padding: 10px 0px;
}
.profile-author-container .profile-author1{
display: flex;
align-items: center;
}
.profile-author-container i{
  font-size: 24px;
  color: white;
}
.profile-author-container p{
  margin: 0px;
  color: white;
  font-size: 18px;
}
.profile-author-container .profile-author1 p{
  padding: 10px;
  margin: 0px;
}
.profile-author-container .profile-author2 p{
  padding:0px 10px;
  margin: 0px;
  font-size: 17px;
}
.profile-author-container .profile-author3 p{
  padding:0px 10px;
  margin: 0px;
  font-size: 17px;
}
.profile-author-container .profile-author2{
display: flex;
align-items: center;
gap: 10px;

}
.profile-author-container .profile-author3{
display: flex;
align-items: center;

}
.profile-author-img{
  width: 70px;
  height: 70px;
 
} 
.profile-author2-name{
  font-weight: 700;
}
.profile-author-img img{
  width:100%;
  height: 100%;
   object-fit: cover;
  border-radius: 50%;
}
.active-blog-page{
  font-weight: 600;
  color: #0072FF !important;
}
.single-page-profile-card{
  display: flex;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 20px;
  padding-block: 50px;
  padding-inline: 20px;
}
.profile-card-img{
  width: 120px;
  height: 120px;

}

.profile-card-img img{
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #ccc;
}
@media(max-width:1023px){
  
.Single-page-banner2 {
 flex-direction: column !important;
  height: auto;
  justify-content: center !important;
  align-items: center !important;
  padding: 40px ;
  max-width: 100%;

}
.banner-images{
  
  max-width: 100%;
}

}
@media (max-width:992px) {
.banner-images{
margin: 0px auto;
}
.singer-page-title{
  width: 100%;
}
}
@media(max-width:786px){
  .Single-page-banner2 {
 padding:40px 20px;

}
.profile-author-container{
  justify-content: center;
}
.share{
  justify-content: center;
}
}
@media(max-width:992px){
  .Single-page-banner2{
    flex-direction: column;
    height: auto;
    justify-content: center !important;
    align-items: center;

}
.Single-page-form {
display: none;
padding: 0px;
}

}
@media(max-width:786px){
  .single-banner2-img{
    width: 100%;
  }
  .Single-page-banner2 .Single-page-banner-title{
   font-size: 40px !important;
   text-align: center;
}
.Single-page-banner2{
  padding-inline: 20px;
  padding-block: 50px;
}
}
@media(max-width:768px){
  
.single-banner2-img img{
  width: 100%;
}

.single-page-linked-in{
 
  width: 300px;
 max-width: 100%;
}


}
@media(max-width:600px){
  .profile-author-container{
  flex-wrap: wrap;
  justify-content: center;
}
}
@media (max-width:486px) {
.Single-page-banner2 .Single-page-banner-title{
   font-size:30px !important;
  
}
.profile-author-container{
  flex-direction: column !important;
  margin: auto;
  align-items: center;
}

}
@media(max-width:426px){

.single-page-linked-in{
  
  width: 200px;
  max-width: 100%;
 
}
}
.Single-page-banner2 .Single-page-banner-footer {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
.Single-page-banner2 .Single-page-banner-footer span{
  font-size: 14px !important;
color: white;
}
.share h4{
  padding: 5px 0px 0px 0px;
  font-size: 20px;
}
.share .social-media-icon{
display: flex;
gap: 10px;
}

.social-media-icon1 i{
  color: black;
  font-size: 30px !important;
}

@media(max-width:486px){
  .social-media-icon1 i{
  color: white;
  font-size: 20px !important;
}
.Single-page-banner2 .Single-page-banner-footer span{
  width: 100%;
  text-align: center;
}
}
.Single-page-banner2 .Single-page-banner-timestamp{
  color: #000;
}
.profile-img .author-images{
  width: 100px;
}

.Single-page-banner-timestamp {
  font-size: 14px;
  color: white;
}

.Single-page-banner-profile {
  display: flex;
  align-items: center;
  gap: 10px;
}

.Single-page-banner-profile-image {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
}

.Single-page-banner-profile-info {
  text-align: left;
}

.Single-page-banner-author-name {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: white;
}

.Single-page-banner-author-desc {
  margin: 0;
  font-size: 13px;
  color: white;
}


/* Responsive adjustments */
@media (max-width: 576px) {
  .Single-page-banner-footer {
    /* flex-direction: column-reverse; */
    align-items: center;
    gap: 10px;
    text-align: center;
  }

  .Single-page-banner-timestamp {
    margin-top: 10px;
  }

  .Single-page-banner-profile-info {
    text-align: center;
  }
}


.Single-page-blog-content h2{
  scroll-margin-top: 140px;
  font-size: 28px !important;
  margin-block: 20px !important;
} 
.Single-page-blog-content p a{
  color: transparent;
  background: linear-gradient(135deg, rgba(0,114,255,0.85), rgba(0,68,153,0.85));
  text-decoration: none;
  background-clip: text;
font-weight: 600;
}
/* Sidebar Sticky Wrapper */
/* TOC Box Styling with Background Gradient */
.Single-page-toc-box {
  background: linear-gradient(135deg, #ffffff, #f9f9f9);
  border:1px solid #ddd;
  border-radius: 12px;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  max-height: 400px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #0072FF #fff ;

  animation: fadeSlideIn 0.6s ease-in-out both;
}

/* Entry Animation */
@keyframes fadeSlideIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Webkit Scrollbar */
.Single-page-toc-box::-webkit-scrollbar {
  width: 6px;
}
.Single-page-toc-box::-webkit-scrollbar-track {
  background: #f0f0f0;
}
.Single-page-toc-box::-webkit-scrollbar-thumb {
  background-color: #00aeef;
  border-radius: 10px;
}

/* TOC Header */
.Single-page-toc-box h6 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #111;
  text-align: left;
  padding: 0px 20px;
  padding-bottom: 20px;
}

/* List and Item */
.Single-page-toc-list {
  list-style: none;
  padding: 0;
  margin: 0;
  border-left: 8px solid #f9f9f9;
}

.Single-page-toc-list li {
  padding: 12px 8px 12px 20px;
  margin-bottom: 8px;
  position: relative;
  transition: background 0.3s ease, transform 0.3s ease;
  animation: slideInItem 0.4s ease forwards;
  animation-delay: calc(0.05s * var(--i)); /* Used with JS for stagger */
  opacity: 0;
}

/* TOC Item Animation */
@keyframes slideInItem {
  0% {
    transform: translateX(-20px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

/* Active Line Indicator */
.Single-page-toc-list li.active::before {
  content: '';
  position: absolute;
  left: -8px;
  top: 0;
  bottom: 0;
  width: 8px;
  background:linear-gradient(#0072FF,#004499);
  border-radius: 12px;
}

/* TOC Links */
.Single-page-toc-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: #000;
  text-decoration: none;
  transition: color 0.3s ease;
}

/* Arrow animation */
.Single-page-toc-list a::after {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 16px;
  opacity: 0;
  transform: translateX(-5px);
  transition: all 0.3s ease;
}

/* Hover effect */
.Single-page-toc-list li:hover {
  background-color:#0073ff26;
  transform: translateX(4px);
}

/* Active item styling */
.Single-page-toc-list li.active a {
  color: #0072FF;
;
}
.Single-page-toc-list li.active a::after {
  opacity: 1;
  transform: translateX(0);
}
/* Form Box */
.Single-page-contact-toggle {
  position: relative;
}

.Single-page-form{
background: linear-gradient(135deg , #0072FF, #004499);
padding: 20px;
border-radius: 20px;

}
.Single-page-form-box {
  /* border: 1px solid #ddd; */
  border-radius: 10px;
  background-color: white;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}
.Single-page-form-box h6{
text-align: center;
width: 100%;
}
.Single-page-form-box:hover {
  transform: translateY(-2px);
}

.Single-page-form-box-button{
    color:white;
background:linear-gradient(#0072FF,#004499);
    padding:10px 20px;
    width: 80%;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    border: none;
}
.contact-help-icon {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #00aeef;
  color: white;
  padding: 10px 16px;
  border-radius: 30px;
  cursor: pointer;
  font-weight: 600;
  box-shadow: 0 4px 12px rgba(0, 174, 239, 0.3);
  transition: background 0.3s ease;
  font-size: 14px;
}

.contact-help-icon i {
  font-size: 16px;
}

.contact-help-icon:hover {
  background-color: #007ba6;
}

.btn-close {
  background-color: transparent;
  border: none;
  font-size: 1.2rem;
  line-height: 1;
  color: #555;
  opacity: 0.8;
}

.btn-close:hover {
  opacity: 1;
}

/* Optional: animate toggle */
#contactFormBox,
#contactToggleBtn {
  transition: all 0.4s ease;
}

/* Blog Banner */
.Single-page-blog-banner img {
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}

/* Blog Content Headings */
.Single-page-blog-content{
    background-color: white;
    padding: 20px 50px
}
/* .wp-block-heading {
  scroll-margin-top: 140px;
  margin-block: 10px;
  font-size: 24px !important;
  /* font-weight: bold; */
  /* color: #111;
  transition: color 0.3s ease;
}*/
.Single-page-blog-content p {
  margin-bottom: 1.2rem;
    font-size: 16px !important;

  text-align: justify;
  line-height: 2;
} 
.Single-page-blog-content h2{
  scroll-margin-top: 140px;
  margin-block: 20px !important;
}
.Single-page-blog-content h2 strong{
   font-size: 25px !important;
  scroll-margin-top: 140px;
  margin-block: 20px !important;
  font-weight: 600 !important;
}
.Single-page-blog-content h3{
  font-size: 18px !important;
    margin-block: 20px !important;

}
.Single-page-blog-content h3 strong{
font-size: 20px !important;
  scroll-margin-top: 140px;
  font-weight: 600 !important;
}
.Single-page-form-box .form-control{
  outline: 1px solid #ccc;
  background-color: white;
    font-size: 14px;
}

 .Single-page-blog-detail-page-container .row{
 margin-left: 0px !important;
    margin-right: 0px !important;
 }

 .wp-block-list li{
  line-height: 2.5 !important;
 }
  .wp-block-list li strong{
    font-weight: 500 !important;
  }
@media (max-width: 991.98px) {
    .sidebar-wrapper {
    position: static;
    top: unset;
    margin-bottom: 30px;
  }

  .toc-box,
  .form-box {
    border-radius: 6px;
  }


 .Single-page-blog-detail-page-container .row>*{
    padding-right:0px !important;
    padding-left:0px !important;
   
 }
  .Single-page-sidebar-wrapper {
    position: static !important;
    top: unset !important;
  }

  .Single-page-toc-box,
  .Single-page-form-box {
    max-height: none !important;
    overflow: visible !important;
    padding: 16px;
    border-radius: 8px;
    box-shadow: none;
    border: 1px solid #e5e5e5;
    margin-bottom: 24px;
    display: none;
  }
  .Single-page-toc-box h6{
    text-align: center;
  }
.Single-page-blog-content{
    padding:20px;
}

  .contact-help-icon {
    display: none !important; /* optional: you can toggle it based on preference */
  }
}
@media(max-width:486px){
.Single-page-blog-content p {
  font-size: 15px !important;
}}
 .cta-banner{
  padding-inline: 120px;
 }
  .cta-banner-container {
    position: relative;
    /* max-width: 1250px; */
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 80px 60px;
    margin: 50px auto;
    border-radius: 18px;
    overflow: hidden;
    height: 400px;
    background: linear-gradient(
      90deg,
      #eef6ff 0%,
      #d9ebff 40%,
      #bcdcff 70%,
      #9cc9f3 100%
    );
    border: 1px solid #d9ebff;
    box-shadow: 0 30px 80px rgba(0, 114, 255, 0.15);
  }

  /* Angular white cut */
  .cta-banner-container::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -10%;
    width: 120%;
    height: 70%;
    background: #ffffff;
    clip-path: polygon(0 45%, 100% 0, 100% 100%, 0 100%);
    z-index: 1;
  }

  .cta-content {
    position: relative;
    z-index: 2;
    max-width: 700px;
  }

  .cta-content h2 {
font-size: 1.7rem !important;
    font-weight: 700;
    color: #0b5ed7;
    margin-bottom: 15px;
        line-height: 1.5;
  }



  .cta-btn {
    display: inline-block;
    padding: 14px 0px;
    width: 40%;
    background:linear-gradient(#0072FF,#004499) ;
    color: #fff;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s ease;
    position: relative;
    text-align: center;
    overflow: hidden;
    z-index: 3;
  }
  .cta-btn::before{
 content: '';
    position: absolute;
      top: 0;
  left: -120%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  transform: skewX(-20deg);
  transition: left 0.5s ease;

}
.cta-btn:hover::before {
  left: 120%; 
  right: 0;
}

  .cta-media {
    position: relative;
    z-index: 2;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    /* background: linear-gradient(145deg, #0b5ed7, #5fa8ff); */
    /* border: 10px solid #084298; */
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    /* background: #0b5ed7; */
    background-color: white;

    font-weight: bold;
  }
.cta-media img{
  width: 80%;
  height: 80%;
  object-fit: cover;
  border-radius: 50%;
        background-color: white;

}
@media(max-width:1200px){
  .cta-content{
    max-width: 450px;
  }
  .cta-media {
      margin-top: 32px;
      width: 220px;
      height: 220px;
    }
}
@media(max-width:1025px){
  .cta-content{
    width: 400px;
  }
}
@media(max-width:786px){
 
     .cta-banner{
      padding-inline: 20px;
     }
     
}
  /* Responsive */
  @media (max-width: 992px) {
  
.cta-content{
  width: 100%;
}
    .cta-banner-container {
      flex-direction: column;
      text-align: center;
      padding: 40px 20px;
      height: fit-content;
    }

  

    .cta-banner-container::after {
      height: 55%;
      clip-path: polygon(0 55%, 100% 15%, 100% 100%, 0 100%);
    }
  }
  @media(max-width:600px){
  .cta-content h2{
        font-size: 1.2rem !important;  }
          .cta-media {
      width: 200px;
      height: 200px;
    }
      .cta-btn{
        width: 60%;
      }
}
/* ── About the Author card ─────────────────────────────── */
.sp-author-card {
  display: flex;
  align-items: flex-start;
  gap: 28px;
  padding: 32px 36px;
  margin: 48px 0 24px;
  background: #fff;
  border: 1px solid #e8edf5;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.07);
  position: relative;
  overflow: hidden;
}

/* blue accent bar on left edge */
.sp-author-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background: linear-gradient(to bottom, #0072FF, #004499);
  border-radius: 16px 0 0 16px;
}

.sp-author-avatar {
  flex-shrink: 0;
}

.sp-author-avatar img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #e8edf5;
  box-shadow: 0 2px 10px rgba(0,0,0,0.10);
  display: block;
}

.sp-author-info {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
}

.sp-author-label {
  font-size: 11px !important;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #0072FF;
  margin: 0;
}

.sp-author-name {
  font-size: 18px !important;
  font-weight: 700;
  color: #111;
  margin: 0;
}

.sp-author-role {
  font-size: 13px !important;
  color: #888;
  margin: 0;
}

.sp-author-bio {
  font-size: 14px !important;
  color: #555;
  line-height: 1.7;
  margin: 6px 0 4px;
}

.sp-author-socials {
  display: flex;
  gap: 10px;
  margin-top: 4px;
}

.sp-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.sp-social-link:hover {
  transform: translateY(-2px);
  opacity: 0.88;
  text-decoration: none;
  color: #fff;
}

.sp-social-linkedin  { background: #0077B5; }
.sp-social-instagram { background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%); }
.sp-social-twitter   { background: #000000; }
.sp-social-telegram  { background: #229ED9; }

@media (max-width: 576px) {
  .sp-author-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 28px 20px;
    gap: 18px;
  }
  .sp-author-card::before { width: 100%; height: 5px; bottom: auto; right: 0; border-radius: 16px 16px 0 0; }
  .sp-author-socials { justify-content: center; }
}

/**********************************************/
   /* CARD - Changed to Flex-Row for Rectangle Shape */
        .profile-card {
            width: 100%;
            background: #ffff;
            border-radius: 20px;
            box-shadow: 0 15px 35px rgba(0,0,0,0.15);
            display: flex;
            margin: 20px 0px;
            overflow: hidden;
            position: relative;
        }
        .profile-card-bg{
          background: url("https://res.cloudinary.com/craitrix/image/upload/v1766741868/assets/web-app-development/web-app-development-background.webp");
          width: 18%;
          height: 100%;
          position: absolute;
          z-index: 0;
        }

        /* LEFT SIDE - Profile Image Area */
        .image-section {
            width: 35%;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 20px;
            position: relative;
        }

        .profile-img {
            width: 220px;
            height: 220px;
            border-radius: 50%; /* Circle look from reference */
            border: 5px solid #fff;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        }

        .profile-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        /* RIGHT SIDE - Content Area */
        .content-section {
            padding: 20px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            text-align: left;
            position: relative;
            z-index: 2;
            width: 75%;
        }
        .profile-card::before{
          content: "";
          width: 100%;
          height: 100%;
                          background: #eef6ff ;

                          position:absolute;
                          z-index: 0;
        }

        .name {
            font-size: 26px;
            font-weight: 700;
            color: #222;
                        z-index: 2;

        }

        .title {
            font-size: 18px;
            color: #555;
            margin-bottom: 12px;
            font-weight: 500;
                        z-index: 2;

        }

        .desc {
            font-size: 14px;
            color: #666;
            line-height: 1.6;
            margin-bottom: 20px;
                        z-index: 2;

        }

        /* SOCIAL SECTION */
        .social {
            display: flex;
            gap: 20px;
            border-top: 1px solid #ccc;
            padding-top: 20px;
                        z-index: 2;

        }

        .social-row {
            display: flex;
            align-items: center;
            gap: 8px;
            text-decoration: none;
            color: #333;
            transition: 0.3s;
        }

        .social-row:hover {
            color: #000;
            transform: translateY(-2px);
        }

        .icon {
            font-size: 18px;
        }

        .social-text {
            font-size: 13px;
            font-weight: 600;
        }

        /* RESPONSIVE - Stack on small screens */
        @media(max-width: 786px) {
            .profile-card {
                flex-direction: column;
                max-width: 100%;
            }
            .profile-card-bg{
              width: 100%;
              height: 20%;
            }
            .image-section{
              padding: 20px;
            }
            .content-section{
              padding-bottom:20px ;
              padding-top: 0px;
              padding-inline: 20px;
            }
            .image-section, .content-section {
                width: 100%;
                text-align: center;
            }
            .social {
                justify-content: center;
                flex-wrap: wrap;
            }
        }