      @import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
      .text-justify-custom {
  text-align: justify;
}
.navbar .dropdown-menu .dropdown-item:hover{ 
   color: #A37002;
}
/* Hover dropdown for large screens only */
@media (min-width: 992px) {
  .navbar .dropdown:hover > .dropdown-menu {
    display: block;
  }

  .navbar .dropdown-menu {
    margin-top: 0; /* No gap */
  }

  /* Optional: nested dropdowns styling */
  .navbar .dropdown-menu .dropdown-menu {
    left: 100%;
    top: 0;
    margin-top: 0;
  }
}

.navbar{
  padding: 0;
}
.logo{
    width: 120px;
    height: 65px;
}
.hero {
  position: relative;
  color: #fff;
  text-align: center;
  padding: 100px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 771px;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-color: rgba(0, 0, 0, 0.5); 
  z-index: 1;
}

.video-background {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  z-index: 0;
  overflow: hidden;
}

.video-background iframe {
  position: absolute;
  top: 50%; left: 50%;
  width: 100vw;
  height: 56.25vw; /* 16:9 aspect ratio */
  min-height: 100vh;
  min-width: 177.77vh; /* 16:9 aspect ratio, full cover */
  transform: translate(-50%, -50%);
  pointer-events: none; /* Allow interaction with overlay/content */
}

.hero .container {
  position: relative;
  z-index: 2;
}

/* Optional: Responsive height for smaller screens */
@media (max-width: 768px) {
  .hero {
    height: 600px;
    padding: 50px 20px;
  }
}


        .section-title {
              font-family: "Inter", sans-serif;
            font-size: 46px;
            font-weight: 600;
            color: #a17802;
            margin-bottom: 30px;
            text-align: center;
        }

        .succed_title{
            font-family: "Inter", sans-serif;
            font-size: 74px;
            font-family:700;
            line-height: 97.5px;
            letter-spacing: 0px;
        }

        .succed_small{
            font-family: "Inter", sans-serif;
            font-size: 19px;
            font-family:600;
            line-height: 22px;
            letter-spacing: 0px;
        }

        
        .btn-gold {
            background-color: #A37002;
            color: white;
            border: none;
            font-family: "Inter", sans-serif;
            font-size: 14px;
            line-height: 13px;
            letter-spacing: 1px;
            padding: 13px 20px;
            text-transform: capitalize;
        }
        .btn-digit{
                  background-color: #A37002;
            color: white;
            border: none;
            font-family: "Inter", sans-serif;
            font-size: 14px;
            line-height: 13px;
            letter-spacing: 1px;
            padding: 13px 20px;
            text-transform: capitalize;
                border: 1px solid #a17802;
        }
        .btn-digit:hover{
           border: 1px solid #a17802;
           background-color: #fff;
            color: #a17802;
        }

        .btn-gold-outline {
            border: 1px solid #a17802;
            color: #a17802;
        }

        .btn-gold-outline:hover ,
          .btn-gold:hover{
            background-color: #a17802;
            color: white;
        }

        .we_love{
                color: #575250;
                font-family: "Raleway", Sans-serif;
                font-weight: 700;
                font-size: 3rem;
                line-height: 60px;
        }
 .we_succesd{
        color: #A37002;
                font-family: "Raleway", Sans-serif;
                font-weight: 700;
                font-size: 3rem;
                line-height: 60px;
 }
 .success-pargraph p{
  color: #575250;
  text-align: justify;
 }
        .elementor-heading-title{
            color: #A37002;
            font-family: "Inter", sans-serif;
           font-size: 16px;
           font-weight: 600;
        }
        .startup p{
              font-family: "Inter", sans-serif;
           font-size: 16px;
             color: #575250;
             text-align: justify;
        }
        .startup h5{
            font-family: "Inter", sans-serif;
           font-size: 16px;
           font-weight: 600;
           color: #A37002;
        }
        .btn-gold-outline{
           font-family: "Inter", sans-serif;
           font-size: 16px;
           font-weight: 500;
        }

        .section-support {
      padding: 60px 0;
    }
    .support-heading {
      color: #a87300;
      font-weight: bold;
      font-size: 2rem;
    }
    .support-text {
      color: #555;
      font-size: 1rem;
      margin-top: 20px;
    }
    .support-button {
      margin-top: 30px;
      border: 1px solid #a87300;
      color: #a87300;
      font-weight: 600;
      padding: 12px 20px;
      text-transform: uppercase;
      transition: 0.3s;
    }
    .support-button:hover {
      background-color: #a87300;
      color: white;
    }
    .support-list a {
      text-decoration: none;
      color: #a87300;
      font-size: 1.2rem;
      display: block;
      padding: 15px 0;
      border-bottom: 1px solid #ddd;
      transition: 0.2s;
    }
    .support-list a:hover {
      color: #000;
    }

    .section-support{
            background-color: #e9ecef;
             padding: 80px 20px;
    }

        .values-section {
                background-color: #e9ecef;
      padding: 60px 0;
      text-align: center;
    }
 .section_title h2{
      font-size: 47px;
    font-weight: bold;
    font-family: "Inter", sans-serif;
    color: #654402;
    margin-bottom: 50px;
 }
    .value-icon {
      font-size: 2rem;
      color: #a87300;
      margin-bottom: 15px;
    }
    .value-title {
      font-size: 20px;
      font-weight: 600;
    font-family: "Inter", sans-serif;
      color: #A37002;
      margin-bottom: 10px;
    }
    .value-text {
          font-family: "Inter", sans-serif;
      font-size: 1rem;
       font-weight: 400;
      color: #575250;
    }
    .value-box {
      padding: 20px;
      text-align: center;

    }

     .marg_left {
        margin-left: 90px;
      }
    .newsletter-section {
      background-color: #6b4400; /* dark brown */
      padding: 40px 0;
      color: white;
    }

    .newsletter-section h2 {
      font-size: 50px;
      font-family: "Inter", sans-serif;
      font-weight: bold;
      margin-bottom: 0;
      display: inline-block;
      margin-right: 20px;
    }

    .subscribe-btn {
      background-color: #a87300;
      border: none;
      color: white;
      padding: 8px 16px;
      font-size: 12px;
      font-family: "Inter", sans-serif;
      font-weight: 600;
      text-transform: uppercase;
    }

    .subscribe-btn:hover {
      background-color: #996600;
    }


