body{

    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;

}

.androidScrollTop{
    overflow:hidden !important;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}

.photgrapher-area{

    background-image: url('../../assets/img/13696-nw.jpg');

    background-position: top left;

    background-repeat: repeat;

    padding: 35px 50px;

    padding-bottom: 200px;

    position: fixed;

    left: 0;

    height: 100%;

    overflow-y: scroll;

    margin-top: -20px;

    z-index: -1;

}

.right-column{

    position: absolute;

    right: 0;

}

.single-photographer-wrapper{

    position: relative;

    overflow: hidden;

    padding: 10px;

    box-shadow: 0px 0px 4px 5px rgb(0 0 0 / 0.1);

    border-radius: 10px;

    background: #dadada;
    cursor: pointer;

}

.single-photographer-wrapper:last-child{

    margin-bottom: 130px!important;

}

.single-photographer-wrapper .cover-img{

    position: absolute;

    z-index: 1;

    left: 0;

    top: 0;

    object-fit: cover;

    height: 100%;

    width: 100%;

}

.z-index-2{

    position: relative;

    z-index: 2;

}

.deep-pink-text{

    color: #f44154;

}

.gry-color{

    color: #989898;

}

.deep-gry-text{

    color: #5f5f5f!important;

}

.blue-text{

    color: #3b5998;

}

.fa-heart, .fa-heart-o{

    color: #f44154;

}

.add-btn-link{

    position: relative;

    right: 10px;

}

.add-btn{

    color: #000000;

    background: rgb(255 255 255 / 0.80);

    padding: 15px;

    border-radius: 50%;

    -webkit-transition-duration: 0.5s;

    transition-duration: 0.5s;

}

.profile-img-wrapper{

    width: 90px;

    height: 90px;

    border: 3px solid #fff;

    overflow: hidden;

    box-shadow: 0px 0px 8px 3px rgb(0 0 0 / 0.1);

}

.profile-img{

    width: 90px!important;

    height: 90px!important;

    object-fit: cover;

    background: #e2cece;

}

.profile-name{

    font-size: 1.3em!important;

}

.photographer-list .profile-img-wrapper{

    border-radius: 50%;

    width: 50px;

    height: 50px;

}

.photographer-list .profile-img{

    width: 70px!important;

    height: 70px!important;

}

.photographer-list li{

    margin-left: 5px;

    margin-right: 5px;

    position: relative;

}

.nav-profile-name{

    background: #fff;

    border-radius: 26px;

    box-shadow: 0px 0px 8px 3px rgb(0 0 0 / 0.1);

    font-size: 8px;

    padding: 3px;

    position: absolute;

    bottom: -5px;

    left: 0;

    right: 0;

}

.img-cross{

    position: absolute;

    right: 0;

    z-index: 1;

    color: #f44154;

    background: #fff;

    width: 15px;

    height: 15px;

    border-radius: 50%;

    font-size: 10px;

    cursor: pointer;

    box-shadow: 0px 0px 8px 3px rgb(0 0 0 / 0.1);

}

.img-cross i{

    position: relative;

    top: -1px;

}

.mob-photographer-list{

    position: fixed;

    z-index: 120;

    bottom: 80px;

    left: 0;

    right: 0;

    justify-content: center;

}

.mob-photographer-list .nav-profile-name{

    bottom: -18px;

}

.more-link{

    position: absolute;

    right: 12px;

    bottom: 12px;

}


.more-link a{
    background: rgb(0 0 0 / 0.80);
    padding: 5px 20px;
    display: inline-block;
    border-radius: 30px;
    color: #fff;
    text-align: center;
    margin-left: 5px;
    /*width: 100px;*/
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.more-link a:hover{
    background: #f44154;
}
.more-btn{

    color: #000000;

    background: rgb(255 255 255 / 0.80);

    padding: 25px;

    border-radius: 50%;

    -webkit-transition-duration: 0.5s;

    transition-duration: 0.5s;

}

.select-link-mob{

    position: absolute;

    right: 20px;

    bottom: 30px;

}

.select-btn-mob{

    color: #fff;

    background: #f44154;

    padding: 30px;

    font-size: 30px;

    border-radius: 50%;

    -webkit-transition-duration: 0.5s;

    transition-duration: 0.5s;

}

.more-btn:hover, .add-btn:hover{

    background: #f44154;

    color: #fff;

}

.select-btn-mob:hover{

    background: #000000;

    color: #fff;

}

.pink-btn{

    border-width: 2px;

    border-color: #ea6b6f!important;

    color: #ea6b6f!important;

    border-radius: 0;

    font-weight: 500;

    -webkit-transition: all .2s ease-in-out;

    transition: all .2s ease-in-out;

}

.pink-btn:focus{

    background-color: transparent!important;

}

.pink-btn:hover{

    background-color: #ea6b6f!important;

    border-color: #ea6b6f!important;

    color: #fff!important;

}
.add-fav-btn,.full-profile-btn{
    border-color: rgb(51 51 51 / 1)!important;
    background: rgb(0 0 0 / 0.80)!important;
    border-radius: 30px;
    color: #fff!important;
    font-weight: 400;
}
.add-fav-btn:hover,.full-profile-btn:hover{
    background: #f44154!important;
    border-color: #f44154!important;
}
.add-fav-btn:focus,.full-profile-btn:focus{
    background: rgb(0 0 0 / 0.80)!important;
    border-color: rgb(51 51 51 / 1)!important;
    box-shadow: none!important;
}
.font-14{

    font-size: 14px;

}

.found-text{

    text-shadow: 1px 1px 5px #fff;

}

.bt-grey{

    border-top: 1px solid #f0f0f0;

}

.bb-grey{

    border-bottom: 1px solid #f0f0f0;

}

.b-grey{
    border: 1px solid #f0f0f0;
}

.divider{

    height: 1px;

    background: #f0f0f0;

}

.fixed-btn{

    position: fixed;

    bottom: 30px;

    display: flex;

    width: 58.33333%;

    justify-content: center;

}

.fixed-mob-btn{

    width: 100%;

    left: 0;

    bottom: 0;

}

.fixed-mob-btn button{

    font-size: 14px;
    width: 50%;
    height: 45px;

}

.decide-btn{

    background-color: #000!important;

    border-radius: 0;

    border: 1px solid #fff!important;

    color: #fff!important;

    font-weight: 500;

    letter-spacing: 2px;

    -webkit-transition-duration: 0.3s;

    transition-duration: 0.3s;

}

.deep-pink-btn{

    background-color: #f44154!important;

    border-radius: 0;

    border: none!important;

    color: #ffffff!important;

    font-weight: 500;

    letter-spacing: 2px;

}

.selct-photographer-btn{

    margin-left: -1px;

    border: 1px solid #fff!important;

    border-left: none!important;

}

.decide-btn:before, .selct-photographer-btn:before{

    background:#fff!important;

    color: #5f5f5f!important;

}

.decide-btn:hover, .selct-photographer-btn:hover{

    color: #5f5f5f!important;

}

.small-btn{

    font-size: 0.8rem;

}

.small-btn .icon i{

    position: relative;

    top: 1.5px;

}

.blk-text{

    color: #333333

}

/*----------- gallery grid css -------*/



.gallery-grid {

    column-width: 260px;

    column-gap: 5px;

    /*padding: 5px;*/

}

.mob-gallery-grid{

    column-width: 135px;

}

.gallery-grid img {

    width: 100%;

    /*cursor: pointer;*/

}

.gallery-grid video {

    width: 100%;

}

.mob-gallery-grid img{

    margin-bottom: 5px;

}

.lightbox {

    position: fixed;

    width: 100%;

    height: 100%;

    top: 0;

    left:0;

    z-index: 1;

    display: none;

    background: rgb(0 0 0 / 0.88);

    perspective: 1000;

}



/*.filter {

  position: absolute;

  width: 100%;

  height: 100%;

  filter: blur(20px);

  opacity: 0.5;

  background-position: center;

  background-size: cover;

}*/



.lightbox img {

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%) rotateY(0deg);

    max-height: 95vh;

    max-width: calc(95vw - 100px);

    transition: 0.8s cubic-bezier(0.7, 0, 0.4, 1);

    transform-style: preserve-3d;

}





