body {
    font-family: "Instrument Sans", sans-serif;
    font-size: 16px;
    line-height: 24px;
    overflow-x: hidden;
}


.container{
    max-width: 1280px !important;
    width: 100%;
    margin: 0 auto;
}

p{
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #454545;
}

/**********HEADER**********/


nav.navbar.navbar-expand-lg.bg-body-tertiary{
    background-color: transparent !important;
    padding: 0px;
}

.menu-section.fixed-top{
    background-color: #fff;
    box-shadow: 0 5px 5px rgb(0 0 0 / 20%);
}

header.fixed-top {
    background-color: #fff;
    box-shadow: 0 5px 5px rgb(0 0 0 / 20%);
}

a.navbar-brand {
    width: 190px;
    padding: 0px !important;
}

.navbar-brand img{
    width: 125px;
}

.navbar-brand h6{
    font-size: 30px;
    line-height: 34px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0px;
}

.navbar-brand h6 span{
    color: #ED3F3C;
}

.navbar-fixed {
  top: 0;
  z-index: 100;
  position: fixed;
  width: 100%;
}

.navbar-expand-lg .navbar-nav .nav-link{
    padding: 10px 22px;
    font-size: 14px;
    line-height: 44px;
    font-weight: 500;
    color: #2B2B2B;
} 

.navbar-expand-lg .navbar-nav .nav-link:hover,
.navbar-expand-lg .navbar-nav .nav-link.active{
    color: #FF910D;
}

a.btn.btn-getapp {
    border: 1px solid #FF910D;
    background-color: #FF910D;
    padding: 10px 16px;
    border-radius: 10px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #fff;
}

a.btn.btn-getapp i{
    padding-left: 5px;
}

a.btn.btn-login {
    border: 1px solid #FFD39E;
    background-color: transparent;
    padding: 10px 16px;
    border-radius: 10px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #A35900;
    margin-left: 20px;
}



.burger {
    width: 55px;
    height: 55px;
    border-radius: 10px;
    background: white;
    box-shadow: rgb(136 165 191 / 48%) 6px 2px 16px 0px, rgb(255 255 255 / 80%) -6px -2px 16px 0px;
    ;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    transition: all .5s ease;
    margin: 1em;
}
.burger:hover {
    background: rgb(56 56 56);
}
.burger-strip {
    transition: all .5s ease;
}
.strip div {
    height: 3px;
    border-radius: 2px;
    background: rgb(56 56 56);
    margin: 10px;
    transition: all .55s cubic-bezier(0.075, 0.82, 0.165, 1);
    width: 40px;
}
.burger:hover .strip div {
    background: white;
}



.burger-strip-5 div {
    /* margin: 10px auto; */
    transition: all .65s cubic-bezier(0.075, 0.82, 0.165, 1)
}
.burger:hover .burger-strip-5 div:first-child {
    transform: translateY(13px) rotate(0deg) ;
}
.burger:hover .burger-strip-5 div:nth-child(2) {
    opacity: 0;
}
.burger:hover .burger-strip-5 div:last-child {
    transform: translateY(-13px) rotate(90deg) ;
}
.burger:hover .burger-strip-5 {
    transform: scale(.7) rotate(45deg);
    transition: all .25s ease .05s;
}



.dropdown {
  position: relative;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 130px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 5px;
    left: 0;
    margin-top: 10px;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropdown-content img{
    width: 120px;
    height: 120px;
}




/**********MOBILE MENU***********/

.clickmenus{
    font-size: 28px;
    cursor: pointer;
    position: absolute;
    top: 0px;
    left: 0px;
    color: #000;
    z-index: 99;
    display: none;
    float: left;
    background-color: #fff;
    padding: 7px 12px;
    border-radius: 50%;
}

.clickmenus h6{
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #dc3545;
    text-transform: uppercase;
    float: right;
    margin-left: 10px;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 20px;
    box-shadow: 0 5px 5px rgb(0 0 0 / 20%);
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #222;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #000;
}

.sidenav .closebtn {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 50px;
    margin-left: 50px;
    z-index: 9999;
    padding: 0px;
    color: #000;
}

.sidenav img{
    margin-bottom: 20px;
    width: 140px;
    margin-top: -10px;
}

.mobile-menus{
    padding: 20px;
}

@media screen and (max-height: 450px) {
  .sidenav a {font-size: 18px;}
}


.sidenav .card{
    background-color: transparent;
    border: none;
}


.card-header{
  background-color: transparent;
  border-bottom: 1px solid #eee;
}

.sidenav .card-body{
    padding: 0 10px;
}

.mobile-menus ul{
    padding: 0px;
    margin: 0px;
    margin-bottom: 30px;
}

.mobile-menus ul li{
    list-style-type: none;
}

.mobile-menus ul li a {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    color: #030712;
    padding: 18px 0px;
}

.mobile-menus a.btn.btn-getapp{
    margin-bottom: 20px;
}

.mobile-menus a.btn.btn-getapp:hover{
    color: #fff;
}

.mobile-menus a.btn.btn-login{
    margin-left: 0px;
}

.mobile-menus a.btn.btn-login:hover{
    color: #A35900;
}

.sidenav .card-body ul li a {
    font-size: 12px;
}


.sidenav .card-body ul li a:hover {
    color: #FF910D;
    font-size: 12px;
    background-color: transparent;
}

.mobile-menus ul li a i.fa{
    float: right;
    margin-top: 5px;
}


@media(max-width: 991px)
{
  .clickmenus{
    display: block;
    top: 9px;
    right: 15px;
    left: unset;
  }

  .fixed-top .clickmenus {
    top: 10px;
    z-index: 9;
  }

  .navbar-light .navbar-brand{
    display: block;
  }

  .navbar-toggler-icon{
    display: none;
  }

  nav.navbar.navbar-expand-lg.navbar-light{
    height: auto;
  }

  .navbar-light .navbar-toggler{
    display: none;
  }
  nav.navbar.navbar-expand-lg.bg-body-tertiary{
    padding: 15px 0;
  }
  #mySidenav{
    height: auto !important;
  }
}





