
fieldset{border:0;}
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
-webkit-appearance: none;
border-radius: 0;
}

input::-moz-focus-inner { 
  border: 0; 
}
html{  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  
  }
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}


body,html {
   height:100%; min-height: 100%;
}





a,input,button{transition: all .2s ease-out;-moz-transition:  all .2s ease-out;-webkit-transition:  all .2s ease-out;-o-transition:  all .2s ease-out;}

a{-webkit-tap-highlight-color: rgba(255, 255, 255, 0);}
*{margin:0;padding:0px;outline-width: 0px;outline-color: transparent;}
*{ -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
.clear{clear: both;line-height: 0;height:0px;font-size: 0;}
body{text-align: center;position: relative;color:#000;width:100%;max-width:100%;}
html{text-align: center;position: relative;}
                 .parallax-mirror {text-align: left;}
a img{border:0px;}

img{y rd ??  ;}

select::-ms-expand {
    display: none;
}

select{
  display: block;    
  -webkit-appearance: none;
  
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;     
  border-radius:0;   
}

img { -ms-interpolation-mode: bicubic; }

body,html{background-color: #040915;text-align: center;font-family: "Lexend", sans-serif;}





canvas { display: block; width: 85%; height: 100%; position: absolute;z-index: 2;margin-left:5%;top:0;}


.hero{height:100%;background: url('img/full.jpg') no-repeat center center/cover;position: relative;z-index: 1;}
#claim{position: relative;z-index: 3;}

.hero {
    display: grid;
    place-items: center;
    min-height:900px;
    height: 100vh;
    width:100%;
}

#claim {
    text-align: center;
    max-width: 100%;
    padding: 0px;
    transform: scale(1);
    position: relative;
}

#claim p{font-size: 21px;color:#fff;font-weight: 200;line-height: 1.6em;margin:0 auto 1.5em auto;display: block;max-width:1000px;padding:0 15px;letter-spacing: 0.07em;}
#claim p.specialpclaim{font-size: 15px;color:#666f7b;text-transform: none;font-weight: 500;letter-spacing: 0.07em;position: absolute;bottom:-4em;display: block;margin-bottom: 0;text-align: center;width:100%;line-height: 1.2em;}
#claim p:last-child {
    margin-bottom: 0px;
}

#logo{margin-bottom: 4em;}
#logo img{width:310px;margin-bottom: 10px;}
#logo h1{color:#fff;display: block;}
#logo h1 span#l1{font-size: 53px;font-weight: 400;display: inline-block;margin-bottom: 10px;letter-spacing: 0.02em;}
#logo h1 span#l2{font-size: 25px;font-weight: 300;text-transform: uppercase;letter-spacing: 0.3em;}

#bg_2 {
  background: url('img/bg_2.png') no-repeat center center/cover;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  opacity: 1;
  animation: fadeTo 0s forwards 0s;
}

@keyframes fadeTo {
  to {
    opacity: 0.7;
  }
}


#footer {
    position: relative;
    overflow: hidden;
}

#footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #040815;
    background: linear-gradient(to bottom, #123450 0%, #041121 100%);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    
    
    transform: scale(1);
    z-index: 0;
}

#footerin{padding:60px 20px 30px 20px;position: relative;z-index: 2;}
#loga{padding-bottom: 20px;}
#loga img{max-height:70px;margin:25px 50px;}

@media only screen and (max-width: 1300px) {
    #loga img{max-height:70px;margin:25px 25px;}  
}

@media only screen and (max-width: 500px) {
    #loga img{max-height:70px;margin:15px 25px;}  
}
#footer p{color:#fff;text-decoration: none;font-size: 13px;line-height: 22px;}
#footer p.fpn{margin-bottom: 100px;}
#footer p a{color:#fff;text-decoration: none;font-size: 13px;}


