
.copy-link {
  display: flex;
  flex-direction: column; 
  flex: 1;
}

.copy-link span {
  margin-bottom: 30px;
  font-size: 1.5rem!important;
  color: #333;
  font-weight: 500;
}

.input-wrapper {
  position: relative;
  width: 100%;
}

.link-input {
  width: 100%;
  padding: 12px 70px 12px 12px; 
  border: 1px solid #ddd;
  font-size: 14px;
  box-sizing: border-box;
  color: #00000080;
  text-decoration: underline;
}


.copy-button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  padding: 0 16px;
  background: #E2DCB7;
  color: var(--text);
  border: none;
  border-left: 1px solid #ddd;
  cursor: pointer;
  font-weight: 500;
  transition: background 0.3s ease;
}

.copy-button:hover {
  background: #e2dcb7cf;
}
 


/* .container {
  max-width: 1320px;
  margin: 0 auto;
  width: 100%;
  padding: 0px;
} */

.divider-blog {
  border: 1px solid #00000026;
  border-style: solid;
  margin-bottom: 8px;
}
/*.has-medium-font-size{*/
/*    font-family: 'Proxima Nova Lt';*/
/*}*/
li strong{
    font-family: 'Proxima Nova Lt';
    font-size: 1.25rem;
}
/*.full-width-accordion{*/
/*    margin-bottom: 60px!important;*/
/*}*/
.article-content .wp-block-list li{
    line-height: 1.25!important;
}
.article-content li{
    font-size: 1.25rem;
}
/* HERO section */
.hero {
  position: relative;
  /* Make hero the reference for absolute positioning */
  background: linear-gradient(to right,
      rgba(38, 115, 148, 1) 40%,
      rgba(38, 115, 148, 0.8) 60%,
      rgba(38, 115, 148, 0.7) 70%,
      rgba(38, 115, 148, 0.1) 100%),
    url("../images/abstract.svg") no-repeat right center;
  background-size: auto 100%;
  color: var(--white);
  padding: 60px 40px;
  text-align: left;
  max-width: 1320px;
  margin: 48px auto;
  max-height: 430px;
  min-height: 340px;
}

/* Shapes container */
.hero-shapes img {
  position: absolute;
  z-index: 1;
  width: 65px!important;
  pointer-events: none;
}

/* Top-most shape */
.shape-top {
  top: 0;
  left: 65%;
  transform: translateX(-50%);
}

/* Bottom-left shape */
.shape-bottom-left {
  bottom: 0%;
  left: 40%;
}

/* Bottom-right shape */
.shape-bottom-right {
  bottom: 0;
  right: 5%;
}

.hero h1 {
  font-size: 2rem;
  margin-bottom: 20px;
  line-height: 1.2;
}

.hero p {
  margin-bottom: 20px;
  font-size: 1.25rem;
}
.short-width{
    max-width: 75%;
}
.hero-buttons {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}

.hero-search {
  max-width: 350px;
}

/* Breadcrumb */
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 30px 0;
  font-size: 14px;
  color: var(--text);
}

.breadcrumb a {
  color: var(--text);
  text-decoration: none;
}

.breadcrumb .separator {
  color: #999;
  margin: 0 8px;
}

