@import url("https://fonts.googleapis.com/css?family=Poppins");

:root {
  --primary: #FF5E01;
  --secondary: #201c3d;
  --black: #111;
  --white: #fff;
}
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
  font-family: "Poppins", sans-serif;
}
header {
  position: fixed;
  z-index: 998;
  top: 0;
  left: 0;
  right: 0;
  padding: 20px 0;
}
.sticky {
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
}
.sticky .logo1 {
  display: none;
}
.sticky .logo2 {
  display: block;
}
.desktop-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.desktop-nav .logo {
  display: flex;
  flex-direction: column;
  margin-left: 5%;
}
.logo1 {
  display: block;
}
.logo2 {
  display: none;
}
.findclaim {
  display: flex;
  gap: 10px;
  align-items: center;
}
.findclaim a {
  font-size: 18px;
  background: none;
  color: var(--white);
  display: inline-block;
  text-transform: uppercase;
  padding: 14px 20px;
}
.findclaim a:hover {
  background:none;
  color:  var(--primary);
}
.findclaim .calllink {
  background: none;
  color: var(--white);
  padding-right: 60px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.herobanner {
	display: block;
	height: calc(100vh - 100px);
}
.herobanner .overlay-box {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(173, 173, 173, 0.65) 0%,
    rgba(87, 87, 87, 0) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  display: grid;
  place-items: center;
}
.herobanner .overlay-box .center-hero {
  width: 80%;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.hero-content {
  max-width: 550px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.hero-content h1 {
  color: var(--secondary);
  font-size: 42px;
  font-weight: 300;
}
.hero-content p {
  color: var(--secondary);
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}
.slogin {
  background: var(--white);
  max-width: 500px;
  width: 100%;
  padding: 30px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.slogin h2 {
  color: var(--secondary);
  font-size: 28px;
  font-weight: 300;
}
.slogin {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.slogin input {
  font-size: 16px;
  padding: 15px 14px;
  font-size: 16px;
  color: var(--black);
  border-radius: 0px;
  border: 1px solid #dfdfdf;
}
.slogin .submitbtn input,
.slogin input[type="submit"] {
  padding: 15px 14px;
  font-size: 16px;
  border-radius: 0px;
  border: none;
  color: var(--white);
  background: var(--secondary);
  width: 150px;
  text-align: center;
}
    .slogin .submitbtn input:hover,
    .slogin input[type="submit"]:hover { background: var(--primary); color: var(--white); }
.networkblock {
  display: block;
  padding: 80px 0;
  background: url(./images/bg1.png) no-repeat center;
  background-size: cover;
}
.container {
  width: 80%;
  margin: 0 auto;
}
.netblock {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
}
.netblock > div {
  width: 50%;
}
.imgblock {
  display: block;
  width: 100%;
}
.nettextcontent {
  text-wrap: balance;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.nettextcontent h1 {
  font-size: 38px;
  color: var(--secondary);
  font-weight: 400;
}
.nettextcontent h2 {
  font-size: 24px;
  color: var(--secondary);
  font-weight: 400;
}
.nettextcontent p {
  font-size: 16px;
  color: var(--secondary);
  line-height: 24px;
}
.adminclaim {
  display: block;
  background: url(./images/bg2.png) no-repeat center;
  background-size: cover;
  padding: 80px 0;
}
.claimbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
}
.claimbox > div {
  width: 50%;
}
.claimtextcontent {
  text-wrap: balance;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.claimtextcontent h1 {
  font-size: 38px;
  color: var(--white);
  font-weight: 400;
}
.claimtextcontent h2 {
  font-size: 24px;
  color: var(--white);
  font-weight: 400;
}
.claimtextcontent p {
  font-size: 16px;
  color: var(--white);
  line-height: 24px;
}
.foryou{
    display: block;
    padding: 80px 0;
    background: url(./images/bg3.png) no-repeat center;
    background-size: cover;
}
.herebox{
    display: flex;
    justify-content:center;
}
.herelayout{
    display: flex;
    flex-direction: column;
    width: 70%;
    gap: 20px;

}
.herelayout h1{
    font-size: 38px;
    color: var(--white);
    font-weight: 400;
    text-align: center;
}
.herelayout h6{
    font-size: 16px;
    color: var(--white);
    line-height: 24px;
    text-align: center;
    font-weight: 400;
    text-wrap: balance;
}
.herelayout p{
    font-size: 16px;
    color: var(--white);
    line-height: 24px;
    font-weight: 400;
}
.contactline{
    display: flex;
    gap: 45px;
    width: 60%;
    margin: 0 auto;
}
.contactline > div{
    width: 50%;
}
.colist{
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.iconlist{
    display: flex;
    gap: 10px;
}
.coicon i{
font-size: 20px;
color: var(--white);
}
footer{
    display: block;
    background: var(--secondary);
    min-height:100px;
    position:absolute;
    width:100%;
}
.ftbox{
    display: flex;
    justify-content: space-between;
    padding: 20px 40px;
    align-items: center;
}
.ftlogo{
    width: 110px;
    display: inline-block;
}
.ftleft{
    display: flex;
    gap: 45px;
    align-items: center;
}
.s-icons{
    display: flex;
    gap: 15px;
    align-items: center;
}
.s-icons a{
    color: var(--white);
    font-size: 20px;
}
.s-icons a:hover{
    color: var(--primary);
}
.ftright p{
    color: var(--white);
    font-size: 12px;
}
.mobile-nav{
    display: none;
}
.mobile-nav .calllink{
    color: var(--primary);
    font-size: 25px;
    padding: 10px;
}
.navbtn{
    font-size: 14px;
    color: var(--black);
    background: transparent;
    border: none;
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.navbtn i{
    color: var(--primary);
    font-size: 20px;
}
.linklayout{
  background: var(--white);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.linklayout a{
  font-size: 16px;
  color: var(--secondary);
  padding: 10px 20px;
}
.hiddenbox{display: none;}
.dkimg{
  display: block;
}
.mobimg{
  display: none;
}
@media (max-width: 767px), (max-height: 450px) {
  .herobanner {
    height: 75vh;
  }
  .dkimg{
    display: none;
  }
  .mobimg{
    display: block;
  }
    .imgblock img{
        display: block;
    }
    .container{
        width: 90%;
    }
    .desktop-nav{
        display: none;
    }
    .mobile-nav{
        display: flex;
        justify-content: space-between;
        padding: 0 15px;
        align-items: center;
    }
    .slogin{
        padding: 20px;
    }
        .slogin .submitbtn input, .slogin button[type="submit"] { width: 100%; }
    .slogin h2{
        font-size: 20px;
    }
    /* .herobanner img{
        height: 50vh;
        width: 100vh;
    } */
    .center-hero{
        flex-direction: column;
        width: 90% !important;
        margin-top:-100px;
    }
    .center-hero h1{
        font-size: 24px;
    }
    .networkblock{
        padding: 100px 0 0 0;
    }
    .networkblock .container{
        width: 100%;
    }
    .netblock{
       flex-direction: column;
    }
    .netblock > div{
        width: 100%;
    }
    .nettextcontent{
        padding: 0 15px;
    }
    .adminclaim{
        padding: 80px 0 0 0;
    }
    .adminclaim .container{
        width: 100%;
    }
    .claimtextcontent{
        padding: 0 15px 40px 15px;
    }
    .claimbox{
        flex-direction: column-reverse;
        gap: 40px;
    }
    .claimbox > div{
        width: 100%;
    }
    .claimtextcontent h1, .nettextcontent h1{
        font-size: 26px;
    }
    .claimtextcontent h2, .nettextcontent h2{
        font-size: 20px;
    }
    .contactline > div{
        width: 70%;
    }
    header{
        position: relative;
    }
    .sticky{
        position: fixed;
    }
    .herelayout {
        width: 100%;
    }
    .herelayout h1{
        font-size: 26px;
        text-align: left;
    }
    .herelayout h6{
        text-align: left;
    }
    .contactline{
        flex-direction: column;
        width: 100%;
    }
    .ftbox{
        padding: 40px;
        flex-direction: column;
        gap: 20px;
    }
    .ftleft{
        flex-direction: column;
    }
    br{
      display: none;
    }
}
@media (max-height: 450px) {
    .hero-content { visibility: hidden; }
}
