
:root {
--main-color:  #21212d;
/* --main-color: #6bbe53; */
/* --main-color: rgb(35, 32, 32);
--main-color-alt: rgb(234, 234, 234) ; */
--main-color-alt: #3aef62 ;
}

html {
    
}
body{
    background-color: #EEE;
    /* background-color: #ffffff; */
    font-family: "Cairo", sans-serif;
    overflow-x: hidden;
    
}
.navbar {
padding: 0;
background-color: var(--main-color)!important ;  
position: relative;
z-index: 1000;  
}

.navbar img{
height: 50px;
}

.navbar-nav .nav-link{
    color: white !important;
    transition: 0.3s;
    /* padding:15px 16px !important ; */
    padding:6px 10px !important ;
}
.navbar-nav .nav-link.active,
 .navbar-nav .nav-link.show,
 .nav-link:focus,
 .nav-link:hover {
background-color: var(--main-color-alt) !important;
}
.dropdown-toggle::after {
    position: relative;
    top: 2px;
    left: 3px;
}
.navbar-nav .dropdown-menu {
min-width: 260px;
top: calc(100% - 3px);
border-radius: 0;
border: none;
padding:0;
background-color: var(--main-color-alt);
}

.navbar-nav .dropdown-menu .dropdown-item {
padding: 15px;
border-radius: 0;
color: white;
transform: 0.3s;
}

.navbar-nav .dropdown-menu .dropdown-item:focus,
.navbar-nav .dropdown-menu .dropdown-item:hover {
background-color: var(--main-color);
color: white;
padding-left: 18px;
}
.navbar-nav > li:last-child .dropdown-menu {
    right: 0;
    left: auto;
}


/* start second header style */
.second-header {
    background-color: #f8f9fa; /* Light background color */
    border-bottom: 1px solid #ddd;
}

.language-switcher a {
    margin-right: 10px;
    text-decoration: none;
    color: #333;
    font-weight: bold;
}


.language-switcher select {
    font-size: 14px;
    border-style: none;
    font-weight: bold;
}

.language-switcher a:hover {
    color: #007bff;
}

.second-header .social-icons {
    display: flex;
    justify-content: center;
    gap: 8px;
}
.second-header .social-icons a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    transition: 0.3s;
    text-decoration: none;
    background-color: #6bbe53;
    border-radius: 50%;

}


.second-header .social-icons .facebook {
background-color: #1877f2;
}
.second-header .social-icons .youtube {
    background-color: #FF0000;
}
.second-header .social-icons .instagram {
    background-color: #E1306C
}
.second-header .social-icons a:hover i {
    color: white;
}

.second-header .social-icons a i {
    font-size: 18px;
    color: white;
    transition: 0.3s ;
    }



/* end second header style */






/* @media (min-width: 1000px) {
    .lang-item  {
        position: absolute;
        left: 20%;
        top: 2px;
    }
} */

/* end of Navbar */




/* start homepage */
.homepage{
background-color: rgb(255, 255, 255);
}
/* .homepage .section {
    padding-top: 60px;
    padding-bottom: 60px;
} */

/* start introduction new */
/* .homepage .intro-section {
    position: relative;
    height: fit-content;
    width: 100%;
    overflow: hidden;
} */
.image-slider {
    /* position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; */
}
/* .image-slider img {
    width: 100%;
 height: 100%;
    object-fit: cover;
}
.image-slider .slide {
    background-color: red;
}
.image-slider .slide .text-content {
    position: absolute;
    top: 23%;
    left: 7%;
    padding: 5px;
    min-width: 30%;
    max-width: 30%;
    height: 46%;
    color: white;
    z-index: 2;
    opacity: 0.9;
    background-color: #25252575;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    /* align-items: center; */




/* end introdcution new */





.homepage  .introduction {
    background-image: url(../imgs/intro_bck.jpg);
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: calc(100vh - 56px);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;

}



/* end homepage */



/* start traingle section */
.custom-section {
    position: relative;
    padding-top: 60px; 
  }
  
  /* .header-triangle {
    position: relative;
    text-align: center;
    background-color: #6bbe53;
  }
  
  .header-triangle svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px; 
    fill: #6bbe53; 
  }
  
  .header-triangle h2 {
    position: relative;
    margin: 0;
    padding: 20px 0; 
    color: #fff;
    font-size: 24px; 
    z-index: 1; 
  } */
  
.custom-section h2 {
    text-align: center;
    font-weight: bold;
    color: var(--main-color);
    font-size: 2.5em;
    margin-bottom: 10px;
  }
.custom-section p {
    text-align: center;
    font-size: 1.25em;
    color: #555;
    
}


@media (max-width: 768px) {

.custom-section h2  {
  font-size: 22px;       /* good for mobile */
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
}
.custom-section p {
   font-size: 15px;
  line-height: 1.5;
  color: #555;
  text-align: center;
}

}


.section-content {
    padding: 20px;
     /* Adjust based on your design */
  }
  
  .sdg-flex-container {
    margin-top: 45px;
  }

  .owl-carousel .owl-item img {
    border-radius: 24px;
    width: 100%;
    margin: 0 auto;
  }
  .owl-carousel.owl-rtl .owl-item {
    /* margin-left: 20px !important;
    width: 190px !important; */
  }




  /* .sdg-flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
    margin-top: 35px;
  } */
  
  /* .sdg-item {
    flex: 1 1 calc(16.66% - 5px); 
    box-sizing: border-box;
    text-align: center;
  }
   */
  /* .sdg-item img {
    max-width: 75%;
    height: auto;
    display: block;
  } */
  
  /* @media (max-width: 1200px) {
    .sdg-item {
      flex: 1 1 calc(25% - 20px); 
    }
  } */
  
  /* @media (max-width: 900px) {
    .sdg-item {
      flex: 1 1 calc(33.33% - 20px); 
    }
  } */
  
  /* @media (max-width: 600px) {
    .sdg-item {
      flex: 1 1 calc(50% - 20px); /* 50% for 2 items per row minus the gap 
    }
  } */
  
  /* @media (max-width: 400px) {
    .sdg-item {
      flex: 1 1 100%; /* 1 item per row 
    }
  }
   */
/* end traingle section */



@media (max-width: 768px) {
  .your-class-name {
    /* Your mobile-specific styles here */
    font-size: 14px;
    padding: 10px;
    background-color: #f5f5f5;
  }
}















/* start footer */

footer {

padding: 20px;
}
footer .footer-links {
    padding: 20px 0;
    border-bottom: 1px solid #444;
    margin-bottom: 20px;

}
footer .footer-links .img {
    max-width: 100%;
    margin-bottom: 20px;
    width: 100%;

}
footer .footer-links .description {
margin-top: 20px;
color: #DDD;
line-height: 1.8;
    
}

footer .footer-links h4 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: bold;
}
footer .footer-links .footerquote {
    text-align: center;
    margin-bottom: 20px;
}


footer .footer-links ul li:not(:last-child) {
margin-bottom: 10px;
border-bottom: 1px solid #666;
padding-bottom: 10px;
}

footer .footer-links .list-unstyled {
    padding: 0;
    list-style: none;   
}

footer .footer-links ul li:before {
    content: "\f105";
    font-family: fontAwesome;
    padding-right: 4px;
    color: var(--main-color-alt);
    font-size: 14px;
}




footer .footer-links ul li a {
    text-decoration: none;
    line-height: 23px;
    color: #e3e3e3;
    font-size: 14px;
}
footer .footer-links ul li a:hover {
/* color: var(--main-color); */
color:#6bbe53 ;
}



footer .social-icons {
    display: flex;
    justify-content: center;
    gap: 18px;
}
footer .social-icons a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    transition: 0.3s;
    text-decoration: none;
    background-color: #6bbe53;

}


footer .social-icons .facebook:hover {
background-color: #1877f2;
}
footer .social-icons .youtube:hover {
    background-color: #FF0000;
}
footer .social-icons .instagram:hover {
    background-color: #E1306C
}
footer .social-icons a:hover i {
    color: white;
}

footer .social-icons a i {
    font-size: 20px;
    color: white;
    transition: 0.3s ;
    }

footer .copyright {
    font-size: 14px;
    text-align: center;
}
footer .copyright a {
    font-size: 14px;
    color: #6bbe53;
  
}

footer {
    background-color: #21212d;
}

@media (max-width: 575px) {
   footer {
    text-align: center;
   } 
   footer .social-icons {
    margin-top: 10px;
    justify-content: center;
    gap: 2px;
   }
}



/* end footer */
.navbar-collapse {
justify-content: center;
flex-direction: row-reverse;
font-size: 15px;
}








