/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1753694130
Updated: 2025-07-28 09:15:30

*/

/* History section */
 .year-box {
      position: relative;
      width: 174px;
      height: 67px;
      display: flex;
      align-items: center;
      font-size: 28px;
      font-weight: 500;
      line-height: 36px;
    }
    .year-box.active {
      color: #FC6C05;
      font-weight: 600;
    }
    .timeline-line {
      position: relative;
      width: 2px;
      height: 468px;
      background-color: #e5e7eb;
      margin-left: 0;
      margin-right: 1.5rem;
    }
    .highlight-line {
      position: absolute;
      width: 2px;
      height: 67px;
      background-color: #FC6C05;
      top: 0;
      left: 0;
    }
    .diamond {
      position: absolute;
      left: 50%;
      width: 10px;
      height: 10px;
      background-color: #FC6C05;
      transform: translateX(-50%) rotate(45deg);
    }
    .content-text {
      font-size: 34px;
      font-weight: 400;
      line-height: 45px;
      letter-spacing: -0.005em;
      font-family: 'Lora', serif;
    }

@media (max-width: 768px) {
  main {
    flex-direction: column;
    align-items: flex-start;
    overflow: hidden; /* Prevent horizontal scroll */
  }
.mobile-height {
    height: 384px !important;
	}
	.year-box {
    font-size: 16px;
    height: auto;
    padding: 8px 12px;
    margin-bottom: 10px;
    text-align: left;
    width: auto;
    white-space: nowrap;
  }

  .timeline-line {
    width: 2px;
    height: 200px;
    margin: 0 16px;
  }

  .highlight-line {
    width: 2px;
    height: 67px;
  }

  .diamond {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }

  section[style*="width: 952px"] {
    width: 100% !important;
    height: 468px !important;
    margin-left: 0 !important;
    border-top-right-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
    position: relative;
    overflow: hidden;
  }

  .content-text,
  #content {
    font-size: 20px !important;
    line-height: 28px !important;
    left: 16px !important;
    right: 16px !important;
    bottom: 60px !important;
    position: absolute !important;
    color: white !important;
    z-index: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
  }

  section img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-top-right-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
  }
  
  /* Optional: Hide any unintended scrollbars */
  body {
    overflow-x: hidden;
  }
}


/* Core Values */

