*{
    padding: 0;
    margin: 0;
    font-family: 'inter';
   
}

body{
     background: #FCFCFC;
}

a{
    text-decoration: none;
}
footer a:hover {
    color: #212529;
}
p{
    padding: 0;
    margin: 0;
}
b{
    font-family: 'inter-bold';
    font-weight: 700;
}
.mt-4{
    margin-top: 35px !important;
}
.mb-4{
    margin-bottom: 35px !important;
}
.pt-4{
    padding-top: 35px !important;
}
.pb-4{
    padding-bottom: 35px !important;
}
h1{
    font-size: 64px;
    font-weight: 700;
    font-family: 'inter-bold';

}
h2{
    font-size: 40px;
    font-weight: 700;
    font-family: 'inter-bold';
}
h3{
    font-size: 36px;
    font-weight: 700;
    font-family: 'inter-bold';
}
h4{
    font-size: 32px;
    font-weight: 700;
    font-family: 'inter-bold';
}
h5{
    font-size: 28px;
    font-weight: 700;
    font-family: 'inter-bold';
}
h6{
    font-size: 18px;
    color: #252525;
    font-weight: 700;
    font-family: 'inter-bold';
}
/* services wraper 2.2 page */
/* Wrapper – center + full-width */
.service-menu-wrapper {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    padding: 81px 0 15px 0px;
    background: #ECECEC;
    display: flex;
    justify-content: center;
    
    position: sticky;
    top: 0%;
    z-index: 99;
}
.service-menu {
    display: inline-flex;
    gap: 12px;
    justify-content: center;
}   
/* Single item design 2.2 page */
.service-item {
    position: relative;
    background: #D9EFFF;
    border-radius: 10px;
    padding: 10px;
    
    /* width: 8%;    */
    width: 116px;          
    height: auto;
    align-items: center;
    white-space: normal;
    cursor: pointer;
    box-shadow: 0 2px 3px rgb(0 0 0 / 30%);
    transition: 0.3s ease;
    line-height: 100%;
}
.service-item-line{
    width: 1px;
    height: 76px;
    border-right: 1px solid #252525;
}
.service-item span{
    color:#252525;
    font-size: 13px;
    font-family: 'inter';
    font-weight: 400;
    line-height: 100%;
}

.service-item.active {
    background: #FCEB95;
}
.service-item img {
    position: absolute;
    /* width: 23.15px; */
    height: 15.44px;
    bottom: 14%;
    right: 10%;
}

 .service-item:hover{
       
    background-color: #FFF4C4;
}
/* .service-item:hover ::after {
       content: "";
    position: absolute;
    bottom: -15px;
    left: -2%;
    width: 104%;
    height: 3px;
    background-color: #252525;
} */

.service-item.active::after {
        content: "";
    position: absolute;
    bottom: -15px;
    left: -2%;
    width: 104%;
    height: 3px;
    background-color: #252525;
}
/*2.2page  serviced office banner css*/
/* .serviced-office-hero-banner {
    
    padding: 186px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;     
    position: relative;
    height: 656px;
} */
.serviced-office-hero-banner {
  min-height: 656px;              /* full height banner */
  display: flex;
  position: relative;
  align-items: center;            /* 👈 top-bottom center */
  background-size: cover;
  background-position: center;
}
.co_serviced-office-hero-banner {
  min-height: 585px !important;              /* full height banner */
  display: flex;
  position: relative;
  align-items: center;            /* 👈 top-bottom center */
  background-size: cover;
  background-position: center;
      margin-top: 63px;
      margin-bottom: 63px;
}
.co_serviced-office-hero-banner .container {
 max-width:1096px ;
}
.co_serviced-office-hero-banner .serviced-office-img-main1
 {
    width: 556px;
    transform:none;
 }
/* chech for */
/* .serviced-office-hero-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  
} */
/* .serviced-office-hero-banner .container {
  position: relative;
  z-index: 1;
} */
/* chech for */
.serviced-office-hero-title {
    font-family: 'inter-bold';
    line-height: 100%;
    color: #252525;
    font-weight: 700;
}

.serviced-office-hero-subtitle {
    font-size: 26px;
    margin-bottom: 15px;
    color: #252525;
}

.serviced-office-hero-desc {
    font-size: 24px;
    color: #252525;
    /* max-width: 545px; */
    max-width: 100%;
    font-family: 'inter';
    line-height:140%;
    font-weight: '400';
}

/* .serviced-office-img-stack {
    position: relative;
} */
/* .banner-left-content-main{
    position: relative;
} */

.banner-left-content-main {
  display: flex;
  flex-direction: column;
  justify-content: center;       /* 👈 left content center */
  height: 100%;
}
/* .banner-left-content{
    position: absolute;
    left:0px;
    top: 0px;
} */
/* .serviced-office-img-main1 {
   width: 96%;
    position: absolute;
    left: 0;
    top: -132px;
} */
.serviced-office-img-main1 {
   width: 580px;
    /* transform: translateY(67px); */
    transform: translateY(84px);
    
   
}
.serviced-office-img-main {
    /* width: 80%; */
    border-radius: 20px;
}

.serviced-office-img-small {
    position: absolute;
    border-radius: 20px;
    /* box-shadow: 0 10px 20px rgba(0,0,0,0.15); */
}

.serviced-office-img-top-left {
       bottom: -141px;
    left: -11px;
}

.serviced-office-img-bottom-right {
    
}
.btn-warning-dark{
    /*width:130px;*/
    font-size: 16px;
    font-weight: 700;
    font-family: 'inter-bold';
    /*padding: 9px 19px;*/
        padding: 10px 5px;
    background-color: #252525;
    color: #FFDC00;
    box-shadow: 0 2px 3px rgb(0 0 0 / 30%);
    transition: 0.3s;
    border-radius: 25px;
}
.btn-warning-dark:hover{
    
    background-color: #FFDC00;
    color: #252525;
}
.btn-light{
    width:130px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'inter';
    /*padding: 9px 28px;*/
    padding: 10px 5px;
    background-color: #FCFCFC;
    color: #252525;
    box-shadow: 0 2px 3px rgb(0 0 0 / 30%);
    transition: 0.3s;
    border-radius: 25px;
}
.btn-light:hover{
    
    
    background-color: #FCEB95;
    color: #252525;
    
}
.serviced-office-banner-second-content{
    position: absolute;
    background-color:#FFF5CD;
    width: auto;
    border-radius: 25px;
    bottom: -167px;
    right: 47px;
    /* box-shadow: 0px 1px 3px 0px #0000004D; */
box-shadow: 0px 4px 8px 3px #00000026;

}
.serviced-office-banner-second-title{
    font-size: 24px;
    text-align: left;
    font-weight: 600;
    font-family: 'inter-semibold';
    /* line-height: normal; */
    line-height: 100%;
   color: #252525;
   padding-left: 2.5rem;
}
.serviced-office-banner-second-content .image{
    padding-top: 1.17rem;
    /* padding-top: 1.5rem; */
    /* width: 85%; */
}

.serviced-office-banner-second-title span{
    font-family: 'inter-italic';
    color: #0203FF;
    font-weight: 600;
}
/* ---------------- 2.2 page futurte card css  ---------------- */
.feature-box {
  background: #E8F5FF;
    /* padding: 30px 40px; */
    /* padding: 30px 30px 30px 40px; */
    padding: 30px 25px 30px 38px;
    border-radius: 15px;
    text-align: left;
    min-height: 180px;
}
.feature-box-section .row > div:first-child .feature-box {
    
     background: #FCEB95;
}
.feature-box-bg-change{
    background: #E8F5FF !important;
}
/* .feature-box:hover {
    background: #FCEB95;
} */
.feature-box .icon{
        width: auto;
        height: 46px;
        margin-bottom: 12%;  

}
.section-padding-top{
    /*padding-top: 163px;*/
    padding-top: 191px;
}
.section-margin-top{
/*margin-top: 163px;*/
margin-top: 191px;
}

.feature-box p {
  
    font-weight: 400;
    font-size: 22px;
    color: #252525;
    font-family: 'inter';
    /* line-height: 100%; */
    line-height: 123%;
    
}
.feature-box p b {
    font-weight: 700;
    font-family: 'inter-bold';
    
}

/* ---------------------2.2 3th section make Business  --------------------- */
/* Right content */
.title {
     font-weight: 700; font-size: 36px; line-height: 140%;font-family: 'inter-bold';color:#252525; 
    }
.highlight {  
    background: #FFDC00;
    padding: 0px 11px;
    border-radius: 10px;
    font-family: 'inter-bold';
    line-height: 123%;
    display: inline-block; }
.desc {
     font-size: 20px;
        padding-right: 1rem;
    font-family: 'inter';
    font-weight: 400;
    color: #252525;
    margin-top: 18px;
    line-height:140%;
    margin-bottom: 22px; }
.feature-item {
     margin-bottom: 14px; 
    }
/* Left collage */
.make_Business_section .collage { 
    position: relative;
     min-height: 420px; 
}
.make_Business_section .card-img-1 {
      /* width: 210px; */
    position: absolute;
    /* height: 217px; */
    object-fit: cover;
    /* left: 17%; */
    left: 14%;
    top: 7%;
    border-radius: 10px;
    }
.make_Business_section .card-img-2 { 
      width: 136px;
    position: absolute;
    height: 104px;
    object-fit: cover;
    border-radius: 10px;
    right: 33%;
    top: 13%;
}
.make_Business_section .card-img-3 {
         width: 89px;
    position: absolute;
    height: 45px;
            right: 27%;
    top: 30%;
    border-radius: 10px;
}
.make_Business_section .card-img-4 {
     width: 168px;
    position: absolute;
    height: 103px;
           right: 61%;
    bottom: 9%;
    object-fit: cover;
    border-radius: 10px;
}
.make_Business_section .card-img-5 {
         width: 248px;
    position: absolute;
    bottom: -2%;
       right: 24%;
    height: 245px;
    object-fit: cover;
    border-radius: 10px;
    
}
.make_Business_section .bg-soft-blue-1 {
        background: #E8F5FF;
    width: 130px;
    position: absolute;
    height: 104px;
    object-fit: cover;
    border-radius: 10px;
    right: 30%;
    top: 8%;
}
.make_Business_section .bg-soft-blue-2{
    background: #E8F5FF;
    width: 248px;
    position: absolute;
    bottom: 18%;
    right: 41%;
    height: 245px;
    object-fit: cover;
    border-radius: 10px;
}
.make_Business_section .bg-soft-blue-3{
  position: absolute;
    background: #E8F5FF;
    width: 153px;
    height: 103px;
        right: 65%;
    bottom: 6%;
    object-fit: cover;
    border-radius: 10px;
}


.feature-item span{ 
    width: 40px; 
    height: 40px;
        padding: 6px 13px;
    border-radius: 50%; 
    display: inline-flex;
    align-items: center; 
    justify-content: center; 
    background:#B2DEFF; 
    margin-right: 23px;
 }
 .feature-item small{ 
    width: 40px; 
    height: 40px;
    border-radius: 50%; 
    display: inline-flex;
    align-items: center; 
    justify-content: center; 
    margin-right: 23px;
 }
 .feature-item small img{ 
     width: auto; 
    height: 40px; 
    display: inline-flex;
    align-items: center; 
    justify-content: center; 
 }
 .feature-item img{ 
    width: auto; 
    height: 25px;
    display: inline-flex;
    align-items: center; 
    justify-content: center; 
 }
.feature-item p{ 
    font-size: 20px;
    font-family: 'inter';
    line-height: 140%;
 }

 .feel_at_ease_section .collage { 
    position: relative;
     min-height: 420px; 
}

.feel_at_ease_section .bg-soft-blue-1 {
         background: #E8F5FF;
    width: 218px;
    position: absolute;
    height: 99px;
    object-fit: cover;
    border-radius: 10px;
    left: 5%;
    top: 7%;
}
.feel_at_ease_section .bg-soft-blue-2{
    background: #E8F5FF;
    width: 248px;
    position: absolute;
    bottom: 18%;
    right: 34%;
    height: 245px;
    object-fit: cover;
    border-radius: 10px;
}
.feel_at_ease_section .bg-soft-blue-3{
      position: absolute;
    background: #E8F5FF;
    width: 140px;
    height: 110px;
    right: 22%;
    bottom: 7%;
    object-fit: cover;
    border-radius: 10px;
}
.feel_at_ease_section .card-img-1 {
         /* width: 226px; */
    position: absolute;
    /* height: 99px; */
    object-fit: cover;
      left: 4%;
    /* top: 12%; */
    border-radius: 10px;
    }
.feel_at_ease_section .card-img-2 { 
     width: 210px;
    position: absolute;
    height: 217px;
    object-fit: cover;
    border-radius: 10px;
    /* right: 22%; */
right: 17%;
    top: 5%;
}

.feel_at_ease_section .card-img-4 {
        width: 248px;
    position: absolute;
    height: 264px;
    /* right: 55%; */
    right: 51%;
    bottom: -3%;
    object-fit: cover;
    border-radius: 10px;
}
.feel_at_ease_section .card-img-5 {
     width: 140px;
    position: absolute;
    bottom: 10%;
    /* right: 28%; */
    right: 24%;
    height: 128px;
    object-fit: cover;
    border-radius: 10px;
    
}
/* -------------2.2 page Whether_Its_Answering section -----*/
.Whether_Its_Answering .collage { 
    position: relative;
     min-height: 420px; 
}


.Whether_Its_Answering .bg-soft-blue-1 {
         background: #E8F5FF;
    width: 170px;
    position: absolute;
    height: 97px;
    object-fit: cover;
    border-radius: 10px;
       /* left: 21%; */
       left: 17%;
    top: 7%;
}
.Whether_Its_Answering .bg-soft-blue-2{
     background: #E8F5FF;
    width: 250px;
    position: absolute;
    bottom: 20%;
    /* right: 38%; */
    right: 42%;
    height: 255px;
    object-fit: cover;
    border-radius: 10px;
}
.Whether_Its_Answering .bg-soft-blue-3{
        position: absolute;
    background: #E8F5FF;
    width: 173px;
    height: 108px;
    /* right: 23%; */
    right: 27%;
    bottom: 10%;
    object-fit: cover;
    border-radius: 10px;
}
.Whether_Its_Answering .card-img-1 {
          /* width: 170px; */
    position: absolute;
    /* height: 97px; */
    object-fit: cover;
    /* left: 23%; */
    /* left: 19%; */
    /* top: 12%; */
    border-radius: 10px;
    }
.Whether_Its_Answering .card-img-2 { 
     width: 210px;
    position: absolute;
    height: 217px;
    object-fit: cover;
    border-radius: 10px;
    /* right: 22%; */
    right: 26%;
    top: 2%;
}

.Whether_Its_Answering .card-img-4 {
          width: 247px;
    position: absolute;
    height: 264px;
    /* right: 50%; */
    right: 54%;
    bottom: -1%;
    object-fit: cover;
    border-radius: 10px;
}
.Whether_Its_Answering .card-img-5 {
       width: 173px;
    position: absolute;
    bottom: 14%;
    /* right: 25%; */
    right: 29%;
    height: 108px;
    object-fit: cover;
    border-radius: 10px;
    
}
.Whether_Its_Answering a{
    color:#0203FF;
    text-decoration: underline;
    font-size: 16px;
    font-weight: 400;
    font-family: 'inter';

}
.Whether_Its_Answering .phone-icon{
   width: 21px !important;
}
.phone-icon{
   width: 21px !important;
}
/* ---2.2 page support_your_business_section -------- */

.support_your_business_section .collage { 
    position: relative;
     min-height: 420px; 
}
.support_your_business_section .card-img-1 {
            /* width: 210px; */
    position: absolute;
    /* height: 217px; */
    object-fit: cover;
    /* left: 17%; */
    left: 8%;
    top: 7%;
    border-radius: 10px;
    }
.support_your_business_section .card-img-2 { 
    width: 243px;
    position: absolute;
    height: 103px;
    object-fit: cover;
    border-radius: 10px;
    /* right: 11%; */
    right: 15%;
    top: 13%;
}

.support_your_business_section .card-img-4 {
     width: 156px;
    position: absolute;
    height: 137px;
    /* right: 53%; */
    right: 57%;
    bottom: 5%;
    object-fit: cover;
    border-radius: 10px;
}
.support_your_business_section .card-img-5 {
     width: 247px;
    position: absolute;
    bottom: -2%;
    /* right: 12%; */
    right: 16%;
    height: 256px;
    object-fit: cover;
    border-radius: 10px;
    
}
.support_your_business_section .bg-soft-blue-1 {
        background: #E8F5FF;
    width: 228px;
    position: absolute;
    height: 103px;
    object-fit: cover;
    border-radius: 10px;
    /* right: 9%; */
    right: 13%;
    top: 8%;
}
.support_your_business_section .bg-soft-blue-2{
      background: #E8F5FF;
    width: 241px;
    position: absolute;
    bottom: 22%;
    /* right: 33%; */
    right: 37%;
    height: 236px;
    object-fit: cover;
    border-radius: 10px;
}
.support_your_business_section .bg-soft-blue-3{
    position: absolute;
    background: #E8F5FF;
    width: 157px;
    height: 118px;
    /* right: 55%; */
    right: 59%;
    bottom: 2%;
    object-fit: cover;
    border-radius: 10px;
}
.support_your_business_section .desc a{
    color: #FF6B0B;
 text-decoration: underline;
}
.support_your_business_section .desc span{
    color: #0203FF;

}
.support_your_business_section .desc a{
    color: #FF6B0B;
 text-decoration: underline;
}
.support_your_business_section a{
    color: #0203FF;
    text-decoration: underline;

}
/* --------2.2 page seamless_commute_section ----------- */
.seamless_commute_section .collage { 
    position: relative;
     min-height: 420px; 
}

.seamless_commute_section .bg-soft-blue-1 {
         background: #E8F5FF;
         position: absolute;
    width: 153px;
    height: 110px;
    object-fit: cover;
    border-radius: 10px;
       /* left: 21%; */
       left: 19%;
    top: 7%;
}
.seamless_commute_section .bg-soft-blue-2{
     background: #E8F5FF;
    width: 242px;
    height: 235px;
    position: absolute;
    bottom: 22%;
    /* right: 39%; */
    right: 43%;
    object-fit: cover;
    border-radius: 10px;
}
.seamless_commute_section .bg-soft-blue-3{
         position: absolute;
    background: #E8F5FF;
    width: 129px;
    height: 133px;
    /* right: 25%; */
right: 29%;
    bottom: 5%;
    object-fit: cover;
    border-radius: 10px;
}
.seamless_commute_section .card-img-1 {
           /* width: 153px; */
    position: absolute;
    /* height: 110px; */
    object-fit: cover;
    /* left: 23%; */
    /* left: 19%; */
   top: 3%;
    border-radius: 10px;
    }
.seamless_commute_section .card-img-2 { 
     width: 210px;
    position: absolute;
    height: 217px;
    object-fit: cover;
    border-radius: 10px;
    /* right: 22%; */
    right: 26%;
    top: 2%;
}