/* start of news-page post */
.post-container {
    
    margin-bottom: 100px;
    padding-top: 10px;
}


.news-page .main-post {
padding: 20px;
background-color: #FFF;
border: 1px solid #d8d8d8;
margin-bottom: 30px;
min-height: 400px;

}

.news-page .main-post h6 {
    margin: 0 0 10px;
    font-weight: bold;
    letter-spacing: -1px;
    color: #777;
}
.news-page .main-post .post-author,
.news-page .main-post .post-comments,
.news-page .main-post .post-date {
    font-size: 12px;
}


.news-page .main-post > img {
display: block;
margin: 10px 0 10px;
}

.news-page .main-post .post-content {
    /* color: #888;
    line-height: 1.7; */
    
    margin-left: 50px;
    color: #1f272b;
    font-size: 14px;
}


.news-page .main-post  i {
    color: #999;
    padding:3px;
}
/* end of news-page post */





 /* start of news-page paginination */
 .news-page-pagination {
    margin: 20px auto 40px;
    text-align: center;
    background-color: green;
}
.news-page-pagination a,
 .news-page-pagination span {
display:inline-block;
padding: 19px 20px;
background-color: #fff;
}
 .news-page-pagination a:first-of-type {
    margin-right: 20px;
}

.news-page-pagination span {
    opacity: 0.5;
    cursor: not-allowed;
}


 .news-page-pagination .previous-span {
 margin-right: 10px;   
}
 .news-page-pagination .next-span {
    margin-left: 10px;   
   }
/* end of news-page paginination */




/* start of post-page post */
.post-page {
    
    margin-bottom: 100px;
    padding-top: 10px;
}


.post-page .main-post {
padding: 20px;
background-color: #FFF;
border: 1px solid #d8d8d8;
margin-bottom: 30px;
min-height: 400px;

}

.post-page .main-post h6 {
    margin: 0 0 10px;
    font-weight: bold;
    letter-spacing: -1px;
    color: #777;

}
.post-page .main-post .post-author,
.post-page .main-post .post-comments,
.post-page .main-post .post-date {
    font-size: 12px;
    display: block;
}


.post-page .main-post > img {
display: block;
margin: 10px 0 10px;
}

.post-page .main-post .post-content {
    /* color: #888;
    line-height: 1.7; */
    
    margin-left: 50px;
    color: #1f272b;
    font-size: 14px;

}


.post-page .main-post  i {
    color: #999;
    padding:3px;
}
/* end of post-page post */





 /* start of post-page paginination */
 .post-page-pagination {
    margin: 20px auto 40px;
    text-align: center;
    margin-bottom: 111px;
   
   
}
.post-page-pagination #text {
font-size: 20px;
color: white;
}

.post-page-pagination a,
.post-page-pagination span {
text-decoration: none;
display:inline-block;
padding: 19px 20px;
background-color: #2a2a2a;
color: white;
border-radius: 4px;
}
.post-page-pagination a:first-of-type {
    margin-right: 20px;
}

.post-page-pagination span {
    opacity: 0.5;
    cursor: not-allowed;
}


.post-page-pagination .previous-span {
 margin-right: 10px;   
}
.post-page-pagination .next-span {
    margin-left: 10px;   
   }
/* end of post-page paginination */


/* start of Research in SDG  */
.our-facts {
    background-image: url(../ff.jpg);
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 16px;
    position: relative;
    margin-bottom: 100px;
    margin-top: 100px;
     
}

section.our-facts::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.6);
}

.our-facts h5 {
    background-color: #f5a425;
    border-radius: 5px;
    width: 90%;
    padding: 10px;
    position: relative;
    z-index: 2;
    color: white;
}


.our-facts .row {
    display: flex;
    flex-direction: column;
    gap: 4px;   
}

.our-facts .chartpar  {
    display: flex;
    flex-direction: column;
    gap: 4px;
    z-index: 10;

}

.our-facts .chartpar  > * {
    position: relative;
    height: 18px;
    color: white;
    margin: 1px;

}

.our-facts  .ptxt {
    display: inline;
    position: absolute;
    right: 0px;
    margin: 0;
    line-height: 16px;
    color: #fff;
    transform: translateX(calc(100% + 4px));
    font-weight: 500;

  
}




.percent1 {

background-color: #eb1c2d;
}
.percent2 {
background-color: #d3a029;    
}

.percent3 {
background-color: #229c46;   
} 
.percent4 {
    background-color: #c31f33;  
} 
.percent5 {
    background-color: #ef3e27;   
} 
.percent6 {
    background-color: #00aed9;  
} 
.percent7 {
    background-color: #fdb80b;   
} 
.percent8 {
    background-color: #8f1838;  
} 
.percent9 {
    background-color: #f36d25;  
} 
.percent10 {
    background-color: #e20c85;   
} 
.percent11 {
    background-color: #f99d26;  
} 
.percent12 {
    background-color: #cf8d2a;
} 

.percent13 {
    background-color: #46783c; 
} 
.percent14 {
    background-color: #007ebd;  
} 
.percent15 {
    background-color: #3eb049; 
} 
.percent16 {
    background-color: #00548c;  
} 

/* end of research in SDG */



/* start the chart style */
#myDoughnutChartContainer {
    padding: 5px;
    margin: 10px auto;
    max-width: 400px;
    display: flex;
    justify-content:flex-start;
    align-items: center;
    height: 300px;
    margin-bottom: 400px;
    background-color: #ddd;
}

#myDoughnutChart {
    width: 100% !important; /* Ensure the chart takes the full width of the container */
    height: 100% !important; /* Ensure the chart takes the full height of the container */
}


/* start all-videos-page */
.all-videos-page {
}
.all-videos-page h1 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.all-videos-page .video-description {

}

.all-videos-page .video-container {
    padding: 10px;
    margin-bottom: 20px;
    min-height: 368px;
    overflow: hidden;
    background-color: #fff;
}

.all-videos-page .video-container .video-wrapper {
    margin-bottom: 20px;
}


.all-videos-page .video-description {
    height: 150px;
    overflow: hidden; 
}

.all-videos-page .video-description > h2 {
    font-size: 22px;
    color: #212121;
    font-weight: bold;
    height: 60px;
    margin-bottom: 10px;
    overflow: hidden;
}
.all-videos-page .video-description > p {
    font-size: 12px;
    color: #777;
    overflow: hidden;

}

/* end all-videos-page */



















/* start of fixed background image sectin  */

.about-sdg{
    background-image: url('../ff.jpg');
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    min-height: fit-content;
    max-height: fit-content;
    margin-bottom: 50px;
    padding-top: 50px;  
}


.fixedbackground {
    /* background-image: url('../ff.jpg');
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    min-height: fit-content;
    max-height: fit-content;
    margin-bottom: 50px;
    padding-top: 50px; */
   
}

.fixedbackground  .cover {
    min-height: fit-content;
    padding-bottom: 50px;
    
}

.column-1 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100;
}
.inner-div {
    flex: 1;
    border: 1px solid #000;
    padding: 15px;
    margin-bottom: 15px; /* Add a gap */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0, 0,0.6);
    border-radius: 4px;   
}

.inner-div h3 {
color: #fff;
text-transform: uppercase;
font-Size: 24px;
font-weight: 700;
margin-Bottom: 20px;
}

.inner-div p {
    color: #fff;
    margin-bottom: 20px;
}
.inner-div:last-child {
    margin-bottom: 15px; /* Add a gap */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0, 0,0.6);
  
}
.column-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: fit-content;
    max-height: 100%;
    border-radius: 20px;    
}
.column-2 h3 {
    color: #f5a425;
}
.column-2 p {
    font-size: 14px;
    line-height: 25px;
    color: #2a2a2a;
}
/* end of fixed background image sectin  */



/* start of diagonal section */

.diagonal {
--skew-angle: -5deg;
position: relative;
min-height: fit-content;
isolation: isolate;
margin-bottom: 100px;
margin-top: 80px;

}

