/* --- DESIGN SYSTEM --- */
:root {
  --bg-paper: #fff1e5;
  --ink-black: #000000;
  --ink-grey: #333333;
  --font-headline: "Playfair Display", serif;
  --font-roles: "Oswald", sans-serif;
  --font-data: "Roboto Mono", monospace;
  --font-body: "Inter", sans-serif;
}

body {
  background-color: var(--bg-paper);
  color: var(--ink-black);
  font-family: var(--font-body);
  -webkit-font-smoothing: antialiased;
}

.toggle-menu {
  display: none;
}

a {
  text-decoration: none;
  color: var(--ink-black);
  transition: all 0.3s ease;
}

/* --- TYPOGRAPHY UTILS --- */
.text-serif {
  font-family: var(--font-headline);
}

.text-mono {
  font-family: var(--font-data);
}

.text-roles {
  font-family: var(--font-roles);
}

/* --- HEADER SECTION (Double Decker) --- */
header {
  border-bottom: 4px solid var(--ink-black); /* Thick separation line */
}

/* Deck 1: Brand & LinkedIn */
.top-deck {
  padding: 9px 0 12px;
  position: relative;
}

.brand-name {
  font-family: var(--font-headline);
  font-weight: 600;
  font-size: 34px;
  font-size: 34px;
  letter-spacing: -1px;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
}

.brand-sub {
  font-family: var(--font-data);
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  margin-top: 10px;
  color: var(--ink-grey);
}

.linkedin-btn {
  background: var(--ink-black);
  color: var(--bg-paper);
  padding: 3px 7px;
  font-family: var(--font-roles);
  text-transform: uppercase;
  font-weight: 500;
  border: 2px solid var(--ink-black);
  display: inline-block;
}

.linkedin-btn:hover {
  background: transparent;
  color: var(--ink-black);
}

/* Deck 2: Navigation */
.nav-deck {
  border-top: 1px solid var(--ink-black);
}

.main-nav .nav-link {
  font-family: var(--font-data);
  color: var(--ink-black);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 12px;
  position: relative;
}

.main-nav .nav-link::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: var(--ink-black);
  transition: width 0.3s;
}

.main-nav .nav-link:hover::after {
  width: 100%;
}

.main-nav .nav-link.active {
  font-weight: 600;
  text-decoration: underline;
}

/* --- HERO SECTION (The Blueprint) --- */
.hero-section {
  padding: 16px 0 0;
  display: flex;
  align-items: center;
  background-color: #fdf7f2;
}
.hero-section .hero-right {
  flex: 1;
  padding: 0 8%;
  position: relative;
  display: flex;
  gap: 16px;
}
.hero-section .hero-right h2 {
  font-size: 24px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #3f3f3f;
  /* margin-bottom: 50px; */
  writing-mode: sideways-lr;
  /* text-orientation: upright; */
  font-weight: 600;
  text-align: center;
}
.hero-section {
  /* Interest Items */
}
.hero-section .interest-item {
  position: relative;
  margin-bottom: 27px;
  cursor: pointer;
  transition: 0.4s ease;
  margin-top: 27px;
}
.hero-section .interest-number {
  font-size: 120px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.05);
  position: absolute;
  top: -40px;
  left: -20px;
  transition: 0.4s ease;
}
.hero-section .interest-title {
  font-size: 26px;
  font-weight: 600;
  position: relative;
  z-index: 2;
  transition: 0.4s ease;
}
.hero-section {
  /* Hover Effect */
}
.hero-section .interest-item:hover .interest-number {
  color: rgba(59, 130, 246, 0.15);
  transform: translateX(10px);
}
.hero-section .interest-item:hover .interest-title {
  color: #990f3d;
  transform: translateX(15px);
}
.hero-section {
  /* Subtle divider line */
}
.hero-section .interest-item::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 60px;
  height: 1px;
  background: rgba(0, 0, 0, 0.3803921569);
  transition: 0.4s ease;
}

/* Left Side: The Frame */
.photo-frame {
  position: relative;
  background: transparent;
}

