/*
0 - 600px:      Phone
600 - 900px:    Tablet portrait
900 - 1200px:   Tablet landscape
[1200 - 1800] is where our normal styles apply
1800px + :      Big desktop
$breakpoint arguement choices:
- phone
- tab-port
- tab-land
- big-desktop

Inside media queries 1em is always 16px i.e 1em = 16px at every screen size only inside media queries
*/
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
  font-family: inherit; }

html {
  font-size: 62.5%;
  scroll-behavior: smooth; }
  @media only screen and (max-width: 75em) {
    html {
      font-size: 59%; } }
  @media only screen and (max-width: 56.25em) {
    html {
      font-size: 56%; } }
  @media only screen and (min-width: 112.5em) {
    html {
      font-size: 65%; } }

body {
  box-sizing: border-box;
  position: relative;
  line-height: 1.5;
  font-family: sans-serif;
  overflow-x: hidden;
  overflow-y: scroll;
  font-family: 'Source Sans Pro', sans-serif; }

a {
  text-decoration: none;
  color: inherit; }

li {
  list-style: decimal;
}

input:focus,
button:focus,
a:focus,
textarea:focus {
  outline: none; }

button {
  border: none;
  cursor: pointer; }

textarea {
  resize: none; }

.heading-primary {
  font-size: 6rem;
  letter-spacing: 3px;
  text-align: center; }
  @media only screen and (max-width: 37.5em) {
    .heading-primary {
      font-size: 4.5rem; } }

.heading-sec__mb-bg {
  margin-bottom: 11rem; }
  @media only screen and (max-width: 56.25em) {
    .heading-sec__mb-bg {
      margin-bottom: 8rem; } }

.heading-sec__mb-med {
  margin-bottom: 6rem; }
  @media only screen and (max-width: 56.25em) {
    .heading-sec__mb-med {
      margin-bottom: 4rem; } }

