* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
 
}

body {
  background: #ffffff;
   font-family: "Montserrat", sans-serif;
   padding:30px;

}

.mobile-menu-btn{
  display: none;
}
.mobile-menu{
    display:none;
}
.sidebar-menu {
  position: fixed;
  top: 0;
  left: -100%;
  width: 300px;
  height: 100%;
  background: #fff;
  box-shadow: 2px 0 15px rgba(0,0,0,0.1);
  transition: left 0.3s ease;
  z-index: 9999;
  display: flex;
  flex-direction: column;
}

.sidebar-menu.active {
  left: 0;
}

/* Mobile only */
/*@media (max-width: 768px) {*/
/*  .mobile-menu-btn {*/
/*    display: block;*/
/*    cursor: pointer;*/
/*  }*/
/*}*/

/* Header */
.sidebar-menu-header {
  padding: 15px;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
  gap: 10px;
}

.sidebar-menu-header input {
  flex: 1;
  padding: 8px 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.close-btn {
  cursor: pointer;
  font-size: 18px;
}

/* Content */
.sidebar-menu-content {
  padding: 15px;
  overflow-y: auto;
  flex: 1;
}

.sidebar-menu-content h4 {
  font-size: 14px;
  margin: 20px 0 10px;
  color: #333;
}

.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 15px;
}

.two-col a {
  text-decoration: none;
  font-size: 13px;
  color: #555;
}

/* Footer */
.sidebar-footer {
  padding: 15px;
  border-top: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sidebar-menu-footer span {
  font-size: 12px;
  color: #555;
}

.sidebar-menu-footer button {
  background: orange;
  color: #fff;
  border: none;
  padding: 6px 12px;
  border-radius: 4px;
  cursor: pointer;
}
.news-header {
  width: 100%;
  height: 90px;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
}

/* Logo */
.logo {
  display: flex;
  flex-direction: column;
}

.logo-main {
  font-size: 32px;
  font-weight: 800;
  color: #000;
  letter-spacing: 1px;
}

.logo-main span {
  font-weight: 400;
}

.logo-sub {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 3px;
  color: #f4a300;
  margin-top: 2px;
}

/* Right section */
.header-right {
  display: flex;
  align-items: center;
  gap: 20px;
}

/* Social icons */
.social-icons i {
  margin: 0 6px;
  font-size: 16px;
  color: #000;
  cursor: pointer;
}

/* Search box */
.search-box {
  position: relative;
  width: 260px;
}

.search-box input {
  width: 100%;
  padding: 10px 36px; /* space for both icons */
  border: 1px solid #ddd;
  outline: none;
  font-size: 14px; font-family: "Montserrat", sans-serif;
}

.search-box i {
  position: absolute;
  top: 39%;
  transform: translateY(-50%);
  color: #999;
  font-size: 14px;
  cursor: pointer;
}

/* Left search icon */
.search-box .search-icon {
  left: 12px;
}

/* Right arrow icon */
.search-box .arrow-icon {
  right: 12px;
}

/* Top Navigation */
.top-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 40px;
  border-bottom: 1px solid #eee;
}

.menu {
  display: flex;
  list-style: none;
  gap: 30px;
}

.menu li {
  font-weight: 600;
  font-size: 12px;
  cursor: pointer;
}

.menu li i {
  font-size: 12px;
  margin-left: 4px;
}

/* Right Icons */
.nav-icons {
  display: flex;
  align-items: center;
  gap: 18px;
}

.nav-icons i {
  font-size: 18px;
  cursor: pointer;
}

/* Theme toggle */
.theme-toggle {
  position: relative;
  width: 36px;
  height: 20px;
  background: #f2f2f2;
  border-radius: 20px;
  display: flex;
  align-items: center;
  padding: 0 4px;
}

.theme-toggle i {
  font-size: 12px;
}

.toggle-dot {
  position: absolute;
  right: 4px;
  width: 14px;
  height: 14px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 3px rgba(0,0,0,0.2);
}

/* Breaking News Bar */
.breaking-bar {
  display: flex;
  align-items: center;
  padding: 12px 29px;
  border-bottom: 1px solid #eee;
  gap: 20px;
  background-color: #f4f4f4;
}

.breaking-label {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  background: #f9f9f9;
  font-weight: 600;
  font-size: 12px;
  font-family: "Merriweather", serif;
}

.breaking-label i {
  color: #ff7a00;
}

.breaking-text {
  font-weight: 500;
  letter-spacing: -1px;
  
   font-family: "Oswald", sans-serif;
}

.container {
  display: grid;
  grid-template-columns: 0.6fr 2.5fr 1fr;
  gap: 30px;
  padding: 30px;
  max-width: 1400px;
  margin: auto;
}

/* SIDEBARS */
.sidebar {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.section-title {
  font-size: 14px;
  font-weight: 700;
  position: relative;
  padding-bottom: 18px;
  margin-bottom: 20px;
      letter-spacing: -1px;

   font-family: "Montserrat", sans-serif;
}

/* First (top) line */
.section-title::before {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 100%;
  height: 3px;          /* thick normal */
  background: #000;
}

/* Second (bottom) line */
.section-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;          /* increased thickness */
  background: #000;
}