/* The decorative "stamps" in corners */
.frame-stamp {
  position: absolute;
  font-family: var(--font-data);
  font-size: 0.7rem;
  font-weight: bold;
}

.stamp-tl {
  top: 10px;
  left: 10px;
}

.stamp-br {
  bottom: 10px;
  right: 10px;
}

.profile-img-wrapper {
  width: 100%;
  aspect-ratio: 1/1;
  filter: grayscale(100%) contrast(120%); /* B&W Effect */
}
@media (max-width: 1366px) {
  .profile-img-wrapper {
    aspect-ratio: unset;
    margin-top: 0.9rem;
  }
}

.profile-img-wrapper img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1366px) {
  .profile-img-wrapper img {
    max-height: 330px;
  }
}

/* Right Side: The Role List */
.role-list {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 12px;
  height: 100%;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1377px) {
  .role-list {
    padding-right: 6.5rem;
  }
}

.role-item {
  text-align: center;
  padding: 25px 100px;
  transition: all 0.3s ease;
  cursor: default;
}

.role-title {
  font-family: var(--font-body);
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
  line-height: 1.5;
}

.role-meta {
  font-family: var(--font-data);
  font-size: 0.85rem;
  float: right;
  margin-top: 10px;
}

/* The "Experimental Traveller" Twist */
.role-item.special .role-title {
  font-family: var(--font-headline);
  font-style: italic;
  font-weight: 400;
}

/* --- MOBILE RESPONSIVE --- */
@media (max-width: 768px) {
  .brand-name {
    font-size: 2.5rem;
  }
  .top-deck {
    text-align: center;
  }
  .linkedin-btn {
    position: absolute;
    top: -10px;
    right: 10px;
    font-size: 0.7rem;
    padding: 5px 10px;
  }
  .main-nav {
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 10px;
  }
  .role-title {
    font-size: 1.5rem;
  }
  .photo-frame {
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
  }
  .view-all-link {
    font-size: 11px;
  }
  .role-item {
    padding: 25px 7px;
  }
}
/* Headers */
.section-label {
  font-family: var(--font-data);
  font-size: 0.8rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 1px solid var(--ink-black);
  padding-bottom: 5px;
  margin-bottom: 15px;
  display: inline-block;
}

.section-title {
  font-family: var(--font-body);
  font-size: 30px;
  font-weight: 600;
  line-height: 1.1;
}

.view-all-link {
  font-family: var(--font-body);
  text-transform: uppercase;
  font-size: 13px;
  display: flex;
  justify-content: end;
  align-items: center;
  font-weight: 600;
  border-bottom: 1px solid transparent;
}

/* --- OP-ED SECTION STYLES --- */
/* Date + Save alignment for mobile */
.date-save-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 9px;
}
.date-save-row .save-btn {
  display: flex;
  flex-direction: column;
}
.date-save-row .save-btn span.save-font {
  font-size: 11px;
  color: #000;
}