.seamless_commute_section .card-img-4 {
          width: 247px;
    position: absolute;
    height: 264px;
    right: 54%;
    /* right: 50%; */
    bottom: -3%;
    object-fit: cover;
    border-radius: 10px;
}
.seamless_commute_section .card-img-5 {
          width: 129px;
    position: absolute;
    height: 133px;
    bottom: 10%;
    /* right: 28%; */
    right: 32%;
    object-fit: cover;
    border-radius: 10px;
    
}
/* --------- why_we_might_be_right_section ------- */
       .why_we_might_be_right_section {
            background: #E8F5FF;

        }

        .why_we_might_be_right_section .section-title {
            font-size: 24px;
            font-weight: 400;
            font-family: 'inter';
            color:#252525;
            line-height: 100%;

        }
        .why_we_right_image .line_image{
        
        }

       .why_we_might_be_right_section .main-heading {
            font-size: 32px;
            font-weight: 700;
            font-family: 'inter-bold';
          
        }

        .why_we_might_be_right_section .info-box img {
            width: 100%;
            border-radius: 10px;
        }

        .why_we_might_be_right_section .info-title {
            font-weight: 700;
            font-size: 20px;
            font-family: 'inter-bold';
            line-height: 140%;
        }

        .why_we_might_be_right_section .info-text {
            font-weight: 400;
            font-size: 16px;
            font-family: 'inter';
            line-height: 140%;
        }

         .why_we_might_be_right_section .accordion-button {
            font-size: 16px;
        }
        .why_we_might_be_right_section .accordion-item {
            border-radius: 10px;
            margin-bottom: 10px;
            /* overflow: hidden; */
        }
 /* -------were_here_to_help_section--2.2 7 section----------- */
 .were_here_to_help_section .were_here_to_width{
max-width: 1084px;
}
.were_here_to_help_section .contact-box {
    /* position: relative; */
    /* border-radius: 10px; */
    background-image: url(../image/serviced-office/desk-contactfiorm-bg.png);
    background-size: cover;
    background-position: center;
    /* height: 609px; */
        padding: 91px 0px 49px 0px;
        
        border-radius: 20px;
        border-bottom-right-radius: 10px;
        border-bottom-right-radius: 10px;
}
.were_here_to_help_section .contact-box-bg {
    /* position: relative; */
    /* border-radius: 10px; */
    background-image: url(../image/serviced-office/desk-contactfiorm-bg.png);
    background-size: cover;
    background-position: center;
    /* height: 609px; */
        padding: 91px 0px 49px 0px;
        
        border-radius: 20px;
        border-bottom-right-radius: 10px;
        border-bottom-right-radius: 10px;
}

/* .were_here_to_help_section .contact-box::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #fff5cd;
    z-index: -1;
  clip-path: polygon(13% 0, 100% 0, 100% 100%, 7% 100%);
} */

.were_here_to_help_section .contact-img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: auto;
}

.were_here_to_help_section .context_title{
    font-size: 28px;
    font-weight: 400;
    font-family: 'inter';
    color: #252525;
    
}
.were_here_to_help_section .context_title br{
   display: none;
}
.were_here_to_help_section .context_title span{
 
    font-weight: 700;
    font-family: 'inter-bold';
}

.were_here_to_help_section .context_title_sub{
    font-size: 28px;
    font-weight: 700;
    font-family: 'inter-bold';
    color: #252525;
    padding-right: 0px !important;
    white-space: nowrap;
    transform: translateX(-9px);
}

.were_here_to_help_section .contact-sec label {
    font-size: 18px;
    font-family: 'inter';
    font-weight: 400;
    color: #252525;
}

.were_here_to_help_section .contact-sec .form-control,
.were_here_to_help_section .contact-sec .form-select {
    height: 45px;
    border-radius: 5px;
color: #8D8D8D;
border: 1px solid #D9D9D9 !important;
border-radius: 0px !important;
}
.were_here_to_help_section .form-select{

border: 1px solid #D9D9D9 !important;
border-radius: 0px !important;
}
.were_here_to_help_section .form-control{

border: 1px solid #D9D9D9 !important;
border-radius: 0px !important;
}

.were_here_to_help_section .contact-sec textarea.form-control {
    height: 67px;
    color:#8D8D8D;
   
}

.were_here_to_help_section .btn-warning-dark{
    font-size: 16px;
    font-weight: 700;
    font-family: 'inter-bold';
        /*padding: 8px 31px;*/
               padding: 0;
    background-color: #252525;
    color: #FFDC00;
    box-shadow: 0 2px 3px rgb(0 0 0 / 30%);
    transition: 0.3s;
    border-radius: 25px;
    width:110px;
    height:40px;
}
.were_here_to_help_section .btn-warning-dark:hover{
    font-size: 16px;
    font-weight: 700;
    font-family: 'inter-bold';
        
    /* background-color: #FFDC00; */
    background-color: #939292;
        box-shadow: 0px 3px 10px #45454552;
    /* color: #252525; */
    color: white;
}
.were_here_to_help_section .btn-light{
    font-size: 16px;
    font-weight: 400;
    font-family: 'inter';
        padding: 8px 10px;
    background: #FCFCFC;
    color: #252525;
    box-shadow: 0 2px 3px rgb(0 0 0 / 30%);
    transition: 0.3s;
    border-radius: 25px;
     width:110px;
    height:40px;
}
.were_here_to_help_section  .btn-light:hover{
    font-size: 16px;
    font-weight: 400;
    font-family: 'inter';
        
    /* background-color: #FCEB95; */
    background-color: #dbdbdb;
    color: #252525;
        box-shadow: 0px 3px 10px #45454552;
    transition: 0.3s;
}

.were_here_to_help_section .form-select .selected{
    background-color: #ececec !important;
}
.were_here_to_help_section .btn{
    font-size: 14px;
}
.were_here_to_help_section .btn:hover{
    font-size: 14px;
}
.were_here_to_help_section .feel_fre_to_call_text{
       font-size: 24px;
    font-weight: 400;
    font-family: 'inter';
    color: #252525;
}

 /* ------- 2.2 page bake_to_the_top_saection 8---------  */
 .bake_to_the_top_saection{
background: #E8F5FF;
 }
 .bake_to_the_top_saection a{
    color:#252525;
    font-weight: 400;
    font-family: 'inter';

 }

 /* ||----------------------------------2.3 page modern_meeting_section ----------------------------|| */
 
 
.modern_meeting_section .collage { 
    position: relative;
     min-height: 420px; 
}
.modern_meeting_section .card-img-1 {
       /* width: 210px; */
    position: absolute;
    /* height: 217px; */
    object-fit: cover;
    /* left: 15%; */
    /* top: 7%; */
    border-radius: 10px;
    }
.modern_meeting_section .card-img-2 { 
      width: 230px;
    position: absolute;
    height: 101px;
    object-fit: cover;
    border-radius: 10px;
    right: 21%;
    top: 13%;
}

.modern_meeting_section .card-img-4 {
   width: 150px;
    position: absolute;
    height: 150px;
    right: 58%;
    bottom: 0%;
    object-fit: cover;
    border-radius: 10px;
}
.modern_meeting_section .card-img-5 {
        width: 248px;
    position: absolute;
    bottom: -2%;
    right: 22%;
    height: 264px;
    object-fit: cover;
    border-radius: 10px;
    
}
.modern_meeting_section .bg-soft-blue-1 {
        background: #E8F5FF;
    width: 230px;
    position: absolute;
    height: 101px;
    object-fit: cover;
    border-radius: 10px;
    right: 19%;
    top: 8%;
}
.modern_meeting_section .bg-soft-blue-2{
    background: #E8F5FF;
    width: 248px;
    position: absolute;
    bottom: 18%;
    right: 38%;
    height: 245px;
    object-fit: cover;
    border-radius: 10px;
}
.modern_meeting_section .bg-soft-blue-3{
 position: absolute;
    background: #E8F5FF;
    width: 143px;
    height: 143px;
    right: 61%;
    bottom: -2%;
    object-fit: cover;
    border-radius: 10px;
}
.modern_meeting_section .subdesc label {
    color: #0203FF;
}
.modern_meeting_section .subdesc a {
    color: #FF6B0B;
    text-decoration: underline;
}
/* ||---------------------------- Well-Curated_section 2.3 page 3 section-------------------------|| */
 .Well-Curated_section .collage { 
    position: relative;
     min-height: 420px; 
}

.Well-Curated_section .bg-soft-blue-1 {
            background: #E8F5FF;
    width: 174px;
    position: absolute;
    height: 104px;
    object-fit: cover;
    border-radius: 10px;
    left: 10%;
    top: 1%;
}
.Well-Curated_section .bg-soft-blue-2{
    background: #E8F5FF;
    width: 248px;
    position: absolute;
    bottom: 18%;
    right: 38%;
    height: 245px;
    object-fit: cover;
    border-radius: 10px;
}
.Well-Curated_section .bg-soft-blue-3{
      position: absolute;
    background: #E8F5FF;
    width: 147px;
    height: 124px;
    right: 23%;
    bottom: 4%;
    object-fit: cover;
    border-radius: 10px;
}
.Well-Curated_section .card-img-1 {
           /* width: 184px; */
    position: absolute;
    /* height: 111px; */
    object-fit: cover;
    /* top: 7%; */
    left: 13%;
    border-radius: 10px;
    }
.Well-Curated_section .card-img-2 { 
     width: 210px;
    position: absolute;
    height: 216px;
    object-fit: cover;
    border-radius: 10px;
    right: 22%;
    top: 5%;
}

.Well-Curated_section .card-img-4 {
        width: 247px;
    position: absolute;
    height: 262px;
    right: 55%;
        bottom: -1%;
    object-fit: cover;
    border-radius: 10px;
}
.Well-Curated_section .card-img-5 {
 width: 157px;
    position: absolute;
    bottom: 7%;
    right: 26%;
    height: 133px;
    object-fit: cover;
    border-radius: 10px;
    
}
/* ||-----------------offer box- 2.3 page section ----------------||*/
.offer_box_section {
    position: relative;
        }

      .offer_box_section .badge-custom{
               font-size: 15px;
    font-weight: 700;
    font-family: 'inter-bold';
    color: #252525;
    border-radius: 5px;
    padding: 7px 12px;
    margin-right: 2rem;
    background-color: #B2DEFF;
      }
      .offer_box_main{
        position: relative;
         border-radius: 20px;
    background-image: url(../image/meeting-rooms/offer-box-background.png);
    background-position: center;
    background-size: cover;   /* optional but recommended */
    background-repeat: no-repeat;
    height: 100%;
      }
     
      .offer_box_section .badge-custom-text{
        font-size: 20px;
        font-family: 'inter';
        font-weight: 400;
      }
      .offer_box_section .offer_box_ceo_title{
        font-size: 70px;
        font-family: 'inter-bold';
        font-weight: 600;
        color: #252525;
      }
      .offer_box_section .offer_box_ceo_desc{
          font-size: 18px;
        font-family: 'inter';
        font-weight: 400;
        color: #252525;
        line-height: 150%;
            width: 95%;
        max-width: fit-content;
      }
      .offer_box_section .offer_box_ceo_title span{
        color: #757575;
        font-family: 'inter-bold';
      }
      .offer_box_section .offer_box_btn{
            margin-top: 1.7rem;
      }
      .offer_box_section .offer_box_btn .btn{
            font-size: 14px;
            
      }
      .offer_box_section .tag {
           background: #FFDC00;
    padding: 5px 18px;
    border-radius: 8px;
    top: 10%;
    font-weight: 700;
    font-size: 13px;
    /* font-family: 'inter-italic'; */
    font-family: 'inter-bold';
    font-style: italic;
    margin-bottom: 2px;
    text-align: center;
    line-height: 100%;
    width: 91px;
    /*transform: rotate(-8deg) translate(-69px, -5px);*/
        transform: rotate(-8deg) translate(-60px, -5px);
}
      
        /* Image Card */
       .offer_box_section .offer-box-right-person-image img{
          border-radius: 20px;
    position: absolute;
    width: 57%;
    /*top: -21%;*/
    /*top: -20.5%;*/
    /*right: 1%;*/
    
        top: -75px;
    right: 13px;
        }
        /* Offer box */
        .offer_box_section .offer-box {
               /* position: absolute;
    background: #E8F5FF;
    border-radius: 61%;
    font-size: 20px;
    padding: 35px 31px;
    z-index: 20;
    color: #252525;
    line-height: 110%;
    font-family: 'inter';
    bottom: -8%;
    right: -2%;
    transform: rotate(-20deg); */
        position: absolute;
    background: #E8F5FF;
    border-radius: 61%;
    font-size: 20px;
    padding: 39px 7px;
    z-index: 20;
    color: #252525;
    line-height: 110%;
    width: 155px;
    font-family: 'inter';
    bottom: -8%;
    right: -2%;
    transform: rotate(-20deg);
    height: 155px;
            
        }
        .offer_box_section .offer-box span{
          font-family: 'inter-bold';
          font-weight: 700;
          line-height: 110%;
          font-size: 28px;
        }
        .offer_box_section  .offer-box strong{
color: #D91D28;
    font-family: 'inter-bold';
    font-weight: 700;
        }

        /* |||||------2.4 page open_plan_workspace_section section ------||| */
        
.open_plan_workspace_section .collage { 
    position: relative;
     min-height: 420px; 
}
.open_plan_workspace_section .card-img-1 {
         /* width: 210px; */
    position: absolute;
    /* height: 217px; */
    object-fit: cover;
    left: 1%;
    /* top: 7%; */
    border-radius: 10px;
    }
.open_plan_workspace_section .card-img-2 { 
      width: 199px;
    position: absolute;
    height: 100px;
    object-fit: cover;
    border-radius: 10px;
    right: 26%;
    top: 11%;
}

.open_plan_workspace_section .card-img-4 {
   width: 145px;
    position: absolute;
    height: 137px;
    right: 58%;
    bottom: 0%;
    object-fit: cover;
    border-radius: 10px;
}
.open_plan_workspace_section .card-img-5 {
        width: 248px;
    position: absolute;
    bottom: -2%;
    right: 22%;
    height: 264px;
    object-fit: cover;
    border-radius: 10px;
    
}
.open_plan_workspace_section .bg-soft-blue-1 {
        background: #E8F5FF;
    width: 199px;
    position: absolute;
    height: 100px;
    object-fit: cover;
    border-radius: 10px;
    right: 23%;
    top: 3%;
}
.open_plan_workspace_section .bg-soft-blue-2{
    background: #E8F5FF;
    width: 248px;
    position: absolute;
    bottom: 18%;
    right: 38%;
    height: 245px;
    object-fit: cover;
    border-radius: 10px;
}
.open_plan_workspace_section .bg-soft-blue-3{
 position: absolute;
    background: #E8F5FF;
    width: 145px;
    height: 137px;
    right: 61%;
    bottom: -2%;
    object-fit: cover;
    border-radius: 10px;
}
.open_plan_workspace_section .subdesc label {
    color: #0203FF;
}
.open_plan_workspace_section .subdesc a {
    color: #FF6B0B;
    text-decoration: underline;
}
 /* ------------------- more_than_a_workspace_section 2.4 page------------------------ */
 .more_than_a_workspace_section .collage { 
    position: relative;
     min-height: 420px; 
}

.more_than_a_workspace_section .bg-soft-blue-1 {
            background: #E8F5FF;
    width: 219px;
    position: absolute;
    height: 97px;
    object-fit: cover;
    border-radius: 10px;
      left: 1%;
    top: 4%;

}
.more_than_a_workspace_section .bg-soft-blue-2{
    background: #E8F5FF;
    width: 250px;
    position: absolute;
    bottom: 18%;
    right: 38%;
    height: 255px;
    object-fit: cover;
    border-radius: 10px;
}
.more_than_a_workspace_section .bg-soft-blue-3{
      position: absolute;
    background: #E8F5FF;
    width: 153px;
    height: 107px;
    right: 23%;
    bottom: 4%;
    object-fit: cover;
    border-radius: 10px;
}
.more_than_a_workspace_section .card-img-1 {
           /* width: 219px; */
    position: absolute;
    /* height: 97px; */
    object-fit: cover;
    /* top: 11%; */
    left: 6%;
    border-radius: 10px;
    }
.more_than_a_workspace_section .card-img-2 { 
    width: 210px;
    position: absolute;
    height: 217px;
    object-fit: cover;
    border-radius: 10px;
    right: 22%;
    top: 5%;
}

.more_than_a_workspace_section .card-img-4 {
    width: 247px;
    position: absolute;
    height: 264px;
    right: 55%;
    bottom: -1%;
    object-fit: cover;
    border-radius: 10px;
}
.more_than_a_workspace_section .card-img-5 {
    width: 153px;
    position: absolute;
    bottom: 8%;
    right: 26%;
    height: 107px;
    object-fit: cover;
    border-radius: 10px;
    
}
/* if_a_business_address_section 2.5 page */
       
.if_a_business_address_section .collage { 
    position: relative;
     min-height: 420px; 
}
.if_a_business_address_section .card-img-1 {
     /* width: 210px;  */
    position: absolute;
    /* height: 217px; */
    object-fit: cover;
    left: 1%;
    /* top: 7%; */
    border-radius: 10px;
    }
.if_a_business_address_section .card-img-2 { 
      width: 197px;
    position: absolute;
    height: 106px;
    object-fit: cover;
    border-radius: 10px;
    right: 26%;
    top: 10%;
}

.if_a_business_address_section .card-img-4 {
      width: 130px;
    position: absolute;
    height: 134px;
    right: 60%;
    bottom: 4%;
    object-fit: cover;
    border-radius: 10px;
}
.if_a_business_address_section .card-img-5 {
      width: 247px;
    position: absolute;
    bottom: -3%;
    right: 23%;
    height: 263px;
    object-fit: cover;
    border-radius: 10px;
    
}
.if_a_business_address_section .bg-soft-blue-1 {
       background: #E8F5FF;
    width: 197px;
    position: absolute;
    height: 106px;
    object-fit: cover;
    border-radius: 10px;
    right: 24%;
    top: 4%;
}
.if_a_business_address_section .bg-soft-blue-2{
    background: #E8F5FF;
    width: 250px;
    position: absolute;
    bottom: 18%;
    right: 38%;
    height: 254px;
    object-fit: cover;
    border-radius: 10px;
}
.if_a_business_address_section .bg-soft-blue-3{
    position: absolute;
    background: #E8F5FF;
    width: 124px;
    height: 122px;
    right: 63%;
    bottom: 1%;
    object-fit: cover;
    border-radius: 10px;
}

/* ------------------- dont_miss_a_single_section 2.5 page------------------------ */
 .dont_miss_a_single_section .collage { 
    position: relative;
     min-height: 420px; 
}

.dont_miss_a_single_section .bg-soft-blue-1 {
            background: #E8F5FF;
    width: 234px;
    position: absolute;
    height: 108px;
    object-fit: cover;
    border-radius: 10px;
      left: 1%;
        top: 5%;

}
.dont_miss_a_single_section .bg-soft-blue-2{
    background: #E8F5FF;
    width: 250px;
    position: absolute;
    bottom: 18%;
    right: 38%;
    height: 255px;
    object-fit: cover;
    border-radius: 10px;
}
.dont_miss_a_single_section .bg-soft-blue-3{
        position: absolute;
    background: #E8F5FF;
    width: 106px;
    height: 135px;
    right: 26%;
    bottom: 1%;
    object-fit: cover;
    border-radius: 10px;
}
.dont_miss_a_single_section .card-img-1 {
             /* width: 234px; */
    position: absolute;
    /* height: 108px; */
    object-fit: cover;
    /* top: 11%; */
    left: 5%;
    border-radius: 10px;
    }
.dont_miss_a_single_section .card-img-2 { 
    width: 210px;
    position: absolute;
    height: 217px;
    object-fit: cover;
    border-radius: 10px;
    right: 22%;
    top: 5%;
}