.viewall_button{
      font-family: "Inter", sans-serif;
      font-weight: 400;
      font-size: 19px;
      color: #A37002;
      text-decoration: none;
}

    /* footer code */
/* .flip-card {
      background-color: transparent;
      width: 100%;
      height: 200px;
      perspective: 1000px;
    }

    .flip-card-inner {
      position: relative;
      width: 100%;
      height: 100%;
      transition: transform 0.6s;
      transform-style: preserve-3d;
    }

    .flip-card:hover .flip-card-inner {
      transform: rotateY(180deg);
    }

    .flip-card-front, .flip-card-back {
      position: absolute;
      width: 100%;
      height: 100%;
      backface-visibility: hidden;
      border-radius: 8px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      font-weight: bold;
      padding: 20px;
      box-sizing: border-box;
    }

    .flip-card-front {
      background-color: #a26d00;
    }

    .flip-card-back {
      background-color: #805100;
      transform: rotateY(180deg);
    } */
  

    .benefit-grid {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      max-width: 1000px;
      margin: auto;
    }

    .benefits-title {
           font-family: "Inter", sans-serif;
          font-weight: 700;
          font-size: 28px;
          color: #A37002;
          text-decoration: none;
          margin-bottom: 10px;
    }

    .benefits-description {
      color: #7A7A7A;
      font-size: 18px;
      font-family: "Raleway", Sans-serif;
    }

    .benefit-box {
      background-color: #a26d00;
      color: white;
      font-family: "Inter", sans-serif;
      font-weight: 500;
      font-size: 22px;
      text-align: center;
      padding: 40px 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 280px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
      margin: 10px;
      transition: all 0.3s ease;
    }

    .benefit-box:hover {
      background-color: #8c5e00;
    }

    .benefit-grid {
      gap: 20px;
    }

    .section-subtitle{
        font-family: "Inter", sans-serif;
        font-size: 30px;
        font-weight: 600;
        color: #a17802;
        margin-bottom: 30px;
        text-align: center;
    }



    .btn-course-outline{
      font-family: "Inter", sans-serif;
      font-size: 16px;
      font-weight: 500;
      border: 1px solid #a17802;
       color: #a17802;
      padding:9px 24px;
      background-color: transparent;
      border-radius: 4px;
    }
   .btn-course-outline:hover{
       color: #fff;
      background-color: #a17802;
    }

    .object_heading {
    color: #a37002;
    font-size: 22px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 12px;
}
.work-icons img{
  width: 12.5%;
}
.section_support {
  position: relative;
  overflow: hidden;
}

