  /* START COMMON CSS */

  html,
  body {
    height: 100%;
  }

  body {
    display: flex;
    flex-direction: column;
  }

  .text-gradient-border {
    font-size: 65px;
    font-weight: bold;
    color: white;
    color: black;
    text-shadow: 2px -2px 0 #c7baba, 1px -1px 0 #ecd3d3, 2px -1px 0 #000, 1px 1px 0 #000;
    -webkit-text-stroke: 1px white;
  }

  .divider-img {
    position: relative;
    width: 100%;
    top: -10px;
  }

  .phone-icon {
    transform: rotate(90deg) !important;
  }

  /* END COMMON CSS */

  /* START NAVBAR */

  .main-nav {
    background-color: #000000 !important;
    height: 75px;
  }

  .nav-img {
    border-radius: 15%;
  }

  .nav-text {
    font-weight: 700;
  }

  /* END  NAVBAR */

  /* STAT BACKGROUND IMAGE */

  .bg-img-section {
    position: relative;
  }

  .content {
    position: absolute;
    top: 55px;
    left: 220px;
    color: white;
  }

  .bg-image {
    width: 100%;
    height: 840px;
    display: block;
    object-fit: cover;
  }

  .bg-text {
    font-size: 55px;
    margin-bottom: 10px;
    font-weight: 700;
    width: 60%;
  }

  .app-section {
    margin-top: 20px;
  }

  .web-icon-img {
    width: 150px;
    height: auto;
    margin-right: 10px;
    cursor: pointer;
  }

  @media (max-width: 992px) {
    .bg-image {
      width: 100%;
      height: auto;
      height: 500px !important;
      object-fit: cover !important;
    }

    .content {
      top: 40px !important;
      left: 20px !important;
    }

    .bg-text {
      font-size: 37px !important;
    }

    .web-icon-img {
      width: 145px !important;
    }

  }

  /* END BACKGROUND IMAGE */

  /* START OUR MISSION SECTION */

  .our-mission {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .our-mission-img {
    width: 100%;
  }

  .our-mission-p {
    text-align: justify;
  }

  /* END OUR MISSION SECTION */

  /* START WHY CHOOSE SECTION */

  .why-choose-section {
    position: relative;
    width: 100%;
  }

  .whychoose_image {
    width: 100%;
    display: block;
    max-height: 100%;
  }

  .content-overlay {
    position: relative;
    width: 100%;
  }

  .why-choose-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 1490px;
    padding: 20px;
    z-index: 1;
  }

  .why-choose-content .container-fluid {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }

  .why-choose-content h2 {
    font-size: 60px;
    margin-bottom: 25px;
  }

  .why-choose-content h6 {
    font-size: 20px;
    margin-bottom: 50px;
  }

  .why-choose-card {
    background-color: transparent !important;
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
  }

  .why-choose-card-body {
    background-color: #ddd9 !important;
    border: none !important;
    border-radius: 5% !important;
    transition: max-height 0.3s ease;
  }

  .why-round-image {
    width: 90px;
    height: 90px;
    background-color: white;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    border: 4px solid gainsboro;
  }

  .why-p {
    color: #cfcfd0 !important;
    max-height: 100px;
    line-height: 2;
    overflow: hidden;
    transition: height 0.3s ease;
  }

  .why-choose-card-body.expanded {
    max-height: none;
  }

  .why-choose-card-body.expanded .why-p {
    max-height: none;
  }

  .read-less {
    font-size: 10px;
    cursor: pointer;
    font-weight: bold;
    display: none;
  }

  .why-h5 {
    height: 50px;
    overflow: hidden;
  }

  .read-more {
    cursor: pointer;
    font-size: 10px;
    font-weight: bold;
  }

  /* END WHY CHOOSE SECTION */

  /* START TESTIMONIAL */

  .testimonial-container {
    margin-bottom: 8rem;
    background-color: #f1f1f1 !important;
    height: 730px;
  }

  .testimonial-content {
    display: flex;
    flex-direction: column;
    margin-top: 3rem;
    margin-bottom: 5rem;
  }

  .testimonial-content h2 {
    font-size: 50px;
    margin-top: 60px;
  }

  .testimonial-content p {
    margin-top: 5px;
    font-size: 20px;
  }

  .testimonial-item h5 {
    color: #757575;
  }

  .testimonial {
    height: 300px;
    background-color: #000000;
  }

  .testimonial-p {
    height: 100px;
    line-height: 1.6;
    overflow: hidden;
  }

  .marbot-30 {
    margin-bottom: 30px;
  }

  .profile-border-img {
    height: 400px !important;
    position: relative;
  }

  .profile-image-wrapper {
    position: absolute;
    top: 50%;
    left: 68%;
    transform: translate(-50%, -50%);
    width: 360px;
    height: 360px;
  }

  .profile-image {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* END TESTIMONIAL */

  /* START MOBILE SECTION */

  .download-section {
    margin-bottom: 4rem;
  }

  .mobile-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  /* END MOBILE SECTION */

  /* START TERMS & SERVICE */

  .terms-service {
    margin-top: 2rem;
  }

  .terms-service p {
    color: rgb(83, 83, 83) !important;
    font-size: 15px;
  }

  .terms-service ul li {
    color: rgb(83, 83, 83) !important;
    font-size: 15px;
  }

  /* END TERMS & SERVICE */

  /* START PRIVACY POLICY */

  .privacy-policy {
    margin-top: 2rem;
  }

  .privacy-policy p {
    font-size: 15px;
    color: rgb(83, 83, 83) !important;
  }

  .privacy-policy ul li {
    color: rgb(83, 83, 83) !important;
    font-size: 15px;
  }

  /* END PRIVACY POLICY */

  /* START MEDIA QUERY */

  @media (min-width: 1200px) {
    .nav-container {
      margin-left: 225px !important;
    }
  }

  @media (max-width: 768px) {
    .our-mission {
      margin-top: 2rem !important;
    }

    .mobile_image {
      margin-top: 3rem !important;
    }

    .testimonial-image-div {
      display: none !important;
    }

    .bg-text {
      width: 90% !important;
    }

    .text-gradient-border {
      font-size: 40px !important;
    }

    .testimonial-container {
      height: 660px !important;
      margin-bottom: 5rem !important;
    }

    .mobile-section {
      display: flex;
      flex-direction: row !important;
      justify-content: start !important;
    }

    .copyright {
      margin-top: 15px !important;
    }

    .testimonial-content {
      margin-top: 0rem !important;
    }

    .why-choose-content h2 {
      font-size: 35px !important;
    }

    .why-choose-content .container-fluid {
      margin-top: 20px !important;
      margin-bottom: 20px !important;
    }

    .why-choose-content {
      width: 100% !important;
    }

    .why-choose-card {
      max-width: none !important;
    }
   .search-box{
position: absolute;
top: 220px;
left: 50%;
transform: translateX(-50%);
width: 90%;
max-width: 1100px;
background: rgba(255,255,255,0.96);
padding: 15px;
border-radius: 10px;
box-shadow: 0 10px 25px rgba(0,0,0,0.20);
z-index: 9999;
}

.search-input{
height: 45px;
border-radius: 8px;
border: 1px solid #ddd;
}

.search-btn{
background: #f4b400;
border: none;
padding: 10px 25px;
font-weight: bold;
border-radius: 8px;
color: #000;
}
  }

  @media only screen and (min-width: 768px) and (max-width: 992px) {
    .profile-image-wrapper {
      top: 50% !important;
      left: 51% !important;
      width: 200px !important;
      height: 200px !important;
    }

    .profile-border-img {
      height: 225px !important;
    }

    .download-now {
      font-size: 45px !important;
    }
  }

  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .profile-image-wrapper {
      left: 55% !important;
    }

    .content {
      top: 60px !important;
      left: 80px !important;
    }

  }

  @media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .profile-image-wrapper {
      left: 63% !important;
    }

    .content {
      top: 60px !important;
      left: 110px !important;
    }
  }

  /* END MEDIA QUERY */

  /* START FOOTER */

  .pages {
      margin-top: 4rem;
  }

  .pages p {
      font-size: 14px;
  }

  .footer {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 20px 0;
    width: 100%;
  }

  .footer-container {
    margin-top: 3rem;
  }

  .footer-bottom {
    margin-bottom: 3rem;
  }

  .footer a {
    text-decoration: none;
  }

  .footer-content {
    color: #959595;
  }

  .footer-heading {
    font-size: 18px;
    margin-bottom: 1rem;
  }

  .footer-link {
    font-size: 14px;
    line-height: 2;
  }

  .footer .social-icons a {
    margin: 0 10px;
    font-size: 25px;
  }

  .footer .divider {
    border-top: 1px solid #4d4d4d;
    margin: 20px 0;
  }

  .terms-condition {
    font-size: 13px;
    font-weight: 700;
  }

  .logo-name {
    font-weight: 700;
  }

  .copyright {
    font-size: 13px;
  }

  .hover-stop {
    color: #959595 !important;
  }

  @media (min-width: 768px) {
    .footer-container {
      padding-left: 50px !important;
      padding-right: 50px !important;
    }
  }

  @media (min-width: 992px) {
    .footer-container {
      padding-left: 100px !important;
      padding-right: 100px !important;
    }
  }

  @media (min-width: 1300px) {
    .footer-container {
      padding-left: 240px !important;
      padding-right: 240px !important;
    }

    .social-icons {
      text-align: center;
    }
  }

  /* END FOOTER */


  /* START CUSTOM SCROLLBAR */

  ::-webkit-scrollbar {
    width: 5px;
  }

  ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }

  ::-webkit-scrollbar-thumb {
    background: #909088;
  }

  ::-webkit-scrollbar-thumb:hover {
    background: #555556;
  }

  /* END CUSTOM SCROLLBAR */
  @media (max-width:768px){

.ba-img-section{
position:relative !important;
}

.bg-image{
height:720px !important;
object-fit:cover !important;
}

.search-box{
position:absolute !important;
top:70px !important;
left:50% !important;
transform:translateX(-50%) !important;
width:95% !important;
background:rgba(255,255,255,0.96) !important;
z-index:9999 !important;
}

.content{
position:absolute !important;
top:330px !important;
left:20px !important;
z-index:10000 !important;
}

.bg-text{
width:90% !important;
font-size:38px !important;
line-height:1.05 !important;
}

.web-icon-img{
width:135px !important;
margin-right:8px !important;
}

}
@media (max-width:768px){

.content{
position: relative !important;
top: 20px !important;
left: 0 !important;
text-align: center !important;
}

.bg-text{
font-size: 34px !important;
margin-top: 20px !important;
}

.app-section{
margin-top: 10px !important;
}

}