.story {
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  margin-top: -27px;
}

.story h3 {
  font-size: 17px;
  font-weight: 600;
  margin: 8px 0;
  font-family: "Oswald", sans-serif;
}

.story.large h3 {
  font-size: 18px;
}

.tag {
  font-size: 10px;
  font-weight: 600;
  margin-left: 8px;
   letter-spacing: 0px;
font-family: "Montserrat", sans-serif;
}

.time,
.author {
  font-size: 12px;
  color: #777;
}



/* YELLOW DOT */
.dot {
  width: 10px;
  height: 10px;
  background: #f5b400;
  border-radius: 50%;
  display: inline-block;
}
.block{
  color: #000;
  text-decoration: none;
}

/* HERO */
.hero {
  background: url("../img/news1.jpg")
    center/cover no-repeat;
  height: 412px;
  position: relative;
  border-radius: 4px;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.75), rgba(0,0,0,0.2));
  padding: 40px;
  color: #fff;
  
  flex-direction: column;
  justify-content: flex-end;
}
.hero-bot{
  margin-top: 23%;
}
.hero h1 {
  font-size: 38px;
  font-weight: 800;
  margin: 15px 0;
  line-height: 1.2;
      letter-spacing: -1px;
  font-family: "Oswald", sans-serif;
}
.cen{
  color: white;
  text-decoration: none;
}
.cen:hover{
  text-decoration: underline;
}
.meta-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 14px;
  color: #fff;
  /* background: linear-gradient(to right, #000, #111); */
  width: 100%;
  max-width: 800px;
}

.left {
  display: flex;
  align-items: center;
  gap: 10px;
}

.avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  object-fit: cover;
}

.by {
  font-size: 13px;
  color: #ddd;
}

.by strong {
  color: #fff;
}

.time {
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #aaa;
  gap: 6px;
}

.time::before {
  content: "";
  width: 14px;
  height: 14px;
  background: no-repeat center / contain
    url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjYWJhYmFiIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PGNpcmNsZSBjeD0iMTIiIGN5PSIxMiIgcj0iMTAiLz48cG9seWxpbmUgcG9pbnRzPSIxMiA2IDEyIDEyIDE2IDE0Ii8+PC9zdmc+");
}

.bookmark {
  width: 16px;
  height: 16px;
  cursor: pointer;
  background: no-repeat center / contain
    url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PHBhdGggZD0iTTE5IDIxbC03LTUtNyA1VjVhMiAyIDAgMCAxIDItMmgxMGEyIDIgMCAwIDEgMiAyeg==");
  opacity: 0.8;
}

.bookmark:hover {
  opacity: 1;
}
.block:hover{
  text-decoration: underline;
}
/* RIGHT SIDEBAR */
.right .story {
  padding-bottom: 0px;
}
/* RIGHT SIDEBAR */
.sidebar.right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Large story with image */
.sidebar.right .story.large {
  position: relative;
  background: #fff;
}

/* Image alignment */
.sidebar.right .story.large img {
  width: 100%;
  height: 132px;
  object-fit: cover;
  display: block;
  /* border-radius: 6px; */
  margin-bottom: 10px;
  margin-top: 26px;
}
.sidebar.right .story.larges img {
  width: 100%;
  height: 132px;
  object-fit: cover;
  display: block;
  /* border-radius: 6px; */
  margin-bottom: 10px;
  margin-top: 26px;
  

}

/* Text spacing */
.sidebar.right .story.large h3 {
  font-size: 16px;
  line-height: 1.4;
  margin: 8px 0;
}

/* Time row */
.sidebar.right .story .time {
  margin-top: 6px;
}

.news-row {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  margin-top: 56%;
}

/* Individual item */
.news-item {
  display: flex;
  gap: 15px;
  max-width: 520px;
}

/* Image */
.news-item img {
  width: 140px;
  height: 90px;
  object-fit: cover;
 
}

/* Text content */
.news-content {
  display: flex;
  flex-direction: column;
}

/* Category row */
.categorys {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 10px;
  font-weight: 600;
  color: #000;
  margin-bottom: 6px;
}

/* Orange dot */
.category .dot {
  width: 10px;
  height: 10px;
  background: #f7931a;
  border-radius: 50%;
}

/* Title */
.news-content h3 {
  font-size: 17px;
  line-height: 1.3;
  margin: 0;
  font-family: "Oswald", sans-serif;
}


/* second sec */
.latest-stories {
  /* margin: 40px 0; */
  padding: 30px;
  /* font-family: "Montserrat", sans-serif; */
}

/* HEADER */
.section-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section-head h2 {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  letter-spacing: -1px;
  font-family: "Montserrat", sans-serif;
}

.view-all {
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  color: #000;
  font-family: "Oswald", sans-serif;
}