/*****************HERO SECTION****************/

.hero-section{
    padding: 75px 0;
    background-color: #f1f1f1;
    background-image: linear-gradient(to bottom, #f1f1f1, #fff);
}

.hero-section h1{
    font-size: 48px;
    line-height: 60px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
}

.hero-section h1 span{
    color: #FF910D;
}

a.btn.btn-ios{
    border-radius: 12px;
    border: 1px solid #1A0E00;
    background-color: #1A0E00;
    padding: 12px 20px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #fff;
    width: 49%;
}

a.btn.btn-ios img{
    position: relative;
    top: -2px;
    margin-right: 5px;
}

/**********MAP SECTION************/

.map-section .container{
    background: url("../images/map-banner.png") top center no-repeat;
    width: 100%;
    background-size: cover;
    border-radius: 15px;
}

.map-section .row{
    background: url("../images/mobile-hold.png") left bottom no-repeat;
    height: 400px;
    position: relative;
    margin-left: 0px;
    margin-right: 0px;
}

.map-column{
    position: relative;
}

.map-box{
    position: absolute;
    bottom: 15px;
    background-color: #fff;
    padding: 16px;
    border-radius: 12px;
}

.icon-img{
    background-color: #FFD39E52;
    width: 40px;
    height: 40px;
    padding: 7px 8px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.map-box h4{
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}

.map-box p{
    color: #2B2B2B;
    margin-bottom: 0px;
}

/************PLACE SECTION***********/

.place-section{
    padding: 50px 0;
}

.place-section img{
    width: 100%;
    border-radius: 20px;
}

.place-column{
    display: flex;
    align-items: center;
}

.place-content h2{
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
    color: #030712;
    margin-bottom: 10px;
}

.place-content p{
    color: #454545;
}

a.btn.btn-zonal{
    border: 1px solid #FF910D;
    background-color: #FF910D;
    border-radius: 12px;
    padding: 12px 20px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #fff;
}

/**************BUILD SECTION*************/

.build-section{
    padding: 75px 0;
    background-color: #FFBE70;
    background-image: linear-gradient(to bottom, #FFBE70, #fff);
}

.build-content{
    max-width: 430px;
    width: 100%;
    margin: 0 auto;
    display: block;
    text-align: center;
    margin-bottom: 40px;
}

.build-content h3{
    font-size: 40px;
    line-height: 46px;
    font-weight: 500;
    color: #030712;
    margin-bottom: 15px;
}

.row.finder-rows{
    background-color: #1A0E00;
    padding: 18px 5px;
    border-radius: 24px;
    margin-bottom: 30px;
    margin-left: 0px;
    margin-right: 0px;
}

.row.finder-rows img{
    width: 100%;
    border-radius: 12px;
}

.row.finder-rows h5{
    font-size: 40px;
    line-height: 46px;
    font-weight: 500;
    padding-top: 20px;
    margin-bottom: 15px;
}

.row.finder-rows h5 a{
    color: #fff;
    text-decoration: none;
}

.row.finder-rows h5 a span{
    color: #FFBE70;
}

.row.finder-rows h5 a:hover{
    color: #FFBE70;
}

.row.finder-rows p{
    color: #C4C4C4;
}

/****************TRUST SECTION***************/

.trust-section{
    padding: 70px 0;
    background-color: rgb(238 238 238 / 28%);
}

.trust-section h4{
    font-size: 40px;
    line-height: 46px;
    font-weight: 500;
    color: #030712;
}

.trust-section ul{
    padding: 0px;
    margin: 0px;
    max-width: 600px;
    width: 100%;
    float: right;
}

.trust-section ul li{
    border: 1px solid #FFD39E;
    background-color: #FFF3E5;
    width: 30%;
    display: inline-block;
    margin-right: 15px;
    padding: 24px;
    border-radius: 18px;
    font-size: 16px;
    line-height: 24px;
    color: #D67500;
}

.trust-section ul li h5{
    font-size: 48px;
    line-height: 54px;
    font-weight: 500;
    color: #D67500;
}

/***********QUESTION SECTION**********/

.question-section{
    padding: 100px 0;
}

.question-section h4{
    font-size: 40px;
    line-height: 46px;
    font-weight: 500;
    color: #030712;
    text-align: center;
    margin-bottom: 15px;
}

p.question-content{
    color: #5E5E5E;
    text-align: center;
    margin-bottom: 50px;
}

p.question-content a{
    color: #FF910D;
    text-decoration: none;
}


.accordion-container{
  position: relative;
  max-width: 100%;
  width: 100%;
  /*float: left;*/

}
.accordion-container > h2{
  text-align: center;
  color: #fff;
  padding-bottom: 5px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #fff;
}
.set{
  position: relative;
  width: 100%;
  height: auto;
  background-color: #fff;
  box-shadow: 0px 0px 6px 0px #f7d4aa;
  -webkit-box-shadow: 0px 0px 6px 0px #f7d4aa;
  -moz-box-shadow: 0px 0px 6px 0px #f7d4aa;
  -ms-box-shadow: 0px 0px 6px 0px #f7d4aa;
    margin-bottom: 15px;
    border-radius: 10px;
}
.set > a{
  display: block;
  font-size: 18px;
  padding: 16px 20px; 
  text-decoration: none;
  color: #222222;
  font-weight: 500;
  background-color: #fff;
  -webkit-transition:all 0.2s linear;
  -moz-transition:all 0.2s linear;
  transition:all 0.2s linear;
    border-radius: 10px;
}
.set > a i{
  float: right;
  margin-top: 2px;
}
.set > a.active{
  background-color: #fff;
  color: #000;
}
.set .content{
  background-color: #fff;
      border-radius: 0 0 10px 10px;
  display:none;
}
.set .content p{
  padding: 10px 15px;
  margin: 0;
  color: #787878;
}

/***************PLATFORM SECTION***************/

.platform-section{
    background-color: #fafaf9;
    padding: 70px 0;
}

.platform-section .row{
    background: #2A1904;
    background: linear-gradient(90deg,rgba(42, 25, 4, 1) 40%, rgba(255, 167, 61, 1) 100%);
    margin-left: 0px;
    margin-right: 0px;
    border-radius: 24px;
    padding: 48px 35px 0 48px;
}

.platform-right img{
    width: 100%;
}

.platform-section h4{
    font-size: 40px;
    line-height: 46px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 150px;
}

img.app-img{
    width: 47%;
    display: inline-block;
    margin-right: 10px;
    border-radius: 10px;
    max-width: 160px;
    background-color: #fff;
    padding: 10px;
    height: 50px;
}

/*****************BLOG SECTION***************/

.blog-section{
    padding: 70px 0;
}

.blog-section h4{
    font-size: 40px;
    line-height: 46px;
    font-weight: 500;
    color: #030712;
    text-align: center;
    margin-bottom: 30px;
}

.blog-left{
    position: relative;
}

.blog-left img{
    width: 100%;
    height: 266px;
    object-fit: cover;
    margin-bottom: 15px;
}

.blog-left h6{
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    margin-bottom: 10px;
}

.blog-left h6 a{
    color: #FF910D;
    text-decoration: none;
}

.blog-left h5{
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    color: #101828;
    margin-bottom: 10px;
    margin-right: 120px;
    position: relative;
}

.blog-left h5 a{
    color: #101828;
    text-decoration: none;
}

.blog-left h5 a:hover{
    color: #FF910D;
}

.blog-left h5 a i{
    font-size: 20px;
    line-height: 28px;
    color: #000;
    text-decoration: none;
    position: absolute;
    right: -100px;
    top: 10px;
    rotate: -50deg;
}

.blog-left h5 a i:hover{
    color: #FF910D;
}

.blog-right ul{
    padding: 0px;
    margin: 0px;
}

.blog-right ul li{
    list-style-type: none;
    padding-bottom: 20px;
}

.blog-right ul li a{
    text-decoration: none;
}

.blog-right ul li a img{
    width: 300px;
    height: 200px;
    float: left;
    margin-right: 20px;
}

.blog-right ul li h6{
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    margin-bottom: 10px;
}

.blog-right ul li h6 a{
    color: #FF910D;
    text-decoration: none;
}

.blog-right ul li h5{
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: #101828;
    margin-bottom: 10px;
}

.blog-right ul li h5 a{
    color: #000;
    text-decoration: none;
}

.blog-right ul li h5 a:hover{
    color: #FF910D;
}

.blog-right ul li p{
    color: #667085;
}

/*************FOOTER************/

footer{
    background-color: #f3f3f3;
    padding: 40px 0;
}

.top-footer .row{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.top-footer img{
    width: 230px;
    margin-bottom: 15px;
}

.top-footer p{
    font-size: 14px;
    line-height: 20px;
    color: #71717A;
}

.top-footer h4{
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #94A3B8;
    margin-bottom: 15px;
}

.quicks ul{
    padding: 0px;
    margin: 0px;
}

.quicks ul li{
    list-style-type: none;
    padding-bottom: 10px;
}

.quicks ul li a{
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #090914;
    text-decoration: none;
}

.quicks ul li a:hover{
    color: #FF910D;
}

.subscribe input{
    border: 1px solid #ddd;
    padding: 10px;
    font-size: 16px;
    color: #000;
    background-color: #fff;
    border-radius: 12px;
    margin-bottom: 10px;
}

.subscribe button.btn.btn-primary {
    border: 1px solid #FF910D;
    background-color: #FF910D;
    border-radius: 12px;
    padding: 12px 20px;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    color: #FAFAF9;
}

.bottom-footer p{
    text-align: center;
    margin-bottom: 0px;
    font-size: 14px;
    color: #2B2B2B;
}




/*************BACK TO TOP**************/

.scroll-top-wrapper.show {
    visibility: visible;
    cursor: pointer;
    opacity: 1.0;
}

.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: #ED3F3C;
    color: #fff;
    width: 45px;
    height: 44px;
    line-height: 7px;
    right: 15px;
    bottom: 40px;
    padding-top: 12px;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.scroll-top-wrapper i.fa {
    line-height: inherit;
    font-size: 26px;
}

.scroll-top-wrapper h5{
    margin-top: 0px;
    font-weight: 300;
    font-size: 12px;
}

/***************ABOUT US PAGE START HERE**************/

.mission-section{
    padding: 70px 0;
    background-color: #FDFBF7;
}

.mission-section h1{
    font-size: 48px;
    line-height: 54px;
    font-weight: 600;
    color: #101010;
    text-align: center;
    margin-bottom: 10px;
}

.mission-section h1 span{
    display: block;
}

.mission-section p{
    font-size: 18px;
    line-height: 24px;
    color: #454545;
    text-align: center;
    margin-bottom: 40px;
}

.mission-section img{
    width: 100%;
    border-radius: 20px;
}

.missing-section{
    padding-top: 50px;
    padding-bottom: 70px;
    background-color: #FDFBF7;
}

.missing-column{
    display: flex;
    align-items: center;
}

.missing-section h2{
    font-size: 40px;
    line-height: 46px;
    font-weight: 500;
    color: #2B2B2B;
}

.missing-section h2 span{
    color: #D67500;
}

.missing-section img{
    width: 100%;
    height: 400px;
    border-radius: 20px;
    object-fit: cover;
}

.goal-section{
    padding: 70px 0;
    background-color: #FDFBF7;
}

.goal-box{
    background-color: #fff;
    border-radius: 24px;
    padding: 32px;
    border: 1px solid #E3E3E2;
}

.goal-box h4{
    font-size: 32px;
    line-height: 38px;
    font-weight: 500;
    color: #D67500;
    margin-bottom: 20px;
}

.goal-box h5{
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    color: #2B2B2B;
    margin-bottom: 20px;
}

.goal-box p{
    color: #787878;
    margin-bottom: 0px;
}

/***********TEAM SECTION***********/

.team-section{
    padding: 70px 0;
    background-color: #FDFBF7;
}

.team-section .row{
    background-color: #fff;
    padding: 50px 30px;
    border-radius: 10px;
    margin-left: 0px;
    margin-right: 0px;
}

.team-section h4{
    font-size: 48px;
    line-height: 54px;
    font-weight: 500;
    color: #030712;
    text-align: center;
    margin-bottom: 40px;
}

.team-section h4 span{
    display: block;
}

.team-section img{
    width: 100%;
    height: 200px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.team-section h5{
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    color: #000;
    margin-bottom: 10px;
}

.team-section p{
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 22px;
    color: #5E5E5E;
}

/**************CONTACT US PAGE START HERE*************/

.contact-section{
    padding: 50px 0;
}

.contact-for-mobile{
    display: none;
}

.contact-section h1{
    font-size: 48px;
    line-height: 54px;
    font-weight: 600;
    color: #000;
    margin-bottom: 30px;
}

.contact-section p{
    color: #454545;
}

.contact-section ul{
    padding: 0px;
    margin: 0px;
    margin-bottom: 30px;
}

.contact-section ul li{
    list-style-type: none;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #101010;
    position: relative;
    padding-left: 30px;
    padding-bottom: 10px;
}

.contact-section ul li i{
    position: absolute;
    left: 0;
    top: 9px;
}

.contact-section h2{
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    color: #2B2B2B;
    margin-bottom: 15px;
}

.contact-form-right label{
    font-size: 14px;
    color: #181B25;
    margin-bottom: 0px;
    line-height: 16px;
}

.contact-form-right input.form-control{
    border: 1px solid #E1E4EA;
    padding: 10px;
    height: 52px;
    border-radius: 5px;
    margin-bottom: 20px;
    color: #E1E4EA;
}

.contact-form-right textarea.form-control{
    border: 1px solid #E1E4EA;
    padding: 10px;
    height: 117px;
    border-radius: 5px;
    margin-bottom: 20px;
    color: #E1E4EA;
}

.contact-form-right .checkbox-form{
    display: flex;
    margin-bottom: 20px;
}

.contact-form-right input#agree{
    margin-right: 10px;
}

.contact-form-right button.btn.btn-primary {
    border: 1px solid #FF910D;
    background-color: #FF910D;
    width: 100%;
    padding: 12px 20px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #FAFAF9;
}

.partner-section{
    padding-top: 20px;
    padding-bottom: 50px;
}

.partner-section h4{
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #5E5E5E;
    text-align: center;
    margin-bottom: 30px;
}

.partner-section .owl-dots,
.partner-section .owl-nav{
    display: none;
}

.partner-section ul{
    padding: 0px;
    margin: 0px;
    text-align: center;
}

.partner-section ul li{
    list-style-type: none;
    display: inline-block;
    width: 18%;
    margin-right: 20px;
}

.partner-section ul li:last-child{
    margin-right: 0px;
}

.partner-section ul li a img{
    width: 100%;
    height: 120px;
}

/***************BLOG DETAIL PAGE START HERE**************/

.blog-detail-section{
    padding: 50px 0;
    background-color: #FAFAF9;
}

.blog-detail-header{
    background-color: #FFEAD1;
    padding: 48px 32px;
    border-radius: 12px;
    margin-bottom: 40px;
}

.blog-detail-header h1{
    font-size: 40px;
    line-height: 48px;
    font-weight: 500;
    color: #000;
    margin-right: 210px;
    margin-bottom: 20px;
}

.blog-detail-section p{
    margin-bottom: 40px;
}

.blog-detail-section img{
    width: 100%;
    height: 500px;
    object-fit: cover;
    margin-bottom: 40px;
}

.blog-detail-section h2{
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
    color: #121416;
    margin-bottom: 40px;
}

.blog-detail-section ul{
    padding: 0px;
    margin: 0px;
    margin-bottom: 40px;
    padding-left: 20px;
}

.blog-detail-section ul li{
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #222222;
    padding-bottom: 10px;
}

/******************PERSONAL INFO PAGE START HERE*****************/




.personal-left{
    padding-left: 50px;
    padding-top: 20px;
}

.personal-left ul{
    padding: 0px;
    margin: 0px;
}

.personal-left ul li{
    list-style-type: none;
}

.personal-left ul li a{
    background-color: #FAFAF9;
    padding: 12px 10px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #787878;
    display: block;
    margin-bottom: 10px;
    text-decoration: none;
    border-radius: 12px;
}

.personal-left ul li a span{
    background-color: #F5F5F4;
    padding: 5px;
    border-radius: 50%;
    margin-right: 15px;
}

.personal-left ul li.active a{
    background-color: #FFF3E5;
    color: #6B3A00;
} 

.personal-left ul li.active a span{
    background-color: #FFF3E5;
    color: #6B3A00;
}
















.personal-left h2{
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: #101010;
    margin-bottom: 20px;
}

.personal-right{
    background-color: #f9f9f9;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 40px;
}

.form-container {
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 600px;
    padding: 30px;
}

.form-title {
    color: #000000;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 10px;
}

.personal-right p{
    color: #787878;
    margin-bottom: 25px;
}

.basic-info-section{
    background-color: #fff;
    padding: 32px;
    border-radius: 12px;
    margin-bottom: 30px;
    margin-left: 0px;
    margin-right: 0px;
}

.upload-section{
    background-color: #fff;
    padding: 32px;
    border-radius: 12px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
}

.section-title {
    color: #181B25;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 15px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label, label {
    display: block;
    margin-bottom: 0px;
    color: #181B25;
    font-weight: 500;
    font-size: 14px;
}

.form-group input {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 10px;
    font-size: 14px;
    transition: border-color 0.3s;
}

.form-group input:focus {
    outline: none;
    border-color: #3498db;
    box-shadow: 0 0 0 2px rgba(52, 152, 219, 0.2);
}

.upload-section {
    margin-top: 30px;
}

.document-upload {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 15px;
}

.upload-area {
    border: 2px dashed #ddd;
    border-radius: 6px;
    padding: 20px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
    background-color: #f9f9f9;
    display: flex;
}

.upload-area:hover {
    border-color: #FF910D;
    background-color: #fdead4;
}

.upload-area i {
    font-size: 24px;
    color: #7f8c8d;
    margin-bottom: 10px;
}

.upload-area img{
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.upload-label {
    font-weight: 500;
    color: #181B25;
    font-size: 14px;
}

.upload-text {
    font-size: 14px;
    line-height: 16px;
    color: #454545;
    font-weight: 500;
    text-align: left;
}

.buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    background-color: #fff;
    margin-left: -40px;
    padding-left: 40px;
    margin-right: -50px;
    padding-right: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
}

button.btn.btn-back {
    border: 1px solid #E3E3E2;
    background-color: #E3E3E2;
    padding: 12px 20px;
    border-radius: 12px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #787878;
}

button.btn.btn-primary{
    border: 1px solid #FF910D;
    background-color: #FF910D;
    padding: 12px 20px;
    border-radius: 12px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #FAFAF9;
}

/* For the icon in upload area */
.icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #e0e0e0;
    border-radius: 50%;
    position: relative;
    margin: 0 auto 10px;
}

.icon::before, .icon::after {
    content: '';
    position: absolute;
    background-color: #7f8c8d;
}

.icon::before {
    width: 20px;
    height: 2px;
    top: 19px;
    left: 10px;
}

.icon::after {
    width: 2px;
    height: 20px;
    top: 10px;
    left: 19px;
}

.pan-radio label.plan.basic-plan {
    background-color: #FAFAF9;
    width: 100%;
    padding: 15px;
    border-radius: 10px;
    display: flex;
}

.vat-radio label.plan.basic-plan {
    background-color: #FAFAF9;
    width: 100%;
    padding: 15px;
    border-radius: 10px;
    display: flex;
}

.pan-radio input[type="radio"]:checked + .plan-content {
  border: 2px solid #216ee0;
  background: #eaf1fe;
  -webkit-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
}

.pan-radio input[type="radio"]:checked + .plan-content:after {
  content: "";
  position: absolute;
  height: 8px;
  width: 8px;
  background: #216fe0;
  right: 20px;
  top: 20px;
  border-radius: 100%;
  border: 3px solid #fff;
  -webkit-box-shadow: 0px 0px 0px 2px #0066ff;
  box-shadow: 0px 0px 0px 2px #0066ff;
}









.radio-group {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 15px;
}

.radio-option {
    position: relative;
    width: 50%;
}

.radio-wrapper {
    position: relative;
    cursor: pointer;
    padding: 1.5rem;
    border-radius: 12px;
    background: #f9fafb;
    border: 2px solid transparent;
}

.radio-wrapper:hover {
    background: #f3f4f6;
}

.radio-wrapper input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.radio-custom {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 1rem;
    vertical-align: middle;
}

.radio-custom::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #e5e7eb;
    border: 2px solid #d1d5db;
}

.radio-custom::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #FF910D;
    transform: translate(-50%, -50%) scale(0);
}

.radio-label {
    display: flex;
    align-items: center;
    font-size: 1.1rem;
    font-weight: 500;
}

.radio-info {
    margin-top: 0.5rem;
    font-size: 0.875rem;
    color: #6b7280;
    margin-left: 2.5rem;
}

/* Primary Option Styles */
#option1:checked ~ .radio-wrapper {
    /*background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
    border-color: var(--primary-color);
    box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.1);*/
    background-color: #FFF3E5;
}