.diagonal::after {
content: '';
background-image: linear-gradient(45deg,#12c2e9,#c471ed,#f64f59);
position: absolute;
inset: 0;
transform: skewY(var(--skew-angle));
z-index: -1;
background-image: url('../imgs/bg.jpg');
background-size:cover;
background-repeat: no-repeat;
background-position: center;
background-attachment: fixed;

}


.diagonal .diagonal-wrapper {
    height: 100%;
}

.diagonal .diagonal-title {
display: flex;
justify-content: center;
align-items: center;
/* transform: skewY(var(--skew-angle));  */
min-height: 255px;
margin-top: 50px;
color: white;
}
.diagonal .diagonal-content {
display: flex;
justify-content: center;
align-items: center;
/* transform: skewY(var(--skew-angle));  */
min-height: 200px;
margin-bottom: 30px;
color: white;

}

/* end of diagonal section */



/* start of slider style */
.most-viewed-videos {
position: relative;
margin-bottom: 40px;
}
.owl-carousel  {


}

.owl-carousel .item-video {
height: 310px;
background-color: yellow;
position: relative;
}


.owl-carousel .item-video .video-title {
    position: absolute;
    z-index: 10;
    bottom: 0;
    background-color: #0000008a;
    overflow: hidden;
    right: 0;
    left: 0;
    height: 46px;
    font-size: 12px;
    margin: 0px;
    padding: 4px;
    color: white;
    line-height: 1;
    /* text-align: center; */
    display: flex;
    justify-content: center;
    align-items: center;

}
.owl-carousel .item-video .owl-video {
 height: 200px;
 background-color: green;   
}

.owl-carousel .owl-video-tn {
   
background-size:cover;
background-repeat: no-repeat;
background-position: center;

}





.section-heading {
    border-right: 4px solid #007f5b;
    border-left-width: 0px;
    margin-right: 87px;

}

.section-heading  h5 {
    font-family: Cairo;
    letter-spacing: 0px;
    text-align: right;
    padding: 6px;
    margin-right: 10px;
  }



 .owl-next  span {
    position: absolute;
    background-color: #e1e1e1;
    width: 40px;
    height: 40px;
    color: #272727;
    font-size: 18px;
    text-align: center;
    line-height: 42px;
    top: -45px;
    right: 0px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;  
}
.owl-prev  span  {
    position: absolute;
    background-color: #e1e1e1;
    width: 40px;
    height: 40px;
    color: #272727;
    font-size: 18px;
    text-align: center;
    line-height: 42px;
    top: -45px;
    right: 42px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;  
}
/* end of slider style */


.left-slider-class {
   
}






/* start of scrol up icon */

#scrollUp {
    background-image: url("../imgs/top.png");
    bottom: 97px;
    right: 24px;
    padding: 19px 19px;
    color: #fff;
}

/* end of scroll up icon */


/* start video page style */

.video-page {
    padding-bottom: 30px;
    min-height: fit-content;

}

.video-post {
    background-color: #ffffff;
    min-height: 345px;
    max-height: 345px;
    box-shadow: 1px 2px 9px 3px #0000007d;
    border-radius: 7px;
    margin-bottom: 20px;

}

.video-post .video-box {
    height: 180px;
}




.video-post .video-details {
    color: #2a2a2a;
    padding: 5px;
    margin-top: 14px;
    text-align: right;
    min-height: 40px;
    border-radius: 4px;
    /* margin-bottom: 1px; */
}

.video-details > h6 {
    font-size: 0.75rem;
    text-align: right;
}

.video-post .video-time {
    /* background-color: rebeccapurple; */
    font-size: 0.9rem;
    margin: 0;
    padding: 5px;
    color: #2a2a2a;
}


/* end video page style */
















/* start video section in home page page style */

.homepage .videos {
  

}

.multiple-posts {
max-width: 900px;
margin: auto;
padding-left: 25px;
padding-right: 25px;

}

.multiple-posts .single-video{
    padding: 15px;
    background-color: gray;
    border-radius: 8px;
    text-align: center;
    margin: 5px;
    font-size: 10px;
   
}




/* end video section page style */



/* start single-post-page */  

.single-post-page {

}

.single-post-page .card {
    color: black;

}
.single-post-page .card .card-body {
    color: black;
}

.single-post-page .card .card-body .card-text .card-title {
    color: black;
}

/* end single-post-page */















/* start heading section */
.title-one{
 text-align: center;
 letter-spacing: 1px;
 font-weight: bold;
 color: var(--main-color); 
}




.title-one + .description {
font-size: 17px;
color: #555;
word-spacing: 1px;
letter-spacing: 1px;
display: grid;
grid-template-columns: 1fr max-content 1fr;
grid-template-rows: 30px 0;
grid-gap: 15px;
align-items: center;
}
.title-one + .description::before,
.title-one + .description::after {
    content: "";
    display: block;
    border-bottom: 1px solid #3498db;
    border-top: 1px solid #3498db;
    height: 5px;
}

@media (max-width: 768px) {

 .title-one {
  font-size: 22px;       /* good for mobile */
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
}
.title-one + .description {
   font-size: 15px;
  line-height: 1.5;
  color: #555;
  text-align: center;
}

}






/* end heading section */






/* start cards section */
.recent-post-section {
    min-height: 500px;
    margin-top: 30px;
    margin-bottom: 50px;
    padding-bottom: 10px;
    position: relative;

}

@media (min-width: 768px) {
    .recent-post-section .recent-post-container {
        display: grid;
        grid-template-columns: repeat(auto-fill,minmax(320px,1fr));
        gap: 20px;
        }
}




.recent-post-section .recent-post-container .artical {

    background-color: #fff;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
    /* padding-top: 10px;
    padding-bottom: 15px; */
    overflow: hidden;
    border-radius: 10px;

}
.recent-post-section .artical .artical-img {
    height: 250px;
    display: block;
    overflow: hidden;
    text-decoration: none;
    
}




.recent-post-section .artical .artical-img  img {
    height: 250px;
    max-width: 100%;
    transition:all  0.5s;
}

.recent-post-section .artical .artical-img img:hover {
    /* transform: scale(1.1); */
   
}

.recent-post-section .artical .artical-info {
    margin-top: 0px;
    padding: 15px;
}

.recent-post-section .artical .artical-info hr {
    margin: 0px;
}

.recent-post-section .artical .artical-info .artical-title {
    min-height: 67px;
    padding: 5px;
    overflow: hidden;
    font-size: 20px;
    margin-top: 10px;
  

}
.recent-post-section .artical .artical-info .artical-title > a {
    text-decoration: none;
    font-size: 20px;
    color: #2e313e;
}


.recent-post-section .artical  .artical-info .artical-excerpt {
    min-height: 85px;
    display: block;
    overflow: hidden;
    margin-top: 5px;
    color: #2e313e;
    font-size: 14px;
}
.recent-post-section .artical  .artical-info .artical-date {
 font-size: 0.9em;
 color: #ffffff;
 margin-bottom: 20px; 
 cursor: default; 
 height: 50px;
 width: 50%;
 padding: 5px;
 border-radius: 4px;
margin: 10px auto;
display: none;
 background-color: var(--main-color-alt);
}
.recent-post-section .artical  .artical-info .artical-date:hover {
    color: #fff;
    background-color: var(--main-color);
}




.recent-post-section .btn-box {
    min-height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px 10px 20px;

}
.recent-post-section .btn-box > a {
    /* display: inline-block;
    position: absolute;
    bottom: 25px;
    left: 15px;
    padding: 10px 20px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    border-radius: 25px;
    border: 2px solid #d5d5d5;
    color: #3498db;
    background-color: #fff;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
    font-weight: 400;
    font-family: cairo;    */
}

/* end cards section */


/* start of afforestation-section */
.afforestation-section {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-top: 30px;
 
    
}
.afforestation-section .aff-warper {
    padding: 10px;
}

.afforestation-section .aff-img-box {
    display: block;
    height: 250px;
    overflow: hidden;
    padding: 0px;
    margin-bottom: 20px;
}
.afforestation-section .aff-img-box img {
    max-width: 100%;
    height: auto;
}
.afforestation-section .aff-info {
padding: 1px;
}

.afforestation-section .aff-info .aff-title {
    min-height: 65px;
    max-height: 100px;
    font-size:19px;
    /* text-overflow: ellipsis;
    white-space: nowrap; */
    overflow: hidden;
}
.afforestation-section .aff-info .aff-desc {
    
}


/* end of afforestation-section */






/* start green Area Style */
.green-area-section {
    /* background: linear-gradient(45deg, #a8e063, #56ab2f, #a7d30c, #019875, #a8e063); */
    /* background: linear-gradient(45deg, #45ad49, #902fab, #4CAF50, #4CAF50, #9363e0); */
    /* background: linear-gradient(283deg, #4d02e496 0%, #099af4 100%); */
    background-size: 600% 600%;
    background-color: #f7f7f7;
    animation: green-gradient 15s ease infinite;
    padding: 50px 0;
 
}

.greenAreaHeader {
display: flex;
justify-content: center;
color: var(--main-color);
margin: 20px;
margin-bottom: 50px;
font-weight: bold;
}