/* DOUBLE LINES */
.section-lines {
  margin: 10px 0 25px;
}

.line-bold {
  display: block;
  height: 3px;
  background: #000;
}

.line-thin {
  display: block;
  height: 1px;
  background: #000;
  margin-top: 3px;
}

/* GRID */
.stories-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

/* CARD */
.story-card img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.story-cards {
  width: 360px;
  /* border-radius: 6px; */
  overflow: hidden;
  background: transparent;
}

/* Image stays normal */
.story-cards img {
  width: 100%;
  height: 300px;
  display: block;
}

/* Text background */
.story-cards .cats,
.story-cards h3,
.story-cards .metas {
  background: #000;
  color: #fff;
  display: block;
  padding: 12px 16px;
  font-size: 10px;
}

/* Category row */
.cats {
  font-size: 10px;
  font-weight: bold;
  display: flex;
  align-items: center;
}

/* Orange dot */
.dots {
  width: 10px;
  height: 10px;
  background: orange;
  border-radius: 50%;
  margin-right: 8px;
}

/* Title */
.story-cards h3 {
  font-size: 20px;
  line-height: 1.4;
  margin: 0;
  font-family: "Oswald", sans-serif;
}

/* Meta row */
.metas {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #ccc;
}

.metas i {
  cursor: pointer;
}

.story-card h3 {
  font-size: 18px;
  line-height: 1.35;
  margin: 10px 0;
  font-family: "Oswald", sans-serif;
}

/* CATEGORY */
.cat {
  display: flex;
  align-items: center;
  /* gap: 8px; */
  font-size: 10px;
  font-weight: 600;
  margin-top: 12px;
  padding-top: 12px;
}

.dot {
  width: 10px;
  height: 10px;
  background: #f7931a;
  border-radius: 50%;
}

/* META */
.meta {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: #666;
}

/* DARK CARD */
.story-card.dark {
  position: relative;
}

.story-card.dark img {
  height: 100%;
}

.story-card.dark .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, #000 40%, transparent);
  color: #fff;
}

/* third sec */

/* Section header */

.highlight-section{
  padding: 20px;
  background: #000;
}
.section-titles {
  font-size: 20px;
  margin-bottom: 10px;
  color: white;
}

.divider {
  height: 3px;
  background: #fff;
  margin-bottom: 30px;
}

/* Card layout */
.highlight-card {
  display: flex;
  
}

/* Image */
.highlight-image {
  flex: 2;
}

.highlight-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Content */
.highlight-content {
  flex: 1.2;
  padding: 40px;
  /* display: flex; */
  flex-direction: column;
  color: white;
}

/* Category */
.category {
  font-size: 10px;
  font-weight: bold;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  color: white;
}

.dot {
  width: 10px;
  height: 10px;
  background: orange;
  border-radius: 50%;
  margin-right: 10px;
}

/* Title */
.highlight-content h1 {
  font-size: 38px;
  line-height: 1.2;
  margin: 0 0 20px;
  color: white;
  font-family: "Oswald", sans-serif;
}

/* Description */
.description {
  font-size: 18px;
  line-height: 1.6;
  color: #ddd;
  margin-bottom: auto; /* pushes bottom section down */
  font-family: "Merriweather", serif;
}

/* Bottom fixed section */
.meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #ccc;
  margin-top: 30px;
}

.bookmark {
  font-size: 18px;
  cursor: pointer;
}

/* fourth sec */
* carousel */
.news-carousel {
  max-width: 1200px;
  margin: auto;
}

.carousel-viewport {
  overflow: hidden;
}

/* track */
.carousel-track {
  display: flex;
  /* gap: 40px; */
  transition: transform 0.5s ease;
}

/* card */
.news-card {
  min-width: 360px;
  display: flex;
  gap: 14px;
}

.news-card img {
 width: 136px;
    height: 106px;
    object-fit: cover;
    margin-top: 11px;
}

.card-text {
  max-width: 220px;
  color: white;
  font-family: "Oswald", sans-serif;
}

/* .cat {
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 6px;
} */

.dot {
  width: 10px;
  height: 10px;
  background: orange;
  border-radius: 50%;
  margin-right: 8px;
}

/* h3 {
  margin: 0;
  font-size: 18px;
  line-height: 1.3;
} */

/* bottom controls */
.carousel-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  margin-top: 30px;
}

.carousel-controls button {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: none;
  border: 2px solid #fff;
  color: #fff;
  cursor: pointer;
}

/* dots */
.carousel-dots {
  display: flex;
  gap: 8px;
}

.carousel-dots span {
  width: 10px;
  height: 10px;
  background: #555;
  border-radius: 50%;
}

.carousel-dots .active {
  background: #fff;
}


/* 4th sec */
.category-wrapper {
  
  padding: 20px;
  background-color: #eaeaea;
}

.category-header h2 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: -1px;
  
}

.header-lines {
  display: flex;
  gap: 8px;
}

.header-lines span {
  height: 3px;
  background: #000;
}

.header-lines span:first-child {
  width: 120px;
}