.dont_miss_a_single_section .card-img-4 {
        width: 247px;
    position: absolute;
    height: 264px;
    right: 55%;
    bottom: -3%;
    object-fit: cover;
    border-radius: 10px;
}
.dont_miss_a_single_section .card-img-5 {
      width: 117px;
    position: absolute;
    bottom: 4%;
    right: 29%;
    height: 148px;
    object-fit: cover;
    border-radius: 10px;
    
}
.dont_miss_a_single_section a{
        color: #0203FF;
    text-decoration: underline;
    padding-top: 7px;
}
/* ---------------Business address table section 2.5 page ----------------------- */
 .Business_address_table .guess-bubble {
        width: 102px;
        height: 100px;
        background:  #E8F5FF;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        font-size: 20px;
        font-weight: 600;
        line-height: 100%;
        font-family: 'inter-semibold';
            margin-right: 25px;
        position: relative;
    }

    .Business_address_table .guess-bubble:before {
           content: "?";
    position: absolute;
    top: -5px;
    left: -16px;
    background: #252525;
    color: #fff;
    padding: 3px 15px;
    border-radius: 5px;
    font-size: 20px;
    font-family: 'inter';
    font-weight: 700;
    }
    .Business_address_table .guess-bubble:after {
          content: "";
    position: absolute;
    top: 19px;
    left: -7px;
    background: #252525;
    color: #fff;
    padding: 7px 14px;
    border-radius: 5px;
    font-size: 17px;
    font-family: 'inter';
    font-weight: 700;
    /* clip-path: polygon(95% 0, 61% 0, 100% 100%); */
    clip-path: polygon(92% 0, 58% 0, 100% 100%);
    }
    .Business_address_table .top_line{
        font-size: 24px;
        font-weight: 400;
        font-family: 'inter';
        line-height: 100%; 
    }
    .Business_address_table .top_line br{
        display: none;
    }
    .Business_address_table .top_line label{
        color: #0203FF;
        font-weight: 700;
        font-family: 'inter-bold';
    }
    .Business_address_table .highlight-text {
           background: #FFDC00;
    padding: 2px 6px;
    border-radius: 10px;
    line-height: 100%;
    }

    /* Comparison Table */
    .Business_address_table .compare-header {
        background: #e8e8e8;
        padding: 10px;
        border-radius: 10px;
        font-size: 14px;
        font-weight: 600;
        text-align: center;
    }

.Business_address_table table tr .tbl_heading{
           font-size: 20px;
    font-weight: 700;
    font-family: 'inter-bold';
    line-height: 100%;
    border: 1px solid #BCBCBC;
    vertical-align: middle;
    /* padding: 12px 18px; */
    padding: 12px 6px;
    background: #D9D9D9;
    color:#252525;
    text-align: center;
width: 32%;
       
    }
   
    .Business_address_table table tr td{
        font-size: 20px;
    font-weight: 400;
    font-family: 'inter';
    line-height: 100%;
    border: 1px solid #BCBCBC;
    vertical-align: middle;
    /* padding: 6px 18px; */
    padding: 8px 18px;

    color: #252525;
    }

  
    .Business_address_table .exclusive-meeting-td{
        line-height: 120%;
        padding: 11px 18px;
    }
    .Business_address_table  table tr td .tbl_orange {
    font-weight: 700;
    font-family: 'inter-bold';
    line-height: 100%;
    color: #FF6B0B;
}
 
    .Business_address_table table{
    width: 100%;
     }
     .Business_address_table table tr .wide-col{
        width: 36%;
     }
  
    .Business_address_table table tr .check{
        font-size: 31px;
        color: #444444;
        text-align: center;
    }
     .Business_address_table table tr .desk{
        font-size: 20px;
        color: #252525;
        text-align: center;
    }
   
    /* well_handle_your_mail_section 2.6 page */
       
.well_handle_your_mail_section .collage { 
    position: relative;
     min-height: 420px; 
}
.well_handle_your_mail_section .card-img-1 {
            /* width: 209px; */
    position: absolute;
    /* height: 216px; */
    object-fit: cover;
    /* left: 17%; */
    /* top: 7%; */
    border-radius: 10px;
    }
.well_handle_your_mail_section .card-img-2 { 
      width: 233px;
    position: absolute;
    height: 108px;
    object-fit: cover;
    border-radius: 10px;
    right: 20%;
    top: 10%;
}

.well_handle_your_mail_section .card-img-4 {
     width: 116px;
    position: absolute;
    height: 148px;
    right: 62%;
    bottom: 4%;
    object-fit: cover;
    border-radius: 10px;
}
.well_handle_your_mail_section .card-img-5 {
       width: 247px;
    position: absolute;
    bottom: -2%;
    right: 23%;
    height: 263px;
    object-fit: cover;
    border-radius: 10px;
    
}
.well_handle_your_mail_section .bg-soft-blue-1 {
     background: #E8F5FF;
    width: 216px;
    position: absolute;
    height: 103px;
    object-fit: cover;
    border-radius: 10px;
    right: 18%;
    top: 4%;
}
.well_handle_your_mail_section .bg-soft-blue-2{
    background: #E8F5FF;
    width: 250px;
    position: absolute;
    bottom: 18%;
    right: 38%;
    height: 254px;
    object-fit: cover;
    border-radius: 10px;
}
.well_handle_your_mail_section .bg-soft-blue-3{
     position: absolute;
    background: #E8F5FF;
    width: 107px;
    height: 135px;
    right: 66%;
    bottom: 0%;
    object-fit: cover;
    border-radius: 10px;
}
   
/* ------------------- business_phone_number_section 2.7 page------------------------ */
 .business_phone_number_section .collage { 
    position: relative;
     min-height: 420px; 
}

.business_phone_number_section .bg-soft-blue-1 {
             background: #E8F5FF;
    width: 173px;
    position: absolute;
    height: 99px;
    object-fit: cover;
    border-radius: 10px;
    left: 10%;
    top: 5%;

}
.business_phone_number_section .bg-soft-blue-2{
    background: #E8F5FF;
    width: 250px;
    position: absolute;
    bottom: 18%;
    right: 38%;
    height: 254px;
    object-fit: cover;
    border-radius: 10px;
}
.business_phone_number_section .bg-soft-blue-3{
     position: absolute;
    background: #E8F5FF;
    width: 121px;
    height: 154px;
    right: 26%;
    bottom: 1%;
    object-fit: cover;
    border-radius: 10px;
}
.business_phone_number_section .card-img-1 {
              /* width: 181px; */
    position: absolute;
    /* height: 106px; */
    object-fit: cover;
    /* top: 11%; */
    left: 10%;
    border-radius: 10px;
    }
.business_phone_number_section .card-img-2 { 
    width: 210px;
    position: absolute;
    height: 216px;
    object-fit: cover;
    border-radius: 10px;
    right: 22%;
    top: 5%;
}

.business_phone_number_section .card-img-4 {
        width: 247px;
    position: absolute;
    height: 263px;
    right: 55%;
    bottom: -3%;
    object-fit: cover;
    border-radius: 10px;
}
.business_phone_number_section .card-img-5 {
      width: 129px;
    position: absolute;
    bottom: 4%;
    right: 29%;
    height: 163px;
    object-fit: cover;
    border-radius: 10px;
    
}
.business_phone_number_section a{
    color: #0203FF;
}
/* your_personal_assistant_section 2.7 page  section 5*/
       
.your_personal_assistant_section .collage { 
    position: relative;
     min-height: 420px; 
}
.your_personal_assistant_section .card-img-1 {
         /* width: 210px; */
    position: absolute;
    /* height: 217px; */
    object-fit: cover;
    /* left: 17%; */
    /* top: 4%; */
    border-radius: 10px;
    }
.your_personal_assistant_section .card-img-2 { 
  width: 216px;
    position: absolute;
    height: 101px;
    object-fit: cover;
    border-radius: 10px;
    right: 21%;
     top: 12%;
}

.your_personal_assistant_section .card-img-4 {
      width: 149px;
    position: absolute;
    height: 132px;
    right: 60%;
    bottom: 4%;
    object-fit: cover;
    border-radius: 10px;
}
.your_personal_assistant_section .card-img-5 {
      width: 247px;
    position: absolute;
    bottom: -3%;
    right: 23%;
    height: 263px;
    object-fit: cover;
    border-radius: 10px;
    
}
.your_personal_assistant_section .bg-soft-blue-1 {
           background: #E8F5FF;
    width: 202px;
    position: absolute;
    height: 101px;
    object-fit: cover;
    border-radius: 10px;
    right: 18%;
    top: 5%;
}
.your_personal_assistant_section .bg-soft-blue-2{
    background: #E8F5FF;
    width: 250px;
    position: absolute;
    bottom: 18%;
    right: 38%;
    height: 254px;
    object-fit: cover;
    border-radius: 10px;
}
.your_personal_assistant_section .bg-soft-blue-3{
      position: absolute;
    background: #E8F5FF;
    width: 137px;
    height: 122px;
    right: 64%;
    bottom: 0%;
    object-fit: cover;
    border-radius: 10px;
}
/* freedom_of_connection_section 2.7 page */

.freedom_of_connection_main_bg{
    
    position: relative;
}
.freedom_of_connection_section .ellipse_image{
    margin:0 auto;
 max-width: 1173px;
}
   /* .freedom_of_connection_section .ellipse_image{
    transform: translateX(8%);
    width: 87%;
     
    } */
/* .freedom_of_connection_main_bg::after{
      position: absolute;
    content: " ";
    background: #E8F5FF;
    border-radius: 20px;
    width: 94%;
    height: 83%;
    left: 3%;
    bottom: 0%;
    z-index: -1;
} */
.freedom_of_connection_section  .paragraph-box{
 background-color: #252525;
    border-radius: 15px;
    position: relative;
    margin-bottom: 57px;
}
.freedom_of_connection_section .paragraph{
    font-size: 20px;
    text-align: right;
    line-height: 100%;
    font-family: 'inter';
    font-weight: 400;
    color:#FFFFFF;
}
.freedom_of_connection_section .paragraph span{
    color: #FFDC00;
}
.freedom_of_connection_section .shadow_mobile_right{
      position: absolute;
    width: 210px;
    height: 190px;
    top: -36%;
    right: -15%;
}

.freedom_of_connection_section  .welcome-box {
        background: #FFFFFF;
    position: relative;
    border-radius: 15px;
    box-shadow: 0px 1px 3px 0px #000000a8;
    width: fit-content;
    
    right: -17%;
}
.freedom_of_connection_section  .welcome-box::before {
   position: absolute;
    content: '';
    background: #ffffff;
    width: 86%;
    height: 100px;
    left: -82%;
    bottom: 13%;
    clip-path: polygon(100% 50%, 0 90%, 100% 83%);
   z-index: 1;
}
.freedom_of_connection_section  .welcome-box::after {
    position: absolute;
    content: '';
    background: #30292970;
    width: 82%;
    height: 98px;
    left: -82%;
    bottom: 12%;
    clip-path: polygon(100% 50%, 0 90%, 100% 83%);
    z-index: 0;
        
}
.freedom_of_connection_section  .welcome-box .welcom_title{
font-size: 24px;
font-weight: 700;
font-family: 'inter-bold';
line-height: 100%;
}
.freedom_of_connection_section  .welcome-box .welcom_title_sub{
font-size: 18px;
font-weight: 700;
font-family: 'inter-bold';
line-height: 100%;
}
.freedom_of_connection_section  .welcome-box small{
font-size: 16px;
font-weight: 400;
font-family: 'inter';
line-height: 100%;
}
.freedom_of_connection_section .welcome-box img{
    position: absolute;
    left: -16%;
    top: -27%;
    z-index: 2;
}

.freedom_of_connection_section .illustration-box { 
           border-radius: 15px;
    padding: 9px 40px 25px 40px;
    background: #FFFFFF;
    width: fit-content;
    margin-top: 32px;
    position: relative;
    left: 11%;
        margin-bottom: 33px;
}
.freedom_of_connection_section .illustration-box .press-btn { 
    width: 70px;
     height: 70px;
      border-radius: 50%;
       background: #B2DEFF;
        align-items: center;
         justify-content: center;
         display: flex;
         font-size: 17px;
          font-weight: 700;
          line-height: 110%; 
          font-family: 'inter';
         color: #252525;
         margin-top: 2rem;
    box-shadow: 0px 1px 4px 0px #000000a8;
        }
.freedom_of_connection_section .illustration-box .dept-tag { 
     background: #FFEF8A;
    padding: 8px 17px;
    border-radius: 10px;
    font-size: 16px;
    font-family: 'inter';
    font-weight: 400;
    color: #252525;
    margin-top: 24px;
    line-height: 100%;
    position: absolute;
    transform: rotate(-29deg);
   box-shadow: 0px 1px 4px -1px #000000a8;
    }
    .freedom_of_connection_section .illustration-box  big{ 
    border-radius: 50%;
    font-size: 25px;
    font-weight: 700;
    line-height: 110%;
    font-family: 'inter';
    color: #646464;
        }
           .freedom_of_connection_section .illustration-box .dots-vertical-line{
            position: absolute;
    transform: rotate(90deg) translate(-54%, -622%);
        }
         .freedom_of_connection_section .illustration-box .dots-horizontal-line{
        position: absolute;
    transform: translate(9%, -22%);
        }
      .freedom_of_connection_section .illustration-box .dots-up{
        position: absolute;
transform: rotate(90deg) translate(26%, -111%)
}
    .freedom_of_connection_section .illustration-box .dots-dn{
        position: absolute;
    transform: rotate(90deg) translate(-8%, -111%);
        }
        .freedom_of_connection_section .illustration-box .small-text{
              font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    font-family: 'inter';
    color: #252525;
    margin-top: 6rem;;
        }
/* |----------------------------about us page  ------------------------------------------*/
 .about-us-banner {
        margin-top: 64px;
        max-width:1920px;
        margin-left: auto;
        margin-right: auto;
    }
    .about-us-banner .banner-right-man{
        height: 630px;
        
    }
.about-us-banner .about-banner-man-content{
      font-size: 96px;
    font-family: 'inter-semibold';
    color: #252525;
    font-weight: 600;
    line-height: 100%;
    /* transform: translate(10%, 7%); */
    
        padding: 5% 1% 0% 10%;
        margin-bottom: 0px;

}
.about-us-banner .about-banner-man-content span{
    font-family: 'inter-semibold';
    font-weight:600;
    
}
.about-us-banner .highlight-bar {
        width: 30px;
        height: 70px;
        background: #FFDC00;
        display: inline-block;
            margin-right: 23px;
    }

 .about-us-banner .about-banner-avtar img{

 }
/* .about-us-banner .about-banner-avtar{
    background: #DDDDDD;
       padding: 10px;
      border-radius: 37px; 
}
.about-us-banner .about-banner-avtar small {
      color: #7C7C7C;
      font-size: 10px;
    font-family: 'inter-semibold';
    font-weight: 600;
    line-height: 76px;
}
    .about-us-banner .about-banner-avtar img {
         width: 40px;
    height: 40px;
        margin-left: -10px;
         object-fit: cover;
    }
   .about-us-banner .avatar-list img:first-child {
    margin-left: 0;
} */
    .about-us-banner  .banner-blue-box{
            background: #B2DEFF;
    border-top-left-radius: 150px;
    border-bottom-left-radius: 150px;
    padding: 27px 24px 27px 79px;
    position: absolute;
    right: 0;
    bottom: -19%;
    width: 601px;
    }
    .about-us-banner  .banner-blue-box big{
    font-size: 20px;
    font-weight: 700;
    font-family: 'inter-bold';
    line-height: 140%;
    text-align: left;
    }
 .about-us-banner  .banner-blue-box p{
    font-size: 18px;
    font-weight: 400;
    font-family: 'inter';
    line-height: 160%;
    text-align: left;
    }
    /*  what_is_nouvo_section 1 */
    .what_is_nouvo_section .whatisnouvo{
        border-radius: 20px;
    }
    .heading_line{
        font-size: 40px;
        font-weight: 400;
        font-family: 'inter';
    }
     .heading_line b{
        
        font-weight: 700;
        font-family: 'inter-bold';
        
    }
    .what_is_nouvo_section .right_part .desc{
        font-size: 20px;
        font-weight: 400;
        font-family: 'inter';
        color:#252525;
        line-height: 140%;
        
    }
      .what_is_nouvo_section .right_part .desc a{
       color: #FF6B0B;
       text-decoration: underline;
    }
    .vertical_solid_blue_line{
        
        width: 210px;
        height: 4px;
        background-color:#53B7FF;
    }
    .what_is_nouvo_section .yellow_light_box{
           background: #FFF5CD;
    width: 465px;
    height: 130px;
    border-radius: 10px;
    margin-top: 47px;
        padding: 4% 6%;
        position: relative;
    }
    .what_is_nouvo_section .yellow_light_box .giraff-text-small{
    font-family: 'inter';
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
        margin-top: 4px;
        
    }
    .what_is_nouvo_section .yellow_light_box .giraff-text-small br{
    display: none;
    }

    .what_is_nouvo_section .yellow_light_box .giraff-text{
    font-family: 'inter-bold';
    font-weight: 700;
    font-size: 36px;
    }
   .what_is_nouvo_section .yellow_light_box .about_giraf_image {
    position: absolute;
    width: 190px;
    height: 190px;
    bottom: 0;
    right: -20%;
}
    /* from_our_cero_with_section about page */
    .from_our_cero_with_section .yellow_light_box p{
font-size: 15px;
font-family: 'inter';
font-weight: 400;
line-height: 140%;
color: #646464;
    }
    .from_our_cero_with_section .quate_image1 {
    transform: translate(-22px, -10px);
}
.from_our_cero_with_section .quate_image2 {
    /* transform: translate(46px, -15px); */
    /* transform: translate(46px, -3px); */
    float: right;
        transform: translateY(27px);
}
/* how_nouvo_spaces_supports_section */

.how_nouvo_heading_line{
           font-size: 64px;
           font-weight: 700;
           font-family: 'inter-bold';
           /* line-height: 150%; */
}
.how_nouvo_heading_second_line{
           font-size: 40px;
           font-weight: 400;
           /* line-height: 150%; */
           font-family: 'inter';
}
.how_nouvo_spaces_supports_section .desc span{
   color: #0203FF;

}
.how_nouvo_spaces_supports_section .desc a{
 color: #FF6B0B;
text-decoration: underline;   
}
.how_nouvo_spaces_supports_section .horizontal-blue-line{
      position: absolute;
    right: -91px;
    width: 220px;
    top: 54%;
    height: 2px;
    background: #53B7FF;
    transform: rotate(90deg);
}
/* about page take__a_look_aroud_section */

.take__a_look_aroud_section{
    max-width:1440px;
    margin:0 auto;
}
.take__a_look_aroud_section .slider-container {
    display: flex;
    width: 100%;
    min-height: 575px;
    background: #E9F6FF;

}
.take__a_look_aroud_section .take_title{
    font-size: 24px;
    font-weight: 400;
    font-family: 'inter';
    line-height: 140%;
    color: #252525;
}
.take__a_look_aroud_section .nouvo_title{
    font-size: 64px;
    font-weight: 700;
    font-family: 'inter-bold';
    line-height: 140%;
    color: #252525;
}
.take__a_look_aroud_section .slider-left{
    width: 40%;
    /* padding: 50px; */
    padding: 50px 50px 50px 62px;
}


.take__a_look_aroud_section .slider-right {
    width: 60%;
    position: relative;
}

.take__a_look_aroud_section .slider-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 300ms ease-in-out;
}