.heading-sec__main {
  display: block;
  font-size: 4rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  letter-spacing: 3px;
  text-align: center;
  margin-bottom: 10px;
  position: relative; }
  .heading-sec__main--lt {
    color: #fff; }
    .heading-sec__main--lt::after {
      content: '';
      background: #fff !important; }
  .heading-sec__main::after {
    content: '';
    position: absolute;
    top: calc(100% + 1.5rem);
    height: 5px;
    width: 3rem;
    background: #0062b9;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 5px; }
    @media only screen and (max-width: 37.5em) {
      .heading-sec__main::after {
        top: calc(100% + 1.2rem); } }

.heading-sec__sub {
  display: block;
  text-align: center;
  color: #777;
  font-size: 2rem;
  font-weight: 500;
  max-width: 80rem;
  margin: auto;
  margin-bottom: 10px;
  line-height: 1.6; }
  @media only screen and (max-width: 37.5em) {
    .heading-sec__sub {
      font-size: 1.8rem; } }
  .heading-sec__sub--lt {
    color: #eee; }

.heading-sm {
  font-size: 2.2rem;
  text-transform: uppercase;
  letter-spacing: 1px; }

.main-container {
  max-width: 120rem;
  margin: auto;
  width: 92%; }

.btn {
  background: #9505e3;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
  font-weight: 700;
  border-radius: 30px;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
  transition: transform .3s; }
  .btn:hover {
    background-color: #6504a3;}
  .btn--bg {
    padding: 1.5rem 8rem;
    font-size: 2rem; }
  .btn--med {
    padding: 1.5rem 8rem;
    font-size: 2rem; 
    margin-top: 15px;
  }
  .btn--theme {
    background: #9505e3;
    color: #fff; }
  .btn--theme-inv {
    color: #0062b9;
    background: #fff;
    border: 2px solid #0062b9;
    box-shadow: none;
    padding: calc(1.5rem - 2px) calc(5rem - 2px); }

.sec-pad {
  padding: 12rem 0; }
  @media only screen and (max-width: 56.25em) {
    .sec-pad {
      padding: 8rem 0; } }

.text-primary {
  color: #000;
  font-size: 2.2rem;
  text-align: center;
  width: 100%;
  line-height: 1.6; }
  @media only screen and (max-width: 37.5em) {
    .text-primary {
      font-size: 2rem; } }

.d-none {
  display: none; }

.home-hero {
  color: #000;
  background: white;
  background-position: center;
  height: 100vh;
  min-height: 80rem;
  max-height: 120rem;
  position: relative; }
  @media only screen and (max-width: 37.5em) {
    .home-hero {
      height: unset;
      min-height: unset; } }
  .home-hero__socials {
    position: absolute;
    top: 50%;
    border: 2px solid #eee;
    border-left: 2px solid #eee;
    transform: translateY(-50%); }
    @media only screen and (max-width: 56.25em) {
      .home-hero__socials {
        display: none; } }
  .home-hero__mouse-scroll-cont {
    position: absolute;
    bottom: 3%;
    left: 50%;
    transform: translateX(-50%); }
    @media only screen and (max-width: 37.5em) {
      .home-hero__mouse-scroll-cont {
        display: none; } }
  .home-hero__social {
    width: 5rem; }
  .home-hero__social-icon-link {
    width: 100%;
    display: block;
    padding: 1.2rem;
    border-bottom: 2px solid #eee;
    transition: background .3s; }
    .home-hero__social-icon-link:hover {
      background: rgba(255, 255, 255, 0.1); }
    .home-hero__social-icon-link--bd-none {
      border-bottom: 0; }
  .home-hero__social-icon {
    width: 100%; }
  .home-hero__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 90rem;
    width: 92%; }
    @media only screen and (max-width: 37.5em) {
      .home-hero__content {
        padding: 19rem 0 13rem 0;
        margin: auto;
        position: static;
        transform: translate(0, 0); } }
  .home-hero__info {
    margin: 3rem auto 0 auto;
    max-width: 80rem; }
  .home-hero__cta {
    margin-top: 5rem;
    text-align: center; }

.about {
  background: #ffffff; 
  padding: 3rem;
}
  .about__content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10rem; }
    @media only screen and (max-width: 56.25em) {
      .about__content {
        grid-template-columns: 1fr;
        grid-gap: 8rem; } }
    .about__content-title {
      font-weight: 700;
      font-size: 3rem;
      margin-bottom: 3rem; }
      @media only screen and (max-width: 37.5em) {
        .about__content-title {
          font-size: 2.5rem; } }
    .about__content-details-para {
      font-size: 1.8rem;
      color: black;
      max-width: 60rem;
      line-height: 1.7;
      margin-bottom: 1rem; }
      .about__content-details-para--hl {
        font-weight: 700;
        margin: 0 3px; }
      .about__content-details-para:last-child {
        margin-bottom: 4rem; }

.contact {
  background: #fff;
  background-size: cover;
  background-position: center; }
  .contact__form-container {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background: white;
    padding: 4rem;
    margin-top: 6rem;
    max-width: 80rem;
    text-align: right;
    width: 95%;
    border-radius: 5px;
    margin: 5rem auto 0 auto; }
    @media only screen and (max-width: 37.5em) {
      .contact__form-container {
        padding: 3rem; } }
  .contact__form-field {
    margin-bottom: 4rem; }
    @media only screen and (max-width: 37.5em) {
      .contact__form-field {
        margin-bottom: 3rem; } }
  .contact__form-label {
    color: #666;
    font-size: 1.4rem;
    letter-spacing: 1px;
    font-weight: 700;
    margin-bottom: 1rem;
    display: block;
    text-align: left; }
  .contact__form-input {
    color: #333;
    padding: 2rem;
    width: 100%;
    border: 1px solid #ebebeb;
    font-size: 1.6rem;
    letter-spacing: 0px;
    background: #f0f0f0;
    border-radius: 5px;
    font-weight: 600;
    /* Code for Modern Browsers */
    /* Code for WebKit, Blink, Edge */
    /* Code for Internet Explorer 10-11 */
    /* Code for Microsoft Edge */
    /* Code for Mozilla Firefox 4 to 18 */
    /* Code for Mozilla Firefox 19+ */ }
    .contact__form-input::placeholder {
      color: #999;
      font-weight: 600;
      font-size: 1.6rem; }
    .contact__form-input::-webkit-input-placeholder {
      color: #999;
      font-weight: 600;
      font-size: 1.6rem; }
    .contact__form-input:-ms-input-placeholder {
      color: #999;
      font-weight: 600;
      font-size: 1.6rem; }
    .contact__form-input::-ms-input-placeholder {
      color: #999;
      font-weight: 600;
      font-size: 1.6rem; }
    .contact__form-input:-moz-placeholder {
      opacity: 1;
      color: #999;
      font-weight: 600;
      font-size: 1.6rem; }
    .contact__form-input::-moz-placeholder {
      opacity: 1;
      color: #999;
      font-weight: 600;
      font-size: 1.6rem; }
  .contact__btn {
    width: 30%;
    padding: 2rem 4rem;
    font-size: 1.6rem; }
    @media only screen and (max-width: 37.5em) {
      .contact__btn {
        width: 100%; } }

.header {
  position: relative;
  width: 100%;
  z-index: 1000;
  background: #000;
  background: #fff;
  box-shadow: 0 10px 100px rgba(0, 0, 0, 0.1); }
  .header__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 5rem; }
    @media only screen and (max-width: 56.25em) {
      .header__content {
        padding: 0 2rem; } }
  .header__logo-container {
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #333;
    transition: color .3s; }
    .header__logo-container:hover {
      color: #0062b9; }
  .header__logo-img-cont {
    width: 5rem;
    height: 5rem;
    border-radius: 50px;
    overflow: hidden;
    margin-right: 1.5rem;
    background: #0062b9; }
    @media only screen and (max-width: 56.25em) {
      .header__logo-img-cont {
        width: 4.5rem;
        height: 4.5rem;
        margin-right: 1.2rem; } }
  .header__logo-img {
    width: 200%;
    height: auto;
    object-fit: cover;
    object-position: center;
    display: block; }
  .header__logo-sub {
    margin-left: 10 px; /* Add some space between the logo and text */
    font-size: 24px; /* Adjust size as necessary */
    font-weight: bold; /* Make the text bold */
    color: #000;}
  .header__links {
    display: flex; }
    @media only screen and (max-width: 37.5em) {
      .header__links {
        display: none; } }
  .header__link {
    padding: 2.2rem 3rem;
    display: inline-block;
    font-size: 1.6rem;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    transition: color .3s; }
    .header__link:hover {
      color: #0062b9; }
    @media only screen and (max-width: 56.25em) {
      .header__link {
        padding: 3rem 1.8rem;
        font-size: 1.5rem; } }
  .header__main-ham-menu-cont {
    display: none;
    width: 3rem;
    padding: 2.2rem 0; }
    @media only screen and (max-width: 37.5em) {
      .header__main-ham-menu-cont {
        display: block; } }
  .header__main-ham-menu {
    width: 100%; }
  .header__main-ham-menu-close {
    width: 100%; }
  .header__sm-menu {
    background: #fff;
    position: absolute;
    width: 100%;
    top: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1); }
    .header__sm-menu--active {
      visibility: hidden;
      opacity: 0; }
      @media only screen and (max-width: 37.5em) {
        .header__sm-menu--active {
          visibility: visible;
          opacity: 1; } }
  .header__sm-menu-link a {
    display: block;
    text-decoration: none;
    padding: 2.5rem 3rem;
    font-size: 1.6rem;
    color: #333;
    text-align: right;
    border-bottom: 1px solid #eee;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: color .3s; }
    .header__sm-menu-link a:hover {
      color: #0062b9; }
  .header__sm-menu-link:first-child a {
    border-top: 1px solid #eee; }
  .header__sm-menu-link-last {
    border-bottom: 0; }

.main-footer {
  background: ;
  color: #000; }
  .main-footer__upper {
    display: flex;
    justify-content: space-between;
    padding: 8rem 0; }
    @media only screen and (max-width: 56.25em) {
      .main-footer__upper {
        padding: 6rem 0; } }
    @media only screen and (max-width: 37.5em) {
      .main-footer__upper {
        display: block; } }
  .main-footer__row-1 {
    order: 2; }
    @media only screen and (max-width: 56.25em) {
      .main-footer__row-1 {
        margin-bottom: 5rem; } }
  .main-footer__row-2 {
    width: 40%;
    order: 1;
    max-width: 50rem; }
    @media only screen and (max-width: 56.25em) {
      .main-footer__row-2 {
        width: 100%; } }
  .main-footer__short-desc {
    margin-top: 2rem;
    color: #000;
    font-size: 1.5rem;
    line-height: 1.7; }
  .main-footer__social-cont {
    margin-top: 2rem; }
  .main-footer__icon {
    margin-right: 1rem;
    width: 2.5rem; }
    .main-footer__icon--mr-none {
      margin-right: 0; }
  .main-footer__lower {
    padding: 4rem 0;
    border-top: 1px solid #444;
    color: #000;
    font-size: 1.2rem;
    text-align: left;
    text-align: center; }
    .main-footer__lower a {
      text-decoration: underline;
      font-weight: bold;
      margin-left: 2px; }
    @media only screen and (max-width: 56.25em) {
      .main-footer__lower {
        padding: 3.5rem 0; } }

@keyframes wheel {
  to {
    opacity: 0;
    top: 27px; } }

@-webkit-keyframes wheel {
  to {
    opacity: 0;
    top: 27px; } }


/* Contact Layout - Base Styles */
.contact__layout {
    display: flex; /* Create a flex container */
    gap: 20px; /* Space between sections */
    flex-wrap: wrap; /* Stack on smaller screens */
    justify-content: space-between; /* Space out the items */
}

/* Contact Details Section */
.contact__details {
    flex: 1; /* Allow section to grow */
    margin-right: 20px; /* Space between details and form */
    min-width: 300px; /* Prevent it from shrinking too small */
}

/* Form Container Section */
.contact__form-container {
    flex: 1; /* Allow section to grow */
    min-width: 300px;
}

/* Adjust Layout for Smaller Screens */
@media (max-width: 768px) {
    .contact__layout {
        flex-direction: column; /* Stack vertically */
        align-items: stretch;
    }
}

/* Working Hours - Base Styles */
.working-hours {
    font-size: 1.1rem;
    line-height: 1.5;
    margin: 20px 0;
    padding: 0 10px;
    text-align: left; /* Default alignment */
}

/* Working Hours - Headings */
.working-hours h2 {
    font-size: 1.8rem;
    margin-bottom: 10px;
}

/* Paragraphs, Lists, and Links */
.working-hours p,
.working-hours ul,
.working-hours li,
.working-hours a {
    font-size: 1.1rem;
}

/* Center-Align for Small Screens */
@media (max-width: 768px) {
    .working-hours {
        display: flex;
        flex-direction: column;
        align-items: left; /* Center child elements */
        text-align: center; /* Center-align text */
        margin: 0 auto; /* Center the section */
        width: 100%; /* Prevent shrinking */
    }

    .working-hours ul {
        padding-left: 0; /* Remove extra padding */
        list-style-position: inside; /* Keep bullets inside the list */
    }
}

/* Larger Screens - Tablets and Desktops */
@media (min-width: 768px) {
    .working-hours {
        font-size: 1.3rem;
        padding: 0 20px;
    }

    .working-hours h2 {
        font-size: 2.2rem;
    }

    .working-hours p,
    .working-hours ul,
    .working-hours li,
    .working-hours a {
        font-size: 1.3rem;
    }
}

/* Very Large Screens - Desktops and Large Monitors */
@media (min-width: 1200px) {
    .working-hours {
        font-size: 1.5rem;
    }

    .working-hours h2 {
        font-size: 2.5rem;
    }

    .working-hours p,
    .working-hours ul,
    .working-hours li,
    .working-hours a {
        font-size: 1.5rem;
    }
}

.working-hours, .contact-info {
    margin-bottom: 10px; /* Space between the two sections */
    padding: 5px; /* Padding around the content */
    align-items: center;
  
}

.contact-info {
  align-items: center;
}

.contact-info a, 
.contact-info p,{
    font-size: 1.5rem
    text-decoration: underline; 
    color: blue; 
}

/* General styling for all blocks */
.sqs-block {
    margin-bottom: 20px; /* Space between blocks */
}

/* Video block specific styles */
.video-block {
    position: relative; /* For positioning of child elements */
    border-radius: 8px; /* Rounded corners for aesthetics */
    overflow: hidden; /* Ensures any overflow is hidden */
    margin-bottom: 30px; /* Space between video blocks */
}

/* Content area within the block */
.sqs-block-content {
    padding: 15px; /* Inner spacing for content */
    background-color: #ffffff; /* Background color for content area */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow effect */
}

/* Responsive video wrapper */
.embed-block-wrapper {
    position: relative; /* Relative positioning for absolute children */
    padding-bottom: 56.25%; /* Aspect ratio for responsive videos (16:9) */
    height: 0; /* Set height to zero */
}

/* Ensure the video wrapper is responsive */
.sqs-video-wrapper {
    position: absolute; /* Position absolutely within embed-block-wrapper */
    top: 0;
    left: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
}

/* Set the iframe to fill the wrapper */
.sqs-video-wrapper iframe {
    position: absolute; /* Positioning the iframe absolutely within the wrapper */
    top: 0; /* Align to the top */
    left: 0; /* Align to the left */
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    border: none; /* Remove border */
    border-radius: 4px; /* Optional: rounded corners */
}

/* Caption wrapper styling */
.video-caption-wrapper {
    margin-top: 10px; /* Spacing above the caption */
    text-align: center; /* Center align text */
    padding: 5px; /* Optional: add padding for spacing around the caption */
}

/* Caption text styling */
.video-caption {
    font-size: 16px; /* Font size for captions */
    color: #333; /* Dark text color for contrast */
    font-weight: bold; /* Bold text */
    line-height: 1.5; /* Adjust line height for better readability */
    white-space: normal; /* Allow text to wrap */
}

/* Flex container for videos */
.video-container {
    display: flex; /* Use flexbox for layout */
    justify-content: space-between; /* Space out the videos evenly */
}

/* Optional: Adjust the video block to take up equal space */
.video-block {
    flex: 1; /* Allow each video block to grow and fill the container */
    margin-right: 10px; /* Space between blocks */
}

/* Remove the margin for the last block */
.video-block:last-child {
    margin-right: 0; /* Remove right margin for the last video */
}

/* Mobile specific styles */
@media (max-width: 768px) {
    .video-container {
        flex-direction: column; /* Stack videos vertically on mobile */
    }

    .sqs-block {
        margin-bottom: 30px; /* Increase space between blocks on mobile */
    }

    .video-block {
        width: 100%; /* Make sure each video block takes full width */
        margin: 0; /* Remove margins on video blocks for mobile */
    }

    .sqs-block-content {
        padding: 10px; /* Reduce padding for mobile */
    }

    .video-caption {
        font-size: 14px; /* Smaller font size for captions on mobile */
    }
}

/* Hero section */
.hero {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px;
    max-width: 1200px;
    margin: 0 auto;
    background-color: #fff;
    text-align: center;
}

.profile-image {
    width: 300px;
    height: 300px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 50px;
}

.hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero-content h2 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #333;
}

.hero-content p {
    margin: 10px 0;
    font-size: 18px;
    line-height: 1.5;
    color: #555;
}

.about-button {
    background-color: #9505e3;
    color: white;
    padding: 10px 20px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

.about-button:hover {
    background-color: #6504a3;
}

/* Adjusted spacing */
.hero-content .hero-image {
    margin-bottom: 20px; /* Space between image and content */
}


/* General Styling */
body {
  background-color: #ffffff; /* Subtle background */
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif; /* Example: Use custom Google Font */
  color: #333;
}

/* Container for Latest Posts Section */
.latest-posts-container {
  width: 75%; /* Adjust width as needed */
  margin: 40px auto;
  padding-top: 20px;
  border-top: 3px solid black;
}

/* Title Styling */
.latest-posts-container h2 {
  font-size: 25px;
  font-weight: 600; /* Bold weight for emphasis */
  color: #000;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

/* Wrapper for Search and Dropdown */
.search-category-wrapper {
  display: flex;
  gap: 15px;
  margin-top: 10px;
}

/* Search Input Styling */
.search-input {
  width: 100%;
  padding: 12px 15px;
  font-size: 16px;
  font-weight: 400;
  border: 1px solid #ddd;
  border-radius: 8px;
  outline: none;
  transition: all 0.3s;
}

/* Search Input Focus Effect */
.search-input:focus {
  border-color: #000;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}

/* Category Dropdown Styling */
.category-dropdown {
  width: 340px;
  padding: 12px;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif; /* Consistent with body font */
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s;
}

/* Dropdown Hover Effect */
.category-dropdown:hover {
  background-color: #f4f8ff;
}

.footer {
  background-color: #fff;
  color: #222;
  padding: 30px 20px;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
}
.footer h3 {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: bold;
}
.footer .working-hours,
.footer .socials {
  max-width: 400px;
  font-size: 14px;
  text-align: left;
}
.footer ul {
  list-style-type: none;
  padding: 0;
}
.footer ul li {
  margin: 5px 0;
}
.footer .socials {
  text-align: left;
}
.socials a {
display: block;
font-size: 18px;
text-decoration: none;
color: #222;
margin: 5px 0;
}
.socials a:hover {
  color: #ffcc00;
}
.copyright {
  width: 100%;
  text-align: center;
  margin-top: 20px;
  font-size: 12px;
  color: #bbb;
}

/* Responsive Design */
@media (max-width: 768px) {
  .latest-posts-container {
    width: 90%;
  }
  .search-category-wrapper {
    flex-direction: column;
  }
  .category-dropdown {
    width: 100%;
  }
}

* {
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
}

.container {
    display: flex;
    justify-content: space-around;
    padding: 10px;
    flex-wrap: wrap;
}

.panel {
    background-color: white;
    width: 30%;
    text-align: left;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.panel img {
    width: 100%;
    height: auto;
}

.date, .subtitle {
    color: #8f8f8f;
    font-size: 14px;
    margin-top: 10px;
}

.title {
    font-size: 16px;
    margin-top: 15px;
    font-weight: bold;
}

.posts {
  display: grid;
  gap: 10px;
}


/* Media query for small screens */
@media screen and (max-width: 768px) {
    .container {
        flex-direction: column;
        align-items: center;
    }
    
    .panel {
        width: 80%; /* Panels take up 80% of the width */
    }

    .title {
      font-size: 16px;
      margin-top: 15px;
      font-weight: bold;
    }
}

@media screen and (max-width: 480px) {
    .panel {
        width: 100%; /* Panels take up the full width on very small screens */
    }
}

.title {
    font-size: 20px;
    margin-top: 15px;
    font-weight: bold;
    text-decoration: none; /* Remove underline from the link */
    color: inherit; /* Inherit the color of the parent element */
}

.title:hover {
    text-decoration: underline;   
    color: #444;
    opacity: 0.8;
}

img {
    max-width: 100%;
    height: auto;
}

/* Specific styles for the profile image */
.profile-image img {
    width: 200px; /* Set the width you desire */
    height: auto; /* Maintain aspect ratio */
    border-radius: 50%; /* For circular images */
    object-fit: cover; /* Ensures the image covers the entire area */
}

/* Add this section for mobile specific styles */
@media only screen and (max-width: 600px) {
  .profile-image img {
    width: 100%; /* Make the image take full width on mobile */
    height: auto; /* Maintain aspect ratio */
    border-radius: 10px; /* Optional: Adjust border-radius for mobile */
  }

  .profile-content {
    padding: 0 10px; /* Add some padding to the content on mobile */
  }
}

/* Ensure proper spacing between lines */
body {
    line-height: 1.6; /* Adjust this as needed */
    font-family: 'Source Sans Pro', sans-serif;
}

/* Add margin or padding for the profile content */
.profile-content p {
    margin-bottom: 15px; /* Adjust as needed */
}

/* Ensure text doesn't overflow */
.profile-content {
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
}

/* Prevent text from overlapping images */
.profile-image img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Responsive Fix */
@media (max-width: 768px) {
    .profile-section {
        flex-direction: column;
    }
    
    .profile-content {
        padding: 20px;
    }
}



main {
  padding: 40px 20px;
  max-width: 1000px;
  margin: auto;
}

.blog-post h1 {
  font-size: 36px;
  font-weight: 700;
}

.post-meta {
  font-size: 14px;
  color: gray;
}

.post-image {
  width: 100%;
  height: auto;
  margin: 20px 0;
}

.post-content {
  font-size: 18px;
  line-height: 1.6;
  margin-top: 10px;
}

ol {
  padding-left: 20px;
}
ol li {
  margin-bottom: 10px;
}
ol {
  list-style: decimal inside;
  margin-left: 20px;
}

.header__links,
.header__sm-menu-links {
    list-style-type: none;
    padding: 0;           
    margin: 0;            
}

.header__link-wrapper {
    display: inline;       
    margin-right: 0px;   
}

#goTopBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed position */
  bottom: 20px; /* Bottom right position */
  right: 20px;
  z-index: 99; /* On top */
  background-color: #9505e3; /* Background color */
  color: white; /* Text color */
  cursor: pointer; /* Pointer icon */
  padding: 10px 15px; /* Adjust padding */
  border-radius: 50%; /* Rounded circle */
  font-size: 32px; /* Larger arrow */
  border: none; /* No borders */
  outline: none; /* No outline */
}

#goTopBtn:hover {
  background-color: #555; /* Darker on hover */
}


.profile-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    color: #333;
}

.profile-image img {
    width: 100%;
    max-width: 300px;
    border-radius: 15px;
}

.profile-content {
    text-align: center;
    margin-top: 90px;
    max-width: 600px;
}

.profile-content h2 {
    font-size: 2.2em;
    line-height: 1.2;
    color: #333;
}

.profile-content h2 span {
    font-style: italic;
}

.profile-content p {
    font-size: 1.5em;
    line-height: 1.6;
    margin-top: 10px;
}

/* Desktop view */
@media (min-width: 768px) {
    .profile-section {
        flex-direction: row;
        justify-content: center;
        padding: 40px;
    }

    .profile-image {
        margin-right: 30px;
    }

    .profile-content {
        text-align: left;
        max-width: 700px;
    }

    .profile-content h2 {
        font-size: 2.5em;
    }

    .profile-content p {
        font-size: 1.5em;
    }
}

/* General Styles for Self-Care Strategy Section */
.self-care-strategy {
    background-color: #ffffff; /* Background color */
    color: #333; /* Text color */
    text-align: center;
    padding: 20px;
}

/* Heading with Underline */
.self-care-strategy h2 {
    font-size: 3rem;
    margin-bottom: 10px;
    position: relative;
    padding-bottom: 10px;
}

.self-care-strategy h2::after {
    content: "";
    display: block;
    width: 90%; /* Adjust width as needed */
    height: 3px; /* Line thickness */
    background-color: #333; /* Line color */
    margin: 10px auto 0;
}

/* Desktop View */
.self-care-strategy .strategy-items {
    display: flex;
    flex-direction: row; /* Horizontal layout on desktop */
    justify-content: space-around;
    gap: 10px;
    margin-top: 10px;
}

.self-care-strategy .strategy-item {
    font-size: 2rem;
    flex: 1;
    text-align: center;
}

/* Mobile View */
@media (max-width: 768px) {
    .self-care-strategy .strategy-items {
        flex-direction: column; /* Vertical layout on mobile */
    }
    .self-care-strategy .strategy-item {
        margin: 8px 0;
        font-size: 2rem;
    }
}



/* Intro section */
.intro {
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 20px;
    gap: 50px;
}

.image-container {
    width: 300px;
    height: 400px;
    overflow: hidden;
    border-radius: 20px;
}

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

.intro-text {
    max-width: 700px;
}

.intro-text h1 {
    font-size: 5em;
    margin-bottom: 10px;
}

.intro-text p {
    font-size: 2em;
    margin-bottom: 20px;
    line-height: 1.5;
}

@media (max-width: 768px) {
  .btn--bg {
    padding: 1rem 3rem; /* Reduced padding */
    font-size: 2rem; /* Reduced font size */
}



