body, html {
    height: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@import url('https://fonts.googleapis.com/css2?family=Syne:wght@400;600;700&display=swap');
/* Font Awesome 6.4.0 */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css');

/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;600;700&display=swap');

/* Bootstrap 5.3.3 */
@import url('https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css');
header {
    width: 100%;
    position: absolute;
    z-index: 1500;
    color: white;
    padding: 10px 0;
}

* {
  scrollbar-width: none !important;
  scrollbar-color: #ffffff #ffffff !important;
}

    /* navigation */
        .navbar {
            transition: all 0.3s ease;
            background-color: transparent !important;
            font-weight: 700;
             height:80px;
        }
        
        .navbar.scrolled {
            background-color: #14192D !important;
            backdrop-filter: blur(10px);
            height: 80px;
        }
        
        .navbar-nav .nav-link:hover {
            color: #ff6b6b !important;
        }
        
        .nav-logo {
            height: 25px;
        }

        .navbar-nav .nav-link.active {
            color: #e55a2b !important;
        }
        
        @media (min-width: 992px) {
            .navbar-collapse {
                border-radius: 0 !important;
                margin-top: 0 !important;
                height: 80px;
            }
        }

        @media (max-width: 991.98px) {
    .navbar.mobile-menu-open {
        background-color: #14192D !important;
    }

    .left-shape-svg, .right-shape-svg {
        display: none;
    }
}

/* Mobile dropdown background */
@media (max-width: 991.98px) {
    .navbar-collapse {
        background-color: #14192D;  /* Change this color */
    }
}

.hamburger {
    display: none; 
}

@media (max-width: 768px) {
    .hamburger {
        display: block;
        margin-right: -326px;
        position: absolute;
        top: 32px;
    }

}

/******* header text section *********** */
.header-text h2 {
  position: absolute;
  font-family: "Roboto";
  font-size: 19px;
  font-weight: 300;
  top: 100px;
}
.background-img {
  position: relative;
  height: 100vh;
}

.background-img img {
  width: 100%;
  height: auto;
}
.header-text h1 {
  font-size: 50px;
  position: relative;
  top: 135px;
}

.header-text h1::before {
  content: "●";
  color: #f57c00;
  position: absolute;
  left: 59px;
  top: -45px;
  font-size: 16px;
}

.header-text p {
  font-size: 15px;
  position: relative;
  top: 120px;
  color: #e1e1e1;
  line-height: 30px;
  max-width: 707px;
  letter-spacing: 0.2px;
  text-align: justify;
  font-family: "Syne", sans-serif;
}

.text-blue {
  color: #f57c00;
  font-family: "Satisfy";
}

.footer-content{
    padding-top: 20px;
  }

  .quick_link_footer{
  margin: 30px 0 0 50px !important;
}


/* Media Query for Mobile Responsiveness */
@media (max-width: 1200px) {
  .background-img img {
    height:500px;
  }
}

@media (max-width: 768px) {
  .text-blue {
    font-size: 35px;
    text-align: center;

  }
  .text-orange {
        margin-left: -22px;
    }
.header-text h1 {
    padding: 15px;
}
  .header-text p {
    font-size: 15px;
    top: 115px;
    left: -10px;
    padding: 10px;
  }
}

/*========== section 1 (description section) ===============*/

.team-header-div{
     display: grid;
    grid-template-columns: 1fr 1fr;
}

.team-header {   
    padding: 60px 30px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    gap: 40px;
    position:relative;

}
.left-shape-svg{
    position: absolute;
    left: 0;
    top:0;
}
.right-shape-svg{
    position: absolute;
    bottom: 0;
    right:0;
}

.team-image {
    flex: 1;
    position: relative;
}
.team-content {
    flex: 1;
    padding-left: 20px;
}

.team-title {
    font-family: Poppins;
font-weight: 600;
font-size: 22px;
    margin-bottom: 30px;
    color: #2F327D;
}

.team-title .highlight {
    color: #F57C00;
}

.team-description {
    font-family: Poppins;
font-weight: 400;
font-size: 16px;
    color: #646464;
    margin-bottom: 20px;
    line-height: 2;
    text-align: justify;
}

.team-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
    padding: 60px;
    background: white;
}
.team-member-div{
    margin: 0 auto;       
}


