@font-face {
  font-family: 'Poppins-Bold';
  font-style: black;
  font-display: black;
  src: url('../font/Poppins-Bold.ttf') format('truetype');

}
@font-face {
  font-family: 'Poppins-SemiBold';
  font-style: black;
  font-display: black;
  src: url('../font/Poppins-SemiBold.ttf') format('truetype');

}
@font-face {
  font-family: 'Poppins-Regular';
  font-style: black;
  font-display: black;
  src: url('../font/Poppins-Regular.ttf') format('truetype');

}
@font-face {
  font-family: 'Poppins-Light';
  font-style: black;
  font-display: black;
  src: url('../font/Poppins-Light.ttf') format('truetype');

}

*{
  font-family:'Poppins-Regular' ;
}



* {
  font-family: "Montserrat", Sans-serif;
}
a{
  text-decoration: none;
}
h1, h2, p{
margin: 0px;
padding: 0;
}
h3{
margin: 0px;
}
html,
body{
  overflow-x: hidden;
  width:100%;
  height:fit-content;
  max-width: 1900px;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  /* background-color: #e9e9e9; */

}

.header .top_section{
  width:100%;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  background-color: #fff;
  z-index: 1;
  position: relative;
}
 .content{
  max-width: 1400px;
  width:90%;
  padding: 1rem 0;
  margin: 0 auto;

}
.header .top_section .flex_row,
.header .top_section .flex_between{
  display: flex
  ;
  gap:1rem;
  align-items: center;
  justify-content: space-between;
}
.header .top_section .flex_row .flex{
  display: flex;
  gap:0.6rem;
  align-items: center;
}
.header .top_section a{
  font-weight: 600;
  color:#000
}
.header .top_section .flex_row .flex img{
  width:20px
}
.header .main_setion{
  width: 100%;
  background-color: #fff;
  padding: 1rem 0;
}
.header .main_setion .flex_row{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap:1rem;
  width: 90%;
  margin: 0 auto;
  max-width: 1400px;

}
.header .main_setion .main_list{
  display: flex;
  gap:1rem;
  align-items: center;

}
.header .main_setion .main_list a{
  color:#000;
  font-weight: 600;
  padding: 0 0.1rem;
  font-size: 14.5px;

}
.banner{
  background-color: #e9e9e9;
  height: calc(100vh - 163px);
}
.header .main_setion .logo{
  width:85px;

}
.header .main_setion .logo img{
  width:100%
}
.footer{
  background-image: linear-gradient(#f4f4f4, #b3b3b3);
}
.footer .grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 1rem 0;
  gap:3rem
}
.footer .grid .col{
  display: flex;
  flex-direction: column;
  gap:1.5rem
}
.footer .grid .col .logo{
  width:150px
}
.footer .grid .col .logo img{
  width:100%
}
.footer .grid .col .desc_text{
  font-size: 15px;
  line-height: 21px;
  color:rgba(0, 0, 0, 0.55);
}
.footer .grid .col .social_icons{
  display: flex;
  align-items: center;
  gap:1rem
}
.footer .grid .col .social_icons a{
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.55);
  display: flex
;
  justify-content: center;
  align-items: center;
  border-radius: 9px;
}
.footer .grid .col .social_icons a img{
  width: 21px;
}
.footer .grid .col .title.flex-col{
  font-weight: 600;
  display: flex;
  flex-direction: column;
  gap:0.9rem

}
.footer .grid .col .title.flex-col .line{
  display: flex;
  align-items: center;
  gap:0.3rem

}
.footer .grid .col .title.flex-col .line div:first-of-type{
  width:70px;
  height:7px;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.55);;

}
.footer .grid .col .title.flex-col .line div:last-of-type{
  width:20px;
  height:7px;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.55);;
}
.footer .grid .col .links{

  display: flex;
  flex-direction: column;
  gap:0.9rem

}
.footer .grid .col .links a{
  color:rgba(0, 0, 0, 0.55);;
}
.footer .grid .info{
  display: flex;
  flex-direction: column;
  gap:2rem

}
.footer .grid .info .img_container{
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.55);
  display: flex
;
  justify-content: center;
  align-items: center;
  border-radius: 9px;

}
.footer .grid .info .info_desc{
  color: rgba(0, 0, 0, 0.55);
}
.footer .grid .info .img_container img{
  width:20px
}
.footer .grid .info a{
  display: flex;
  align-items: center;
  gap:1rem
}
.footer .grid .col:nth-last-of-type(2){
  margin-left: 2rem;
}
.footer .copyright{
  width:100%;
  border-top: 1px solid rgba(0,0,0,0.1);
  padding: 1rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color:#000;
  font-weight: 600;

}
.footer .copyright .flex{
  display: flex;
  align-items: center;
  gap:2rem;
  justify-content: center;
}
.footer .copyright .flex a{
  color:#000;
  font-weight: 600;
}
.banner_swiper{
  position: relative;
  height:100%;
  padding: 0rem 0 4rem !important;
}
.banner_swiper .img_swiper{
  width:100%;
  margin: 0;
  height:100%;
  object-fit: cover;
  position: absolute;

}
.header.mobile{
  display: none;
}
.header.mobile .icon{
  background-color: #ddd;
  width: 40px;
  height: 40px;
  display: flex
;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
}
.header.mobile .icon img{
  width: 24px;
  height: 24px;

}