#option1:checked ~ .radio-wrapper .radio-custom::before {
    /*background: var(--primary-color);
    border-color: var(--primary-color);
    transform: scale(1.1);
    box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.2);*/
    background-color: #FFF3E5;
    border: 2px solid #FF910D;
}

#option1:checked ~ .radio-wrapper .radio-custom::after {
    transform: translate(-50%, -50%) scale(1);
}

/* Secondary Option Styles */
#option2:checked ~ .radio-wrapper {
    /*background: linear-gradient(135deg, #ede9fe 0%, #ddd6fe 100%);
    border-color: var(--secondary-color);
    box-shadow: 0 0 0 4px rgba(139, 92, 246, 0.1);*/
    background-color: #FFF3E5;
}

#option2:checked ~ .radio-wrapper .radio-custom::before {
    /*background: var(--secondary-color);
    border-color: var(--secondary-color);
    transform: scale(1.1);
    box-shadow: 0 0 0 4px rgba(139, 92, 246, 0.2);*/
    background-color: #FFF3E5;
    border: 2px solid #FF910D;
}

#option2:checked ~ .radio-wrapper .radio-custom::after {
    transform: translate(-50%, -50%) scale(1);
}

/* Body background changes */
.theme-primary {
    background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
}

.theme-secondary {
    background: linear-gradient(135deg, #f5f3ff 0%, #ede9fe 100%);
}

/* Animation for selected state */
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(59, 130, 246, 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(59, 130, 246, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(59, 130, 246, 0);
    }
}

.radio-wrapper input[type="radio"]:checked ~ .radio-wrapper {
    animation: pulse 1s;
}

/* Icon styles */
.radio-icon {
    margin-left: auto;
    font-size: 1.5rem;
    opacity: 0;
    transform: scale(0.5);
    display: none;
}

#option1:checked ~ .radio-wrapper .radio-icon,
#option2:checked ~ .radio-wrapper .radio-icon {
    opacity: 1;
    transform: scale(1);
}