/*.lightbox:hover img{

  transform: translate(-50%, -50%) rotateY(180deg);

}*/



[class^="arrow"] {

    height: 200px;

    width: 50px;

    background: rgba(0, 0, 0, 0.4);

    position: absolute;

    top: 50%;

    transform: translateY(-50%);

    cursor: pointer;

}



[class^="arrow"]:after {

    content: '';

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%) rotate(-45deg);

    width: 15px;

    height: 15px;

}



.arrowr {

    right: 0;

}



.arrowr:after {

    border-right: 1px solid white;

    border-bottom: 1px solid white;

}



.arrowl {

    left: 0;

}



.arrowl:after {

    border-left: 1px solid white;

    border-top: 1px solid white;

}



.close {

    position: absolute;

    right: 0;

    width: 50px;

    height: 50px;

    background: rgba(0, 0, 0, 0.4);

    margin: 20px;

    cursor: pointer;

    opacity: 1;

}



.close:after,

.close:before {

    content: '';

    position: absolute;

    top: 50%;

    left: 50%;

    width: 1px;

    height: 100%;

    background: #ffffff;

}



.close:after {

    transform: translate(-50%, -50%) rotate(-45deg);

}



.close:before {

    transform: translate(-50%, -50%) rotate(45deg);

}



.title {

    font-size: 20px;

    color: #000;

    z-index: 1000;

    position: absolute;

    top: 0;

    left: 0;

}

/*----------- /gallery grid css -------*/

/*----------- scroll bar css -------*/

/* width */

.photgrapher-area::-webkit-scrollbar {

    width: 5px;

    visibility: hidden;

}



/* Track */

.photgrapher-area::-webkit-scrollbar-track {

    box-shadow: inset 0 0 5px #dddddd;

    border-radius: 10px;

}



/* Handle */

.photgrapher-area::-webkit-scrollbar-thumb {

    background: #b9b9b9;

    border-radius: 10px;

}



/* Handle on hover */

.photgrapher-area::-webkit-scrollbar-thumb:hover {

    background: #b9b9b9;

}

.photgrapher-area:hover::-webkit-scrollbar{

    width: 5px;

    visibility: hidden;

}

/*----------- /scroll bar css -------*/

/*.mob-carousel .slider-item{

        width: 150px!important;

}*/

/*------- carousel css for mob ----------*/

.multi-item-carousel .carousel-inner > .item {

    -webkit-transition: 500ms ease-in-out left;

    transition: 500ms ease-in-out left;

}

.multi-item-carousel .carousel-inner .active.left {

    left: -33%;

}

.multi-item-carousel .carousel-inner .active.right {

    left: 33%;

}

.multi-item-carousel .carousel-inner .next {

    left: 33%;

}

.multi-item-carousel .carousel-inner .prev {

    left: -33%;

}

.multi-item-carousel img{

    border-radius: 50%;

    margin-top: 10px;

    width: 100%;

    height: 8rem;

    object-fit: cover;

}

.selected-photogrpaher{

    background: #efefef;

}

@media all and (transform-3d), (-webkit-transform-3d) {

    .multi-item-carousel .carousel-inner > .item {

        -webkit-transition: 500ms ease-in-out left;

        transition: 500ms ease-in-out left;

        -webkit-transition: 500ms ease-in-out all;

        transition: 500ms ease-in-out all;

        -webkit-backface-visibility: visible;

        backface-visibility: visible;

        -webkit-transform: none!important;

        transform: none!important;

    }

}

.multi-item-carousel .carouse-control.left,

.multi-item-carousel .carouse-control.right {

    background-image: none;

}

.carousel-control.left, .carousel-control.right{

    background-image: none;

}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right{

    background: #101010;

    padding: 8px;

    top: 30%;

    border-radius: 3px;

}

.carousel-img-select-link{

    position: absolute;

    top: 0;

    right: 0;

}

.carousel-img-select-btn{

    padding: 15px;

    border-radius: 2px;

    font-size: 20px;

    color: #fff;

    background: #f44154;

    -webkit-transition-duration: 0.5s;

    transition-duration: 0.5s;

}

.carousel-img-wrapper{

    height: 8rem;

    width: 8rem;

    margin: auto;

}

/*------- /carousel css for mob ---------*/

.sm-lh{

    line-height: 1.2em;

}

.fixed-description-mob{

    background: #fff;

    position: fixed;

    bottom: 0;

    left: 0;

    padding: 20px 15px;

    width: 100%;

}

.mb-large{

    margin-bottom: 140px;

}

.v-middle{

    align-items: center;

}

.font-30{

    font-size: 30px;

}

.mb-medium{

    margin-bottom: 50px;

}

.mb-100{

    margin-bottom: 100px;

}

.mb-15{

    margin-bottom: 15px;

}

.w-100{

    width: 100%;

}

.animated-img{

    margin-right: 22px;

    margin-left: 5px;

}

.animated-img:before{

    content: "";

    width: 22px;

    height: 22px;

    background-image: url(../../assets/img/heart_pink.gif);

    position: absolute;

    background-size: contain;

    background-repeat: no-repeat;

    background-position: center;

}

.selct-photographer-btn:hover .animated-img:before{

    background-image: url(../../assets/img/heart.gif);

}

.navbar-item{

    font-size: 12px;

    text-transform: uppercase;

    color: #5f5f5f;

}

.navbar-item:hover{

    color: #f44154!important;

    background: none!important;

}

.sticky-navbar {

    position: fixed;

    top: 0;

    width: 100%;

    background: #fff;

    z-index: 1;

}

.navbar{

    z-index: 1;

}

lottie-player{

    width: 100%;

    height: 100%;

    position: fixed;

    left: 0;

    top: 0;

    bottom: 0;

    right: 0;

    margin: auto;

    z-index: 1;

}

.white-bg{

    background: #fff;

}

.modal-close{

    background: rgb(0 0 0 / 0.72);

    top: 0;

    right: 0;

}

.navbar-burger{

    margin-right: 12px;

}

.bg-img{

    background-image: url('../../assets/img/13696-nw.jpg');

    background-position: top left;

    background-repeat: repeat;

}

/*----package css ----*/

.package-column{

    background: #ffffff;

    /*background: linear-gradient(165deg, #f8535d 50%, #fd767e 50%, #e1414c 80%);*/

    border-radius: 10px;

    /*color: #fff;*/

    margin:0px;

    box-shadow: 0px 0px 6px 2px rgb(0 0 0 / 0.30);

    padding: 10px;

    background-image: url(../../assets/img/FLOWER-IMG.jpg);

    background-position: top right;

    background-repeat: no-repeat;

    background-size: 40%;

}

.package-column .price{

    font-size: 40px;

    line-height: 1em;

}

.slct-pkg-btn{

    background-color: #fff;

    padding: 5px 45px;

    display: inline-block;

    border-radius: 30px;

    color: #333333;

    margin: 10px 0 20px;

    border: 1px solid #969696;

    font-weight: 600;

    transition: all .2s ease-in-out;

}

.slct-pkg-btn:hover{

    color: #fff;

    background-color: #f44154;

    border: 1px solid #f44154;

}

.pkg-description{

    max-height: 100px;

    min-height: 100px;

    margin-bottom: 10px;

    color: #5f5f5f;

}

.pkg-description li, .li-list li{

    line-height: 1.2em;

    margin-bottom: 8px;

}

.pkg-title{

    min-height: 50px;

    line-height: 1.2em;

    overflow: hidden;

    max-height: 50px;

    margin-bottom: 10px;

}