/* Hero Banner */
.hero-banner {
  position: relative;
  background: linear-gradient(90deg, var(--primary) 0%, #3a8da8 100%);
  color: white;
  padding: 60px 40px;
  overflow: hidden;
}

.hero-content {
  max-width: 70%;
  z-index: 2;
  position: relative;
  margin-top: 30px;
  margin-right: auto;
}

.page-content h3 strong{
    font-size: 2rem;
}

.hero-title {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 20px;
}

.hero-decor {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAwIiBoZWlnaHQ9IjUwMCIgdmlld0JveD0iMCAwIDEwMDAgNTAwIj4KICA8cGF0aCBkPSJNIDAgMCAxMDAwIDAgTCAxMDAwIDUwMCBMIDAgNTAwIFogIiBmaWxsPSIjRkZGRkZGIiBvcGFjaXR5PSIwLjMiIC8+Cjwvc3ZnPg==") no-repeat right top;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.hero-pattern {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAwIiBoZWlnaHQ9IjUwMCIgdmlld0JveD0iMCAwIDEwMDAgNTAwIj4KICA8cGF0aCBkPSJNIDAgMCAxMDAwIDAgTCAxMDAwIDUwMCBMIDAgNTAwIFogIiBmaWxsPSIjRkZGRkZGIiBvcGFjaXR5PSIwLjMiIC8+Cjwvc3ZnPg==") no-repeat right top;
  opacity: 0.2;
  transform: rotate(45deg) translateX(100px) translateY(-100px);
}

/* Main Content */
.main-content {
  display: flex;
  gap: 40px;
  margin: 40px 0;
}

.content-area {
  flex: 3;
}

