﻿

    body {
       font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
    }
  
	  
    .navbar {
      background-color: #004d4d;
    }
    .navbar-nav .nav-link {
      color: #fff !important;
      font-weight: 500;

    }
    .navbar-nav .nav-link:hover {
      text-decoration: underline;
    }

		  
	.menu-tab .nav-item {
  position: relative;
  padding: 0 10px; 
}

.menu-tab .nav-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 25%;
  height: 50%;
  border-right: 1px solid #ffc107;
}   

    .hero {
      background-color: #00796b;
      color: #fff;
      padding: 60px 0;
    }
    .hero h1 {
      font-weight: 700;
      font-size: 2.5rem;
    }
    .hero p {
      font-size: 1.2rem;
    }
    .hero .btn {
      margin-right: 10px;
      font-weight: 600;
    }

	 ul.navbar-nav.menu-tab {
    position: absolute;
    top: 68px;
}
	  
	  i.bi.bi-search {
    color: #f7cb49;
    font-size: 18px;
    font-weight: 700;
}
	  
	    .top-section {
      background-color: #146164;
      color: #fff;
      padding: 20px 0;
    }
	  
/*	  .banner-content
	  {
		  
		  padding-left:150px;
	  }*/
	  
    .banner-content h1 {
       font-size: 2.6rem;
    font-weight: 700;
}
    
	  .h5, h5 {
    font-size: 1.2rem;
}
    .banner-content p {
        margin-bottom: 25px;
    font-size: 1.2rem;
    }
	  
	button#searchToggle {
    background-color: #fff;
    border-radius: 50%;
    width: 36px;
    height: 36px;
		border: solid 2px #f7cb49;
}  
	  
	  
.banner-buttons .btn {
    margin-right: 10px;
    border-radius: 0;
    padding: 5px 28px;
    font-weight: 500;
    color: #212121;
}
    .banner-img {
      max-width: 100%;
      height: auto;
    }
   
    @media (max-width: 768px) {
      .banner-content {
        text-align: center;
		          padding-left: 0;
      }
      .banner-buttons {
        justify-content: center;
      }
		
		ul.navbar-nav.menu-tab.d-flex.mob {
    position: initial;
    background-color: #000;
}
		.menu-tab .nav-item:not(:last-child)::after
		{border: none}
		
i.mobile-nav-toggle.d-xl-none.bi.bi-list {
    font-size: 28px;
    line-height: 0;

    cursor: pointer;
    transition: color 0.3s;
    color: #000;
}
		
    }


.about-list {
    padding-left: 18px;
    margin-bottom: 15px;
}

    .about-list li {
        margin-bottom: 6px;
    }

.about-ordered {
    padding-left: 18px;
}

    .about-ordered > li {
        margin-bottom: 12px;
    }

    .about-ordered ul {
        padding-left: 18px;
        margin-top: 5px;
    }



.about-section {
    background: #f5f5f5;
}


