/* fonts url */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap');
/* Fonts */
:root {
    --title-font : 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    --body-font: "Jost",  sans-serif;
}
:root {
  --nav-color: #1B4E7A;
  --highlight:#59C3C3;
}
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html, body {
  width: 100%;
}  

    .navbar {
      padding: 0;
    }
    #header{
      background-color: white;
      box-shadow: 0 1px 15px #1d8074;
      padding-left: 100px;
      padding-top: 5px;
      padding-bottom: 5px;
      padding-right: 20px;
    }
    .navi_logo{
      width: 400px;
      height: 100px;
    }
    .navbar ul {
      margin: 0;
      padding: 0;
      display: flex;
      list-style: none;
      font-family: var(--title-font);
      align-items: center;
    
    }

    .link{
      color: var(--nav-color);
      text-decoration: none;
      display: flex;
      padding: 5px 30px;
      margin-right: 5px;
      font-size: 3.5rem;
      font-weight: 300;
      align-items: center;
      justify-content: space-evenly;
      transition: 0.3s;
    }
    .navbar .link:hover{
      color: white;
      background-color: #00507C;
      padding: 1px;
      border-radius: 5px;
      transition: 1.5s;
    }
    .link-theme{
      text-decoration: none;
      border: 1px solid #00507C;
      border-radius: 50px;
      padding: 10px;
      font-size: 3rem;
      color: white;
      font-weight: 300px;
      background-color: var(--nav-color);
    }
    .link-theme:hover{
      color: white;
      
    }
    
  /* Section first */
  /* Hero-section */
  /* .n-pattern-top-left {
    position: absolute;
    padding-top: 80px;
    top: 0;
    bottom: 0;
    left: 45%;
    transform: translateX(-40%);
    width: 300px;
    max-width: 25vw;
    pointer-events: none;
    z-index: 10;
    opacity: 1;
  }
  .n-pattern-bottom-left {
    position: absolute;
    padding-top: 50px;
    bottom: 0;
    left: 50%;
    transform: translateX(-60%);
    width: 300px;
    max-width: 25vw;
    pointer-events: none;
    z-index: 10;
    opacity: 1;
  }
  .n-pattern-bottom-right {
    position: absolute;
    padding-top: 50px;
    bottom: 8%;
    left: 90%;
    transform: translateX(-69%);
    width: 300px;
    max-width: 25vw;
    pointer-events: none;
    z-index: 10;
    opacity: 1;
  }
  .n-pattern-top-right {
    position: absolute;
    padding-top: 50px;
    top:0 ;
    left: 90%;
    transform: translateX(-69%);
    width: 300px;
    max-width: 25vw;
    pointer-events: none;
    z-index: 10;
    opacity: 1;
  } */
  .hero-title{
    font-size:6rem;
    font-weight: 700;
    color: var(--nav-color);
    font-family: var(--title-font);
    line-height: 1.2;;
  }
  .hero-section .highlight{
    color: #55ccc7;
    font-family: var(--title-font);
    font-size: 6rem;
  }
  .hero-subtitle{
    font-size: 3rem;
    font-weight: bold;
    font-family: var(--title-font);
    margin-top: 1rem;

  }
  .hero-img{
    max-width: 100%;
    height: auto; 
    padding-left: 100px;
    animation: floatUpDown 3s ease-in-out infinite; 
  }
  
  @keyframes floatUpDown{
    0%, 100%{
      transform: translateY(0);
    }
    50%{
      transform: translateY(-40px);
    }
  }
  .highlight-dark{
    color: var(--nav-color);
    font-weight: bold;
    font-size: 3rem;
  }
  .highlight-light{
    color: #0cadaa;
    font-weight: bold;
  }
  .custom-text{
    font-size: 2.8rem;
    font-family: var(--title-font);
    color: var(--nav-color);
  }
  .nav-par{
    background-color:#edf6fb ;
    margin-bottom: 100px;
   }
  .navigature-text{
    color: var(--nav-color);
    font-size: 3rem;
    font-family: var(--title-font);
    padding: 5%;
    line-height: 1.6;
  }
  .bold{
    font-weight: 700;
  }
  .aqua{
    color: #0cadaa;
    font-weight: 700;
  }

  /* Principle-section */
  .principle-section{
    padding: 60px, 20px;
    text-align: center;
    margin-bottom: 200px;

  }
  .prin-title{
    font-size: 5rem;
    font-family: var(--title-font);
  }
  .principle-card{
    background-color: #edf6fb;
    border-radius: 30px;
    padding: 60px 30px 40px;
    height: 100%;
    margin-top: 100px;
    position: relative;
  }
  .principle-icon{
    width: 250px;
    height: 250px;
    margin-bottom: 15px;
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #edf6fb;
    border-radius: 50%;
  }
  .principle-title{
    font-weight: 700;
    font-size: 2rem;
    font-family: var(--title-font);
    line-height: 4rem;
    margin-top: 100px;
    margin-bottom: 15px;
    color: #154a72;
  }
  .principle-text{
    color: #154a72;
    font-size: 3rem;
    font-family: var(--title-font);
    margin-top: 20px;
  }
  /* third section:outlined-wrapper */
  .outlined-wrapper{
    border:2px solid #cfd8e3;
    border-radius: 40px;
    padding:60px 40px;
    margin:40px 100px;
    width: 90%;
    height: 90%;
    background-color: #ffffff;
    margin-bottom: 100px;
  }
  .circle-icon{
    width: 30px;
    height: 30px;
    background-color: #e6f3fc;
    border-radius: 50%;
    margin-right: 20px;
  }
  .feature-title{
    font-weight: 700;
    font-family: var(--title-font);
    font-size: 3rem;
    margin-bottom: 5px;
    color: var(--nav-color);
  }
  .feature-text{
    font-size: 2rem;
    font-family: var(--title-font);
    color: var(--nav-color);
    margin-bottom: 25px;
  }
  .outlined-wrapper p{
    font-size: 3rem;
    line-height: 5rem;
  }
  .wrapper-title{
    font-size: 2rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
  }
  .right-text{
    color: var(--nav-color);
    font-size: 3rem;
  }
  .right-text strong{
    font-weight: bold;
    font-family: var(--title-font);
    color: var(--nav-color);
    font-size: 3rem;
  }
  .highlight{
    color:#4bc0af;
    font-family: var(--title-font);
    font-weight: bold;
    font-size: 3rem;
  }
  h2{
    color: var(--nav-color);
    font-family: var(--title-font);
    font-weight: 700;
    font-size: 4rem;
  }
  .divider{
      border-left: 2px solid #cfd8e3;
      margin-top: 10px;
  }

  /* Service section */
  .services{
    background-color: #e6f3fc;
    padding: 30px 50px;
    margin-bottom: 100px;
  }
  .section-title{
    text-align: center;
    font-family: var(--title-font);
    padding-top: 1.5rem;
    padding-bottom: 2rem;
    font-size: 5rem;
  }
  .service-card{
    background-color: #ffffff;
    /* border-radius: 10px; */
    padding: 5px 5px;
    /* box-shadow: 0 4px 12px black; */
    height: 100%;
    width: 700px;
  }
  .service-img{
    width: 100%;
    height: 500px;
    margin-bottom: 15px;
  }
  
  .service-title{
    color: var(--nav-color);
    font-size: 2rem;
    font-weight: 700;
    font-family: var(--title-font);
    margin-bottom: 15px;
    padding: 0 1.5rem;
    padding-bottom: 15px;
    text-align: center;
  }
  .service-list{
    padding-left: 70px;
    padding-right: 1rem;
    list-style-type: disc;
    font-family: var(--title-font);
    color: var(--nav-color);
    font-size: 2rem;
  }
  /* section fifth- The Team member */
  .column{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .team-title{
    text-align: center;
    color: var(--nav-color);
    font-weight: bold;
    margin-bottom: 50px;
    font-family: var(--title-font);
    font-size: 5rem;
  }
  .team-card{
    border:1px solid #1d8074;
    border-radius: 8px;
    font-family: var(--teams-font);
    padding:30px;
    margin-bottom: 30px;
    height: 100%;
  }
  .profile-img{
    width: 500px;
    border-radius: 5px;
    margin-top: 15px;
  }
  .name{
    font-size: 3rem;
    font-weight: bold;
    color: var(--nav-color);
    font-family: var(--title-font);
  }
  .designation{
    font-size: 2.5rem;
    color:rgb(74, 73, 73);
    font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
    margin-bottom: 20px;
  }
  .bio{
    font-size: 1.5rem;
    color: var(--nav-color);
    text-align: justify;
    font-family: var(--title-font);
    padding: 20px;
  }

  /* section six-footer  */
  .apart-section{
    padding: 50px;
  }
  .apart-title{
    color: white;
    font-family: var(--title-font);
    font-size: 5rem;
  }
  .helping-title{
    font-size: 3rem;
    font-family: var(--title-font);
  }
  .helping-text{
    font-size: 2rem;
    font-family: var(--title-font);
  }
  

  /* section seventh- form */
  .form-section{
    padding: 100px;
  }
  #form-title{
    color: var(--nav-color);
    font-family: var(--title-font);
    font-size: 3.5rem;
  }
  label{
    font-size: 2rem;
    font-family: var(--title-font);
  }
  .btn-send{
    width: 250px;
    height: 100px;
    border: 5px solid black;
    color: var(--nav-color);
    background-color: white;
    border-radius: 50px;
    padding: 0.5rem 2rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 400;
    justify-content: center;
  }
  .btn-text{
    font-size: 2rem;
  }
  .send-btn-icon{
    width: 10px;
    height: 10px;
    border-left: 10px solid transparent;
    border-top: 10px solid #5bc0be;
    transform: rotate(45deg);
  }
  /* section eight- banner */
  .banner-img{
    background-color: #154a72;
    width: 100%;
    padding: 0px 0px;
    /* text-align: center; */
  }
  .banner{
    text-align: center;
  }
  .banner .mind{
    color: white;
    font-weight: 500;
    font-family: var(--title-font);
    /* padding-left: 100px; */
    font-size: 14rem;
  }
  
  .banner .compass{
    color: #45dbd9;
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 10rem;
  }
  .banner-t-img{
    width: 240px;
    margin-left: 580px; 
  }
  .banner-b-img{
    width: 240px;
  }
 
  /* footer  */
  .footer{
    display: flex;
  }
  .footer-link{
    font-weight: 600;
    font-size: 2rem;
    font-family: var(--title-font);
    color: var(--nav-color);
    text-decoration: none;
  }
  .footer-text{
    font-weight: 600;
    font-family: var(--title-font);
    font-size: 2rem;
    color: var(--nav-color);
  }
  .social-icon{
    max-width: 30px;
    max-height: 30px;
  }
  .footer p{
    font-weight: bold;
    font-family: var(--title-font);
    color: var(--nav-color);
    font-size: 2rem;    
  }

 /* Responsive adjustments for mobile devices */