@keyframes green-gradient {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.green-area-section .card.plam img { 
    min-width: 100%;
    min-height: 100%;
    /* opacity: 80%; */
    -webkit-filter: blur(5px); /* Safari 6.0 - 9.0 */
    filter: blur(1.5px);
    filter: brightness(40%);
}
.green-area-section .card.flower img { 
    min-width: 100%;
    min-height: 100%;
    /* opacity: 80%; */
    -webkit-filter: blur(5px); /* Safari 6.0 - 9.0 */
    filter: blur(1.5px);
    filter: brightness(40%);
/* background-image: url('../imgs/green_area_imgs/flowering-trees.jpg'); */
}
.green-area-section .card.shurbs img { 
    min-width: 100%;
    min-height: 100%;
    /* opacity: 80%; */
    -webkit-filter: blur(5px); /* Safari 6.0 - 9.0 */
  filter: blur(1.5px);
  filter: brightness(40%);
}



.green-area-section .card.SeasonalPlant img
 { 
    min-width: 100%;
    min-height: 100%;
    /* opacity: 80%; */
    -webkit-filter: blur(5px); /* Safari 6.0 - 9.0 */
    filter: blur(1.5px);
    filter: brightness(40%);
}
.green-area-section .card.Vegetation img
 { 
    min-width: 100%;
    min-height: 100%;
    /* opacity: 80%; */
    -webkit-filter: blur(5px); /* Safari 6.0 - 9.0 */
    filter: blur(1.5px);
    filter: brightness(40%);
}
.green-area-section .card.tropical img
 { 
    min-width: 100%;
    min-height: 100%;
    /* opacity: 80%; */
    -webkit-filter: blur(5px); /* Safari 6.0 - 9.0 */
    filter: blur(1.5px);
    filter: brightness(40%);
}
.green-area-section .card.totalArea img 
 { 
min-width: 100%;
min-height: 100%;
/* opacity: 80%; */
-webkit-filter: blur(5px); /* Safari 6.0 - 9.0 */
filter: blur(1.5px);
filter: brightness(40%);

}

.green-area-section .card img {
    border-radius: 12px;
}

.green-area-section .img6, .img1 {
    height: 215px;
}

.green-area-section .card:hover img {
    /* filter: brightness(80%); 
    transition: 0.5 all; 
     */
}


.green-area-section .card:hover {
    cursor: pointer; 
}

.card-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: rgb(255, 255, 255);
    min-height: fit-content;
    padding: 3px;
    
  
}
.card-body.animation {
    animation: bounce 2s infinite;
    margin: 10px auto;

}
.card-body i {
    font-size: 24px;
    color: rgb(255, 255, 255);
    margin-bottom: 10px;
    /* animation: bounce 2s infinite; */
}


@keyframes bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

.card {
    height: 100%;
    width: 100%;
    min-height: 200px;
}

.card h5, .card p {
    margin: 0;
    color: rgb(255, 255, 255);
    /* animation: bounce 2s infinite; */
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

/* end green Area Style */


























/* start recent videos section */
.homepage-video-section {
    margin-top: 30px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
}
.homepage-video-section  .more-videos-btn {
    min-height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px 10px 20px;
}
.homepage-video-section  .more-videos-btn > a {
    /* display: inline-block;
    position: absolute;
    bottom: 58px;
    left: 75px;
    padding: 2px 8px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    border-radius: 6px;
    border: 1px solid #d5d5d5;
    color: #3498db;
    background-color: #fff;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
    font-weight: 400;
    font-family: cairo;   */
}



.homepage-latest-videos h1 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.homepage-latest-videos .video-description {

}

.homepage-latest-videos .video-container {
    padding: 10px;
    margin-bottom: 20px;
    min-height: 368px;
    overflow: hidden;
    background-color: #fff;
}

.homepage-latest-videos .video-container .video-wrapper {
    margin-bottom: 10px;
}


.homepage-latest-videos .video-description {
    height: 150px;
    overflow: hidden; 
}

.homepage-latest-videos .video-description > h2 {
    font-size: 20px;
    color: #272525;
    margin-bottom: 10px;
    height: 60px;
}
.homepage-latest-videos .video-description > p {
    font-size: 12px;
    color: #777;
    overflow: hidden;

}

/* end recent videos section */



/* start horizantal heading-section */


.horizantal-section-heading {
    border-right: 4px solid #007f5b;
    border-left-width: 0px;
    margin-right: 87px;

}

.horizantal-section-heading  h5 {
    font-family: Cairo;
    letter-spacing: 0px;
    text-align: right;
    padding: 6px;
    margin-right: 10px;
  }
/* end horizantal heading-section */


/* start gallery page style */
.gallery-page h1 {
    text-align: center;
    margin-bottom: 15px;
    color: #bbb;
    padding: 10px;
}

.gallery-container {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
}

.gallery-item {
    box-sizing: border-box;
    margin-bottom: 10px;
}

.gallery-item img {
    width: 100%;
    height: 200px !important;
    object-fit: cover;
    margin-bottom: 20px;
}

.mfp-image-holder .mfp-content {
    /* max-width: 75% !important; */
}

.mfp-gallery .mfp-image-holder .mfp-figure  {
    height: 300px !important;
}


/* Magnific Popup Custom Styles */
.mfp-close {
   
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close:hover  {
    cursor: pointer !important;
}
.mfp-close:hover {
    cursor: pointer;
}













/* end gallery page style */





/* start of statistics section */
.section-header h2 {
    font-size: 2.5em;
    margin-bottom: 10px;
    font-weight: bold;
    color: var(--main-color);

  }

  .section-header p {
    font-size: 1.25em;
    color: #555;
    margin-bottom: 20px;
  }

#research-statistics {
    margin-bottom: 0px;
}

  #research-statistics .card {
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease-in-out;
    width: 100%;
    
  }



/* Media query for mobile screens (max-width 767px) */
@media (max-width: 767px) {
    /* Set the card to a fixed max width */
    #research-statistics .card {
        width: 100% !important;
        margin: auto !important; /* Center the card */
    }
}


  #research-statistics .card:hover {
    transform: scale(1.05);
  }

  #research-statistics .card-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  #research-statistics .card-title {
    font-size: 1.25em;
    margin-bottom: 30px;
    color: #21212d;
  }

  #research-statistics .card-text {
    font-size: 1em;
    color: #555;
    margin-bottom: 15px;
  }

  #research-statistics .btn {
    background-color:#48bd62;
    border: none;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1em;
    border-radius: 5px;
    transition: background-color 0.2s ease-in-out;
  }

  #research-statistics .btn:hover {

      background-color: #2f2f2f;
      color: white

  }

/* end research style section */





/* start of testimonial section */
.testimonial-heading h2 {
    text-align: center;
    font-size: 2.5em;
    font-weight: bold;
    color: var(--main-color);
    /* font-family: 'Lora','serif'; */
    
  }

  .testimonial-heading p {
    font-size: 1.25em;
    color: #666;
    text-align: center;
    margin-bottom: 40px;
  }
  
@media (max-width: 768px) {

.testimonial-heading h2 {
  font-size: 22px;       /* good for mobile */
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
}
 .testimonial-heading p {
   font-size: 15px;
  line-height: 1.5;
  color: #555;
  text-align: center;
}

}





  .testimonial-heading span {
    display: block;
    font-size: 1.2em;
    color: #555;
  }
 .slick-slider {
    /* max-width: 600px; */
    max-width: 750px;
    margin: auto;
 } 

.testimonial-card {
    text-align: center;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex !important;
    flex-direction: column;
    align-items: center;
  }
  
  .testimonial-card img {
    border-radius: 50%;
    width: 155px;
    height: 150px;
    object-fit: cover;
    margin-bottom: 15px;
  }
  
  .testimonial-card h5 {
    margin: 10px 0 5px;
    font-size: 1.6em;
    font-weight: bold;
    color: var(--main-color);
  }
  
  .testimonial-card p.position {
    font-size: 0.9em;
    color: #777;
  }
  
  .testimonial-card p.quote {
    font-size: 1.3rem;
    font-style: italic;
    color: #555;
  }
  

/* end of testimonal section */




/* start of top publisher website */
.top-publishers-section {
   padding-top: 20px;
  }
.top-publishers-section .pub-sec-title {
    margin-bottom: 70px;
}

  .profile-image {
    height: 100px;
    width: 100px;
    object-fit: cover;
  }
  
  .author-name {
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 10px;
  }
  
  .position {
    font-size: 1em;
    color: #666;
    margin-bottom: 35px;
  }
  
  .research-count {
    font-size: 1.2em;
    margin: 10px 0;
  }
  
  .highest-research {
    transform: translateY(-30px);
  }
  

@media (max-width: 767px) {
    .highest-research {
        transform: translateY(0px);
      } 
}


  .badge {
    background-color: gold;
    border-radius: 50%;
    padding: 16px 13px;
    position: absolute;
    top: -16px;
    left: -14px;
  }
  