.take__a_look_aroud_section .slider-right img.fade {
    opacity: 0;
}
.take__a_look_aroud_section .menu-item{
      display: flex;
    align-items: center;
    font-size: 24px;
    font-family: 'inter';
    font-weight: 400;
    color: #7D7D7D;
    line-height: 100%;
    /* padding: 12px 15px; */
    padding: 6px 39px;
    cursor: pointer;
    border-radius: 35px;
    margin-bottom: 2px;
    transition: 0.3s ease;
    position: relative;
}
.take__a_look_aroud_section .menu-item:hover{
  color: #252525;
}
.take__a_look_aroud_section .menu-item.active {
    font-weight: 700;
    font-family: 'inter-bold';
    color: #252525;
    font-size: 28px;
}

.take__a_look_aroud_section .menu-item .icon {
    /*width: 45px;*/
    /*height: 45px;*/
    width: 47px;
    height: 47px;
    background: #FCFCFC;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color:#7D7D7D;
    margin-right: 12px;
    opacity: 0.8;
}
.take__a_look_aroud_section .menu-item .icon .tackbuilding{
    height:21px;
}

.take__a_look_aroud_section .menu-item .icon .tackbuilding-crl{
    height:28px;
}
.take__a_look_aroud_section .menu-item.active .icon {
    background: #FFEF8A;
    color: #252525;
    opacity: 1;
}
.take__a_look_aroud_section .menu-item .arrow {
    margin-right: 12px;
    opacity: 0;
    transition: 0.3s ease;
}

.take__a_look_aroud_section .menu-item.active .arrow {
    opacity: 1; 
}


.take__a_look_aroud_section .slide-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
}

.take__a_look_aroud_section .slide-img.active {
    opacity: 1;
}

  .take__a_look_aroud_section .mobile-active-label {
    display: none;
  }
  /* contact page */
  .contact_page_main_section{

  }
  
  textarea.form-control{
      height:65px;
  }
  input{
      height:45px;
  }
 .form-select{
      height:45px;
 }
  .contact_page_main_section .contact-main-title{
    font-size: 48px;
    font-weight: 400;
    font-family: 'inter';
    line-height: 150%;
    color: #252525;
  }
  .contact_page_main_section .contact-hellow-box{
       position: relative;
    background: #FCEB95;
    padding: 19px 30px;
    border-radius: 15px;
    width: 300px;
    transform: translate(81%, 23%);
  }
  .contact_page_main_section .contact-hellow-box p{
      font-size: 20px;
    font-weight: 400;
    font-family: 'inter';
    color: #252525;
    line-height: 130%;
    text-align: left;
  }
  .contact_page_main_section .contatbox-phone{
    position: absolute;
    top: -25%;
    right: -7%;
    padding: 15px;
  }
  .contact_page_main_section .contatbox-polygon{
             position: absolute;
    bottom: -30px;
    left: 12%;
  }
    .contact_page_main_section .contact-chat-box{
       position: relative;
    background: #06C755;
    padding: 12px 17px;
    border-radius: 10px;
    width: 196px;
    transform: translate(57%, -101%);
  }
      .contact_page_main_section .contact-chat-box p{
    font-size: 18px;
    font-weight: 400;
    font-family: 'inter';
    color: #FCFCFC;
    line-height: 130%;
    text-align: left;
  }
   .contact_page_main_section .chatbox-chat{
       position: absolute;
    top: -44%;
    right: -19%;

  }
  .contact_page_main_section .contact_form_image{
       position: relative;
    transform: translate(97%, -175%);
  }
  .were_here_to_help_section .btn-contact-yellow{
    font-size: 18px;
    padding: 8px 20px;
    color: #252525;
    box-shadow: 0 2px 3px rgb(0 0 0 / 30%);
  }
  .were_here_to_help_section .btn-contact-green{
    font-size: 18px;
    padding: 8px 20px;
    box-shadow: 0 2px 3px rgb(0 0 0 / 30%);
  }
   .were_here_to_help_section .btn-contact-yellow:hover{
    font-size: 18px;
    /* padding: 8px 20px; */
    color: #252525;
  }
  .were_here_to_help_section .btn-contact-green:hover{
    font-size: 18px;
    padding: 8px 20px;
    
  }
  /* contact page 3 section */
  .all_our_branches_section h2{

    color: #252525;
    font-family: 'inter-bold';
    font-size: 40px;
    line-height: 100%;
  }
  .black-hr{
   background: #252525; 
   width: 100%;
   height: 1px;
   margin-top: 42px;
  }
  .blue-hr{
 background: #53B7FF;
   width: 100%;
   height: 2px;
   
       margin-top: 40px;
  }
    .gray-hr{
 background: #D2D2D2;
 
   width: 100%;
   height: 2px;
   
       margin-top: 40px;
  }
  .all_our_branches_section .contactpage-right_address{
       color: #252525;
    font-family: 'inter';
    font-size: 24px;
    line-height: 140%;
  }
  .all_our_branches_section .gray_h3{
color: #7D7D7D;

  }
  .gray_p{
    color: #7D7D7D !important;
  }
  /* home page banner */
    .home-hero-section {
               /*background-image: url(../image/home/home-header.jpg);*/
    background-size: cover;
    background-position: center;
    height: 740px;
    width: 100%;
    
    margin-top: 63px;
    display: flex;
    flex-direction: column;
    color: white;
    /* padding: 0px 6% 0px 9%; */
        }
        .home-hero_banner_content{
             width:1212px;
                margin: 0 auto;
        }

        .home-hero-section .main-headline {
            font-size: 96px;
    font-family: 'inter-bold';
    font-weight: 700;
    color: #FFEF8A;
    line-height: 90px;
    margin-top: 14px;
    max-width: 790px;
        }

        .home-hero-section .header-top {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
           
        }

        .home-hero-section .left-sub-text {
			    margin-top: 91px;
    font-size: 24px;
    max-width: 495px;
    font-family: 'inter';
    line-height: 100%;
    font-weight: 400;
	color: #252525;
        }
        

        .home-hero-section .right-description p{
            max-width: 497px;
            text-align: right;
            font-size: 15px;
			    margin-top: 91px;
				line-height: 140%;
				font-family: 'inter';
				font-weight: 400;
				color: #252525;
        }
        

        /* પેલી બ્લુ અંડરલાઈન માટે */
       .home-hero-section .homebannerblue-line {
             margin-left: auto;
    width: 160px;
    height: 0;
    margin-top: 30px;
    border-bottom: 2px solid #85CCFF;
    /*position: absolute;*/
    /* right: 7%; */
        }
        /* _________|    home-make-every-step-section || --------------*/
        .home-make-every-step-section .firstp{
            font-size: 36px;
            font-family: 'inter';
            font-weight: 400;
            line-height: 130%;
            margin-top: 128px;
        }
        .home-make-every-step-section .firstp span{
         color: #85CCFF;
         
        }
        .home-make-every-step-section .hero-info-box {
   background: #E9F6FF;
    width: 446px;
    height: 402px;
    border-radius: 40px;
    padding: 58px 60px 41px 94px;
    justify-content: flex-end;
    /* transform: translateX(58px); */
    transform: translateX(63px);
    margin-top: 67px;
    
}
.home-make-every-step-section .blueline-divider {
    width: 350px;
    height: 0px;
    border-bottom: 5px solid #53B7FF;
    margin-top: 34px;
}

.home-make-every-step-section .hero-image-box img{
     width: 605px;
    height: 561px;
    z-index: 2;
            transform: translatex(21px);
        position: absolute;
}

.home-make-every-step-section .hero-info-title {

    font-size: 24px;
    font-weight: 700;
    font-family: 'inter-bold';
    line-height: 140%;
    text-align: left;
    color: #252525;
}
.home-make-every-step-section .hero-info-title br{    
 display: none;
}

.home-make-every-step-section .hero-info-title span {
    font-size: 24px;
    font-weight: 400;
    font-family: 'inter';
    line-height: 140%;
    color: #252525;
}

.home-make-every-step-section .hero-quote-box {
   border-left: 3px solid #FFDC00;
    padding: 8px 0px 8px 26px;
    margin-left: 13px;
    margin-top: 16px;
}
.home-make-every-step-section .hero-quote-box p{
    font-size: 15px;
    font-weight: 400;
    font-family: 'inter';
    line-height: 140%;
    color:#252525;
}


.home-make-every-step-section .hero-author {
    font-size: 12px;
    font-weight: 400;
    font-family: 'inter';
    line-height: 140%;
    color: #646464;
    text-align: end;
    margin-top: 17px;
}
/* |||||||||||||||______________________home_club_nouvo_ceo_section __________||||||||||||*/
.home_club_nouvo_ceo_section{
    max-width:1440px;
    margin:0 auto;
}
.home_club_nouvo_ceo_section .leftimg{
    position: relative;
}
.home_club_nouvo_ceo_section .leftimg .blue_box1{
        /*width: 510px;*/
        /*width: auto;*/
    height: 100px;
    background: #E1F2FF;
        
    padding: 19px 45px 10px 45px;
    /*padding: 19px 44px 10px 54px;*/
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    position: absolute;
    right: 7%;
    bottom: -9%;
}

.home_club_nouvo_ceo_section .blue_box1 p:nth-child(1){
    font-size: 24px;
    font-weight: 700;
    font-family: 'inter-bold';
    line-height: 140%;
    color: #252525;

}

.home_club_nouvo_ceo_section .blue_box1 p:nth-child(2){
    font-size: 20px;
    font-weight: 400;
    line-height: 140%;
    font-family: 'inter';
    color: #252525;
}
.home_club_nouvo_ceo_section .blue_box1 p:nth-child(2) span{
    color: #DC3C3E;
    font-weight: 700;
    font-family: 'inter-bold';
}

.home_club_nouvo_ceo_section .rightcontent .blue_box2{
       width: 200px;
    height: 38px;
    font-size: 18px;
    background-color: #CFEAFF;
    border-radius: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    margin-top: 10px;
    justify-content: center;
}
.home_club_nouvo_ceo_section .heading_ceo{
      font-size: 77px;
    font-weight: 700;
    line-height: 130%;
    font-family: 'inter-bold';
    color: #252525;
    margin-top: 38px;
    
     
}
.home_club_nouvo_ceo_section .heading_ceo span{
    color: #757575;
    font-family: 'inter-bold';
}
.home_club_nouvo_ceo_section .rightcontent .blueline_ceo{
    width: 285px;
    height: 0px;
    margin-top: 38px;
    border-bottom: 4px solid #53B7FF
}
.home_club_nouvo_ceo_section .rightcontent .content-text{
    font-size: 24px;
    font-weight: 400;
    line-height: 140%;
    font-family: 'inter';
    color: #252525;
    margin-top: 38px;
}
.home_club_nouvo_ceo_section .rightcontent .club_ulli .text-gray-600 img{
  /* width: 20px; */
  /* height: 21px; */
  width: 20px;
  height: 18px;
  margin-right: 20px;
}
.home_club_nouvo_ceo_section .rightcontent .club_ulli .items-start{
    align-items:start;
}
.home_club_nouvo_ceo_section .rightcontent .club_ulli .text-gray-800{
font-size: 18px;
    font-weight: 400;
    line-height: 165%;
    font-family: 'inter';
    color: #252525;
}

.home_club_nouvo_ceo_section .rightcontent .club_ulli .text-gray-800 span{

    font-weight: 700;
    font-family: 'inter-bold';
}
.home_club_nouvo_ceo_section .rightcontent .club_ulli .text-gray-800 label{

    color: #44AFFF;
    font-weight: 700;
    font-family: 'inter-bold';
}
.home_club_nouvo_ceo_section .rightcontent .club_ulli {
    padding-left: 27px;
    padding-right: 20px;
        margin-top: 20px;
}
/* ||_________________________________home_tailored_services_section */
.home_tailored_services_section{
    background-color: #E9F6FF;
    padding-left: 77px;
    padding-right: 77px;
    padding-top: 100px;
        padding-bottom: 100px;
}
.home_tailored_services_section .services-wrapper {
    max-width: 100%;  
}
.home_tailored_services_section .section-intro .sub-textmobile{
    display: none;
}
.home_tailored_services_section .section-intro .title-content .sub-text { 
   font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    font-family: 'inter';
    color: #252525;
}
.home_tailored_services_section .section-intro .title-content {
border-left: 10px solid #FFDC00;
    padding-left: 44px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.home_tailored_services_section .section-intro .main-title { 
    margin-top: 24px;
    line-height: 24px;
}
.home_tailored_services_section .section-intro {
display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 70px;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

.home_tailored_services_section .top-buttons .btn-outline_explore{
    font-size: 14px;
    font-weight: 400;
    font-family: 'inter';
    width: 130px;
    height: 40px;
    border-radius: 30px;
    background-color: #FCFCFC;
    color: #252525;
    box-shadow: 0 2px 3px rgb(0 0 0 / 30%);
    transition: 0.3s;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.home_tailored_services_section .top-buttons .btn-outline_explore:hover{
    background-color: #FFEF8A;
    
}
.home_tailored_services_section .top-buttons .btn-outline_plans{
    font-size: 14px;
    font-weight: 400;
    font-family: 'inter';
    width: 140px;
    height: 40px;
    border-radius: 30px;
    background-color: #FCFCFC;
    color: #252525;
    box-shadow: 0 2px 3px rgb(0 0 0 / 30%);
    transition: 0.3s;
    display: inline-flex;
    justify-content: center;
    align-items: center;
        margin-left: 15px
}
.home_tailored_services_section .top-buttons .btn-outline_plans:hover{
    background-color: #FFEF8A;

}
.home_tailored_services_section .section-intro .top-buttons {
    margin-bottom: 20px;
}


.home_tailored_services_section .card { 
    background: #FCFCFC;
    border-radius: 20px;
    border: none;
    padding: 12px;
    /* box-shadow: 0 4px 15px rgba(0,0,0,0.05); */
    transition: transform 0.3s ease;
    /* height: 450px; */
}
.home_tailored_services_section .card-dark { 
    background: #252525; 
    color: #FCFCFC;
}
.home_tailored_services_section .card img { 
    width: 100%; 
    height: 200px; 
    object-fit: cover;
    border-radius: 8px;
 }
 .home_tailored_services_section .card .card-title{ 
  border-bottom: 1px solid #BCBCBC;
}
 
.home_tailored_services_section .card-dark .card-title{ 
  border-bottom: 1px solid #FCFCFC;
}
 
.home_tailored_services_section .card-body {
    /*padding: 30px 15px 13px 15px;*/
    padding: 25px 15px 13px 15px;
    }

    .home_tailored_services_section .card-title {
        font-size: 24px;
    margin-bottom: 20px;
    font-family: 'inter-bold';
    font-weight: 700;
    line-height: 126%;
    padding-bottom: 20px;
        text-align: center;
    }

.home_tailored_services_section .card-desc {
      font-size: 15px;
      font-family: 'inter';
      font-weight: 400;
      line-height: 140%;
          margin-bottom: 20px;
              text-align: left;
    }
.home_tailored_services_section .services-layout{
    max-width: 1280px;
    margin:auto;
}

.home_tailored_services_section .services-layout .btn-yellow{
    font-size: 14px;
    width: 121px;
    height: 31px;
    font-family: 'inter';
    font-weight: 400;
    line-height: 100%;
    border-radius: 7px;
    background: #FFDC00;
    color: #252525;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.home_tailored_services_section .services-layout .btn-link-more{
font-size: 14px;
    width: 121px;
    height: 31px;
    font-family: 'inter';
    font-weight: 400;
    line-height: 100%;
    border-radius: 7px;
    background: #FCFCFC;
    color: #252525;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #BCBCBC;
   margin-left: 4px;
}
.home_tailored_services_section .services-layout .card .btn-yellow:hover{
    
    color: #FFDC00;
    background: #252525;
}
.home_tailored_services_section .services-layout .card .btn-link-more:hover{
    background: #FFEF8A;
    border: none;
}
.home_tailored_services_section .services-layout .card-dark .btn-yellow:hover{
    
    background: #85CCFF !important;
    color: #252525;
}
.home_tailored_services_section .services-layout .card-dark .btn-link-more:hover{
    background: #CFEAFF !important;
    color: #252525;
}

.home_tailored_services_section .services-layout .card-actions{
    text-align: center;
}
.home_tailored_services_section .services-layout .card-btn-group{
    text-align: center;
}
.home_tailored_services_section  .services-desktop-card{
    display: inline-flex;

}
.home_tailored_services_section .card-dark {
    position: relative;
}
.home_tailored_services_section .card-dark .offer-badge {
    position: absolute;
    top: -3%;
    left: -8%;
    background: #FFDC00;
    width: 90px;
    height: 90px;
    padding: 28px 0px;
    border-radius: 50%;
    transform: rotate(-15deg);
    z-index: 10;
    text-align: center;
}
.home_tailored_services_section .card-dark .offer-badge .offer-badge1{
   font-size: 13px;
    font-family: 'inter';
    font-weight: 400;
    line-height: 130%;
    color: #252525;
}
.home_tailored_services_section .card-dark .offer-badge .offer-badge2{
font-size: 15px;
    font-family: 'inter-bold';
    font-weight: 700;
    line-height: 130%;
    color: #252525;
}
.home_tailored_services_section .software-showcase{
    margin-top: 70px;
        margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
}
.home_tailored_services_section .software-showcase .showcase-header{
        margin-bottom: 61px;
    border-left: 10px solid #FFDC00;
    padding-left: 44px;
    padding-top: 13px;
    padding-bottom: 5px;
}
.home_tailored_services_section .software-showcase .showcase-title{
font-size: 36px;
font-weight: 700;
font-family: 'inter-bold';
    line-height: 24px;
    color: #252525;
}
.home_tailored_services_section .software-showcase .showcase-sub {
    
    font-size: 24px;
    font-weight: 400;
    font-family: 'inter';
    line-height: 24px;
    color: #252525;
        margin-top: 24px;
}
.home_tailored_services_section .software-showcase .showcase-sub .brand-orange{
    font-size: 24px;
    font-weight: 600;
    font-family: 'inter-semibold';
    line-height: 24px;
    color: #FF6B0B;
}
.home_tailored_services_section .software-showcase .showcase-sub .brand-orange{

}
.home_tailored_services_section .software-showcase .software-card {
       background: #252525; 
    color: #FCFCFC;
    display: flex;
    border-radius: 20px;
    padding: 12px;
    width: 640px;
}
.home_tailored_services_section .software-showcase .software-img img {
    width: 285px;
    height: 246px;
    border-radius: 8px;
    object-fit: cover;
}

.home_tailored_services_section .software-showcase .info-title {
        font-size: 24px;
    margin-bottom: 20px;
    font-family: 'inter-bold';
    font-weight: 700;
    line-height: 100%;
    padding-bottom: 20px;
    text-align: center;
    border-bottom: 1px solid #FCFCFC;
}

.home_tailored_services_section .software-showcase .info-text {
      font-size: 15px;
      font-family: 'inter';
      font-weight: 400;
      line-height: 140%;
       margin-bottom: 20px;
      text-align: left;
      color: #FCFCFC;
    }
.home_tailored_services_section .software-showcase .btn-yellow{
    font-size: 14px;
    width: 121px;
    height: 31px;
    font-family: 'inter';
    font-weight: 400;
    line-height: 100%;
    border-radius: 7px;
    background: #FFDC00;
    color: #252525;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.home_tailored_services_section .software-showcase .btn-link-more{
font-size: 14px;
    width: 121px;
    height: 31px;
    font-family: 'inter';
    font-weight: 400;
    line-height: 100%;
    border-radius: 7px;
    background: #FCFCFC;
    color: #252525;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #BCBCBC;
   margin-left: 4px;
}
.home_tailored_services_section .software-showcase .btn-yellow:hover{
    
    background: #85CCFF !important;
    color: #252525;
}
.home_tailored_services_section .software-showcase .btn-link-more:hover{
    background: #CFEAFF !important;
    color: #252525;
}

.home_tailored_services_section .software-showcase .software-info {
    flex: 1;
    padding: 32px 24px 32px 34px;
    color: #FCFCFC;
}
.home_tailored_services_section .software-showcase .info-btns {
text-align: center;
}
/* ||||_________________________home_explore_Business_section______________|||| */
.home_explore_Business_section {

}
.home_explore_Business_section .compare-serve-img1{
    display: none;
}
.home_explore_Business_section .maincompare-serve{
    transition:0.3s;
}
.home_explore_Business_section .maincompare-serve:hover .compare-serve-img1{
    display: inline;
}
.home_explore_Business_section .maincompare-serve:hover .compare-serve-img{
    display: none;
}
.home_explore_Business_section .main-carousel-container{
    position: relative;
    max-width: 1320px;
    margin: 0 auto;
    background: var(--bg-white);
    padding: 0px 112px;
    border-radius: 20px;
}
.home_explore_Business_section .swiper-slide {
 
}
 .home_explore_Business_section .section-title { 
     margin-bottom: 56px; 
}
.home_explore_Business_section .nav-item-custom {
    padding: 9px 0;
    cursor: pointer;
    color: #A8A8A8;
    width: 170px;
    font-weight: 400;
    font-size: 16px;
    font-family: 'inter';
    position: relative;
    transition: all 0.3s ease;
    /*margin-right: 15px;*/
    border-bottom: 1px solid #A8A8A8;
}

 .home_explore_Business_section .nav-item-custom.active {
    color: #252525;
    border-bottom: 3px solid #FFDC00;
    font-weight: 700;
    font-family: 'inter-bold';
 }
 .home_explore_Business_section .nav-item-custom:hover{
    color: #252525;
    border-bottom: 2px solid #FFDC00;
    /*font-family: 'inter';*/
 }

 .home_explore_Business_section .custom-nav {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none;
    text-align: center;
    gap:15px;
}

        .home_explore_Business_section .custom-nav::-webkit-scrollbar { 
            /* display: none; */
         }

       
.home_explore_Business_section .custom-nav-wrapper{
     margin-bottom: 35px;
}
/*home_explore_Business_section arrow start*/
.home_explore_Business_section .nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    padding: 0; /* remove old padding */
    background-color: transparent;
    /*background-size: 20px; */
    background-position: center;
    background-repeat: no-repeat;
    transition: 0.3s;
}

/* Hover effect */
/*.home_explore_Business_section .nav-btn:hover {*/
/*    background-color: #000;*/
/*}*/

/* Prev button */
.home_explore_Business_section #prevSlide {
    /*left: 10px;*/
    background-image: url("../image/icon/arrow_left_normal.svg");
}
.home_explore_Business_section #prevSlide:disabled {
    background-image: url("../image/icon/arrow_left_disabled.svg");
    cursor: not-allowed;
}