#header_page{background: linear-gradient(to bottom, #041121 0%, #123450 70%);padding-top: 250px;padding-bottom: 60px;}
#header_page h2{color:#fff;max-width:950px;text-align: left;padding-left: 20px;margin: 0 auto;padding-right: 20px;}

/* Header */
#head {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;    
    z-index: 1000;
    padding: 55px 0 0 0;
    
}

.header-container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px 0 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}

/* Menu desktop */
#menu {
    display: flex;
    justify-content: center;
    width:100%;
    position: relative;z-index: 4;
   transition: all 0.5s ease;
}

#menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 40px;
    align-items: center;
}

#menu li {
    margin: 0;
}

#menu a {
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    transition: color 0.3s;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

#menu a:hover, #menu li.current-menu-item a {
    color: #ff7200;
}

/* Burger icon */
.nav-icon3 {
    margin-top:20px;margin-right: 20px;
    width: 25px;
    height: 16px;
    position: relative;
    transform: rotate(0deg);
    transition: .28s ease-in-out;
    cursor: pointer;
    display: none;
    z-index: 1002;
}

.nav-icon3 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    border-radius: 0;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}

.nav-icon3.open span {
    background: #ff7200;
}

.nav-icon3 span:nth-child(1) {
    top: 0px;
}

.nav-icon3 span:nth-child(2),
.nav-icon3 span:nth-child(3) {
    top: 7px;
}

.nav-icon3 span:nth-child(4) {
    top: 14px;
}

.nav-icon3.open span:nth-child(1) {
    top: 7px;
    width: 0%;
    left: 50%;
}

.nav-icon3.open span:nth-child(2) {
    transform: rotate(45deg);
}

.nav-icon3.open span:nth-child(3) {
    transform: rotate(-45deg);
}

.nav-icon3.open span:nth-child(4) {
    top: 7px;
    width: 0%;
    left: 50%;
}

/* Overlay */
.menu-overlay {
    transform: .5s all ease;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s, visibility 0.4s;
    z-index: 999;
}


/* Language styles */
#head #menu li.lang a,
#head #menu li.lang {
    color: #218beb;
    font-weight: 400;
}

#head #menu li.lang a.activelang {
    font-weight: 700;
}

/* Search Icon */
.search-icon {
    display: inline-flex;
    align-items: center;
    margin-left: 40px;
    cursor: pointer;
    color: #fff;
    transition: color 0.3s;
}

.search-icon {
        position: absolute;
        top: 50px;
        right: 50px;
        margin-left: 0;
        z-index: 1002;
    }

.search-icon:hover {
    color: #ff7200;
}

.search-icon svg {
    width: 30px;
    height: 30px;
}

/* Search Modal */
.search-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(4, 9, 21, 0.95);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
    z-index: 10000;
    
}

.search-modal.active {
    opacity: 1;
    visibility: visible;
}

.search-modal-content {
    width: calc(100% - 30px);
    max-width: 800px;
    position: relative;
}

.search-close {
    position: absolute;
    top: -50px;
    right: 0;
    background: none;
    border: none;
    color: #fff;
    font-size: 40px;
    cursor: pointer;
    padding: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.3s;
}

.search-close:hover {
    color: #ff7200;
}

.search-form {
    display: flex;
    gap: 0;
}

.search-field {
    flex: 1;
    padding: 20px 30px;
    font-size: 24px;
    background: #fff;
    border: none;
    border-radius: 0;
    color: #333;
    font-family: "Lexend", sans-serif;
    width:100%;
}

.search-submit {
    padding: 0 30px;
    background: #ff7200;
    border: none;
    color: #fff;
    cursor: pointer;
    transition: background 0.3s;
}

.search-submit:hover {
    background: 3fe9a4a;
}

.search-submit svg {
    width: 24px;
    height: 24px;
}

/* Removed search results in modal - search only works on Enter */