.banner_swiper .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal{
bottom:0rem
}
.banner_swiper .swiper-slide{
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap:2rem;
  margin-left: 0 !important;
  position: relative;
}
.banner_swiper .swiper-slide::after{
  position: absolute;
  content: '';
  background-color: rgba(0,0,0,0.25);;
  width: 100%;
  height:100%
}
.banner_swiper .text_desc{
  position: relative;
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: center;
 gap:2rem;
  width:790px;
  z-index: 1;
}
.banner_swiper .text_desc .title{

  font-size: 50px;
  font-weight: 600;
  color: #fff;
  text-align: center;

}
.banner_swiper .text_desc a{
 border: 1px solid #fff;
  color:#fff;
  padding: 1rem;
  width: 193px;

  text-align: center;
  border-radius: 9px;
  transition: all 0.3s ease-in-out;

}
.banner_swiper .text_desc a:hover{
  opacity: 0.5;
}
.home .content{
  padding: 3rem 0;
}
.home .content .flex-col{
  display: flex
  ;
      flex-direction: column;
      gap: 2rem;
}
.home .content .flex-col .btn{
  display: flex
;
    align-items: center;
    gap: 0.5rem;
    justify-content: center;
    border-radius: 9px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0.5rem;
    width: 286px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.3);
}
.blogs_swiper .swiper-pagination .swiper-pagination-bullet-active{
  background-image: url(/images/pagination_active.svg);
  background-size: cover;
  height: 20px;
  width: 20px;
  background-color: transparent;
}
.blogs_swiper .swiper-pagination-bullet{
  opacity: 0.5;
  background: rgba(32, 40, 45, 0.2);
}
.blogs_swiper .swiper-horizontal>.swiper-pagination-bullets,
.blogs_swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.blogs_swiper .swiper-pagination-custom, .swiper-pagination-fraction{
  display: flex
  ;
      align-items: center;
      justify-content: center;
}
.home .content .flex-col .title,
.main_title{
  font-size: 55px;
  font-weight: 600;
}
.testimonials_section .main_title{
  text-align: center;
}
.testimonials_section .main_title span{
  font-weight: 500;
}
.home .content .flex-col  .desc{
  font-size: 19px;
  color:rgba(0, 0, 0, 0.55)
}
.home .content .why_dubai{
  width: 100%;

}
.main_title{
  margin: 1rem 0 0;
}
.home .content .why_dubai .black_bg{

    width: calc(100% - 4rem);
    display: grid;
  /* padding: 4rem 2rem; */
 grid-template-columns: repeat(3, 1fr);
  border-radius: 22px;
  margin: 3rem 0 1rem;
  gap:2rem
}
.home .content .why_dubai .black_bg .col{
  display: flex;
  align-items: center;
  gap:1rem;
  /* justify-content: center; */
  align-items: center;
}
.home .content .why_dubai .black_bg .col img{
  width: 50px;
}
.home .content .why_dubai .black_bg .col div{
  /* color:#fff; */
  font-size: 20px;
  /* text-align: center; */

}
.home .content .why_dubai .black_bg .col .text_desc{
  display: flex;

  gap:0.5rem;
  flex-direction: column;

}
.home .content .why_dubai .black_bg .col div.desc{
  font-size: 17px;
}
.btn_link{
  background-color: rgba(0, 0, 0, 0.1);
  color: #000;
  padding: 1rem;
  width: 193px;
  font-weight: 600;
  text-align: center;
  border-radius: 9px;
  transition: all 0.3s
ease-in-out;
cursor: pointer;
}
.all_btn.btn_link{
  color: #c9c9c9;
  background-color: #000;
}
.btn_link:hover{
  color: #c9c9c9;
  background-color: #000;
}
.all_btn.btn_link:hover{
  background-color: rgba(0, 0, 0, 0.1) !important;
  color: #000;

}
.services_col{
  margin: 1rem 0;
}
.services_col .grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap:2rem;
  margin-top: 3rem;
}
.services_col .grid .col{
  display: flex;
  flex-direction: column;
  gap:2rem
}
.services_col .grid .col .title{
  font-size: 42px;
  font-weight: 600;
}
.services_col .grid .col .arrow{
  width: 80%;
  margin: 0 auto;
}
.services_col .grid .col.order_ser .service{
  display: flex;
  flex-direction: column;
  gap:3rem
}
.services_col .grid .col.order_ser .service .flex_icon img{
  width:55px
}
.services_col .grid .col.order_ser .service .flex{
  display: flex
  ;
  border-radius: 9px;
      gap: 1rem;
      align-items: center;
      justify-content: space-between;
      /* width: calc(100% - 6rem); */
      padding: 2.5rem 3rem;
      background: #F2F2F2;
      color:#000;
      transition: all 0.3s ease-in-out;
}
.services_col .grid .col.order_ser .service .flex .img_container{
  width: 65px;
  background-color: #000;
  display: flex
;
  justify-content: center;
  align-items: center;
  height: 60px;
}
.services_col .grid .col.order_ser .service .flex .flex_icon div{
  font-size: 20px;
  font-weight:600 ;
}
.services_col .grid .col.order_ser .service .flex .img_container img{
  width: 38px;

}
.se_white{
  display: none;
}
.services_col .grid .col.order_ser .service .flex_icon{
  display: flex;
  align-items: center;
  gap:1.5rem
}
.contact_whatsapp{
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);;
  border-radius: 65px;
  position: relative;

}
.contact_whatsapp .pos.flex{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.6rem 2rem;
  font-size: 18px;
  font-weight: 600;
  color:#fff
}
.footer .copyright .flex{
  text-align: center;
}
.testimonials_section .container .dark_bg .flex .img_container{
  width:35%
}
.testimonials_section .container .dark_bg .flex .img_container img{
  width:100%
}
.contact_whatsapp .pos.flex img{
  width:60px
}
.contact_whatsapp .pos.flex .img_container{
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100px;
  left: 50%;
  transform: translate(-50%);
  width:90px;
  height:90px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.contact_whatsapp .pos.flex a{
  padding-left: 0.5rem;
}
.services_col .grid .col.order_ser .service .flex:hover{
  background-image: url(/images/services_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;


}
.se_white{
  display: none;
}
.services_col .grid .col.order_ser .service .flex:hover .se_black{
  display: none;
}
.services_col .grid .col.order_ser .service .flex:hover .se_white{
  display: block;
}
.home .content .services_col .grid .btn{
  width: 231px;
  padding: 0.7rem 0.5rem;

}
.testimonials_section .container,
.blogs_section .container{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top:3rem ;
  gap:2rem
}
.testimonials_section .container .dark_bg{
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 17px;
}
.testimonials_section .container .dark_bg .flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4rem;
  gap:3rem;
  overflow: hidden;
}
.testimonials_section .container .dark_bg .fleximg{
  width:250px
}
.testimonials_section .container .swiper_testi{
  width: calc(100% - 8rem);
  position: relative;
  overflow: hidden;

}
.blogs_swiper{
  width: 100%;
  position: relative;
  overflow: hidden;
}
.testimonials_section .container .swiper_testi .desc{
  color: #fff;
  font-size: 23px;
  line-height: 34px;
}
.testimonials_section .container .swiper_testi .swiper-slide{
  margin-right: 0.5rem;
}
.testimonials_section .container .swiper_testi .swiper-slide .flex-col{
  gap:1rem
}
.testimonials_section .container .swiper_testi .swiper-slide .flex-col .flex_row{
  display: flex;
  align-items: center;
  gap:1rem
}
.testimonials_section .container .swiper_testi .swiper-slide .flex-col .flex_row .img_user{
  width:80px
}
.testimonials_section .container .swiper_testi .swiper-slide .flex-col .flex_row .img_user img{
  width:100%
}
.testimonials_section .container .swiper_testi .swiper-slide .flex-col .flex_row .name_info div:first-of-type{
  color:#fff;
  font-size: 17px;
  font-weight: 700;
  padding-bottom: 0.5rem;

}
.testimonials_section .container .swiper_testi .swiper-slide .flex-col .flex_row .name_info div:last-of-type{
  color:#b3b3b3;
  font-size: 14px;


}
.testimonials_section .container .swiper_testi .swiper-slide .flex-col .flex_row .name_info div span{
  color:#fff;
  font-size: 14px;
  font-weight: 700;


}
.blogs_section .container{
  padding-top: 3rem;
}
.blogs_section .container .blogs_swiper .single_blog{
  width: 400px;
  margin-right: 2rem;
  display: flex;
  flex-direction: column;
  gap:3rem

}
.blogs_section .container .blogs_swiper{
  padding-bottom: 3rem;
}
.blogs_section .container .blogs_swiper .single_blog .desc{
  font-size: 15px;
  font-weight: 600;
  color: #000;

}
.blogs_section .container .main_title{
  margin-bottom: 3rem;
}
.blogs_section .container .blogs_swiper .single_blog .title_blog_single{
  font-size: 28px;
  color: #000;
  font-weight: 600;
  padding-bottom: 1.4rem;
  position: relative;


}
.blogs_section .container .blogs_swiper .single_blog .title_blog_single:hover{
  text-decoration: underline;

}
.blogs_section .container .blogs_swiper .single_blog .title_blog_single::after{
  background-color: #b3b3b3;
  height: 0.3px;
  width: 100%;
  position: absolute;
  content: "";
  transform: translateX(-50%);
  left: 50%;
  bottom: -1rem;
}
.blogs_section .container .blogs_swiper .single_blog .img_Container{
  width:400px;
  margin-top: 1rem;

}
.blogs_section .container .blogs_swiper .single_blog .img_Container img{
  width: 100%;
  transition: all 0.3s ease-in-out;

}
.blogs_section .container .blogs_swiper .single_blog .img_Container img:hover{
  transform: scale(1.03);
}
.floating-circle {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 55px;
  height: 55px;
  background: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 15px rgba(0,0,0,0.25);

  z-index: 9999;
}
.floating-circle img {
  width: 28px;
  height: 28px;
  transition: all 0.3s ease-in-out;
}
.floating-circle:hover img{
 transform: scale(1.1);
}


#scroll-progress {
  position: fixed;
  bottom: 90px;
  right: 20px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

#scroll-progress.show {
  opacity: 1;
  pointer-events: auto;
}

