/* tools : Hero */
.hero-section {
  padding-top: 120px;
  position: relative;
  overflow: hidden;
}

.hero-inner{
  padding:0 50px;
  text-align: center;
  position: relative;
  z-index: 99;
}

.hero-text {
 
}

.hero-desc{
  color: #17538a;
    position: relative;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 20px;
}

.hero-bg {
  background: url('../images/tool-hero-bg.png') 50% 50% no-repeat;
   background-size: 100% 100%;
    background-position: bottom center;
    position: absolute;
    width: 76%;
    height: 100%;
    bottom: 0;
    right: 0;
    z-index: 1;
}


.hero-image-inner {
  position: relative;
}

.hero-image {
  background: url('../images/tools-hero-bg.png') 50% 50% no-repeat;
    background-size: contain;
    background-position: bottom center;
    position: relative;
    width: 100%;
    height: 500px;
    bottom: 0;
    z-index: 2;
}

.hero-button-area{
  position: absolute;
  bottom: 10%;
  z-index: 99;
  display: flex;
	gap: 10px;
	justify-content: center;
  width: 100%;
}

.hero-button-area-m{
  display: none;
}


/* Responsive */
@media (max-width: 1600px) {
  .hero-image {
      /* height: 500px; */
  }
  }

@media (max-width: 1200px) {
  .hero-image {
    height: 400px;
}
  }



@media (max-width: 767px) {
  .hero-section {
    padding-top: 100px;
  }

  .hero-image {
    height: 200px;
}

.hero-inner {
  padding: 0 5px;
}

.hero-text {
  padding: 0 30px;
}

.hero-button-area {
  display:none;
}

.hero-button-area-m{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 10px 0;
  gap: 10px;
}


  }

@media (max-width: 450px) {
  .hero-title{
font-size:32px;
  }

  .hero-desc{
    font-size: 18px;
}
}

/* Tools Categories  */
.tools-section{
   position: relative;
   overflow: hidden;
}

.tools-bg{
        background: url('../images/tool-bg-new.png') 50% 50% no-repeat;
        background-size: 100% 100%;
    background-position: right;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.subtitle {
   font-size: 25px;
    margin-bottom: 20px;
    color: #17538a;
}

.section-list{
        color: #17538a;
    position: relative;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 20px;
}

.tool-list{
          font-weight: 400;
}

li.tool-item {
    padding: 5px 0;
}

    .tools-container {
       display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 30px;
    position: relative;
    z-index: 9;
    padding: 30px 200px 0;
        }

        .tools-left {
    height: 100%;
   display: flex;
    flex-direction: column;
    justify-content: center;
        }

        .tools-right {
        text-align: center;
        padding-top: 50px;
        }

        .tool-img img{
        width: 270px;
        }

     .tools-nav {
position: relative;
    z-index: 99;
    margin-bottom: 30px;
}

.tools-nav .nav-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}

.tools-nav .nav-links li {
  position: relative;
    display: inline-block;
    padding: 0;
    padding: 0 20px;
    border-right: 3px solid #17538a;
}

.tools-nav .nav-links li:last-child {
  border-right: none;
}

.tools-nav .nav-links li:first-child {
  padding-left:0;
}

.tools-nav .nav-links a {
  text-decoration: none;
  color: #18548a;
  font-weight: 400;
    font-size: 20px;
    display: block;
  transition: background 0.3s ease, color 0.3s ease;
}

.tools-nav .nav-links a:hover {
  color: #fe3c66;
}


.tools-nav .nav-links a.active {
  color: #fe3c66;
}


 @media screen and (max-width: 1600px) {
        .tools-container {
    padding: 30px 100px 0;
        }
        }

         @media screen and (max-width: 1100px) {
        .tools-container {
        padding: 30px 50px 0;
        }
        }

  @media screen and (max-width: 990px) {
        .tools-nav .nav-links {
    display: flex;
    flex-direction: row;
        }

           .tools-nav .nav-links a {
        padding: 0 5px;
        font-size: 18px;
        text-align: center;
    }

   .tools-nav .nav-links li {
        width: 100%;
        text-align: left;
        padding: 0;
    }
  }

        @media screen and (max-width: 767px) {
        .tools-container{
                padding: 30px 30px 0;
                grid-template-columns: 1fr;
                gap: 30px;
                }

                .tools-left{
                        text-align:center;
                        
                }

                .tools-right {
                    padding-top: 0px;
                }

                nav.tools-nav {
                width: 60%;
                margin: 20px auto;
                }

                .tool-list {
                text-align: left;
                }

        }

        @media screen and (max-width: 550px) {
           .tools-nav .nav-links a {
        font-size: 12px;
           }

            nav.tools-nav {
                width: 100%;
                }

                .tool-img img {
                width: 250px;
                }

                .tools-nav .nav-links li{
                        border-right: 1px solid #17538a;

                }

                .section-list {
                font-size: 16px;
                }

                .subtitle {
    font-size: 20px;
        }
}




/* Ready to Begin Your Journey?  */
.big-picture-section {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 100px 0;
    overflow: hidden;
  }

  .video-bg{
background: url('../images/Toolkit Page-form.png') 50% 50% no-repeat;
   background-size: 100% 100%;
    background-position: center;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    z-index: 1;
    /* opacity: 0.7; */
  }

  .about-video {
   position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    text-align: center;
  }

  .about-video video {
   height: auto;
    width: 100%;
  }

  .about-container {
    position: relative;
    z-index: 9;
    text-align: center;
    color: #17538a;
    padding: 20px;
    width: 65%;
    display: grid;
      gap: 20px;
  }

  .about-container-text title{
    align-items: center;
  }

  .about-container-text.title {
    font-size: 50px;
}

  .about-text {
    font-size: 20px;
    line-height: 1.6;
  }

  .about-text-bold {
    font-size: 20px;
    font-weight: 600;
}




  @media (max-width: 1024px) {
    .about-container {
      padding: 0px;
      width: 80%;
  }

  .big-picture-section {
    padding: 50px 0;
  }

  }

  @media (max-width: 768px) {
      .big-picture-section {
        padding: 30px 0;
    }

    .about-container {
      padding: 0px 30px;
      /* width: 100%; */
  }

    .about-text {
      font-size: 16px;
      margin-bottom: 10px;
    }

    .about-video video {
    height: 100%;
    width: 100%;
}

.about-container-text.title {
    font-size: 30px;
}
}

/* popup */
.modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
}

.modal-content {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  width: 400px;
  max-width: 90%;
  text-align: center;
  position: relative;
}

.close-btn {
  position: absolute;
    top: 5px;
    right: 15px;
    font-size: 30px;
    cursor: pointer;
    color: #aaa;
}

.close-btn:hover {
 color: #fe3c66;
}

.location-buttons {
  margin-top: 20px;
  display:flex;
  gap:10px;
  justify-content: center;
}

.btn-locaton{
border-radius:5px;
}

.book-title{
font-size: 25px;
    position: relative;
    font-weight: 800;
    color: #18548a;
    margin-bottom: 20px;
}

.book-text{
        color:rgb(103, 105, 107);
    position: relative;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 20px;
}