/* Mobile menu - pod 1200px */
@media only screen and (max-width: 1200px) {
                         .search-icon svg {
    width: 20px;
    height: 20px;}



    .menu-overlay.active {
        opacity: 1;
        visibility: visible;
    }
       
    #head {
        background: transparent;
        box-shadow: none;
        padding: 20px 0 0 0;
    }
    
    .nav-icon3 {
        display: block;
    }
    
    #menu {
        position: fixed;
        top: 0;
        right: -100%;
        width: 400px;
        max-width: 100%;
        height: 100vh;
        background: #040915;
        padding: 100px 40px 40px;
        
        box-shadow: -5px 0 25px rgba(0,0,0,0.2);
        overflow-y: auto;
        z-index: 1001;
    }
    
    #menu.active {
        right: 0;
    }
    
    #menu ul {
        flex-direction: column;
        gap: 0;
        align-items: flex-start;
    }
    
    #menu li {
        width: 100%;
        
    }
    
    #menu li:last-child {
        border-bottom: none;
    }
    
    #menu a {
        display: block;
        padding: 18px 0;
        font-size: 15px;
        
    }
    
    #menu a:hover {
        color: #ff7627;
        padding-left: 10px;
    }
}

@media only screen and (max-width: 768px) {
    .header-container {
        padding: 0 20px;
    }
}





@media (max-width: 1700px) {

          .hero{min-height:600px;height: 100vh;}
  /*  #claim {transform: scale(0.6);max-width: calc(100% / 0.6);width: calc(100% / 0.6);transform-origin: center center;}*/       



  #logo{margin-bottom: 30px;} /* 80px * 0.6 */
#logo img{width: 240px; } /* 330px * 0.6, 10px * 0.6 */
#logo h1{color:#fff;}
#logo h1 span#l1{font-size: 43px;margin-bottom: 0px;} /* 57px * 0.6 = 34.2 */
#logo h1 span#l2{font-size: 23px; } /* 29px * 0.6 = 17.4 */
  #claim p{font-size: 19px;margin-bottom: 20px;max-width: 840px;}
}


@media (max-width: 1500px) { 

   #menu ul{gap:30px;}

  #logo{margin-bottom: 30px;} /* 80px * 0.6 */
#logo img{width: 198px; } /* 330px * 0.6, 10px * 0.6 */
#logo h1{color:#fff;}
#logo h1 span#l1{font-size: 34px;margin-bottom: 0px;} /* 57px * 0.6 = 34.2 */
#logo h1 span#l2{font-size: 17px; line-height: 17px;} /* 29px * 0.6 = 17.4 */
  #claim p{font-size: 15px;margin-bottom: 20px;max-width: 700px;}

 #claim p.specialpclaim{font-size: 10px;bottom:-4em;}  
}

@media (max-width: 1300px) { 

   #menu ul{gap:25px;}
}

#logo_header_page{line-height: 10px;margin-bottom: 0px;padding-top:10px;float: none;padding-left:20px;position: relative;z-index: 1001;position: absolute;left:0;} /* 80px * 0.6 */
#logo_header_page img{width: 75px; } /* 330px * 0.6, 10px * 0.6 */
#logo_header_page h1{color:#fff;line-height: 10px;}
#logo_header_page h1 span#l1{font-size: 14px;font-weight: 400;  display: inline;line-height: 10px;} /* 57px * 0.6 = 34.2 */
#logo_header_page h1 span#l2{font-size: 10px;font-weight:200;text-transform: uppercase;display: inline-block; line-height: 10px;} /* 29px * 0.6 = 17.4 */