/* Next button */
.home_explore_Business_section #nextSlide {
    /*right: 10px; */
    background-image: url("../image/icon/arrow_right_normal.svg");
}
.home_explore_Business_section #nextSlide.swiper-button-disabled {
    background-image: url("../image/icon/arrow_right_active.svg");
    cursor: not-allowed;
}

/*.home_explore_Business_section .nav-btn:disabled{*/
/*    opacity: 0.5;*/
/*        cursor: not-allowed;*/
/*        background-color: #BCBCBC !important;*/
/*        color: #FCFCFC !important;*/
/*}*/
/*.home_explore_Business_section .nav-btn {*/
/*         position: absolute;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*    width: 41px;*/
/*    height: 41px;*/
/*    background: #222;*/
/*    color: #FFDC00;*/
/*    border-radius: 50%;*/
/*    border: none;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    cursor: pointer;*/
/*    z-index: 10;*/
/*    padding: 6px 8px 10px 8px;*/
/*    cursor: pointer;*/
/*    font-size: 35px;*/
/*    transition: 0.3s;*/
/*    }*/

/* .home_explore_Business_section .nav-btn:hover {*/
/*             background: #000; */
/* }*/
 
 /*home_explore_Business_section arrow end*/
 .home_explore_Business_section .nav-btn.prev-pos {
 /*left: 29px;*/
 left: 20px;
 }
 .home_explore_Business_section .nav-btn.next-pos { 
            /*right: 29px; */
            right: 20px;
  }
  
    .home_explore_Business_section  .main-carousel-container {
        }
        
.home_explore_Business_section .business-card {
    /* background: #fff; */
    border-radius: 19px;
    border: 1px solid #BCBCBC;
    /* box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05); */
    display: flex;
    height: 350px;
    overflow: hidden;
    margin-bottom: 0px;
}
.home_explore_Business_section .swiper {
            width: 100%;
            overflow: hidden !important; 
     }
    .home_explore_Business_section  .card-img-side {
    /* width: 45%; */
    height: 100%;
}
  
.home_explore_Business_section .card-img-side img {
    width: 300px;
    height: 350px;
    object-fit: cover;
}

.home_explore_Business_section .card-body-side {
    /* width: 55%; */
    
        /*padding: 28px 37px;*/
        /*padding: 28px 26px;*/
        /*padding:28px 22px 28px 31px;*/
        padding: 28px 22px 28px 39px;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
}
.home_explore_Business_section .business-card .card-body-side .icon-box img{
    width: 55px;
    height: 55px;
}
.home_explore_Business_section .business-card .card-body-side .title{
    font-size: 24px;
    font-weight: 600;
    font-family: 'inter-semibold';
    line-height: 100%;
        margin-top: 20px;
            margin-bottom: 11px;

}
.home_explore_Business_section .business-card .card-body-side .text{
    font-size: 16px;
    font-weight: 400;
    font-family: 'inter';
    line-height: 20px;

}

.home_explore_Business_section .business-card .card-body-side .sub_title{
    font-size: 14px;
    font-weight: 600;
    font-family: 'inter-semibold';
    line-height: 100%;
     margin-top: 29px;

}
.home_explore_Business_section .business-card .card-body-side .tag-dark {
  background: #252525;
    color: #FFDC00;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 700;
    font-family: 'inter-bold';
    line-height: 100%;
   
    border: none;
    padding: 7px 14px;
    transition: 0.3s;
    box-shadow: 0 1px 3px rgb(0 0 0 / 30%);
    margin-bottom: 8px;
}
.home_explore_Business_section .business-card .card-body-side .tag-dark:hover {
  background: #FFDC00;
    color: #252525;
    
}

.home_explore_Business_section .business-card .card-body-side .tag-outline {
   background: #FFFFFF;
    color: #252525;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 400;
    font-family: 'inter';
    line-height: 100%;
    border: none;
    padding: 7px 14px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 30%);
}
.home_explore_Business_section .business-card .card-body-side .tag-outline:hover {
 
   background: #FFF5CD;
    color: #252525;
}
.home_explore_Business_section .business-card .card-body-side .btn-div-tag{
margin-top: 11px;
gap: 13px;
}
.home_explore_Business_section #last-businesscard {
    background:#FFF6BA;
    width: 366px;
    height: 350px;
    border:none;
    position: relative;

}
.home_explore_Business_section #last-businesscard .card-body-side .text{
     font-size: 20px;
    font-weight: 400;
    font-family: 'inter';
    line-height: 100%;
        margin-top: 5px;
}
.home_explore_Business_section #last-businesscard .card-body-side .title{
     font-size: 32px;
    font-weight: 700;
    font-family: 'inter-bold';
    line-height: 100%;
}

.home_explore_Business_section #last-businesscard .card-body-side .tag-outline {
   background: #FCFCFC;
    color: #252525;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 400;
    font-family: 'inter';
    line-height: 100%;
    border: none;
     
     padding: 11px 11px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 30%);
    width: 100px;
    height: 82px;
    text-align: left;
    transition: 0.3s;
   
   
}
.home_explore_Business_section #last-businesscard .card-body-side .tag-outline1 {
   background: #FCFCFC;
    color: #252525;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 400;
    font-family: 'inter';
    line-height: 100%;
    border: none;
     
     /*padding: 11px 11px;*/
    box-shadow: 0 1px 3px rgb(0 0 0 / 30%);
    width: 100px;
    height: 82px;
    text-align: left;
    transition: 0.3s;
   
   
}

.home_explore_Business_section #last-businesscard .card-body-side .tag-outline1:hover {
   background: #D8EEFF;
    color: #252525;
}

.home_explore_Business_section #last-businesscard .card-body-side .tag-outline:hover {
   background: #D8EEFF;
    color: #252525;
}


.home_explore_Business_section #last-businesscard .card-body-side .tag-dark {
background: #252525;
    color: #FFDC00;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 400;
    font-family: 'inter';
    line-height: 100%;
    border: none;
    padding: 8px 17px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 30%);
    width: 210px;
    height: 60px;
    text-align: left;
    transition: 0.3s;
}
.home_explore_Business_section #last-businesscard .card-body-side .tag-dark:hover {
    background: #FFDC00;
    color: #252525;
}
.home_explore_Business_section #last-businesscard .card-body-side .tag-dark:hover img{
     filter: brightness(0.2);
}
.home_explore_Business_section #last-businesscard .card-body-side .btn-div-tag{
margin-top: 11px;
    gap: 10px;
}
.home_explore_Business_section #last-businesscard .card-body-side .girafbox img{
        position: absolute;
    right: 0;
    width: 131px;
    height: 203px;
    bottom: 0;
}
/*last card last button create code*/
.home_explore_Business_section .compare-btn{
    width:210px;
    height:60px;
    background:#252525;
    border-radius:10px;
    display:flex;
    align-items:center;
    gap:10px;
    padding:0 11px;
    text-decoration:none;
    transition:0.3s;
        justify-content: center;
}

.home_explore_Business_section .btn-icon{
 
    transition:0.3s;
}

.home_explore_Business_section .left-icon{
    width:14px;
transform: translateX(1px); 
}
.home_explore_Business_section .right-icon{
    width:12px;
        margin-top: 14px;

 
}

.home_explore_Business_section .btn-text{
    display:flex;
    flex-direction:column;
    color:#FFDC00;
    line-height:100%;
}

.home_explore_Business_section .btn-text strong{
    font-family:'inter-bold';
    font-weight:700;
    font-size:14px;
    
}

.home_explore_Business_section .btn-text small{
    font-family:'inter';
    font-weight:400;
    font-size:13px;
    
}

/* hover */

.home_explore_Business_section .compare-btn:hover{
    background:#FFDC00;
}

.home_explore_Business_section .compare-btn:hover .btn-text{
    color:#252525;
}

.home_explore_Business_section .compare-btn:hover .left-icon{
    content:url("../image/icon/cros_pen_black.svg");
    transform: translateX(1px);
}

.home_explore_Business_section .compare-btn:hover .right-icon{
    content:url("../image/icon/right_black_arrow.svg");
}
/*last card last button create code*/





/* home_why_love_slider_section */
.home_why_love_slider_section .why_love_slider_wrapper{
     
    max-width: 1320px;
    position: relative;
        max-width: 1098px;
    margin: 0 auto;
    background: #E8F5FF;
    margin: 0px auto;
    border-radius: 20px;
    padding-bottom: 43px;
}
.home_why_love_slider_section .why_love_title {
    font-family: 'Inter-bold';
    font-weight: 700;
    font-size: 36px;
    line-height: 100%;
    color:#252525;
    margin-bottom: 75px;
}
.home_why_love_slider_section .why_love_main_flex {
       display: flex;
    max-width: 1098px;
    margin: 0 auto;
    gap: 40px;
    align-items: flex-start;
           padding: 51px 47px 0px 70px;
}
.home_why_love_slider_section .why_love_tab_item {
       display: flex;
    align-items: center;
    /* padding: 20px; */
        /*padding: 20px 24px;*/
            padding: 20px 18px;
    cursor: pointer;
    border-top: 1px solid #85CCFF;
    background: transparent;
    transition:0.3s;

        }

.home_why_love_slider_section .why_love_tab_item .icon{
           min-width: 38px;
    min-height: 38px;
    background: #FCFCFC;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
        margin-right: 30px;
    opacity: 0.7;
    padding: 4px 9px;
}
.home_why_love_slider_section .why_love_tab_item img{
            height: 25px;
}
   
.home_why_love_slider_section .why_love_tab_item:hover .icon{
    opacity: 1; 
}
.home_why_love_slider_section .why_love_tab_item.active{
    /*padding: 20px 8px 20px 91px;*/
    padding: 20px 13px 20px 91px;
     position: relative;
}
.home_why_love_slider_section .why_love_tab_item.active .icon{
position: absolute;
    opacity: 1;
    z-index: 2;
    background: #FFEF8A;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 20px;
    width: 130px;
    height: 80px;
    border-bottom-right-radius: 20px;
    left: -15%;
}
.home_why_love_slider_section .why_love_tab_item.active .icon img{
            height: 36px;
}

.home_why_love_slider_section .why_love_tab_item:nth-child(1){
   border-top:none; 
}


.home_why_love_slider_section .why_love_tab_item .tab_label {
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    color: #7D7D7D;
    font-family: 'inter';
}
.home_why_love_slider_section .why_love_tab_item:hover .tab_label {
    color:#252525;
}

.home_why_love_slider_section .why_love_tab_item.active .tab_label {
    font-family: 'Inter-bold';
    font-weight: 700;
    font-size: 24px;
    color:#252525;
    line-height:126%;
}

.home_why_love_slider_section .why_love_content_col {
    /* flex: 1; */
    flex: 0;
    padding: 23px;
    border-radius: 20px;
    min-height: 450px;
    display: none;
    height: 471px;
}
.home_why_love_slider_section .why_love_desc {
    /*   font-size: 16px;*/
    /*font-weight: 400;*/
    /*line-height: 21px;*/
    /*color: #252525;*/
    /*border-left: 3px solid #FFDC00;*/
    /*padding-left: 26px;*/
    /*padding-top: 5px;*/
    /*padding-bottom: 5px;*/
    /*padding-right: 16px;*/
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    color: #252525;
    border-left: 3px solid #FFDC00;
    padding-left: 23px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 0px;
    
}
.home_why_love_slider_section .why_love_desc span{
    color: #0203FF;
}
.home_why_love_slider_section .why_love_desc a{
    color: #FF6B0B;
    text-decoration: none;
}
.home_why_love_slider_section .why_love_content_col.active {
    display: block;
}
.home_why_love_slider_section .why_love_tabs_col {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.home_why_love_slider_section .why_love_controls {
         display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    /* position: relative; */
    }
.home_why_love_slider_section .why_dots {
    display: flex;
    gap: 7px;
    align-items: center;
    margin-top: 7px;
}

.home_why_love_slider_section .why_dots .dots {
    height: 7px;
    width: 7px; /* નોર્મલ વિડ્થ */
    background-color: #FCFCFC;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    border: 1px solid #85C7FF;
    transition: all 0.4s ease; /* સ્મૂધ એનિમેશન માટે */
}
.home_why_love_slider_section .why_dots .dots.active {
    width: 56px;    
    border-radius: 10px;
    background-color: #85C7FF;
    border: 1px solid #85C7FF;
}


.home_why_love_slider_section .why_love_slide_img {
    width: 425px;
    height: 285px;
    border-radius: 10px;
    object-fit: cover;
    margin-bottom: 25px;
    display: block;
}
/*home_why_love_slider_section arrow css start*/
.home_why_love_slider_section .why_love_arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    padding: 0;
    background-color: transparent; 
    
    /*background-size: 20px; */
    background-position: center;
    background-repeat: no-repeat;
    transition: 0.3s;
}

/* Hover effect */
/*.home_why_love_slider_section .why_love_arrow:hover {*/
/*    background-color: #000;*/
/*}*/

/* Prev button arrow images */
.home_why_love_slider_section #why_love_prev {
    left: -8.5%;
    background-image: url("../image/icon/arrow_left_normal.svg");
}
.home_why_love_slider_section #why_love_prev.disabled {
    background-image: url("../image/icon/arrow_left_disabled.svg");
    cursor: not-allowed;
}

/* Next button arrow images */
.home_why_love_slider_section #why_love_next {
    right: -8.5%;
    background-image: url("../image/icon/arrow_right_normal.svg");
}
.home_why_love_slider_section #why_love_next.disabled {
    background-image: url("../image/icon/arrow_right_active.svg");
    cursor: not-allowed;
}
/*.home_why_love_slider_section .why_love_arrow {*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*    width: 41px;*/
/*    height: 41px;*/
/*    background: #222;*/
/*    color: #FFDC00;*/
/*    border-radius: 50%;*/
/*    border: none;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    cursor: pointer;*/
/*    z-index: 10;*/
/*    padding: 6px 8px 10px 8px;*/
/*    cursor: pointer;*/
/*    font-size: 35px;*/
/*    transition: 0.3s;*/
/*}*/

/*.home_why_love_slider_section .why_love_arrow.why_love_prev {*/

/*    left: -8.5%;*/

/*}*/
/*.home_why_love_slider_section .why_love_arrow.why_love_next {*/
    
/*    right: -8.5%;*/
/*}*/
/*.home_why_love_slider_section .why_love_arrow.disabled {*/
/*    opacity: 0.5;*/
/*    cursor: not-allowed;*/
/*    background-color: #BCBCBC !important;*/
/*    color: #FCFCFC !important;*/
/*}*/

/*home_why_love_slider_section arrow css end*/

/* because_your_success */
.because_your_success {
    padding: 80px 0;
    background-color: #F4F4F4; 
    overflow: hidden;
}
.because_your_success .main_person_img {
   width: 94%;
}

/* જમણી બાજુનું કન્ટેન્ટ */


.because_your_success .sub_title {
    
    color: #252525;
    font-weight: 400;
    font-family: 'inter';
    font-size: 20px;
    line-height: 100%;
        margin-bottom: 33px;
    margin-top: 31px;
}

.because_your_success .main_title {
    font-size: 31px;
    color: #252525;
    font-weight: 700;
    font-family: 'inter-bold';
    line-height: 130%;
    margin-bottom: 32px;
}

.because_your_success .main_title span {
    color: #53B7FF; /* Nouvo Spaces નો બ્લુ કલર */
    font-family: 'inter-bold';
}

.because_your_success .divider {
    width: 100%;
    height: 2px;
    background-color: #53B7FF;
        margin-bottom: 29px;
}

.because_your_success .desc_text p {
    font-size: 20px;
    line-height: 140%;
    color: #252525;
    font-weight: 400;
    font-family: 'inter';
    margin-bottom: 15px;
}
.because_your_success .desc_text p b{
     color: #53B7FF; /* Nouvo Spaces નો બ્લુ કલર */

}
.because_your_success .desc_text p em{
    font-weight: 600;
    font-family: 'inter-semibold';
}


/*____|||||||||||||||||||||||||||| everything_done_section Section */
.everything_done_section {
    background-color: #E8F5FF;
    padding:100px 20px 90px 20px;
    
  overflow: hidden;
}
.everything_done_section .everything_done_title {
  font-weight: 700;
  font-size: 35px;
  line-height: 100%;
  margin-bottom: 38px;
  font-family: 'inter-bold';
  color: #252525;
  text-align:center;
}