.ring-img-icon img{

    width: 50px;

}

.package-section{

    min-height: 90vh;

}

/*----/package css-----*/

.table{

    width: 100%;

    border: 1px solid #dddddd;

}

.table thead {

    background-color: #fafafa;

}

.table td, .table th{

    border: 1px solid #dddddd!important;

}

.table th{

    border-bottom: none!important;

}

.table tr:nth-child(even) {

    background-color: #fafafa;

}

.test-toggle-btn{

    position: fixed;

    bottom: 50%;

    right: -92px;

    transform: rotate(90deg);

}



.mob-select-photographer-btn{

    position: fixed;

    bottom: 5px;

    left: 5px;

    z-index: 100;

}

.overflow-hide{

    overflow: hidden;

}

.ml-auto{

    margin-left: auto;

}

.d-none{

    display: none;

}

.is-pulled-right-desktop{

    float: right;

}

.pay-mode-btn{

    background-color: #fff;

    padding: 5px 45px;

    display: inline-block;

    border-radius: 30px;

    color: #333333;

    border: 1px solid #969696;

    font-weight: 600;

    transition: all .2s ease-in-out;

}

.pay-mode-btn:hover{

    color: #fff;

    background-color: #f44154;

    border: 1px solid #f44154;

}

.active-link{

    background-color: #f44154!important;

    border-color: #f44154!important;

    color: #fff!important;

}
.pay-mode-details{
    border: 1px solid #f0f0f0;
    border-radius: 10px;
    min-height: 106px;
    padding: 0 10px;
}
.pay-mode-details .profile-img-wrapper{
    border-radius: 50%;
    width: 80px;
    height: 80px;
}
.pay-mode-details .profile-img{
    width: 80px!important;
    height: 80px!important;
}
.pay-mode-details .profile-name{
    font-size: 1.2em!important;
}
.coupon-code-input{
    padding: 7px 20px;
}
.grn-text{
    color: #4f9b11;
}
.border-radius-corner{
    border-radius: 30px;
}
.apply-btn{
    background: #000;
    padding: 5px 30px;
    border-radius: 30px;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 1em;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border: none!important;
    line-height: 1.5;
    outline: 0;
    cursor: pointer;
    padding-bottom: 7px;
}
.apply-btn:hover{
    color: #fff;
    background: #f44154;
}
.input:focus{
    border-color: #f44154;
    box-shadow: none;
}
button:focus{
    box-shadow: none!important;
}

.border-radius-10{
  border-radius: 10px;
}
.datetimepicker-dummy .datetimepicker-dummy-wrapper{
    background-color: #fff;
    border-color: #dbdbdb!important;
    border-radius: 30px;
}
.datetimepicker-dummy .datetimepicker-dummy-wrapper .datetimepicker-dummy-input{
    color: #363636!important;
}
.datetimepicker-dummy .datetimepicker-dummy-wrapper:hover{
    border: 1px solid #b5b5b5;
}
.datetimepicker-dummy .datetimepicker-dummy-wrapper:focus{
    border: 1px solid #f44154;
}
.profileBio{
    margin-bottom: 8em;
}

/*------- order complete css -------*/
.skip-btn{
    background: #aeaeae;
    padding: 5px;
    border-radius: 30px;
    display: block;
    text-align: center;
    color: #fff;
}
.skip-btn:hover{
    color: #fff;
}
.order-complete-details .pay-mode-details{
    min-height: 75px;
}
.order-complete-details .order-content{
    height: 100%;
}

label.is-checkbox {
    color: #333333;
    font-weight: 700;
    padding-left: 6px;
    border-radius: 2px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
label.is-checkbox .label-text{
    font-size: 15px;
}
label.is-checkbox .checkmark {
    color: transparent;
    position: relative;
}
label.is-checkbox .checkmark i {
    z-index: 1;
}
label.is-checkbox .checkmark:before {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    border-radius: 2px;
    background: #e8e6e6;
    border: 2px solid #e0dfdf;
}
label.is-checkbox input[type="checkbox"] {
    position: absolute;
    visibility: hidden;
    cursor: pointer;
}
label.is-checkbox input[type="checkbox"]:checked ~ .checkmark {
    color: #333333;
}
label.is-checkbox.is-rounded {
    border-radius: 0px;
}
label.is-checkbox.is-rounded .checkmark:before {
    border-radius: 0px;
}
label.is-checkbox .icon{
    height: 1.5em;
    width: 1.5em;
    margin-left: -0.35em;
    margin-right: 0.35em;
}
label.is-checkbox .icon:first-child:not(:last-child) {
    margin-right: 0.1875em;
    margin-left: calc(-01.375em - 1px);
}
label.is-checkbox .icon:last-child:not(:first-child) {
    margin-left: 0.1875em;
    margin-right: calc(-0.375em - 1px);
}
label.is-checkbox .icon:first-child:last-child {
    margin-left: calc(-0.575em - 1px);
}

/*------- /order complete css -------*/

.photgraphy-pkg{
    border: 1px solid #f0f0f0;
    padding: 5px 20px;
    border-radius: 10px;
}
.mr-auto{
  margin-right: auto;
}
.cart-checkout-btn{
  background: #f44154;
  padding: 5px 30px;
  border-radius: 30px;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 1em;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border: none!important;
  line-height: 1.5;
  outline: 0;
  cursor: pointer;
  padding-bottom: 7px;
}
.cart-checkout-btn:hover{
  color: #fff;
  background: #000000;
}
/*---landing page css----*/
#signUp{
  background-image: url('../../assets/img/classic-landing-bg-min.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.dark-blk-text{
  color: #000000;
}
.blur-wrapper{
    background: rgb(255 255 255 / 0.6);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background-clip: padding-box;
    box-shadow: 0px 0px 12px 0px #4d4d4d;
}



.bb-blk{
  border-bottom: 1px solid #000;
}
#signUp input{
    width: 80%;
    border-radius: 30px;
}
#signUp .check-avail{
    width: 80%;
    border-radius: 30px;
    background: #d33b3b;
    border-color: #d33b3b!important;
    color: #fff!important;
}
#signUp .check-avail:hover{
  border-color: #d33b3b!important;
}
.toggle-box{
  display: none;
}
.pkg-toggle-btn{
    background: #fff;
    padding: 5px 20px;
    display: inline-block;
    border-radius: 30px;
    margin: 10px 0;
    color: #000;
    cursor: pointer;
    border: 1px solid #dbdbdb;
}
.pkg-toggle-btn-wrapper{
  display: flex; 
  flex-direction: row; 
}
.pkg-toggle-btn-wrapper:before, .pkg-toggle-btn-wrapper:after{
  content: ""; 
  flex: 1 1; 
  border-bottom: 1px solid #000; 
  margin: auto;
}
.datetimepicker-dummy{
    width: 80%!important;
    margin: auto;
}
.recognition-columns,#signUp .footer-columns{
    margin-left: -1rem;
    margin-right: -1rem;
}
.external-bullet {
    list-style: none!important;
    padding-left: 0px!important;
    padding-bottom: 0!important;
    display: inline-block;
    text-align: left;
}
.external-bullet li {
    line-height: 1.5em;
    margin-bottom: 10px;
    margin-left: 21px;
}
.external-bullet li:before {
    content: "\f00c";
    font-family: FontAwesome;
    color: #f44154;
    margin-right: 9px;
    margin-left: -21px;
    font-size: 12px;
}
.is-justify-content-center{
    justify-content: center;
}
#signUp .modal-background {
    background-color: rgb(10 10 10 / 0.4);
}
#signUp .modal .datetimepicker{
    /*top: 16em;*/
}
#signUp .is-success.input{
    border-color: #dbdbdb;
}
.is-success.input:active, .is-success.input:focus, .is-success.is-active.input, .is-success.is-active.textarea, .is-success.is-focused.input, 
.is-success.is-focused.textarea, .is-success.textarea:active, .is-success.textarea:focus{
    box-shadow: none;
}
/*---/landing page css----*/
/*---- media query -----------*/