@media (max-width: 1200px) {

  #logo_header_page  {padding-top: 10px;padding-left: 0px;margin-left: 10px;}
  #logo_header_page img{width: 47px; margin-bottom:7px;} /* 330px * 0.6, 10px * 0.6 */
#logo_header_page h1{color:#fff;line-height: 8px;}
#logo_header_page h1 span#l1{font-size: 9px;font-weight: 400;  display: block;line-height: 8px;} /* 57px * 0.6 = 34.2 */
#logo_header_page h1 span#l2{font-size: 7px;font-weight:200;text-transform: uppercase;display: block;line-height: 8px;
position: absolute;bottom:-6px;width:100%;
} /* 29px * 0.6 = 17.4 */




    #claim p.specialpclaim{font-size: 10px;bottom:-4em;}
    #menu ul{gap:0px}


    .nav-icon3{margin-top: 5px;
    margin-right: 7px;}
        
    .search-icon {
        position: absolute;
        top: 24px;
        right: 85px;
        margin-left: 0;
        z-index: 1002;
    }
    
    
 
        
        #claim h1 {line-height: 25px;}
        #logo h1 span#l1{line-height: 40px;}
}




@media (max-width: 1100px) {

   
}


@media (max-width: 1000px) {


}



@media (max-width: 900px) {

    
}



@media (max-width: 768px) {
   
   
}

@media (max-width: 650px) {
   #claim p br{display: none;}
   #claim p.specialpclaim br{display: inline-block;}
}


@media (max-width: 500px) {

   #logo img{width: 148px;margin-bottom: 0; } /* 330px * 0.6, 10px * 0.6 */
#claim p{font-size: 14px;margin-bottom: 20px;}
#logo h1 span#l2{font-size: 15px;line-height: 15px;}
}

@media (max-width: 350px) {
    

}

@media (orientation: portrait){

   .hero{min-height:100%;height: 100%;}   
   canvas{display: none;}
}


/* Content section */
.content-section {
    padding: 80px 20px;
    background: #e8f4fa;
    min-height:350px;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: left;
}

/* Article styles */
.main-article {
    max-width: 900px;
    margin: 0 auto;
}

.article-title {
    font-size: 47px;
    
    color: #1a1a2e;
    margin-bottom: 40px;
    line-height: 1.2;
font-size: 57px;
    font-weight: 400;
    
    margin-bottom: 0.2em;
    letter-spacing: 0.02em;    
}

.article-content {
    font-size: 18px;
    line-height: 1.8;
    color: #333;
}

.article-content h2 {
    font-size: 36px;
    font-weight: 600;
    color: #1a1a2e;
    margin: 0px 0 40px;
    line-height: 1.2em;
    max-width: 550px;
}

.article-content h3 {
    font-size: 26px;
    font-weight: 600;
    color: #1a1a2e;
    margin: 30px 0 15px;
}

.article-content p {
    margin-bottom: 20px;

}

.article-content ul,
.article-content ol {
    margin: 20px 0 20px 30px;
}

.article-content li {
    margin-bottom: 10px;
}

.article-content a {
    color: #ff7200;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.3s;
    text-shadow: 0px 0px 2px rgba(255, 255, 255, 0);
    font-weight: 600;
}

.article-content a:hover {
    text-decoration: underline;
}

.article-content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 30px auto;
    border-radius: 8px;
}

.article-content blockquote {
    border-left: 4px solid #218beb;
    padding-left: 20px;
    margin: 30px 0;
    font-style: italic;
    color: #666;
}


/* Responsive */
@media only screen and (max-width: 1500px) {
       #menu a{font-size: 13px;}
       #header_page{padding-top: 200px;
    padding-bottom: 50px;}
   
   .article-title {font-size: 49px;}

}

@media only screen and (max-width: 768px) {

    #header_page{padding-top: 150px;
    padding-bottom: 30px;}
    .content-section {
        padding: 60px 20px;
    }
    
    .article-title {
        font-size: 32px;
        margin-bottom: 30px;
    }
    
    .article-content {
        font-size: 16px;
    }
    
    .article-content h2 {
        font-size: 26px;
    }
    
    .article-content h3 {
        font-size: 22px;
    }
}

@media only screen and (max-width: 500px) {
 
    
    .article-title {
        font-size: 33px;
    }
}

#telapost {
    display: flex;
    gap: 4px;
    justify-content: space-between;
    align-items: stretch;
}

