.pm-top-header-copyright{
    padding: 0px 0px 0px;
    background-color: #038fd8;
}

@keyframes scroll-left {
    0% { transform: translateX(0%); }
    100% { transform: translateX(-100%); }
}

.marquee-container {
    overflow: hidden;
    white-space: nowrap;
}

.marquee-text {
    display: inline-block;
    padding-left: 100%;
    animation: scroll-left 40s linear infinite;
    font-weight: 500;
    font-size: 16px;
    color: #333;
}

.marquee-container:hover .marquee-text {
    animation-play-state: paused;
}

.marquee-text a {
    color: #007bff;
    text-decoration: none;
}

.marquee-text a:hover {
    text-decoration: underline;
}

.pm-process-wrapper {
    display: flex;
    justify-content: center;
    gap: 25px;
    flex-wrap: nowrap;
}

.pm-process-icon-text {
    flex: 1 1 auto;
    max-width: 140px;
    text-align: center;
}

.pm-process-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 10px auto;
    position: relative;
}

.pm-process-icon img {
    max-width: 100%;
    height: auto;
}

.pm-process-icon span {
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: #007bff;
    color: #fff;
    width: 24px;
    height: 24px;
    font-size: 14px;
    line-height: 24px;
    border-radius: 50%;
    font-weight: 600;
    text-align: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.pm-process-text h3 {
    font-size: 1rem;
    margin: 0;
}

.pm-mobile_menu_wrap {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.5);
  display: none;
  z-index: 9999;
}

.pm-mobile_menu_wrap.active {
  display: block;
}

.pm-mobile_menu_content {
  background: white;
  width: 250px;
  height: 100%;
  overflow-y: auto;
  position: relative;
  padding: 15px;
}


.mobile_menu_overlay.active {
    display: block;
}

.pm-mobile_menu_button,
.pm-mobile_menu_close {
    cursor: pointer;
    font-size: 24px;
    color: #333;
}

.pm-mobile_menu_close {
    padding: 10px;
    text-align: right;
}

@media (min-width: 992px) {
    .pm-mobile_menu {
        display: none;
    }
}

@media (max-width: 991px) {
    .pm-mobile_menu {
        display: block;
    }
}

.pm-main-header-content {
  background-color: #fff;
  border-radius: 6px;
  display: inline-block;
  width: 300px;
  margin-left: 125px; /* desktop default */
  transition: margin-left 0.3s ease;
}

/* Remove margin-left on small screens */
@media (max-width: 991.98px) {
  .pm-main-header-content {
    margin-left: 0 !important;
    width: auto; /* optionally make width auto */
  }
}

/* Optional: make logo image responsive */
.pm-main-header-content .pm-logo img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: -15px;
}
.pm-banner-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap; /* allows wrapping */
}

/* Default widths */
.pm-banner-text {
  width: 65%;
}

.pm-banner-img {
  width: 35%;
  text-align: right;
}

/* Responsive: stack vertically on smaller screens */
@media (max-width: 767.98px) {
  .pm-banner-text,
  .pm-banner-img {
    width: 100% !important; /* full width */
    text-align: center !important; /* center content for image */
    margin-bottom: 20px; /* spacing */
  }

  .pm-banner-img img {
    max-width: 80%; /* smaller image on mobile */
    margin: 0 auto;
  }
}

.slider-container {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 10px;
}

.slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: 100%;
}

.slide {
  min-width: 100%;
  box-sizing: border-box;
}

.slide img {
  width: 100%;
  height: auto;
  display: block;
}

.nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 12px;
  cursor: pointer;
  z-index: 10;
  border-radius: 50%;
}

#prevBtn {
  left: 15px;
}

#nextBtn {
  right: 15px;
}

.pm-main-header .pm-header-btn a {
    width: 100%;
    color: #3498db;
    display: block;
    font-size: 14px;
    font-weight: 700;
}