@media screen and (max-width: 768px) {
  .navbar ul {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .link {
    font-size: 1rem;
    padding: 10px 10px;
    width: 100%;
    justify-content: flex-start;
  }
  .navbar .link:hover{
    color: white;
    background-color: #00507C;
  }
  .link-theme{
    color: var(--nav-color);
    text-decoration: none;
    display: flex;
    padding: 10px 0px;
    font-size: 1rem;
    background-color: white;
    border: none;
    transition: 0.3s;
  }
  .navi_logo {
    width: 130px;
    height: auto;
  }

  #header {
    padding-left: 20px;
    padding-right: 20px;
  }

  /* Section 1: hero section */
  /* .n-pattern-bottom-left, .n-pattern-bottom-right, .n-pattern-top-left, .n-pattern-top-right{
    display: none;
  } */
  .n-pattern-top-left {
    position: absolute;
    padding-top: 80px;
    top: 2%;
    bottom: 0;
    left: 5%;
    transform: translateX(-40%);
    width: 350px;
    height: 150px;
    /* max-width: 25vw; */
    pointer-events: none;
    z-index: 10;
    opacity: 1;
  }
  .n-pattern-bottom-left {
    position: absolute;
    padding-top: 50px;
    /* top: ; */
    bottom:52%;
    left: 15%;
    transform: translateX(-60%);
    width: 160px;
    /* max-width: 25vw; */
    pointer-events: none;
    z-index: 10;
    opacity: 1;
  }
  .n-pattern-bottom-right {
    position: absolute;
    padding-top: 50px;
    /* top: ; */
    bottom: 54%;
    left: 93%;
    transform: translateX(-69%);
    width: 140px;
    /* max-width: 25vw; */
    pointer-events: none;
    z-index: 10;
    opacity: 1;
  }
  .n-pattern-top-right {
    position: absolute;
    padding-top: 50px;
    top: 3% ;
    /* bottom: 8%; */
    left: 80%;
    transform: translateX(-69%);
    width: 150px;
    /* max-width: 25vw; */
    pointer-events: none;
    z-index: 10;
    opacity: 1;
  }
  
  
  .hero-title, .hero-section .highlight {
    font-size: 2.5rem;
    text-align: center;
  }

  .hero-subtitle {
    font-size: 1rem;
    text-align: center;
  }

  .hero-img {
    padding-left: 0;
    width: 90%;
  }

  .navigature-text {
    font-size: 1rem;
    padding: 10%;
  }
  .custom-text{
    font-size: 1rem;
    padding: 40px;
  }
  .highlight-dark{
    font-size: 1rem;
  }

  /* Principle-section */
  .principle-section {
    padding: 10px 10px;
    margin-bottom: 30px;
  }

  .prin-title {
    font-size: 1.5rem;
  }

  .principle-card {
    padding: 10px 10px 30px;
    margin-top: 10px;
  }

  .principle-icon {
    width: 100px;
    height: 100px;
    top: 10px;
  }

  .principle-title {
    font-size: 2rem;
    line-height: 2rem;
  }
  .principle-text {
    font-size: 1rem;
  }

  /* outlined Wrapper */
  .outlined-wrapper {
    padding: 10px 20px;
    margin: 20px 10px;
  }

  .feature-title {
    font-size: 1.5rem;
  }

  .feature-text, .outlined-wrapper p, .right-text strong {
    font-size: 1rem;
    line-height: 2rem;
  }
  .right-text{
    font-size: 1rem;
  }
  .highlight{
    font-size: 1rem;
  }
  /* Services section */
  .services {
    padding: 20px;
  }

  .section-title {
    font-size: 1.5rem;
  }

  .service-card {
    width: 100%;
    margin-bottom: 30px;
  }

  .service-img {
    height: auto;
  }

  .service-title {
    font-size: 1.5rem;
  }

  .service-list {
    padding-left: 10px;
    font-size: 1rem;
  }

  /* team section */
  .team-title {
    font-size: 1.5rem;
  }

  .team-card {
    padding: 20px;
  }

  .profile-img {
    width: 100px;
  }

  .name {
    font-size: 1.5rem;
  }

  .designation {
    font-size: 1rem;
  }

  .bio {
    font-size: 1rem;
  }

  /* form section */
  .form-section {
    padding: 40px 20px;
  }

  #form-title {
    font-size: 2rem;
    text-align: center;
  }

  label {
    font-size: 1rem;
  }

  .btn-send {
    width: 100px;
    height: 50px;
    border: 1px solid black;
    padding: 1rem;
    font-size: 20px;
  }

  .btn-text {
    font-size: 20px;
  }

  .banner .mind,
  .banner .compass {
    font-size: 2.5rem;
  }

  .apart-title {
    font-size: 2rem;
  }

  .helping-title {
    font-size: 1.5rem;
  }

  .helping-text {
    font-size: 1rem;
  }
  .link{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .icon{
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .footer-link,
  .footer-text,
  .footer p {
    font-size: 12px;
  }
  .social-icon {
    max-width: 24px;
    max-height: 24px;
  }
  .bottom-img{
    display: block;
      width: 100%;
      height: auto;
      padding: 10px;
  }
}
/* Tablet View (768px - 1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
  .navbar ul {
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
  }

  .link {
    font-size: 1rem;
    padding: 8px 20px;
  }
  .link-theme{
    color: var(--nav-color);
    text-decoration: none;
    display: flex;
    padding: 10px 0px;
    font-size: 1.5rem;
    background-color: white;
    border: none;
    transition: 0.3s;
  }

  .navi_logo {
    width: 250px;
    height: auto;
  }

  #header {
    padding-left: 40px;
    padding-right: 40px;
  }

  /* section 1 hero section */
  /* .n-pattern-bottom-left, .n-pattern-bottom-right, .n-pattern-top-left, .n-pattern-top-right{
    display: none;
  } */
  .n-pattern-top-left {
    position: absolute;
    padding-top: 80px;
    top: 0;
    bottom: 0;
    left: 45%;
    transform: translateX(-40%);
    width: 300px;
    height: 200px;
    max-width: 25vw;
    pointer-events: none;
    z-index: 10;
    opacity: 1;
  }
  .n-pattern-bottom-left {
    position: absolute;
    padding-top: 50px;
    /* top: ; */
    bottom: -53%;
    left: 50%;
    height: 200px;
    transform: translateX(-60%);
    width: 300px;
    max-width: 25vw;
    pointer-events: none;
    z-index: 10;
    opacity: 1;
  }
  .n-pattern-bottom-right {
    position: absolute;
    padding-top: 50px;
    /* top: ; */
    bottom: -53%;
    left: 90%;
    transform: translateX(-69%);
    width: 300px;
    height: 200px;
    max-width: 25vw;
    pointer-events: none;
    z-index: 10;
    opacity: 1;
  }
  .n-pattern-top-right {
    position: absolute;
    padding-top: 50px;
    top:0 ;
    /* bottom: 8%; */
    left: 90%;
    transform: translateX(-69%);
    width: 300px;
    height: 200px;
    max-width: 25vw;
    pointer-events: none;
    z-index: 10;
    opacity: 1;
  }
  .hero-title,
  .hero-section .highlight {
    font-size: 4rem;
    text-align: center;
  }

  .hero-subtitle {
    font-size: 2rem;
    text-align: center;
  }

  .hero-img {
    width: 80%;
    padding-left: 0;
    margin-left: 80px;
  }

  .navigature-text,
  .custom-text,
  .highlight-dark {
    font-size: 1.5rem;
    padding: 5%;
  }

  /* section 2 principle section */
  .principle-section {
    padding: 20px;
  }

  .prin-title {
    font-size: 2rem;
  }

  .principle-card {
    padding: 30px;
    margin-top: 5px;
  }

  .principle-icon {
    width: 100px;
    height: 100px;
    top: 20px;
  }

  .principle-title {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }

  .principle-text {
    font-size: 1rem;
  }

  /* section 3 outlined wrapper */
  .outlined-wrapper {
    padding: 20px 40px;
    margin: 30px;
  }
  .wrapper-title{
    font-size: 1.5rem;
  }
  .feature-title,
  .right-text strong,
  .highlight {
    font-size: 1rem;
  }

  .feature-text,
  .outlined-wrapper p {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  /* section four services */
  .services {
    padding: 30px;
  }

  .section-title {
    font-size: 1.5rem;
  }

  .service-card {
    width: 90%;
    margin: auto;
  }

  .service-title {
    font-size: 14px;
  }

  .service-list {
    padding-left: 40px;
    font-size: 1rem;
  }
  .service-img{
    width: 190px;
    height: 200px;
  }
  /* section 5 team */
  .team-section{
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
  }
  .team-title {
    font-size: 1.5rem;
  }

  .profile-img {
    width: 100px;
  }

  .name {
    font-size: 1.5rem;
  }

  .designation,
  .bio {
    font-size: 14px;
  }

  /* form section */
  .form-section {
    padding: 60px 30px;
  }

  #form-title {
    font-size: 1.5rem;
  }

  label {
    font-size: 1rem;
  }

  .btn-send {
    width: 100px;
    height: 35px;
    font-size: 1.5rem;
    border: 1px solid black;
  }

  .btn-text {
    font-size: 1rem;
  }

  /* banner section */
  .banner .mind,
  .banner .compass {
    font-size: 4rem;
  }
  /* apart section  */
  .apart-title {
    font-size: 1.5rem;
  }

  .helping-title {
    font-size: 1.4rem;
  }

  .helping-text {
    font-size: 1rem;
  }
  .banner-t-img{
    width: 240px;
    margin-left: 580px; 
  }
  .banner-b-img{
    width: 240px;
  }
  .footer-link,
  .footer-text,
  .footer p {
    font-size: 1.2rem;
  }

  .social-icon {
    max-width: 28px;
    max-height: 28px;
  }

  .footer {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }

  .footer .d-flex {
    flex-wrap: wrap;
    justify-content: center;
  }
  .bottom-img{
    display: block;
      width: 100%;
      height: auto;
      padding: 10px;
  }
}

