.elementor-350 .elementor-element.elementor-element-8ad2acf{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-350 .elementor-element.elementor-element-f76fcef{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-350 .elementor-element.elementor-element-f76fcef:not(.elementor-motion-effects-element-type-background), .elementor-350 .elementor-element.elementor-element-f76fcef > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-text );}.elementor-350 .elementor-element.elementor-element-9e4bed8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-350 .elementor-element.elementor-element-9e4bed8:not(.elementor-motion-effects-element-type-background), .elementor-350 .elementor-element.elementor-element-9e4bed8 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-text );}.elementor-350 .elementor-element.elementor-element-d39d3f8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-350 .elementor-element.elementor-element-39cde17{margin:-20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-350 .elementor-element.elementor-element-4c6b54c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-350 .elementor-element.elementor-element-a78b823{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-350 .elementor-element.elementor-element-95aefab{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-350 .elementor-element.elementor-element-ef5982d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-928b940 */@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;600&family=Inter:wght@300;400;500&display=swap');

/* BASE */
.hero-section {
  background: #000;
  color: #fff;
  padding: px 0;
  font-family: 'Inter', sans-serif;
  overflow-x: hidden;
}

.hero-container {
  max-width: 1350px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 0;
  display: grid;
  grid-template-columns: 1.7fr 1fr;
  gap: 60px;
}

/* LEFT */
.hero-meta {
  color: #ff4c2b;
  font-size: 13px;
  letter-spacing: 1.2px;
  font-family: 'Oswald', sans-serif;
  margin-bottom: 15px;
}

.hero-title {
  font-family: 'Oswald', sans-serif;
  font-size: 78px;
  line-height: 1.02;
  letter-spacing: -1.5px;
  font-weight: 600;
  margin-bottom: 25px;
}

.hero-title span {
  color: #d4a017;
  font-style: italic;
}

.hero-desc {
  max-width: 520px;
  color: #b8b8b8;
  font-size: 13px;
  line-height: 1.75;
  margin-bottom: 30px;
}

.hero-author {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 25px;
}

.hero-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #2f7d32;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.hero-name {
  font-weight: 600;
}

.hero-time {
  font-size: 13px;
  color: #9c9c9c;
}

.hero-btn {
  background: #d4a017;
  color: #000;
  padding: 14px 28px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

/* RIGHT */
.hero-right {
  display: flex;
  flex-direction: column;
  gap: 25px;
  width: 100vw;
  margin-right: calc(-1 * (100vw - 100%) / 2);
}

.hero-card {
  height: 170px;
  display: flex;
  align-items: center;
  padding: 30px 0;
}

/* ✅ FIXED GRADIENTS (NO CONFLICT) */
.card-red {
  background: linear-gradient(135deg, #2a0a05 0%, #7a1f0f 100%) !important;
}

.card-green {
  background: linear-gradient(135deg, #022d20 0%, #146c49 100%) !important;
}

.card-blue {
  background: linear-gradient(135deg, #0c0f2c 0%, #2a2f66 100%) !important;
}

/* TEXT */
.card-inner {
  max-width: 520px;
  margin-left: 40px;
}

.card-cat {
  font-size: 12px;
  color: #ffb84d;
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-family: 'Oswald', sans-serif;
}

.hero-card h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 10px;
  font-weight: 600;
}

.card-meta {
  font-size: 13px;
  color: #dcdcdc;
  font-family: 'Inter', sans-serif;
}

/* TABLET */
@media (max-width: 1024px) {
  .hero-container {
    grid-template-columns: 1fr;
    padding-right: 40px;
  }

  .hero-right {
    width: 100%;
    margin-right: 0;
  }

  .hero-title {
    font-size: 56px;
  }
}

/* MOBILE */
@media (max-width: 600px) {
  .hero-section {
    padding: 50px 0;
  }

  .hero-container {
    padding: 0 20px;
  }

  .hero-title {
    font-size: 40px;
    line-height: 1.1;
  }

  .hero-desc {
    font-size: 14px;
  }

  .hero-card {
    height: auto;
    padding: 20px 0;
  }

  .card-inner {
    margin-left: 20px;
  }

  .hero-card h3 {
    font-size: 18px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f3f8103 */.ticker-wrapper {
  background-color: #E6A817;
  overflow: hidden;
  white-space: nowrap;
  padding: 14px 0;
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
}

.ticker-track {
  display: inline-block;
  animation: ticker-scroll 30s linear infinite;
}

.ticker-track span {
  display: inline-block;
  color: #00000;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0 18px;
}

.ticker-track .dot {
  color: #aaaaaa;
  padding: 0 4px;
}

@keyframes ticker-scroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-39cde17 */.stats {
  background: #0b5c3a;
  padding: 30px 15px;
  color: #fff;
}

.stats-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 1100px;
  margin: auto;
  text-align: center;
  gap: 10px;
}

.stat {
  padding: 10px 5px;
}

.stat h2 {
  font-size: 40px;
  margin-bottom: 5px;
  font-family: Georgia, serif;
}

.stat p {
  font-size: 12px;
  letter-spacing: 0.5px;
  color: #d6e8df;
  line-height: 1.3;
}

/* TABLET */
@media (max-width: 900px) {
  .stats-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* MOBILE */
@media (max-width: 500px) {
  .stats-container {
    grid-template-columns: 1fr;
  }

  .stats {
    padding: 20px 10px;
  }

  .stat h2 {
    font-size: 32px;
  }

  .stat {
    padding: 8px 0;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-060cfa0 *//* RESET */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* SECTION */
.topics {
  padding: 60px 40px;
  background: linear-gradient(90deg, #0b1f14, #0e2a18);
  color: #fff;
}

/* CONTAINER */
.topics-container {
  max-width: 1200px;
  width: 100%;
  margin: auto;
}

/* TITLE */
.topics-title {
  font-size: 20px;
  letter-spacing: 1px;
  color: #f4b400;
  margin-bottom: 20px;
  border-bottom: 2px solid #1f3a2a;
  padding-bottom: 10px;
}

/* GRID */
.topics-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 25px;
  width: 100%;
}

/* CARD */
.topic-card {
  width: 100%;
  background: rgba(255, 255, 255, 0.03);
  padding: 25px;
  border-radius: 6px;
  border: 1px solid rgba(255,255,255,0.05);
  transition: 0.3s ease;
}

.topic-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255,255,255,0.15);
}

/* ICON */
.icon {
  font-size: 28px;
  margin-bottom: 15px;
}

/* TEXT */
.topic-card h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.topic-card p {
  font-size: 14px;
  color: #b5cbbd;
  line-height: 1.5;
}

/* TABLET */
@media (max-width: 1024px) {
  .topics-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

/* MOBILE */
@media (max-width: 768px) {
  .topics {
    padding: 40px 20px;
  }

  .topics-title {
    font-size: 18px;
  }

  .topics-grid {
    grid-template-columns: 1fr !important;
  }

  .topic-card {
    padding: 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-511e3ae */body{
  margin:0;
  background:#f3efe9;
  font-family: Georgia, serif;
  color:#111;
}

/* LAYOUT */
.wrap{
  max-width:1100px;
  margin:auto;
  padding:40px 20px;
  display:grid;
  grid-template-columns:2fr 1fr;
  gap:28px;
}

/* HEADINGS ONLY OSWALD */
h2,h3,h4{
  font-family:'Oswald',sans-serif;
}

/* HEADER */
.header{
  display:flex;
  justify-content:space-between;
  align-items:center;
  border-bottom:2px solid #111;
  padding-bottom:8px;
  margin-bottom:18px;
}
.header h2{font-size:18px;letter-spacing:1px;}
.header a{font-size:12px;color:#6b6b6b;text-decoration:none;}

/* ARTICLE */
.article{
  display:flex;
  gap:18px;
  padding:16px 0;
  border-bottom:1px solid #ddd;
}

/* THUMB */
.thumb{
  width:120px;height:90px;
  display:flex;align-items:center;justify-content:center;
}
.thumb svg{width:28px;height:28px;fill:#fff;}

.red{background:#b9372c;}
.blue{background:#244f6c;}
.green{background:#1e6b3a;}
.purple{background:#6b3a8c;}

/* CATEGORY BAR */
.cat{
  font-size:10px;
  letter-spacing:1px;
  margin-bottom:6px;
  padding:3px 6px;
  display:inline-block;
}
.red-bar{background:#f1d2cd;color:#a12d22;}
.blue-bar{background:#d5e3ed;color:#244f6c;}
.green-bar{background:#d7eadf;color:#1e6b3a;}
.purple-bar{background:#e6dcf1;color:#6b3a8c;}

/* TEXT */
.content h3{
  font-size:16px;
  line-height:1.3;
  margin:4px 0 6px;
}
.content p{
  font-size:13px;
  color:#666;
  line-height:1.4;
}
.meta{
  font-size:11px;
  color:#555;
}

/* SIDEBAR */
.right{display:flex;flex-direction:column;gap:24px;}

/* NEWSLETTER */
.newsletter{
  background:#000;
  padding:20px;
  color:#fff;
}
.newsletter h3{
  color:#f4b400;
  font-size:14px;
  margin-bottom:10px;
}
.newsletter p{
  font-size:12px;
  color:#ccc;
  margin-bottom:12px;
}
.newsletter input{
  width:100%;
  padding:10px;
  margin-bottom:10px;
  background:#111;
  border:1px solid #333;
  color:#fff;
}
.newsletter button{
  width:100%;
  padding:10px;
  background:#f4b400;
  border:none;
  font-size:12px;
}

/* TRENDING */
.trending h3{
  border-bottom:2px solid #111;
  padding-bottom:6px;
  margin-bottom:10px;
}
.t-item{
  display:flex;
  gap:12px;
  margin:12px 0;
}
.t-item span{
  font-size:34px;
  color:#dcd6cf;
  font-family:'Oswald';
}
.t-item h4{font-size:13px;margin:0;}
.t-item p{font-size:11px;color:#777;margin:2px 0 0;}

/* HEALTH */
.health h3{
  border-bottom:2px solid #111;
  padding-bottom:6px;
  margin-bottom:10px;
}
.tags{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
}
.tags a{
  background:#e5e0d8;
  padding:6px 10px;
  font-size:11px;
  text-decoration:none;
  color:#111;
  transition:.25s;
}
.tags a:hover{
  background:#f4b400;
}

/* TABLET */
@media(max-width:1024px){
  .wrap{grid-template-columns:1fr;}
}

/* MOBILE */
@media(max-width:600px){
  .thumb{width:90px;height:70px;}
  .content h3{font-size:14px;}
  .content p{font-size:12px;}
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b232538 */* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Oswald', sans-serif;
}

/* SECTION */
.condition-section {
  background: #d8cfbf;
  padding: 60px 20px;
}

.container {
  max-width: 1200px;
  margin: auto;
}

/* HEADER */
.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.section-header h2 {
  font-size: 24px;
  letter-spacing: 2px;
  font-weight: 600;
}

.all-link {
  font-size: 14px;
  text-decoration: none;
  color: #2d5c2f;
  font-weight: 500;
}

/* CARDS GRID */
.cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

/* CARD */
.card {
  background: #e9e9e9;
  border-radius: 10px;
  padding: 30px 20px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.3s ease;
}

.card:hover {
  transform: translateY(-5px);
}

.icon {
  font-size: 40px;
  margin-bottom: 15px;
}

.card h3 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 600;
}

.card p {
  font-size: 14px;
  line-height: 1.6;
  color: #555;
  margin-bottom: 25px;
}

/* BUTTON */
.btn {
  display: block;
  padding: 15px;
  color: #f5f5f5;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  border-radius: 0 0 10px 10px;
  transition: all 0.3s ease;
}

/* HOVER */
.btn:hover {
  color: #ffffff;
  transform: translateY(-2px);
  filter: brightness(1.1);
}

/* COLORS */
.red { background: #c0392b; }
.green { background: #2e5e2e; }
.blue { background: #285b7a; }
.purple { background: #7b3f8c; }

/* TABLET */
@media (max-width: 1024px) {
  .cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .section-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}

/* MOBILE */
@media (max-width: 600px) {
  .cards {
    grid-template-columns: 1fr;
  }

  .card {
    padding: 25px 15px 0;
  }

  .card h3 {
    font-size: 18px;
  }

  .card p {
    font-size: 13px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-49b29a1 */.custom-video-section {
  background: #000;
  padding: 60px 20px;
  color: #fff;
}

/* HEADER */
.video-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  margin: auto;
  margin-bottom: 30px;
}

.video-header h2 {
  font-size: 18px;
  letter-spacing: 1px;
}

.video-header span {
  font-size: 12px;
  color: #4caf50;
  cursor: pointer;
}

/* GRID */
.video-grid {
  display: flex;
  gap: 20px;
  max-width: 1100px;
  margin: auto;
}

/* CARD */
.video-card {
  flex: 1;
  background: #111;
}

/* THUMB */
.video-thumb {
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* COLORS */
.red { background: #c0392b; }
.green { background: #1e6b3a; }
.purple { background: #6c3b8c; }

/* PLAY BUTTON */
.play-btn {
  width: 50px;
  height: 50px;
  background: #fff;
  color: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

/* INFO */
.video-info {
  padding: 15px;
}

.video-category {
  font-size: 10px;
  color: #fbc02d;
  letter-spacing: 1px;
}

.video-info h3 {
  font-size: 14px;
  margin-top: 8px;
  line-height: 1.4;
}

/* MOBILE */
@media (max-width: 768px) {
  .video-grid {
    flex-direction: column;
  }
}/* End custom CSS */