@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
  scroll-behavior: smooth;
}

section{
  padding: 60px 100px 0;
}

.main{
  position: relative;
  width: 100%;
  min-height: 92vh;
  display: flex;
  align-items: center;
  background: url(../image/photo/alneima5.png)no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.main .content{
  /* max-width: 800px; */
  padding-top: 20%;
}

.main .content h2{
  color: #fff;
  font-size: 1.7em;
  font-weight: 500;
}

.main .content h2 span{
  color: #fff;
  font-size: 2.8em;
  font-weight: 600;
}

.animated-text{
  position: relative;
  height: 70px;
  overflow: hidden;
}

.animated-text h3{
  color: #fff;
  font-size: 3em;
  font-weight: 700;
  line-height: 70px;
  letter-spacing: 1px;
}

.animated-text h3:nth-child(1){
  animation: text-move 10s infinite;
}

@keyframes text-move{
  0%{
    margin-top: 0;
  }
  25%{
    margin-top: -70px;
  }
  50%{
    margin-top: -140px;
  }
  75%{
    margin-top: -70px;
  }
  100%{
    margin-top: 0;
  }
}


.btn{
  color: #fff;
  background: #336021;
  font-size: 1em;
  font-weight: 600;
  display: inline-block;
  padding: 10px 20px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  border-radius: 2px;
  margin-top: 30px;
  transition: 0.5s ease;
}

.btn:hover{
  background: #e68c3a;
}

.media-icons{
  margin-top: 50px;
}

.media-icons a{
  color: #fff;
  font-size: 25px;
  margin-right: 30px;
}

header{
  z-index: 999;
  position: fixed;
  background: rgba(255, 255, 255, 0.0);
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px 200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.5s ease;
}

header.sticky{
  background: #e68c3a;
  padding: 2px 200px;
  height: 15%;
}

header .brand{
  color: #fff;
  font-size: 1.8em;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}

header .brand .logo{
  width: 12%;
}

header .navigation{
  position: relative;
}

header .navigation a{
  color: #fff;
  font-size: 1em;
  font-weight: 500;
  text-decoration: none;
  margin-left: 30px;
}

header .navigation a:hover{
  color: #e68c3a;
}

header.sticky .navigation a:hover{
  color: #000;
}

body{
  min-height: 110vh;
}

.title{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}




:root {
  --primary: #14235b;
  --accent: #fd6a21;
  --bg: #f7f8fa;
  --card: #fff;
  --border: #e3e6ee;
  --radius: 16px;
  --shadow: 0 2px 16px rgba(20,35,91,0.04);
  --transition: all 0.25s cubic-bezier(.4,0,.2,1);
}

body {
  margin: 0;
  font-family: 'Montserrat', Arial, sans-serif;
  background: #fff;
  color:#555;
  line-height: 1.6;
}
/* Topbar */
.topbar {
  background: #fff;
  border-bottom: 1px solid var(--border);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 3vw;
  font-size: 0.93rem;
}
.topbar-contact {
  display: flex;
  gap: 1.3rem;
  align-items: center;
  color: #555;
}
.topbar-contact i { 
  color: var(--accent); 
  margin-right: 0.4em; 
}
.topbar-social {
  display: flex;
  gap: .7rem;
}
.topbar-social a {
  color: #fd6a21;
  text-decoration: none;
  font-size: 1.13em;
  transition: color .15s;
}
.topbar-social a:hover { 
  color:  #555;
}

/* Navbar */
.navbar {
  max-height: 100px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.2rem 3vw;
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 10;
}

.navbar-logo {
  font-weight: 700;
  font-size: 1.65em;
  display: flex;
  align-items: center;
  /* gap: 0.7em; */
  letter-spacing: -1px;
  color: #2cb34f;
}

.navbar-logo img {
  width: 100px; 
  /* height: 36px;  */
  border-radius: 50%;
  /* background: var(--accent); */
  display: inline-block;
}

.navbar-links {
  display: flex;
  gap: 0.3em;
  align-items: center;
}

.navbar-links a {
  color: #555;
  text-decoration: none;
  font-weight: 500;
  font-size: 1.07em;
  padding: 0.2em 0.6em;
  border-radius: 4px;
  transition: background .18s,color .18s;
}

.navbar-links span{
  color: var(--accent);
  font-weight: 600;

}

.navbar-links a.active,
.navbar-links a:hover {
  color: var(--accent);
  /* background: #f9f2ed; */

}

.navbar-cta {
  background: #2cb34f;
  color: #fff;
  font-size: 1em;
  font-weight: 700;
  padding: 0.7em 1.5em;
  border-radius: 2em;
  border: none;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(253,106,33,0.08);
  transition: var(--transition);
  margin-left: 1.5em;
  text-decoration: none;
}

.navbar-cta:hover {
  background: #555;
}

/* Hero */
.hero {
  /* background: #f0f1f5; */
  padding: 2.7rem 0 1.5rem 0;
  text-align: center;
  /* border-bottom: 1px solid var(--border); */
}

.hero h1 {
  font-size: 2.2em;
  font-weight: 700;
  margin: 0;
  letter-spacing: -2px;
}

.breadcrumb {
  color: #999;
  font-size: 1em;
  margin-top: 0.6em;
}

.breadcrumb span {
  color: var(--accent);
  font-weight: 500;
}

.hero-divider {
  width: 100%;
  height: 12px;
  background: repeating-linear-gradient(-45deg,#14235b 0 12px,transparent 12px 24px);
  opacity: .08;
  margin-bottom: 2.2rem;
  margin-top: 0;
}


/* Section Title */
.section-title {
  text-align: center;
  padding-bottom: 53px;
  /* margin: 2rem 0 0 0; */
}

section .line {
    display: inline-block;
    width: 30px;
    height: 4px;
    background: #478613;
    margin-right: 10px;
    border-radius: 2px;
}

.section-title .section-subtitle {
  /* color: #b1b5c9; */
  font-size: 1em;
  font-weight: 500;
  letter-spacing: 1px;
  display: inline-block;
  margin-bottom: .5em;
}

.section-title h2 {
  color: #fd6a21;
  font-size: 2em;
  font-weight: 800;
  letter-spacing: -1px;
  margin: 0;
  margin-bottom: 4%;
}

.section-title p{
  padding-top: 4%;
  font-weight: bold;
  font-size: large;
}

.section-title .highlight {
  color: #2cb34f;
  font-weight: 800;
}

/* Our partners2 */
.service-section {
  position: relative;
  width: 100%;
  min-height: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url('../image/NEW\ LOGO\ -\ SINCE\ 1978.png') center/cover no-repeat;
  color: #fff;
  text-align: center;
  overflow: hidden;
  padding: 2.5em 0;
}

.service-overlay {
    position: absolute;
    inset: 0;
    background: #666666ad;
    z-index: 1;
}

.service-content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 1em 1em 2em 1em;
}

.service-content .section-subtitle {
    /* color: #b1b5c9; */
    font-size: 1em;
    font-weight: 500;
    letter-spacing: 1px;
    display: inline-block;
    margin-bottom: .5em;
}

.service-content .line {
    display: inline-block;
    width: 30px;
    height: 4px;
    background: #2cb34f;
    margin-right: 10px;
    border-radius: 2px;
}

.service-content h2 {
    font-size: 2.05em;
    font-weight: 800;
    letter-spacing: -1px;
    margin: 0;
}

.service-content .highlight {
    color: var(--accent);
    font-weight: 800;
}

.service-features {
  display: flex;
  justify-content: center;
  gap: 2.5em;
  flex-wrap: wrap;
}

.service-feature {
  background: rgba(255,255,255,0.04);
  border-radius: 16px;
  padding: 1.5em 1em 1.3em 1em;
  box-shadow: 0 2px 12px 0 rgba(10,20,60,0.05);
  max-width: 220px;
  flex: 1 1 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  min-width: 180px;
  transition: background 0.18s;
}

.service-feature:hover {
  background: rgba(255,255,255,0.11);
}

.feature-number {
    width: 60px;
    height: 60px;
    /* background: #fff; */
    border-radius: 50%;
    margin-bottom: 1.1em;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffff;
    font-size: 2.1em;
    font-weight: bold;
    box-shadow: 0 5px 12px 0 rgba(44, 68, 130, 0.08);
    border: 3px solid #ffff;
}

.service-feature h4 {
  margin: 0 0 0.55em 0;
  font-size: 1.05em;
  font-weight: 700;
  color: #fff;
}

.service-feature p {
  font-size: 0.97em;
  /* color: #ffe6d2; */
  margin: 0;
  line-height: 1.5;
}

/* Section steps */
.section-steps {
  background-color: #fff;
  text-align: center;
  margin: 2rem 0 2.5rem 0;
}

section .line {
    display: inline-block;
    width: 30px;
    height: 4px;
    background: #478613;
    margin-right: 10px;
    border-radius: 2px;
}

.section-steps .section-subtitle {
  /* color: #b1b5c9; */
  font-size: 1em;
  font-weight: 500;
  letter-spacing: 1px;
  display: inline-block;
  margin-bottom: .5em;
}

.section-steps h2 {
  color: #fd6a21;
  font-size: 2em;
  font-weight: 800;
  letter-spacing: -1px;
  margin: 0;
}


.section-steps .highlight {
  color: #2cb34f;
  font-weight: 800;
}

/* steps */
.steps-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 48px 16px;
  text-align: center;
}

