@import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900");


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  max-width: 100%;
}

body, h1, h2, h3, h4, h5, h6 {
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

::selection { 
    background-color: #0077ff;
    color: #e9eaea;
  }

  html {
  scroll-behavior: smooth;
}

:root {
  --bgcolor: #0077ff;
}

* {
  margin: 0;
  padding: 0;
}


.hero {
    position: relative;
    width: 100%;
    height: 88vh;
    overflow: hidden;
    margin-bottom: 50px;
}

.slider {
    width: 100%;
    height: 100%;
    position: relative;
}

.slide {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.slide.active {
    opacity: 1;
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.slider-nav {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 20px;
    z-index: 10;
}


.dots {
    display: flex;
    gap: 10px;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot.active {
    background: #00ffff;
    transform: scale(1.2);
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.page-header {
  background-color: #0077ff;
  padding: 8px;
  display: flex;
  justify-content: space-between;
  position: sticky;
  z-index: 999;
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
}

.logo {
  color: white;
  align-self: center;
  margin-right: 20px;
}

.lan {
  font-size: 20px;
  color: #ffffff;
  align-self: center;
}

.lan a {
  color: white;
  padding: 1.5rem;
  cursor: pointer;
  text-decoration: none;
  font-size: 18px;
}

.nav-bar {
  margin: auto;
}

.nav-bar a {
  color: white;
  padding: 1.5rem;
  cursor: pointer;
  text-decoration: none;
  font-size: 18px;
}

.menu-icon {
  color: white;
  cursor: pointer;
  display: none;
}

.button {
  font-size: 1rem;
  border: 1px solid black;
  border-radius: 5px;
  padding: 0.9rem;
}

.banner {
    background-image: url(../images/banner-3.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100vh;
}

.container h1 {
  font-family: Roboto, sans-serif;;
  font-weight: 700;
  font-size: 40px;
  line-height: 60px;
  letter-spacing: 1px;
  margin-bottom: 20px;
  margin-top: 10px;
  color: #191a20;
  text-align: center;
}

.container p {
  font-weight: 400;
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 50px;
  margin-top: 20px;
  color: #191a20;
  text-align: center;
  text-align: justify;
  text-align-last: center;
  padding: 0px 14%;
}

.pic {
width: 10%;
}

.pic-ctn {
  width: 100vw;
  height: 200px;
 
}

@keyframes display {
  0% {
    transform: translateX(200px);
    opacity: 0;
  }
  10% {
    transform: translateX(0);
    opacity: 1;
  }
  20% {
    transform: translateX(0);
    opacity: 1;
  }
  30% {
    transform: translateX(-220px);
    opacity: 0;
  }
  100% {
    transform: translateX(-200px);
    opacity: 0;
  }
}

.cards-wrapper {
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: -120px;
    padding: 0 20px 50px 20px;
    flex-wrap: wrap;
    cursor: pointer;        
}

.cards-wrapper2 {
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: center;
    gap: 30px;
    padding: 0 20px 50px 20px;
    flex-wrap: wrap;
    cursor: pointer;
}

.card {
    background: #fff;
    width: 300px;
    min-height: 250px; 
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 30px 20px;
    transition: transform 0.3s;
    font-family: Roboto, sans-serif;
    font-size: 17px;
    color: #191a20;
    line-height: 1.5;
    font-weight: 500;
}


.card2 {
    background: #fff;
    width: 300px;
    min-height: 150px;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 30px 20px;
    transition: transform 0.3s;
    font-family: Roboto, sans-serif;
    font-size: 17px;
    color: #191a20;
    line-height: 1.5;
    font-weight: 500;
}

.card:hover {
    transform: translateY(-10px);
    background: #0077ff;
    color: #ffffff;
}

.card2:hover {
    transform: translateY(-10px);
    background: #0077ff;
    color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
}
.card-icon {
    margin-bottom: 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
              
.card-title {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: Roboto, sans-serif;
}

.card-text {
    font-size: 17px;
    color: #191a20;
    line-height: 1.5;
    font-weight: 500;
}

.icon-container {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cta-section {
    position: relative;

    min-height: 400px; 
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 60px 20px;
    margin-top: 10vh;    
    background: linear-gradient(#0077ffc2, #003e85c0),
    url('../images/bg2.jpg') no-repeat center center/cover;
    background-attachment: fixed;
}

.cta-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    color: var(--text-white);
}

.cta-title {
    font-family: Roboto, sans-serif;;
    font-weight: 700;
    font-size: 40px;
    line-height: 60px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    color: #ffc20e;
    text-align: center;
    border-radius: 2px;
}

.cta-text {
    font-weight: 400;
    font-size: 25px;
    line-height: 35px;
    color: #ffffff;
    text-align: center;

}

@media (max-width: 768px) {
    .cta-title {
        font-size: 1.8rem;
    }
    
    .cta-text {
        font-size: 1rem;
        padding: 0 10px;
    }
    
    .cta-section {
        min-height: 350px;
    }
}

.news-section {
    padding: 80px 20px;
    background-color: #fff;
    text-align: center;
}

.section-header { margin-bottom: 50px; }
.section-title {
    color: var(--primary-blue);
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 10px;
}
.section-subtitle { color: var(--text-gray); font-size: 1.1rem; }

.posts-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    max-width: 1200px;
    margin: 0 auto;
}

.post-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #eee;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    text-align: right; 
    height: 100%;
}

.post-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.post-img-link {
    display: block;
    height: 200px;
    overflow: hidden;
    position: relative;
}

.post-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.post-card:hover .post-img {
    transform: scale(1.05);
}

.fb-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #fff;
    color: var(--fb-color);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.post-content {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.post-date {
    font-size: 0.8rem;
    color: var(--text-gray);
    margin-bottom: 10px;
    display: block;
    text-align: left;
}

.post-text {
    font-size: 0.95rem;
    color: var(--text-dark);
    line-height: 1.6;
    margin-bottom: 20px;
    flex-grow: 1; 
    text-align: left;
}

.read-more-btn {
    text-decoration: none;
    color: var(--primary-blue);
    font-weight: 700;
    font-size: 0.9rem;
    display: inline-flex;
    gap: 8px;
    align-self: flex-end;
    transition: gap 0.3s;
}

.read-more-btn:hover {
    gap: 12px;
    color: #0077ff;
}

@media (max-width: 768px) {
    .section-title { font-size: 1.8rem; }
    .posts-grid { gap: 20px; padding: 0 10px; }
}

.pic-ctn {
  position: relative;
  margin-bottom: 25vh;
}

.pic-ctn > img {
  position: absolute;
  top: 0;
  left: calc(50% - 100px);
  opacity: 0;
  animation: display 10s infinite;
}

img:nth-child(2) {
  animation-delay: 2s;
}
img:nth-child(3) {
  animation-delay: 4s;
}
img:nth-child(4) {
  animation-delay: 6s;
}
img:nth-child(5) {
  animation-delay: 8s;
}
img:nth-child(6) {
  animation-delay: 10s;
}
img:nth-child(7) {
  animation-delay: 12s;
}
img:nth-child(8) {
  animation-delay: 14s;
}

 :root {
    --item-width: 250px;
    --item-count: 7; 
    --total-items: 14; 
    --track-total-width: calc(var(--item-width) * var(--total-items)); 
    --loop-distance: calc(var(--item-width) * var(--item-count));
    --animation-speed: 18s;
    --logo-height: 100px;
    --gradient-width: 100px;
}

  @keyframes infiniteLoop {
      0% { transform: translateX(calc(-1 * var(--loop-distance))); } 
      100% { transform: translateX(0); }
  }

.infinite-slider-viewport {
    background: white;
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, .125);
    height: 100%;
    margin: auto;
    overflow:hidden;
    position: relative;
    max-width: 80%; 
    width: 60%; 
    border: 1px solid #f0f0f0;
    border-radius: 20px;
    margin-bottom: 15vh;
    margin-top: 15vh;
}


.infinite-slider-viewport::after {
    right: 0;
    top: 0;
    background: linear-gradient(to left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}
.infinite-slider-viewport::before {
    left: 0;
    top: 0;
    background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}

.slider-track {
    animation: infiniteLoop var(--animation-speed) linear infinite;
    display: flex;
    width: var(--track-total-width); 
    will-change: transform; 
}

.slider-item {
    height: var(--logo-height);
    width: var(--item-width); 
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-right: 0px solid #eee;
}

.logo-image {
    max-width: 80%;
    max-height: 80%;
    object-fit: contain; 
    filter: grayscale(100%) opacity(70%); 
    transition: filter 0.3s;
}

.slider-item:hover .logo-image {
    filter: grayscale(0%) opacity(100%); 
}

.container-b {
    display: flex;
    justify-content: center;
    align-items: flex-start; 
    gap: 5vh; 
    max-width: 100vh; 
    margin: 0 auto;    
}

.container-b h1 {
    font-family: Roboto, sans-serif;;
    font-weight: 500;
    font-size: 28px;
    line-height: 50px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    margin-top: 10px;
    color: #ffa600;
    text-align: center;
}

.container-2 h1 {
    font-family: Roboto, sans-serif;;
    font-weight: 500;
    font-size: 30px;
    line-height: 50px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    color: #191a20;
    text-align: center;
}

.box {
    background-color: white;
    border: 1px solid #f0f0f0; 
    padding: 20px;
    height: 150px; 
    flex-grow: 1; 
    flex-basis: 0; 
    text-align: center;
    line-height: 40px; 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
    color: #333;
    font-weight: bold;
    border-radius: 20px;
}
.container-b :hover {
    background-color: #ffae000a;
}

footer {
    margin-top: 30px;
    background-image: url(../images/footer-bg2.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    width: 100%;
    text-align: center;
    padding-bottom: 30px;
    padding-top: 20vh;
}

footer .sub-footer p2 {
    font-family: Roboto, sans-serif;;
    font-weight: 700;
    font-size: 18px;
    color: #FFF;
    font-weight: 300;
    text-align: center;
}

 .contact-section {
    padding: 20px 20px;
    background-color: var(--bg-light);
    display: flex;
    justify-content: center;
}

.container-c {
    width: 100%;
    max-width: 1200px;
}

.section-title-2 {
    text-align: center;
    color: var(--primary-blue);
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 40px;
    position: relative;
}

.contact-wrapper {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

.contact-info-box {
    flex: 1;
    min-width: 350px;
    padding: 50px;
    background-color: #fff;
    color: var(--text-dark);
    z-index: 2;
}

.contact-info-box h3 {
    color: var(--primary-blue);
    font-size: 25px;
    margin-bottom: 10px;
    border-bottom: 3px solid var(--accent-yellow);
    display: inline-block;
    text-align: center;
}

.contact-list {
    list-style: none;
    margin-top: 30px;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}

.icon-box {
    background-color: #0077ff;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    margin-right: 20px;
    transition: 0.3s;
}

.contact-item:hover .icon-box {
    background-color: #ffc20e;
    color: #fff;
}

.details h4 {
    font-size: 20px;
    margin-bottom: 5px;
    color: var(--primary-blue);
    text-align: left;
}

.details p {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.6;
}

.map-container {
    flex: 1.2; 
    min-width: 350px;
    position: relative;
    min-height: 400px;
}

.map-frame {
    width: 100%;
    height: 100%;
    border: none;
}

@media (max-width: 700px) {

    .map-container {
        height: 500px; 
        order: 2; 
    }

    .contact-info-box {
        padding: 15px;
        order: 1;
    }
}


.container-f{
  max-width: 650px;
  height: 550px;
  background: #fff;
  margin: 20px auto;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  padding: 40px;
  border-radius: 20px;
  border: 1px solid #f0f0f0;
}

.container-f p{
  text-align: center;
  letter-spacing: 1px;  
  font-size: 35px;
  margin-bottom: 30px;
  color: #191a20;
}

.input,
.msg .area{
  font-family: Roboto, sans-serif;;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  margin-bottom: 25px;
  border: 2px solid #e9eaea;
  font-size: 14px;
  border-radius: 5px;
  outline: none;
  transform: all 0.5s ease;
}

.login .input{
  width: 48%;
  float: left;
  margin-right: 4%;
}

.login .input:last-child{
  margin-right: 0;
}

.msg .area{
  height: 150px;
}

.btn{
  width: 250px;
  background: #0077ff;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 15px;
  margin: 0 auto;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
}

.btn:hover {
  background: #ffc20e;

}

.input:focus,
.msg .area:focus{
  border: 1px solid #8f8f8f;
}

@media screen and (max-width: 700px) {

.slide img {
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 22vh;
}

.dot {
display: none;
}
.dots {
display: none;
}

  .nav-bar {
    background-color: #1c86ff;
    display: none;
    position: absolute;
    top: 3.7rem;
    left: 0;
    width: 100%;
    text-align: center;
  }
 
  .nav-bar.responsive {
    display: block;
  }

  .nav-bar a {
    display: block;
  }

  .menu-icon {
    display: block;
    z-index: 1;
    margin-top: 10px;
  }

  .button {
    padding: 0.4rem;
  }
 
  .container h1 {
  margin-top: -700px;
  font-weight: 700;
  font-size: 30px;
  line-height: 60px;
  color: #191a20;
  text-align: center;
}

.banner {
    background-image: url(../images/banner-3.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 25vh;
}

.pic {
width: 30%;
}

.pic-ctn > img {
  position: absolute;
  top: 0;
  left: calc(60% - 100px);
  opacity: 0;
  animation: display 10s infinite;
}

img:nth-child(2) {
  animation-delay: 2s;
}
img:nth-child(3) {
  animation-delay: 4s;
}
img:nth-child(4) {
  animation-delay: 6s;
}
img:nth-child(5) {
  animation-delay: 8s;
}
img:nth-child(6) {
  animation-delay: 10s;
}
img:nth-child(7) {
  animation-delay: 12s;
}
img:nth-child(8) {
  animation-delay: 14s;
}

.container-b {
    display: flex;
    justify-content: center;
    align-items: flex-start; 
    gap: 2vh; 
    max-width: 70vh; 
    padding: 15px;
}

.container-b h1 {
  font-family: Roboto, sans-serif;;
  font-weight: 500;
  font-size: 24px;
  line-height: 50px;
  color: #ffa600;
  text-align: center;
}

.infinite-slider-viewport {          
  width: 80%;            
}

footer .sub-footer p2 {
  font-size: 12px;  
}

.cards-wrapper {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: -600px;
  flex-wrap: wrap;
  cursor: pointer;
}

}