.section_support::before {
content: "";
    position: absolute;
    top: 200px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ededed;
    z-index: 0;
}
.interested-sec{
  background: #fff;
  padding: 30px;
}
.interested-sec h2{
    color: #a37002;
    font-size: 46px;
        font-family: "Inter", sans-serif;
    font-weight: 600;
    margin-bottom: 12px;
}
.bg-gray{
  background: #ededed;
}
.interested-sec p{
  font-size: 18px;
    font-family: "Raleway", Sans-serif;
    font-weight: 400;
    line-height: 29px;
    color: #575250;
}
.section_support > * {
  position: relative;
  z-index: 1;
}

.support_title{
      color: #a37002;
    font-size: 32px;
    font-weight: 700;
        font-family: "Inter", sans-serif;
}
    .card-support {
      border: none;
      border-radius: 0;
      padding: 20px;
      background-color: #fff;
      height: 100%;
      box-shadow: 0 2px 10px rgba(0,0,0,0.05);
      text-align: left;
    }
    .card-support h4{
      color: #a37002;
          font-weight: 600;
        font-family: "Inter", sans-serif;
    }
    .btn-custom {
      border: 1px solid #a86c00;
      color: #a86c00;
      background-color: transparent;
      font-weight: 500;
    }
    .supprt-text{
      color: #575250;
       font-family: "Raleway", Sans-serif;
       font-weight: 500;
             line-height: 32px;
    }
    .btn-custom:hover {
      background-color: #a86c00;
      color: white;
    }
    .btn-dark-yellow {
      background-color: #a86c00;
      color: white;
      font-weight: 500;
    }
    .btn-dark-yellow:hover {
      background-color: #8a5800;
    }

    /*  */

      footer {
      background-color: #f0f0f0;
      padding: 60px 0 30px;
      font-family: 'Segoe UI', sans-serif;
    }
.text-high{
   color: #A37002;
}
    footer h5 {
      font-weight: 500;
      margin-bottom: 20px;
      color: #1E1810;
    }
    .text-custo{
        color: #575250;
    }

    footer ul {
      padding: 0;
      list-style: none;
    }

    footer ul li {
      margin-bottom: 8px;
    }

    footer ul li a {
      color: #575250;
      text-decoration: none;
      font-family: "Inter", sans-serif;
      font-weight: 400;
    }

    footer ul li a:hover {
      color: #a87300;
    }

    .footer-bottom {
      border-top: 1px solid #ccc;
      margin-top: 40px;
      padding-top: 20px;
      color: #555;
    }

    .social-icons a {
      color: #000000;
      margin: 0 8px;
      font-size: 18px;
    }
    .bottom-konsul{
     font-family: "Inter", sans-serif;
           font-size: 16px;
      font-weight: 400;
      color: #4B4F58;
    }

    .bg-gray{
      background: #EDEDED!important;
    }
.betil-text{
  color: #A37002;
    font-family: "Inter", sans-serif;
  font-size: 16px;
  margin-bottom: 30px;
  text-align: center;
}
.metro{
    color: #A37002;
    font-family: "Inter", sans-serif;
  font-size: 16px;
}
.bg-brown{
  background-color: #654402
}

 .testimonial-card {
      background-color: #EDEDED;
      border: none;
      padding: 5rem 6rem;
      text-align: center;
    }
    .testimonial-card img {
      width: 120px;
      height: 120px;
      object-fit: cover;
      border-radius: 50%;
      margin-bottom: 1rem;
      margin: auto;
    }
    .testimonial-quote {
      font-style: italic;
      color: #555;
      position: relative;
    }
    .testimonial-quote::after {
    content: "";
    position: absolute;
    left: -21px;
    top: -17px;
    background-image: url(./images/arrow-shape.png);
    width: 25px;
    height: 25px;
    background-size: cover;
    background-repeat: no-repeat;
    }
     .testimonial-quote::before {
    content: "";
    position: absolute;
    right: -21px;
    bottom: -17px;
    background-image: url(./images/arrow-shape.png);
    width: 25px;
    height: 25px;
    background-size: cover;
    background-repeat: no-repeat;
    }
    .testimonial-name {
      margin-top: 1rem;
      color: #575250;
    }
    .testimonial-company {
      color: #b58900; 
    }
  .contact-info {
      margin-bottom: 2rem;
    }
    .contact-section{
background: black;
    }