.everything_done_section .everything_done_desc {
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
    margin-bottom: 49px;
    color: #252525;
    font-family: 'inter';
}

.everything_done_section .everything_done_card_title {
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 10px;
  font-family: 'inter';
  color: #252525;
}

.everything_done_section .everything_done_container {
  max-width: 1096px;
  margin: 0 auto;
}

.everything_done_section .everything_done_assistance {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  font-family: 'inter';
  color: #252525;
}
.everything_done_section .everything_done_assistance a {
  color: #0203FF;
  text-decoration: underline;
}
.everything_done_section .everything_done_cards_wrapper {
  display: flex;
  align-items: center;
    gap: 4px;
  transition: all 600ms ease;
}

/* Individual Card */
.everything_done_section .everything_done_card {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 33px 10px;
    flex: 1;
    width: 250px;
        height: 240px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.everything_done_section .everything_done_icon_box img {
  
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
      margin-bottom: 25px;
}
.everything_done_section .everything_done_arrow {
  font-size: 36px;
  font-weight: 700;
  color: #252525;
  font-family: 'inter-bold';
  line-height: 100%;
}
/*|| ____________________  2.8 page------------||||||||||||||||| */


.Company_Registration_table table tr .tbl_heading{
           font-size: 20px;
    font-weight: 700;
    font-family: 'inter-bold';
    line-height: 100%;
    border: 1px solid #BCBCBC;
    vertical-align: middle;
    /* padding: 12px 18px; */
    padding: 12px 6px;
    background: #D9D9D9;
    color:#252525;
    text-align: center;
width: 29%;
       
    }
    .Company_Registration_table table tr .tbl_heading small{
           font-size: 16px;
    font-weight: 400;
    font-family: 'inter';
    line-height: 100%;
    color:#252525;
    text-align: center;
       
    }
    .Company_Registration_table table tr td{
          font-size: 20px;
    font-weight: 400;
    font-family: 'inter';
    line-height: 100%;
    border: 1px solid #BCBCBC;
    vertical-align: middle;
    padding: 8px 28px;
    color: #252525;
    }

     .Company_Registration_table table tr td .tbl_orange{
        
    font-weight: 700;
    font-family: 'inter-bold';
    line-height: 100%;
    color: #FF6B0B;
    }
   
 
    .Company_Registration_table table{
    width: 100%;
     }
     .Company_Registration_table table tr .wide-col{
        width: 42%;
     }
  
    .Company_Registration_table table tr .check{
        font-size: 31px;
        color: #444444;
        text-align: center;
    }
     .Company_Registration_table table tr .desk{
        font-size: 20px;
        color: #252525;
        text-align: center;
    }
    
    .Company_Registration_table table tr .price-text{
        font-size: 20px;
        color: #252525;
    }
 
    .Company_Registration_table .terms_condition{
        margin-top: 40px;
         padding: 0px;
    }
    .Company_Registration_table .terms_condition_heading{
        font-size: 16px;
        font-weight: 700;
        font-family: 'inter-bold';
        line-height: 150%;
       color: #252525;
        text-decoration: underline;
    }
   .Company_Registration_table .terms_condition ul {
    padding-left: 50px;
}
    .Company_Registration_table .terms_condition ul li{
        font-size: 16px;
       color: #252525;
        font-weight: 400;
        font-family: 'inter';
        line-height: 150%;

    }
    /* }}}}}}}}}|||||||||||||||even_more_value_section section ____________||||||||||||*/
    .even_more_value_section {
     

    }
    .even_more_value_section .container{
        max-width: 1096px;
    }
    .even_more_value_section .even_more_value_title {
  font-family: 'Inter';
    font-weight: 400;
    font-size: 40px;
    line-height: 100%;
    color: #252525;
    border-left: 10px solid #FFDC00;
    padding-left: 38px;
    padding-top: 5px;
    padding-bottom: 5px;
}
 .even_more_value_section .even_more_value_title br{
display: none;
    }
.even_more_value_section .even_more_ceo {
  color:#757575;
  font-family: 'inter-bold';
}
.even_more_value_section .even_more_value_subtitle {
  font-family: 'Inter';
  font-weight: 400;
  font-size: 30.5px;
  line-height: 100%;
          
  color: #252525;
  padding-left: 49px;
      margin-top: 18px;
      white-space: nowrap;
      margin-bottom: 26px;
}
.even_more_value_section .even_more_red {
  color: #D91D28;
  font-weight: 700;
  font-family: 'inter-bold';
}

.even_more_value_section .promotion_banner img{
    width: 100%;
    margin-top: 49px;
}
.even_more_value_section .see_club_nouvo  {
margin-top: 56px;
display: flex;
align-items: center;
}
.even_more_value_section .see_club_nouvo p  {
   font-size: 24px;
   font-weight: 400;
   font-family: 'inter';
   line-height: 100%;

}
.even_more_value_section .btn-light{
    font-size: 14px;
    font-weight: 400;
    font-family: 'inter';
    width: 165px;
    height: 40px;
    background-color: #FCFCFC;
    line-height: 100%;
    color: #252525;
    box-shadow: 0 1px 3px rgb(0 0 0 / 30%);
    transition: 0.3s;
    border-radius: 25px;
    padding: 0;
    justify-content: center;
    align-items: center;
}
.even_more_value_section .btn-light:hover{
    background-color: #FCEB95;
    color: #252525;
    
}
.even_more_value_section .lightbtn{
    margin-left: 37px;
}
.even_more_value_section .driver-yeloow-line{
    display: none;
  
}

 /* ||________________________2.9 dyo page  ____________________________||*/
 /* dyo_design_section section */
.dyo_design_section {
    padding: 119px 0px 0px 0px;
    background-color: #FCFCFC;
}
.dyo_design_section .dyo_container {
  max-width: 1140px; /* Tamara kahya mujab */
  margin: 0 auto;
}

.dyo_design_section .dyo_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 109px;
}
.dyo_design_section .dyo_left_image {
  flex: 1;
}


.dyo_design_section .dyo_left_image img {
  height: 432px;
  display: block;
}
.dyo_design_section .dyo_pen_icon {
    width: 43px;
    margin-top: 5px;
}
.dyo_design_section .dyo_right_content {
  flex: 1;
}

.dyo_design_section .dyo_main_heading {
  font-family: 'Inter';
  font-weight: 400;
  font-size: 32px;
  /*line-height: 100%;*/
         line-height: 124%;
  margin: 0;
  color: #252525;
}
.dyo_design_section .dyo_blue_line {
    width: 364px;
    height: 2px;
    background-color: #44AFFF;
    margin: 40px 0;
}

.dyo_design_section .dyo_title_wrapper {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
}
.dyo_design_section .dyo_sub_heading {
    font-family: 'inter-bold';
    font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  margin-bottom: 20px;
}

.dyo_design_section .dyo_description {
    font-family: 'Inter';
    font-weight: 400;
  font-size: 20px;
  line-height: 140%;
      padding-right: 10px;
}
.dyo_design_section .highlight {  
        background: #FFDC00;
    /*padding: 2px 3px;*/
    padding: 1px 3px;
    border-radius: 5px;
    font-family: 'inter-bold';
    line-height: 123%;
    display: inline-block;
 }

 /* _____________dyo_BUsiness_services_section 2.9 second section _____________ */
 
.dyo_BUsiness_services_section{
    background-color: #E9F6FF;
    /* padding-left: 77px;
    padding-right: 77px; */
    padding-top: 100px;
    padding-bottom: 75px;
}
.dyo_BUsiness_services_section .services-layout{
    max-width: 1280px;
    margin:auto;
}
.dyo_BUsiness_services_section .services-wrapper {
    max-width: 100%;  
}
.dyo_BUsiness_services_section .section-intro .sub-textmobile{
    display: none;
}
.dyo_BUsiness_services_section .section-intro .title-content .sub-text { 
   font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    font-family: 'inter';
    color: #252525;
}
.dyo_BUsiness_services_section .section-intro .title-content {
border-left: 10px solid #FFDC00;
    padding-left: 44px;
    padding-top: 5px;
    padding-bottom: 5px;
    
    
        margin-left: auto;
    margin-right: auto;
    width: 1280px;
}
.dyo_BUsiness_services_section .section-intro .main-title { 
      margin-top: 8px;
    line-height: 24px;
    font-size: 32px;
    font-family: 'inter-bold';
}
.dyo_BUsiness_services_section .section-intro {
          display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 70px;
    
    flex-wrap: wrap;
    gap: 20px;
}


.dyo_BUsiness_services_section .card { 
    background: #FCFCFC;
    border-radius: 20px;
    border: none;
    padding: 0px;
    position: relative;
    height: 605px;
    /* box-shadow: 0 4px 15px rgba(0,0,0,0.05); */
    transition: transform 0.3s ease;

}
.dyo_BUsiness_services_section .card-dark { 
    background: #252525; 
    color: #FCFCFC;
}
.dyo_BUsiness_services_section .card img { 
     width: 100%;
    height: 180px;
    object-fit: cover;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
 }
 .dyo_BUsiness_services_section .card .card-title{ 
  border-bottom: none;
}
 
.dyo_BUsiness_services_section .card-dark .card-title{ 
  border-bottom: none;
}
 
.dyo_BUsiness_services_section .card-body {
    /*padding: 35px 20px 20px 20px;*/
    padding: 26px 20px 20px 20px;
    }

.dyo_BUsiness_services_section .card-title {
    font-size: 24px;
    /* margin-bottom: 18px; */
    margin-bottom: 13px;
    font-family: 'inter-bold';
    font-weight: 700;
    /* line-height: 100%; */
    line-height: 140%;
    padding-bottom: 0px;
    text-align: center;
}

.dyo_BUsiness_services_section .card-desc {
      font-size: 14px;
      font-family: 'inter';
      font-weight: 400;
      line-height: 140%;
          margin-bottom: 15px;
              text-align: left;
    }


.dyo_BUsiness_services_section .services-layout .btn-yellow{
    font-size: 14px;
    width: 121px;
    height: 31px;
    font-family: 'inter';
    font-weight: 400;
    line-height: 100%;
    border-radius: 7px;
    background: #FFDC00;
    color: #252525;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition:0.3s;
}
.dyo_BUsiness_services_section .card-body ul{
    padding-left: 20px;
}
.dyo_BUsiness_services_section .card-body ul li{
    font-size: 14px;
    font-family: 'inter';
    font-weight: 400;
    line-height: 140%;
}
.dyo_BUsiness_services_section .software-showcase ul{
    padding-left: 20px;
    margin-bottom: 25px;
}
.dyo_BUsiness_services_section .software-showcase ul li{
    font-size: 14px;
    font-family: 'inter';
    font-weight: 400;
    line-height: 140%;
}
.dyo_BUsiness_services_section .card-body .card-thb{
      
    font-family: 'inter-bold';
    font-weight: 700;
    font-style: Bold;
    font-size: 22px;
    line-height: 100%;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
    position: absolute;
    bottom: 55px;
    width: 100%;
    left: 0;
}
.dyo_BUsiness_services_section .card-body .card-thb span{
     color: #D91D28;
     font-weight: 600;
     font-family: 'inter-semibold';

}
.dyo_BUsiness_services_section .services-layout .btn-link-more{
font-size: 14px;
    width: 121px;
    height: 31px;
    font-family: 'inter';
    font-weight: 400;
    line-height: 100%;
    border-radius: 7px;
    background: #FCFCFC;
    color: #252525;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #BCBCBC;
   margin-left: 4px;
   transition:0.3s;
}
.dyo_BUsiness_services_section .services-layout .card .btn-yellow:hover{
    
    color: #FFDC00;
    background: #252525;
}
.dyo_BUsiness_services_section .services-layout .card .btn-link-more:hover{
    background: #FFEF8A;
    border: none;
}
.dyo_BUsiness_services_section .services-layout .card-dark .btn-yellow:hover{
    
    background: #85CCFF !important;
    color: #252525;
}
.dyo_BUsiness_services_section .services-layout .card-dark .btn-link-more:hover{
    background: #CFEAFF !important;
    color: #252525;
}

.dyo_BUsiness_services_section .services-layout .card-actions{
    text-align: center;
     position: absolute;
        bottom: 22px;
            left: 0%;
    width: 100%;
    text-align: center;
}
.dyo_BUsiness_services_section .services-layout .card-btn-group{
    text-align: center;
        position: absolute;
        bottom: 22px;
         left: 0%;
    width: 100%;
    text-align: center
}
.dyo_BUsiness_services_section  .services-desktop-card{
    display: inline-flex;

}
.dyo_BUsiness_services_section .card-dark {
    /* position: relative; */
}
.dyo_BUsiness_services_section .card-dark .offer-badge {
    position: absolute;
    top: -3%;
    left: -8%;
    background: #FFDC00;
    width: 90px;
    height: 90px;
    padding: 28px 0px;
    border-radius: 50%;
    transform: rotate(-15deg);
    z-index: 10;
    text-align: center;
}
.dyo_BUsiness_services_section .card-dark .offer-badge .offer-badge1{
   font-size: 13px;
    font-family: 'inter';
    font-weight: 400;
    line-height: 130%;
    color: #252525;
}
.dyo_BUsiness_services_section .card-dark .offer-badge .offer-badge2{
font-size: 15px;
    font-family: 'inter-bold';
    font-weight: 700;
    line-height: 130%;
    color: #252525;
}
.dyo_BUsiness_services_section .software-showcase{
    
        margin-top: 70px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 1280px;
}
.dyo_BUsiness_services_section .software-showcase .showcase-header{
      margin-bottom: 40px;
    border-left: 10px solid #FFDC00;
    padding-left: 44px;
    padding-top: 11px;
    padding-bottom: 5px;
    
        margin-left: auto;
    margin-right: auto;
    min-width: 1280px;
}
.dyo_BUsiness_services_section .software-showcase .showcase-title{
font-size: 32px;
font-weight: 700;
font-family: 'inter-bold';
    line-height: 24px;
    color: #252525;
}
.dyo_BUsiness_services_section .software-showcase .showcase-sub {
    
    font-size: 24px;
    font-weight: 400;
    font-family: 'inter';
    line-height: 24px;
    color: #252525;
        margin-top: 24px;
}
.dyo_BUsiness_services_section .software-showcase .showcase-sub .brand-orange{
    font-size: 24px;
    font-weight: 600;
    font-family: 'inter-semibold';
    line-height: 24px;
    color: #FF6B0B;
}
.dyo_BUsiness_services_section .software-showcase .showcase-sub .brand-orange{

}
.dyo_BUsiness_services_section .software-showcase .software-card {
       background: #252525; 
    color: #FCFCFC;
    display: flex;
    border-radius: 20px;
    padding: 0px;
    width: 632px;
}
.dyo_BUsiness_services_section .software-showcase .software-img img {
     width: 254px;
    height: 295px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 0px;
    object-fit: cover;
    border-bottom-right-radius: 0px;
}

.dyo_BUsiness_services_section .software-showcase .info-title {
        font-size: 24px;
    margin-bottom: 22px;
    font-family: 'inter-bold';
    font-weight: 700;
    line-height: 100%;
    padding-bottom: 0px;
    text-align: center;
    border-bottom: none;
}

.dyo_BUsiness_services_section .software-showcase .info-text {
          font-size: 14px;
    font-family: 'inter';
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 15px;
    text-align: left;
    color: #FCFCFC;
    }
.dyo_BUsiness_services_section .software-showcase .btn-yellow{
    font-size: 14px;
    width: 121px;
    height: 31px;
    font-family: 'inter';
    font-weight: 400;
    line-height: 100%;
    border-radius: 7px;
    background: #FFDC00;
    color: #252525;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.dyo_BUsiness_services_section .software-showcase .btn-link-more{
font-size: 14px;
    width: 121px;
    height: 31px;
    font-family: 'inter';
    font-weight: 400;
    line-height: 100%;
    border-radius: 7px;
    background: #FCFCFC;
    color: #252525;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #BCBCBC;
   margin-left: 4px;
}
.dyo_BUsiness_services_section .software-showcase .btn-yellow:hover{
    
    background: #85CCFF !important;
    color: #252525;
}
.dyo_BUsiness_services_section .software-showcase .btn-link-more:hover{
    background: #CFEAFF !important;
    color: #252525;
}

.dyo_BUsiness_services_section .software-showcase .software-info {
        flex: 1;
    padding: 48px 35px 27px 35px;
    color: #FCFCFC;
}
.dyo_BUsiness_services_section .software-showcase .info-btns {
text-align: center;
}

.dyo_BUsiness_services_section .terms{
        margin-top: 75px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 1280px;
}

.dyo_BUsiness_services_section .terms div p{
    font-family: 'inter-bold';
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    text-decoration: underline;
    text-decoration-style: solid;
    padding-right: 16px;
    text-underline-offset: 2px;
    text-decoration-thickness: 1px;
}
.dyo_BUsiness_services_section .terms div{
    font-family: 'inter';
font-weight: 400;
font-size: 16px;
line-height: 140%;
color: #252525;
}
.dyo_BUsiness_services_section .terms div span{ 
    margin-right: 10px;
color: #D91D28;
}

.dyo_BUsiness_services_section .terms ul {
    padding-left: 184px;
    margin-bottom: 0px;
}
.dyo_BUsiness_services_section .termst{
    /*padding-left: 184px;*/
    padding-left: 88px !important;
    margin-bottom: 0px;
}
@supports (-moz-appearance:none) {
    .dyo_BUsiness_services_section .terms ul {
  padding-left: 190px;
    }
    .dyo_BUsiness_services_section .terms div span {
  margin-right: 6px;
}
}
.dyo_BUsiness_services_section .terms ul li{
   font-family: 'inter';
font-weight: 400;
font-size: 16px;
line-height: 140%;
color: #252525;

    
}
/*.dyo_BUsiness_services_section .terms ul li{*/
/*   font-family: 'inter';*/
/*font-weight: 400;*/
/*font-size: 16px;*/
/*line-height: 140%;*/
/*color: #252525;*/
/*}*/
.dyo_BUsiness_services_section .terms ul li a{
color:#0203FF;
 font-family: 'inter';
font-weight: 400;
font-size: 16px;
line-height: 140%;
text-decoration: underline;
 text-underline-offset: 2px;
    text-decoration-thickness: 1px;
}
/* 2.1 page .club-ceo-section section ____________________________||||||||||||||||||||||||||*/
.club-ceo-section {
    position: relative;
    width: 100%;
    height: 656px; 
    background-image: url('../image/club_nouvo/club_nouvo_desk-bg.jpg');
    background-size: cover;
    background-position: center;
    font-family: 'Inter';
    display: flex;
    align-items: center;
    /* overflow: hidden; */
    
}
.club-ceo-section .container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    height: 100%;
}
.club-ceo-section .made-box{
    
        margin-bottom: 30px;
    align-items: center;
}
.club-ceo-section .badge {
      background: #B2DEFF;
    padding: 8px 11px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 700;
    line-height: 100%;
    font-family: 'inter-bold';
    color: #252525;
    display: inline-block;
}