.header-lines span:last-child {
  width: 100%;
  flex: 1;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 25px;
  margin-top: 30px;
}

.category-box {
  background: #eaeaea;
  overflow: hidden;
}

.category-box img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.category-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px;
}

.category-info h3 {
  font-size: 18px;
  margin-bottom: 5px;
  font-family: "Oswald", sans-serif;
}

.category-info p {
  font-size: 14px;
  color: #666;
   font-family: "Montserrat", sans-serif;
   letter-spacing: -1px;
}

.add-btn {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #ccc;
  background: transparent;
  font-size: 20px;
  cursor: pointer;
}

.add-btn:hover {
  background: #000;
  color: #fff;
}

.discover-more {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 20px;
  /* background: #f2f2f2; */
}

.discover-text {
  font-size: 14px;
font-family: "Merriweather", serif;
  color: #555;
}

.discover-links {
  display: flex;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.discover-links a {
  font-size: 15px;
  font-weight: 700;
  color: #000;
   font-family: "Oswald", sans-serif;
  text-decoration: none;
}

.discover-links a:hover {
  text-decoration: underline;
}


/* 5thsec */
.biz-section {
  width: 95%;
  margin: 30px auto;
}

.biz-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.biz-header h2 {
 font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    letter-spacing: -1px;
}

.view-all {
  font-weight: bold;
}

.biz-divider {
  height: 4px;
  background: #000;
  margin: 10px 0 30px;
}

.biz-layout {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 30px;
}

/* LEFT SLIDER */
.left-slider {
  background: #000;
  color: #fff;
  position: relative;
}

.slider-track img {
  width: 100%;
  height: 284px;
  object-fit: cover;
  display: none;
}

.slider-track img.active {
  display: block;
}

.slider-content {
  padding: 20px;
}
.slider-content h3{
   font-family: "Oswald", sans-serif;
   font-size: 22px;
}

.tags {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 10px;
  letter-spacing: -1px;
}

.tag span {
  width: 10px;
  height: 10px;
  background: orange;
  border-radius: 50%;
}

.slider-dots {
  display: flex;
  gap: 8px;
  padding: 15px;
  margin-left: 90px;
}

.dot {
  width: 8px;
  height: 8px;
  
  border-radius: 50%;
  cursor: pointer;
}

.dot.active {
  background: #fff;
}

/* CENTER */
.center-feature img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}

.center-feature h1 {
  font-size: 30px;
  margin: 20px 0;
   font-family: "Oswald", sans-serif;
}

/* RIGHT */
.right-list .story {
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.right-list h4 {
  font-size: 18px;
   font-family: "Oswald", sans-serif;
   margin-top: 12px;
}

.right-list{
  margin-top: 22px;
}

.more-style{
  display: flex;
}
.right-list p{
  font-family: "Merriweather", serif;
  font-size: 14px;
  padding-top: 6px;
}

/* 6th sec */
.eco-section {
  width: 95%;
  margin: 30px auto;
}

/* Header */
.eco-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.eco-header h2 {
 font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    letter-spacing: -1px;
}

.eco-all {
  font-weight: 600;
  font-family: "Oswald", sans-serif;
}

/* Lines */
.eco-lines {
  display: flex;
  gap: 8px;
  margin: 10px 0 30px;
}

.line-small {
  width: 120px;
  height: 2px;
  background: #000;
}

.line-big {
  flex: 1;
  height: 4px;
  background: #000;
}

/* Grid */
.eco-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

/* Card */
.eco-card img {
  width: 100%;
  height: 340px;
  object-fit: cover;
}

.eco-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 10px;
    font-weight: 600;
  margin: 12px 0;
}

.eco-tag i {
  width: 10px;
  height: 10px;
  background: orange;
  border-radius: 50%;
  display: inline-block;
}

.eco-card h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  font-family: "Oswald", sans-serif;
}

.eco-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
  font-size: 14px;
  color: #666;
}

.bookmark {
  cursor: pointer;
}

/* 7th sec */
.watch-wrapper {
  /* width: 95%; */
  padding: 20px;
  /* margin: 40px auto; */
  color: #fff;
  background-color: #000;
}

/* HEADER */
.watch-header h2 {
  font-size: 20px;
  margin-bottom: 8px;
  letter-spacing: -1px;
}

.watch-bar {
  height: 4px;
  background: orange;
  margin-bottom: 30px;
}

/* TOP GRID */
.watch-top-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 20px;
}

.watch-card {
  position: relative;
}

.watch-card img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}

/* OVERLAY TEXT */
.watch-overlay {
  position: absolute;
  bottom: 0;
  top: 242px;
  padding: 25px;
  width: 100%;
  background: linear-gradient(to top, rgba(0,0,0,.85), transparent);
}

.watch-overlay h3 {
  font-size: 38px;
  line-height: 1.2;
  font-family: "Oswald", sans-serif;
}

/* TAG */
.watch-tag {
  display: inline-block;
  font-size: 10px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 16px;
}