.contact-item{
      border-style: solid;
    border-width: 0 0 1px;
    border-color: #575250;
    border-radius: 0 0 0 0;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / .5);
}
.contact-title {
      font-family: "Inter", sans-serif;
    font-size: 66px;
    font-weight: 600;
}
    .contact-icon {
     background-color: #d4af37;
    font-size:16px;
    margin-right: 0.5rem;
    display: inline-block;
    margin-bottom: 10px;
    border-radius: 25px;
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 41px;

    }
    .map-container iframe {
      width: 100%;
      height: 100%;
      border: none;
    }
    .socialcontact-icons a {
      color: #fff;
      margin-right: 1rem;
      font-size: 1.2rem;
      text-decoration: none;
    }
    .socialcontact-icons a:hover {
      color: #d4af37;
    }

    /* .dropdown-menu{
    border-left-width: 0;
      border-color: #634402;
      border-top: 2px solid;
      border-right: none;
      border-radius: 0;
    } */
 .dropdown-item.active, .dropdown-item:active {
    color:none!important;
    text-decoration: none;
    background: none!important;
}
 .dropdown-menu{
      border:none;
    }
.privacy-section{
  padding: 100px 0px;
}
 .privacy-card p{
       font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #5e5e5e;
    text-align: justify;
    line-height: 28px;
    margin-bottom: 14px;
}
 .privacy-card h5{
    font-family: "Inter", sans-serif;
    font-weight: 700;
    color: #000;
    font-size: 20px;
 }
    .privacy-card .list-items{
        padding-left: 22px;
        list-style: disc;
}
    .privacy-card .list-items li{
      line-height: 32px;
    }
    /* Show submenu on hover for desktop */
@media (min-width: 992px) {
  /* Position submenus */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
}
  .navbar-nav .dropdown:hover > .dropdown-menu {
    display: block;
  }

  .dropdown-submenu:hover > .dropdown-menu {
    display: block;
  }
}

.team-container {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  margin: 40px 0;
}

.team-member {
  position: relative; 
  border: 2px solid #eee;
  border-top: 4px solid #d2691e;
  padding: 14px;
  text-align: center;
  border-radius: 8px;
  flex: 1;
  background-color: #ffffff;
  overflow: hidden; 
  transition: color 0.3s ease;
}

.team-member::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background-color: #d2691e; 
  z-index: 0;
  transition: height 0.3s ease;
}

.team-member:hover::before {
  height: 100%;
}

.team-name {
    margin: 0;
    font-size: 1em;
    color: #b94e00;
    font-weight: 600;
}
.team-role {
    margin-top: 9px;
    margin-bottom: 0;
    font-size: 14px;
    color: #1a1a1a;
    font-weight: 600;
}
.team-email {
      font-family: "Inter", sans-serif;
    margin-top: 5px;
    font-size: 13px;
    font-weight: 500;
    color: #444;
}
.team-member:hover .team-name,
.team-member:hover .team-role,
.team-member:hover .team-email a {
  color: #fff;
  position: relative;
  z-index: 1;
}

.team-member .team-name,
.team-member .team-role,
.team-member .team-email a {
  position: relative;
  z-index: 1;
}

.team-member .team-email a {
  color: #000;
  text-decoration: none;
  transition: color 0.3s ease;
}


 @media (min-width: 1910px) {
     .hero {
        height: 1081px;
    }
}
@media (min-width: 1370px) and (max-width: 1540px) {
  .hero {
    height: 854px;
  }
}
 @media (max-width: 992px) {
  .succed_title {
    font-size: 24px; 
  }
}
    @media (max-width: 768px) {
      .benefit-box {
        padding: 20px;
        font-size: 14px;
      }
    }
@media (max-width: 576px) {
  .team-member{
      width: 100%;
      flex: auto;
  }
  .dropdown .nav-link,
  .dropdown-submenu .dropdown-item{
      display: flex;
      justify-content: space-between;
      padding-left: 0;
      padding-right: 0;
  }
  .hero{
    height: auto;
  }
  .contact-title {
   font-size: 30  px;
  }

  .succed_small{
    line-height: 32px;
  }
  .succed_title {
    font-size: 16px; 
    line-height: 20px;
  }
  .newsletter-section h2{
        font-size: 32px;
        margin-bottom: 20px;
  }

}