/*@media(min-width: 1441px){

  .package-section{

    height: 90vh;

  }

}*/

/*.more-link a{
    display: block;
}*/
.more-link .shrtlist-btn{
    margin-bottom: 5px;
}
@media(width: 1024px){

    .sm-desk-w-50{

        width: 50%!important;

    }

    .sm-desk-w-100{

        width: 100%!important;

    }

    .sm-desk-full{

        display: block!important;

    }

}

@media(min-width: 768px){

    .tab-desk-d-none{

        display: none!important;

    }

}

@media(width: 768px){

    .photgrapher-area{

        padding: 30px 30px;

        padding-top: 50px;

        margin-top: -40px;

    }

    .tab-pb-0{

        padding-bottom: 0;

    }

    .fixed-btn{

        width: 100%;

        left:0;

    }

    .single-photographer-wrapper:last-child{

        margin-bottom: 180px!important;

    }

    .media-content{

        overflow: hidden;

    }

    .package-section .is-3{

        width: 50%!important;

    }
    .more-link{
        display: grid;
    }

}

@media(max-width: 768px){

    .is-pulled-right-desktop{

        float: none;

    }

    /*------- order complete css -------*/
    .order-complete-details .pay-mode-details{
        margin-left: -.75rem!important;
        margin-right: -.75rem!important;
    }
    .order-complete-details{
        margin-right: 0;
        margin-left: 0;
    }
    .order-complete-details .order-content{
        margin-bottom: 30px;
    }
    /*------- /order complete css -------*/
.tab-d-none{
    display: none;
  }
    .mob-select-photographer-btn{

        position: fixed;

        bottom: 0px;

        left: 0px;

        z-index: 100;

        width: 100%;

        text-align: center;

    }

    .mob-select-photographer-btn .selct-photographer-btn{

        width: 100%;

    }

}

@media(max-width: 767px){

    .mob-d-block{

        display: block!important;

    }

    .mob-w-100{

        width: 100%!important;

    }

    .mob-pb-0{

        padding-bottom: 0!important;

    }

    .mob-pl-0{

        padding-left: 0!important;

    }

    .mob-pr-0{

        padding-right: 0!important;

    }

    .mob-d-none{

        display: none;

    }
    .mob-pt-0{
        padding-top: 0!important;
    }
    .mob-pt-10{
        padding-top: 10px!important;
    }

    .mob-text-center{

        text-align: center;

    }

    .photgrapher-area{

        position: relative;

        padding: 36px;

        overflow-y: inherit;

        margin-top: 0;

        z-index: 0;

    }

    .details-wrapper{

        padding-left: .75rem!important;

        padding-right: .75rem!important;

    }

    .media-content{

        overflow: hidden;

    }

    .decide-btn,.selct-photographer-btn{

        border:none!important;

    }

    .package-section .is-3{

        width: 100%!important;

    }
    .pay-mode-details .mob-left-col{
        width: 70%!important;
    }
    .pay-mode-details .mob-right-col{
        width: 30%!important;
    }
    .pay-mode-details .profile-img-wrapper{
        width: 60px;
        height: 60px;
    }
    .pay-mode-details .profile-img {
        width: 60px!important;
        height: 60px!important;
    }
    .pay-mode-details .profile-name {
        font-size: 1em!important;
    }
    .pay-mode-details .media-left {
        margin-right: 0.5rem;
    }
    .pay-mode-details .mob-price{
        font-size: 1.5em!important;
    }
    .pay-mode-details{
        min-height: auto;
    }

}

@media(max-width: 320px){

    .carousel-img-wrapper{

        height: 6rem;

        width: 6rem;

    }

    .multi-item-carousel img{

        height: 6rem;

    }

    .animated-img {

        margin-left: 0;

    }

    .animated-img:before{

        width: 20px;

        height: 20px;

    }
    .apply-btn{
        font-size: 14px;
    }

}





















/* The Overlay (background) */

.loading-overlay {

    /* Height & width depends on how you want to reveal the overlay (see JS below) */

    height: 100%;

    width: 100%;

    position: fixed; /* Stay in place */

    z-index: 1000; /* Sit on top */

    left: 0;

    top: 0;

    background-color: rgb(255,255,255); /* Black fallback color */

    background-color: rgba(255,255,255, 0.9); /* Black w/opacity */

    overflow-x: hidden; /* Disable horizontal scroll */

    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */

    text-align: center;

    user-select: none;

    -moz-user-select: none;

    -khtml-user-select: none;

    -webkit-user-select: none;

    -o-user-select: none;

    padding-top: 60px;

}



.loading-overlay-img{

    width:60px;

}



/* Position the content inside the overlay */

.loading-overlay-content {

    position: relative;

    top: 25%; /* 25% from the top */

    width: 100%; /* 100% width */

    text-align: center; /* Centered text/links */

    margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */

}



/* The navigation links inside the overlay */

.loading-overlay a {

    padding: 8px;

    text-decoration: none;

    font-size: 36px;

    color: #818181;

    display: block; /* Display block instead of inline */

    transition: 0.3s; /* Transition effects on hover (color) */

}



/* When you mouse over the navigation links, change their color */

.loading-overlay a:hover, .overlay a:focus {

    color: #f1f1f1;

}



/* Position the close button (top right corner) */

.loading-overlay .closebtn {

    position: absolute;

    top: 20px;

    right: 45px;

    font-size: 60px;

}



/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */

@media screen and (max-height: 450px) {

    .loading-overlay a {font-size: 20px}

    .loading-overlay .closebtn {

        font-size: 40px;

        top: 15px;

        right: 35px;

    }

}









.global-overlay {

    /* Height & width depends on how you want to reveal the overlay (see JS below) */

    height: 100%;

    width: 100%;

    position: fixed; /* Stay in place */

    z-index: 1000; /* Sit on top */

    left: 0;

    top: 0;

    background-color: rgb(255,255,255); /* Black fallback color */

    background-color: rgba(255,255,255, 1.0); /* Black w/opacity */

    overflow-x: hidden; /* Disable horizontal scroll */

    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */

    text-align: center;

    user-select: none;

    -moz-user-select: none;

    -khtml-user-select: none;

    -webkit-user-select: none;

    -o-user-select: none;

    padding-top: 60px;

    display: none;

}



.global-overlay .overlay-content .overlay-title {

    font-size: 18pt;

    font-weight: bold;

    color:#000

}



/* Position the close button (top right corner) */

.global-overlay .closebtn {

    position: absolute;

    top: -16px;

    right: 30px;

    font-size: 60px;

    color:#cccccc

}



/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */

@media screen and (max-height: 450px) {

    .global-overlay a {font-size: 20px}

    .global-overlay .closebtn {

        font-size: 40px;

        top: 15px;

        right: 35px;

    }

}




  /* NEW Landing Page Update May 2024 */

  .has-text-weight-semibold{
font-weight: 600 !important;
  }

  .blur-wrapper-removed{
    background: rgb(255, 255, 255);

   
-webkit-box-shadow: 0px 5px 5px 4px rgba(0,0,0,0.1);
-moz-box-shadow   : 0px 5px 5px 4px rgba(0,0,0,0.1);
box-shadow        : 0px 5px 5px 4px rgba(0,0,0,0.1);
/* box-shadow        : none; */
background: linear-gradient(0deg, rgba(255,255,255,1) 58%, rgba(255,255,255,0) 74%, rgba(255,255,255,0) 80%, rgba(255,255,255,1) 100%),
        url('../img/app3-bg2.jpg') no-repeat left top !important;
        
background-size: cover;
border: 1px solid #dadada;
border-top     : none;
    }