.watch-tag::before {
  content: '';
  width: 8px;
  height: 8px;
  background: orange;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 4px;
}

/* BOTTOM LIST */
.watch-bottom-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 40px;
}

.watch-item {
  display: flex;
  gap: 15px;
}

.watch-item img {
  width: 120px;
  height: 90px;
  object-fit: cover;
}

.watch-content h4 {
  font-size: 16px;
  line-height: 1.3;
  font-family: "Oswald", sans-serif;
}

/* 8th sec */
/* MAIN LAYOUT */
.layout-wrapper {
  width: 95%;
  /* margin: 30px auto; */
  display: grid;
  padding: 20px;
  grid-template-columns: 3fr 1fr;
  gap: 40px;
}

/* LEFT CONTENT */
.content-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.content-header h2 {
  font-size: 20px;
  letter-spacing: -1px;
}

.view-link {
  font-weight: 600;
  cursor: pointer;
   font-family: "Oswald", sans-serif;
}

.content-lines {
  display: flex;
  gap: 8px;
  margin: 10px 0 25px;
}

.line-thins {
  width: 120px;
  height: 2px;
  background: #000;
}

.line-thicks {
  flex: 1;
  height: 4px;
  background: #000;
}

/* NEWS ITEM */
.news-item-thin {
  margin-bottom: 40px;
}

.news-item-thin img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.news-item-thin h3 {
  font-size: 39px;
  line-height: 1.3;
   font-family: "Oswald", sans-serif;
  
 
}
.descriptions{
  font-family: "Merriweather", serif;
  font-size: 18px;
  padding-top: 12px;
  color: rgb(134, 134, 134);
}

/* TAG */
.news-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 12px 0;
  font-size: 10px;
  letter-spacing: -1px;
}

.news-tag i {
  width: 8px;
  height: 8px;
  background: orange;
  border-radius: 50%;
}

/* RIGHT SIDEBAR (STICKY) */
.sidebar-area {
  position: sticky;
  top: 30px;
  height: fit-content;
}

.sidebar-box {
  margin-bottom: 30px;
}

.sidebar-box h3{
  font-size: 25px;
  letter-spacing: -1px;

}

.sidebar-sub {
  font-size: 14px;
  color: #777;
  font-family: "Oswald", sans-serif;
  
}

/* SOCIAL ICONS */
.social-icons {
  display: flex;
  gap: 16px;
}

.icon-circle {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #174777;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.icon-circle svg {
  width: 20px;
  height: 20px;
  fill: #000;
}


/* NEWSLETTER */
.newsletter-box {
  border: 1px dashed #ddd;
  padding: 25px;
  text-align: center;
}

.brand-title span {
  color: orange;
}

.newsletter-box input {
  width: 100%;
  padding: 12px;
  margin: 15px 0;
  border: none;
  background: #f5f5f5;
}

.signup-btn {
  width: 100%;
  padding: 12px;
  background: orange;
  color: #fff;
  border: none;
  font-weight: bold;
  cursor: pointer;
}

.agree-row {
  display: block;
  font-size: 13px;
  margin-top: 15px;
  color: #555;
}

.infla-before {
  display: flex;
  gap: 30px;
  align-items: flex-start;
  max-width: 1100px;
  margin-top: 12px;
}

.infla-before img {
  width: 320px;
  height: 220px;
  object-fit: cover;
}

.infla-before span {
  font-size: 10px;
  
  color: #000000;
}

.infla-before h2 {
  margin: 10px 0;
  font-size: 25px;
  line-height: 1.25;
   font-family: "Oswald", sans-serif;
}

.infla-before p {
  font-size: 14px;
  color: #555;
  max-width: 700px;
   font-family: "Merriweather", serif;
}

.infla-before small {
  display: block;
  margin-top: 12px;
  font-size: 14px;
  color: #777;
}

/* footer */
.foxiz-footer {
  background: #000;
  color: #fff;
  padding: 60px 60px 20px;
  
  
}

.footer-inner {
  display: grid;
  grid-template-columns: 2.5fr 1fr 1fr 1fr 1.5fr;
  gap: 40px;
  align-items: start;
}

.footer-logo {
  font-size: 36px;
  font-weight: 800;
}

.footer-logo span {
  color: #ff9f1c;
}

.footer-brand p {
  margin-top: 16px;
  max-width: 320px;
  line-height: 1.6;
  color: #ccc;
  font-family: "Merriweather", serif;
  font-size: 14px;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
}

.footer-links a:hover {
  color: #ff9f1c;
}

.footer-social h4 {
  margin-bottom: 16px;
  font-size: 18px;
}

.social-icons {
  display: flex;
  gap: 14px;
  margin-top: 15px;
}

.social-icons svg {
  width: 20px;
  height: 20px;
  fill: #fff;
  cursor: pointer;
}

.social-icons svg:hover {
  fill: #ff9f1c;
}

/* Bottom bar */
.footer-bottom {
  margin-top: 50px;
  padding-top: 20px;
  border-top: 1px solid #222;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #aaa;
}