.article-content .telopost{flex: 1;
    min-width: 0;
    
    padding: 0px;
    display: flex;
    flex-direction: column;text-align: center;background-color:#add3e4;padding-bottom: 20px;}
.article-content .telopost img{border-radius:50%;width:115px;margin-bottom: 5px;border:1px solid #fff;}

.article-content .telopost h3{background-color: #556b82;color:#fff;}
.article-content .telopost h3{margin: 0;padding:  15px 0;;}

.article-content .telopost h3{font-size: 17px;margin-bottom: 20px;font-weight: 700;}
.article-content .telopost h4{font-size: 16px;margin-bottom: 0px;}
.article-content .telopost p{font-size: 15px;margin-bottom: 0;}
.onepeople{margin-bottom: 50px;}


@media only screen and (max-width: 1500px) {
.article-content .telopost{text-align: center;padding-bottom: 20px;}
.article-content .telopost img{border-radius:50%;width:100px;margin-bottom: 5px;border:1px solid #fff;}
.article-content .telopost h3{font-size: 15px;margin-bottom: 20px;}
.article-content .telopost h4{font-size: 14px;margin-bottom: 0px;}
.article-content .telopost p{font-size: 13px;margin-bottom: 0;}
.onepeople{margin-bottom: 30px;}
}

@media only screen and (max-width: 700px) {

#telapost {
    display: block;
    gap: 0px;
    
}

.article-content .telopost{width:80%;text-align: center;margin:0 10%;padding-bottom: 20px;margin-bottom: 100px;}
.article-content .telopost img{border-radius:50%;width:115px;margin-bottom: 5px;border:1px solid #fff;}
.article-content .telopost h3{font-size: 17px;margin-bottom: 20px;}
.article-content .telopost h4{font-size: 16px;margin-bottom: 0px;}
.article-content .telopost p{font-size: 15px;margin-bottom: 0;}
.onepeople{margin-bottom: 50px;}
}

@media only screen and (max-width: 400px) {
.article-content .telopost{width:98%;text-align: center;margin:0 1%;margin-bottom: 60px;}
.article-content .telopost img{border-radius:50%;width:115px;margin-bottom: 5px;border:1px solid #fff;}
.article-content .telopost h3{font-size: 16px;margin-bottom: 20px;}
.article-content .telopost h4{font-size: 16px;margin-bottom: 0px;}
.article-content .telopost p{font-size: 15px;margin-bottom: 0;}
.onepeople{margin-bottom: 50px;}
}

/* Archive styles */
.archive-description {
    max-width: 900px;
    margin: 20px auto 0;
    font-size: 18px;
    color: #218beb;
    text-align: center;
}

.archive-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 0;
    margin-top: 0px;
}

.archive-article {
    
    border-radius: 0;
    overflow: hidden;
    box-shadow: none;
    border-bottom: 0px solid #bedfee;
    padding: 30px 20px;
}

/* For homepage where we know there are exactly 3 articles */
.latest-posts-section .archive-article {
    border-bottom: 0px solid #bedfee;
}

/* Remove this rule as it doesn't work properly with grid layout */

.archive-article:hover {
    transform: none;
    box-shadow: none;
}

.article-thumbnail {
    overflow: hidden;
    height: 220px;
    margin-bottom: 20px;
}

.article-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.archive-article:hover .article-thumbnail img {
    transform: none;
}

.article-info {
    padding: 0;
}

.article-item-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 12px;
    line-height: 1.3;
}

.article-item-title a {
    color: #1a1a2e;
    text-decoration: none;
    transition: color 0.3s ease;
}

.article-item-title a:hover {
    color: #ff7200;
}

.article-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 15px;
    font-size: 14px;
    color: #999;
}

.meta-separator {
    color: #ddd;
}

.meta-category a {
    color: #ff7200;
    text-decoration: none;
}

.meta-category a:hover {
    text-decoration: underline;
}

.article-excerpt {
    font-size: 16px;
    line-height: 1.6;
    color: #212324;
    margin-bottom: 20px;
}

.article-excerpt p {
    margin-bottom: 15px;
}

.article-excerpt p:last-child {
    margin-bottom: 0;
}

.read-more {
    display: inline-block;
    color: #ff7200;    
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    transition: color 0.3s ease;
}

.read-more:hover {
    color: #ff7200;
    text-decoration: underline;
}

/* Pagination */
.pagination {
    margin-top: 60px;
    text-align: center;
}

.pagination ul {
    display: flex;
    justify-content: center;
    gap: 10px;
    list-style: none;
    padding: 0;
}

.pagination li {
    margin: 0;
}

.pagination a,
.pagination span {
    display: block;
    padding: 10px 16px;
    background: #f5f5f5;
    color: #333;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.pagination a:hover {
    background: #218beb;
    color: #fff;
}

.pagination .current {
    background: #218beb;
    color: #fff;
}

/* No posts */
.no-posts {
    text-align: center;
    padding: 80px 20px;
    font-size: 18px;
    color: #999;
}

/* Responsive */
@media only screen and (max-width: 768px) {
    .archive-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }
    
    .article-item-title {
        font-size: 20px;
    }
    .archive-grid{margin-top: 0;}
}

/* Search Results Page */
.search-results-list {
    max-width: 900px;
    margin: 0 auto;
}

/* Search form on search page */
.search-page-form {
    max-width: 600px;
    margin: 30px auto 0;
}

.search-form-page {
    display: flex;
    gap: 0;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.search-field-page {
    flex: 1;
    padding: 15px 20px;
    font-size: 16px;
    border: none;
    background: transparent;
    color: #333;
    font-family: "Lexend", sans-serif;
}

.search-submit-page {
    padding: 0 25px;
    background: #218beb;
    border: none;
    color: #fff;
    cursor: pointer;
    transition: background 0.3s;
}

.search-submit-page:hover {
    background: #1a6fc5;
}

.search-submit-page svg {
    width: 20px;
    height: 20px;
}

.search-result-article {
    background: #fff;
    padding: 30px 20px;
    border-bottom: 1px solid #e5e5e5;
}

.search-result-article:last-child {
    border-bottom: none;
}

.search-result-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
    font-size: 14px;
}

.search-result-date {
    color: #999;
}

.search-result-title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1.3;
}