/* Save button (mobile refinement) */
@media (max-width: 991px) {
  .save-btn {
    font-size: 1.3rem;
    opacity: 0.6;
  }
  .save-btn:hover {
    opacity: 1;
    transform: scale(1.15);
  }
}
.breadcrum.ft {
  padding: 48px 0px 54px;
  text-align: center;
  background: rgba(230, 223, 216, 0.4509803922);
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.breadcrum.ft h1 {
  font-family: var(--font-headline);
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.25;
  color: #000;
  margin: 0;
  letter-spacing: 0.2px;
}
@media (max-width: 768px) {
  .breadcrum.ft {
    padding: 52px 0 48px;
  }
  .breadcrum.ft h1 {
    font-size: 2rem;
  }
}

.breadcrum-second {
  padding: 48px 0px 54px;
  text-align: start;
  border-bottom: 1px solid gainsboro;
  background: #fff1e5;
}
.breadcrum-second h1 {
  font-family: var(--font-headline);
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.25;
  color: #000;
  margin: 0;
  letter-spacing: 0.2px;
}
@media (max-width: 768px) {
  .breadcrum-second {
    padding: 52px 0 48px;
  }
  .breadcrum-second h1 {
    font-size: 2rem;
  }
}

.blog-breadcrum {
  padding: 68px 0px;
  text-align: start;
  box-shadow: 0 10px 30px rgba(120, 80, 40, 0.18);
  background: #fff1e5;
}
.blog-breadcrum h1 {
  font-family: var(--font-headline);
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.25;
  color: #000;
  margin: 0;
  letter-spacing: 0.2px;
}
.blog-breadcrum p {
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.9;
  font-weight: 700;
  color: #333;
  margin-bottom: 0;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .blog-breadcrum p {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .blog-breadcrum {
    padding: 52px 0 48px;
  }
  .blog-breadcrum h1 {
    font-size: 2rem;
  }
}

.contact-section {
  padding-bottom: 30px;
  background: var(--bg-paper);
}

/* Shared card styling */
.contact-card {
  background: #fffdfa;
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.14);
  padding: 45px;
  display: flex;
  flex-direction: column;
}

/* LEFT CARD */
.contact-info-card .image-wrap {
  margin-bottom: 30px;
}
.contact-info-card .image-wrap img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact-info-card .mail-box h4 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 14px;
  color: #111;
  font-family: var(--font-body);
  font-weight: 600;
}
.contact-info-card .mail-box p {
  font-size: 14px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 22px;
  font-family: var(--font-body);
}
.contact-info-card .mail-box .mail-link {
  font-size: 15px;
  font-weight: 600;
  color: #000;
  text-decoration: none;
  position: relative;
  font-family: var(--font-body);
}
.contact-info-card .mail-box .mail-link::after {
  content: "";
  display: block;
  width: 45px;
  height: 1px;
  background: #000;
  margin-top: 6px;
  transition: width 0.4s ease;
}
.contact-info-card .mail-box .mail-link:hover::after {
  width: 90px;
}

/* RIGHT CARD (FORM) */
.cont-form h3 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #111;
  font-family: var(--font-body);
}
.cont-form p {
  margin-bottom: 0;
}
.cont-form form {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.cont-form .form-control {
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  padding: 14px 0;
  font-size: 14px;
  background: transparent;
}
.cont-form .form-control::-moz-placeholder {
  font-family: var(--font-body);
}
.cont-form .form-control::placeholder {
  font-family: var(--font-body);
}
.cont-form .form-control:focus {
  box-shadow: none;
  border-color: #000;
}
.cont-form textarea {
  resize: none;
  height: 100px;
}
.cont-form .submit-btn {
  margin-top: auto;
  background: #000;
  color: #fff;
  border: none;
  padding: 14px 38px;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s ease;
  font-family: var(--font-body);
}
.cont-form .submit-btn:hover {
  background-color: var(--bg-paper);
  color: var(--ink-black);
  transform: translateY(-3px);
}

/* MOBILE */
@media (max-width: 991px) {
  .contact-card {
    padding: 35px;
  }
}
.contact-area {
  padding: 50px 0;
  background: #fdf7f2;
}

/* COMMON CARD */
.contact-box {
  background: #fff;
  border-radius: 18px;
  padding: 48px;
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.12);
}

/* LEFT INFO CARD */
.contact-details-box {
  display: flex;
  flex-direction: column;
  margin-top: 80px;
}
.contact-details-box .contact-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 18px;
  color: #111;
  font-family: var(--font-headline);
}
.contact-details-box .contact-description {
  font-size: 16px;
  line-height: 1.9;
  color: #333;
  margin-bottom: 36px;
  font-family: var(--font-body);
}
.contact-details-box .contact-meta {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 14px;
}
.contact-details-box .contact-meta .contact-name {
  font-size: 17px;
  font-weight: 700;
  color: #000;
  font-family: var(--font-headline);
}
.contact-details-box .contact-meta .contact-separator {
  color: #aaa;
}
.contact-details-box .contact-meta .contact-email {
  font-family: var(--font-headline);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  text-decoration: none;
  position: relative;
}
.contact-details-box .contact-meta .contact-email i {
  font-size: 18px;
}
.contact-details-box .contact-meta .contact-email::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 42px;
  height: 1px;
  background: #000;
  transition: width 0.3s ease;
}
.contact-details-box .contact-meta .contact-email:hover::after {
  width: 100%;
}