.footer-bottom-links {
  display: flex;
  gap: 20px;
}

.footer-bottom-links a {
  color: #fff;
  text-decoration: none;
}

.footer-bottom-links a:hover {
  color: #ff9f1c;
}


/* category */
.before-cate-sec {
  padding: 30px 60px;
  background-color: #fff;
  background-image: radial-gradient(#e5e5e5 1px, transparent 1px);
  background-size: 20px 20px;
}

.before-cate-inner {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 60px;
  align-items: center;
}

.before-cate-breadcrumb {
  font-size: 12px;
  color: #666;
  letter-spacing: -1px;
  margin-bottom: 20px;
}

.before-cate-title {
  font-size: 60px;
  font-weight: 800;
  margin-bottom: 20px;
  color: #000;
  font-family: "Oswald", sans-serif;
}

.before-cate-desc {
  font-size: 15px;
  line-height: 1.7;
  max-width: 650px;
  color: #333;
   font-family: "Merriweather", serif;
}

.before-cate-image img {
  width: 80%;
  height: auto;
 
}

/* 2nd sec */
.cat-second-sec {
  padding: 30px;
  background-color: #fff;
  background-image: radial-gradient(#e5e5e5 1px, transparent 1px);
  background-size: 20px 20px;
}

/* Header */
.cat-second-sec-header h2 {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 10px;
  letter-spacing: -1px;
}

.cat-second-sec-lines {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 40px;
}

.cat-second-sec-lines span {
  height: 4px;
  background-color: #ff9f1c;
}

.cat-second-sec-lines span:first-child {
  width: 100%;
}

.cat-second-sec-lines span:last-child {
  width: 100%;
  height: 2px;
}


/* Grid */
.cat-second-sec-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

/* Card */
.cat-second-sec-card {
  position: relative;
  overflow: hidden;
  
}

.cat-second-sec-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Overlay */
.cat-second-sec-overlay {
  position: absolute;
  inset: 0;
  padding: 30px;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.85),
    rgba(0, 0, 0, 0.2)
  );
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.cat-second-sec-overlay h3 {
  font-size: 28px;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 12px;
  font-family: "Oswald", sans-serif;
  
}

.cat-second-sec-overlay p {
  font-size: 16px;
  color: #ddd;
  margin-bottom: 14px;
  
  
}

.cat-second-sec-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #ccc;
}

.cat-second-sec-author-img {
  width: 32px!important;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(255, 255, 255, 0.6);
}

.cat-second-sec-author-text {
  display: flex;
  align-items: center;
  gap: 6px;
}

.cat-second-sec-author-name {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -1px;
}

.cat-second-sec-time {
   color: #bbb;
}

/* 3rd sec */
.cat-third-sec {
  padding: 30px;
  background: #fff;
}

.cat-third-sec-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.cat-third-sec-card {
  position: relative;
  overflow: hidden;
  
}

.cat-third-sec-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cat-third-sec-overlay {
  position: absolute;
  inset: 0;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: linear-gradient(
    to top,
    rgba(0,0,0,0.85),
    rgba(0,0,0,0.15)
  );
  color: #fff;
}

.cat-third-sec-overlay h3 {
  font-size: 22px;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 14px;
  font-family: "Oswald", sans-serif;
}

.cat-third-sec-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
 
  color: #ddd;
}

.cat-third-sec-meta img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(255,255,255,0.7);
}

.cat-third-sec-dot {
  opacity: 0.7;
}

/* Hover effect */
.cat-third-sec-card:hover img {
  transform: scale(1.05);
  transition: 0.4s ease;
}

/* popular news */
.popular-news {
  max-width: 380px;
  font-family: Arial, sans-serif;
}

.popular-news-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
  letter-spacing: -1px;
}

.popular-news-featured {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.popular-news-img {
  position: relative;
  margin-bottom: 14px;
}

.popular-news-img img {
  width: 100%;
  border-radius: 4px;
  display: block;
}

.popular-news-tag {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: #ff9f1a;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 8px;
  letter-spacing: -1px;
}

.popular-news-heading {
  font-size: 20px;
  font-weight: 800;
  line-height: 1.35;
  margin-bottom: 12px;
  font-family: "Oswald", sans-serif;
}

.popular-news-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #666;
}

.popular-news-meta img {
  width: 26px;
  height: 26px;
  border-radius: 50%;
}

.popular-news-meta .dot {
  opacity: 0.6;
}

/* List */
.popular-news-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.popular-news-list li {
  display: flex;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  padding: 2px 0;
  border-bottom: 1px solid #eee;
  cursor: pointer;
  font-family: "Oswald", sans-serif;
}

.popular-news-list li:hover {
  color: #ff9f1a;
}

.popular-news-list .plus {
  font-size: 20px;
  font-weight: 700;
  color: #000;
}

/* Ad */
.popular-news-ad {
  text-align: center;
  font-size: 14px;
  color: #888;
  margin-top: 30px;
}

