* {
    margin: 0;
  padding: 0;
    box-sizing: border-box;
}

body {
  font-family: 'Work Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
   line-height: 1.7;
  color: rgba(0,0,0,0.5);
    font-weight: 400;
   font-size: 1rem;
}

img {
    max-width: 100%;
   height: auto;
   display: block;
}

a {
  text-decoration: none;
  transition: .3s all ease;
}

.wns_topbar_finsbury {
   position: fixed;
   top: 0;
  left: 0;
  width: 100%;
    background: #fff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
   z-index: 1000;
   padding: 15px 0;
}

.wns_navholder_park {
  max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
  align-items: center;
}

.wns_identity_sisters {
   height: 40px;
    width: auto;
}

.wns_linkzone_london {
   display: flex;
  gap: 30px;
    align-items: center;
}

.wns_navlink_rafale {
  color: #333;
   font-weight: 500;
  font-size: 15px;
}

.wns_navlink_rafale:hover {
    color: #3fcaff;
}

.wns_menutrigger_greater {
   display: none;
  flex-direction: column;
   gap: 4px;
  cursor: pointer;
}

.wns_menutrigger_greater span {
    width: 25px;
	 height: 3px;
   background: #333;
   transition: all 0.3s;
}

.wns_menutrigger_greater.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px,5px);
}

.wns_menutrigger_greater.active span:nth-child(2) {
    opacity: 0;
}

.wns_menutrigger_greater.active span:nth-child(3) {
  transform: rotate(-45deg) translate(7px,-6px);
}

.wns_herozone_n7 {
   z-index: 1;
  background: url(../users/hero-bg.webp) no-repeat center center;
    background-size: cover;
}

.wns_herowrap_178 {
   width: 100%;
}

.wns_heroleft_finsbury {
  padding-top: 230px;
   padding-bottom: 230px;
}

.wns_herocol_sisters {
   vertical-align: middle;
   align-self: center;
}

.wns_herocontent_rafale {
   margin-left: 70px;
   color: #fff;
    text-align: left;
}

.wns_herocontent_rafale h2 {
    margin-top: 0px;
  font-size: 60px;
  font-weight: bold;
    color: #f23a2e;
    line-height: 72px;
  margin-bottom: 20px;
}

.wns_herocontent_rafale p {
   color: #fff;
  font-size: 16px;
    margin-bottom: 20px;
}

.wns_videobtn_greater {
   margin: 0 30px;
    font-size: 12px;
  text-transform: uppercase;
}