#option1, #option2{
    display: none;
}

/* Responsive design */
@media (max-width: 480px) {
    h1 {
        font-size: 1.5rem;
    }

    .radio-wrapper {
        padding: 1rem;
    }
}
















.basic-info-section ul{
    padding: 0px;
    margin: 0px;
}

.basic-info-section ul li{
    list-style-type: none;
    padding-bottom: 20px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: #5E5E5E;
}

.basic-info-section ul li span{
    float: right;
    color: #181B25;
}

.basic-info-section ul li span a{
    text-decoration: underline;
    color: #181B25;
} 

.upload-section ul{
    padding: 0px;
    margin: 0px;
}

.upload-section ul li{
    list-style-type: none;
    padding-bottom: 20px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: #5E5E5E;
}

.upload-section ul li span{
    float: right;
    color: #181B25;
}

.upload-section ul li span a{
    text-decoration: underline;
    color: #181B25;
} 


/***************TERMS POLICY PAGE START HERE**************/

.terms-section{
    padding: 50px 0;
    background-color: #FAFAF9;
}

.terms-box{
    background-color: #FFEAD1;
    padding: 48px 32px;
    border-radius: 12px 12px 0 0;
    text-align: center;
}

.terms-box h1{
    font-size: 40px;
    line-height: 48px;
    font-weight: 500;
    color: #000;
    margin-bottom: 20px;
}