#scroll-progress .progress-circle {
  transform: rotate(-90deg);
}

#scroll-progress circle {
  fill: none;
  stroke-width: 3;
}

#scroll-progress circle.bg {
  stroke: #ddd;
}

#scroll-progress circle.progress {
  stroke: #111827;
  stroke-dasharray: 138;
  stroke-dashoffset: 138;
  transition: stroke-dashoffset 0.25s linear;
}

#scroll-progress .arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
  font-size: 18px;
  color: #111827;
  font-weight: bold;
}
/* .services_col .grid .col.order_ser .service .flex:hover{
  background-color: #fff;
  color:rgba(0, 0, 0, 0.8)
} */
.services_col .grid .col.order_ser .service .flex:hover .img_container{
  background-color: #fff;
}
.black_arrow{
  display: none;
}
.services_col .grid .col.order_ser .service .flex:hover .white_arrow{
  display: none;
}
.services_col .grid .col.order_ser .service .flex:hover div{
  color:#fff
}
.services_col .grid .col.order_ser .service .flex:hover .black_arrow{
  display: block;
}
.about_section {
  background-color: rgba(0, 0, 0, 0.8);

    display: flex
;
   padding: 2rem 2rem 0;
    align-items: center;
    justify-content: space-around;

    margin: 3rem 0 0rem;

}
.about_section .container{
  width:90%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 1rem 0;
}
.about_section .flex_row{
  display: flex
  ;
      justify-content: space-between;
      gap: 3rem;
      align-items: center;

}
.about_section .flex_row .img_container{
  position: relative;
}
.about_section .flex_row .img_container img{
  position: relative;
  top: 1.3rem;
  height: 100%;
  width: 450px;
}
.about_section .flex_row .img_container .pos{
  position: absolute;
    top: 0;
    left: 0;
    font-size: 140px;
    text-align: center;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px;
    -webkit-text-stroke-color: rgba(158, 158, 158, 0.5);
    width: 100%;
    word-break: break-word;
}
.about_section .flex_row .text_container{
  display: flex;
  gap: 2.5rem;
  flex-direction: column;
  width:50%

}
.about_section .flex_row .text_container .flex_col{
  display: flex;
  gap: 0.5rem;
  flex-direction: column;
}
.about_section .flex_row .text_container .title{
  color: #fff;
  font-size: 55px;
  font-weight: 600;

}
.about_section .flex_row .text_container .title span{
  font-weight: 500;

}
.home .about_section .btn{
  display: flex
  ;
      align-items: center;
      gap: 0.5rem;
      justify-content: center;
      border-radius: 9px;
      color: #fff;
      border: 1px solid #fff;
      padding: 0.8rem 0.2rem;
      width: 111px;
}