/* Laptop View (1024px and above) */
@media (min-width: 1025px)  {
  .navbar ul {
    flex-direction: row;
    justify-content: space-between; 
    padding-left: 20px;
    text-align: center;
  }

  .link {
    font-size: 17px;
    padding: 0px 0px;
    padding-right: 20px;
    font-weight: 500;
  }
  .link-theme{
    text-decoration: none;
    border: 1px solid #00507C;
    border-radius: 30px;
    padding: 5px;
    font-size: 17px;
    color: white;
    font-weight: 300px;
    background-color: var(--nav-color);
  }
  .link-theme:hover{
    color: white;
  }
  .navi_logo {
    width: 200px;
    height: auto;
  }

  #header {
    padding-left: 10px;
  }

  /* Hero Section */
  .hero-title,
  .hero-section .highlight {
    position: relative;
    font-size: 2.5rem;
    text-align: left;
  }

  .hero-subtitle {
    font-size: 1.5rem;
    text-align: left;
  }

  .hero-img {
    width: 100%;
    padding-left: 100px;
  }
  /* hero section Npattern-Background images */
  .n-pattern-top-left {
    position: absolute;
    padding-top: 80px;
    top: 0;
    bottom: 0;
    left: 45%;
    transform: translateX(-40%);
    width: 300px;
    max-width: 25vw;
    pointer-events: none;
    z-index: 10;
    opacity: 1;
  }
  .n-pattern-bottom-left {
    position: absolute;
    padding-top: 50px;
    /* top: ; */
    bottom: 8%;
    left: 50%;
    transform: translateX(-60%);
    width: 300px;
    max-width: 25vw;
    pointer-events: none;
    z-index: 10;
    opacity: 1;
  }
  .n-pattern-bottom-right {
    position: absolute;
    padding-top: 50px;
    /* top: ; */
    bottom: 8%;
    left: 90%;
    transform: translateX(-69%);
    width: 300px;
    max-width: 25vw;
    pointer-events: none;
    z-index: 10;
    opacity: 1;
  }
  .n-pattern-top-right {
    position: absolute;
    padding-top: 50px;
    top:0 ;
    /* bottom: 8%; */
    left: 90%;
    transform: translateX(-69%);
    width: 300px;
    max-width: 25vw;
    pointer-events: none;
    z-index: 10;
    opacity: 1;
  }
  .navigature-text,
  .custom-text,
  .highlight-dark {
    font-size: 1.5rem;
    
  }

  /* Principle Section */
  .principle-section {
    padding: 0px 80px;
    margin-bottom: 100px;
  }

  .prin-title {
    font-size: 3rem;
  }

  .principle-card {
    padding: 40px;
    margin-top: 30px;
  }

  .principle-icon {
    width: 100px;
    height: 100px;
    top: -40px;
  }

  .principle-title {
    font-size: 2rem;
    line-height: 2.4rem;
  }

  .principle-text {
    font-size: 1.2rem;
  }

  /* Outlined Wrapper */
  .outlined-wrapper {
    padding: 40px 80px;
    margin: 40px;
  }

  .wrapper-title {
    font-size: 2rem;
  }

  .feature-title{
    font-size: 1.2rem;
  }
  .right-text strong,
  .highlight {
    font-size: 1.8rem;
  }

  .feature-text{
    font-size: 1.2rem;
  }
  .outlined-wrapper p {
    font-size: 1.8rem;
    line-height: 2.3rem;
  }

  /* Services Section */
  .services {
    padding: 40px 80px;
    margin-bottom: 50px;
  }

  .section-title {
    font-size: 3.5rem;
  }

  .service-card {
    width: 100%;
    margin: 20px 0;
  }

  .service-title {
    color: var(--nav-color);
    font-size: 20px;
    font-weight: 700;
    font-family: var(--title-font);
    margin-bottom: 5px;
    padding: 0 1.5rem;
    padding-bottom: 5px;
    text-align: center;
  }

  .service-list {
    padding-left: 40px;
    font-size: 18px;
    line-height: 2rem;
  }

  .service-img {
    width: 100%;
    height: auto;
  }

  /* Team Section */
  .team-section{
    margin-bottom: 20px;
  }
  .team-title {
    font-size: 3rem;
  }

  .profile-img {
    width: 150px;
    height: auto;
  }

  .name {
    font-size: 1.5rem;
  }

  .designation{
    font-size: 1.2rem;
  }
  .bio {
    font-size: 1rem;
  }

  /* Form Section */
  .form-section {
    padding: 60px 80px;
  }

  #form-title {
    font-size: 3rem;
  }

  label {
    font-size: 1.8rem;
  }

  .btn-send {
    width: 160px;
    height: 50px;
    font-size: 1.3rem;
  }

  .btn-text {
    font-size: 1.3rem;
  }

  /* Banner Section */
  .banner .mind,
  .banner .compass {
    font-size: 4rem;
  }
  .banner-t-img{
    width: 240px;
    margin-left: 1167px; 
  }
  .banner-b-img{
    width: 240px;
  }

  /* Apart Section */
  .apart-title {
    font-size: 2rem;
  }

  .helping-title {
    font-size: 1.8rem;
  }

  .helping-text {
    font-size: 1.2rem;
  }

  /* Footer */
  .footer {
    flex-direction: row;
    justify-content: space-between;
    padding: 20px 60px;
    text-align: left;
  }

  .footer-link,
  .footer-text,
  .footer p {
    font-size: 1.2rem;
  }

  .footer .d-flex {
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 2rem;
  }
  
  .social-icon {
    max-width: 30px;
    max-height: 30px;
  }
  .bottom-img{
    display: block;
    width: 100%;
    height: auto;
    padding: 20px;
  }
}