.wns_primarybtn_seven {
    display: inline-block;
  background: linear-gradient(to right, #3fcaff 0%, #a4ffb0 51%, #3fcaff 100%);
   background-size: 200% auto;
  padding: 0px 35px;
   color  :   #222222;
    letter-spacing: 1px;
  font-family: "Roboto", sans-serif;
   font-size: 12px;
  font-weight: 500;
   line-height: 50px;
   border-radius: 5px;
    outline: none !important;
  box-shadow: 0px 10px 30px rgba(163,255,177,0.2);
  text-align: center;
    cursor: pointer;
  transition: all 0.4s ease 0s;
  text-transform: uppercase;
}

.wns_primarybtn_seven:hover {
   background-position: right center;
   color: #22195e;
}

.wns_videobtn_greater {
  position: relative;
    box-sizing: content-box;
  display: inline-block;
    width: 32px;
  height: 44px;
   border-radius: 50%;
   padding: 46px 8px 18px 28px;
}

.wns_videobtn_greater:before, .wns_videobtn_greater:after {
  content: "";
  position: absolute;
   left: 50%;
   top: 50%;
  transform: translate(-50%, -50%);
    display: block;
    width: 60px;
  height: 60px;
    border-radius: 50%;
  background: linear-gradient(90deg, #3fcaff 0%, #a4ffb0 100%);
}

.wns_videobtn_greater span {
   display: block;
    position: relative;
  z-index: 3;
  width: 0;
  height: 0;
    border-left: 16px solid #000000;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

.wns_herocontain_ltd {
    max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.wns_herorow_park {
  display: flex;
   gap: 60px;
  align-items: center;
}

.d-flex {
  display:        flex !important;
}

.align-items-center {
  align-items: center !important;
}

.wns_uppercase_n7 {
   text-transform: uppercase;
}

.wns_showcase_london {
    padding: 2.5em 0;
}@media (min-width: 768px) {
    .wns_showcase_london {
        padding:5em 0;
    }
}.wns_heading_178 {
   text-transform: uppercase;
    font-size: 20px;
  font-weight: bold;
  color: #000;
  margin-bottom: 30px;
}

.wns_textblock_rafale {
  padding:     2rem 0;
}

.wns_textblock_rafale p {
   line-height: 1.7;
    color: #364d59;
    margin-bottom: 1rem;
}

.wns_lead_n7 {
  font-size: 1.25rem;
   font-weight: 300;
    color: #6c757d;
}

.wns_imageblock_london {
    text-align: center;
}

.wns_imgfluid_rafale {
   max-width: 100%;
    height: auto;
}

.wns_rounded_n7 {
   border-radius: 0.375rem !important;
}

.wns_btn_park {
  color: #fff;
   background: #f23a2e;
  padding: 12px 30px;
    text-decoration: none;
    border-radius: 4px;
    display: inline-block;
   transition: .3s all ease;
}

.wns_btn_park:hover {
  background: #c0392b;
   text-decoration: none;
}

.wns_bglight_178 {
  background-color: #f6f5f5 !important;
}

.wns_mb4_seven {
   margin-bottom: 1.5rem !important;
}

.wns_mt4_greater {
    margin-top: 1.5rem !important;
}

.wns_plmd5_greater {
    padding-left: 3rem !important;
}

.wns_showcontain_park {
   max-width: 1200px;
   margin: 0 auto;
  padding: 0 20px;
}

.wns_showrow_sisters {
    display: flex;
    gap: 60px;
   align-items: center;
}

.wns_showcol_finsbury {
  flex: 1;
}

.wns_aligncenter_seven {
    align-items: center;
}

.wns_cardzone_finsbury {
    padding: 80px 0;
}

.wns_cardrow_london {
   display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.wns_cardcol_sisters {
  width: 100%;
  padding: 0 15px;
}

.wns_cardcol_rafale {
   width: 50%;
}

.wns_singlecard_n7 {
   text-align: center;
}

.wns_mt100_park {
  margin-top: 100px;

}

.wns_singlecard_n7 a {
  display: block;
    transition: transform 0.3s ease;
}

.wns_singlecard_n7 a:hover {
  transform: scale(1.05);
}

.wns_singlecard_n7 img {
   width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.wns_calltozone_178 {
    overflow: hidden;
   background: #f23a2e;
   padding-top: 55px;
    padding-bottom: 50px;
}

.wns_calltorow_seven {
   display: flex;
   justify-content: space-between;
  align-items: center;
    gap: 40px;
}

.wns_caltocol_finsbury {
    flex: 1;
}

.wns_calltotext_greater {
    float: left;
}

.wns_calltotext_greater h2 {
  color: #fff;
   font-weight: 500;
   line-height: 60px;
}

.wns_primarybtn_sisters {
   float: right;
    background: #222;
  display: inline-block;
    font-size: 16px;
   font-weight: 400;
   padding: 18px 38px;
    color: #fff;
   letter-spacing: 0.5px;
}

.wns_primarybtn_sisters:hover {
    background: #111;
}

.wns_faqzone_london {
  padding: 110px 0;
    background: #fafafa;
}

.wns_faqrow_rafale {
  display: flex;
  flex-wrap: wrap;
}

.wns_faqcol_n7 {
  width: 100%;
    padding: 0 15px;
}

.wns_faqcol_seven {
  width: 75%;
  padding: 0 15px;
}

.wns_mxauto_finsbury {
    margin: 0 auto;
}

.wns_sectitle_park span {
   color: #e8b340;
               font-size: 28px;
    font-weight: 380;
   margin-bottom: 16px;
  display: block;
	
}

.wns_sectitle_park h3 {
    font-size: 46px;
  font-weight: 680;
   color: #1c0e02;
   text-transform: uppercase;
}

.wns_textcenter_sisters {
   text-align: center;
}

.wns_mb75_178 {
    margin-bottom: 65px;
}

.wns_faqcontent_greater .wns_faqcard_sisters {
    border: none;
    margin-bottom: 18px;
    border-radius: 0;
}

.wns_faqcontent_greater .wns_faqcard_sisters .wns_cardhead_n7 {
	padding: 0;
   border: none;
   background: transparent;
}

.wns_faqcontent_greater .wns_faqcard_sisters .wns_cardhead_n7 h2 button {
  font-size: 17px;
  color: #1c0e02;
   font-weight: 580;
   text-decoration: none;
   padding: 22px 28px;
   display: block;
   width: 100%;
   text-align: left;
  position   :relative;
  background: #f2f8fd;
    transition: 0.25s;
    border: none;
  cursor: pointer;
}

.wns_faqcontent_greater .wns_faqcard_sisters .wns_cardhead_n7 h2 button:after {
  content: "\2212";
    position: absolute;
  right: 28px;
    top: 50%;
  transform: translateY(-50%);
   font-size: 24px;
   color: #1c0e02;
}

.wns_faqcontent_greater .wns_faqcard_sisters .wns_cardhead_n7 h2 button.wns_collapsed_rafale:after {
  content: "\002B";
}

.wns_faqcontent_greater .wns_faqcard_sisters .wns_cardhead_n7 h2 button:hover {
  color: #e84d25;
}

.wns_faqcontent_greater .wns_faqcard_sisters .wns_cardbody_london {
  padding: 18px 28px;
  font-size: 15px;
   line-height: 26px;
    color: #525252;
    border: 1px solid #f2f8fd;
  border-top: 0;
}

.wns_collapse_finsbury {
  display: none;
}

.wns_collapse_finsbury.wns_show_greater {
   display: block;
}

.wns_mb0_park {
	margin-bottom: 0;
}

.wns_btnlink_rafale {
   background: none;
}



.wns_btnblock_178 {
   width: 100%;
}

.wns_textleft_seven {
    text-align: left;
}

.wns_footerzone_sisters {
    padding: 4em 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: rgba(255,255,255,0.5);
   position: relative;
}

.wns_footerzone_sisters:before {
   position: absolute;
  content: "";
  background: rgba(0,0,0,0.8);
   top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.wns_footerzone_sisters .wns_showcontain_park {
  position: relative;
  z-index: 10;
}

.wns_footerhead_rafale {
    font-size: 20px;
    margin-bottom: 1.5rem;
}

.wns_footerzone_sisters a {
  color: rgba(255,255,255,0.3);
  text-decoration: none;
    transition: .3s all ease;
}

.wns_footerzone_sisters a:hover {
   color: #fff;
  text-decoration: none;
}

.wns_footerzone_sisters ul li {
  margin-bottom: 10px;
}

.wns_footerzone_sisters ul li a {
    display: block;
   padding: 5px 0;
}

.wns_footerzone_sisters ul li a:hover {
   color: #f23a2e;
}

.wns_textwhite_london {
    color: #fff !important;
	
}

.wns_btn_park.wns_btnprimary_sisters {
  background-color: #f23a2e;
    border-color: #f23a2e;
   color: #fff;
}

.wns_pill_finsbury {
  border-radius: 30px !important;
}

.wns_px4_greater {
    padding-left: 1.5rem !important;
   padding-right: 1.5rem !important;
}

.wns_listunstyled_park {
   padding-left: 0;
  list-style: none;
}

.wns_footerrow_n7 {
   display: flex;
    flex-wrap: wrap;
     gap: 40px;
}

.wns_footercol_178 {
  flex: 1;
    min-width: 250px;
}

.wns_footercol_sisters {
    width: 100%;
}

.wns_pt5_rafale {
   padding-top: 3rem !important;
}

.wns_mt5_finsbury {
    margin-top: 3rem !important;
}

h1,h2,h3,h4,h5,.h1,.h2,.h3,.h4,.h5 {
   color: #000;
}

.wns_footerzone_sisters h3 {
   color: #fff !important;
}

body {
    line-height: 1.7;
  color: rgba(0,0,0,0.5);
  font-weight: 400;
    font-size: 1rem;
}

p {
   margin-bottom: 1rem;
  line-height: 1.7;
}@media (max-width: 991px) {
    .wns_linkzone_london {
        position: fixed;
        top: 70px;
        left:-100%;
        width: 100%;
        height:calc(100vh - 70px);
        background: #fff;
        flex-direction:column;
        padding: 40px;
        transition:left 0.3s ease;
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    }

    .wns_linkzone_london.active {
        left:0;
    }

    .wns_menutrigger_greater {
        display:flex;
    }

    .wns_herorow_park, .wns_showrow_sisters {
        flex-direction:column;
    }

    .wns_herocontent_rafale {
        margin-left:0;
        text-align: center;
    }

    .wns_herocontent_rafale h2 {
        font-size:38px;
        line-height: 48px;
    }

    .wns_footerrow_n7 {
        flex-direction:column;
    }

    .wns_calltorow_seven {
        flex-direction:column;
        text-align: center;
    }

    .wns_calltotext_greater, .wns_primarybtn_sisters {
        float:none;
    }

    .wns_cardcol_rafale {
        width:100%;
    }
}

@media (max-width: 767px) {
    .wns_faqzone_london {
        padding:55px 0;
    }

    .wns_sectitle_park h3 {
        font-size:28px;
        line-height: 34px;
    }

    .wns_mb75_178 {
        margin-bottom:35px;
    }

    .wns_faqcol_seven {
        width:100%;
    }

    .wns_heroleft_finsbury {
        padding-top:120px;
        padding-bottom: 120px;
    }

    .wns_plmd5_greater {
        padding-left:0 !important;
    }

    .wns_textblock_rafale {
        margin-top:2rem;
    }

    .wns_mt100_park {
        margin-top:50px;
    }
}.wns_agegate_n7 {
    position: fixed;
  top: 0;
    left: 0;
   width: 100%;
    height: 100vh;
  background: rgba(0,0,0,0.95);
    z-index: 9999;
    display: flex;
   align-items: center;
  justify-content: center;
   padding: 20px;
}

.wns_gatebox_178 {
    background: #fff;
    max-width: 500px;
   width: 100%;
    padding: 40px 30px;
  border-radius: 8px;
  text-align: center;
}

.wns_gatetitle_rafale {
    font-size: 28px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 20px;
}

.wns_gatetext_finsbury {
  font-size: 16px;
   line-height: 1.6;
   color: #555;
  margin-bottom: 30px;
}

.wns_confirmbtn_seven {
  background: linear-gradient(to right, #3fcaff 0%, #a4ffb0 100%);
   color: #222;
   padding: 15px 50px;
  border: none;
    border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
   cursor: pointer;
  transition: all 0.3s ease;
   text-transform: uppercase;
  letter-spacing: 1px;
}

.wns_confirmbtn_seven:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(63,202,255,0.3);
}

.wns_gatesmall_london {
  font-size: 12px;
    color: #999;
  margin-top: 20px;
  line-height: 1.5;
}

.wns_regulators_greater {
   padding: 60px 0;
   background: #f8f9fa;
}

.wns_regrow_finsbury {
  text-align: center;
    margin-bottom: 40px;
}

.wns_regtitle_n7 {
   font-size: 28px;
  font-weight: 700;
   color: #2c3e50;
                    margin-bottom: 15px;
}

.wns_regtext_rafale {
    font-size: 16px;
    color: #7f8c8d;
   max-width: 600px;
  margin: 0 auto;
}

.wns_reglogos_178 {
  display: flex;
   justify-content: center;
   align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

.wns_reglink_park {
  display: block;
  transition: transform 0.3s ease;
}

.wns_reglink_park:hover {
  transform: translateY(-5px);
}

.wns_reglink_park img {
    max-height: 60px;
  filter: grayscale(100%);
    transition: filter 0.3s ease;
}

.wns_reglink_park:hover img {
  filter: grayscale(0%);
}

.wns_sitefooter_london {
    padding: 4em 0;
   background-size: cover;
  background-position    :   center center;
    background-repeat: no-repeat;
  color: rgba(255,255,255,0.5);
  position: relative;
}

.wns_sitefooter_london:before {
  position: absolute;
  content: "";
  background: rgba(0,0,0,0.8);
    top: 0;
  left: 0;
   right: 0;
    bottom: 0;
}

.wns_footcontainer_rafale {
    width: 100%;
   padding-right: 15px;
    padding-left: 15px;
  margin-right: auto;
   margin-left: auto;
    position: relative;
    z-index: 10;
}@media (min-width: 576px) {
    .wns_footcontainer_rafale {
        max-width:540px;
    }
}

@media (min-width: 768px) {
    .wns_footcontainer_rafale {
        max-width:720px;
    }
}

@media (min-width: 992px) {
    .wns_footcontainer_rafale {
        max-width:960px;
    }
}

@media (min-width: 1200px) {
    .wns_footcontainer_rafale {
        max-width:1140px;
    }
}.wns_footrow_n7 {
  display: flex;
   flex-wrap: wrap;
    margin: 0 -15px;
}

.wns_footcol_sisters {
  padding: 0 15px;
}

.wns_footcol4_178 {
    width: 33.333333%;
}

.wns_footcol6_178 {
    width: 50%;
}

.wns_footcol2_178 {
   width: 16.666667%;
}

.wns_footcol12_greater {
    width: 100%;
}

.wns_foothead_greater {
  font-size: 20px;
  margin-bottom: 1.5rem;
}

.wns_sitefooter_london a {
  color: rgba(255,255,255,0.3);
    text-decoration: none;
  transition: .3s all ease;
}

.wns_sitefooter_london a:hover {
  color: #fff;
   text-decoration: none;
}

.wns_sitefooter_london ul li {
   margin-bottom: 10px;
}

.wns_sitefooter_london ul li a {
    display: block;
  padding: 5px 0;

}

.wns_sitefooter_london ul li a:hover {
    color  : #f23a2e;
}

.wns_textwhite_park {
  color    :#fff !important;
}

.wns_mb4_finsbury {
    margin-bottom: 1.5rem !important;
}

.wns_footbtn_seven {
  position: relative;
    top: 0;
  display: inline-block;
  font-weight: 400;
  text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
  border: 1px solid transparent;
   padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
   border-radius: 0.25rem;
   transition: .3s all ease;
}

.wns_btnprimary_rafale {
    background-color: #f23a2e;
  border-color: #f23a2e;
    color: #fff;
}

.wns_pill_sisters {
    border-radius: 30px !important;
}

.wns_px4_n7 {
  padding-left:    1.5rem !important;
  padding-right: 1.5rem !important;
}

.wns_footbtn_seven:hover {
  box-shadow: 0 5px 20px -7px rgba(0,0,0,0.9) !important;
}

.wns_listunstyled_london {
   padding-left: 0;
   list-style: none;
}

.wns_pt5_greater {
   padding-top: 3rem !important;
}

.wns_mt5_rafale {
  margin-top: 3rem !important;
}

.wns_textcenter_sisters {
  text-align: center !important;
}

.wns_sitefooter_london h3 {
    color: #fff !important;
}

.wns_disclaimer_finsbury {
               margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid rgba(255,255,255,0.1);
}

.wns_disclaimbox_park {
  background: rgba(255,255,255,0.05);
   padding: 30px;
    border-radius: 8px;
    border-left: 4px solid #f23a2e;
}

.wns_disclaimtitle_sisters {
  color: #fff;
    font-size: 18px;
  font-weight: 600;
   margin-bottom: 15px;
}

.wns_disclaimtext_rafale {
   font-size: 14px;
    line-height: 1.7;
  color: rgba(255,255,255,0.7);
   margin-bottom: 12px;
}

.wns_disclaimtext_rafale:last-child {
   margin-bottom: 0;
}@media (max-width: 991px) {
    .wns_footcol4_178, .wns_footcol6_178, .wns_footcol2_178 {
        width:100%;
        margin-bottom: 2rem;
    }

    .wns_reglogos_178 {
        gap:30px;
    }

    .wns_reglink_park img {
        height:50px;
    }
}

@media (max-width: 767px) {
    .wns_sitefooter_london .wns_foothead_greater {
        font-size:18px;
    }

    .wns_gatebox_178 {
        padding:30px 20px;
    }

    .wns_gatetitle_rafale {
        font-size:24px;
    }

    .wns_reglogos_178 {
        gap:20px;
    }

    .wns_reglink_park img {
        height:40px;
    }
}.wns_offerslist_park {
  padding: 80px 0;
  background: #fff;
}

.wns_offershead_n7 {
  text-align: center;
  margin-bottom: 60px;
}

.wns_pretitle_seven {
    color: #e8b340;
   font-size: 18px;
    font-weight: 500;
   text-transform: uppercase;
   letter-spacing: 1.2px;
  display: block;
   margin-bottom: 12px;
}

.wns_offerstitle_178 {
    font-size: 42px;
   font-weight: 700;
  color: #2c3e50;
   margin-bottom: 15px;
}

.wns_offerssubtitle_rafale {
   font-size: 16px;
  color: #7f8c8d;
   max-width: 700px;
   margin: 0 auto;
   line-height: 1.6;
}

.wns_offercard_sisters {
  background: #f8f9fa;
  border-radius: 12px;
  padding: 35px;
   margin-bottom: 30px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
   transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.wns_offercard_sisters:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}

.wns_offerinner_london {
  display: flex;
  gap: 40px;
    align-items: flex-start;
}

.wns_offerleft_finsbury {
   flex-shrink: 0;
  width: 180px;
   text-align: center;
}

.wns_logobox_greater {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 20px;
   border-radius: 8px;
  margin-bottom: 20px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.wns_offerlogo_rafale {
    width: 100%;
    height: auto;
   max-height: 120px;
    object-fit: contain;
}

.wns_ratingbox_n7 {
    text-align: center;
}

.wns_ratescore_178 {
   font-size: 28px;
  font-weight: 700;
   color: #3fcaff;
  margin-bottom: 8px;
}

.wns_ratestars_seven {
    font-size: 20px;
   color: #ffd700;
    letter-spacing: 2px;
}

.wns_offermid_finsbury {
   flex: 1;
}

.wns_offername_park {
  font-size: 28px;
  font-weight: 700;
  color: #2c3e50;
    margin-bottom: 20px;
}

.wns_bonusbox_sisters {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  padding: 20px 25px;
   border-radius: 8px;
   margin-bottom: 20px;
}

.wns_bonustitle_london {
  color: #fff;
   font-size: 16px;
   font-weight: 600;
        margin-bottom: 12px;
   text-transform: uppercase;
   letter-spacing: 0.5px;
}

.wns_bonusitems_greater {
   display: flex;
    gap: 15px;
  flex-wrap: wrap;
}

.wns_bonusitem_n7 {
  background: rgba(255,255,255,0.2);
  color: #fff;
    padding: 8px 18px;
    border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  backdrop-filter: blur(10px);
}

.wns_featuresbox_rafale {
   margin-bottom: 20px;
}

.wns_featuretitle_178 {
   font-size: 16px;
   font-weight: 600;
   color: #34495e;
   margin-bottom: 12px;
}

.wns_featurelist_seven {
    list-style: none;
   padding: 0;
    display: flex;
    gap: 15px;
   flex-wrap: wrap;
}

.wns_featurelist_seven li {
   background: #e8f5e9;
    color: #2e7d32;
    padding: 6px 15px;
    border-radius: 5px;
   font-size: 14px;
  font-weight: 500;
}

.wns_descbox_finsbury {
    margin-bottom: 20px;
}

.wns_desctext_park {
   font-size: 15px;
   line-height: 1.7;
  color   :    #555;
}

.wns_offerbtns_sisters {
    display: flex;
   gap: 15px;
    margin-bottom: 15px;
}

.wns_getbonus_london {
  background: linear-gradient(to right, #3fcaff 0%, #a4ffb0 100%);
    color: #222;
  padding: 12px 35px;
    border-radius: 50px;
   font-weight: 600;
   font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
    display: inline-block;
}

.wns_getbonus_london:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(63,202,255,0.3);
}

.wns_readreview_n7 {
   background  :       #fff;
    color: #667eea;
    border: 2px solid #667eea;
  padding: 10px 30px;
   border-radius: 50px;
  font-weight: 600;
   font-size: 15px;
  text-transform: uppercase;
    letter-spacing: 0.5px;
  transition: all 0.3s ease;
    display: inline-block;
}

.wns_readreview_n7:hover {
  background: #667eea;
   color: #fff;
}

.wns_offerdisclaim_greater {
  padding-top: 15px;
  border-top: 1px solid rgba(0,0,0,0.1);
}

.wns_disclaimsmall_rafale {
  font-size: 11px;
  color: #999;
  line-height: 1.5;
    margin: 0;
}@media (max-width: 991px) {
    .wns_offerinner_london {
        flex-direction:column;
        align-items: center;
    }

    .wns_offerleft_finsbury {
        width:200px;
    }

    .wns_offershead_n7 {
        margin-bottom:40px;
    }

    .wns_offerstitle_178 {
        font-size:32px;
    }
}

@media (max-width: 767px) {
    .wns_offerslist_park {
        padding:60px 0;
    }

    .wns_offercard_sisters {
        padding:25px 20px;
    }

    .wns_offername_park {
        font-size:24px;
    }

    .wns_bonusitems_greater {
        gap:10px;
    }

    .wns_featurelist_seven {
        flex-direction:column;
        gap: 8px;
    }

    .wns_offerbtns_sisters {
        flex-direction:column;
    }

    .wns_getbonus_london, .wns_readreview_n7 {
        text-align:center;
        width: 100%;
    }
}.dk {
  filter: brightness(0) invert(1);
}

.wns_reviewhero_178 {
  position: relative;
         padding: 120px 0 80px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  overflow: hidden;
}

.wns_herooverlay_park {
    position: absolute;
   top: 0;
  left: 0;
    width: 100%;
    height: 100%;
  background: url('../users/hero-bg.webp') repeat;
  opacity: 0.5;
}

.wns_reviewheroinner_n7 {
    text-align: center;
   position: relative;
    z-index: 2;
}

.wns_reviewlogobox_sisters {
    padding: 30px;
    border-radius: 12px;
   max-width: 250px;
  margin: 0 auto 30px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.wns_reviewlogo_finsbury {
  width: 100%;
  height: auto;
    max-height: 100px;
   object-fit: contain;
}

.wns_reviewtitle_rafale {
    font-size: 48px;
    font-weight: 700;
  color: #fff;
    margin-bottom: 20px;
}

.wns_reviewrating_greater {
   margin-bottom: 30px;
}

.wns_reviewscore_london {
    display: inline-block;
  background: rgba(255,255,255,0.2);
  backdrop-filter: blur(10px);
    padding: 12px 35px;
   border-radius: 50px;
  color: #fff;
   font-size: 32px;
   font-weight: 700;
}

.wns_reviewbonus_n7 {
  background: rgba(255,255,255,0.15);
  backdrop-filter: blur(15px);
   max-width: 600px;
   margin: 0 auto;
  padding: 25px;
    border-radius: 10px;
}

.wns_reviewbonus_n7 h3 {
   color: #fff;
   font-size: 18px;
    margin-bottom: 15px;
    text-transform: uppercase;
   letter-spacing: 1px;
}

.wns_bonuschips_178 {
    display: flex;
  justify-content: center;
   gap: 15px;
   flex-wrap: wrap;
}

.wns_bonuschips_178 span {
  background: #fff;
	color: #667eea;
  padding: 8px 20px;
  border-radius: 20px;
    font-weight: 600;
   font-size: 14px;
}

.wns_herocta_rafale {
  display: inline-block;
  background: linear-gradient(to right, #3fcaff 0%, #a4ffb0 100%);
  color: #222;
  padding:        15px 50px;
  border-radius: 50px;
   font-weight: 700;
   font-size: 18px;
    margin-top: 30px;
	 text-transform: uppercase;
  transition: all 0.3s ease;
}

.wns_herocta_rafale:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(63,202,255,0.4);
}

.wns_verdict_finsbury {
  padding: 60px 0;
    background: #f8f9fa;
}

.wns_verdictbox_london {
    background: #fff;
    padding: 40px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

.wns_verdicttitle_n7 {
  font-size: 32px;
   font-weight: 700;
        color   : #2c3e50;
   margin-bottom: 20px;
}

.wns_verdicttext_rafale {
  font-size: 16px;
   line-height: 1.8;
    color: #555;
  margin-bottom: 18px;
}

.wns_gamesection_park, .wns_bonussection_seven, .wns_withdrawsection_greater, .wns_supportsection_rafale, .wns_downsides_greater, .wns_bottomline_sisters {
	padding: 60px 0;
}

.wns_gamesection_park {
  background: #fff;
}

.wns_bonussection_seven {
   background: #f8f9fa;
}

.wns_sectionhead_sisters {
   font-size: 36px;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 30px;
  text-align: center;
}

.wns_gametext_n7 p {
  font-size: 16px;
   line-height: 1.7;
  color: #555;
   margin-bottom: 20px;
   max-width: 900px;
   margin-left: auto;
    margin-right: auto;
}

.wns_gamecategories_178 {
   display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 30px;
   margin-top: 40px;
}

.wns_gamecat_greater {
    background: #f8f9fa;
   padding: 30px;
   border-radius: 10px;
       text-align: center;
   transition: transform 0.3s ease;
}

.wns_gamecat_greater:hover {
  transform: translateY(-5px);
}

.wns_caticon_rafale {
    width: 50px;
  height: 50px;
  margin: 0 auto 20px;
  filter: invert(42%) sepia(93%) saturate(1352%) hue-rotate(177deg);
}

.wns_gamecat_greater h3 {
  font-size: 20px;
  font-weight: 600;
   color: #2c3e50;
   margin-bottom: 10px;
}

.wns_gamecat_greater p {
    font-size: 14px;
  color: #7f8c8d;
}

.wns_bonuscontent_finsbury {
   display: flex;
  gap: 40px;
   align-items: flex-start;
}

.wns_bonusmain_london {
    flex: 2;
}

.wns_bonusside_rafale {
   flex: 1;
}

.wns_welcomebox_n7 {
    background: #fff;
   padding: 30px;
  border-radius: 10px;
}

.wns_welcometitle_178 {
   font-size: 24px;
   font-weight: 600;
   color: #2c3e50;
   margin-bottom: 20px;
}

.wns_welcomebox_n7 p {
  font-size: 15px;
  line-height: 1.7;
    color: #555;
     margin-bottom: 15px;
}

.wns_bonuspoints_park {
   background: #fff;
   padding: 25px;
    border-radius: 10px;
    border-left: 4px solid #667eea;
}

.wns_bonuspoints_park h4 {
    font-size: 18px;
   font-weight: 600;
   margin-bottom: 15px;
    color: #2c3e50;
}

.wns_bonuspoints_park ul {
    list-style: none;
  padding: 0;
}

.wns_bonuspoints_park li {
  padding: 8px 0 8px 25px;
   position: relative;
  font-size: 14px;
    color: #555;
}

.wns_bonuspoints_park li:before {
  content: "✓";
    position: absolute;
    left: 0;
  color: #667eea;
    font-weight: bold;
}

.wns_withdrawtext_n7 {
   font-size: 16px;
  line-height: 1.7;
   color: #555;
    margin-bottom: 20px;
   max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.wns_withdrawmethods_178 {
    display: flex;
    justify-content: center;
  gap: 30px;
  margin-top: 40px;
   flex-wrap: wrap;
}

.wns_methodbox_finsbury {
  background: #f8f9fa;
   padding: 25px 35px;
  border-radius: 10px;
   text-align: center;
  transition: all 0.3s ease;
}

.wns_methodbox_finsbury:hover {
    background: #667eea;
    color: #fff;
}

.wns_methodicon_sisters {
  width: 40px;
  height: 40px;
    display: block;
    margin: 0 auto 15px;
}

.wns_supportgrid_park {
  display: grid;
    grid-template-columns: 2fr 1fr;
   gap: 40px;
  align-items: center;
}

.wns_supporttext_london p {
   font-size: 16px;
  line-height: 1.7;
    color: #555;
  margin-bottom: 18px;
}

.wns_supportfeatures_n7 {
  background: #f8f9fa;
    padding: 30px;
   border-radius: 10px;
}

.wns_supportitem_178 {
   display: flex;
   align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.wns_supportitem_178 img {
    width  : 30px;
   height: 30px;
}

.wns_downtext_finsbury {
   font-size: 16px;
   line-height: 1.7;
    color: #555;
  margin-bottom: 20px;
   max-width: 900px;
   margin-left: auto;
  margin-right: auto;
}

.wns_bottomtext_rafale {
   font-size: 16px;
    line-height: 1.8;
  color: #555;
    margin-bottom: 20px;
   max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.wns_finalcta_n7 {
    padding: 80px 0;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.wns_ctabox_178 {
  text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

.wns_ctatitle_greater {
  font-size: 38px;
   font-weight: 700;
   color: #fff;
   margin-bottom: 15px;
}

.wns_ctadesc_finsbury {
   font-size: 18px;
  color: rgba(255,255,255,0.9);
   margin-bottom: 30px;
}

.wns_ctabtn_london {
  display: inline-block;
  background: linear-gradient(to right, #3fcaff 0%, #a4ffb0 100%);
    color: #222;
   padding: 18px 60px;
    border-radius: 50px;
    font-weight: 700;
   font-size: 18px;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.wns_ctabtn_london:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(63,202,255,0.4);
}

.wns_ctadisclaim_rafale {
  color: rgba(255,255,255,0.8);
  font-size: 13px;
   margin-top: 20px;
}@media (max-width: 991px) {
    .wns_reviewtitle_rafale {
        font-size:36px;
    }

    .wns_bonuscontent_finsbury, .wns_supportgrid_park {
        flex-direction:column;
    }

    .wns_gamecategories_178 {
        grid-template-columns:1fr;
    }
}

@media (max-width: 767px) {
    .wns_reviewhero_178 {
        padding:100px 0 60px;
    }

    .wns_sectionhead_sisters {
        font-size:28px;
    }

    .wns_ctatitle_greater {
        font-size:28px;
    }
}.wns_offerspagehero_n7 {
   padding: 140px 0 80px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
   text-align: center;
}

.wns_pageherocontent_178 {
  max-width: 800px;
  margin: 0 auto;
}

.wns_pagetitle_rafale {
  font-size: 48px;
    font-weight: 700;
   color: #fff;
   margin-bottom: 20px;
}

.wns_pagesubtitle_sisters {
   font-size: 18px;
  color: rgba(255,255,255,0.9);
    line-height: 1.6;
}

.wns_offersinfo_finsbury {
  padding: 80px 0;
  background: #f8f9fa;
}

.wns_infotitle_london {
  font-size: 36px;
    font-weight: 700;
   color: #2c3e50;
   text-align: center;
   margin-bottom: 50px;
}

.wns_infogrid_n7 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
   gap: 40px;
}

.wns_infoblock_178 {
   background: #fff;
    padding: 35px;
   border-radius: 10px;
   text-align: center;
    transition: transform 0.3s ease;
}

.wns_infoblock_178:hover {
  transform: translateY(-5px);
}

.wns_infoicon_rafale {
  width: 60px;
   height: 60px;
    margin: 0 auto 20px;
}

.wns_infoicon_rafale img {
    width: 100%;
    height: 100%;
  filter: invert(42%) sepia(93%) saturate(1352%) hue-rotate(177deg);
}

.wns_infohead_sisters {
    font-size: 20px;
    font-weight: 600;
    color: #2c3e50;
  margin-bottom: 15px;
}

.wns_infobody_park {
  font-size: 15px;
   line-height: 1.7;
  color: #555;
}@media (max-width: 767px) {
    .wns_offerspagehero_n7 {
        padding:120px 0 60px;
    }

    .wns_pagetitle_rafale {
        font-size:32px;
    }

    .wns_pagesubtitle_sisters {
        font-size:16px;
    }

    .wns_infotitle_london {
        font-size:28px;
    }
}.wns_aboutwrap_finsbury {
   background-position: bottom center !important;
}

.wns_nopadtop_n7 {
   padding-top: 0;
}

.wns_nopadbottom_178 {
   padding-bottom: 0;
}

.wns_aboutrow_sisters {
  display: flex;
  flex-wrap: wrap;
}

.wns_aboutimages_london {
  width: 58.333%;
   display: flex;
    gap: 15px;
}

.wns_orderlast_rafale {
   order: 2;
}

.wns_aboutimg1_park, .wns_aboutimg2_greater {
 width: 50%;
   background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 400px;
  border-radius: 8px;
}

.wns_mrrightmd_seven {
    margin-right: 7px;
}

.wns_mlleftmd_n7 {
  margin-left: 7px;
}

.wns_abouttext_sisters {
    width: 41.667%;
    position: relative;
}

.wns_pbmd3_rafale {
   padding-bottom: 1.5rem;
}

.wns_prmd5_finsbury {
   padding-right: 3rem;
}

.wns_pbmd5_park {
    padding-bottom: 3rem;
}

.wns_ptmd4_178 {
   padding-top: 2rem;
}

.wns_aboutheading_london {
    margin-bottom: 1.5rem;
}

.wns_my5_greater {
    margin-top: 3rem;
  margin-bottom: 3rem;
}

.wns_mymd0_n7 {
   margin-top: 0;
   margin-bottom: 0;
}

.wns_aboutsub_rafale {
   font-size: 13px;
  display: block;
  margin-bottom: 5px;
  color: #667eea;
    text-transform: uppercase;
   letter-spacing: 2px;
   font-weight: 700;
}

.wns_abouttext_sisters h2 {
    font-size: 38px;
  font-weight: 700;
   color: #000;
}

.wns_abouttext_sisters p {
  line-height: 1.7;
    color: #555;
   margin-bottom: 1rem;
}

.wns_aboutbtn_sisters {
  cursor: pointer;
   border-radius: 4px;
  display: inline-block;
   padding: 12px 28px;
   background: #667eea;
    border: 1px solid #667eea;
  color: #fff;
    transition: all 0.3s ease;
}

.wns_aboutbtn_sisters:hover {
  border: 1px solid #667eea;
    background: transparent;
  color: #667eea;
}

.wns_btnrounded_park {
  border-radius: 4px;
}

.wns_mainsection_finsbury
{
  padding: 3em 0;
}@media (min-width: 768px) {
    .wns_mainsection_finsbury {
        padding:5.5em 0;
    }
}.wns_mainrow_n7 {
    display: flex;
   flex-wrap: wrap;
  gap: 40px;
}

.wns_maincol_178 {
    flex: 1;
}

.wns_maincol_greater {
    flex: 1;
}

.wns_mblg0_rafale {
    margin-bottom: 0;
}

.wns_mlauto_park {
    margin-left: auto;
}

.wns_imgresponsive_london {
  max-width: 100%;
    height: auto;
    border-radius  :    8px;
     }

.wns_sectionaccent_finsbury {
    color: #111;
}

.wns_sectionaccent_finsbury span {
    display: inline-block;
  border-bottom: 5px solid #62c789;
  padding-bottom: 4px;
}

.wns_leadtext_sisters {
   font-size: 1.3rem;
   font-weight: 400;
  color: #34495e;
}

.wns_btnmain_n7 {
  color: #fff;
  background-color: #62c789;
   border: 1px solid #62c789;
  display: inline-block;
  padding: 12px 24px;
   transition: all 0.3s ease;
}

.wns_btnmain_n7:hover {
   color: #fff;
    background-color: #4fa874;
   border-color: #459e6d;
}

.wns_px3_rafale {
    padding-left: 1.8rem;
   padding-right: 1.8rem;
}

.wns_cardsection_london {
  padding: 80px 0;
   background: #f8f9fa;
}

.wns_cardrow_finsbury {
  display: flex;
    flex-wrap: wrap;
  margin: 0 -15px;
}

.wns_mb5_sisters {
  margin-bottom: 3rem;
}

.wns_justifycenter_n7 {
  justify-content: center;
}

.wns_textcenter_178 {
  text-align: center;
}

.wns_cardcol_greater {
   width: 58.333%;
   padding: 0 15px;
}

.wns_cardtitle_rafale {
   color: #000;
}

.wns_cardtitle_rafale span {
  display: inline-block;
    border-bottom: 5px solid #4db371;
  padding-bottom: 4px;
}

.wns_cardgrid_park {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.wns_carditem_sisters {
  box-shadow: 0 3px 12px rgba(0,0,0,0.12);
  border-radius: 8px;
   overflow: hidden;
   background: #fff;
   transition: transform 0.3s ease;
}

.wns_carditem_sisters:hover {
  transform: translateY(-5px);
}

.wns_cardthumb_finsbury {
   position: relative;
   margin: 0;
}

.wns_cardimage_n7 {
    width: 100%;
  height: 220px;
  background-size: cover;
    background-position    :       center;
    background-repeat: no-repeat;
}

.wns_cardcategory_178 {
    background: #4db371;
   padding: 22px;
    border-radius: 0 0 8px 8px;
}

.wns_cardcategory_178 h3 {
  color: #fff;
    font-size: 19px;
  margin: 0;
   font-weight: 600;
}

.wns_cardcontent_rafale {
    padding: 25px 32px;
  text-align: center;
}

.wns_pb4_london {
   padding-bottom: 1.5rem;
}

.wns_cardcontent_rafale h2 {
    margin: 0 0 20px 0;
    font-size: 19px;
    color: #000;
  line-height     :1.4;
}

.wns_cardrating_greater {
   text-align: center;
   margin-bottom: 1rem;
}

.wns_ratingicon_park {
  width: 20px;
  height : 20px;
  display: inline-block;
  margin: 3px;
  filter: invert(68%) sepia(70%) saturate(447%) hue-rotate(93deg);
}

.wns_mb3_seven {
   margin-bottom: 1rem;
}

.wns_carddesc_finsbury {
   font-size: 14px;
   line-height: 1.6;
    color: #555;
}@media (max-width: 991px) {
    .wns_aboutimages_london {
        width:100%;
        order: 1;
        margin-bottom:30px;
    }

    .wns_abouttext_sisters {
        width:100%;
    }

    .wns_prmd5_finsbury {
        padding-right:0;
    }

    .wns_mainrow_n7 {
        flex-direction:column;
    }

    .wns_cardcol_greater {
        width:100%;
    }
}

@media (max-width: 767px) {
    .wns_abouttext_sisters h2 {
        font-size:28px;
    }

    .wns_aboutimg1_park, .wns_aboutimg2_greater {
        min-height:250px;
    }

    .wns_cardgrid_park {
        grid-template-columns:1fr;
    }
}.wns_contactsection_finsbury {
   padding: 80px 0;
    background: #f8f9fa;
}

.wns_contactwrap_london {
  display: grid;
   grid-template-columns: 1fr 2fr;
    gap: 60px;
}

.wns_contactinfo_n7 {
    background: #fff;
          padding: 40px;
   border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

.wns_contacttitle_sisters {
  font-size: 28px;
   font-weight: 700;
   color   :     #2c3e50;
  margin-bottom: 15px;
}

.wns_contactdesc_rafale {
  font-size: 15px;
  color: #7f8c8d;
   line-height: 1.6;
   margin-bottom: 30px;
}

.wns_infoblock_178 {
    display: flex;
  gap: 20px;
    margin-bottom: 25px;
}

.wns_infoicon_greater {
   width: 50px;
    height: 50px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 50%;
  display: flex;
   align-items: center;
    justify-content: center;
   flex-shrink: 0;
}

.wns_infoicon_greater img {
    width: 24px;
    height: 24px;
  filter: brightness(0) invert(1);
}

.wns_infotext_park h3 {
  font-size: 18px;
   font-weight: 600;
   color: #2c3e50;
  margin-bottom: 8px;
}

.wns_infotext_park p {
   font-size: 15px;
        color: #555;
    line-height: 1.6;
    margin: 0;
}

.wns_contactform_seven {
  background: #fff;
  padding: 40px;
    border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

.wns_formwrapper_rafale {
   display: flex;
   flex-direction: column;
  gap: 20px;
}

.wns_formrow_park {
   display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.wns_formgroup_finsbury {
    display: flex;
  flex-direction: column;
}

.wns_formlabel_sisters {
    font-size: 15px;
  font-weight:600;
   color: #34495e;
    margin-bottom   : 8px;
}

.wns_forminput_london, .wns_formselect_178, .wns_formtextarea_park {
  padding: 12px 15px;
   border: 2px solid #e0e0e0;
    border-radius: 6px;
   font-size: 15px;
   transition: border-color 0.3s ease;
   font-family: inherit;
}

.wns_forminput_london:focus, .wns_formselect_178:focus, .wns_formtextarea_park:focus {
    outline: none; 
	    border-color: #667eea;
}

.wns_formselect_178 {
  background: #fff;
   cursor: pointer;
}

.wns_formtextarea_park {
   resize: vertical;
   min-height: 120px;
}

.wns_formerror_n7 {
  color: #e74c3c;
    font-size: 13px;
  margin-top: 5px;
    display: block;
  min-height: 18px;
}

.wns_wordcount_sisters {
  font-size: 13px;
  color: #7f8c8d;
    margin-top: 5px;
  display: block;
}

.wns_radiogroup_greater {
    display: flex;
   gap: 20px;
  margin-top: 8px;
}

.wns_radiolabel_rafale {
    display: flex;
    align-items: center;
  gap: 8px;
   cursor: pointer;
   font-size: 15px;
}

.wns_radiolabel_rafale input[type="radio"] {
   width: 18px;
  height: 18px;
    cursor: pointer;
}

.wns_submitbtn_london {
  background: linear-gradient(to right, #3fcaff 0%, #a4ffb0 100%);
    color: #222;
   padding: 15px 40px;
    border: none;
  border-radius: 50px;
  font-size: 16px;
   font-weight: 700;
    cursor: pointer;
    text-transform: uppercase;
   letter-spacing: 1px;
  transition: all 0.3s ease;
   margin-top: 10px;
}

.wns_submitbtn_london:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(63,202,255,0.3);
}

.wns_popup_n7 {
   position: fixed;
  top: 0;
  left: 0;
    width: 100%;
   height: 100vh;
  background: rgba(0,0,0,0.8);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
   padding: 20px;
}

.wns_popupbox_178 {
    background: #fff;
   max-width: 500px;
    width: 100%;
  padding: 50px 40px;
   border-radius: 12px;
  text-align: center;
}

.wns_popupicon_greater {
    width: 80px;
   height: 80px;
  background: #27ae60;
  border-radius: 50%;
    display: flex;
    align-items: center;
  justify-content: center;
   margin: 0 auto 25px;
}

.wns_popupicon_greater img {
    width: 50px;
   height: 50px;
  filter: brightness(0) invert(1);
}

.wns_popuptitle_finsbury {
  font-size: 32px;
  font-weight: 700;
    color: #2c3e50;
   margin-bottom: 15px;
}

.wns_popuptext_rafale {
   font-size: 16px;
   color: #7f8c8d;
    line-height: 1.6;
   margin-bottom: 30px;
}

.wns_popupbtn_sisters {
   background: #667eea;
    color: #fff;
               padding: 12px 40px;
  border: none;
    border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
    cursor: pointer;
  transition: all 0.3s ease;
}

.wns_popupbtn_sisters:hover {
   background: #5568d3;
  transform: translateY(-2px);
}@media (max-width: 991px) {
    .wns_contactwrap_london {
        grid-template-columns:1fr;
    }

    .wns_formrow_park {
        grid-template-columns:1fr;
    }
}

@media (max-width: 767px) {
    .wns_contactsection_finsbury {
        padding:60px 0;
    }

    .wns_contactinfo_n7, .wns_contactform_seven {
        padding:30px 20px;
    }

    .wns_contacttitle_sisters {
        font-size:24px;
    }

    .wns_popupbox_178 {
        padding:40px 30px;
    }

    .wns_popuptitle_finsbury {
        font-size:26px;
    }
}