.club-ceo-section .content-box {
    background: #FCFCFCE5;
    padding: 60px 90px;
    max-width: 600px;
    border-radius: 0 0 120px 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 580px;
}
.club-ceo-section .subtitle {
   font-size: 16px;
    font-weight: 400;
    color: #252525;
    padding-left: 20px;
    font-family: 'inter';
    line-height: 100%;
}
.club-ceo-section .main-title {
   font-size: 110px;
    font-family: 'inter-bold';
    font-weight: 700;
        line-height: 96%;
    color: #252525;
    margin: 0 0 13px 0;
    position: relative;
    display: inline-block;
}
.club-ceo-section .main-title .nouvo-text {
    font-family: 'inter-bold';
    padding-left: 47px;
}
.club-ceo-section .text-grey {
    color: #757575;
     font-family: 'inter-bold';
}
.club-ceo-section .side-tag-img {
        /* position: absolute;
    top: 23px;
    right: -11%;
    height: 72px;
    width: auto; */
    
    
    height: 72px;
    width: auto;
    margin-bottom: 10px;
}
.club-ceo-section .desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 140%;
    color: #252525;
    max-width: 420px;
    font-family: 'inter';
}
.club-ceo-section .offer-box {
     background: #FCEB95;
    padding: 21px 41px;
    border-radius: 15px;
    position: absolute;
    bottom: -40px;
    right: 0;
    z-index: 22;
    /* box-shadow: 0px 1.56px 4.67px 1.56px #00000026; */
    box-shadow: 0px 0.78px 1.56px 0px #0000004D;

}
.club-ceo-section .offer-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 150%;
    color: #252525;
    font-family: 'inter-bold';
    margin: 0;
}
.club-ceo-section .offer-text {
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    font-family: 'inter';
    color: #252525;
    margin: 0;
}
.club-ceo-section .text-red {
    font-size: 20px; /* FREE! text size as requested */
    color: #DC3C3E;
    font-weight: 700;
    font-family: 'inter-bold';
}
/*__________________|| start_your_ceo_section ___________|| */
.start_your_ceo_section{
    width: 100%;
    max-width: 1224px;
    margin: 0 auto;
    position: relative;
    height: 100%;
}    
.start_your_ceo_section .right-content .blu-title{
    font-family: 'inter';
font-weight: 400;
font-size: 18px;
line-height: 100%;
color: #44AFFF;
margin-top: 40px;
}
.start_your_ceo_section .right-content .start_title{
font-family: 'inter-bold';
font-weight: 700;
font-size: 48px;
line-height: 130%;
letter-spacing: 0%;
margin-top: 31px;
color: #252525;
}
.start_your_ceo_section .right-content .pepleimg{
 width: 168px;
 height: 41px;
 margin-top: 25px;
    
}
.start_your_ceo_section .right-content .right-desc{
    font-family: 'inter';
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    vertical-align: middle;
    color: #252525;
    margin-top: 35px;
    padding-left: 34px;
    padding-bottom: 3px;
    padding-top: 3px;
    border-left: 3px solid #85CCFF;
}

/*||______________ exclusive_privileges_section_________|||||||| */
 
.exclusive_privileges_section{
    width: 100%;
    max-width: 1224px;
    margin: 0 auto;
    position: relative;
    height: 100%;
}    
.exclusive_privileges_section .right-content .blu-title{
    font-family: 'inter';
font-weight: 400;
font-size: 18px;
line-height: 100%;
color: #44AFFF;
margin-top: 0px;
}
.exclusive_privileges_section .right-content .start_title{
font-family: 'inter-bold';
font-weight: 700;
font-size: 48px;
line-height: 130%;
letter-spacing: 0%;
margin-top: 31px;
color: #252525;
}
.exclusive_privileges_section .right-content .pepleimg{
 width: 168px;
 height: 41px;
 margin-top: 25px;
    
}