/* @media (min-width: 1441px) {
  .navbar ul {
    flex-direction: row;
    justify-content: space-between;
    padding-left: 30px;
    text-align: center;
  }

  .link {
    font-size: 16px;
    padding-right: 30px;
    font-weight: 500;
  }

  .link-theme {
    text-decoration: none;
    border: 1px solid #00507C;
    border-radius: 30px;
    padding: 8px 15px;
    font-size: 16px;
    color: white;
    font-weight: 400;
    background-color: var(--nav-color);
  }

  .link-theme:hover {
    color: white;
  }

  .navi_logo {
    width: 250px;
    height: auto;
  }

  #header {
    padding-left: 30px;
  }

  .hero-title,
  .hero-section .highlight {
    font-size: 3rem;
  }

  .hero-subtitle {
    font-size: 1.5rem;
  }

  .hero-img {
    width: 90%;
    padding-left: 120px;
  }

  .navigature-text,
  .custom-text,
  .highlight-dark {
    font-size: 1.2rem;
  }

  .principle-section {
    padding: 0px 120px;
    margin-bottom: 120px;
  }

  .prin-title {
    font-size: 2rem;
  }

  .principle-card {
    padding: 60px;
  }

  .principle-icon {
    width: 120px;
    height: 120px;
  }

  .principle-title {
    font-size: 1.8rem;
  }

  .principle-text {
    font-size: 1.2rem;
  }

  .outlined-wrapper {
    padding: 60px 120px;
  }

  .wrapper-title,
  .section-title {
    font-size: 3rem;
  }

  .feature-title,
  .right-text strong,
  .highlight {
    font-size: 1.8rem;
  }

  .feature-text,
  .outlined-wrapper p {
    font-size: 1.4rem;
  }

  .services {
    padding: 60px 120px;
  }

  .service-title {
    font-size: 1.5rem;
  }

  .service-list {
    padding-left: 40px;
    font-size: 1.4rem;
  }

  .profile-img {
    width: 180px;
  }

  .name {
    font-size: 1.8rem;
  }

  .designation,
  .bio {
    font-size: 1rem;
  }

  .form-section {
    padding: 80px 120px;
  }

  #form-title {
    font-size: 2.5rem;
  }

  label {
    font-size: 1.4rem;
  }

  .btn-send {
    width: 180px;
    height: 55px;
    font-size: 1.4rem;
  }

  .btn-text {
    font-size: 1.4rem;
  }

  .banner .mind,
  .banner .compass {
    font-size: 5rem;
  }

  .apart-title {
    font-size: 2.2rem;
  }

  .helping-title {
    font-size: 2rem;
  }

  .helping-text {
    font-size: 1.4rem;
  }

  .footer {
    padding: 30px 100px;
  }

  .footer-link,
  .footer-text,
  .footer p {
    font-size: 1.4rem;
  }

  .social-icon {
    max-width: 35px;
    max-height: 35px;
  }
} */