.steps-label {
  color: #ff9800;
  font-size: 1em;
  margin-bottom: 12px;
  letter-spacing: 0.03em;
}

.steps-section h2 {
  color: #13223a;
  font-size: 2.1em;
  margin-bottom: 44px;
  font-weight: 700;
  line-height: 1.3;
}

.steps-flow {
  padding-top: 6%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 32px;
  position: relative;
  flex-wrap: wrap;
}

.steps-flow::before {
content: "";
    position: absolute;
    top: 75px;
    left: 20%;
    right: 20%;
    border-top: 3px dashed #2cb34f;
    z-index: 1;
    height: 0;
}

.step-item {
  /* background: #fff; */
  z-index: 1;
  min-width: 200px;
  max-width: 250px;
  flex: 1 1 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.step-circle {
  width: 50px;
  height: 50px;
  background: #2cb34f;
  color: #fff;
  border-radius: 50%;
  font-weight: 700;
  font-size: 1.3em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border: 4px solid #fff;
  box-shadow: 0 2px 8px rgba(255,152,0,0.10);
  position: relative;
  z-index: 1;
}

.step-title {
  font-weight: 600;
  color: #555;
  font-size: 1.09em;
  margin-bottom: 8px;
  margin-top: 0;
}

.step-desc {
  color: #757575;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 5px;
}

@media (max-width: 900px) {
  .steps-flow {
    gap: 16px;
  }
  .steps-flow::before {
    left: 2%;
    right: 2%;
  }
  .step-item {
    min-width: 140px;
    max-width: 170px;
    font-size: 0.95em;
  }
  .step-circle {
    width: 40px;
    height: 40px;
    font-size: 1.05em;
  }
}

@media (max-width: 700px) {
  .steps-flow {
    flex-direction: column;
    gap: 28px;
    align-items: center;
  }
  .steps-flow::before {
    display: none;
  }
  .step-item {
    max-width: 320px;
    min-width: 0;
  }
}

@media (max-width: 500px) {
  .steps-section h2 {
    font-size: 1.15em;
    margin-bottom: 28px;
  }
  .steps-label {
    font-size: 0.97em;
  }
  .step-title {
    font-size: 1em;
  }
}

/* Projects List */
.projects-list {
  display: flex;
  flex-direction: column;
  gap: 2.2rem;
  max-width: 950px;
  margin: 0 auto 3.5rem auto;
}

.project-card {
  background: var(--card);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  display: flex;
  flex-wrap: wrap;
  border: 1px solid var(--border);
  overflow: hidden;
  transition: box-shadow .2s;
}

.project-card:hover {
  box-shadow: 0 6px 28px rgba(20,35,91,0.11);
}

.project-card.reverse {
  flex-direction: row-reverse;
}

.project-img {
  flex: 1 1 320px;
  min-width: 240px;
  max-width: 350px;
  background: #dde3f6;
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.project-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-tags {
  position: absolute;
  left: 1em; bottom: 1em;
  display: flex;
  gap: .6em;
  flex-wrap: wrap;
}

.tag {
  /* background: rgba(20,35,91,.95); */
  background: var(--accent);
  color: #fff;
  font-size: .92em;
  padding: .34em .9em;
  border-radius: 1em;
  margin-right: 0.2em;
  font-weight: 500;
  opacity: .96;
  transition: background .15s;
}

.project-info {
  flex: 2 1 350px;
  padding: 2em 2em 2em 2em;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.project-info h3 {
  margin: 0 0 .5em 0;
  font-size: 1.35em;
  font-weight: 700;
  color: var(--accent);
}

.project-info p {
  color: #555;
  font-size: 1em;
  margin: 0 0 1.1em 0;
  font-weight: 400;
}

.project-meta {
  list-style: none;
  margin: 0 0 1.3em 0;
  padding: 0;
  color: var(--primary);
  display: flex;
  flex-direction: column;
  gap: .45em;
  font-size: 1em;
}

.project-meta li {
  display: flex;
  align-items: center;
  gap: .5em;
  color: #ff7c2b;
}

.project-meta i {
  color: var(--accent);
  font-size: 1.1em;
}

.project-link {
  color: var(--accent);
  text-decoration: none;
  font-weight: 600;
  font-size: 1em;
  margin-top: auto;
  transition: color .15s;
  display: inline-block;
}

.project-link:hover {
  color: #d94d05;
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 900px) {
  .navbar-links { gap: 1em; }
  .navbar-cta { margin-left: .5em; }
  .projects-list { padding: 0 2vw; }
  .project-card, .project-card.reverse { flex-direction: column; }
  .project-img, .project-info { max-width: 100%; flex-basis: 100%; }
  .project-info { padding: 1.3em 1.3em 1.7em 1.3em; }
}

@media (max-width: 600px) {
  .topbar, .navbar { flex-direction: column; gap: .6em;}
  .navbar-links { flex-wrap: wrap; gap: .7em; }
  .navbar, .topbar { padding: .7em 2vw; }
  .hero h1 { font-size: 1.4em; }
  .section-title h2 { font-size: 1.2em; }
  .projects-list { gap: 1.3em; }
  .project-info { padding: 1em; }
}


/* OUR HISTORY */

.hiking-articles {
  width: 100%;
  max-width: 1200px;
  margin: 0 50px;
  /* padding: 48px 16px 48px 16px; */
}

.article-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 86px;
  gap: 48px;
  position: relative;
}

.article-row.reverse {
  flex-direction: row-reverse;
}

.article-text {
  position: relative;
  flex: 1 1 0;
  min-width: 260px;
  max-width: 500px;
  z-index: 1;
  padding: 32px 0;
}

.article-number {
  position: absolute;
  left: -34px;
  top: -38px;
  font-size: 6.5em;
  font-weight: 700;
  color: #fd6a21;
  opacity: 0.3;
  line-height: 1;
  pointer-events: none;
  user-select: none;
  letter-spacing: -0.03em;
}

.article-row.reverse .article-number {
  /* left: auto; */
  right: -38px;
}

.article-meta {
  color: #2cb34f;
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  margin-bottom: 18px;
  font-weight: 600;
}

.article-text h2 {
  font-size: 2.1em;
  line-height: 1.18;
  font-weight: 600;
  margin: 0 0 18px 0;
  color: #fd6a21;
}

.article-text p {
  font-size: 1.08em;
  color: #555;
  line-height: 1.7;
  margin-bottom: 22px;
  font-weight: bold;
}

.article-link {
  color: #fd6a21;
  text-decoration: none;
  font-size: 1em;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: color 0.2s;
}
.article-link:hover {
  color: #fff4c2;
}

.article-image {
  flex: 1 1 0;
  min-width: 260px;
  max-width: 420px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.article-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 6px 32px rgba(18, 33, 42, 0.25);
  object-fit: cover;
  aspect-ratio: 1/1;
}

/* Responsive Styles */
@media (max-width: 950px) {
  .article-row {
    gap: 20px;
  }
  .article-image, .article-text {
    max-width: 50vw;
    min-width: 0;
  }
  .article-number {
    font-size: 4em;
    left: -15px;
    top: -18px;
  }
  .article-row.reverse .article-number {
    right: -15px;
  }
  .hiking-articles {
    padding: 28px 6vw;
  }
}

@media (max-width: 700px) {
  .article-row, .article-row.reverse {
    flex-direction: column;
    gap: 28px;
    align-items: flex-start;
  }
  .article-number,
  .article-row.reverse .article-number {
    position: absolute;
    left: 0;
    right: auto;
    top: -12px;
    font-size: 3em;
  }
  .article-image, .article-text {
    max-width: 100%;
    width: 100%;
    min-width: 0;
    padding: 0;
  }
}

@media (max-width: 480px) {
  .hiking-articles {
    padding: 14px 3vw;
  }
  .article-text h2 {
    font-size: 1.25em;
  }
  .article-meta {
    font-size: 0.98em;
  }
  .article-number {
    font-size: 2em;
    top: -3px;
    left: 0;
  }
  .article-row {
    margin-bottom: 38px;
  }
}