.about_section .flex_row .text_container .desc{
  color: #b3b3b3;
}
.about_section .flex_row .grid{
  display: flex
  ;

      justify-content: space-between;
      align-items: center;
      width: 90%;
}
.about_section .flex_row .grid .col{
  display: flex;
  gap: 1rem;
  flex-direction: column;

}
.about_section .flex_row .grid .col .number{
  color: #fff;
  font-size: 44px;

}
.about_section .flex_row .grid .col .text{
  color: #b3b3b3;

}
.about_section .flex_row .img_container{
  width:50%

}
.about_section .flex_row .phone_text{
  color:#fff;
  font-size: 17px;
}
.about_section .flex_row a{
  color:#fff;
  font-size: 17px;
  font-weight: 600;
}
.about_section .flex_row .img_container img{
  height: 100%;

}

.header .main_setion {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  transition:all 0.3s ease-in-out;
  transform: translateY(0);
  opacity: 1;
}

.header .main_setion.slide-up {
  transform: translateY(-20px);
  opacity: 0;
}

.header .main_setion.slide-down {
  transform: translateY(0);
  opacity: 1;
  position: fixed;
}
.newsletter .flex_col{
  display: flex
  ;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 2.6rem;
      padding: 2rem 0 3rem;
      width: 90%;
      margin: 0 auto;
      width: 832px;
}
.newsletter .flex_col .title{
  text-align: center;
}
.newsletter .flex_col .form_container{
  width: 68%;
  background: #000;
  border-radius: 11px;
  display: flex
;
  justify-content: center;
  align-items: center;
}
.newsletter .flex_col .form_container form.form_newsletter{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap:1rem;
  padding: 1rem;
  width: calc(100% - 2rem);
}
.newsletter .flex_col .form_container form.form_newsletter .input_container{
  width: 60%;
}
.newsletter .flex_col .form_container form.form_newsletter .submit{
  width: 30%;
  color: #000;
  background-color: #c9c9c9;
}
.newsletter .flex_col .form_container form.form_newsletter .submit.btn_link:hover {

    background-color: #000;


}
.newsletter .flex_col .form_container form.form_newsletter .submit.btn_link:hover button{
  color:#c9c9c9
}
.newsletter .flex_col .form_container form.form_newsletter .submit button{
  background-color: transparent;
  border: none;
  outline: none;
  font-size: 19px;
}
.newsletter .flex_col .form_container form.form_newsletter .input_container input{
  background-color: transparent;
  border: none;
  outline: none;
  color: #fff;
  font-size: 16px;
}
.newsletter .flex_col .form_container form.form_newsletter .input_container input::placeholder{
  color: #fff;

}
.error-message{
  color: red;
    font-size: 13px;
    position: absolute;
    display: none;

}
.right-list.hidden{
  position: fixed;
  z-index: 1111111;
  background: #fff;
  height: 100%;
  overflow-y: scroll !important;
  width: 300px;
  top: 0;
  right: -30rem;
  overflow-x: hidden;
  transition: .5s;
  padding: 38px 0;
}
.right-list a{
  color:#fff;
  font-size: 17px !important;
  border:none;


}
.right-list li{
  padding: 0.7rem 0;
  color: rgba(0, 0, 0, 0.6);
}
.right-list .flex-col{
  display: flex;
  flex-direction: column;
  gap:2rem
}
.right-list ul{
  padding: 0;
  width: 85%;
  margin: 0 auto;
}
.right-list .flex-col .logo_img{
  width:120px
}
.main_list_mobile{
  display: flex;
  flex-direction: column;
  gap:1rem
}
.main_list_mobile a{
  color: rgba(0, 0, 0, 0.8);
  transition: all 0.3s ease-in-out;
}
.main_list_mobile a:hover{
  opacity: 0.5;
}
ul{
  list-style: none;
}
.Get_in_touch .list_column{
  display: flex;
  flex-direction: column;
  gap:1rem;
  margin-top: 1rem;
  padding-bottom: 5rem;

}
.Get_in_touch{
  padding-top: 1rem;
}
.Get_in_touch .list_column .row a{
  display: flex;
  gap:1rem;
 align-items: center;
 color: rgba(0, 0, 0, 0.6);
 font-size: 16px;
}
.Get_in_touch .list_column .row .img_container {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.55);
  display: flex