.padding-x12{
    padding: 0px 12px !important;
}

.no-padding{
    padding: 0px !important;
}


.red-banner{
    text-align      : center;
    height: 200px;
}

.banner-title{

}

#signUp.signUp2024{
    background-image: none;
   
}



.font-cursive{
  font-family: "Kalam", cursive;
  font-weight: 700;
}

.font-100{
    font-weight     : 100;
}


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

.bb-light-grey {
    border-bottom: 1px solid #f5f5f5
}

.dark-grey-text {
    color: #353535;
}

.dark-grey-text-medium {
    color: #282828
}

.blob-icon{
    background-image: url(../img/blob-bg.png);
    width: 100%;
    height: auto;
    /* border: 1px solid red; */
    min-height     : 121px;
    background-size: 100% 100%;
    display        : flex;
    flex-direction : column;
    justify-content: center;
    align-items    : center;
    border-radius: 57px;
}

.blob-content{
    width     : 100%;    /* Full width */
    text-align: center;  /* Center text within each child div */
}

.blob-title{
    font-weight: bold;
    font-size  : 10pt;
    
}

.blob-impact{
    font-weight: bold;
    font-size  : 14pt;
    color:#ff5d67 !important;
}

.text-red-new{
    color:#ff5d67 !important;
}

.text-white{
    color:#ffffff !important;
}

.top-promo{
    float     : right;
    text-align: center;
    position  : relative;

}

.nav-container{
    padding-left : 1rem !important;
    padding-right: 1rem !important;
}

@media screen and (min-width: 768px) {

    .nav-container{
        padding-left : 0.1rem !important;
        padding-right: 0.5rem !important;
    }

}



body.body2024 .nav-container{
    position: relative;
    z-index: 200;
    background-color: #fff;
    width: 100%;
}


body.body2024 .nav-container-sticky-spacer{
    height: 50px;
    background-color: #fff;
}


body.body2024  #signUp .check-avail {
    border-color: #fb616b !important;
    background-color: #fb616b !important;
}





.flower-box-container {
    position        : relative;
    height          : 80px;
    border          : 2px solid #d2d2d2;
    background-color: #fff;
    width           : 90%;
    margin-left     : 5%;
    margin-bottom   : 20px;
    border-radius: 13px;

}
.flower-box-absolute {
    position: absolute;
}
.flower-box-image-1 {
    top: -9px;
    left: -40px;
}

.flower-box-image-1 img{
    width: 70%;
}
.flower-box-image-2 {
    top: 36px;
    left: 2px;
}

.flower-box-image-2 img{
    width: 75%;
}
.is-centered-vertically {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.no-padding{
    padding: 0px;
  
}
.no-margin{
    margin : 0px;
}

.date-picker-control{
    position: relative;
}

.datepicker-dropdown .datepicker-picker {

    border: 2px solid #000000;
    box-shadow: 3px 6px 5px 2px rgb(10 10 10 / 50%), 0 0 0 1px rgb(10 10 10 / 50%) !important;
}

.ui-autocomplete {
    border          : 2px solid black !important;
    border-radius   : 5px  !important;
    background-color: white;
    padding         : 5px;
    z-index         : 9999;
    box-shadow: 3px 6px 5px 2px rgb(10 10 10 / 50%), 0 0 0 1px rgb(10 10 10 / 50%) !important;
  }


  body.body2024v2 #signUp{
background-image: none !important;
background-color: #ffffff;


    background-repeat: repeat-x;

  }

  .bb-grey{
    border-bottom: 1px solid #afafaf !important;
  }

  .bb-none{
    border:none !important;
  }

  body.body2024v2 #signupForm .input{
    border-width: 2px;
    border-color: #ff8585;
    box-shadow  : none;
    font-weight : normal;
    color:#000 !important;
}

  body.body2024v2 #signupForm .input:focus{
    border-color    : #db3d3d;
    box-shadow      : none;
    background-color: #ffffff !important;
    font-weight: bold;
}


/* Custom CSS for placeholder color */
.input::placeholder {
    color: #a2a2a2; /* Change this to your desired color */
    opacity: 1; /* Ensure the color is fully opaque */
  }

  /* For Internet Explorer 10-11 */
  .input:-ms-input-placeholder {
    color: #a2a2a2;
  }

  /* For Microsoft Edge */
  .input::-ms-input-placeholder {
    color: #a2a2a2;
  }


  body.body2024v2{

    font-family: "Poppins", sans-serif !important;

}

.fw-400{
    font-weight: 400 !important;
}

.fw-600{
    font-weight: 600 !important;
}

.fw-700{
    font-weight: 700 !important;
}

.navbar-item img {
    max-height: 2.2rem !important;
}


.gradient-border {
  position: relative;
  z-index: 1;
  border: none;
  background-color: white; /* or keep transparent if needed */
  color: #333; /* your text color */
  border-radius: 30px; /* match your existing buttons (fully rounded) */
  padding: 0.75em 1em; /* keep spacing */
  overflow: hidden;
}

.gradient-border::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 3px; /* border thickness */
  background: linear-gradient(45deg, #ff56f8, #56ffaf); /* your gradient */
  border-radius: 30px;
  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  z-index: -1;
}

.gradient-border.pay-mode-btn:hover {
 color: #ff0000;
    background-color: #ffeded;
    border: 1px solid #f4415400;
}

.new-badge {

  background-color: #ffeb3b; /* yellow highlight */
  color: #333;
  font-weight: bold;
  font-size: 0.65em;
  padding: 2px 6px;
  border-radius: 8px;
  margin-left: 8px;
  vertical-align: middle;
  box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}







/* TABLE CSS START */
.table.deep-gry-text {
  border-collapse: collapse;
  width: 98%;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  font-family: 'Poppins', sans-serif; /* optional modern font */
  font-size: 15px;
}

.table.deep-gry-text thead th {
  background: linear-gradient(90deg, #ff3b5c, #ff6f61);
  color: #fff;
  font-weight: 600;
  padding: 14px 10px;
  font-size: 12px;
  text-align: left;
  min-width: 80px;
  text-align: center !important;
}

.table.deep-gry-text tbody td {
  padding: 14px 10px;
  border-bottom: 1px solid #f0f0f0;
  color: #333;
  font-weight: 500;
  text-align: center !important;
}

.table.deep-gry-text tbody td:first-child {
  
  text-align: left !important;
}

.table.deep-gry-text tbody tr:last-child td {
  border-bottom: none;
}

.table.deep-gry-text tbody tr:nth-child(even) {
  background: #fafafa;
}

.table.deep-gry-text tbody tr:hover {
  background: #fff6f6;
  transition: 0.2s ease;
}

.table.deep-gry-text td:last-child,
.table.deep-gry-text th:last-child {
  text-align: right;
}

.table.deep-gry-text td:first-child,
.table.deep-gry-text th:first-child {
  padding-left: 16px;
}

/* Mobile responsiveness */
@media (max-width: 480px) {
  .table.deep-gry-text {
      font-size: 12px;
  }

  .table.deep-gry-text thead th {
    padding: 12px 8px;
    font-size: 12px;
  }

  .table.deep-gry-text tbody td {
    padding: 12px 8px;
  }
}

/* TABLE CSS END */
/* v3 wedding details modal / fast signup helpers */
.cp-photographer-search-field.is-hidden,
.cp-photographer-search-field[style*="display: none"] {
  display: none !important;
}

.cp-wedding-details-modal-card {
  max-width: 520px;
  width: calc(100% - 30px);
}

.cp-wedding-details-modal-card .modal-card-head {
  background: #fff4f0;
  border-bottom: 1px solid #f3d5ca;
}

.cp-wedding-details-modal-card .modal-card-title {
  color: #1f1f1f;
  font-weight: 700;
}

.cp-wedding-details-submit {
  width: 100%;
  border-radius: 999px;
}


/* v4 wedding details modal fixes */
.cp-wedding-details-modal-card .modal-card-body {
  overflow: visible;
}

#weddingDetailsModal .cp-wedding-details-date-control {
  position: relative;
}