.sidebar {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

/* Article Content */
.article-content {
  margin-bottom: 40px;
}

.article-content p {
  margin-bottom: 20px;
  line-height: 1.6;
}

.article-content h2 {
  font-size: 1.5rem;
  margin: 30px 0 20px;
  color: var(--text);
}

/* Fields of Interest */
.fields-of-interest {
  margin: 40px 0;
}

.fields-of-interest h2 {
  font-size: 2rem;
  margin-bottom: 20px;
  color: var(--text);
}

/* Contact Section */
.contact-section {
  background: white;
  padding: 30px;
  margin-top: 40px;
}

.contact-section h3 {
  font-size: 1.2rem;
  margin-bottom: 15px;
  color: var(--text);
}

.contact-section p {
  margin-bottom: 15px;
  line-height: 1.6;
}

.contact-button {
  display: inline-block;
  /* background: var(--primary); */
  color: white;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}

.contact-button:hover {
  background: #1a5a70;
  transform: translateY(-2px);
}

/* Share Article */
.share-section {
  background: white;
  padding: 30px;
  margin-top: 30px;
}

.share-section h3 {
  font-size: 1.2rem;
  margin-bottom: 15px;
  color: var(--text);
}

.share-options {
  display: flex;
  align-items: center;
  gap: 60px;
}

.social-icons {
  display: flex;
  gap: 20px;
}

.social-icon {
  width: 40px;
  height: 40px;
  /* background: #f0f0f0; */
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.3s ease;
}

/*.social-icon:hover {*/
/*  background: #e0e0e0;*/
/*}*/

/* Sidebar */
.search-box {
  background: white;
  padding: 0 0 0 20px;
}

.search-input {
  width: 100%;
  /* padding: 10px; */
  /* border: 1px solid #ddd; */

  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.search-input input {
  flex: 1;
  border: none;
  outline: none;
  font-size: 14px;
}

.search-button {
  background: var(--secondary-color);
  color: var(--text);
  padding: 8px 16px;
  border: none;

  cursor: pointer;
}

.next-article {
  background: white;
  padding: 20px;
}

.next-article h3 {
  font-size: 1.2rem;
  margin-bottom: 15px;
  color: var(--text);
}

.next-article a {
  color: var(--primary);
  text-decoration: none;
  display: block;
  margin-top: 10px;
}

.next-article a:hover {
  text-decoration: underline;
}

.latest-news {
  background: white;
  padding: 20px;
}

.latest-news h3 {
  font-size: 1.2rem;
  margin-bottom: 20px;
  color: var(--text);
}

.news-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.news-item {
  display: flex;
  gap: 15px;
  align-items: flex-start;
}
.news-item a{
    font-size: 1rem!important;
}
.news-image {
  width: 80px;
  height: 60px;
  background: #eee;
  flex-shrink: 0;

  overflow: hidden;
}

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

.news-title {
  flex: 1;
  color: var(--primary);
  text-decoration: none;
  font-size: 14px;
  line-height: 1.4;
}

.news-title:hover {
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 768px) {
  .hero-banner {
    padding: 40px 20px;
  }

  .hero-title {
    font-size: 2rem;
  }

  .main-content {
    flex-direction: column;
  }
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 40px 0;
  font-size: 16px;
}

.find-here-form {
  width: 100%;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.find-here-form input {
  width: 80%;
}

.find-here-form button {
  width: 20%;
}

button,
a {
  text-decoration: none !important;
}

.pagination button,
.pagination span {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: transparent;
  color: #10303e;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.3s ease;
  position: relative;
}

.pagination button:hover {
  background: #f0f0f0;
  border-color: #bbb;
}

.pagination button.active {
  background: var(--primary-color);
  font-family: 'Proxima Nova Lt';
  font-weight: 600;
  color: white;
  border: 1px solid var(--secondary-color);
}

.pagination .ellipsis {
  width: auto;
  padding: 0 10px;
  border: none;
  background: transparent;
  font-weight: bold;
}

/* Custom Arrow Buttons */
.pagination .prev::before,
.pagination .next::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  display: inline-block;
  transition: transform 0.3s ease;
}

.pagination .prev::before {
  transform: rotate(-135deg);
}

.pagination .next::before {
  transform: rotate(45deg);
}

/* Hover motion */
.pagination .prev:hover::before {
  transform: rotate(-135deg) translateX(-1px);
}

.pagination .next:hover::before {
  transform: rotate(45deg) translateX(1px);
}

.update-title {
  font-size: 24px !important;
}

.subclass {
  font-weight: normal;
  margin-bottom: 20px;
  font-family: 'Proxima Nova Rg';
  font-weight: 400;
  font-size: 0.875rem;
}

.update-card {
  min-height: 345px;
}
.nav-menu li{
    font-size: 1rem!important;
}

/* Responsive */
@media (max-width: 768px) {
  .hero-banner {
    padding: 40px 20px;
  }

  .hero-title {
    font-size: 2rem;
  }

  .main-content {
    flex-direction: column;
  }

  .pagination {
    flex-wrap: wrap;
  }
}


 @media (max-width: 768px) {
     .updates-grid, .posts{
         margin-top:0px!important;
     }
     .full-width-accordion{
         margin-bottom: 0px!important;
     }
  .updates-section{
      margin: 0px!important;
  }
  .breadcrumb{
      align-items: flex-start!important;
      flex-wrap: wrap!important;
      margin: 28px auto 0px auto!important;
  }
 
  .hero {
    padding: 50px 20px;
    text-align: center;
    min-height: 300px;
    background:rgba(38, 115, 148, 1) 0% !important;
    background-size: cover;
    margin: 24px auto 48px auto!important;
  }
  .hero-content{
      max-width: 90%;
      text-align: left;
      margin-top: 0px;
  }
 
  .hero h1 {
    font-size: 1.5rem;
    line-height: 1.25;
    margin-bottom: 16px;
  }
 
  .hero p {
    font-size: 1rem;
    margin-bottom: 16px;
  }
 
  .hero-shapes img {
    /*display: none!important;*/
    position: absolute;
    z-index: 1;
  }
 
  .shape-top {
    top: auto !important;
    left: 0 !important;
    bottom: 0 !important;
    transform: none !important;
    width: 200px;
  }
 
  .shape-bottom-left {
    bottom: 20% !important;
    left: auto !important;
    right: 0 !important;
    width: 100px;
  }
 
  .shape-bottom-right {
    display: none !important;
  }
.has-medium-font-size{
    font-size:0.875rem!important;
}
  .hero-buttons {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px;
  }
  .update-excerpt{
      font-size:0.875rem!important;
  }
  .update-title{
      font-size: 1.25rem!important;
  }
  .page-content h3 strong{
      font-size: 1.5rem;
  }
  .main-content{
      margin: 40px 0px!important;
      padding: 0px!important;
  }
} 