;
  justify-content: center;
  align-items: center;
  border-radius: 9px;
}
.Get_in_touch .list_column .row .img_container img{
  width: 20px;
}
.Get_in_touch .text{
  font-size: 20px;
  font-weight: 600;
}
.banner_about,
.banner_contact{
  width: 100%;
  height: calc(100vh - 160px);
  background: linear-gradient(180deg, rgba(32, 40, 45, 0.1) 0%, rgba(255, 255, 255, 0.1) 96.54%);;
  position: relative;
  top:0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact_page .banner_contact .one,
.banner_about .one{
  width:100px;
  position: absolute;
  left: 2%;
  animation: jump-2 8s
linear infinite;
}
.contact_page .banner_contact .two,
.banner_about .two{
  width:100px;
  position: absolute;
  left: 33%;
  animation: jump-2 6s
linear infinite;
}
.contact_page .banner_contact .three,
.banner_about .three{
  width:100px;
  position: absolute;
  left: 79%;
  top: 53%;
  animation: jump-2 5s
linear infinite;
}
.banner_about img,
.contact_page .banner_contact img{
  position: absolute;
}
@keyframes jump-2{
  0%{
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50%{
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  100%{
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

}



.contact_page .banner_contact .two,
.banner_about .two{
  width:80px
}
.contact_page .banner_contact .three,
.banner_about .three{
  width:230px
}
.contact_page .banner_contact .main_title::after,
.banner_about .main_title::after{
  width: 100%;
  height: 100%;
  font-size: 121px;
  position: absolute;
  font-weight: 900;
  letter-spacing: 0;
  left: 50%;
  z-index: -1;
  top: -5rem;
  min-width: max-content;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(0, 0, 0, 0.1);
  line-height: 1;
  transform: translate(-50%);
  text-align: center;

}
.header .main_setion .main_list a:hover{
  opacity: 0.6;
}
.header .main_setion .main_list a{
  transition: all 0.3s ease-in-out;
}
.contact_page.business_page.industries_page .main_title::after{
  content: "Industries" !important;
}
.contact_page.business_page .main_title::after{
  content: "Business" !important;
}
.contact_page.blog_page .main_title::after{
  content: "Blog" !important;
}
.banner_about .main_title::after{
  content: 'ABOUT US';
}
.contact_page .banner_contact .main_title::after{
  content: 'CONTACT US';
}
.banner_about .main_title,
.contact_page .banner_contact .main_title{
  color: rgba(0, 0, 0, 0.8);
  z-index: 11;
  position: relative;
  width: 80%;
  text-align: center;
}
.about_page .text_desc,
.contact_page .text_desc{
  display: flex;
  flex-direction: column;
  padding: 3rem 0 5rem ;
  gap:2rem
}
.about_page .text_desc .title,
.contact_page .text_desc .title{
  font-size: 45px;
  color:rgba(0, 0, 0, 0.8);
  font-weight: 600;
}
.about_page .text_desc  .desc{
  font-size: 19px;
    color: rgba(0, 0, 0, 0.55);
}
/* .banner_about::after,
.contact_page .banner_contact::after{
  width: 100%;
  height:100%;
  position: absolute;
  z-index: 1;
  background-color: rgba(0,0,0,0.25);
  content: '';
  top:0;
  left: 0;
} */
/* .banner_about img,
.contact_page .banner_contact img{
  position: absolute;
  object-fit: cover;
  height:100%;
  width: 100%;

} */
.contact_page .form_contact_us .form_contact{
  width: 100%;
  margin-top: 3rem;
}
.contact_page .form_contact_us .form_contact .grid_container{
  display: grid;
  grid-template-columns: repeat(1 ,1fr);
  align-items: center;
  gap:4rem
}
.contact_page .form_contact_us .form_contact .grid_container .grid_form .flex_col{
  display: flex
;
    flex-direction: column;
    gap: 2rem;
}
.contact_page .form_contact_us .form_contact .grid_container .grid_form .flex_col textarea{
  border: none;
  outline: none;
  width: calc(100% - 2rem);
  margin: 0 auto;
  padding: 1rem;
  height: 100px;
}
.contact_page .form_contact_us .form_contact .grid_container .grid_form{
  display: grid;
  grid-template-columns: repeat(3 ,1fr);
  /* align-items: center; */
  gap:1rem
}
.contact_page .form_contact_us .form_contact .grid_container .col{
  display: flex;
  flex-direction: column;
  gap:2rem
}
.contact_page .form_contact_us .form_contact .grid_container .col .title_form{
  font-size: 25px;
  color: rgba(0, 0, 0, 0.55);
  font-weight: 600;
}
.contact_page .form_contact_us .form_contact .grid_container .col .input_container{
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.55);
  padding: 0;
  border-radius: 0;
  position: relative;

}
.contact_page .form_contact_us .form_contact .grid_container .col .input_container.btn_link{
  cursor: pointer;
}
.contact_page .form_contact_us .form_contact .grid_container .col .input_container.btn_link:hover input{
  color:#fff
}
.contact_page .form_contact_us .form_contact .grid_container .col .input_container.btn_link input{
  font-weight: 600;
  cursor: pointer;
}
.contact_page .form_contact_us .form_contact .grid_container .col .input_container.span_2{
  grid-column: span 2;
}
.contact_page .form_contact_us .form_contact .grid_container .col .input_container input{
  width: 90%;
  margin: 0 5%;
  border: none;
  outline: none;
  color: rgba(0, 0, 0, 0.55);
  background-color: transparent;
  padding: 0.8rem 0;
  font-size: 18px;
}
textarea{
  font-size: 18px;
  color: rgba(0, 0, 0, 0.55);
}
.contact_page .form_contact_us .form_contact .flex_row{
  display: flex;
 flex-direction: column;
 align-items: flex-start;
  gap:2rem;
  padding-left: 2rem;
    padding-top: 2rem;


}
.contact_page .form_contact_us .form_contact .flex_row .call div.gray{
  padding-bottom: 1rem;
  opacity: 0.6;
}
.contact_page .form_contact_us .form_contact .flex_row .call{
  display: flex
;
    gap: 2rem;
    align-items: center;
    color: rgba(0, 0, 0, 0.8);
    justify-content: center;


}
.flex_img{
  background-color: #f2f2f2;
  display: flex;
justify-content: space-between;
grid-column: span 2;
border-radius: 20px;
}
.contact_page .form_contact_us .form_contact .img{
  width: 50%;
  object-fit: cover;
  border-radius: 17px
}
.contact_page .form_contact_us .form_contact .flex_row .call div{
  font-size: 18px;
  font-weight: 600;
}
.contact_page .form_contact_us .form_contact .flex_row .call img{
  width: 44px;

}
.contact_page .form_contact_us .form_contact .grid_container .col .input_container .error-message{
  bottom: -22px;
}
.contact_page .form_contact_us .form_contact .grid_container .col .input_container.span_2 input{
  width: 95%;
  margin: 0 2.5%;
}
.why_dubai .circle {
  --deg: 0deg;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.why_dubai .circle::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: conic-gradient(#ddd 0deg 360deg);
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 5px), black 0);
  mask: radial-gradient(farthest-side, transparent calc(100% - 5px), black 0);
}

.why_dubai .circle::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: conic-gradient(#0a1a2f var(--deg), transparent 0deg);
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 5px), black 0);
  mask: radial-gradient(farthest-side, transparent calc(100% - 5px), black 0);
  transition: --deg 2s ease; /* smooth animation */
}
.why_dubai .circle .inner {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  /* background: #fff; */
  display: flex
;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}