.datepicker,
.datepicker-dropdown {
  z-index: 100000 !important;
}

@media (max-width: 768px) {
  .cp-wedding-details-modal-card {
    max-height: calc(100vh - 40px);
  }

  .cp-wedding-details-modal-card .modal-card-body {
    max-height: calc(100vh - 150px);
    overflow-y: auto;
    overflow-x: visible;
  }
}


/* v5 wedding details modal context copy and emphasis */
#weddingDetailsModal .cp-wedding-details-modal-card .modal-card-title {
  line-height: 1.25;
}

#weddingDetailsModal .cp-wedding-details-title-text {
  display: block;
}

#weddingDetailsModal .cp-wedding-details-step {
  display: inline-block;
  margin-bottom: 8px;
  padding: 4px 10px;
  border-radius: 999px;
  background: #fb616b;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

#weddingDetailsModal.cp-wedding-details-order-complete .modal-card-head {
  background: #fff0ec;
  border-bottom: 1px solid #ffc9bd;
}

#weddingDetailsModal.cp-wedding-details-order-complete .modal-card-title {
  color: #1f1f1f;
}

#weddingDetailsModal.cp-wedding-details-order-complete #weddingDetailsModalBody {
  background: #fff4f1;
  border-left: 4px solid #fb616b;
  border-radius: 12px;
  color: #1f1f1f;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.55;
  margin-bottom: 20px !important;
  padding: 16px 18px;
}

#weddingDetailsModal.cp-wedding-details-order-review #weddingDetailsModalBody {
  color: #374151;
  font-size: 17px;
  line-height: 1.55;
}

#weddingDetailsModal #weddingDetailsModalButton {
  font-weight: 800;
  letter-spacing: 0.06em;
}

@media (max-width: 768px) {
  #weddingDetailsModal.cp-wedding-details-order-complete #weddingDetailsModalBody {
    font-size: 16px;
    padding: 14px 15px;
  }

  #weddingDetailsModal .cp-wedding-details-step {
    font-size: 11px;
  }
}

/* v6 refreshed signup landing page and confirmation modal polish */
body.body2024v2 #signUp.cp-signup-landing {
  background: #fff7f4 !important;
  min-height: calc(100vh - 80px);
}

.cp-signup-hero-section {
  background:
    radial-gradient(circle at 18% 10%, rgba(251, 97, 107, 0.08), transparent 28%),
    linear-gradient(180deg, #fffaf8 0%, #ffffff 100%);
}

.cp-signup-landing-container {
  max-width: 1180px !important;
  margin: 0 auto;
}

.cp-signup-landing-card {
  display: grid;
  grid-template-columns: minmax(320px, 0.92fr) minmax(390px, 1.08fr);
  overflow: hidden;
  border: 1px solid rgba(251, 97, 107, 0.18);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 28px 75px rgba(31, 31, 31, 0.10);
}

.cp-signup-landing-visual {
  position: relative;
  min-height: 720px;
  background: #111;
}

.cp-signup-hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.cp-signup-landing-visual:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.08) 0%, rgba(0,0,0,0.56) 100%);
}

.cp-signup-visual-overlay {
  position: absolute;
  left: 34px;
  right: 34px;
  bottom: 34px;
  z-index: 2;
  color: #fff;
}

.cp-signup-visual-kicker {
  margin-bottom: 8px;
  color: #ff6874;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.cp-signup-visual-overlay h2 {
  margin: 0 0 10px;
  color: #fff;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.02;
  font-weight: 500;
}

.cp-signup-visual-overlay p {
  max-width: 460px;
  color: rgba(255,255,255,0.90);
  font-size: 15px;
  line-height: 1.65;
}

.cp-signup-landing-main {
  padding: 46px 54px 34px;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.98), rgba(255,255,255,0.90)),
    radial-gradient(circle at 100% 0%, rgba(251, 97, 107, 0.08), transparent 35%);
}

.cp-signup-heading-area {
  max-width: 680px;
  margin: 0 auto 18px;
}

.cp-signup-title {
  margin: 0 0 12px !important;
  color: #fb616b !important;
  font-family: "Poppins", sans-serif !important;
  font-size: clamp(34px, 4vw, 52px) !important;
  font-weight: 800 !important;
  line-height: 1.05 !important;
}

.cp-signup-subtitle,
.cp-signup-help-copy {
  max-width: 720px;
  margin: 0 auto 12px !important;
  color: #1f1f1f !important;
  font-size: 17px !important;
  line-height: 1.5 !important;
}

.cp-signup-help-copy {
  font-size: 14px !important;
  padding: 0 !important;
  border: none !important;
}

.cp-signup-form {
  max-width: 620px;
  margin: 22px auto 24px;
}

body.body2024v2 #signupForm .input,
body.body2024v2 #signUp #signupForm .input {
  width: 100% !important;
  height: 54px;
  border: 2px solid rgba(251, 97, 107, 0.72) !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,0.92) !important;
  box-shadow: none !important;
  font-size: 16px;
  padding-left: 20px;
}

body.body2024v2 #signupForm .input:focus,
body.body2024v2 #signUp #signupForm .input:focus {
  border-color: #fb616b !important;
  box-shadow: 0 0 0 4px rgba(251, 97, 107, 0.12) !important;
  font-weight: 500 !important;
}

body.body2024v2 #signUp .check-avail,
body.body2024v2 #signupForm .check-avail {
  width: 100% !important;
  min-height: 56px;
  border: none !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #ff6b73 0%, #ef3f55 100%) !important;
  color: #fff !important;
  font-size: 17px;
  font-weight: 800;
  box-shadow: 0 16px 30px rgba(239, 63, 85, 0.22);
}

.cp-signup-consent-field {
  max-width: 600px;
  margin: 12px auto 18px;
}

.cp-signup-consent-control {
  width: 100% !important;
  left: auto !important;
  margin-bottom: 6px;
  color: #4b5563;
  font-size: 12px !important;
  line-height: 1.4;
  text-align: left;
}

.cp-signup-offer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 24px 0 22px;
}

.cp-signup-offer-card {
  padding: 17px 14px;
  border: 1px solid rgba(251, 97, 107, 0.20);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(31,31,31,0.06);
  text-align: center;
}

.cp-signup-offer-label {
  display: block;
  margin-bottom: 6px;
  color: #fb616b;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2;
}

.cp-signup-offer-detail {
  display: block;
  color: #1f1f1f;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

.cp-signup-recognition {
  margin: 28px auto 18px;
  padding: 18px 24px;
  border-radius: 20px;
  background: #ffece5;
}

.cp-signup-recognition img {
  display: block;
  width: 100%;
  max-width: 780px;
  height: auto;
  margin: 0 auto;
}

.cp-signup-footer-mini {
  padding: 12px 0 0;
  color: #4b5563;
}

.cp-signup-footer-mini .is-size-3 {
  font-size: 27px !important;
}

/* v6 confirmation wedding details modal copy */
#weddingDetailsModal.cp-wedding-details-order-complete .cp-wedding-details-step-success {
  background: #18a058;
  color: #fff;
}

#weddingDetailsModal.cp-wedding-details-order-complete .cp-wedding-details-success-line {
  color: #11884a;
  font-weight: 900;
}

@media (max-width: 1023px) {
  .cp-signup-landing-card {
    grid-template-columns: 1fr;
  }

  .cp-signup-landing-visual {
    min-height: 360px;
  }

  .cp-signup-landing-main {
    padding: 34px 28px 28px;
  }
}