/* detal css */
.detail-sec-start {
  padding: 30px;
  
 
}

/* Breadcrumb */
.detail-sec-start-breadcrumb {
  font-size: 11px;
  color: #090909;
  margin-bottom: 16px;

}

/* Category */
.detail-sec-start-category {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  margin-bottom: 20px;
}

.detail-sec-start-category .dot {
  width: 10px;
  height: 10px;
  background: #ff9f1a;
  border-radius: 50%;
}

/* Title */
.detail-sec-start-title {
  font-size: 50px;
  font-weight: 900;
  line-height: 1.15;
  margin-bottom: 22px;
    font-family: "Oswald", sans-serif;
}

/* Subtitle */
.detail-sec-start-subtitle {
  font-size: 20px;
  line-height: 1.3;
  color: #333;
  max-width: 900px;
  font-weight: 600;
  margin-bottom: 30px;
}
.auth-deta{
  display: contents;
}

/* Meta */
.detail-sec-start-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

/* Author */
.detail-sec-start-author {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 12px;
  color: #666;
}

.detail-sec-start-author img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
}

.detail-sec-start-author .name {
  font-weight: 400;
  color: #000;
}

.detail-sec-start-author .updated {
  font-size: 13px;
  color: #888;
  margin-top: 4px;
}

/* Share */
.detail-sec-start-share {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 15px;
}

.detail-sec-start-share a {
  text-decoration: none;
  font-weight: 700;
  color: #000;
  transition: 0.3s;
}

.detail-sec-start-share a:hover {
  color: #ff9f1a;
}

.det-para-limit {
  display: flex;
  /* gap: 40px; */
  max-width: 1100px;
  margin: 40px auto;
  font-family: Georgia, serif;
}

/* Share sidebar */
.det-para-limit-share {
  position: sticky;
  top: 120px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: center;
}

.det-para-limit-share .label {
  font-size: 12px;
  color: #888;
}

.det-para-limit-share a {
  font-size: 18px;
  text-decoration: none;
  color: #000;
  transition: 0.3s;
}

.det-para-limit-share a:hover {
  color: #ff9f1a;
}

/* Content */
.det-para-limit-content {
  flex: 1;
}

/* Paragraph */
.det-para-limit-text {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 40px;
}

.det-para-limit-dropcap {
  float: left;
  font-size: 90px;
  line-height: 0.9;
  font-weight: 700;
  margin-right: 12px;
}

.det-para-limit-text .highlight {
  text-decoration: underline;
  text-decoration-color: #ff9f1a;
  text-decoration-thickness: 1px;
}

/* Contents box */
.det-para-limit-contents {
  background: #fafafa;
  border-radius: 8px;
  padding: 24px;
  font-family: "Oswald", sans-serif;
}

.det-para-limit-contents-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.det-para-limit-contents-header h3 {
  font-size: 22px;
  margin: 0;
}

.det-para-limit-contents-header .icon {
  color: #ff9f1a;
  margin-right: 10px;
}

.det-para-limit-contents-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.det-para-limit-contents-grid ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.det-para-limit-contents-grid li {
  display: flex;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid #eaeaea;
  font-size: 16px;
}

.det-para-limit-contents-grid li span {
  background: #000;
  color: #fff;
  width: 22px;
  height: 22px;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
}

.quote-sec {
  background: #ffffff;
  font-family: "Montserrat", sans-serif;
}

.quote-sec-inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.quote-sec-icon {
  font-size: 90px;
  color: #ff9f1a;
  line-height: 1;
  margin-bottom: 20px;
}

.quote-sec-text {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: -1px;
  color: #000;
  margin-bottom: 24px;
}

.quote-sec-author {
  font-size: 14px;
  font-style: italic;
  color: #333;
  position: relative;
  padding-left: 10px;
}

.quote-sec-author::before {
  content: "";
  width: 24px;
  height: 2px;
  background: #ff9f1a;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.det-website-most {
  
  background: #ffffff;
}

.det-website-most-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.det-website-most-title {
  font-size: 36px;
  font-weight: 800;
  color: #000;
  font-family: "Oswald", sans-serif;
  margin-bottom: 16px;
  line-height: 1.3;
}

.det-website-most-desc {
  font-size: 18px;
  line-height: 1.7;
  color: #333;
  max-width: 900px;
  margin-bottom: 36px;
}

.det-website-most-image {
  width: 100%;
  overflow: hidden;
  /* border-radius: 6px; */
}

.det-website-most-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.det-content-more {
  padding-top: 20px;
  background: #fff;
}

.det-content-more-wrap {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 2fr 1.5fr;
  gap: 50px;
}

.det-content-more-para {
  font-size: 16px;
  line-height: 1.8;
  color: #222;
  margin-bottom: 28px;
  /* font-family: "Montserrat", sans-serif; */
}

.det-content-more-highlight {
  font-size: 16px;
}

.det-content-more-para span {
  border-bottom: 2px solid #ff9f1c;
}

.det-content-more-italic {
  font-style: italic;
}

