/* Responsive Css */


/* Legal Content – Advanced Professional Version */
.legal-section {
  margin-bottom: 20px;
}
.legal-content {
  background: #fff;
  color: #1a2233;
  padding: 3rem 2.5rem;
  border-radius: 20px;
  box-shadow: 0 8px 32px rgba(20,40,120,0.10), 0 1.5px 4px rgba(0,0,0,0.03);
  max-width: 900px;
  margin: 3rem auto 3.5rem auto;
  font-size: 1.13rem;
  line-height: 1.85;
  position: relative;
  animation: fadeInLegal 0.7s cubic-bezier(.5,1.5,.5,1) 1;
}
@keyframes fadeInLegal {
  from { opacity: 0; transform: translateY(32px); }
  to { opacity: 1; transform: none; }
}
.legal-content h1, .legal-content h2, .legal-content h3, .legal-content h4 {
  color: #123c7c;
  font-weight: 700;
  margin-top: 2.3rem;
  margin-bottom: 1.1rem;
  letter-spacing: 0.01em;
  line-height: 1.2;
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.legal-content h2 .legal-icon, .legal-content h3 .legal-icon, .legal-content h4 .legal-icon {
  background: #e8f0fa;
  border-radius: 50%;
  padding: 0.35em;
  box-shadow: 0 1px 4px rgba(20,40,120,0.08);
  font-size: 1.4em;
  margin-right: 0.5em;
  color: #2058c4;
}
.legal-content p {
  margin-bottom: 1.3em;
  max-width: 700px;
}
.legal-content p:first-of-type::first-letter {
  font-size: 2.1em;
  float: left;
  line-height: 1;
  font-weight: 700;
  color: #2058c4;
  margin-right: 0.12em;
  margin-top: 0.05em;
}
.legal-content ul, .legal-content ol {
  margin-left: 2.2em;
  margin-bottom: 1.3em;
}
.legal-content li {
  margin-bottom: 0.7em;
  padding-left: 0.1em;
}
.legal-content .accordion-box {
  margin-top: 2.5rem;
}
.legal-content .accordion {
  border-radius: 14px;
  background: #f7fafd;
  margin-bottom: 1.4rem;
  box-shadow: 0 1px 6px rgba(20,40,120,0.07);
  border: 1px solid #e5eaf2;
  transition: box-shadow 0.25s, border 0.25s;
}
.legal-content .accordion.active-block, .legal-content .accordion:hover {
  box-shadow: 0 4px 18px rgba(20,40,120,0.13);
  border: 1.5px solid #2058c4;
  background: #f1f6fc;
}
.legal-content .acc-btn {
  display: flex;
  align-items: center;
  gap: 1.1em;
  padding: 1.3em 2em 1.3em 1.4em;
  cursor: pointer;
  font-size: 1.08em;
  border-radius: 14px 14px 0 0;
  transition: background 0.2s;
  font-weight: 600;
  color: #1a2233;
}
.legal-content .acc-btn .icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 2.2em;
  min-height: 2.2em;
  background: #e8f0fa;
  border-radius: 50%;
  margin-right: 0.7em;
  box-shadow: 0 1px 4px rgba(20,40,120,0.08);
}
.legal-content .acc-btn .legal-icon {
  color: #2058c4;
  font-size: 1.3em;
  margin: 0;
}
.legal-content .acc-content {
  padding: 1.1em 2em 1.4em 3.2em;
  border-top: 1px solid #e5eaf2;
  background: transparent;
  border-radius: 0 0 14px 14px;
  animation: fadeInLegal 0.6s cubic-bezier(.5,1.5,.5,1) 1;
}

@media (max-width: 900px) {
  .legal-content {
    padding: 1.7rem 0.8rem;
    font-size: 1.01rem;
  }
  .legal-content .acc-content {
    padding: 1em 1em 1.1em 2em;
  }
}
@media (max-width: 600px) {
  .legal-content {
    padding: 0.7rem 0.2rem;
    font-size: 0.97rem;
    border-radius: 10px;
  }
  .legal-content .accordion {
    border-radius: 9px;
  }
}


@media only screen and (max-width: 1499px){



}


@media only screen and (max-width: 1399px){


}


@media only screen and (max-width: 1299px){


}



@media only screen and (max-width: 1200px){

  .main-menu,
  .sticky-header,
  .main-header.style-one .outer-container:before{
    display: none !important;
  }

  .menu-area .mobile-nav-toggler {
    display: block;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .megamenu ul li:first-child{
    display: none;
  }

}



@media only screen and (min-width: 768px){
  .main-menu .navigation > li > ul,
  .main-menu .navigation > li > ul > li > ul,
  .main-menu .navigation > li > .megamenu{
    display:block !important;
    visibility:hidden;
    opacity:0;
  }
}



@media only screen and (max-width: 991px){
  .main-header,
  .sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100vw;
    z-index: 1002;
    background: #fff;
    box-shadow: 0 2px 10px rgba(20,40,120,0.09);
    transition: box-shadow 0.2s;
  }
  .sticky-header {
    display: block !important;
  }
  .boxed_wrapper {
    padding-top: 70px;
  }
  .mobile-nav-toggler {
    display: block !important;
    position: absolute;
    top: 50%;
    right: 24px;
    transform: translateY(-50%);
    z-index: 2000;
    background: none;
    border: none;
    cursor: pointer;
    color: #2058c4;
    font-size: 28px;
  }
}




@media only screen and (max-width: 767px){

  .sec-title h2{
    font-size: 36px !important;
    line-height: 44px !important;
  }
  
  .header-style-three .header-lower .outer-box {
    padding-right: 60px;
    position: relative;
  }
  
  .header-style-three .menu-area .mobile-nav-toggler {
    right: 20px;
  }

}

@media only screen and (max-width: 599px){

  .pagination li a{
    width: 40px;
    height: 40px;
    line-height: 40px;
  }

}


@media only screen and (max-width: 499px){

  .mobile-menu{
    width: 100%;
  }

}