@media (max-width:768px){

.bg-text{
font-size:32px !important;
margin-top:40px !important;
text-align:center !important;
}

.app-section{
margin-top:10px !important;
margin-bottom:20px !important;
display:flex !important;
justify-content:center !important;
gap:10px !important;
}

.search-box{
margin-top:40px !important;
}

}
@media (max-width:768px){

.bg-image{
height: 980px !important;
object-fit: cover !important;
}

.search-box{
top: 210px !important;
}

.content{
top: 40px !important;
left: 0 !important;
width: 100% !important;
text-align: center !important;
}

.bg-text{
font-size: 30px !important;
margin-top: 0 !important;
margin-bottom: 15px !important;
}

.app-section{
margin-top: 0 !important;
margin-bottom: 18px !important;
justify-content: center !important;
}

.search-input{
font-size: 16px !important;
color: #333 !important;
}
}
@media (max-width:768px){

.content{
top: 35px !important;
left: 0 !important;
width: 100% !important;
text-align: center !important;
}

.bg-text{
font-size: 28px !important;
margin-top: 0 !important;
margin-bottom: 14px !important;
text-shadow: 0 4px 16px rgba(0,0,0,0.35) !important;
}

.app-section{
margin-top: 0 !important;
margin-bottom: 14px !important;
display: flex !important;
justify-content: center !important;
gap: 10px !important;
flex-wrap: wrap !important;
}

.web-icon-img{
width: 128px !important;
border-radius: 10px !important;
}

.bg-image{
height: 950px !important;
object-fit: cover !important;
filter: brightness(0.95) !important;
}

.search-box{
top: 185px !important;
width: 94% !important;
padding: 18px !important;
border-radius: 22px !important;
background: rgba(255,255,255,0.82) !important;
backdrop-filter: blur(10px) !important;
-webkit-backdrop-filter: blur(10px) !important;
box-shadow: 0 12px 35px rgba(0,0,0,0.18) !important;
border: 1px solid rgba(255,255,255,0.45) !important;
}

.search-input{
height: 56px !important;
border-radius: 14px !important;
border: 1px solid #d9dee5 !important;
background: rgba(255,255,255,0.96) !important;
font-size: 16px !important;
color: #222 !important;
padding: 0 16px !important;
box-shadow: none !important;
}

.search-input:focus{
border-color: #f4b400 !important;
box-shadow: 0 0 0 3px rgba(244,180,0,0.15) !important;
outline: none !important;
}

.search-btn{
width: 100% !important;
height: 54px !important;
border-radius: 14px !important;
border: none !important;
background: linear-gradient(135deg, #f4b400, #ffcc33) !important;
color: #111 !important;
font-size: 22px !important;
font-weight: 700 !important;
box-shadow: 0 8px 20px rgba(244,180,0,0.28) !important;
}
}
@media (max-width:768px){

.content{
top: 55px !important;
left: 0 !important;
width: 100% !important;
text-align: center !important;
}

.bg-text{
font-size: 26px !important;
margin-top: 0 !important;
margin-bottom: 12px !important;
color: #ffffff !important;
text-shadow: 0 3px 10px rgba(0,0,0,0.35) !important;
opacity: 1 !important;
}

.app-section{
margin-top: 0 !important;
margin-bottom: 22px !important;
display: flex !important;
justify-content: center !important;
gap: 12px !important;
flex-wrap: wrap !important;
}

.web-icon-img{
width: 125px !important;
}

.search-box{
top: 210px !important;
width: 94% !important;
}

.search-input{
margin-bottom: 4px !important;
}

.search-btn{
font-size: 20px !important;
letter-spacing: 0.3px !important;
}
}
.search-label{
display:block;
font-size:14px;
font-weight:600;
color:#555;
margin-bottom:6px;
padding-left:4px;
}
@media (max-width:768px){

.search-box{
top:150px !important;
padding:14px !important;
}

.search-input{
height:48px !important;
border-radius:12px !important;
font-size:15px !important;
}

.search-label{
font-size:13px !important;
margin-bottom:2px !important;
}

.row.g-3{
--bs-gutter-y:10px !important;
}

.search-btn{
height:50px !important;
font-size:18px !important;
margin-top:8px !important;
}

}
@media (max-width:768px){

.bg-image{
height: 900px !important;
object-fit: cover !important;
filter: brightness(0.78) !important;
}

.content{
top: 38px !important;
left: 0 !important;
width: 100% !important;
text-align: center !important;
}

.bg-text{
font-size: 28px !important;
margin-top: 0 !important;
margin-bottom: 12px !important;
color: #ffffff !important;
text-shadow: 0 6px 18px rgba(0,0,0,0.45) !important;
letter-spacing: 0.3px !important;
}

.app-section{
margin-top: 0 !important;
margin-bottom: 14px !important;
display: flex !important;
justify-content: center !important;
gap: 10px !important;
flex-wrap: wrap !important;
}

.web-icon-img{
width: 120px !important;
border-radius: 12px !important;
box-shadow: 0 6px 16px rgba(0,0,0,0.20) !important;
}

.search-box{
top: 155px !important;
width: 92% !important;
padding: 16px !important;
border-radius: 24px !important;
background: rgba(255,255,255,0.88) !important;
backdrop-filter: blur(10px) !important;
-webkit-backdrop-filter: blur(10px) !important;
box-shadow: 0 14px 32px rgba(0,0,0,0.18) !important;
border: 1px solid rgba(255,255,255,0.5) !important;
}

.search-label{
font-size: 13px !important;
font-weight: 700 !important;
color: #444 !important;
margin-bottom: 4px !important;
padding-left: 4px !important;
}

.search-input{
height: 50px !important;
border-radius: 14px !important;
border: 1px solid #d9dee5 !important;
background: rgba(255,255,255,0.98) !important;
font-size: 15px !important;
color: #222 !important;
padding: 0 16px !important;
}

.search-input:focus{
border-color: #f4b400 !important;
box-shadow: 0 0 0 3px rgba(244,180,0,0.14) !important;
outline: none !important;
}

.row.g-3{
--bs-gutter-y: 10px !important;
}

.search-btn{
width: 100% !important;
height: 52px !important;
margin-top: 6px !important;
border-radius: 14px !important;
border: none !important;
background: linear-gradient(135deg, #f4b400, #ffcc33) !important;
color: #111 !important;
font-size: 20px !important;
font-weight: 700 !important;
letter-spacing: 0.2px !important;
box-shadow: 0 10px 22px rgba(244,180,0,0.28) !important;
}
}
@media (max-width:768px){

.search-box{
top:140px !important;
width:92% !important;
padding:12px 14px !important;
border-radius:18px !important;
}

.search-input{
height:42px !important;
border-radius:10px !important;
font-size:14px !important;
padding:0 12px !important;
}

.search-label{
font-size:12px !important;
margin-bottom:3px !important;
}

.row.g-3{
--bs-gutter-y:8px !important;
}

.search-btn{
height:44px !important;
font-size:16px !important;
margin-top:6px !important;
}

}