.search-result-title a {
    color: #1a1a2e;
    text-decoration: none;
    transition: color 0.3s;
}

.search-result-title a:hover {
    color: #218beb;
}

.search-result-content {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 20px;
}

.search-result-content p {
    margin-bottom: 0;
}

.search-result-content mark {
    background: #ffeb3b;
    color: #000;
    padding: 0 2px;
}

/* No results */
.no-results {
    text-align: center;
    padding: 60px 20px;
}

.no-results h3 {
    font-size: 28px;
    color: #1a1a2e;
    margin-bottom: 20px;
}

.no-results p {
    font-size: 18px;
    color: #666;
    margin-bottom: 40px;
}

.search-form-inline {
    display: flex;
    max-width: 500px;
    margin: 0 auto;
    gap: 0;
}

.search-field-inline {
    flex: 1;
    padding: 15px 20px;
    font-size: 16px;
    border: 1px solid #ddd;
    border-right: none;
    border-radius: 0;
}

.search-submit-inline {
    padding: 15px 30px;
    background: #218beb;
    color: #fff;
    border: none;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.3s;
}

.search-submit-inline:hover {
    background: #1a6fc5;
}

@media only screen and (max-width: 768px) {
    .search-result-title {
        font-size: 22px;
    }
    
    .search-result-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
}



/* Single post styles */
.single-article {
    max-width: 900px;
    margin: 0 auto;
}

#header_page{text-align: center;}
#header_page .article-title{text-align: left;}