@media (max-width: 640px) {
  .cp-signup-hero-section {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .cp-signup-landing-card {
    border-radius: 22px;
  }

  .cp-signup-landing-visual {
    min-height: 285px;
  }

  .cp-signup-visual-overlay {
    left: 22px;
    right: 22px;
    bottom: 22px;
  }

  .cp-signup-visual-overlay h2 {
    font-size: 32px;
  }

  .cp-signup-landing-main {
    padding: 28px 18px 24px;
  }

  .cp-signup-title {
    font-size: 34px !important;
  }

  .cp-signup-subtitle,
  .cp-signup-help-copy {
    font-size: 14px !important;
  }

  .cp-signup-offer-grid {
    grid-template-columns: 1fr;
  }

  .cp-signup-recognition {
    padding: 14px;
  }
}

/* v7 global signup visual refresh: header, landing copy, packages, review, photographers, confirmation */
:root {
  --cp-coral: #fb616b;
  --cp-coral-dark: #ef3f55;
  --cp-bg-soft: #fff7f4;
  --cp-bg-strip: #ffece5;
  --cp-border-soft: rgba(251, 97, 107, 0.20);
  --cp-text-dark: #161824;
  --cp-text-muted: #5f6678;
  --cp-shadow-card: 0 18px 45px rgba(31, 31, 31, 0.08);
}

html,
body.body2024v2 {
  background: var(--cp-bg-soft) !important;
}

body.body2024v2 .nav-container {
  width: 100%;
  min-height: 76px;
  display: flex;
  align-items: center;
  background: #ffffff !important;
  border-bottom: 1px solid #f4cfc4;
  box-shadow: 0 8px 26px rgba(31,31,31,0.04);
  position: relative;
  z-index: 50;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

body.body2024v2 .nav-container .columns {
  width: 100%;
  margin: 0 !important;
}

body.body2024v2 .navbar-item img {
  max-height: 52px;
}

body.body2024v2 .top-promo {
  padding-right: 16px;
}

body.body2024v2 .top-promo .blob-impact {
  font-size: 20px;
  line-height: 1.05;
  font-weight: 900;
}

body.body2024v2 .top-promo .blob-title {
  color: #232733;
  font-weight: 700;
  font-size: 13px;
}

body.body2024v2 > section.section.py-3.px-0:not(.cp-signup-hero-section) {
  background: #fff !important;
  border-bottom: 1px solid rgba(244, 207, 196, 0.82);
}

body.body2024v2 #signUp.cp-signup-landing,
body.body2024v2 #selectPackage,
body.body2024v2 #orderReview,
body.body2024v2 #photographerLanding,
body.body2024v2 #orderComplete {
  background: var(--cp-bg-soft) !important;
}

.cp-signup-visual-overlay p {
  font-size: 16px;
  line-height: 1.6;
}

.cp-signup-disclosure-small {
  max-width: 610px;
  margin: 12px auto 0;
  color: #7a8191;
  font-size: 10.5px;
  line-height: 1.45;
  text-align: center;
}

.cp-signup-footer-mini .is-size-3,
.cp-signup-footer-mini .is-size-3 a {
  color: #161824 !important;
  font-weight: 700;
  letter-spacing: 0.01em;
}

/* Package selection redesign */
body.body2024v2 #selectPackage .sticky-nav,
body.body2024v2 #orderReview .sticky-nav,
body.body2024v2 #photographerLanding .sticky-nav {
  background: #fff !important;
  border-bottom: 1px solid #f4cfc4 !important;
  box-shadow: 0 10px 30px rgba(31,31,31,0.04);
}

body.body2024v2 #selectPackage .sticky-nav h4,
body.body2024v2 #orderReview .sticky-nav h4,
body.body2024v2 #photographerLanding .sticky-nav h4 {
  color: var(--cp-coral) !important;
  font-weight: 900 !important;
  letter-spacing: -0.02em;
}

body.body2024v2 .package-section {
  min-height: 88vh;
  padding: 52px 22px !important;
  background:
    radial-gradient(circle at 15% 0%, rgba(251,97,107,0.08), transparent 34%),
    linear-gradient(180deg, #fff7f4 0%, #fffaf8 100%) !important;
}

body.body2024v2 .packagesDiv {
  align-items: stretch;
  row-gap: 26px;
}

body.body2024v2 .packagesDiv > .column {
  display: flex;
}

body.body2024v2 .package-column {
  width: 100%;
  min-height: 100%;
  margin: 0 !important;
  padding: 28px 26px 24px !important;
  background: #fff !important;
  background-image: none !important;
  border: 1px solid rgba(251, 97, 107, 0.18) !important;
  border-radius: 24px !important;
  box-shadow: var(--cp-shadow-card) !important;
  position: relative;
  overflow: hidden;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

body.body2024v2 .package-column:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: linear-gradient(90deg, #ff8b93 0%, #ef3f55 100%);
}

body.body2024v2 .package-column:after {
  content: "Wedding Package";
  position: absolute;
  top: 18px;
  right: 20px;
  color: rgba(251,97,107,0.42);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

body.body2024v2 .package-column:hover {
  transform: translateY(-5px);
  border-color: rgba(251, 97, 107, 0.38) !important;
  box-shadow: 0 26px 60px rgba(31,31,31,0.12) !important;
}

body.body2024v2 .package-column .price {
  margin: 6px 0 30px !important;
  color: var(--cp-coral) !important;
  font-size: clamp(36px, 3.2vw, 48px) !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  letter-spacing: -0.03em;
}

body.body2024v2 .package-column .price span {
  font-size: .72em;
}

body.body2024v2 .pkg-title {
  min-height: 58px !important;
  max-height: none !important;
  margin-bottom: 16px !important;
  color: var(--cp-text-dark) !important;
  font-size: 20px !important;
  font-weight: 850 !important;
  line-height: 1.22 !important;
}

body.body2024v2 .pkg-description {
  min-height: 130px;
  max-height: 130px;
  color: #5f6678 !important;
  font-size: 15px;
  line-height: 1.45;
}

body.body2024v2 .slct-pkg-btn {
  min-width: 160px;
  padding: 11px 34px !important;
  border: none !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #ff6b73 0%, #ef3f55 100%) !important;
  color: #fff !important;
  box-shadow: 0 14px 28px rgba(239, 63, 85, 0.20);
  font-weight: 900 !important;
}

body.body2024v2 .package-column .view-modal-button,
body.body2024v2 .package-column .pay-modal-button {
  color: #4f5668 !important;
  font-size: 12px !important;
}

/* Order review redesign */
body.body2024v2 #orderReview > section.section.py-6,
body.body2024v2 #orderReview > section.section.py-6.px-0 {
  background:
    radial-gradient(circle at 15% 4%, rgba(251, 97, 107, 0.08), transparent 35%),
    linear-gradient(180deg, #fff7f4 0%, #fffaf8 100%) !important;
  padding-top: 42px !important;
}

body.body2024v2 #orderReview .column.is-8.is-offset-2 > .columns,
body.body2024v2 #orderReview .column.is-10.is-offset-1 > .columns.mt-5 {
  background: #fff;
  border: 1px solid rgba(251, 97, 107, 0.17);
  border-radius: 26px;
  box-shadow: var(--cp-shadow-card);
  padding: 26px;
}

body.body2024v2 #orderReview .column.is-8.is-offset-2 > .columns {
  text-align: center;
}

body.body2024v2 #orderReview .pay-mode-btn {
  height: 46px;
  border: 1px solid rgba(251, 97, 107, 0.34) !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: #252936 !important;
  font-weight: 800 !important;
  box-shadow: none !important;
  transition: all .2s ease;
}

body.body2024v2 #orderReview .pay-mode-btn:hover,
body.body2024v2 #orderReview .pay-mode-btn.active-link {
  background: linear-gradient(135deg, #ff6b73 0%, #ef3f55 100%) !important;
  color: #fff !important;
  border-color: transparent !important;
  box-shadow: 0 13px 26px rgba(239, 63, 85, 0.18) !important;
}