.terms-box p{
    color: #5E5E5E;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 40px;
}

.terms-box p span{
    color: #2B2B2B;
}


.terms-section .tabs {
    text-align: center;
    background-color: #FFEAD1;
}

.terms-section .tab {
    padding: 15px 20px;
    cursor: pointer;
    background: none;
    border: none;
    font-size: 16px;
    color: #5E5E5E;
    font-weight: 500;
    position: relative;
    transition: all 0.3s ease;
}

/*.tab:hover {
    background-color: #e9ecef;
}*/

.terms-section .tab.active {
    color: #101010;
}

.terms-section .tab.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #FF910D;
}

.terms-section .tab-content {
    padding: 30px;
    line-height: 1.6;
    color: #333;
}

.terms-section .tab-content h2{
    font-size: 32px;
    line-height: 38px;
    font-weight: 500;
    color: #212121;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.terms-section .tab-pane {
    display: none;
}

.terms-section .tab-pane.active {
    display: block;
}

.for-mobile{
    display: none;
}


/***************MEDIA QUERY**************/

@media(max-width: 1024px){
    .hero-section{
        text-align: center;
        padding-top: 84px;
        padding-bottom: 48px;
    }
    .hero-section .row{
        padding-left: 100px;
        padding-right: 100px;
    }
    .hero-right{
        padding-left: 100px;
        padding-right: 100px;
    }
    .hero-right p{
        margin-bottom: 30px;
    }
    .container-fluid,
    .container{
        padding-left: 30px;
        padding-right: 30px;
    }
    .map-column-blank{
        display: none;
    }
    .map-box{
        min-height: 200px;
    }
    .map-section .row,
    .map-section .container{
        height: 538px;
    }
    .place-content{
        position: relative;
        margin-bottom: 40px;
    }
    .place-content p{
        margin-right: 300px;
    }
    a.btn.btn-zonal {
        position: absolute;
        top: 50px;
        right: 0;
    }
    .build-section {
        background-image: linear-gradient(to bottom, #ffe8cc, #fff);
    }
    .trust-section h4{
        width: 420px;
        margin-bottom: 30px;
    }
    .trust-section ul{
        max-width: 100%;
    }
    .platform-section .row{
        background: linear-gradient(170deg,rgba(42, 25, 4, 1) 40%, rgba(255, 167, 61, 1) 100%);
    }
    .platform-section h4{
        margin-bottom: 30px;
    }
    .platform-right img{
        margin-top: 60px;
    }
    .blog-left{
        margin-bottom: 30px;
    }
    .blog-left img{
        height: 380px;
    }
    .blog-right ul li {
        padding-bottom: 30px;
        width: 100%;
        height: 230px;
    }
    .top-footer p{
        margin-bottom: 30px;
    }
    .mission-left-img img{
        height: 320px;
        margin-bottom: 32px;
    }
    .terms-box{
        text-align: left;
    }
    .terms-box p{
        margin-bottom: 0px;
    }
    .terms-section .tab{
        padding: 15px 70px;
    }
    .blog-detail-header h1{
        font-size: 32px;
        line-height: 40px;
    }
    .blog-detail-section img{
        height: 400px;
    }
    .personal-left{
        padding-left: 15px;
    }
}

@media(max-width: 991px){
    .hero-right,
    .hero-section .row{
        padding-left: 0px;
        padding-right: 0px;
    }
    .build-content{
        max-width: 100%;
        margin-bottom: 20px;
    }
    .map-box {
        min-height: 260px;
    }
    .contact-for-mobile{
        display: block;
    }
    h1.contact-for-desktop{
        display: none;
    }
    .row.contact-row{
        display: flex;
        flex-direction: column-reverse;
    }
    .contact-form-right button.btn.btn-primary{
        margin-bottom: 30px;
    }
    .contact-section ul li i{
        top: 4px;
    }
    .partner-section ul li{
        width: 29%;
        margin-right: 20px;
    }
    .terms-section .tab-content h2{
        font-size: 24px;
        line-height: 30px;
    }
}

@media(max-width: 910px){
    .terms-section .tab {
        padding: 15px 40px;
    }
}

@media(max-width: 768px){
    .mission-left-img img{
        height: 250px;
    }
    .contact-section h1,
    .trust-section h4,
    .team-section h4,
    .missing-section h2{
        font-size: 32px;
        line-height: 38px;
    }
    .goal-box h4{
        font-size: 24px;
        line-height: 32px;
    }
    .team-section p{
        margin-bottom: 20px;
    }
    .terms-box h1 {
        font-size: 48px;
        line-height: 54px;
        font-weight: 600;
    }
    .terms-section .tab-content{
        padding: 20px;
    }
    .blog-detail-header h1{
        margin-right: 0px;
    }
    .personal-left ul {
        display: flex;
        width: 100%;
        white-space: nowrap;
        overflow-x: auto;
    }
    .personal-right{
        background-color: #f9f9f9;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
    }
    .upload-section,
    .basic-info-section{
        padding: 20px 0;
    }
    .basic-info-section{
        margin-bottom: 0px;
    }
}

@media(max-width: 767px){
    .map-section .row,
    .map-section .container{
        height: auto;
        background: none;
    }
    .map-box{
        position: relative;
        box-shadow: 0px 0px 6px 0px #d7d5d2;
        margin-bottom: 30px;
        min-height: auto;
        bottom: 0;
    }
    .map-section,
    .hero-section{
        padding: 30px 0;
    }
    .terms-section .tab {
        padding: 15px 10px;
    }
    .terms-box h1,
    .mission-section h1,
    .hero-section h1 {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .hero-right p{
        margin-bottom: 10px;
    }
    .container-fluid, .container{
        padding-left: 15px;
        padding-right: 15px;
    }
    .hero-section .row{
        margin-left: 0px;
        margin-right: 0px;
    }
    .place-content p{
        margin-right: 0px;
    }
    a.btn.btn-zonal{
        position: relative;
        top: 0px;
        right: 0;
        width: 100%;
    }
    .blog-right ul li{
        height: auto;
    }
    .blog-right ul li a img {
        width: 100%;
        height: 380px;
        float: none;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .for-desktop{
        display: none;
    }
    .for-mobile{
        display: block;
        margin-bottom: 30px;
    }
    .question-section h4,
    .trust-section h4, .team-section h4, .missing-section h2{
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .missing-section img{
        height: 350px;
    }
    p.question-content,
    .question-section h4{
        text-align: left;
    }
    .goal-box,
    p.question-content{
        margin-bottom: 20px;
    }
}

@media(max-width: 575px){
    a.btn.btn-ios{
        width: 100%;
        margin-bottom: 20px;
    }
    .hero-right p {
        margin-bottom: 30px;
    }
    .hero-section{
        padding-bottom: 0px;
    }
    .trust-section,
    .place-section{
        padding-top: 0px;
        padding-bottom: 30px;
    }
    .blog-section h4,
    .question-section h4,
    .trust-section h4,
    .blog-detail-section h2,
    .form-title,
    .row.finder-rows h5,
    .build-content h3,
    .blog-detail-header h1,
    .place-content h2{
        font-size: 24px;
        line-height: 30px;
    }
    .question-section,
    .team-section,
    .goal-section,
    .missing-section,
    .mission-section,
    .blog-detail-section,
    .terms-section,
    footer,
    .blog-section,
    .contact-section,   
    .platform-section,
    .question-section,
    .build-section{
        padding: 30px 0;
    }
    .blog-detail-section ul,
    .blog-detail-section p,
    .blog-detail-section h2,
    .blog-detail-header,
    .partner-section h4,
    .blog-section h4,
    p.question-content,
    .place-content{
        margin-bottom: 20px;
    }
    .blog-section h4,
    p.question-content,
    .question-section h4,
    .build-content{
        text-align: left;
    }
    .build-content{
        margin-bottom: 10px;
    }
    .trust-section ul li{
        width: 100%;
        margin-right: 0px;
        margin-bottom: 20px;
        display: flex;
        grid-gap: 20px;
        align-items: center;
    }
    .trust-section ul li h5{
        margin-bottom: 0px;
    }
    .platform-section .row{
        padding: 28px 15px 0 18px;
    }
    .platform-section h4{
        font-size: 32px;
        line-height: 38px;
    }
    .blog-left img,
    .blog-right ul li a img{
        height: auto;
    }
    .blog-right ul li{
        padding-bottom: 10px;
    }
    .set > a{
        padding: 12px;
        font-size: 16px;
    }
    .mission-left-img img {
        height: 150px;
    }
    .missing-section img{
        height: 250px;
    }
    .team-section img{
        height: 160px;
        object-fit: cover;
    }
    .team-section h4{
        text-align: left;
    }
    .team-section h4 span{
        display: inline-block;
    }
    .section-title{
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .blog-left h5,
    .team-section h5{
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 0px;
    }
    .blog-right ul li p,
    .team-section p{
        font-size: 14px;
        line-height: 20px;
    }
    .platform-left img{
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
        height: auto;
    }
    .team-section .row{
        padding: 20px 0px;
    }
    .goal-box{
        padding: 24px;
    }
    .mission-section h1{
        text-align: left;
        margin-right: 50px;
    }
    .mission-section p{
        text-align: left;
        margin-bottom: 20px;
    }
    .partner-section ul li{
        width: 44%;
    }
    .partner-section{
        padding-bottom: 30px;
    }
    .blog-detail-header,
    .terms-box{
        padding: 38px 16px 16px;
    }
    .blog-detail-section img{
        height: 200px;
        margin-bottom: 20px;
    }
}

@media(max-width: 510px){
    .terms-section .tabs{
        width: 410px;
        white-space: nowrap;
        overflow-x: auto;
    }
}


@media(max-width: 400px){
    .clickmenus{
        right: 5px;
    }
    .partner-section ul li{
        width: 40%;
    }
    .partner-section ul li a img{
        height: 80px;
    }
}
