/* end of top publisher website */



/* .slick-slider .slick-track, .slick-slider .slick-list { direction: ltr; } */





/* start the category page style */
.category-page {
    text-align: center;

}
.category-page .card-img-top {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.category-page  .card-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Number of lines to display */
    -webkit-box-orient: vertical;
    height: 3.6em; /* Adjust based on line height */
}

/* end of the category page style */




/* start sdg-goal-details-card style */

.sdg-details-page-header{
    margin-top: 60px;
    margin-bottom: 40px;
    font-size: 28px;
    color: #102e5e;
    font-family: 'Adamina';
}
.goal-title {

    font-size: 22px;
    color: #102e5e;
    font-family: 'Merriweather', serif;
    font-weight: 700; /* Bold */
    border-left: 6px solid #f5b904 ;
    padding-left: 16px;
}
.goal-section > h3 {
    font-family: 'Lato', sans-serif;
    font-weight: 400; /* Regular */
    color: #102e5e;

}
.goal-section > p {
    font-family: 'Lato', sans-serif;
    font-weight: 400; /* Regular */
    color: #102e5e;


}


.goal-title > p {
    color: #999999;

}


.sdg-goal-details-card {
    
}
.sdg-goal-details-card  .card-img-top {
   max-width: 100%;
   height: 150px;
}

.sdg-goal-details-card  .card-body {
    padding: 10px;
}

.sdg-goal-details-card  .card-title {
    color: rgb(21, 28, 43);
   
    overflow-wrap: break-word;
}

.sdg-goal-details-card  .card-text {
    color: rgb(82, 90, 106);
}
.sdg-image-container {
    padding-left: 10px;
    padding-right: 10px;
   
   
}
.sdg-image-container a > img {
    border: 7px solid white;
}

/* end of sdg-goal-details-card style */













/* start introduction to the sdgs section */
#sdg-introduction {
    /* background: linear-gradient(135deg, #009688 0%, #004D40 100%); */
    background: linear-gradient(283deg, #4d02e496 0%, #099af4 100%);
    color: #fff;
    margin-bottom: 0px;
    margin-top: 0px;
}

#sdg-introduction .display-4 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

#sdg-introduction .lead {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}

.sdg-card {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    transition: transform 0.3s ease, background 0.3s ease;
}

.sdg-card:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.2);
}

.sdg-icon img {
    max-width: 50px;
    height: auto;
}

 .card-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin-top: 20px;
 
 
}
.custom-card-title {
    margin-bottom: 1.75rem;
    text-align: left;
    font-size: 45px;
}


.sdg-card .card-text {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    
}

.custom-card-text {
    font-size: 22px;
    text-align: left;
}

.btn-outline-light {
    border-color: #fff;
    color: #fff;
}
.btn-outline-light a {
    text-decoration: none;
      border-color: #fff;
    color: #fff;
}
.btn-outline-light a:hover {
    background-color: #fff;
    color: #004D40;
}

.row {
    margin-bottom: 1rem !important;
}

img.img-fluid {
    max-width: 100%;
    height: auto;
    border-radius: 15px;
}



/* end introduction to the sdgs section */




/* start code for category-news page */
.pagination {
    text-align: center;
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.pagination ul {
    display: inline-block;
    padding-left: 0;
    margin: 0;
    border-radius: 4px;
}

.pagination li {
    display: inline;
}

.pagination li a,
.pagination li span {
    position: relative;
    float: left;
    padding: 10px 15px;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
    text-decoration: none;
}

.pagination li a:hover {
    color: #0056b3;
    background-color: #e9ecef;
    border-color: #dee2e6;
}




.recent-post-section .more-news-btn {
    min-height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px 10px 20px;
}

.g-btn {
    background-color: #6bbe53;
    padding: 13px;
    border-radius: 4px;
    color: white;
    padding-left: 30px;
    padding-right: 30px;
}


/* end code for category-news page */




/* start style for events-activites page */
/* SDG Events & Activities Page Specific Styles */
.sdg-events-container {
    margin-top: 20px;
}

.sdg-events-title {
    font-size: 2.5em;
    color: #2c3e50;
}

.sdg-events-row {
    margin-top: 30px;
}

.sdg-event-card {
    border: 1px solid #ddd;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.sdg-event-img-top {
    height: 200px;
    object-fit: cover;
}

.sdg-event-card-body {
    padding: 20px;
}

.sdg-event-card-title {
    font-size: 1.25em;
    color: #2980b9;
}

.sdg-event-card-text {
    font-size: 1em;
    color: #7f8c8d;
}

.sdg-event-btn {
    background-color: #2980b9;
    border-color: #2980b9;
    color: #fff;
}

.sdg-event-btn:hover {
    background-color: #1a5276;
    border-color: #1a5276;
}

/* end style for event-activites page */


/* start policy page style */
.policy-section {
    padding: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    margin-bottom: 20px;
    background-color: #f9f9f9;
}

.policy-section h2 {
    color: #007bff;
}

.policy-section ul {
    list-style: none;
    padding-left: 0;
}

.policy-section ul li {
    padding: 5px 0;
    border-bottom: 1px solid #ddd;
}


/* SDG Policies Cards */
.sdg-card {
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    background-color: #f9f9f9;
    transition: box-shadow 0.3s ease;
}

.sdg-card:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.sdg-card-body {
    padding: 20px;
}

.sdg-card-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #007bff;
}

.sdg-card-text {
    font-size: 1rem;
    color: #333;
}

.sdg-card ul {
    padding-left: 0;
    list-style: none;
}

.sdg-card ul li {
    margin-bottom: 10px;
    font-size: 0.9rem;
}

.sdg-card ul li strong {
    font-weight: bold;
}

/* Two cards per row for larger screens */
@media (min-width: 768px) {
    .sdg-card {
        margin-bottom: 20px;
    }
}

/* end of policy page style */


/* start pulse section */
.pulse-section {
    background-color: rgb(236, 236, 236);
    min-height: fit-content;
    margin-bottom: 50px;
    margin-top: 100px;
    padding-top: 30px;
}
.Pulse-heading {
    text-align: center;
    margin-bottom: 60px;
}
.Pulse-heading  h2 {
    font-weight: bold;
    color: var(--main-color);
}




.pulse-section a {
    text-decoration: none;
    background-color: #ffffff82;
    padding: 9px;
    border-radius: 50%;
}

.pulse-section .pulse-box {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 350px;
    margin-bottom: 30px;
    background-color:#e7eaec;
    background-image: url(../imgs/planting.jpg);
    background-size:cover;
    background-repeat: no-repeat;
    border-radius: 12px;

}


.pulse-section .pulse-box .pulse {
    height: 120px;
    width: 120px;
    background-color: rgb(255, 255, 255);
    border-radius: 50%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.pulse-section .pulse-box .pulse i {
    color: #6bbe53;
    font-size: 30px;
}

.pulse-section .pulse-box .pulse:before,.pluse:after {
content: "";
position: absolute;
height: 100%;
width: 100%;
background-color: rgb(255, 255, 255);
z-index: 1;  
opacity: 0.7; 
border-radius: 50%;
}
.pulse-section .pulse-box .pulse:before {
    animation: pulse 2s ease-out infinite;
}
.pulse-section .pulse-box .pulse:after {
    animation: pulse 2s 1s ease-out infinite;
}
@keyframes pulse {
    100%{
        transform: scale(2.5);
        opacity: 0;
    }
}


.about-us-section {
    padding-left: 35px;
}


.about-us-section h2 {
    font-weight: bold;
    color: var(--main-color);
}

.about-us-section .about-us-section-desc {
    margin-bottom: 28px;
    margin-top: 20px;
    color: #666;
}

.list-item-warper {

}


.list-item-inner {
display: flex;
margin-top: 15px;
}
.list-item-inner span {
    background-color: #6abe52;
    margin-right: 10px;
    font-size: 15px;
    color: white;
    height: 20px;
    border-radius: 50%;
    width: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.list-item-inner .item-text {
      color: #666;
    
}



/* end pulse section */





/* start the child slik slider style */
/* Header */
/* Header */
header {
    position: relative;
    z-index: 1000;
    background: #fff;
}

/* Slider */
.custom-slider {
    position: relative;
    height: 500px;
    overflow: hidden; /* Prevent overflow of child elements */
    z-index: 1;
}

.custom-slider .slick-dotted.slick-slider {
    margin-bottom: 30px;
    border-radius: 12px;
}


.slider-background img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; /* Make the overlay fill the slider */
    z-index: 2;
background: linear-gradient(46deg, black, #000000a6);
    display: flex; /* Use flexbox to align items */
    align-items: center; /* Vertically center content */
    justify-content: space-between; /* Space out the left and right content */
    overflow: hidden; /* Prevent content from spilling out */
}

.slider-overlay .container {
    max-width: 100%; /* Ensure the container fits within the slider */
    padding: 0 15px; /* Adjust padding to control spacing */
}

.slider-overlay .row {
    width: 100%; /* Ensure the row takes full width of the container */
    margin: 0 auto; /* Center row within the container */
    align-items: center; /* Center items within the row */
}


/* Style for the title */
.slider-title {
    color: rgb(69, 158, 34);
    font-size: 2.5rem; /* Default size for large screens */
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 1.2;
}

/* Style for the description */
.slider-description {
    color: #ddd;
    font-size: 1.1rem; /* Default size for large screens */
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 1.5;
}

/* Responsive adjustments for smaller screens */
@media (max-width: 768px) {
    .slider-title {
        font-size: 2rem; /* Smaller size for mobile screens */
        line-height: 1.3; /* Adjust line height for readability */
    }

    .slider-description {
        font-size: 1rem; /* Adjust description text size for mobile */
        line-height: 1.4; /* Slightly tighter line spacing */
    }
}


/* Slick Slider */
/* Set a fixed height for the Slick Slider */
/* Ensure the slider has a fixed height and width */
.slick-slider-child {
   width: 100%;
    max-width: 600px;
    height: 350px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    /* background: #000; Background for empty space if aspect ratio differs */

}

.slick-slider-child .slide {
   width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.slick-slider-child .slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain; /* Maintain aspect ratio inside the box */
}

/* Adjustments for small screens */
@media (max-width: 768px) {
    .slick-slider-child {
        max-width: 100%; /* Use full width on smaller devices */
        height: 200px; /* Reduce height for smaller screens */
    }
}

/* end of the child slik slider style */


/* start of video section code */
.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 */
  height: 100%;
  overflow: hidden;
}

.video-container iframe,
.video-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 48px;
  color: white;
  background: rgba(0, 0, 0, 0.5);
  padding: 2px 4px;
  border-radius: 50%;
  pointer-events: none;
}