.exclusive_privileges_section .right-content .right-desc{
      font-family: 'inter';
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    vertical-align: middle;
    color: #252525;
    margin-top: 35px;
    padding-left: 34px;
    padding-bottom: 0px;
    padding-top: 0px;
    border-left: 3px solid #85CCFF;
}
.exclusive_privileges_section .leftimg-girl{
    position: relative;
}
.exclusive_privileges_section .leftimg-girl img{
     position: absolute;
    right: 5%;
}
.exclusive_privileges_section .leftimg-girl:before{
position: absolute;
    content: '';
    height: 423px;
    width: 500px;
    background: #E8F5FF;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    right: 0%;
    top: -31px;
}
.exclusive_privileges_section .exclusive-card-main{
    width: 100%;
    /* background: #E8F5FF;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 50px 50px;
    margin-top: 50px; */
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}
.exclusive_privileges_section .exclusive-bg{
background: #E8F5FF;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    /* padding: 50px 50px; */
        padding: 61px 45px 74px 62px;
    margin-top: 50px;
}
    .exclusive_privileges_section .benefit-card {
    
    border-radius: 15px;
        /*padding: 45px 28px 25px 28px;*/
         padding: 45px 28px 27px 28px;
    flex: 1;
    /* min-width: 320px; */
    max-width: 380px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.exclusive_privileges_section .benefit-card.bg-yellow {
    background-color: #FFFBE2;
}
.exclusive_privileges_section .benefit-card.bg-whites{
    background-color: #FCFCFC;
}
.exclusive_privileges_section .value-tag {
      position: absolute;
    top: 15px;
    left: -1%;
    background: #FFDC00;
    color: #444444;
    padding: 5px 10px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    font-family: 'inter';
    font-weight: 700;
    font-size: 9.72px;
    line-height: 140%;
    text-align: center;
    vertical-align: middle;
}
.exclusive_privileges_section .icon-circle {
     width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #B2DEFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}
.exclusive_privileges_section .icon-circle img {
    
    height: 41px;
}
.exclusive_privileges_section .card-main-title {
   font-family: 'inter-bold';
font-weight: 700;
font-size: 24px;
line-height: 26px;
text-align: center;
color: #252525;
vertical-align: middle;
    margin-bottom: 0px;
}

.exclusive_privileges_section .card-main-title span {
  font-family: 'inter';
font-weight: 400;
font-size: 20px;
line-height: 130%;
text-align: center;
vertical-align: middle;
color: #252525;
}
.exclusive_privileges_section .divider {
      width: 100%;
    height: 1px;
    background-color: #53B7FF;
    margin-bottom: 25px;
    margin-top: 25px;
}
.exclusive_privileges_section .list-icon {
    /* width: 18px; */
    /*margin-top: 4px;*/
    margin-top: 3px;
        height: 15px;
    width: 15px;
}
.exclusive_privileges_section .card-headers {
    width: 100%;
    text-align: center;
    display: contents;
}
.exclusive_privileges_section .points p {
   font-family: 'inter';
font-weight: 400;
font-size: 14px;
line-height: 140%;
color: #252525;
vertical-align: middle;


}
.exclusive_privileges_section .points p small{
   font-family: 'inter';
font-weight: 400;
font-size: 12px;
line-height: 140%;
vertical-align: middle;
 color: #757575;

}
.exclusive_privileges_section .red-star {
    color: #DC3C3E;
    font-weight: bold;
}
.exclusive_privileges_section .points {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
    width: 100%;
}

.exclusive_privileges_section .points li {
      display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 11px;
}
.exclusive_privileges_section .transparent-card{
 /*margin-top: 79px;*/
 margin-top: 55px;
        /* padding: 45px 8px 10px 30px; */
        /*padding:45px 0px 10px 22px;*/
            padding: 45px 4px 10px 18px;
}
.exclusive_privileges_section .card-main-title-img{
    height: 138px;
        margin-top: 20px;
}
.exclusive_privileges_section .transparent-card .card-main-title{
    text-align: left;
    line-height: 29px;
}
.exclusive_privileges_section .transparent-card .card-main-title span{
    font-size: 24px;
}
.exclusive_privileges_section .transparent-card .points p{

    padding-left: 16px;
    margin-top: 31px;
padding-right: 0px;
}
.exclusive_privileges_section .government-text{
    font-family: 'inter';
font-weight: 400;
font-size: 10.47px;
line-height: 140%;
letter-spacing: 0%;
vertical-align: middle;
color: #D91D28;
margin-top: 13px;
}

.exclusive_privileges_section .ovocrm-shoft-card {
border-radius: 15px;
   padding: 32px 47px 20px 53px;
    flex: 1;
    /* min-width: 320px; */
    position: relative;
    width: 677px;
    /* display: flex; */
    flex-direction: column;
    align-items: center;
    text-align: left;
    right: 20%;
    top: -32%;
}

.exclusive_privileges_section .ovocrm-shoft-card::before {
    width: 709px;
    position: absolute;
    content: '';
    height: 220px;
    background: #E8F5FF;
    border-bottom-right-radius: 30px;
    right: -29px;
    top: 62px;
    z-index: -1;
}
.exclusive_privileges_section .ovocrm-shoft-card.bg-yellow {
    background-color: #FFFBE2;
}
.exclusive_privileges_section .ovocrm-shoft-card .icon-circle{
    margin-bottom: 0px;
}
.exclusive_privileges_section .ovocrm-shoft-card .divider{
    margin-top: 20px;
}
.exclusive_privileges_section .ovocrm-shoft-card .shoft-card-header{
    display: flex;
    gap: 30px
}
.exclusive_privileges_section .ovocrm-shoft-card .card-main-title {
text-align: left;
    padding-top: 10px;
}
.exclusive_privileges_section .ovocrm-shoft-card .points{
padding-left: 20px;
}
.exclusive_privileges_section .ovocrm-shoft-card .points p{
    line-height: 130%;
}
.exclusive_privileges_section .ovocrm-shoft-card .points li{
    margin-bottom: 8px;
}
.exclusive_privileges_section .ovocrm-shoft-card .list-icon{
    margin-top:2px;
    /*width: 16px;*/
}
.exclusive_privileges_section .ovocrm-shoft-card .locker{
        margin-top: -1px;
}
.exclusive_privileges_section .mainbottom-part .bottombg-image{
    position: relative;
}
.exclusive_privileges_section .mainbottom-part .bottombg-image img{
      position: absolute;
    left: 9%;
    top: -18px;
}
/*|||_____________________ 2.1 page main-membership section_________________ ||||||||||||||||| */


.main-membership {
         max-width: 664px;
         margin: 0 auto;
         background: #FCFCFC;
         border-radius: 20px;
         overflow: hidden;
         
}
.main-membership .membership-top-bg {
         width: 100%;
         height: 45px;
         background: #C9E8FF;
         border-top-left-radius: 20px;
         border-top-right-radius: 20px;
}
.main-membership .membership-content {
          padding: 83px 50px 60px 50px;
    text-align: center;
    border: 2px solid #C6C6C6;
    border-top: none;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
     }
.main-membership .club-title {
         font-family: 'inter-bold';
         font-weight: 700;
         font-size: 55px;
         line-height: 95%;
         color: #252525;
         margin: 0;
     }
.main-membership .club-title .ceo-title {
         color: #757575;
         font-family: 'inter-bold';
     }
.main-membership .price-tag {
    font-family: 'inter-bold';
    font-weight: 700;
    font-size: 36px;
    line-height: 100%;
    color: #D91D28;
    margin: 40px 0;
}


     .main-membership .membership-promo-box {
         background: #C9E8FF;
         width: 100%;
         max-width: 377px;
         min-height: 80px;
         border-radius: 10px;
         margin: 0 auto;
         display: flex;
         flex-direction: column;
         justify-content: center;
         padding: 10px;
     }
.main-membership .promo-text-main {
     font-family: 'inter-bold';
         font-weight: 700;
         font-size: 20px;
         line-height: 100%;
         color: #252525;
     }

     
.main-membership .promo-free {
         color: #D91D28;
          font-family: 'inter-bold';
     }

.main-membership .promo-validity {
    font-family: 'inter';
         font-weight: 400;
         font-size: 15px;
         line-height: 100%;
         color: #444444;
         margin-top: 8px;
     }

.main-membership .tag-container {
         display: flex;
         justify-content: center;
         gap: 6px;
         margin: 25px 0;
         flex-wrap: wrap;
     }
.main-membership .feature-tag {
         width: 109px;
         height: 30px;
         border-radius: 7px;
         border: 1px solid #C9E8FF;
         background: #FCFCFC;
          font-family: 'inter-semibold';
          font-style: italic;
         font-weight: 600;
         font-size: 16px;
         line-height: 30px;
         color: #37A8FF;
         text-align: center;
     }
     .main-membership .features-list {
         text-align: left;
         max-width: 580px;
         margin: 40px 0px;
         padding: 0;
         list-style: none;
     }
.main-membership .features-list li {
         font-size: 20px;
          font-family: 'inter';
         font-weight: 400;
         line-height: 175%;
         color: #252525;
         margin-bottom: 5px;
         position: relative;
         padding-left: 20px;
     }
.main-membership .features-list li::before {
         content: "•";
         position: absolute;
         left: 0;
         /* font-weight: bold; */
     }
.main-membership .crm-highlight {
         color: #FF6B0B;
         font-weight: 700;
             font-family: 'inter-bold';
     }
.main-membership .btn-container {
         margin-top: 40px;
         display: flex;
         justify-content: center;
         gap: 24px;
     }
.main-membership .btn-join {
         background: #252525;
         color: #FFDC00;
         width: 145px;
         height: 45px;
         border-radius: 25px;
         font-weight: 700;
         font-family: 'inter-bold';
         border: none;
         font-size: 16px;
         line-height: 100%;
         transition: 0.3s;
        box-shadow: 0px 1px 2px 1px #0000004D;
        display: flex;
        justify-content: center;
        align-items: center;
     }
     .main-membership .btn-join:hover {
         background: #FFDC00;
         color: #252525;
     }

.main-membership .btn-talk {
         background: #FCFCFC;
         color: #252525;
         width: 130px;
         height: 45px;
         border-radius: 25px;
         font-weight: 400;
         font-size: 16px;
         font-family: 'inter';
         transition: 0.3s;
                  line-height: 100%;
         border: none;
        box-shadow: 0px 1px 2px 1px #0000004D;
        display: flex;
        justify-content: center;
        align-items: center;

     }
     .main-membership .btn-talk:hover {
         background: #FFEF8A;
         color: #252525;
     }
.membership-footer-note {
      max-width: 664px;
    margin: 30px auto;
    font-size: 14px;
    line-height: 150%;
    color: #444444;
    text-align: left;
     }

    
.membership-footer-note .star-color {
         color: #D91D28;
     }
 /*|||____focus-on-your-business-section______________|||||| */

 

 .focus-on-your-business-section-container {
            /*max-width: 1200px;*/
            max-width: 1224px;
            margin: 0 auto;
            /* padding: 80px 15px; */
                padding: 163px 15px 0px 15px;
 }
 .focus-on-your-business-section-row {
            align-items: center;
}
 .focus-on-your-business-section-badge {
                background: #E8F5FF;
                /* width: 205px; */
                width: fit-content;
                height: 45px;
                border-radius: 50px;
                display: flex;
                align-items: center;
                justify-content: start;
                margin-top: 10px;
                border: 1px solid #B2DEFF;
                gap: 17px;
                    padding-right: 23px;
                margin-bottom: 39px;
}

.focus-on-your-business-section-badge img{
            height: 45px;
}
        
.focus-on-your-business-section-badge-text {
            font-family: 'inter-bold';
            font-weight: 700;
            font-size: 18px;
            line-height: 140%;
            color: #53B7FF;
            margin: 0;
 }
.focus-on-your-business-section-heading{
                font-family: 'inter-bold';
                font-weight: 700;
                font-size: 36px;
                line-height: 140%;
                color: #252525;
                margin-bottom: 30px;
                /*margin-bottom: 20px;*/
 }
.focus-on-your-business-section-content{
          /*padding-left: 7rem;*/
          /*padding-left: 6rem;*/
              padding-left: 5.6rem;
 }
.focus-on-your-business-section-item-title {
            font-family: 'inter-bold';
            font-weight: 700;
            font-size: 20px;
            line-height: 160%;
            color: #53B7FF;
            margin-bottom: 5px;
}
.focus-on-your-business-section-item-desc {
            font-family: 'inter';
            font-weight: 400;
            font-size: 18px;
            line-height: 160%;
            color: #252525;
            margin: 0;
        }
.focus-on-your-business-section-img {
            width: 100%;
            height: auto;
            display: block;
}
.focus-on-your-business-section-item {
            display: flex;
            align-items: flex-start;
            gap: 20px;
                /*margin-bottom: 18px;*/
            padding-left: 10px;
            margin-top: 18px;
        }
.focus-on-your-business-section-item-icon {
            
            height: 21px;
            margin-top: 5px;
}
/* member_only_access-section */

 .member_only_access-section-container {
            max-width: 1200px;
            margin: 0 auto;
            /* padding: 80px 15px; */
                padding: 163px 15px 0px 15px;
 }
 .member_only_access-section-row {
            align-items: center;
}
 .member_only_access-section-badge {
                background: #E8F5FF;
                /* width: 205px; */
                width: fit-content;
                height: 45px;
                border-radius: 50px;
                display: flex;
                align-items: center;
                justify-content: start;
                border: 1px solid #B2DEFF;
                gap: 17px;
                    padding-right: 23px;
                margin-bottom: 39px;
                margin-top: 25px;
}

.member_only_access-section-badge img{
            height: 45px;
}
        
.member_only_access-section-badge-text {
            font-family: 'inter-bold';
            font-weight: 700;
            font-size: 18px;
            line-height: 140%;
            color: #53B7FF;
            margin: 0;
 }
.member_only_access-section-heading{
                font-family: 'inter-bold';
                font-weight: 700;
                font-size: 36px;
                line-height: 140%;
                color: #252525;
                margin-bottom: 30px;
 }
.member_only_access-section-content{
          padding-right: 4rem;
 }
.member_only_access-section-item-title {
            font-family: 'inter-bold';
            font-weight: 700;
            font-size: 20px;
            line-height: 160%;
            color: #53B7FF;
            margin-bottom: 5px;
}
.member_only_access-section-item-desc {
            font-family: 'inter';
            font-weight: 400;
            font-size: 18px;
            line-height: 160%;
            color: #252525;
            margin: 0;
        }
.member_only_access-section-img {
            width: 100%;
            height: auto;
            display: block;
}
.member_only_access-section-item {
            display: flex;
            align-items: flex-start;
            gap: 20px;
                margin-bottom: 18px;
            padding-left: 10px;
        }
.member_only_access-section-item-icon {
            
            height: 21px;
            margin-top: 5px;
}
/* professional_support_tm-section____________ |||||||||| */


 .professional_support_tm-section-container {
            max-width: 1200px;
            margin: 0 auto;
            /* padding: 80px 15px; */
                padding: 163px 15px 0px 15px;
 }
 .professional_support_tm-section-row {
            align-items: center;
}
 .professional_support_tm-section-badge {
                background: #E8F5FF;
                /* width: 205px; */
                width: fit-content;
                height: 45px;
                border-radius: 50px;
                display: flex;
                align-items: center;
                justify-content: start;
                border: 1px solid #B2DEFF;
                gap: 17px;
                    padding-right: 23px;
                margin-bottom: 39px;
                    margin-top: 25px;
}

.professional_support_tm-section-badge img{
            height: 45px;
}
        
.professional_support_tm-section-badge-text {
            font-family: 'inter-bold';
            font-weight: 700;
            font-size: 18px;
            line-height: 140%;
            color: #53B7FF;
            margin: 0;
 }
.professional_support_tm-section-heading{
                font-family: 'inter-bold';
                font-weight: 700;
                font-size: 36px;
                line-height: 140%;
                color: #252525;
                margin-bottom: 30px;
 }
.professional_support_tm-section-content{
          padding-left: 7rem;
 }
.professional_support_tm-section-item-title {
            font-family: 'inter-bold';
            font-weight: 700;
            font-size: 20px;
            line-height: 160%;
            color: #53B7FF;
            margin-bottom: 5px;
}
.professional_support_tm-section-item-desc {
            font-family: 'inter';
            font-weight: 400;
            font-size: 18px;
            line-height: 160%;
            color: #252525;
            margin: 0;
        }
.professional_support_tm-section-img {
            width: 100%;
            height: auto;
            display: block;
}
.professional_support_tm-section-item {
            display: flex;
            align-items: flex-start;
            gap: 20px;
                margin-bottom: 18px;
            padding-left: 10px;
        }
.professional_support_tm-section-item-icon {
            height: 22px;
            margin-top: 5px;
}
.professional_support_tm-section-item-icon2{
    margin-top: 10px;
    height: 13px;
}

/* experience-smooth-business-section */

 .experience-smooth-business-section-container {
            max-width: 1200px;
            margin: 0 auto;
            /* padding: 80px 15px; */
                padding: 163px 15px 0px 15px;
 }
 .experience-smooth-business-section-row {
            align-items: center;
}
 .experience-smooth-business-section-badge {
                background: #E8F5FF;
                /* width: 205px; */
                width: fit-content;
                height: 45px;
                border-radius: 50px;
                display: flex;
                align-items: center;
                justify-content: start;
                border: 1px solid #B2DEFF;
                gap: 17px;
                    padding-right: 23px;
                margin-bottom: 39px;
                    margin-top: 20px;
}

.experience-smooth-business-section-badge img{
            height: 45px;
}
        
.experience-smooth-business-section-badge-text {
            font-family: 'inter-bold';
            font-weight: 700;
            font-size: 18px;
            line-height: 140%;
            color: #53B7FF;
            margin: 0;
 }
.experience-smooth-business-section-heading{
                font-family: 'inter-bold';
                font-weight: 700;
                font-size: 36px;
                line-height: 140%;
                color: #252525;
                margin-bottom: 30px;
 }
.experience-smooth-business-section-content{
          padding-right: 4rem;
 }
.experience-smooth-business-section-item-title {
            font-family: 'inter-bold';
            font-weight: 700;
            font-size: 20px;
            line-height: 160%;
            color: #53B7FF;
            /* margin-bottom: 5px; */
}
.experience-smooth-business-section-item-desc {
            font-family: 'inter';
            font-weight: 400;
            font-size: 18px;
            line-height: 160%;
            color: #252525;
            margin: 0;
        }
.experience-smooth-business-section-img {
            width: 100%;
            height: auto;
            display: block;
}
.experience-smooth-business-section-item {
            display: flex;
            align-items: flex-start;
            gap: 20px;
                margin-bottom: 18px;
            padding-left: 10px;
        }
.experience-smooth-business-section-item-icon {
            height: 22px;
            margin-top: 5px;
}
.experience-smooth-business-section-item-icon2 {
            height: 20px;
            margin-top: 6px;
}
.experience-smooth-business-section .discount-div a{
    font-family: 'inter';
font-weight: 400;
font-size: 14px;
line-height: 100%;
letter-spacing: 0%;
text-align: center;
vertical-align: middle;
color:#0203FF;
    text-decoration: underline;
    text-underline-offset: 2px;
}
.experience-smooth-business-section .discount-powwered p{
 font-family: 'inter';
font-weight: 400;
font-size: 12px;
line-height: 100%;
vertical-align: middle;
color:#646464;
    margin-top: 5px;
}
.experience-smooth-business-section .discount-powwered p span{
color:#FF6B0B;
}
/* |||________________.club-membership-target-audience-section __||||||||||*/
  .club-membership-target-audience {
            /* padding: 80px 0; */
        }
.club-membership-target-audience .sub-title {
            font-size: 18px;
            font-weight: 400;
            line-height: 140%;
            color: #44AFFF;
            margin-bottom: 12px;
         margin-bottom: 25px;
 }
  .club-membership-target-audience .container {
            max-width: 1200px;
        }
.club-membership-target-audience .main-title{
    font-size: 36px;
    font-weight: 700;
    line-height: 130%;
    color: #252525;
    font-family: 'inter-bold';
    display: inline-block;
    border-bottom: 2px solid #53B7FF;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.club-membership-target-audience .header-desc {
            font-size: 20px;
            font-weight: 400;
            line-height: 140%;
            font-family: 'inter';
            color: #252525;
}
.club-membership-target-audience .card-img {
    width: auto;
    border-radius: 15px;
    object-fit: cover;
    margin-bottom: 30px;
    height: 166px;
}
.club-membership-target-audience .audience-layout-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 91px;
}
.club-membership-target-audience .slick-initialized .slick-slide {
    display: block;
    width: 230px !important;
    margin-right: 18px;
}
.club-membership-target-audience .header-content-left {
            flex: 0 0 34%; /* Text takes 35% width */
        }
         .club-membership-target-audience .cards-content-right {
            flex: 0 0 66%; /* Cards take 65% width */
        }
        .club-membership-target-audience .card-title {
            font-size: 20px;
            font-weight: 700;
            font-family: 'inter-bold';
            line-height: 130%;
            color: #252525;
            margin-bottom: 12px;
            text-align: center;
        }
.club-membership-target-audience .card-info-wrapper {
            border-left: 3px solid #F8E71C;
            padding-left: 18px;
            margin-left: 5px;
        }

        .club-membership-target-audience .card-desc {
            font-size: 14px;
            font-family: 'inter';
            font-weight: 400;
            line-height: 140%;
            color: #252525;
            margin: 0;
        }
        .club-membership-target-audience .audience-card {
            border: none;
            background: transparent;
        }


        /* controler */
         .club-membership-target-audience .slider-controls {
            display: none;
            justify-content: center;
            /*gap: 8px;*/
                margin-top: 20px;
        }
/* common button style */
/* common button */
.club-membership-target-audience .control-btn{
    width:40px;
    height:40px;
    border-radius:50%;
    border:none;
    background-position:center;
    background-repeat:no-repeat;
    background-color:transparent;
    cursor:pointer;
}

/* prev normal */
.club-membership-target-audience .prev-btn{
    background-image:url("../image/icon/arrow_left_normal.svg");
}

/* prev disabled */
.club-membership-target-audience .prev-btn.slick-disabled{
    background-image:url("../image/icon/arrow_left_disabled.svg");
    cursor:not-allowed;
}

/* next normal */
.club-membership-target-audience .next-btn{
    background-image:url("../image/icon/arrow_right_normal.svg");
}

/* next disabled */
.club-membership-target-audience .next-btn.slick-disabled{
    background-image:url("../image/icon/arrow_right_active.svg");
    cursor:not-allowed;
}
        /*.club-membership-target-audience .next-btn { */
        /*    background-color: #252525; color: #F8E71C; */
        
        /*}*/
        /* Disable Logic: Pahela slide par prev disable, chella par next disable */
/*        .club-membership-target-audience .control-btn.slick-disabled {*/
/*           color: #FCFCFC;*/
/*           background:#BCBCBC;*/
/*        }*/
/*        .club-membership-target-audience .control-btn {*/
/*          width: 40px;*/
/*    height: 40px;*/
/*    background: #222;*/
/*    color: #FFDC00;*/
/*    border-radius: 50%;*/
/*    border: none;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    cursor: pointer;*/
/*    z-index: 10;*/
/*    padding: 5px 4px 8px 8px;*/
/*    cursor: pointer;*/
/*    font-size: 33px;*/
/*    transition: 0.3s;*/
/*        }*/
/*.club-membership-target-audience .prev-btn:disabled{*/
/*    opacity: 0.5;*/
/*        cursor: not-allowed;*/
/*        background-color: #BCBCBC !important;*/
/*        color: #FCFCFC !important;*/
/*}*/
/*.club-membership-target-audience .prev-btn {*/
/*        width: 40px;*/
/*    height: 40px;*/
/*    background: #222;*/
/*    color: #FFDC00;*/
/*    border-radius: 50%;*/
/*    border: none;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    cursor: pointer;*/
/*    z-index: 10;*/
/*    padding: 6px 9px 10px 8px;*/
/*    cursor: pointer;*/
/*    font-size: 33px;*/
/*    transition: 0.3s;*/
 
/*}*/
   /* .member-satisfaction-section section */

    .member-satisfaction-section {
    background-color: #E8F5FF;
    padding: 105px 0;
    overflow: hidden;
}
   .member-satisfaction-section .container{
   width: 1140px;
}

.member-satisfaction-section .member-satisfaction-section-title {
 font-family: 'inter';
    font-weight: 400;
    font-size: 32px;
    line-height: 100%;
    vertical-align: middle;
    color: #252525;
    border-left: 7px solid #FFDC00;
    padding-left: 35px;
    padding-top: 8px;
    padding-bottom: 8px;
        margin-bottom: 55px;
}
.member-satisfaction-section .member-satisfaction-card {
       background: #FCFCFC;
    border-radius: 20px;
    width: 355px;
    height: 410px;
    padding: 45px 45px 35px 45px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.member-satisfaction-section .member-satisfaction-card-headline {
      font-size: 20px;
    font-weight: 700;
    font-family: 'inter-bold';
    padding-bottom: 27px;
    border-bottom: 2px solid #53B7FF;
    margin-bottom: 0px;
}
.member-satisfaction-section .member-satisfaction-text{
font-family: 'inter';
font-weight: 400;
font-size: 18px;
line-height: 27px;
letter-spacing: 0%;
color:#444444;
}
.member-satisfaction-section .member-satisfaction-text span{
color:#7DC7FF;
}
.member-satisfaction-section .member-satisfaction-user-info {
    display: flex;
    align-items: center;
    gap: 21px;
}
.member-satisfaction-section .member-satisfaction-user-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.member-satisfaction-section .member-satisfaction-slide-item {
    padding: 0 9px;
    flex: 0 0 auto;
}
.member-satisfaction-section .member-satisfaction-slider {
    display: flex !important;
    flex-wrap: nowrap;
    overflow: hidden;
}
.member-satisfaction-section .member-satisfaction-slider.slick-initialized {
    display: block !important;
}
.member-satisfaction-section .member-satisfaction-user-role {
    font-size: 15px;
    font-weight: 700;
    color: #6E6E6E;
    font-family: 'inter';
    line-height: 27px;
}


.member-satisfaction-section .prev-testi {
    background: #C4C4C4;
    color: white;
}
.member-satisfaction-section .next-testi {
    background: #252525;
    color: #F8E71C;
}
.member-satisfaction-section .member-satisfaction-slider {
        display: flex !important;
        flex-wrap: nowrap;
        justify-content: center;
    }
/*slider btn code*/
/* common button */
.member-satisfaction-section .member-satisfaction-btn{
    width:40px;
    height:40px;
    border-radius:50%;
    border:none;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    z-index:10;
    padding:0;
    background-color:transparent;
    background-position:center;
    background-repeat:no-repeat;
    transition:0.3s;
}

/* prev normal */
.member-satisfaction-section .prev-testi{
    background-image:url("../image/icon/arrow_left_normal.svg");
}

.member-satisfaction-section .prev-testi.disabled-btn{
background-image:url("../image/icon/arrow_left_disabled.svg");
}



/* next normal */
.member-satisfaction-section .next-testi{
    background-image:url("../image/icon/arrow_right_normal.svg");
}

/* next disabled */

.member-satisfaction-section .next-testi.disabled-btn{
background-image:url("../image/icon/arrow_right_active.svg");
}


/* button container */
.member-satisfaction-section .member-satisfaction-controls{
    display:none;
    justify-content:center;
    gap:8px;
    margin-top:20px;
}
    
/*    .member-satisfaction-section .prev-testi {*/
/*        width: 40px;*/
/*    height: 40px;*/
/*    background: #222;*/
/*    color: #FFDC00;*/
/*    border-radius: 50%;*/
/*    border: none;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    cursor: pointer;*/
/*    z-index: 10;*/
/*    padding: 6px 9px 10px 8px;*/
/*    cursor: pointer;*/
/*    font-size: 33px;*/
/*    transition: 0.3s;*/
 
/*}*/
/*.member-satisfaction-section .next-testi{*/
/*          width: 40px;*/
/*    height: 40px;*/
/*    background: #222;*/
/*    color: #FFDC00;*/
/*    border-radius: 50%;*/
/*    border: none;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    cursor: pointer;*/
/*    z-index: 10;*/
/*    padding: 5px 4px 8px 8px;*/
/*    cursor: pointer;*/
/*    font-size: 33px;*/
/*    transition: 0.1s;*/
/*        }*/
       
        
/*          .member-satisfaction-section .member-satisfaction-controls {*/
/*            display: none;*/
/*            justify-content: center;*/
/*            gap: 8px;*/
/*                margin-top: 20px;*/
/*        }*/
/*   .member-satisfaction-section .member-satisfaction-btn.disabled-btn {*/
/*   color: #FCFCFC;*/
/*           background:#BCBCBC;*/
/*}*/
/*2 page products and services page ___________________||________||*/
.product_and_services_banner {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 110px 0px 40px 0px;
    overflow: hidden;
}
.product_and_services_banner .product_and_services_banner-main-title {
    font-weight: 700;
    font-size: 48px;
    line-height: 100%;
    color: #252525;
    font-family: 'inter-bold';
    margin-bottom: 15px;
}
.product_and_services_banner .product_and_services_banner-ceo-text {
    color: #757575;
}

.product_and_services_banner .product_and_services_banner-sub-title {
    font-weight: 400;
    font-size: 32px;
    line-height: 100%;
    font-family: 'inter';
    color: #252525;
}

.product_and_services_banner .product_and_services_banner-sub-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 55px;
}
.product_and_services_banner .product_and_services_banner-left {
    flex: 1.6;
    /* padding: 80px 30px 80px 90px; */
    padding: 80px 30px 68px 90px;
    z-index: 2;
}
.product_and_services_banner .product_and_services_banner-club-title {
    font-weight: 600;
    font-family: 'inter-semibold';
    font-size: 90px;
    line-height: 100%;
    color: #252525;
    margin-bottom: 35px;
}
.product_and_services_banner .product_and_services_banner-tags-img {
    margin-bottom: 30px;
    max-width: 100%;
    width: 111px;
}
.product_and_services_banner .product_and_services_banner-medium-text {
    font-size: 32px;
    line-height: 130%;
    font-family: 'inter-medium';
    font-weight: 500;
    color: #252525;
    margin-bottom: 20px;
    padding-left: 30px;
        padding-top: 10px;
}
.product_and_services_banner .product_and_services_banner-desc-text {
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
       font-family: 'inter';
    color: #252525;
    margin-bottom: 40px;
}
.product_and_services_banner .product_and_services_banner-offer-box {
     position: absolute;
    bottom: -27px;
    right: 0;
    /*width: 632px;*/
    width: fit-content;
    height: 120px;
    background: #E1F2FF;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 20px 50px 20px 50px;
    box-shadow: 0px 1px 3px 1px #00000052;
}

.product_and_services_banner .product_and_services_banner-offer-title{
        font-weight: 700;
        font-family: 'inter-bold';
    font-size: 32px;
    line-height: 150%;
    color: #252525;
    margin: 0;
}
.product_and_services_banner .product_and_services_banner-offer-desc {
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
    font-family: 'inter';
    color: #252525;
        white-space: nowrap;
}
.product_and_services_banner .product_and_services_banner-free-text {
    font-weight: 700;
    font-family: 'inter-bold';
    color: #DC3C3E;
}
.product_and_services_banner .product_and_services_banner-btn-join {
       width: 145px;
    height: 45px;
    background: #252525;
    color: #FFDC00;
    border: none;
    border-radius: 25px;
    display: flex;
    font-size: 16px;
    font-weight: 700;
    font-family: 'inter-bold';
    cursor: pointer;
    box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.15);
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}
.product_and_services_banner .product_and_services_banner-btn-join:hover {
  
    color: #252525;
    background: #FFDC00;
}
.product_and_services_banner .product_and_services_banner-btn-learn {
        width: 145px;
    height: 45px;
    background: #FCFCFC;
    color: #252525;
    border: none;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'inter';
    cursor: pointer;
    display: flex;
    box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.15);
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}
.product_and_services_banner .product_and_services_banner-btn-learn:hover {
   background: #FFEF8A;
}
.product_and_services_banner .product_and_services_banner-btn-group {
    display: flex;
    gap: 25px;
}
.product_and_services_banner .product_and_services_banner-smile-img {
    width: 43px;
    height: auto;
}
.product_and_services_banner .product_and_services_banner-right {
    flex: 1;
    position: relative;
    display: flex;
    align-items: flex-end;
}
.product_and_services_banner .product_and_services_banner-content-box {
    position: relative;
    border-radius: 30px;
    background-size: cover;
    background-position: center;
    display: flex;
    min-height: 500px;
}

.allproduct_content_section{

    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    /* padding: 60px 0px 0px 0px; */
        padding: 43px 0px 0px 0px;
    overflow: hidden;

}
.allproduct_content_sub_section .row{
align-items:center;
}

.allproduct_content_section .allproduct_content_section_heading1{
        font-family: 'inter-bold';
    font-weight: 700;
    font-size: 48px;
    line-height: 100%;
    color: #252525;
    padding-bottom: 65px;
    border-bottom: 1px solid #444444;
    padding-top: 64px;
    margin-bottom: 65px;
}
.allproduct_content_section .allproduct_content_section_heading1 span{
    font-family: 'inter-bold';
}

.allproduct_content_section .productservices_banner-btn-group{
    display: flex;
    gap: 25px;
        margin-top: 45px;
}
.allproduct_content_section .productservices_banner-btn-join {
      width: 145px;
    height: 45px;
    background: #252525;
    color: #FFDC00;
    border: none;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 700;
    font-family: 'inter-bold';
    display: flex;
    cursor: pointer;
    /* box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.15); */
    box-shadow: 0 1px 3px rgb(0 0 0 / 30%);
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}
.allproduct_content_section .productservices_banner-btn-join:hover {
  
    color: #252525;
    background: #FFDC00;
}
.allproduct_content_section .productservices_banner-btn-learn {
       width: 145px;
    height: 45px;
    background: #FCFCFC;
    color: #252525;
    border: none;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'inter';
    display: flex;
    cursor: pointer;
    box-shadow: 0 1px 3px rgb(0 0 0 / 30%);
    /* box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.15); */
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}
.allproduct_content_section .productservices_banner-btn-learn:hover {
   background: #FFEF8A;
}
.allproduct_content_section .allproduct_content_section_sub_heading{
    font-family: 'inter-bold';
    font-weight: 700;
    font-size: 40px;
    /*line-height: 100%;*/
    line-height: 126%;
    color: #252525;
    /*margin-top: 105px;*/
}
.allproduct_content_section .allproduct_content_section_desc{
    font-family: 'inter';
font-weight: 400;
font-size: 24px;
line-height: 150%;
    color:#252525;
        margin-top: 45px;
}
.allproduct_content_section .allproduct_content_section_desc span{
    color: #0203FF;
}
.allproduct_content_section .allproduct_content_section_desc a{
    color: #FF6B0B;
    text-decoration: underline;
}
.allproduct_content_section .allproduct_content_sub_image{
    width: auto;
    height: 500px;
}
.allproduct_content_section .allproduct_content_section_heading2{
        font-family: 'inter-bold';
    font-weight: 700;
    font-size: 48px;
    line-height: 100%;
    color: #252525;
    padding-bottom: 65px;
    border-bottom: 1px solid #444444;
     padding-top: 115px;
    margin-bottom: 65px;
}