@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;600;800&display=swap');

body{
    overflow-x: hidden;
    background:#eee;
}
:root{
	--black1:#070501;
	--black2:#1A1A1A;
	--background : #183540;
	/*--primary-color : #ffa024;*/
	--primary-color :#cf9555;
    --title-color : #161515;
	--white : #fff;
    --gradient : linear-gradient(180deg, var(--yellow) 0%, #FDD503 100%);

--clamp12: clamp(10px, 0.625vw, 12px);
--clamp12: clamp(11px, 0.700vw, 11px);
--clamp14: clamp(12px, 0.72916vw, 14px);
--clamp15: clamp(13px, 0.78125vw, 15px);
--clamp16: clamp(14px, 0.8333vw, 16px);
--calmp17: clamp(14px, 0.88541vw, 17px);
--clamp18: clamp(14px, 0.9375vw, 18px);
--clamp20: clamp(16px, 1.0416vw, 20px);
--clamp22: clamp(16px, 1.145vw, 22px);
--clamp24: clamp(17px, 1.25vw, 24px);
--clamp25: clamp(18px, 1.3541vw, 26px);
--clamp26: clamp(20px, 1.3541vw, 26px);
--clamp28: clamp(16px, 1.4583vw, 28px);
--clamp30: clamp(20px, 1.5625vw, 30px);
--clamp32: clamp(20px, 1.666vw, 32px);
--clamp34: clamp(20px, 1.770vw, 34px);
--clamp35: clamp(22px, 1.822vw, 35px);
--clamp36: clamp(25px, 1.875vw, 36px);
--clamp38: clamp(25px, 1.979vw, 38px);
--clamp40: clamp(26px, 2.083vw, 40px);
--clamp42: clamp(26px, 2.1875vw, 42px);
--clamp44: clamp(26px, 2.2916vw, 44px);
--clamp45: clamp(26px, 2.3vw, 45px);
--clamp48: clamp(26px, 2.5vw, 48px);
--clamp50: clamp(28px, 2.864583vw, 50px);
--clamp55: clamp(28px, 2.864583vw, 55px);
--clamp58: clamp(28px, 3.02083vw, 58px);
--clamp60: clamp(30px, 3.125vw, 60px);
--clamp64: clamp(30px, 3.333vw, 64px);
--clamp75: clamp(35px, 3.90625vw, 75px);
--clamp78: clamp(30px, 4.0625vw, 78px);
--clamp80: clamp(30px, 4.1666vw, 80px);
--clamp82: clamp(30, 4.27083vw, 82px);
--clamp84: clamp(25px, 4.375vw, 84px);
--clamp42: clamp(24px, 2.1875vw, 42px);
--clamp100: clamp(30px, 5.2083vw, 100px);
--clamp120: clamp(40px, 6.25vw, 120px);
}


/* Footer */
.footer {
      padding: 60px 20px 20px;
      background-color: var(--background);
      height:auto;
      padding:60px 0;
    }
    .footer h5 {
      color: #fff;
      margin-bottom: 20px;
    }
    .footer a {
      color: #ccc;
      text-decoration: none;
    }
    .footer a:hover {
      color: var(--black1);
    }
    .footer .social-icons i {
      font-size: 20px;
      color: var(--black1);
    }
    .footer .icon-circle {
      background-color: var(--primary-color);
      width: 40px;
      height: 40px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      margin-right: 10px;
    }
    .footer .info-box {
      background-color: var(--primary-color);
      padding: 20px;
      border-radius: 5px;
      color: var(--black1);
      margin-top: 0px;
    }
    .footer .info-box-yellow {
      background-color: var(--primary-color);
      color: var(--black1);
    }
    .footer .newsletter input {
      border: none;
      padding: 10px;
      width: 100%;
      max-width: 400px;
    }
    .footer .newsletter .btn {
      background-color:var(--primary-color);
      color: var(--black1);
      border: none;
      font-weight: 700;
      padding: 10px 20px;
    }
    .footer-bottom {
      border-top: 1px solid #233654;
      margin-top: 30px;
      padding-top: 15px;
      font-size: 14px;
    }
    .logo-text {
      color: white;
      font-weight: bold;
      background-color: white;
      width: 150px;
      height: 150px;
      border-radius: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .logo-text span {
      text-decoration: underline;
    }
    .logo-text img{
      height: 150px;
    }

	/* Footer */

  .topmenu-section{
    background-color: transparent;
    height:80px;
}
.topmenu-section .logo img {
    height: 80px;
}
.topmenu-section .website-menu li{
    list-style: none;
    float: left;
    margin-left: 30px;

}
a.logo {
    position: absolute;
    top: 44px;
}
.topmenu-section .website-menu ul{
    float: right;
    margin-top: 12px;
}
.topmenu-section .website-menu ul li a{
    color: #222;
    text-decoration: none;
    font-weight: 500;

}
.topmenu-section .website-menu .splcontact{
    background-color: #090b0f;
    padding: 10px 25px;
    border-radius: 50px;
    color: white;
    padding-bottom:12px;
}
.mobilemenus{
    display: none;
}
.menubar{
    display: none;
}

/* Mobile Screens */
@media screen  and (min-width:320px) and (max-width:767px) {
    .topmenu-section .website-menu a{
        display:none;
    }
    .logo {
        display: flex;
        justify-content: center;
        margin-top: 25px;
    }
    a.logo {
    position: absolute;
    top: -21px;
    left: 50%;
    transform: translateX(-50%);
}
.topmenu-section .logo img {
    height: 71px !important;
}
    .mobilemenus{
        display: block;
        background-color: white;
        position: fixed;
        left: -320px;
        width: 320px;
        height:100%;
        transition: ease-in-out 0.3s;
        z-index: 9999;
        top: 0;
        border-right: solid 1px #eee;
    }
    .innermenulogo {
    margin-left: 25px;
    margin-top: 0px;
}
    .innermenulogo img {
    height: 80px;
}
    .menubar{
        display: block;
        position: absolute;
        left: 20px;
        top: 20px;
    }
    .menubar i{
        font-size: 30px;
    }
    .innersidemenu{
        border-bottom: solid 1px #eee;
        height: 100px;
        display: flex;
        align-items: center;
    }
    .closebtn{
        right: 20px;
        top: 30px;
    }
    .closebtn i{
        font-size: 35px;
    }
    .mobmenus li{
        list-style: none;
        line-height: 40px;
    }
    .mobmenus li:hover{
        background-color: #eee;
    }
    .mobmenus{
        margin-top: 15px;
        cursor: pointer;
    }
    .mobmenus li a{
        text-decoration: none;
        font-size: var(--clamp26);
        color: #000000;
        font-weight: 500;
        padding-left: 30px;
        display: block;
        padding-bottom: 3px;
    }
}

/* Tab Screens  & High End Mobile View */
@media screen  and (min-width:768px) and (max-width:991px) {
    .topmenu-section .website-menu a{
        display:none;
    }
    .logo {
        display: flex;
        justify-content: center;
        margin-top: 25px;
    }
    .mobilemenus{
        display: block;
        background-color: white;
        position: fixed;
        left: -400px;
        width: 400px;
        transition: ease-in-out 0.3s;
        height:100%;
        border-right: solid 1px #eee;
    }
    .innermenulogo{
        margin-left: 25px;
        margin-top: 10px;
    }
    .innersidemenu{
        border-bottom: solid 1px #eee;
        height: 100px;
        display: flex;
        align-items: center;
    }
    .closebtn{
        right: 20px;
        top: 30px;
    }
    .closebtn i{
        font-size: 35px;
    }
    .mobmenus li{
        list-style: none;
        line-height: 40px;
    }
    .menubar{
        display: block;
        position: absolute;
        left: 20px;
        top: 20px;
        cursor: pointer;
    }
    .menubar i{
        font-size: 30px;
    }
    .mobmenus li:hover{
        background-color: #eee;
    }
    .mobmenus{
        margin-top: 15px;
    }
    .mobmenus li a{
        text-decoration: none;
        font-size: var(--clamp26);
        color: #000000;
        font-weight: 500;
        padding-left: 30px;
        display: block;
        padding-bottom: 3px;
    }
}


/* headmenu */
.headermenu{
    background-color: #eee;
    padding: 10px 0;
}
.headermenu li{
    float: left;
    list-style: none;
    margin-right: 25px;
}
.socialmedia{
    float: right;
}
.socialmedia a{
    margin-left: 10px;
    color: var(--primary-color);
}
/* Tab Screens  & High End Mobile View */
@media screen  and (min-width:320px) and (max-width:991px) {
    .headermenu{
        display: none;
    }
}
/* headmenu */

/* Whatsapp btn animation */
.whatsapp-pulse i{
    font-size:26px;
    color:white;
    position:relative;
    top:-3px;
}
.wh-api {
	position: fixed;
	bottom: 0;
	right: 0;
}

.wh-fixed {
	margin-right: 15px;
	margin-bottom: 15px;
}

.wh-fixed > a {
	display: block;
	text-decoration: none;
}
.whatsapp-pulse {
	width: 60px;
	height: 60px;
	right: 10px;
	bottom: 10px;
	background: #10b418;
	position: fixed;
	text-align: center;
	color: #ffffff;
	cursor: pointer;
	border-radius: 50%;
	z-index: 99;
	display: inline-block;
	line-height: 65px;
}

.whatsapp-pulse:before {
	position: absolute;
	content: " ";
	z-index: -1;
	bottom: -15px;
	right: -15px;
	background-color: #10b418;
	width: 90px;
	height: 90px;
	border-radius: 100%;
	animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
	opacity: 0.6;
	-webkit-animation: pulse 1s ease-out;
	animation: pulse 1.8s ease-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(0);
		opacity: 0;
	}
	25% {
		-webkit-transform: scale(0.3);
		opacity: 1;
	}
	50% {
		-webkit-transform: scale(0.6);
		opacity: 0.6;
	}
	75% {
		-webkit-transform: scale(0.9);
		opacity: 0.3;
	}
	100% {
		-webkit-transform: scale(1);
		opacity: 0;
	}
}

@keyframes pulse {
	0% {
		transform: scale(0);
		opacity: 0;
	}
	25% {
		transform: scale(0.3);
		opacity: 1;
	}
	50% {
		transform: scale(0.6);
		opacity: 0.6;
	}
	75% {
		transform: scale(0.9);
		opacity: 0.3;
	}
	100% {
		transform: scale(1);
		opacity: 0;
	}
}
/* Whatsapp btn animation */

.banner{
    background-image: url("https://hnhlawyer.id/assets/img/hero-carousel/5.jpg");
    background-size: cover;
    background-position: center center;
}
.innerbanner{
    background-color: rgba(0,0,0,0.6);
    height: 100%;
    padding: 100px 0;
    text-align: center;
}
.innerbanner h2{
    font-size: var(--clamp50);
    color: white;
    font-weight: 600;
    letter-spacing: 1px;
}

/* Mobile Screens */
@media screen  and (min-width:320px) and (max-width:767px) {
    .innerbanner{
        padding: 50px 0;
    }
    .innerbanner h2{
        color: white;
        font-weight: 600;
        letter-spacing: 1px;
    }
}

/* Tab Screens  & High End Mobile View */
@media screen  and (min-width:768px) and (max-width:991px) {

}

/* aboutus section */
.aboutus-section{
	padding: 100px 0;
}
.titlestyle h4{
	background-color: var(--primary-color);
	padding: 3px 20px;
	border-radius: 50px;
	font-size: var(--clamp18);
	text-transform: uppercase;
	line-height: 30px;
	display: inline-block;
	color: #fff;
}
.aboutus-content h2{
	font-size: var(--clamp50);
	font-weight: 700;
	text-align: left;
	margin: 15px 0;
}

.abtimg2{
	position: relative;
	border-radius: 12px;
	overflow: hidden;
	height: 100%;
	width: auto;
	right: 0;
	top: 0px;
}

@media screen  and (min-width:320px) and (max-width:767px) {
	.abtimg2 {
		top: 40px;
	}
}
@media screen  and (min-width:768px) and (max-width:991px) {
	.abtimg2 {
		top: 40px;
	}
}

/* aboutus section */

.team-section {
      padding: 60px 0;
      text-align: center;
    }

    .team-section h2 {
      font-weight: 700;
      font-size: 2.5rem;
    }

    .team-section p {
      color: #555;
      margin-bottom: 40px;
      font-size: 1rem;
    }

    .team-card {
      background: #fff;
      border-radius: 10px;
      padding: 20px;
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease;
    }

    .team-card:hover {
      transform: translateY(-5px);
    }

    .team-img {
      width: 100%;
      height: 300px;
      object-fit: cover;
      border-radius: 8px;
    }

    .team-name {
      font-weight: 600;
      margin-top: 15px;
      font-size: 1.2rem;
    }

    .team-role {
      color: #777;
      font-size: 0.9rem;
      margin-bottom: 10px;
    }

    .social-icons a {
      color: #f55c5c;
      margin: 0 5px;
      font-size: 18px;
      transition: color 0.3s;
    }

    .social-icons a:hover {
      color: #000;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
      background-color: #000;
      border-radius: 50%;
      padding: 10px;
    }

    .carousel-inner {
      padding: 0 60px;
    }

    /* Why Chouse Us */
    .why-choose-wrapper {
      padding: 60px 0;
      background: #fff;
    }

    .main-image {
      width: 100%;
      border-radius: 5px;
      object-fit: cover;
    }

    .video-preview {
      position: absolute;
      bottom: -30px;
      left: -30px;
      width: 300px;
      max-width: 90%;
      border: 8px solid #fff;
      box-shadow: 0 15px 30px rgba(0,0,0,0.2);
      border-radius: 6px;
    }

    .video-preview img {
      width: 100%;
      border-radius: 4px;
    }

    .video-play-btn {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 32px;
      color: white;
      background: rgba(0,0,0,0.5);
      border-radius: 50%;
      padding: 10px 14px;
      cursor: pointer;
    }

    .feature-icon {
      color: var(--primary-color);
      font-size: 24px;
      margin-right: 15px;
    }

    .fw-bold {
    font-weight: 700!important;
    margin-top: 8px;
}
    .section-title {
      font-size: 32px;
      font-weight: 700;
    }

    @media (max-width: 767.98px) {
      .video-preview {
        position: relative;
        bottom: 0;
        left: 0;
        margin-top: 20px;
      }

      .section-title {
        font-size: 26px;
      }
    }
    /* Why Chouse Us */

    /* contact-details */
.contact-details-section{
	padding: 50px 0;
	background: #fff;
}
.contact-icon{
	background-color: var(--primary-color);
	height: 100px;
	width: 100px;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	margin-bottom: 30px;
}
.contact-icon i{
	color: var(--white);
	font-size: 35px;
}
.contact-details{
	text-align: center;
}
.contact-details h3{
	font-size: var(--clamp18);
	color: var(--title-color);
	margin-bottom: 10px;
}
.contact-details h4{
	font-size: var(--clamp16);
	color: var(--black2);
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
.contact-details a{
	font-size: var(--clamp18);
	color: #070501;
	text-decoration: none;
}
.contact-details{
	margin-bottom: 25px;
}

/* contact-details */

.contactform{
	background-color: white;
	border-radius: 20px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
	padding: 35px 25px;
}
.contactimg::before{
	content: "";
	position: absolute;
	border:solid 2px var(--primary-color);
	border-radius: 20px;
	height: 100%;
	width: 100%;
	top:35px;
	border-style: dashed;
	z-index: 1;
}
.contactimg img{
	position: relative;
	z-index: 2;
}
.contact-section{
	padding: 70px 0;
}
.contactform input[type="text"],.contactform input[type="email"].contactform input[type="number"]{
	height: 50px;
	margin-bottom: 20px;
	border-radius: 0;
	box-shadow: none;
}
.contactform select,.contactform select:focus{
	height: 50px;
	margin-bottom: 20px;
	border-radius: 0;
	box-shadow: none;
}
.contactform textarea,.contactform textarea:focus{
	height: 100px;
	margin-bottom: 20px;
	border-radius: 0;
	box-shadow: none;
}
.contactform button{
	box-sizing: none;
	border:none;
	padding: 10px;
	background-color: var(--primary-color);
	color: white;
	font-weight: 600;
	font-size: var(--clamp22);
	text-transform: uppercase;
	letter-spacing: 1px;
}
.contactform h3{
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	color: var(--primary-color);
}

/* Services */
.service-section{
  padding: 50px 0;
}
.serbox {
    background: var(--primary-color);
    padding: 20px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
    text-align: center;
    transition: transform 0.3s ease;
    height: 125px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.serbox h4{
  font-size: var(--clamp24);
  font-weight: 700;
}

/* Services */

/* pagetitle */
.pagetitle{
    padding: 30px 0;
}
.pagetitle h2{
    position: relative;
    font-size: var(--clamp24);
    font-weight: 500;
    padding-left: 45px;
    text-transform: capitalize;
}
.pagetitle h2::after{
    content: "";
    position: absolute;
    top: 22%;
    left: 20px;
    transform: translate(-50%, -50%);
    width: 15px;
    height: 15px;
    background-color: var(--primary-color);
    animation: wave 2s infinite;
}
.pagetitle h2::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 2px;
    background-color: var(--primary-color);
}
@keyframes wave {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
  }
/* pagetitle */

/* herosection */
.herosections{
    height: 85vh;
    background-image: url("../img/bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.innerhero{
    background-color: rgba(0, 0, 0, 0.7);
    height: 100%;
}
.innerhero h1{
    color: #fff;
    font-size: var(--clamp55);
    text-align: center;
}
.innerhero p{
    color: #fff;
    font-size: var(--clamp20);
    text-align: center;
}
.theme-btn button {
  display: inline-block;
  padding: 12px 28px;
  background-color: var(--primary-color); /* Dark Red tone */
  color: var(--black1);
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.theme-btn:hover > button {
  background-color: peru;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}


/* Mobile Screens */
@media screen  and (min-width:320px) and (max-width:767px) {
    .herosections {
        height: auto;
    }
    .innerhero.d-flex.align-items-center {
        padding: 50px 0;
        padding-top: 90px;
    } 
}

/* Tab Screens  & High End Mobile View */
@media screen  and (min-width:768px) and (max-width:991px) {
    .herosections {
        height: auto;
    }
    .innerhero.d-flex.align-items-center {
        padding: 50px 0;
        padding-top: 90px;
    } 
}

/* herosection */