.about-title {
    font-size: 28px;
    font-weight: 700;
    color: #2f5bd3;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

  
    .about-title .line {
        width: 3px;
        height: 28px;
        background: #ff3b3b;
        display: inline-block;
    }


.about-section p {
    font-size: 14px;
    color: #444;
    line-height: 1.7;
}

.about-img {
    border-radius: 6px;
    width: 100%;
    object-fit: cover;
}


@media (max-width: 768px) {
    .about-title {
        font-size: 22px;
    }

    .about-section {
        text-align: center;
    }

    .about-title {
        justify-content: center;
    }
}



.footer {
    background-color: #305ddd;
    padding: 50px 0 20px;
}
    .footer h5 {
      font-weight: 600;
      margin-bottom: 15px;
      color:#fff;
    }
    .footer ul {
      list-style: none;
      padding: 0;
    }
    .footer ul li {
      margin-bottom: 8px;
    }
    .footer ul li a {
      text-decoration: none;
      color: #000;
    }
    .footer ul li a:hover {
      text-decoration: underline;
    }
    .footer .social a {
      margin-right: 10px;
      font-size: 20px;
      color: #fff;
    }
    .footer-bottom {
      text-align: center;
      margin-top: 30px;
      font-size: 0.9rem;
      color: #fff;
    }
 p {
    font-weight: 400;
}
	  
.search-box {
    position: relative;
    top: -8px;
    right: 11px;
}
.search-input {
  width: 0;
  opacity: 0;
  border-radius: 20px;
  transition: all 0.4s ease;
  position: absolute;
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
}
.search-box.active .search-input {
  width: 200px;
  opacity: 1;
  padding: 5px 10px;
}	  
	  
.footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer ul li {
  border-bottom: 1px solid #eee; 
  padding: 2px 0;               
  width: 100%;                   
}

.footer ul li a {
  color: #fff;
  text-decoration: none;
  display: block;                  
  transition: color 0.3s;
}

.footer ul li a:hover {
  color: #1c3b6a; 
}

.footer .col-md-3 {
  border-right: 1px solid #8b8b8b;
    padding-right: 35px;
    margin-bottom: 20px;
    padding-left: 35px;
}

.footer .col-md-3:last-child {
  border-right: none; 
}
.col-md-5.col-lg-5.banner-content.pe-4 {
    margin: 92px 0px;
}

.top-section {
  position: relative;
  overflow: hidden;
}

.banner-img-wrap {
  position: absolute;
  top: 18px;
  right: 0;
  bottom: 0;
  width: 60%; 
  padding-left: 20px; 
}

.banner-image {
  height: 600px;
  width: 100%;
  object-fit: cover;
  object-position: right;
}

@media (max-width: 991px) {
  .banner-img-wrap {
    position: relative;
    width: 100%;
    padding-left: 0;
  }
  .banner-image {
    height: 400px; 
  }
    .hero-banner .container {
        padding-left: 8px !important;
    }
    .hero-banner {
        min-height: 370px !important;
    }
    }


nav.navbar.navbar-expand-lg.navbar-dark {
    background-color: #305ddd;
}

.hero-banner .container {
    padding-left: 180px;
}

.hero-banner {
    width: 100%;
    min-height: 560px;
    background: url(../images/NCSC-banner.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
    padding: 80px 0;
}

.hero-title {
    font-size: 34px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
}


.hero-subtitle {
    font-size: 15px;
    margin-top: 15px;
    color: #ddd;
}


.hero-banner .btn-danger {
    border-radius: 25px;
    font-size: 14px;
    padding: 10px 20px;
}

@media (max-width: 768px) {
    .hero-banner {
        text-align: center;
        padding: 60px 20px;
    }

    .hero-title {
        font-size: 28px;
    }

    .hero-subtitle {
        font-size: 14px;
    }
}



.ncsc-section {
    background: #f4f7fb;
}

.section-header h2 {
    font-weight: 700;
    color: #1a2b49;
}

.subtitle {
    color: #777;
    font-size: 14px;
}

.ncsc-card {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    transition: 0.3s;
}

    .ncsc-card:hover {
        transform: translateY(-5px);
    }

    .ncsc-card h4 {
        color: #2f5bd3;
        margin-bottom: 15px;
    }

    .ncsc-card ul,
    .ncsc-card ol {
        padding-left: 18px;
    }

    .ncsc-card li {
        margin-bottom: 6px;
    }

.feature-box {
    background: linear-gradient(135deg, #2f5bd3, #1d3ea6);
    color: #fff;
    padding: 25px;
    border-radius: 10px;
    height: 100%;
}

    .feature-box h5 {
        margin-bottom: 15px;
    }

    .feature-box ul,
    .feature-box ol {
        padding-left: 18px;
    }

    .feature-box li {
        margin-bottom: 6px;
    }

.ncsc-highlight {
    background: linear-gradient(135deg, #ff3b3b, #c40000);
    color: #fff;
    padding: 30px;
    border-radius: 10px;
}

    .ncsc-highlight ul {
        padding-left: 18px;
    }


.top-mini-menu {
    font-size: 13px;
    margin-bottom: 5px;
}

.top-link {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    position: relative;
}

    .top-link:hover {
        text-decoration: underline;
        color:yellow;
    }


.w-100.d-flex.justify-content-end.top-mini-menu {
    padding: 0 18px;
}

.w-100.d-flex.justify-content-end.top-mini-menu {
    position: absolute;
    right: 85px;
}