.try-it-btn {
  display: inline-block;
  padding: 12px 24px;
  color: #007bff;
  background-color: transparent;
  border: 2px dotted #007bff;
  border-radius: 8px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.try-it-btn:hover {
  background-color: #007bff;
  color: #fff;
  border-color: #0056b3;
}
.pm-main-header .pm-main-navigation li a {
    color: #3498db;
    display: inline;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    padding: 10px 10px 10px 10px !important;
}

button.nav.pause {
  position: absolute;
  margin-top: 220px;
  left: 16px;
  z-index: 10;
  background-color: #000;
  border: none;
  border-radius: 5px;
  padding: 6px 10px;
  font-size: 16px;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.amr-objectives-section {
  background: linear-gradient(135deg, #f0f8ff, #e6f7ff);
}

.section-tag {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
}

.section-title {
  font-size: 32px;
  font-weight: 700;
}

.section-subtitle {
  font-size: 16px;
  max-width: 600px;
  margin: 0 auto;
}

.objective-box {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.objective-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.objective-icon img {
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

.custom-tabs {
    margin-top: 40px;
}

.tab-buttons {
    display: flex;
    justify-content: center;
    border-bottom: 2px solid #ddd;
    overflow-x: auto;
}

.tab-btn {
    padding: 12px 24px;
    border: none;
    background: none;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    border-bottom: 3px solid transparent;
    color: #555;
    transition: all 0.3s ease;
    outline: none;
}

.tab-btn:hover {
    color: #007bff;
}

.tab-btn.active {
    border-bottom: 3px solid #007bff;
    color: #007bff;
    background-color: #f4f8ff;
}

.tab-content {
    padding: 30px;
    background-color: #fff;
    border-radius: 8px;
    margin-top: -1px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    text-align: left;
}

@media screen and (max-width: 600px) {
    .tab-btn {
      padding: 10px 16px;
      font-size: 14px;
    }
}

.custom-tabs .tab-buttons {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 30px;
    flex-wrap: wrap;
  }

  .tab-btn {
    padding: 10px 20px;
    border: none;
    background-color: #e0e0e0;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 500;
    transition: background 0.3s, color 0.3s;
  }

  .tab-btn.active {
    background-color: #007bff;
    color: white;
  }

  .tab-content {
    display: none;
    animation: fadeIn 0.3s ease-in-out;
  }

  .tab-content:target {
    display: block;
  }

  .tab-box {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    justify-content: space-between;
    background: white;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.1);
    flex-wrap: wrap;
  }

  .tab-box-left {
    flex: 1 1 50%;
  }

  .tab-box-right {
    flex: 1 1 45%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .tab-box-right img {
    width: 100%;
    max-width: 500px;
    height: auto;
    border-radius: 10px;
  }

  .tab-box-left ul {
    padding-left: 20px;
    margin-top: 15px;
  }

  .tab-box-left ul li {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .tab-buttons-row {
    margin-top: 20px;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
  }

  .main-btn,
  .outline-btn {
    padding: 10px 18px;
    border-radius: 5px;
    font-weight: bold;
    text-decoration: none;
    transition: background-color 0.3s;
  }

  .main-btn {
    background-color: #007bff;
    color: white;
  }

  .main-btn:hover {
    background-color: #0056b3;
  }

  .outline-btn {
    background-color: transparent;
    border: 2px solid #007bff;
    color: #007bff;
  }

  .outline-btn:hover {
    background-color: #007bff;
    color: white;
  }

  @keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
  }

  @media (max-width: 768px) {
    .tab-box {
      flex-direction: column;
    }
    .tab-box-right, .tab-box-left {
      flex: 1 1 100%;
    }
    .tab-box-right {
      margin-top: 20px;
    }
  }


/* Fancy gradient button for Read More */
.pm-publication-row {
    width: 100%;  /* full width of container */
}

.btn-gradient-fancy {
    display: inline-block;
    background: linear-gradient(45deg, #6a11cb, #2575fc);
    color: white !important;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 25px;
    text-decoration: none;
    box-shadow: 0 4px 8px rgba(37, 117, 252, 0.4);
    transition: background 0.3s ease, box-shadow 0.3s ease;
}

.btn-gradient-fancy:hover, .btn-gradient-fancy:focus {
    background: linear-gradient(45deg, #2575fc, #6a11cb);
    box-shadow: 0 6px 12px rgba(37, 117, 252, 0.6);
    text-decoration: none;
}

/* Responsive adjustment: stack vertically on smaller screens */
@media (max-width: 767px) {
    .pm-publication-row {
        flex-direction: column;
        align-items: flex-start !important;
    }
    .pm-publication-action {
        text-align: left !important;
        margin-top: 12px;
        flex: unset !important;
        width: 100%;
    }
    .pm-publication-details {
        flex: unset !important;
        padding-right: 0 !important;
    }
}