/* Article meta header */
.article-meta-header {
    display: flex;
    flex-wrap: wrap;
    align-items: left;
    justify-content: left;
    gap: 12px;
    margin: 20px auto 0 auto;
    font-size: 15px;
    color: #999;
    padding-left: 20px;
    max-width:946px;
    
}

.article-meta-header svg {
    width: 14px;
    height: 14px;
    margin-right: 5px;
    vertical-align: middle;
    opacity: 0.7;
}

.article-meta-header span {
    display: flex;
    align-items: center;
}

.article-meta-header .meta-separator {
    color: #ddd;
}

.article-meta-header a {
    color: #ddd;
    text-decoration: none;
    transition: color 0.3s ease;
}

.article-meta-header a:hover {
    color: #218beb;
}

/* Featured image */
.featured-image {
    margin: 40px 0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
}

.featured-image img {
    width: 100%;
    height: auto;
    display: block;
}

/* Article tags */
.article-tags {
    y rg ?? 40px 0;
    padding: 20px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    font-size: 15px;
}

.article-tags strong {
    color: #333;
    margin-right: 10px;
}

.article-tags a {
    display: inline-block;
    padding: 5px 12px;
    margin: 5px 5px 5px 0;
    background: #f5f5f5;
    color: #666;
    text-decoration: none;
    border-radius: 4px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.article-tags a:hover {
    background: #218beb;
    color: #fff;
}

/* Author Bio */
.author-bio {
    display: flex;
    gap: 20px;
    padding: 30px;
    margin: 40px 0;
    background: #f9f9f9;
    border-radius: 8px;
    border-left: 4px solid #218beb;
}

.author-avatar {
    flex-shrink: 0;
}

.author-avatar img {
    border-radius: 50%;
    width: 80px;
    height: 80px;
}

.author-info {
    flex: 1;
}

.author-name {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #1a1a2e;
}

.author-description {
    font-size: 15px;
    line-height: 1.6;
    color: #666;
}

.author-description p {
    margin: 0;
}

/* Post Navigation */
.post-navigation {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin: 60px 0 40px;
    padding-top: 40px;
    border-top: 0px solid #eee;
}

.post-navigation a {
    display: flex;
    flex-direction: column;
    padding: 20px;
    background: #bedfee;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    color:#000;
    font-size: 14px;
    font-weight: 300;
}

.post-navigation a span.nav-title{font-size: 16px;padding-top: 10px;font-weight: 400;}

.post-navigation a:hover {
    background: #ffe8d8;
    transform: translateY(-2px);
    
    color:#000;
}

.nav-previous a {
    align-items: flex-end;
}

css/* Homepage sections */
.latest-posts-section,
.team-section {
    background: #bedfee;
}

.latest-posts-section {
    background: #e8f4fa;
}

.section-title {
    font-size: 47px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 50px;
    color: #1a1a2e;
}

.team-group {
    margin-bottom: 60px;
}

.team-group-title {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 30px;
    color: #1a1a2e;
    text-align: center;
}

.view-all-button {
    text-align: center;
    margin-top: 40px;
}

.btn-view-all {
    display: inline-block;
    padding: 15px 40px;
    background: #ff7200;
    color: #fff;
    text-decoration: none;
    border-radius: 0;
    font-size: 16px;
    font-weight: 500;    
    transition: all 0.3s ease;
    
    
}

.btn-view-all:hover {
    transform: translateY(-2px);
    background: #fe9a4a;
    
    box-shadow: none;
}

@media only screen and (max-width: 1500px) {
    .section-title {
        font-size: 41px;
        margin-bottom: 35px;
    }
    .article-item-title {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 9px;
    line-height: 1.3;}
    .article-excerpt p{font-size: 15px;}
}


@media only screen and (max-width: 768px) {
    .section-title {
        font-size: 32px;
        margin-bottom: 30px;
    }
}




#header_page .article-title.article-title-center{text-align: center;}


#logo_header_page a, #logo_header_page a span,#logo_header_page a span{text-decoration: none;}