/* FORM CARD */
.contact-form-box .form-title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 28px;
  color: #111;
  font-family: var(--font-headline);
}
.contact-form-box .form-row {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}
.contact-form-box .form-row input {
  width: 50%;
}
.contact-form-box .form-control {
  border-radius: 10px;
  padding: 14px 16px;
  font-size: 15px;
  border: 1px solid #ddd;
}
.contact-form-box .form-control::-moz-placeholder {
  font-family: var(--font-data);
}
.contact-form-box .form-control::placeholder {
  font-family: var(--font-data);
}
.contact-form-box .form-control:focus {
  border-color: #000;
  box-shadow: none;
}
.contact-form-box textarea {
  resize: none;
}
.contact-form-box .contact-submit-btn {
  font-family: var(--font-headline);
  margin-top: 10px;
  background: #000;
  color: #fff;
  border: none;
  padding: 14px 38px;
  font-size: 15px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.contact-form-box .contact-submit-btn:hover {
  background: var(--bg-paper);
  color: var(--ink-black);
  transform: translateY(-2px);
}

.oped-head {
  padding: 20px 0px;
  font-size: 28px;
}

.oped-detail-section {
  padding-bottom: 30px;
  background-color: var(--bg-paper);
  /* =====================
     HEADER
  ====================== */
}
.oped-detail-section .oped-head {
  padding: 32px 0 20px;
}
.oped-detail-section {
  /* =====================
     DIVIDER LINE
  ====================== */
}
.oped-detail-section .line {
  width: 85%;
  margin: 17px 0;
  height: 1px;
  background-color: #ccc1b7;
  display: flex;
  justify-content: right;
  transform: translateX(19%);
}
@media (max-width: 780px) {
  .oped-detail-section .line {
    width: 100%;
    transform: translateX(0);
  }
}
.oped-detail-section {
  /* =====================
     ARTICLE ROW
  ====================== */
}
.oped-detail-section .article-row {
  background: transparent;
  padding: 0;
  margin-bottom: 0;
  border-radius: 0;
  transition: background-color 0.3s ease;
}
.oped-detail-section .article-row .article-row-inner {
  align-items: center;
}
.oped-detail-section .article-row {
  /* DATE */
}
.oped-detail-section .article-row .article-date {
  font-family: var(--font-body);
  font-size: 14px;
  color: #33302e;
  text-transform: uppercase;
}
.oped-detail-section .article-row {
  /* THUMBNAIL */
}
.oped-detail-section .article-row .article-thumb {
  width: 100%;
  height: 80px;
  background: #fff;
  overflow: hidden;
  border-radius: 0;
  transition: transform 0.3s ease;
}
.oped-detail-section .article-row .article-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.oped-detail-section .article-row {
  /* CONTENT */
}
.oped-detail-section .article-row .article-source {
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #990f3d;
  margin-bottom: 6px;
}
.oped-detail-section .article-row .article-heading {
  font-family: var(--font-headline);
  line-height: 0.9;
  margin-bottom: 10px;
}
.oped-detail-section .article-row .article-heading .source {
  font-size: 16px;
}
.oped-detail-section .article-row .article-heading a {
  font-family: var(--font-headline);
  font-size: 17px;
  font-weight: 600;
  color: var(--ink-black);
  text-decoration: none;
  background-image: linear-gradient(var(--ink-black), var(--ink-black));
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  transition: background-size 0.3s, color 0.3s;
  line-height: inherit;
}
@media (max-width: 600px) {
  .oped-detail-section .article-row .article-heading a {
    font-size: 16px;
  }
}
.oped-detail-section .article-row .article-heading a:hover {
  color: #736c67;
}
.oped-detail-section .article-row .article-excerpt {
  font-family: var(--font-body);
  font-size: 14px;
  color: #66605c;
  line-height: 1.4;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.oped-detail-section .article-row .article-badge {
  font-size: 12px;
  font-weight: 700;
  color: #c62828;
}
.oped-detail-section .article-row {
  /* SAVE BUTTON */
}
.oped-detail-section .article-row .save-btn {
  display: flex;
  flex-direction: column;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 27px;
  font-weight: 600;
  color: var(--ink-black);
  transition: transform 0.2s;
}
.oped-detail-section .article-row .save-btn img {
  max-width: 32px;
}
.oped-detail-section .article-row .save-btn span.save-font {
  font-size: 11px;
  color: #000;
}
.oped-detail-section .article-row .save-btn:hover {
  transform: scale(1.15);
}
@media (max-width: 500px) {
  .oped-detail-section .article-row .save-btn {
    font-size: 14px;
    margin: 0;
    padding: 0;
  }
}
.oped-detail-section .article-row .article-box {
  justify-content: space-between;
}
.oped-detail-section .article-row {
  /* HOVER EFFECTS */
}
.oped-detail-section .article-row:hover .article-heading a {
  background-size: 0% 2px;
}
.oped-detail-section {
  /* =====================
     MOBILE TWEAKS
  ====================== */
}
@media (max-width: 768px) {
  .oped-detail-section .section-title {
    font-size: 2rem;
  }
  .oped-detail-section .article-thumb {
    width: 60px;
    height: 60px;
  }
  .oped-detail-section .article-heading {
    font-size: 1.2rem;
  }
}

.recommended-block {
  background: #fff4e8;
  padding: 2px 20px;
}
.recommended-block .recommended-heading {
  margin-bottom: 8px;
  position: relative;
}
.recommended-block .recommended-heading .line {
  width: 100%;
  height: 10px;
  background: #000;
  transform: unset;
  margin: 0;
  margin-bottom: 8px;
}
.recommended-block .recommended-heading h3 {
  font-family: var(--font-body);
  font-size: 19px;
  font-weight: 500;
  margin-bottom: 1.2rem;
  color: #000;
  text-align: center;
}
.recommended-block .recommended-card {
  margin: 0 auto;
}
.recommended-block .recommended-card .card-imag {
  max-width: 76%;
  margin: 0 auto;
}
.recommended-block .recommended-card .card-image img {
  width: 100%;
  display: block;
}
.recommended-block .recommended-card .card-title {
  font-family: var(--font-headline);
  font-size: 17px;
  line-height: 1.4;
  color: #000;
  text-decoration: none;
  margin-top: 14px;
  font-weight: 600;
}

.oped-home-section {
  padding-bottom: 0;
  padding-top: 25px;
}
.oped-home-section .oped-head {
  padding: 0px 0 20px;
}
.oped-home-section .oped-recommend {
  font-size: 18px;
  font-weight: 600;
  display: flex;
  justify-content: end;
  flex-direction: column;
  align-items: end;
}
@media (max-width: 560px) {
  .oped-home-section .oped-recommend {
    font-size: 15px;
  }
}
.oped-home-section .oped-recommend .line-rec {
  width: 31%;
  transform: unset;
  height: 3px;
  margin-top: 5px;
  background-color: #000;
}

.blog-home-section {
  padding-bottom: 0;
}
.blog-home-section .oped-head {
  padding: 0px 0 20px;
}

.reports-home-section {
  padding-bottom: 0;
}
.reports-home-section .oped-head {
  padding: 0px 0 20px;
}

.about-profile-section {
  padding: 50px 0;
  background-color: #fdf7f2;
}
.about-profile-section a.submit-btn.text-end.read-more-btn {
  font-size: 17px;
}
.about-profile-section .submit-btn {
  margin-top: auto;
  border: none;
  padding: 14px 38px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.3s ease;
  font-family: var(--font-body);
}
.about-profile-section .about-title {
  font-family: var(--font-headline);
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 22px;
  color: #000;
}
.about-profile-section .about-more {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  margin-bottom: 15px;
  transition: max-height 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s ease;
  will-change: max-height, opacity;
}
.about-profile-section .about-more p {
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.9;
  color: #333;
  margin-bottom: 10px;
  text-align: justify;
}
.about-profile-section .about-more.active {
  max-height: 2000px;
  opacity: 1;
  transition: max-height 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s ease;
  will-change: max-height, opacity;
}
.about-profile-section {
  /* Button styling refinement (optional) */
}
.about-profile-section .submit-btn {
  display: block;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}
.about-profile-section .about-block {
  margin: 12px 0px;
}
.about-profile-section .about-block p {
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.9;
  color: #333;
  margin-bottom: 0;
  text-align: justify;
}
.about-profile-section .about-content .about-short-para {
  font-size: 17px;
  font-weight: 600;
  font-family: var(--font-body);
}
@media (max-width: 600px) {
  .about-profile-section .about-content .about-short-para {
    font-size: 16px;
  }
}
.about-profile-section .about-content h2 {
  font-family: var(--font-body);
  font-weight: 700;
  margin-bottom: 10px;
  color: #000;
}
.about-profile-section {
  /* IMAGE */
}
.about-profile-section .about-image {
  padding-left: 1rem;
}
@media (min-width: 992px) and (max-width: 1211px) {
  .about-profile-section .about-image {
    margin-top: 50px;
  }
}
.about-profile-section .about-image img {
  border-radius: 8px;
}
.about-profile-section {
  /* ---------- MOBILE ---------- */
}
@media (max-width: 991px) {
  .about-profile-section {
    padding: 50px 0;
  }
  .about-profile-section .about-title {
    font-size: 24px;
  }
}

.editorial-breadcrumb {
  background: #fffaf4;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  overflow: hidden;
  position: relative;
}
@media (max-width: 1377px) {
  .editorial-breadcrumb {
    padding: 30px 0px;
  }
}
.editorial-breadcrumb .author-title-row {
  display: flex;
  align-items: center;
  gap: 16px;
}
.editorial-breadcrumb .author-title-row h2 {
  font-family: var(--font-headline);
  font-size: 28px;
  font-weight: 600;
  margin: 0;
  color: #33302e;
}
.editorial-breadcrumb .author-title-row .follow-btn {
  background: transparent;
  border: 1px solid #c7002d;
  color: #c7002d;
  font-size: 13px;
  padding: 4px 10px;
  border-radius: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.editorial-breadcrumb .author-title-row .follow-btn i {
  font-size: 11px;
}
.editorial-breadcrumb .author-title-row .follow-btn:hover {
  background: #c7002d;
  color: #fff;
}
.editorial-breadcrumb .author-role {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  letter-spacing: 0.06em;
  color: #000;
  font-family: var(--font-body);
  text-transform: uppercase;
}
.editorial-breadcrumb .author-bio {
  margin-top: 16px;
  font-size: 15px;
  line-height: 1.6;
  color: #333;
}
.editorial-breadcrumb .author-meta {
  margin-top: 14px;
  display: flex;
  gap: 24px;
}
.editorial-breadcrumb .author-meta a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  color: #4d4845;
  text-decoration: none;
  line-height: 1;
}
.editorial-breadcrumb .author-meta a i {
  font-size: 20px;
  color: var(--ink-grey);
  line-height: 1;
}
@media (max-width: 600px) {
  .editorial-breadcrumb .author-meta a i {
    font-size: 15px;
  }
}
.editorial-breadcrumb .author-meta a span {
  position: relative;
  top: 1px;
}
@media (max-width: 600px) {
  .editorial-breadcrumb .author-meta a span {
    font-size: 12px;
  }
}
.editorial-breadcrumb .author-meta a:hover {
  text-decoration: underline;
}
.editorial-breadcrumb .author-image img {
  border-radius: 2px;
}
@media (max-width: 1377px) {
  .editorial-breadcrumb .author-image img {
    position: absolute;
    top: 20px;
    right: 8%;
  }
}
@media (max-width: 1377px) and (max-width: 650px) {
  .editorial-breadcrumb .author-image img {
    display: none;
  }
}

.oped-detail-page .thub-wrapper img {
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.oped-detail-page .meta-detailss {
  padding-top: 0.7rem;
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 600;
  color: #990f3d;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.oped-detail-page .meta-detailss p {
  margin-bottom: 0;
}
.oped-detail-page .the-content {
  padding-top: 15px;
}
.oped-detail-page .sidebar-box {
  margin-bottom: 20px;
  background-color: #f7eadf;
  padding: 15px;
}
.oped-detail-page .sidebar-box .img-wras {
  margin: 0;
  padding: 0;
}
.oped-detail-page .sidebar-box .img-wras img {
  margin-bottom: 12px;
}
.oped-detail-page .sidebar-box .side-conts h4 {
  font-family: var(--font-headline);
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}
.oped-detail-page .sidebar-box .side-conts p {
  font-size: 12px;
  margin-bottom: 0;
}
.oped-detail-page .sidebar-box .side-conts .blo-readmore a {
  background: var(--ink-black);
  color: var(--bg-paper);
  padding: 3px 7px;
  font-family: var(--font-roles);
  text-transform: uppercase;
  font-weight: 500;
  border: 2px solid var(--ink-black);
  display: inline-block;
  font-size: 12px;
  margin-top: 10px;
}
.oped-detail-page .single-oped-head-title {
  font-family: var(--font-headline);
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 30px;
}

.oped-detail-section button#loadmore-btn {
  margin-left: auto;
  margin-right: auto;
  background-color: #000;
  color: #fff;
  border: 0;
  padding: 6px 17px;
}

@media only screen and (max-width: 768px) {
  .about-content.mt-md-5.mt-lg-0.mt-5 {
    margin-top: 0 !important;
  }
  .hero-section .interest-title .hero-section .interest-item {
    margin-bottom: 27px;
    margin-top: 27px;
  }
  .hero-section .interest-title .hero-section .interest-title {
    font-size: 18px;
  }
  .oped-detail-section button#loadmore-btn {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 576px) {
  .oped-home-section .oped-recommend .line-rec {
    width: 70%;
  }
  .profile-img-wrapper img {
    max-height: 100%;
  }
  .brand-name {
    font-size: 30px;
    text-align: left;
  }
  .linkedin-btn {
    position: absolute;
    top: 25px;
    right: 0px;
    font-size: 0.7rem;
    padding: 5px 10px;
  }
  .role-list {
    padding-left: 0;
  }
  .role-title {
    font-size: 22px;
  }
  .role-item {
    padding: 1px 20px;
  }
  .nav-deck .nav {
    flex-direction: column;
  }
  .toggle-menu {
    display: block;
    font-size: 25px;
  }
  .nav-deck {
    display: none;
  }
  .hero-section {
    min-height: auto;
    padding: 40px 0;
  }
  .oped-section {
    padding: 40px 0;
  }
  .blog-section {
    padding: 40px 0;
    background-color: var(--bg-paper);
  }
  .report-section {
    padding: 40px 0;
    background-color: var(--bg-paper);
  }
  .brand-name {
    font-size: 35px;
    text-align: center;
  }
  .oped-section .article-thumb {
    width: 100%;
    height: 200px;
  }
  .blog-section .blog-thumb {
    width: 100%;
    height: 200px;
  }
  .report-section .report-thumb {
    width: 100%;
    height: 200px;
  }
  footer {
    font-size: 13px;
  }
  .section-title {
    font-size: 2.5rem;
  }
  .oped-detail-section .article-row .article-thumb {
    height: 58px;
  }
  .profile-img-wrapper img {
    min-height: 100%;
    width: 100%;
  }
  .photo-frame {
    max-width: 100%;
    margin-bottom: 10px;
  }
  .profile-img-wrapper {
    aspect-ratio: 1;
  }
  .role-item {
    padding-left: 0;
    padding-right: 0;
  }
  .oped-detail-section button#loadmore-btn {
    margin-bottom: 20px;
  }
  .hero-section .hero-right {
    padding: 0;
  }
  .hero-section .hero-right h2 {
    margin-bottom: 0;
    margin-right: 5px;
    font-size: 20px;
  }
  .hero-section .interest-title {
    font-size: 16px;
  }
  .hero-section .interest-item {
    margin-top: 34px;
  }
  .oped-home-section .oped-head {
    font-size: 21px;
  }
  .oped-detail-section .article-row .save-btn img {
    max-width: 26px;
  }
  .editorial-breadcrumb .author-meta a {
    font-size: 14px;
  }
}/*# sourceMappingURL=style.css.map */