/* end ofvideo section code */


.hero-image img {
    width: 100%;                          /* Responsive width */
    height: clamp(500px, 40vh, 400px);    /* Responsive height with limits */
    object-fit: cover;                    /* Crop sides or top/bottom to fill box */
    border-radius: 0.5rem;                /* Optional: same as Bootstrap's "rounded" */
    object-position: center;

}



/* category-news page start style */


/* start cards section */
.category-news-page-section {
    min-height: 500px;
    margin-top: 30px;
    margin-bottom: 50px;
    padding-bottom: 10px;
    position: relative;

}

@media (min-width: 768px) {
    .category-news-page-section .category-news-page-section-container {
        display: grid;
        grid-template-columns: repeat(auto-fill,minmax(320px,1fr));
        gap: 20px;
        }
}




.category-news-page-section .category-news-page-section-container .artical {

    background-color: #fff;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
    /* padding-top: 10px;
    padding-bottom: 15px; */
    overflow: hidden;
    border-radius: 10px;

}
.category-news-page-section .artical .artical-img {
    height: 250px;
    display: block;
    overflow: hidden;
    text-decoration: none;
    
}




.category-news-page-section .artical .artical-img  img {
    height: 250px;
    max-width: 100%;
    transition:all  0.5s;
}

.category-news-page-section .artical .artical-img img:hover {
    /* transform: scale(1.1); */
   
}

.category-news-page-section .artical .artical-info {
    margin-top: 0px;
    padding: 15px;
}

.category-news-page-section .artical .artical-info hr {
    margin: 0px;
}

.category-news-page-section .artical .artical-info .artical-title {
    min-height: 67px;
    padding: 5px;
    overflow: hidden;
    font-size: 20px;
    margin-top: 10px;
  

}
.category-news-page-section .artical .artical-info .artical-title > a {
    text-decoration: none;
    font-size: 20px;
    color: #2e313e;
}


.category-news-page-section .artical  .artical-info .artical-excerpt {
    min-height: 100px;
    display: block;
    overflow: hidden;
    margin-top: 5px;
    color: #2e313e;
    font-size: 14px;
}
.category-news-page-section .artical  .artical-info .artical-date {
 font-size: 0.9em;
 color: #ffffff;
 margin-bottom: 20px; 
 cursor: default; 
 height: 50px;
 width: 50%;
 padding: 5px;
 border-radius: 4px;
margin: 10px auto;
display: none;
 background-color: var(--main-color-alt);
}
.category-news-page-section .artical  .artical-info .artical-date:hover {
    color: #fff;
    background-color: var(--main-color);
}




/* category-news page end style */




/* start gallery section style */
/* Gallery slider cards */
/* ----- Movie poster cards ----- */
.movie-card {
    width: 100%;
    height: 300px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 14px rgba(241, 237, 237, 0.35);
    transition: transform .3s ease;
}

.movie-card:hover { transform: scale(1.05); }

.movie-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Title overlay (bottom bar) */
.movie-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,.7);
    color: #fff;
    font-size: .9rem;
    padding: 6px 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/* Optional: style the dots */
/* .owl-theme .owl-dots .owl-dot span {
    background: #666;
}
.owl-theme .owl-dots .owl-dot.active span {
    background: #fff;
} */


/* end of gallery section style */


/* Scoped styles for afforestation department page */
.propagation-afforestation-page .department-image {
    max-height: 300px;
    object-fit: cover;
    width: 100%;
}

.propagation-afforestation-page .activity-card-img {
    max-height: 200px;
    object-fit: cover;
    width: 100%;
}

.propagation-afforestation-page .section-header {
    font-size: 2rem;
    font-weight: bold;
    border-bottom: 2px solid #ccc;
    padding-bottom: 10px;
}

.propagation-afforestation-page .activity-card .card-body {
    min-height: 140px;
    padding: 10px;
    display: block;
    padding-top: 15px;
}
.propagation-afforestation-page .activity-card .card-body .card-title a {
color: gray !important;
font-size: 18px;
}
.propagation-afforestation-page .department-intro-text {
   
}
.propagation-afforestation-page .department-intro-text p {
    font-size: 20px;
    color: gray;
    line-height: 33px;
    letter-spacing: 1px;
    font-family: sans-serif;
}
.propagation-afforestation-page .department-intro-text h3 {
    color: green;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .propagation-afforestation-page .section-header {
        font-size: 1.5rem;
    }

    .propagation-afforestation-page .department-intro-section .row {
        flex-direction: column-reverse;
    }
}



.horizontal-scroll {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 1rem;
  padding-bottom: 1rem;
}

.horizontal-scroll > div {
  flex: 0 0 auto;
  scroll-snap-align: start;
  width: 300px; /* fixed card width */
}







.counter-section {
  padding: 4rem 0;
  /* background: linear-gradient(to right, #e0f2f1, #ffffff); */
  background: linear-gradient(to right, #c3b8b824, #ffffff);
}


.counter-section  .counter-section-heading {
   margin-bottom: 50px;
   text-align: center;
}

.counter-section  .counter-section-heading h2 { 
    font-size: 2.5rem;
    font-weight: bold;
  
}

@media (max-width: 768px) {

 .counter-section  .counter-section-heading h2 {
  font-size: 22px;       /* good for mobile */
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
}
.counter-section  .counter-section-heading  p {
   font-size: 15px;
  line-height: 1.5;
  color: #555;
  text-align: center;
}

}











.counter-card {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  padding: 2rem;
  backdrop-filter: blur(10px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.counter-card:hover {
  transform: translateY(-8px);
}

.icon-circle {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto;
}





/* start style for partner sectoin  */

#partners {
    margin-bottom: 90px;
}


#partners .section-title {
font-size: 2.5rem;
font-weight: bold;
}


@media (max-width: 768px) {

#partners .section-title  {
  font-size: 22px;       /* good for mobile */
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
}
#partners p {
   font-size: 15px;
  line-height: 1.5;
  color: #555;
  text-align: center;
}

.owl-carousel .item {
  padding: 1px;
}

}





.grayscale-hover {
  filter: grayscale(100%);
  transition: 0.3s ease-in-out;
  opacity: 0.8;
  max-height: 80px;
  object-fit: contain;
  margin: auto;
}
.grayscale-hover:hover {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.05);
}
.owl-carousel .item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  
}

.partner-carousel-wrapper {
  position: relative;
  padding: 0 50px; /* space for arrows */
}

.custom-prev,
.custom-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 40px;
  height: 40px;
  background-color: #f0f0f0;
  border: none;
  border-radius: 50%;
  font-size: 1.4rem;
  color: #333;
  transition: 0.3s;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.custom-prev:hover,
