body {
    background-color: white;
    color: black;
    font-family: 'poppins', sans-serif;

}
section{
    padding: 30px;
}

li, p {
    font-size: 18px;

}

h1 {
    position: relative;
    padding: 0;
    margin: 0;
    font-family: "Raleway", sans-serif;
    font-weight: 300;
    font-size: 40px;
    color: #080808;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
  }
  
  h1 span {
    display: block;
    font-size: 0.5em;
    line-height: 1.3;
  }
  h1 em {
    font-style: normal;
    font-weight: 600;
  }
  
  /* === HEADING STYLE #1 === */
  .one h1 {
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 5px;
  }
  .one h1:before {
    width: 28px;
    height: 5px;
    display: block;
    content: "";
    position: absolute;
    bottom: 3px;
    left: 50%;
    margin-left: -14px;
    background-color: #b80000;
  }
  .one h1:after {
    width: 100px;
    height: 1px;
    display: block;
    content: "";
    position: relative;
    margin-top: 25px;
    left: 50%;
    margin-left: -50px;
    background-color: #b80000;
  }
  
 
h2 {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 1rem;
}
ul {
    list-style-type: disc;
    padding-left: 1.5rem;
}
li {
    margin-bottom: 0.5rem;
}
li span {
    font-weight: bold;
}

.ast-single-post-featured-section.post-thumb img {
    display: none
}

@media (min-width: 1024px) {
    .container {
        width: 50%;
    }

    .containerfemale {
        width: 50%;
    }
}

.entry-content p,
li {
    text-align: justify;
    font-size: large;
}

@media only screen and (max-width: 768px) {

    h1,
    .entry-content h1,
    h2,
    .entry-content h2,
    h3,
    .entry-content h3,
    h4,
    .entry-content h4,
    h5,
    .entry-content h5,
    h6,
    .entry-content h6 {
        text-align: center;
    }

    .page .entry-header {
        margin-top: 20px;
    }
}

header.entry-header .entry-title {
    text-align: center;
}

.polylang_langswitcher {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.polylang_langswitcher li {
    float: left;
}

.wp-block-post-author__name {
    display: none !important;
}

.wp-block-post-date {
    display: none !important;
}

.entry-meta {
    display: none !important;
}

.home .entry-meta {
    display: none;
}

.entry-footer {
    display: none !important;
}

.home .entry-footer {
    display: none;
}

.top-to-home-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color: #ca2f2e;
    color: white;
    padding: 10px 14px;
    border-radius: 50%;
    font-size: 18px;
    text-align: center;
    display: none;
    z-index: 999;
    transition: background-color 0.3s ease;
  }

  .top-to-home-btn:hover {
    background-color: black;
  }
  @keyframes blink {
    0% { opacity: 0.5; }
    100% { opacity: 1; }
  }
  
  /* Blinking Notification Styling */
.notification {
    margin-top: -15px;

    padding: 2px;
    color: #ca2f2e;
    border-radius: 5px;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    animation: cubic-bezier(0.86, 0, 0.07, 1);
    /* animation: blink 1.5s infinite alternate;  */
}

/* Keyframe Animation for Blinking */
@keyframes blink {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@media (max-width: 768px) {

    .onlys{
        display: none;
    }

}
@media (min-width: 768px) {

    .onlysp{
        display: none;
    }

}

.detailed-protractor-app {
    font-family: 'poppins', sans-serif;
    color: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 8px;
    margin: 0;
}

.detailed-protractor-app h1 {
    color: #000;
    margin-bottom: 20px;
}

.detailed-protractor-app #canvasContainer {
    position: relative;
    margin-bottom: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
    background-color: white;
    max-height: 400px;
    border: 2px solid #000;
}

.detailed-protractor-app canvas {
    display: block;
}



.dropdown button {
    font-size: 16px;
}

.dropdown-menu a {
    font-size: 14px;
}

.displaynone{
    display: none;
}