.business_page .content_business .grid_container,
.visas_page .grid_container{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap:2rem;
  border: 1px solid #E3E0E6;
  padding: 1rem 0rem 1rem 1rem;
  margin-bottom: 3rem;
}
.business_page .content_business .button,
.visas_page .button,
.banking_page .button{
  margin: 3rem 0;
}
.business_page .content_business .grid_container .col{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
}
.business_page .content_business .grid_container .col .title{
  font-size: 19px;
    font-weight: 700;
}
.business_page .content_business .grid_container .col .icon{
  width: 100px;
}
.business_page .content_business .grid_container .col .desc{
  color:#5d666f
}
.business_page .content_business .grid_container .col .img_container{
  width: 100%;
}
.business_page .content_business .grid_container .col .img_container img{
  width: 100%;
}
.business_page .content_business .grid_container .col .icon img{
  width: 100%;
}
.business_page .content_business .grid_container .flex_col{
  display: flex;
  flex-direction: column;
  width: 90%;
  gap:1rem
}

.visas_page .banner_contact .main_title::after{
  content:"Visas"
}
.services_page .banner_contact .main_title::after{
  content:"Services"
}
.banking_page .banner_contact .main_title::after{
  content:"Banking"
}
.visas_page .grid_container .col{
  display: flex;
  flex-direction: column;
  gap:3rem
}
.visas_page .grid_container .col li{
  font-size: 20px;
}
.visas_page .grid_container .col .text_desc{
  padding: 2rem 0;
}
.visas_page .grid_container .col.img_container{
  width:100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.visas_page .grid_container .col.img_container img{
  width:80%;
  height:550px;
  object-fit: cover;
}
.visas_page .grid_container .col li span{
  font-weight: 600;
  display: block;
  padding-bottom: 1rem;
  font-size: 30px;
  color:#000

}
.visas_page .grid_container .col li{
  padding-bottom:3rem ;
  color:rgba(0, 0, 0, 0.6)
}
.visas_page .grid_container .col ul{
  padding: 0;
  margin: 0;
}
.visas_page .grid_container{
  border: none;
  padding: 0;
}
.banking_page .banking_container .grid_container{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap:3rem
}
.banking_page .banking_container .grid_container .col .text{
  font-size: 20px;
  text-align: center;
}
.banking_page .banking_container .grid_container .col .text{
  width: 95%;
  margin: 0 auto;
  padding: 1rem 0 0;
}
.banking_page .banking_container .grid_container .col{
  padding: 4rem 1.4rem;
  background-color: #f2f2f2;
  color: #000;
  font-weight: 600;
  display: flex
;
  flex-direction: column;
  gap: 2rem;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.banking_page .banking_container .grid_container .col:hover{
  transform: scale(1.02);
}
.banking_page .banking_container .grid_container .col img{
  height: 94px;
    object-fit: cover;
}
.banking_page .banking_container .grid_container .col .flex_col{
  display: flex;
  justify-content: center;
  align-items: center;
  gap:1rem;
  flex-direction: column;

}
.services_page .grid_container {
  grid-template-columns: repeat(3, 1fr) !important;
  border: none!important;
  padding: 0 !important;
  gap:2rem
}
.services_page .grid_container .main_col{
  grid-column: span 2;
  grid-template-columns: repeat(2, 1fr) ;
  display: grid;
  gap:2rem

}
.services_page .grid_container .col .icon {
  width: fit-content !important;
}
.services_page .grid_container .main_col .col .icon img{
  width: 65px;
}
.services_page .grid_container .main_col .col:hover{
  transform: scale(1.02);
}
.services_page .grid_container .main_col .col{
  background-color: #f2f2f2;
  cursor: pointer;
  transition: all 0.3s ease-in-out;

 border-radius: 12px;
  display: flex;
  gap:1rem;
  justify-content: flex-start;

}
.services_page .grid_container .second_col{
  width: 100%;
}
.services_page .grid_container .second_col img{
  width: 100%;
}
.services_page .grid_container .main_col .flex_col{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap:1rem;
  padding: 1rem;

}
.services_page .grid_container .main_col .flex_col .text .title{
  font-size: 21px;

}
.services_page .grid_container .main_col .flex_col .text .desc{
  font-size: 18px;

}
.services_page .grid_container .main_col .flex_col .text{
  display: flex;
  gap:1rem;
  flex-direction: column;
}
.business_page.industries_page .content_business .grid_container .col{
  display: block;
}
.business_page.industries_page .content_business .grid_container .col .flex_row{
  display: flex;
  align-items: center;
  gap:1.5rem;
  padding-bottom: 1.4rem;
}
.business_page.industries_page .content_business .grid_container{
  grid-template-columns: repeat(3, 1fr);
  border:none
}
.business_page.industries_page .content_business .grid_container .col:first-of-type{
  grid-column: span 2;
}
.business_page.industries_page .content_business .grid_container .col{
  width: 100%;
}
.business_page.industries_page .content_business .grid_container .col .desc{
  padding-top: 0.5rem;
}
.business_page.industries_page .content_business .grid_container .col .icon{
  width: fit-content;
}
.business_page.industries_page .content_business .grid_container .col .icon img{
  width: 65px;
}
.business_page.industries_page .content_business .grid_container .col.img_container img{
  width: 100%;
}
.blog_page .grid_container_blogs{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap:2rem
}
.blog_page .grid_container_blogs .col.span_2{
  grid-column: span 2;
  display: grid;
  gap:1rem;
  row-gap: 2rem;
  grid-template-columns: repeat(2, 1fr);
}
.blog_page .grid_container_blogs .col.span_2 .single_blog{
  width: 95%;
    display: flex
;
    flex-direction: column;
    gap: 0.5rem;
}
 .blog_page .grid_container_blogs .col.span_2 .single_blog .desc{
  padding: 0.5rem 0 2rem;
}
.blog_page .grid_container_blogs .col{
  display: flex
;
    flex-direction: column;
    gap: 1rem;
}
.blog_page .grid_container_blogs .boxes{
  background-color: #F2F2F2;
  width:100%
}
.blog_page .grid_container_blogs .box_content{
  display: flex
;
    flex-direction: column;
    gap: 2rem;
    width: 85%;
    margin: 0 auto;
    padding: 2rem 0;
}
.blog_page .grid_container_blogs .box_content .title{
  font-size: 19px;
  font-weight: 600;
}
.blog_page .grid_container_blogs .box_content .flex_row{
  display: flex
  ;
      align-items: center;
      justify-content: space-between;
      padding: 1rem;
      gap: 1rem;
      background: #FFFFFF;
      color: #5D666F;
      transition: all 0.2s ease-in-out;
}
.blog_page .grid_container_blogs .box_content .flex_row:hover,
.latest_post_img:hover{
  transform: scale(1.02);
}
.blog_page .grid_container_blogs .box_content .flex_row img{
  width:23px
}
.latest_post_img{
  transition: all 0.3s ease-in-out;
}

.blog_page .grid_container_blogs .col.span_2 .single_blog .category,
.blog_page .grid_container_blogs .col.span_2 .single_blog .desc{
  color: #5d666f;
  /* font-weight: 600; */
}
.blog_page .grid_container_blogs .recent_posts.boxes a{
  display: flex;
  gap:0.8rem;
  align-items: center;
}
.blog_page .grid_container_blogs .recent_posts.boxes a img{
  width: 44%;
}
.blog_page .grid_container_blogs .recent_posts.boxes a .desc{
  display: flex
  ;
  flex-direction: column;
  gap:0.3rem;
  font-size: 14px;
  color:#000

}
.blog_page .grid_container_blogs .recent_posts.boxes a .desc .flex{
  display: flex
  ;
      gap: 0.5rem;
      align-items: center;
      color: #5d666f;
}
.blog_page .grid_container_blogs .recent_posts.boxes a .desc img{
  width: 25px;
}
.blog_page .grid_container_blogs .col.span_2 .single_blog .category span{
  font-weight: 600;
}
.blog_page .grid_container_blogs .col.span_2 .single_blog .title_blog_single{
  font-weight: 600;
  color: #424446;
  font-size: 21px;
}
.blog_page .grid_container_blogs .col.span_2 .single_blog img{
  width: 100%;
}
.blog_details_page .banner_contact img{
  width: 100%;
  height: 100%;
  object-fit: cover;

}
.blog_details_page .banner_contact{
  height:calc(100vh - 110px);
  background-image: url(../images/blog_details.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
}
.blog_details_page .content_details{
  border: 1px solid #b3b3b3;
  margin: 3rem auto;
    width: 70%;
    padding: 2rem 0;
}
.blog_details_page .content_details .text_desc_details {
width: 90%;
margin: 0 auto;
display: flex
;
    flex-direction: column;
    gap: 1.5rem;
}
.blog_details_page .blog_details_cont ul{
  list-style: circle;
    padding-left: 1rem;
}
.blog_details_page .blog_details_cont .col .title,
.blog_details_page .blog_details_cont.flex_col .title{
  font-weight: 600;
}
.blog_details_page .blog_details_cont ul li{
padding-top: 0.5rem;
color: #626262;
}
.blog_details_page .blog_details_cont.flex_col{
  display: flex;
  flex-direction: column;
  gap: 0;
}
.blog_details_page .blog_details_cont{
  width: 90%;
margin: 0 auto;
padding: 2rem 0;
gap: 2rem;
display: grid
;
grid-template-columns: repeat(2, 1fr);

}
.blog_details_page .content_details .text_desc_details .title{
  font-size: 30px;
  color: #323232;
  font-weight: 600;

}
.blog_details_page .content_details .text_desc_details .desc{
  font-size: 18px;
  color: #626262;
  line-height: 28px;

}


.faq-item .faq-question{
  color: #626262;
}
.faq-question {
  gap:1rem;
  background: none;
  border: none;
  outline: none;
  width: 100%;
  text-align: left;
  font-size: 18px;

  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-item{
  border:1px solid #e0e0e0;
   border-bottom: none;
}
.faq-item:last-of-type{
  border-bottom:1px solid #e0e0e0;
}
.question_container{
  margin: 2rem 0 0 0 ;
}
.faq-icon {
  transition: transform 0.3s ease;
  display: block;
}

.rotate{
  transform: rotate(-180deg);
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  color: #92969C;
  font-size: 15px;
  text-align: left !important ;

}
.faq-item .faq-question{
  padding: 2rem;
}


.faq-item.active .faq-answer {
  max-height: 650px;
  padding:0 2rem 2rem 2rem;

}
/* .flex_col.blog_details_cont.steps{
  gap: 1.5rem;
} */
 .col_steps .desc{
 padding-top: 0.7rem;
 color: #626262;
}
.btn_link.m-auto{
  margin: 1rem 5%;
}
.question_container img{
  width: 25px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.question_container img.rotate{
  transform: rotate(180deg);
}
.header .btn_link{
  font-size: 14px;
  padding: 0.7rem 0.7rem !important;
  transition: all 0.3s ease-in-out;
  width: 110px;
}
.header  .btn_link:hover{
  color: #c9c9c9 !important;
  background-color: #000 !important;
  opacity: 1 !important;
  transform: scale(1.02);
}
.calculator_page .text_desc{
  display: flex;
  justify-items: center;
  align-items: center;

}
/* .calculator_page{
  background-color: #F3F3F3;
} */
.calculator_page .content_calculator{
  width: 60%;
  margin: -2rem auto 4rem;


}
.shadow_border{
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 2rem;
  border-radius: 12px;
  display: flex;
    z-index: 2;
;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 2.5rem;
  /* height: calc(300px + 0rem); */
  gap:1rem

}
.calculator_page .info_form .shadow_border {
  height: 100%;
    position: relative;
    z-index: 1;
}
.calculator_page .info_form .shadow_border  .grid_container{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap:2rem
}
.calculator_page .info_form .shadow_border  .grid_container .input_container{
  padding: 0;
  margin: 0;
  width: 100%;
  position: relative;
}
.calculator_page .info_form .shadow_border  .grid_container .input_container .dropdown_phone{
  position: absolute;
  width: 100%;
  top: 3rem;
  overflow-y: scroll;
  height: 200px;
  background: #fff;
  z-index: 1;
  border-radius: 10px;
}
.calculator_page .info_form .shadow_border  .grid_container .input_container .dropdown_phone .code{
  display: flex
  ;
      padding: 1rem;
      gap: 1rem;
      align-items: center;

}
.calculator_page .info_form .shadow_border  .grid_container .col{
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.city_code img{
  width: 16px;
}
.city_code{
  display: flex
;
    justify-content: center;
    gap: 0.5rem;
}
.calculator_page .info_form .shadow_border  .grid_container .col .phone_dropdown_wrapper{
  height: 100%;
  display: flex
;
  justify-content: center;
  align-items: center;
  width: 100px;
  background: rgba(0, 0, 0, 0.1);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;

}
.calculator_page .info_form .shadow_border  .grid_container .col.col_span_2{
  grid-column: span 2;
}
.calculator_page .info_form .shadow_border  .grid_container .col input{
  border: none;
  outline: none;
  width: 95%;
  height: 45px;
  margin: 0 auto;
  padding-left: 3%;
}
.calculator_page .content_calculator #setupForm{
  display: flex
  ;
      justify-content: center;
      align-items: center;
      width: 100%;
}
.calculator_page .content_calculator .form-step .title{
  font-size: 35px;
  margin-bottom: 1rem;

}
.calculator_page .content_calculator .form-step .desc{
  font-size: 19px;
  line-height: 28px;
  color: #5f5f5f;
  margin-bottom: 1rem;
}
.p_1{
   padding: 1rem;
}
.calculator_page .info_form .shadow_border .grid_container .col input{
  padding: 0 0.5rem;
  width: 100% !important;
  border-radius: 10px;

}
.calculator_page  .phone_number{
  padding-left: 0.5rem !important;
  border-top-left-radius:0 ;
  border-bottom-left-radius:0 ;
}
.calculator_page .input_container{
  width: calc(100% - 2.1rem);
  margin: 0 auto;
  border: 1px solid #cbd5e1;
  /* padding: 1rem; */
  display: flex
;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  margin-bottom: 1rem;
}
.calculator_page .input_container select{
  width: 93%;
  margin: 0 auto;
  padding: 1rem;
  padding-left: 0;
  border: none;
  outline: none;
  font-size: 19px;
  color:#5f5f5f;
  cursor: pointer;
}
/* .calculator_page .form-step {
  display: none;
  width: 100%;
 }
.calculator_page .form-step.active { display: block; } */

.calculator_page .next-btn,
.calculator_page .prev-btn,
.calculator_page .submit-btn {
  background-color: rgba(206, 166, 105, 1);
  box-shadow: rgba(206, 166, 105, 1) 0px 50px 100px -20px, rgba(206, 166, 105, 1) 0px 30px 60px -30px;
  color: #fff;
  border: none;
  padding: 17px 30px;
  border-radius: 12px;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.3s
ease;
  width: 100%;
  font-size: 23px;
}
.calculator_page .next-btn:hover,
.calculator_page .prev-btn:hover,
.calculator_page .submit-btn:hover {
    opacity: 0.85;
    transform: scale(1.02);
}
.calculator_page .buttons{
  display: flex
  ;
      justify-content: space-between;
      align-items: center;
      gap: 3rem;
}
.calculator_page .owners_buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.calculator_page .owner-btn {
  width: 39px;
  height: 39px;
  border-radius: 50%;
  border: 2px solid #ccc;
  background: white;
  color: #333;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.calculator_page .owner-btn:hover {
  border-color: rgba(206, 166, 105, 1);
  background-color: rgba(206, 166, 105, 1);;
  color: #fff;
}

.calculator_page .owner-btn.active {
  background: rgba(206, 166, 105, 1);
  color: white;
  border-color: transparent;
}
.calculator_page .office_buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;

}

.calculator_page .office-btn {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.calculator_page .office-btn input {
  display: none;
}

.calculator_page .office-btn span {
  display: inline-block;
  padding: 10px 20px;
  border: 2px solid #d1d1d1;
  border-radius: 30px;
  font-weight: 500;
  background: white;
  color: #222;
  transition: all 0.3s ease;
}

.calculator_page .office-btn input:checked + span,
.calculator_page .office-btn.active span {
  background: linear-gradient(90deg, rgba(206, 166, 105, 1), rgba(206, 166, 105, 1));
  color: white;
  border: none;

}
.calculator_page  .form-step {
  display: none;
  /* opacity: 0;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transform: translateY(30px); */
}
.calculator_page  .form-step.active {
  display: block;
  /* opacity: 1;
  transform: translateY(0); */
}
.visas_page .grid_container .col.order_ser{

  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 2rem;
}
.visas_page .grid_container .col.order_ser .service{
  display: flex;
    flex-direction: column;
    gap: 3rem;
}
.visas_page .grid_container .col.order_ser .service .flex{
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgb(0, 0, 0);
  border-radius: 9px;
  gap: 1rem;
  padding: 2rem 3rem;
  background: rgb(242, 242, 242);
  transition: 0.3s ease-in-out;

}
.visas_page .col.order_ser .service .flex:hover div {
  color: rgb(255, 255, 255);
}
.abs_col_mobile{
  display: none;
}
.visas_page .col.order_ser .service .flex:hover .title_desktop{
  display: none;
}
.visas_page .col.order_ser .service .flex:hover {
  background-image: url(/images/services_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.visas_page .col.order_ser .service .flex:hover .abs_col_mobile{
  display: block;
}
.visas_page .grid_container .col.order_ser .service .flex .flex_icon{
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.visas_page .grid_container .col.order_ser .service .flex .flex_icon div{
  font-size: 19px;
    font-weight: 600;
}
.visas_page .col.order_ser .service .flex_icon img {
  width: 55px;
}
.visas_page .col.order_ser .service .flex:hover .se_white {
  display: block;
}
.abs_col_mobile .desc{
  font-size: 15px !important;
  font-weight: 400 !important;
  margin-top: 0.5rem;
}
.visas_page .col.order_ser .service .se_white {
  display: none;
}
.visas_page .col.order_ser .service .flex:hover .se_black {
  display: none;
}
.buttons {
    position: relative !important;
    z-index: 0 !important;
}