.faccts-accordion-container {
  font-family: 'Inter', sans-serif;
  max-width:1146px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

/* Image Styles */
.faccts-image-container {
  width: 100%;
  margin: 0 auto;
  border: 2px solid #FC6C05;
  border-radius:0 55px 0 55px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.faccts-image {
  width: 576px;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}

.faccts-image:hover {
  transform: scale(1.02);
}

/* Accordion Styles */
.faccts-accordion {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.faccts-item {
  border-bottom: 1px solid #E1E1E1;
  padding-bottom: 16px;
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.faccts-item:hover {
  border-bottom-color: #FC6C05;
}

.faccts-item.active {
  border-bottom-color: #FC6C05;
}

.faccts-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.faccts-title {
  font-family: 'Lora', serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: 0;
  color: #1a1a1a;
  transition: all 0.3s ease;
  padding-right: 15px;
}

.faccts-item.active .faccts-title {
  font-weight: 500;
  color: #FC6C05;
}

.faccts-progress {
  width: 24px;
  height: 24px;
  display: none;
  flex-shrink: 0;
}

.faccts-item.active .faccts-progress {
  display: block;
}

.faccts-progress-circle {
  width: 27.5px;
  height: 27.5px;
  transform: rotate(-90deg);
}

.faccts-progress-bg {
  fill: none;
  stroke: #E1E1E1;
  stroke-width: 3;
}

.faccts-progress-fill {
  fill: none;
  stroke: #FC6C05;
  stroke-width: 4.38;
  stroke-linecap: round;
  stroke-dasharray: 283;
  stroke-dashoffset: 283;
}

.faccts-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.faccts-content.open {
  max-height: 300px;
}

.faccts-text {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #555;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.4s ease;
  padding-right: 30px;
}

.faccts-content.open .faccts-text {
  opacity: 1;
  transform: translateY(0);
}

/* Responsive Styles */
@media (min-width: 1024px) {
  .faccts-accordion-container {
    flex-direction: row;
    align-items: flex-start;
    gap: 60px;
  }
  
  .faccts-image-container {
    margin: 0;
    position: sticky;
    top: 30px;
  }
}

@media (max-width: 768px) {
  .faccts-title {
    font-size: 22px;
    line-height: 30px;
  }
  
  .faccts-text {
    font-size: 15px;
  }
  
  .faccts-accordion-container {
    gap: 30px;
  }
}

@media (max-width: 480px) {
  .faccts-title {
    font-size: 20px;
    line-height: 28px;
  }
 .faccts-accordion-container {
    gap: 30px;
  }
  
  .faccts-header {
    margin-bottom: 8px;
  }
  
  .faccts-item {
    padding-bottom: 12px;
    margin-bottom: 15px;
  }
}




.news-divider{
	overflow:hidden;
}

    @media (min-width: 768px) {
      .news-wrapper {
        flex-direction: row;
        justify-content: space-between;
      }
    }

    .main-news {
      width: 100%;
    }

    @media (min-width: 768px) {
      .main-news {
        width: 60%;
      }
    }

/* sidebar */
/* Main container */
.vgws-menu-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

/* Menu wrapper */
.vgws-menu-wrapper {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

@media (min-width: 768px) {
    .vgws-menu-wrapper {
        flex-direction: row;
        gap: 5rem;
    }
}

/* Main menu styles */
.vgws-main-menu {
    width: 100%;
    max-width: 360px;
    border-top: 2px solid #f9d6b8;
    border-radius: 0;
    list-style: none;
    padding: 0;
    margin: 0;
}

.vgws-menu-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e5e7eb;
    padding: 0.2rem;
    cursor: pointer;
}

.vgws-menu-item.active {
    background-color: #fff1e8;
}

.vgws-menu-item-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.vgws-menu-icon-title {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: #4a4a4a;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 400;
}

.vgws-menu-item.active .vgws-menu-icon-title {
    font-weight: 600;
    color: #3b3b3b;
    font-family: 'Lora', serif;
    font-size: 2.5rem;
    line-height: 3.125rem;
    letter-spacing: -0.02px;
}

.vgws-menu-indicator {
    width: 0.375rem;
    height: 0.375rem;
    border-radius: 0.125rem;
    background-color: #a3a3a3;
}

.vgws-menu-item.active .vgws-menu-indicator {
    background-color: #d46a1f;
}

/* Submenu styles */
.vgws-submenu {
    margin-top: 2.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    max-width: 20rem;
}

@media (min-width: 768px) {
    .vgws-submenu {
        margin-top: 0;
    }
}

.vgws-submenu-section {
    display: none;
}

.vgws-submenu-section.active {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.vgws-submenu-item {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    color: #222;
    font-family: 'Lato', sans-serif;
    font-size: 1.75rem;
    font-weight: 500;
    line-height: 1.875rem;
    letter-spacing: -0.28px;
    text-decoration: none;
}

.vgws-submenu-item:hover {
    text-decoration: underline;
}

.vgws-submenu-item i {
    color: #d46a1f;
}

/* Decoration styles */
.vgws-menu-decoration {
    position: relative;
    width: 100%;
    max-width: 28rem;
    height: 12rem;
    margin-top: 5rem;
}

.vgws-deco-square {
    position: absolute;
    background-color: #fff1e8;
}

.vgws-deco-1 {
    top: 3rem;
    left: 0;
    width: 2.5rem;
    height: 2.5rem;
}

.vgws-deco-2 {
    top: 3.5rem;
    left: 9rem;
    width: 1rem;
    height: 1rem;
}

.vgws-deco-3 {
    bottom: 0;
    right: 0;
    width: 1.5rem;
    height: 1.5rem;
}




/* Sidebar Panel */
.sidebar-panel {
  position: fixed;
  top: 0;
  left: -100%;
  width: 300px;
  height: 100vh;
  background: #fff;
  box-shadow: 2px 0 15px rgba(0,0,0,0.1);
  transition: left 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1000;
  overflow-y: auto;
}

.sidebar-panel.active {
  left: 0;
}

/* Button Styles */
.drawer {
  cursor: pointer;
  padding: 10px 15px;
  background: #3f51b5;
  color: white;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  transition: all 0.2s;
}

.drawer:hover {
  background: #303f9f;
  transform: translateY(-1px);
}

.closer {
  position: absolute;
  top: 10px;
  right: 10px;
  background: transparent;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #555;
  transition: color 0.2s;
}

.closer:hover {
  color: #333;
}

/* Body scroll lock */
.no-scroll {
  overflow: hidden;
}

/* Backdrop overlay (optional) */
.sidebar-panel::before {
  content: '';
  position: fixed;
  top: 0;
  right: 0;
  width: calc(100% - 300px);
  height: 100%;
  background: rgba(0,0,0,0.5);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}

.sidebar-panel.active::before {
  opacity: 1;
  pointer-events: auto;
}


.slider-container {
    width: 100%;
    overflow-x: auto;
}
.slider-container::-webkit-scrollbar {
    display: none;
}

.slides {
    display: flex;
}


/* === Grid Layout === */
.nwsltr-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

/* === Card Container === */
.nwsltr-card {
  display: flex;
  height: 345px;
  overflow: hidden;
}

/* === Image Side === */
.nwsltr-img {
  display: flex;
  height: 345px;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
  border-radius: 55px 0 0 0;
  overflow: hidden;
}
.nwsltr-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* === Content Side === */
.nwsltr-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  gap: 30px;
  flex: 1;
  border-radius: 0 55px 0 0;
  background: #fff;
}

/* === Date === */
.nwsltr-date {
  color: var(--Base-800, #555);
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.032px;
}

/* === Title === */
.nwsltr-title {
  color: #2163FF;
  font-family: Lora, serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
  margin: 0;
}

/* === Read More Button === */
.rmbtn {
  display: inline-flex;
  height: 48px;
  padding: 8px 20px 10px 20px;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  border: 1px solid #FC6C05;
  color: #FC6C05;
  text-decoration: none;
  font-family: Inter, sans-serif;
  font-size: 16px;
  transition: all 0.3s ease;
}
.rmbtn:hover {
  background: #FC6C05;
  color: #fff;
}
.rmbtn .arrow-icon {
  width: 24px;
  height: 24px;
  transform: rotate(-45deg);
}
.rmbtn svg {
  width: 24px;
  height: 24px;
  fill: white;
}


.cre-single-post {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  padding: 0 110px 110px 110px;
}

.cre-post-title {
  color: var(--Base-1000, #222);
  text-align: center;
  font-family: Lora, serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
  letter-spacing: -0.02px;
}

.cre-divider-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.cre-post-excerpt {
  color: var(--Base-900, #3B3B3B);
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.004px;
  max-width: 760px;
}

.cre-post-content {
  width: 100%;
  max-width: 900px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 28px;
  color: #333;
}

/* Author Card */
.cre-author-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 10px 0;
  width: 100%;
  max-width: 900px;
}

.cre-author-info {
  display: flex;
  align-items: center;
  gap: 15px;
}

.cre-author-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1.3px solid var(--Primary-600, #FC6C05);
  background-size: cover;
  background-position: center;
}

.cre-author-name {
  margin: 0;
  color: var(--Base-900, #3B3B3B);
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.2px;
}

.cre-author-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--Base-800, #555);
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.14px;
}

.cre-author-meta .cre-divider {
  width: 1px;
  height: 12px;
  background: #6E6E6E;
}

.cre-author-socials {
  display: flex;
  gap: 12px;
}

.social-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--Base-100, #EEE);
}

.social-circle svg {
  width: 22px;
  height: 22px;
}