.custom-next:hover {
  background-color: #e0e0e0;
}

.custom-prev {
  left: 0;
}

.custom-next {
  right: 0;
}

/* Owl Dots Styling */
.owl-theme .owl-dots .owl-dot {
    /* background-color: red; */
}
#partner .owl-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #000000;
  border-radius: 50%;
  margin: 0 5px;
  transition: background 0.3s ease;
}






/* Hide arrows on mobile */
@media (max-width: 768px) {
  .custom-prev, .custom-next {
    display: none !important;
  }
}


/* end style for partner section */



/* TIMELINE SECTION STYLES */
.timeline-wrapper {
  background: #f7f9fc;
  padding: 4rem 2rem;
}

.timeline-heading {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 3rem;
}

.timeline {
  position: relative;
  max-width: 800px;
  margin: auto;
}

.timeline::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 4px;
  height: 100%;
  background: #ccc;
}

.timeline-event {
  position: relative;
  background: white;
  border-radius: 10px;
  padding: 1rem;
  margin: 2rem 0;
  width: 45%;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease-out;
}

.timeline-event.visible {
  opacity: 1;
  transform: translateY(0);
}

.timeline-event.left {
  left: 0;
}

.timeline-event.right {
  left: 55%;
}

.timeline-event::before {
  content: '';
  position: absolute;
  top: 1rem;
  width: 20px;
  height: 20px;
  background: #4e73df;
  border-radius: 50%;
  border: 4px solid #fff;
  z-index: 1;
}

.timeline-event.left::before {
  right: -10px;
}

.timeline-event.right::before {
  left: -10px;
}

.timeline-event h3 {
  margin-top: 0;
  color: #333;
}

.timeline-event p {
  margin: 0.5rem 0 0;
  color: #555;
}

@media screen and (max-width: 768px) {
  .timeline::after {
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    height: 100%;
    z-index: 0; 
  }

  .timeline-event {
    width: 90%;
    margin: 4rem auto;
    left: 0 !important;
    text-align: center;
    position: relative;
    z-index: 1;
    background: white;
  }

  .timeline-event.left::before,
  .timeline-event.right::before {
    left: 50%;
    transform: translateX(-50%);
    top: -1rem;
  }

  .timeline-event::before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background: #4e73df;
    border-radius: 50%;
    border: 4px solid #fff;
    z-index: 2;
  }
}


/* end of timeline section */




.wind-section {
  
    padding-top: 180px !important;
    padding-bottom: 120px !important;
    overflow: hidden;
    background-color: #000000;
    color: #ffffff;
    background-image: url("../imgs/dark-wall.png");
    object-fit: cover;
   

}


.wind-section-heading {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
padding: 33px;

}
.wind-section-heading  h2 {
    font-weight: bold;
    margin-bottom: 10px;
    color: black;
    text-align: center;
}

.wind-section-heading  p {
    color: black;
}


@media (max-width: 768px) {

 .wind-section-heading  h2 {
  font-size: 22px;       /* good for mobile */
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
}
.wind-section-heading  p {
   font-size: 15px;
  line-height: 1.5;
  color: #555;
  text-align: center;
}

}

.wind-section .wind-title {
      font-size: 50px;
    margin-bottom: 30px !important;
    /* color: green; */
    color: #51ff51 !important;
}





.wind-turbine {
  position: relative;
  width: 250px;
  height: 250px;
}

.wind-stand {
  width: 100%;
  position: absolute;
  z-index: 1;
}

.wind-blade {
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

/* دوران الشفرات */
.rotating {
  animation: spin 18s linear infinite;
}

@keyframes spin {
  from { transform: translateX(-50%) rotate(0deg); }
  to   { transform: translateX(-50%) rotate(360deg); }
}

/* تخصيص موضع الشفرات */
.wind-blade-1 {    
    top: -172px;
    width: 443px;}

.wind-blade-2 {      top: -172px;
    width: 443px;
    /* right: 17px; */
    left: 201px;}

/* (اختياري) تخصيص موضع القواعد أيضًا إن احتجت */
.wind-stand-1 { 
        width: 400px;
    top: -52px;
    right: -72px;
}
.wind-stand-2 {width: 400px;
    top: -52px;
     }








/* 
.stacky-section {
  position: relative;
  z-index: 0;

}

.stacky-card {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem;
  z-index: 1;
}

.stacky-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6); 
  z-index: 0;
}

.overlay-content {
  position: relative;
  z-index: 1;
  max-width: 700px;
  margin: 0 auto;
}


.card-1 {
  background-image: url('../imgs/pollution.jpg');
}
.card-2 {
  background-image: url('../imgs/industrial.jpg');
}
.card-3 {
  background-image: url('../imgs/forest.jpg');
}


.overlay-content h2 {
  font-size: 2.5rem;
}

.overlay-content p {
  font-size: 1.2rem;
}


@media (max-width: 768px) {
  .overlay-content h2 {
    font-size: 1.8rem;
  }

  .overlay-content p {
    font-size: 1rem;
  }
} */





.stacky-section { position:relative;
    margin-top: 50px;

}

.stacky-section .stack-section-heading {

padding: 10px;
}
.stacky-section .stack-section-heading h2 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-top: 10px;
}
.stacky-section .stack-section-heading p {

}

@media (max-width: 768px) {

.stacky-section .stack-section-heading h2 {
  font-size: 22px;       /* good for mobile */
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
}
.stacky-section .stack-section-heading p {
   font-size: 15px;
  line-height: 1.5;
  color: #555;
  text-align: center;
}

}







.stacky-card {
  position: sticky; top:0;
  width:100%; height:100vh;
  background-size:cover; background-position:center;
  display:flex; align-items:center; justify-content:center;
}
.step1 { background-image:url('../imgs/stacky/step1.jpg'); }
.step2 { background-image:url('../imgs/stacky/step2.jpg'); }
.step3 { background-image:url('../imgs/stacky/step3.jpg'); }
.step4 { background-image:url('../imgs/stacky/step4.jpg'); }

.overlay {
  position:absolute; inset:0;
  background:rgba(0,0,0,0.5);
}
.content {
  position:relative; z-index:2;
  opacity:0; transform:translateY(30px);
  transition: opacity 0.8s, transform 0.8s;
  max-width:800px; padding:1rem;
}
.stacky-card.visible .content {
  opacity:1; transform:translateY(0);
}





 /* body, html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  scroll-behavior: smooth;
} */

/* ✅ الحاوية الرئيسية: Scroll snapping */
/* .stacky-section {
  height: 100vh;
  overflow-y: scroll;
  scroll-snap-type: y mandatory;
  -webkit-overflow-scrolling: touch;
}

.stacky-card {
  scroll-snap-align: start;
  position: relative;
  min-height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.step1 { background-image: url('../imgs/stacky/step1.jpg'); }
.step2 { background-image: url('../imgs/stacky/step2.jpg'); }
.step3 { background-image: url('../imgs/stacky/step3.jpg'); }


.overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

.content {
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: center;
  max-width: 800px;
  padding: 2rem 1rem;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.stacky-card.visible .content {
  opacity: 1;
  transform: translateY(0);
}


@media (max-width: 768px) {
  .content {
    padding: 1.5rem 1rem;
  }

  .stacky-card {
    background-size: cover;
    background-position: center center;
  }
} */






/* .monitor {
  position: relative;
  background: #ccc; 
  border-radius: 15px;
  padding: 1rem;
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
  overflow: hidden;
  max-width: 100%;
  aspect-ratio: 16 / 9; 
}


.screen {
  background: #000;
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.monitor::before,
.monitor::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: #999;
}

.monitor::before {
  width: 60px;
  height: 20px;
  bottom: -25px;
  border-radius: 10px;
}

.monitor::after {
  width: 120px;
  height: 10px;
  bottom: -35px;
  border-radius: 5px;
  background: #888;
} */

/* Wrapper ensures base isn't cut off */

#eco-monitor-video {
 
    padding-top: 30px;
    margin-top: 60px;
    /* background-color: #2e5339; */
    color: #000000;
    /* background-color: #2c2b2bf5; */
  /* background: linear-gradient(177deg, #000000, #00000078 50%, #000000); */

}


#eco-monitor-video  .text-content-column {
    padding-top: 30px;
}

#eco-monitor-video  .text-content-column  h2 {
    margin-bottom: 20px;
     text-align: left;
     font-weight: bold;
}
#eco-monitor-video  .text-content-column p {
    text-align: left;
}


@media (max-width: 768px) {

#eco-monitor-video  .text-content-column  h2 {
  font-size: 22px;       /* good for mobile */
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
}
#eco-monitor-video  .text-content-column p {
   font-size: 15px;
  line-height: 1.5;
  color: #555;

}

}