.det-content-more-right {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.08);
  padding: 25px;
}

.det-content-more-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 25px;
  position: relative;
  letter-spacing: -1px;
  font-family: "Montserrat", sans-serif;
}

.det-content-more-title span {
  display: block;
  width: 100%;
  height: 3px;
  background: #ff9f1c;
  margin-top: 8px;
}

.det-content-more-feature {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}

.det-content-more-feature img {
  width: 80px;
  height: 60px;
  object-fit: cover;
  border-radius: 4px;
}

.det-content-more-feature p {
  font-size: 14px;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  
}

.det-content-more-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.det-content-more-list li {
  font-size: 15px;
  padding: 14px 0;
  border-top: 1px solid #eee;
  cursor: pointer;
  font-family: "Oswald", sans-serif;
}

.det-content-more-list li::before {
  content: "+";
  font-weight: bold;
  margin-right: 10px;
}

.visual-comp-sec {
  /* padding: 60px 0; */
  background: #fff;
}

.visual-comp-wrap {
  max-width: 900px;
}

.visual-comp-title {
  font-size: 40px;
  font-family: "Oswald", sans-serif;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 20px;
}

.visual-comp-intro {
  font-size: 16px;
  line-height: 1.7;
  color: #222;
  margin-bottom: 30px;
}

.visual-comp-list {
  list-style: none;
  padding: 0;
  margin: 0 0 35px;
}

.visual-comp-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 16px;
  margin-bottom: 18px;
   font-family: "Oswald", sans-serif;
}

.visual-comp-check {
  color: #2e7d32;
  font-size: 20px;
  line-height: 1;
  margin-top: 5px;
}

.visual-comp-highlight {
  border-bottom: 3px solid #ff9f1c;
  font-weight: 700;
}

.visual-comp-desc {
  font-size: 16px;
  line-height: 1.7;
  color: #222;
}

.uxui-split-sec {
  /* padding: 70px 0; */
  background: #fff;
}

.uxui-split-wrap {
  max-width: 1100px;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 60px;
  align-items: center;
}

.uxui-main-title {
  font-size: 42px;
  font-weight: 900;
  margin-bottom: 20px;
  font-family: "Oswald", sans-serif;
}

.uxui-intro {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 25px;
  color: #222;
}

.uxui-body {
  font-size: 16px;
  line-height: 1.8;
  color: #222;
}

.uxui-underline {
  border-bottom: 3px solid #ff9f1c;
  font-weight: 700;
}

/* QUOTE SIDE */

.uxui-quote-col {
  text-align: center;
  padding: 20px 30px;
}

.uxui-quote-mark {
  font-size: 80px;
  color: #ff9f1c;
  line-height: 1;
  margin-bottom: 10px;
}

.uxui-quote-text {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: -1px;
  margin-bottom: 20px;
}

.uxui-quote-author {
  font-size: 16px;
  font-style: italic;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.uxui-quote-line {
  width: 30px;
  height: 2px;
  background: #ff9f1c;
}

.barrier-news-sec {
  /* padding: 70px 0; */
  background: #fff;
}

.barrier-news-wrap {
  max-width: 1000px;
}

.barrier-news-title {
  font-size: 44px;
  font-family: "Oswald", sans-serif;
  font-weight: 900;
  margin-bottom: 15px;
}

.barrier-news-intro {
  font-size: 15px;
  line-height: 1.7;
  color: #222;
  max-width: 850px;
  margin-bottom: 35px;
}

.barrier-news-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.barrier-news-item {
  font-size: 16px;
  letter-spacing: -1px;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  padding: 14px 0;
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid #eee;
}

.barrier-plus {
  font-size: 22px;
  font-weight: 700;
  display: inline-block;
  width: 20px;
}

.barrier-bottom-line {
  display: inline-block;
  width: 60px;
  height: 3px;
  background: #000;
  margin-top: 35px;
}


.login-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.login-modal {
  background: #fff;
  width: 420px;
  padding: 30px;
  border-radius: 10px;
  position: relative;
   font-family: "Oswald", sans-serif;
}

.close-btn {
  position: absolute;
  right: 15px;
  top: 12px;
  font-size: 40px;
  cursor: pointer;
}

.title {
  text-align: center;
  margin-bottom: 5px;
}

.subtitle {
  text-align: center;
  color: #777;
  margin-bottom: 20px;
}

label {
  font-size: 14px;
  margin-bottom: 5px;
  display: block;
}

input[type="text"],
input[type="password"] {
  width: 100%;
  padding: 10px;
  /* margin-bottom: 15px; */
  border-radius: 5px;
  border: 1px solid #ddd;
}

.password-box {
  position: relative;
}

.password-box i {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.options {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  margin-bottom: 20px;
}

.login-btn {
  width: 100%;
  background: orange;
  border: none;
  padding: 12px;
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
}
.login-image {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}

.login-image img {
  width: 90px;          /* adjust size */
  height: 90px;
  border-radius: 50%;   /* 🔵 fully rounded */
  object-fit: cover;
}