.team-member {
    text-align: center;
}

.team-member:hover .member-photo img{
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(196, 123, 40, 0.201);
    border:1px solid rgba(239, 137, 54, 0.301);
    background: white;
    cursor: pointer;
}

.member-photo {
    text-align: center;
    margin-bottom: 5px;
}

.member-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    text-align: center;
    border-radius: 50%;
    width:300px;
    height:300px;
}
.member-name {
    font-family: Syne;
font-weight: 500;
font-style: Medium;
font-size: 18px;
    color: #000000;
    margin-bottom: 0px;
}

.member-role {
    font-family: Poppins;
    font-weight: 500;
    font-size: 15px;
    color: #8E8E8E;
    font-weight: 500;
}

@media (min-width:1800px){
    .team-header-div{
        max-width: 1700px;
    }
    .team-member-div {
        max-width: 1700px;
    }
    .team-grid {
        display: grid    ;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}
@media (max-width: 1200px) {
    .background-img img {
        min-height: 100%;
        width: 100%;
        height:500px;
    }

    .team-grid{
        padding: 10px;
    }
}

@media (max-width: 991px) {
    .team-header {
        flex-direction: column;
        padding: 40px 30px;
    }

    .team-description{
        text-align: justify;
        font-size: 14px !important;
    }

    .team-content {
        padding-left: 0;
        padding-top: 30px;
    }

    .team-title {
        font-size:22px;
        text-align: left;
    }

    .team-image{
        text-align: center;
    }

    .team-grid {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
        padding: 40px 30px;
    }

}
@media (max-width:768px){
    .team-grid {
        grid-template-columns: 1fr;
    }
    .teams-img{
        width:300px;
    }

    .team-header{
        padding: 20px 15px;
    }

}

@media(max-width:568px) {
    .background-img img{
        height: 550px !important;
    }

    .team-header{
        padding: 10px !important;
    }

    .team-member-div{
        padding: 10px !important;
    }

    .team-grid{
        padding: 0 !important;
    }
}

.team-image{
    text-align: center;
}

@media (max-width: 1200px) {
    .team-header-div {
        grid-template-columns: 1fr;
    }

    .teams-img{
        text-align: center;
    }

    .team-description{
        text-align: justify;
        font-size: 16px;
    }
}


.footer-content{
    padding-top: 20px;
  }
/* footer */

.company_infor_footer{
  margin: 30px 0 0 30px !important;
}

.quick_link_footer{
  margin: 30px 0 0 50px !important;
}

.service_footer_sec{
  margin: 30px 0 0 30px !important ;
}

@media (min-width: 768px) and (max-width: 991px) {
    .company_infor_footer{
      margin: 30px 0 0 30px !important;
    }

    .quick_link_footer{
      margin: 30px 0 0 30px !important;
    }

    .service_footer_sec{
  margin: 30px 0 0 30px !important;
}

}

@media(max-width:1400px) {
  .company_infor_footer{
    margin: 30px 0 0 0 !important;
  }

  .quick_link_footer{
  margin: 30px 0 0 0px !important;
}

.service_footer_sec{
  margin: 30px 0 0 30px !important;
}
}

@media(max-width:1200px) {
  .company_infor_footer{
    margin: 30px 0 0 0 !important;
  }

  .quick_link_footer{
  margin: 30px 0 0 0px !important;
}

.service_footer_sec{
  margin: 30px 0 0 30px !important;
}
}


@media (max-width: 768px) {
  .footer-section {
    padding: 40px 0 20px;
    background-color: #14192d;
  }

  .footer-background {
    display: none !important;
  }

  .footer-logo {
    max-width: 150px;
    margin-bottom: 20px;
  }

  .footer-section .col-lg-4,
  .footer-section .col-lg-3 {
    margin: 20px 0 0 0 !important;
  }

  .section-title {
    font-size: 18px;
    margin-bottom: 20px;
  }
}