body.body2024v2 #orderReview .gradient-border {
  border: 2px solid #55e0ab !important;
}

body.body2024v2 #orderReview .new-badge {
  background: #ffe94a;
  color: #1f1f1f;
  border-radius: 999px;
  padding: 2px 7px;
  font-size: 10px;
  margin-left: 8px;
}

body.body2024v2 #orderReview .pay-mode-details {
  background: #fff;
  border: 1px solid rgba(251,97,107,0.14);
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(31,31,31,0.05);
  padding: 18px 20px !important;
}

body.body2024v2 #orderReview .pay-mode-details > .column:first-child p {
  color: var(--cp-coral);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 12px;
}

body.body2024v2 #orderReview #btnSelectPhotog,
body.body2024v2 #orderReview #btnEditOrder,
body.body2024v2 #orderReview #removeCouponDisc {
  color: var(--cp-coral) !important;
  font-weight: 800;
}

body.body2024v2 #orderReview .apply-btn,
body.body2024v2 #orderReview #orderApplyCouponDisc {
  border: none !important;
  border-radius: 999px !important;
  background: #111827 !important;
  color: #fff !important;
  padding: 10px 28px !important;
  font-weight: 800 !important;
}

body.body2024v2 #orderReview .coupon-code-input {
  border: 1px solid rgba(251,97,107,0.22) !important;
  border-radius: 999px !important;
  box-shadow: none !important;
}

body.body2024v2 #orderReview iframe#ccProcessorFrame {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow: hidden;
  width: 100% !important;
  display: block;
}

body.body2024v2 #orderReview #ccProcessorForm + iframe#ccProcessorFrame {
  max-width: 100% !important;
  margin: 0 auto !important;
}

/* Photographer selection color refresh */
body.body2024v2 #photographerLanding > section.section.py-3.px-0:not(.sticky-nav) {
  background:
    radial-gradient(circle at 10% 0%, rgba(251,97,107,0.08), transparent 34%),
    linear-gradient(180deg, #fff7f4 0%, #fffaf8 100%) !important;
}

body.body2024v2 #photographerLanding .details-wrapper {
  background: transparent !important;
}

body.body2024v2 #photographerLanding .photgrapher-area,
body.body2024v2 #photographerLanding .right-column {
  background: rgba(255,255,255,0.84) !important;
}

body.body2024v2 #photographerLanding .right-column {
  border-left: 1px solid rgba(251,97,107,0.20) !important;
}

body.body2024v2 #photographerLanding .found-text,
body.body2024v2 #photographerLanding .profile-name,
body.body2024v2 #photographerLanding .galleryImagesHeading,
body.body2024v2 #photographerLanding .galleryVideosHeading {
  color: var(--cp-text-dark) !important;
}

body.body2024v2 #photographerLanding .profile-rating .fa-heart,
body.body2024v2 #photographerLanding .profile-rating .fa-heart-o,
body.body2024v2 #photographerLanding .isphotog .fa-heart,
body.body2024v2 #photographerLanding .isphotog .fa-heart-o {
  color: var(--cp-coral) !important;
}

body.body2024v2 #photographerLanding .small-btn,
body.body2024v2 #photographerLanding .btnSelectPhotographer,
body.body2024v2 #photographerLanding .selct-photographer-btn {
  border: none !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #ff6b73 0%, #ef3f55 100%) !important;
  color: #fff !important;
  box-shadow: 0 12px 25px rgba(239,63,85,0.18);
}

body.body2024v2 #photographerLanding .decide-btn {
  border: 1px solid rgba(17,24,39,0.14) !important;
  border-radius: 999px !important;
  background: #111827 !important;
  color: #fff !important;
}

/* Order complete color refresh */
body.body2024v2 #orderComplete {
  background:
    radial-gradient(circle at 16% 0%, rgba(251,97,107,0.08), transparent 34%),
    linear-gradient(180deg, #fff7f4 0%, #fffaf8 100%) !important;
  min-height: 100vh;
}

body.body2024v2 #orderComplete .order-complete-title,
body.body2024v2 #orderComplete h2,
body.body2024v2 #orderComplete h3,
body.body2024v2 #orderComplete h4 {
  color: var(--cp-text-dark);
}

body.body2024v2 #orderComplete .deep-pink-text,
body.body2024v2 #orderComplete .fa-heart,
body.body2024v2 #orderComplete .fa-heart-o {
  color: var(--cp-coral) !important;
}

body.body2024v2 #orderComplete .pay-mode-details,
body.body2024v2 #orderComplete #addons,
body.body2024v2 #orderComplete .order-complete-card,
body.body2024v2 #orderComplete .columns.has-background-white,
body.body2024v2 #orderComplete .white-bg {
  background: #fff !important;
  border: 1px solid rgba(251,97,107,0.15) !important;
  border-radius: 20px !important;
  box-shadow: 0 12px 28px rgba(31,31,31,0.05) !important;
}

body.body2024v2 #orderComplete .apply-btn,
body.body2024v2 #orderComplete .btnAddAddon,
body.body2024v2 #orderComplete .btnSkipAddon {
  border: none !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #ff6b73 0%, #ef3f55 100%) !important;
  color: #fff !important;
  padding: 10px 24px;
  font-weight: 800;
}

body.body2024v2 #orderComplete .btnSkipAddon {
  background: #111827 !important;
}

/* Wedding details modal polish */
#weddingDetailsModal.cp-wedding-details-order-complete .cp-wedding-details-step-success {
  background: #18a058 !important;
  color: #fff !important;
}

#weddingDetailsModal.cp-wedding-details-order-complete .cp-wedding-details-success-line {
  color: #11884a !important;
}

#weddingDetailsModal .cp-wedding-details-title-text {
  display: block;
}

/* remove HelpScout visual in case cached script is present */
iframe[src*="helpscout"],
iframe[src*="beacon-v2.helpscout"],
#beacon-container,
.BeaconFabButtonFrame,
.BeaconContainer {
  display: none !important;
  visibility: hidden !important;
}

@media (max-width: 1023px) {
  body.body2024v2 .packagesDiv > .column.is-3 {
    width: 50% !important;
    flex: none;
  }

  body.body2024v2 #orderReview .column.is-10.is-offset-1,
  body.body2024v2 #orderReview .column.is-8.is-offset-2 {
    width: 100% !important;
    margin-left: 0 !important;
  }
}

@media (max-width: 768px) {
  body.body2024v2 .nav-container {
    min-height: 64px;
  }

  body.body2024v2 .navbar-item img {
    max-height: 44px;
  }

  body.body2024v2 .top-promo .blob-impact {
    font-size: 16px;
  }

  body.body2024v2 .top-promo .blob-title {
    font-size: 11px;
  }

  body.body2024v2 .package-section {
    padding: 28px 12px !important;
  }

  body.body2024v2 .packagesDiv > .column.is-3 {
    width: 100% !important;
  }

  body.body2024v2 .package-column {
    padding: 24px 20px !important;
  }

  body.body2024v2 #orderReview .column.is-8.is-offset-2 > .columns,
  body.body2024v2 #orderReview .column.is-10.is-offset-1 > .columns.mt-5 {
    padding: 18px;
    border-radius: 20px;
  }

  body.body2024v2 #orderReview .pay-mode-btn {
    margin-bottom: 8px;
  }

  body.body2024v2 #orderReview iframe#ccProcessorFrame {
    margin-top: 20px;
  }
}

/* v10 order review alignment and greeting cleanup */
@media (min-width: 769px) {
  body.body2024v2 #orderReview .column.is-8.is-offset-2,
  body.body2024v2 #orderReview .column.is-10.is-offset-1 {
    flex: none !important;
    width: calc(100% - 48px) !important;
    max-width: 1120px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

body.body2024v2 #headCustomerSummary {
  min-height: 24px;
}