.monitor-wrapper {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding-bottom: 100px; /* Space for base */
  display: flex;
  justify-content: center;
}

/* Monitor screen frame */
.monitor {
  position: relative;
  background: #ccc;
  border-radius: 15px;
  padding: 15px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
  overflow: hidden;
  max-width: 100%;
  aspect-ratio: 16 / 9;
  z-index: 2;
}

@media (min-width: 768px) {
  .monitor {
    /* Your mobile-specific styles here */
    width: 450px
  }
}

@media (max-width: 768px) {
  .monitor {
    /* Your mobile-specific styles here */
    width: 300px
  }
}



/* Actual screen for video */
.screen {
  background: #000;
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.screen video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/* Monitor neck (stand) */
.monitor-wrapper::before {
        content: '';
    position: absolute;
    bottom: 54px;
    left: 50%;
    transform: translateX(-50%);
    width: 18px;
    height: 62px;
    background: #cccccc;
    /* border-radius: 10px; */
    box-shadow: 0 0 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Monitor base */
.monitor-wrapper::after {
        content: '';
    position: absolute;
    bottom: 36px;
    left: 50%;
    transform: translateX(-50%);
    width: 149px;
    height: 18px;
    background: #cccccc;
    border-radius: 9px 9px 0 0;
    /* box-shadow: 0 2px 1px rgba(0, 0, 0, 0.3); */
    z-index: 0;
}

/* Ensure object-fit works consistently */
.object-fit-cover {
  object-fit: cover;
}

















.outer-sdg-sections-contianer {
    
    padding: 20px;
   /* background: linear-gradient(283deg, #4d02e496 0%, #099af4 100%); */
   /* background: linear-gradient(283deg, #e402029e 0%, #099af4 100%); */
   /* background: linear-gradient(283deg, #e40202e8 0%, #099af4 100%); */
   /* background: linear-gradient(269deg, #e402026b 0%, #099af4 100%); */
   background-color: hsl(0, 0%, 93%);
}


/* Start intro section */
.sdg-section {
  padding: 80px 0;
  /* background-color: #f8f9fa; */
  /* background: linear-gradient(283deg, #4d02e496 0%, #099af4 100%); */
  color: rgb(30, 30, 30);
}

@media (max-width: 768px) {
  .sdg-text {
    text-align: center;
    margin-bottom: 1rem;
    
  }
}

.sdg-text > ul {
    list-style: none;
    text-align: left;
    padding: 0px;

}

.sdg-text > ul li {
   margin-bottom: 1rem;
   
}


.sdg-section-heading {
  /* background: linear-gradient(283deg, #4d02e496 0%, #099af4 100%); */
  color: rgb(30, 30, 30);
  text-align: center;
  padding-top: 40px;
}
.sdg-section-heading h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
   
}

.sdg-section-heading p {
    margin: 0px;
}




.importance-section  img  {
   height: 350px !important;
}

.arab-universities-section img {
     height: 350px !important;
}





.sdg-badge {
    display: inline-block;
    padding: 4px 10px;
    margin: 2px 4px 2px 0;
    border-radius: 12px;
    font-size: 0.85rem;
    color: white;
    text-decoration: none;
    transition: background 0.3s;
}

/* SDG Colors */
.goal-1-no-poverty { background-color: #e5243b; }
.goal-2-zero-hunger { background-color: #dda63a; }
.goal-3-good-health-and-well-being { background-color: #4c9f38; }
.goal-4-quality-education { background-color: #c5192d; }
.goal-5-gender-equality { background-color: #ff3a21; }
.goal-6-clean-water-and-sanitation { background-color: #26bde2; }
.goal-7-affordable-and-clean-energy { background-color: #fcc30b; color: black; }
.goal-8-decent-work-and-economic-growth { background-color: #a21942; }
.goal-9-industry-innovation-and-infrastructure { background-color: #fd6925; }
.goal-10-reduced-inequality { background-color: #dd1367; }
.goal-11-sustainable-cities-and-communities { background-color: #fd9d24; }
.goal-12-responsible-consumption-and-production { background-color: #bf8b2e; }
.goal-13-climate-action { background-color: #3f7e44; }
.goal-14-life-below-water { background-color: #0a97d9; }
.goal-15-life-on-land { background-color: #56c02b; }
.goal-16-peace-justice-and-strong-institutions { background-color: #00689d; }
.goal-17-partnerships-for-the-goals { background-color: #19486a; }

.sdg-badge:hover {
    background-color: #d2e3fc;
}




/* start category-news page style */
.all-news-page {
   
}

.all-news-page > h1{
   color: hwb(236 20% 0%);
   font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
   font-weight: 600;
}


.card-wrap {
  
}

.card-wrap  .card-img-top {
   min-height: 300px !important;
}


.card-wrap  .all-news-title {
    padding: 10px;
}

.card-wrap  .all-news-title a {

    color: #0010ffd6;
    font-size: 16px;
    font-weight: 200;
}

/*end category-news page style  */




/* start sdg-slider  */


.sdg-slider-section {
  position: relative;
  overflow: hidden;
  width: 100vw;           /* Full viewport width */
  margin: 0;
  padding: 0; }

.sdg-slider {
  text-align: center;
  color: white;
    width: 100vw;
  max-width: 100%;
}

 
.slide {
  padding: 70px 20px;
  min-height: 400px;
  z-index: 3;
  
      display: flex !important;
    background: #e5243b;
    /* flex-direction: column; */
    align-items: center;
    justify-content:space-evenly;

}

@media (max-width: 768px) {
  .slide {
    /* Your mobile-specific styles here */
  min-height: fit-content;
   flex-direction:column-reverse;

  }

  .slide .left-box {
    min-width: 50%;
    margin-bottom: 30px;
}
}





.slide .left-box {
    min-width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.slide .right-box {
     display: flex;
    align-items: center;
    justify-content: center;
}


.slide h1 {
  font-size: 2.5rem;
  margin-top: 20px;
}

.slide p {
  font-size: 1.2rem;
  max-width: 600px;
  margin: 20px auto;
}

.sdg-icon {
    /* width: 100px; */
    max-width: 65%;
    animation: fadeInUp 1s ease forwards;
    background-color: #0000006b;
    border-radius: 4px;
}

.cta-btn {
  background: white;
  color: #333;
  padding: 12px 25px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s;
}

.cta-btn:hover {
  background: #eee;
}

/* SDG colors */
.slide-sdg1 {
  background: #e5243b;
}
.slide-sdg9 {
  background: #f36d25;
}
.slide-sdg13 {
  background: #3f7e44;
}

/* Wave */
.wave-container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  overflow: hidden;
  line-height: 0;
  direction: ltr !important;
  z-index: 2;
}

@media (max-width: 768px) {
  .wave-container {
    /* Your mobile-specific styles here */
  bottom: 0px;
  }
}






.wave {
  position: absolute;
  width: 200%;
  height: 100%;
  animation: waveMove 10s linear infinite;
}

.wave2 {
  opacity: 0.5;
  animation-duration: 18s;
  z-index: 1;
}

@keyframes waveMove {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}



/* end sdg-slider */





html[dir="rtl"] .slick-slide {
  float: right !important;
}


/* start preloading logo */

/* Preloader Container */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* Logo Styling - you can control size here */
#preloader-logo {
  width: 600px; /* ← تحكم في حجم الشعار من هنا */
  height: 400px;
  opacity: 0;
  filter: blur(10px);
}

@media (max-width: 768px) {
  #preloader {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;

    height: calc(100vh - 300px);
  }
#preloader-logo {
  width: 250px;
  height: auto; /* ← تحكم في حجم الشعار من هنا */

}
}






/* end of preloading logo */




/* Wrapper */

/* Wrapper */
.goal-section {
  margin: 1rem 0;
  padding: 1rem;
}

/* Heading */
.goal-heading {
  font-size: 1.8rem;   /* easily change size */
  color: #2c3e50;      /* change heading color */
  text-align: left;    /* or right for RTL */
  margin-bottom: 1rem;
}

/* List styling */
.goal-list {
  list-style: none; /* remove default bullets */
  padding: 0;
  margin: 0;
}

/* Individual items */
.goal-item {
  margin-bottom: 1.5rem;
  border-left: 4px solid #27ae60; /* decorative accent */
  padding-left: 1rem;
}

/* Goal title */
.goalTitle {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  color: #27ae60; /* green accent */
  margin-bottom: 0.5rem;
}

/* Goal description */
.goal-text {
  font-size: 1rem;
  color: #555; /* body text color */
  line-height: 1.6;
  text-align: justify; /* or left/right depending on language */
 
}
