 .tabs-nav {
     overflow-x: auto;
     /* Allow horizontal scrolling */
     white-space: nowrap;
     /* Prevent tabs from wrapping */
 }
 
 .tabs-nav li {
     display: inline-block;
     /* Ensure tabs are inline for horizontal scrolling */
 }
 /*.tabs-nav li.active span {
                border-bottom: 2px solid #FB497D;
                padding-bottom: 29px;
            }*/
 
 .glyphicon-chevron-left:before {
     content: "\e079"
 }
 
 .glyphicon-chevron-right:before {
     content: "\e080"
 }
 
 .container {
     padding-right: 15px;
     padding-left: 15px;
     margin-right: auto;
     margin-left: auto
 }
 
 @media (min-width:768px) {
     .container {
         width: 750px
     }
 }
 
 @media (min-width:992px) {
     .container {
         width: 970px
     }
 }
 
 @media (min-width:1200px) {
     .container {
         width: 1170px
     }
 }
 
 .container-fluid {
     padding-right: 15px;
     padding-left: 15px;
     margin-right: auto;
     margin-left: auto
 }
 
 .carousel {
     position: relative
 }
 
 .carousel-inner {
     position: relative;
     width: 100%;
     overflow: hidden;
     height: auto !important;
 }
 
 .carousel-inner>.item {
     position: relative;
     display: none;
     -webkit-transition: .6s ease-in-out left;
     -o-transition: .6s ease-in-out left;
     transition: .6s ease-in-out left
 }
 
 .carousel-inner>.item>img,
 .carousel-inner>.item>a>img {
     line-height: 1
 }
 
 @media all and (transform-3d),
 (-webkit-transform-3d) {
     .carousel-inner>.item {
         -webkit-transition: -webkit-transform .6s ease-in-out;
         -o-transition: -o-transform .6s ease-in-out;
         transition: transform .6s ease-in-out;
         -webkit-backface-visibility: hidden;
         backface-visibility: hidden;
         -webkit-perspective: 1000;
         perspective: 1000
     }
     .carousel-inner>.item.next,
     .carousel-inner>.item.active.right {
         left: 0;
         -webkit-transform: translate3d(100%, 0, 0);
         transform: translate3d(100%, 0, 0)
     }
     .carousel-inner>.item.prev,
     .carousel-inner>.item.active.left {
         left: 0;
         -webkit-transform: translate3d(-100%, 0, 0);
         transform: translate3d(-100%, 0, 0)
     }
     .carousel-inner>.item.next.left,
     .carousel-inner>.item.prev.right,
     .carousel-inner>.item.active {
         left: 0;
         -webkit-transform: translate3d(0, 0, 0);
         transform: translate3d(0, 0, 0)
     }
 }
 
 .carousel-inner>.active,
 .carousel-inner>.next,
 .carousel-inner>.prev {
     display: block
 }
 
 .carousel-inner>.active {
     left: 0
 }
 
 .carousel-inner>.next,
 .carousel-inner>.prev {
     position: absolute;
     top: 0;
     width: 100%
 }
 
 .carousel-inner>.next {
     left: 100%
 }
 
 .carousel-inner>.prev {
     left: -100%
 }
 
 .carousel-inner>.next.left,
 .carousel-inner>.prev.right {
     left: 0
 }
 
 .carousel-inner>.active.left {
     left: -100%
 }
 
 .carousel-inner>.active.right {
     left: 100%
 }
 
 .carousel-control:hover,
 .carousel-control:focus {
     color: #fff;
     text-decoration: none;
     filter: alpha(opacity=90);
     outline: 0;
     opacity: .9
 }
 
 .carousel-control .icon-prev,
 .carousel-control .icon-next,
 .carousel-control .glyphicon-chevron-left,
 .carousel-control .glyphicon-chevron-right {
     z-index: 5;
     display: inline-block
 }
 
 .carousel-control .icon-prev,
 .carousel-control .glyphicon-chevron-left {
     margin-left: -10px
 }
 
 .carousel-control .icon-next,
 .carousel-control .glyphicon-chevron-right {}
 
 .carousel-control .icon-prev,
 .carousel-control .icon-next {
     width: 20px;
     height: 20px;
     margin-top: -10px;
 }
 
 .carousel-control .icon-prev:before {
     content: '\2039'
 }
 
 .carousel-control .icon-next:before {
     content: '\203a'
 }
 
 .carousel-indicators {
     position: absolute;
     bottom: 10px;
     left: 50%;
     z-index: 15;
     width: 60%;
     padding-left: 0;
     margin-left: -30%;
     text-align: center;
     list-style: none
 }
 
 .carousel-indicators li {
     display: inline-block;
     width: 10px;
     height: 10px;
     margin: 1px;
     text-indent: -999px;
     cursor: pointer;
     background-color: #000 \9;
     background-color: rgba(0, 0, 0, 0);
     border: 1px solid #fff;
     border-radius: 10px
 }
 
 .carousel-indicators .active {
     width: 12px;
     height: 12px;
     margin: 0;
     background-color: #fff
 }
 
 .carousel-caption {
     position: absolute;
     right: 15%;
     bottom: 20px;
     left: 15%;
     z-index: 10;
     padding-top: 20px;
     padding-bottom: 20px;
     color: #fff;
     text-align: center;
     text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
 }
 
 .carousel-caption .btn {
     text-shadow: none
 }
 
 #custom_carousel .item {
     color: #000;
     /*background-image: linear-gradient(90deg, rgba(253, 105, 132, 0.08) 0%, rgba(247, 158, 129, 0.08) 100%);
                */
     padding: 0px;
     background: #fff5f4;
     height: 100vh;
     align-items: center;
     justify-content: center;
 }
 
 #custom_carousel .controls {
     max-height: 100px;
     overflow-x: auto;
     overflow-y: hidden;
     padding: 0;
     margin: 0;
     white-space: nowrap;
     text-align: center;
     position: relative;
     padding-top: 0px;
     padding-bottom: 10px;
     width: 95%;
     margin: 0px auto;
     background-color: rgba(255, 255, 255, 0.8);
     fill: #fff;
     box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
     border-radius: 60px;
     margin-top: -125px;
     max-width: 1780px;
     margin-bottom: 40px;
 }
 
 #custom_carousel .controls li {
     padding-top: 10px;
     display: table-cell;
     width: 1%;
     max-width: 90px;
     align-items: center;
     justify-content: center;
     text-align: center;
     padding-top: 25px;
     padding-bottom: 30px;
 }
 
 ul.tabs-nav {
     margin: 0px;
     padding: 0px;
     cursor: pointer;
 }
 
 ul.tabs-nav li:not(:last-child) {
     border-right: 1px solid #D3BDBB;
 }
 
 #custom_carousel .controls li.active {
     background-color: transparent;
     /*border-bottom: 2px solid #FB497D;
                */
     color: #FB497D !important;
 }
 
 #custom_carousel .controls a small {
     overflow: hidden;
     display: block;
     margin-top: 5px;
     font-weight: bold
 }
 /*    .tab-slider-slides-wrapper {
                display: flex !important;
                align-content: space-between;
                align-items: center;
                justify-content: center;
                text-align: left !important;
                height: 65vh;
            }
            */
 
 .tab-slider-content-div {
     margin: 30px !important;
     width: 50%;
 }
 
 .tab-slider-img-div {
     width: 50%;
 }
 
 .tab-slider-slides-wrapper .tab-slider-content-div .tab-slider-content-div-head {
     font-size: 3.5rem;
     font-weight: 700;
     line-height: 5.5rem;
     font-family: "Playfair Display";
     color: #000;
 }
 
 .tab-slider-slides-wrapper .tab-slider-content-div .tab-slider-content-div-para {
     font-family: "Poppins", sans-serif;
     color: #000;
     /* text-align: left;
                */
     line-height: 2rem;
     font-weight: 400;
     font-size: 1.75rem;
 }
 
 .center-text {
     display: flex;
     justify-content: center;
     /* Centers horizontally */
     align-items: center;
     /* Centers vertically */
     /* Ensure the container has a height */
     text-align: center;
     /* Ensures the text is centered inside */
 }
 
 .carousel-control {
     height: 1px;
     bottom: 0;
     left: 0;
     width: 100%;
     font-size: 20px;
     color: #fff;
     text-align: center;
     text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
     filter: alpha(opacity=50);
     opacity: 100%;
     z-index: 1;
 }
 
 img.glyphicon.glyphicon-chevron-lef {
     cursor: pointer;
     position: absolute;
     left: 2%;
     top: 35%;
     width: 25px;
 }
 
 img.glyphicon.glyphicon-chevron-right {
     cursor: pointer;
     position: absolute;
     top: 35%;
     right: 2%;
     width: 25px;
 }
 
 .app-redirection-link-img {
     z-index: 12;
     color: rgb(255, 255, 255);
     width: 209.995px;
     height: 64.3851px;
     min-height: 0px;
     min-width: 0px;
     max-height: none;
     max-width: none;
     transform-origin: 50% 50%;
     opacity: 1;
     transform: translate(0px, 0px);
     visibility: visible;
 }
 
 .app-redirection-link-img-wrapper {
     gap: 10px;
     display: flex;
     margin: 20px 0px 20px 0px;
 }
 
 @media screen and (max-width: 2560px) and (min-width:2556px) {
     .carousel-control {}
 }
 
 @media screen and (min-width: 2555px) and (max-width: 2555px) {
     .carousel-control {}
 }
 
 @media screen and (min-width:1025px) and (max-width:1249px) {
     img.glyphicon.glyphicon-chevron-lef {
         /* width: 15px;*/
         position: absolute;
         left: 10px;
         top: 35%;
     }
     img.glyphicon.glyphicon-chevron-right {
         margin-right: 0px !important;
         /*  width: 15px;
                */
         position: absolute;
         top: 35%;
         right: 10px;
     }
     .carousel-control {}
 }
 
 @media screen and (min-width:1440px) and (max-width:1700px) {
     img.glyphicon.glyphicon-chevron-lef {
         position: absolute;
         left: 20px;
         top: 35%;
     }
     img.glyphicon.glyphicon-chevron-right {
         position: absolute;
         top: 35%;
         right: 20px;
     }
     .carousel-control {}
 }
 
 @media screen and (min-width: 769px) and (max-width: 1024px) {
     .item .tab-slider-single-slide-wrapper .third-slide-wrapper .tab-slider-img-div img {
         width: 28%;
     }
     .item .tab-slider-single-slide-wrapper .second-slide-wrapper .tab-slider-img-div img {
         width: 65% !important;
     }
     .tab-slider-slides-wrapper .tab-slider-content-div .tab-slider-content-div-head {
         font-size: 2.5rem !important;
         font-weight: 800;
         line-height: 3rem !important;
         margin-bottom: 10px;
         padding: 0px;
     }
     .app-redirection-link-img-wrapper {
         margin: 2px 0px 2px 0px;
     }
     #custom_carousel .controls li {
         max-width: 100%;
         padding-left: 10px;
         padding-right: 10px;
     }
     img.glyphicon.glyphicon-chevron-lef,
     img.glyphicon.glyphicon-chevron-right {
         width: 15px;
     }
     #custom_carousel .controls li .text-center {
         font-size: 12px;
     }
     .carousel-control {}
     img.glyphicon.glyphicon-chevron-right {
         position: absolute;
         top: 35%;
         right: 10px;
     }
     img.glyphicon.glyphicon-chevron-lef {
         position: absolute;
         top: 35%;
         right: 15px;
     }
 }
 
 @media screen and (min-width:500px) and (max-width:768px) {
     .tab-slider-slides-wrapper .tab-slider-content-div .tab-slider-content-div-head {
         font-size: 3.5rem !important;
         line-height: 4.5rem !important;
         text-align: center;
         margin-bottom: 30px !important;
     }
     .carousel-control {}
     img.glyphicon.glyphicon-chevron-right {
         width: 20px;
         position: absolute;
         top: 35%;
         right: 7%;
     }
     img.glyphicon.glyphicon-chevron-lef {
         width: 20px;
         position: absolute;
         left: 7%;
         top: 35%;
     }
     #custom_carousel .controls li {
         width: 100%;
         max-width: 100%;
         padding-left: 0px;
         padding-right: 0px;
         display: none;
     }
     #custom_carousel .controls li.active {
         background-color: transparent;
         color: #FB497D !important;
         display: block;
         width: 70%;
         margin: 0px auto;
         text-align: center !important;
     }
 }
 
 @media screen and (min-width:426px) and (max-width:499px) {
     .tab-slider-slides-wrapper .tab-slider-content-div .tab-slider-content-div-head {
         font-size: 2.5rem !important;
         line-height: 3rem !important;
         text-align: center;
         margin-bottom: 30px !important;
     }
     ul.tabs-nav {
         padding: 0px !important;
         width: 100%;
         margin: 0px auto;
     }
     /*   .tabs-nav li.active span {
                    padding-bottom: 10px;
                    display: block;
                    align-items: center !important;
                    text-align: center !important;
                    justify-content: center !important;
                    width: 100% !important;
                    margin: 0px auto;
                }
                .tabs-nav li span {
                    display: none;
                }*/
     #custom_carousel .controls li {
         width: 100%;
         max-width: 100%;
         padding-left: 0px;
         padding-right: 0px;
         display: none;
     }
     #custom_carousel .controls li.active {
         background-color: transparent;
         color: #FB497D !important;
         display: block;
         width: 70%;
         margin: 0px auto;
         text-align: center !important;
     }
     .carousel-control {}
     img.glyphicon.glyphicon-chevron-right {
         width: 20px;
         position: absolute;
         top: 35%;
         right: 4%;
     }
     img.glyphicon.glyphicon-chevron-lef {
         width: 20px;
         position: absolute;
         left: 4%;
         top: 35%;
     }
 }
 
 @media screen and (min-width:426px) and (max-width:768px) {
     .tabs-nav li.active span {
         padding-bottom: 10px;
     }
     #custom_carousel .item,
     .tab-slider-slides-wrapper {
         height: auto;
     }
     .tab-slider-content-div,
     .tab-slider-img-div {
         width: 100%;
     }
     #custom_carousel .controls li {
         width: 100%;
         max-width: 100%;
         padding-left: 30px;
         padding-right: 30px;
     }
     .tab-slider-content-div {
         margin: 0px !important;
         margin-top: 40px !important;
         margin-bottom: 50px !important;
     }
     .tab-slider-slides-wrapper {
         display: block !important;
     }
     .tab-slider-slides-wrapper .tab-slider-content-div .tab-slider-content-div-para {
         text-align: center;
         width: 80%;
         margin: 0px auto;
     }
     .app-redirection-link-img-wrapper {
         justify-content: center;
         margin-bottom: 30px !important;
         margin-left: 6px;
         margin-right: 6px;
     }
     .tab-slider-img-div img {
         height: auto !important;
     }
 }
 
 @media screen and (min-width:376px) and (max-width:426px) {
     #custom_carousel .controls {
         padding-bottom: 0px;
         padding-top: 10px;
     }
     ul.tabs-nav {
         padding: 0px !important;
         width: 100%;
         margin: 0px auto;
     }
     .tabs-nav li.active span {
         padding-bottom: 10px;
         display: block;
         align-items: center !important;
         text-align: center !important;
         justify-content: center !important;
         width: 100% !important;
         margin: 0px auto;
     }
     .tabs-nav li span {
         display: none;
     }
     #custom_carousel .controls li {
         width: 100%;
         max-width: 100%;
         padding-left: 0px;
         padding-right: 0px;
         display: none;
     }
     #custom_carousel .controls li.active {
         background-color: transparent;
         color: #FB497D !important;
         display: block;
         width: 70%;
         margin: 0px auto;
         text-align: center !important;
     }
     img.glyphicon.glyphicon-chevron-right {
         margin-right: 0px;
         width: 25px;
         position: absolute;
         top: 30%;
         right: 10px;
     }
     img.glyphicon.glyphicon-chevron-lef {
         width: 25px;
         position: absolute;
         left: 10px;
         top: 30%;
     }
     .carousel-control {}
     #custom_carousel .item,
     .tab-slider-slides-wrapper {
         height: auto;
     }
     .tab-slider-content-div,
     .tab-slider-img-div {
         width: 100%;
     }
     .tab-slider-content-div {
         margin: 0px !important;
         margin-top: 40px !important;
         margin-bottom: 50px !important;
     }
     .tab-slider-slides-wrapper {
         display: block !important;
     }
     .tab-slider-slides-wrapper .tab-slider-content-div .tab-slider-content-div-head {
         font-size: 2.5rem !important;
         line-height: 3rem !important;
         text-align: center;
         /*   margin-bottom: 30px !important;
                */
     }
     .tab-slider-slides-wrapper .tab-slider-content-div .tab-slider-content-div-para {
         text-align: center;
         width: 90%;
         margin: 0px auto;
     }
     .app-redirection-link-img-wrapper {
         justify-content: center;
         margin-bottom: 30px !important;
     }
     .app-redirection-link-img {
         max-width: 100% !important;
         width: 100%;
         width: fit-content;
         height: 50px !important;
     }
     .tab-slider-img-div img {
         height: auto !important;
     }
 }
 
 @media screen and (min-width:321px) and (max-width:376px) {
     ul.tabs-nav {
         padding: 0px !important;
         width: 100%;
         margin: 0px auto;
     }
     .tabs-nav li.active span {
         padding-bottom: 10px;
         display: block;
         align-items: center !important;
         text-align: center !important;
         justify-content: center !important;
         width: 100% !important;
         margin: 0px auto;
     }
     .tabs-nav li span {
         display: none;
     }
     img.glyphicon.glyphicon-chevron-right {
         margin-right: 0px;
         width: 20px;
         position: absolute;
         top: 35%;
         right: 10px;
     }
     img.glyphicon.glyphicon-chevron-lef {
         width: 20px;
         position: absolute;
         left: 10px;
         top: 35%;
     }
     .carousel-control {}
     #custom_carousel .item,
     .tab-slider-slides-wrapper {
         height: auto;
     }
     .tab-slider-content-div,
     .tab-slider-img-div {
         width: 100%;
     }
     #custom_carousel .controls li {
         width: 100%;
         max-width: 100%;
         padding-left: 0px;
         padding-right: 0px;
         display: none;
     }
     #custom_carousel .controls li.active {
         background-color: transparent;
         color: #FB497D !important;
         display: block;
         width: 70%;
         margin: 0px auto;
         text-align: center !important;
     }
     .tab-slider-content-div {
         margin: 0px !important;
         margin-top: 30px !important;
         margin-bottom: 40px !important;
     }
     .tab-slider-slides-wrapper {
         display: block !important;
     }
     .tab-slider-slides-wrapper .tab-slider-content-div .tab-slider-content-div-head {
         font-size: 2.2rem !important;
         line-height: 2.5rem !important;
         text-align: center;
         margin-bottom: 10px !important;
     }
     .tab-slider-slides-wrapper .tab-slider-content-div .tab-slider-content-div-para {
         text-align: center;
         width: 90%;
         margin: 0px auto;
     }
     .app-redirection-link-img-wrapper {
         justify-content: center;
         margin-bottom: 30px !important;
     }
     .app-redirection-link-img {
         max-width: 100% !important;
         width: 100%;
         width: fit-content;
         height: 50px !important;
     }
     .tab-slider-img-div img {
         height: auto !important;
     }
     #custom_carousel .controls li .text-center {
         font-size: 14px;
     }
     #custom_carousel .controls {
         padding-bottom: 0px;
         padding-top: 10px;
     }
 }
 
 @media screen and (max-width:320px) {
     .tabs-nav li span {
         display: none;
     }
     ul.tabs-nav {
         padding: 0px !important;
         width: 100%;
         margin: 0px auto;
     }
     .tabs-nav li.active span {
         padding-bottom: 10px;
         display: block;
         align-items: center !important;
         text-align: center !important;
         justify-content: center !important;
         width: 100% !important;
         margin: 0px auto;
     }
     img.glyphicon.glyphicon-chevron-right {
         margin-right: 0px;
         width: 17px;
         position: absolute;
         top: 35%;
         right: 10px;
     }
     img.glyphicon.glyphicon-chevron-lef {
         width: 17px;
         position: absolute;
         left: 10px;
         top: 35%;
     }
     #custom_carousel .controls li .text-center {
         font-size: 12px;
     }
     .carousel-control {}
     #custom_carousel .item,
     .tab-slider-slides-wrapper {
         height: auto;
     }
     .tab-slider-content-div,
     .tab-slider-img-div {
         width: 100%;
     }
     #custom_carousel .controls li {
         width: 100%;
         max-width: 100%;
         padding-left: 0px;
         padding-right: 0px;
         display: none;
     }
     #custom_carousel .controls li.active {
         background-color: transparent;
         color: #FB497D !important;
         display: block;
         width: 70%;
         margin: 0px auto;
         text-align: center !important;
     }
     .tab-slider-content-div {
         margin: 0px !important;
         margin-top: 30px !important;
         margin-bottom: 30px !important;
     }
     .tab-slider-slides-wrapper {
         display: block !important;
     }
     .tab-slider-slides-wrapper .tab-slider-content-div .tab-slider-content-div-head {
         font-size: 2rem !important;
         line-height: 2.5rem !important;
         text-align: center;
         margin-bottom: 10px !important;
     }
     .tab-slider-slides-wrapper .tab-slider-content-div .tab-slider-content-div-para {
         text-align: center;
         width: 90%;
         margin: 0px auto;
     }
     .app-redirection-link-img-wrapper {
         justify-content: center;
         margin-bottom: 30px !important;
     }
     .app-redirection-link-img {
         max-width: 100% !important;
         width: 100%;
         width: fit-content;
         height: 40px !important;
     }
     .tab-slider-img-div img {
         height: auto !important;
     }
     #custom_carousel .controls {
         padding-bottom: 0px;
         padding-top: 10px;
     }
 }
 
 .text-center {
     text-align: center;
     font-size: 14px;
     font-weight: 500;
     text-transform: none;
     line-height: 17px;
     font-family: "Plus Jakarta Sans", Sans-serif;
 }
 /*banner text resizing on different screens*/
 
 @media screen and (min-width: 1093px) and (max-width: 1261px) {
     .tab-slider-slides-wrapper .tab-slider-content-div .tab-slider-content-div-head {
         font-size: 3rem;
         line-height: 3.5rem;
         margin-bottom: 20px;
     }
 }
 
 @media screen and (min-width:1025px) and (max-width:1092px) {
     .tab-slider-slides-wrapper .tab-slider-content-div .tab-slider-content-div-head {
         font-size: 2.5rem;
         line-height: 3rem;
         margin-bottom: 10px;
     }
 }
 
 @media screen and (min-width:320px) and (max-width:769px) {
     ul.tabs-nav li {
         border-right: none !important;
     }
     .tab-slider-slides-wrapper.first-slide-wrapper {
         padding-top: 15px;
     }
 }
 /*v2page styling started */
 
 .tab-slider-content-div.first-slide h3 {
     font-size: 1.75rem;
     font-weight: 400;
     font-family: "Poppins", sans-serif;
     color: #000;
     margin-top: 15px;
 }
 
 .tab-slider-content-div.forth-slide h3 {
     font-size: 1.75rem;
     font-weight: 400;
     font-family: "Poppins", sans-serif;
     color: #000;
     margin-top: 15px;
 }
 
 .tab-slider-content-div.first-slide p {
     text-align: center;
 }
 
 .tab-slider-content-div-btn {
     color: #FB497D;
     font-weight: 600;
     font-family: graphik;
     background-color: #fff;
     border: 1px solid #FB497D;
     padding: 15px 25px 15px 25px;
     border-radius: 60px !important;
     margin-bottom: 35px;
     font-size: 18px;
 }
 
 .tab-slider-slides-wrapper.first-slide-wrapper {
     display: flex;
     flex-direction: column;
     align-items: center;
     /* Horizontal center */
     justify-content: start;
     /* Vertical center (if needed) */
     text-align: center;
     /* Center text inside elements */
     height: 100%;
     /* Optional: for vertical centering */
 }
 
 .tab-slider-slides-wrapper.second-slide-wrapper {
     display: flex;
     padding-top: 25px;
     flex-direction: row;
     align-items: start;
     /* Horizontal center */
     /* Vertical center (if needed) */
     text-align: center;
     /* Center text inside elements */
     height: 100%;
     /* Optional: for vertical centering */
     max-width: 1780px;
     width: 100%;
     margin: 0px auto;
 }
 
 .tab-slider-slides-wrapper.third-slide-wrapper {
     display: flex;
     padding-top: 25px;
     flex-direction: row;
     align-items: start;
     /* Horizontal center */
     /* Vertical center (if needed) */
     text-align: center;
     /* Center text inside elements */
     height: 100%;
     /* Optional: for vertical centering */
     max-width: 1780px;
     width: 100%;
     margin: 0px auto;
 }
 
 .tab-slider-slides-wrapper.forth-slide-wrapper {
     display: flex;
     padding-top: 25px;
     flex-direction: row;
     align-items: start;
     /* Horizontal center */
     /* Vertical center (if needed) */
     text-align: center;
     /* Center text inside elements */
     height: 100%;
     /* Optional: for vertical centering */
     max-width: 1780px;
     width: 100%;
     margin: 0px auto;
 }
 
 .gradient-border {
     position: relative;
     border-radius: 40px;
     background-color: rgba(255, 255, 255, 0.5);
     padding: 0px;
     z-index: 0;
     margin: 7px;
     border: 0px !important;
 }
 
 .gradient-border::before {
     content: "";
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     padding: 2px;
     /* Border thickness */
     background: linear-gradient(to right, #48B0DD 0%, #FB497D 100%);
     border-radius: 40px;
     -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
     -webkit-mask-composite: xor;
     mask-composite: exclude;
     pointer-events: none;
     z-index: -1;
 }
 
 .gradient-border>* {
     border-radius: 8px;
     position: relative;
     z-index: 2;
 }
 
 .flex-class {
     display: flex;
     align-items: center;
     justify-content: center;
 }
 
 .first-slide-wrapper .first-slide .tab-slider-content-div-para {
     margin-top: 10px;
     margin-bottom: 20px !important;
 }
 
 .first-slide-wrapper .first-slide .tab-slider-content-div-btn {
     margin-bottom: 20px;
 }
 
 .tab-slider-slides-wrapper {
     display: flex;
     align-items: center;
     height: 100%;
     /* or a specific value like 100vh if needed */
 }
 
 .item,
 .tab-slider-single-slide-wrapper {
     height: auto;
 }
 
 .gradient-border {
     text-align: center;
 }
 
 .first-slide-wrapper .first-slide h2 {
     font-size: 5.5rem !important;
     line-height: 7.5rem !important;
 }
 
 .tab-slider-content-div.second-slide h2 {
     font-size: 5.5rem !important;
     line-height: 5.5rem !important;
     margin-top: 15px;
     margin-bottom: 15px;
 }
 
 .tab-slider-content-div.third-slide h2 {
     font-size: 5.5rem !important;
     line-height: 5.5rem !important;
     margin-top: 15px;
     margin-bottom: 15px;
 }
 
 .tab-slider-content-div.forth-slide h2 {
     font-size: 6.3rem !important;
     line-height: 6.5rem !important;
     margin-top: 15px;
     margin-bottom: 5px;
 }
 
 .tab-slider-content-div.second-slide h3 {
     color: #000;
     font-family: "Poppins", sans-serif;
 }
 
 .tab-slider-content-div.third-slide h3 {
     color: #000;
     font-family: "Poppins", sans-serif;
 }
 
 .tab-slider-content-div.forth-slide h3 {
     color: #000;
     font-family: "Poppins", sans-serif;
 }
 
 .tab-slider-content-div.second-slide p.tab-slider-content-div-para {
     margin-bottom: 30px;
     margin-top: 25px;
     max-width: 75%;
     line-height: 2.3rem !important;
 }
 
 .tab-slider-content-div.forth-slide p.tab-slider-content-div-para {
     margin-bottom: 10px;
     margin-top: 10px;
     max-width: 69%;
     line-height: 2.3rem !important;
 }
 
 .tab-slider-content-div.first-slide.gradient-border {
     max-height: 360px;
     max-width: 1246px;
     width: 95%;
     /*  margin: 0px auto !important;
            */
 }
 
 .tab-slider-content-div.second-slide.gradient-border {
     max-height: 580px;
     max-width: 760px;
     width: 100%;
     padding: 20px 35px 20px 35px;
     text-align: left;
 }
 
 .tab-slider-content-div.third-slide.gradient-border {
     max-height: 610px;
     max-width: 995px;
     width: 100%;
     padding: 30px 35px 30px 35px;
     text-align: left;
 }
 
 .tab-slider-content-div.forth-slide.gradient-border {
     max-height: 640px;
     max-width: 690px;
     width: 100%;
     padding: 20px 20px 20px 20px;
     text-align: left;
 }
 
 .item .tab-slider-single-slide-wrapper .second-slide-wrapper .tab-slider-img-div img {
     width: 85%;
     height: fit-content;
 }
 /* .item .tab-slider-single-slide-wrapper .third-slide-wrapper .tab-slider-img-div img {
            width: 85%;
            height: fit-content;
            text-align: center;
        }
        
        */
 
 .item .tab-slider-single-slide-wrapper .third-slide-wrapper .tab-slider-img-div {
     text-align: center;
 }
 
 .item .tab-slider-single-slide-wrapper .third-slide-wrapper .tab-slider-img-div img {
     display: inline-block;
     /* important for text-align to work */
 }
 
 .item,
 .tab-slider-single-slide-wrapper {
     max-height: auto;
 }
 /*.first-slide-bg-img {
            background-image: url('https://dev.colorkahar.com/wp-content/uploads/2025/06/Themebook-Banner-3-1-scaled.webp');
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            padding: 5px;
        }
        
        .second-slide-bg-img {
            background-image: url('https://dev.colorkahar.com/wp-content/uploads/2025/06/PhotoTiles-Banner-2-scaled.webp');
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            padding: 5px;
        }
        
        .third-slide-bg-img {
            background-image: url('https://dev.colorkahar.com/wp-content/uploads/2025/06/PhotoCalendars-Banner-1-scaled.webp');
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            padding: 5px;
        }
        
        .forth-slide-bg-img {
            background-image: url('https://dev.colorkahar.com/wp-content/uploads/2025/06/Home_01-copy.webp');
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            padding: 5px;
        }*/
 
 @media (max-width: 768px) {
     /* Your styles here */
     .first-slide-wrapper .first-slide .tab-slider-content-div-para,
     .second-slide-wrapper .second-slide .tab-slider-content-div-para,
     .forth-slide-wrapper .forth-slide .tab-slider-content-div-para {
         line-height: 1.6rem;
         font-size: 1.5rem;
     }
     .third-slide-wrapper .third-slide .tab-slider-content-div-para {
         font-size: 1.5rem;
         margin-bottom: 10px;
     }
     .first-slide-wrapper .first-slide h2 {
         margin-top: 15px;
         margin-bottom: 15px;
     }
     .tab-slider-content-div.first-slide.gradient-border {
         padding: 5px;
         /* padding-bottom: 0px; */
         margin-top: 20px !important;
         margin-bottom: 20px !important;
         margin: 0px auto !important;
     }
     #custom_carousel .controls {
         max-height: 80px;
         margin-top: -110px;
         display: flex;
         justify-content: center;
         align-items: center;
         padding-top: 15px;
     }
     .tab-slider-slides-wrapper.second-slide-wrapper {
         padding-top: 0px;
     }
     .tab-slider-content-div.second-slide.gradient-border,
     .tab-slider-content-div.third-slide h3,
     .tab-slider-content-div.forth-slide h3 {
         text-align: center;
     }
     .tab-slider-content-div.second-slide h2 {
         margin-top: 5px;
         margin-bottom: 5px;
     }
     .tab-slider-content-div.second-slide.gradient-border,
     .tab-slider-content-div.third-slide.gradient-border,
     .tab-slider-content-div.forth-slide.gradient-border {
         padding: 10px 10px 10px 10px;
         margin-top: 10px !important;
         margin-bottom: 10px !important;
     }
     .tab-slider-content-div-btn {
         margin-bottom: 15px;
     }
     .tab-slider-content-div.second-slide p.tab-slider-content-div-para {
         max-width: 100%;
         margin-bottom: 15px;
         margin-top: 15px;
     }
     .tab-slider-content-div.third-slide.gradient-border,
     .tab-slider-content-div.forth-slide.gradient-border {
         display: flex;
         justify-content: center;
         align-items: center;
         flex-direction: column;
         text-align: center;
     }
     .tab-slider-single-slide-wrapper.third-slide-bg-img .tab-slider-slides-wrapper.third-slide-wrapper .tab-slider-img-div img {
         width: 60%;
         display: block;
         /* required for margin auto to work */
         margin: 0 auto;
     }
     .tab-slider-content-div.forth-slide p.tab-slider-content-div-para {
         max-width: 100%;
     }
     .tab-slider-content-div.forth-slide.gradient-border {
         margin-top: 0px !important;
         margin-bottom: 0px !important;
     }
     .tab-slider-slides-wrapper.forth-slide-wrapper {
         display: flex !important;
         justify-content: center;
         align-items: center;
         flex-direction: column;
         text-align: center;
         height: 100%;
     }
 }
 
 @media (min-width: 768px) and (max-width: 1024px) {
     /*.tab-slider-content-div.forth-slide.gradient-border {
                max-width: 350px;
            }
            .tab-slider-content-div {
                margin: 0px !important;
            }
            .tab-slider-content-div.forth-slide p.tab-slider-content-div-para {
                max-width: 100%;
                font-size: 1.3rem;
                line-height: 1.5rem;
            }*/
     .tab-slider-slides-wrapper.forth-slide-wrapper,
     .tab-slider-slides-wrapper.second-slide-wrapper,
     .tab-slider-slides-wrapper.third-slide-wrapper {
         display: flex;
         flex-direction: column;
         align-items: center;
     }
     .tab-slider-content-div.third-slide.gradient-border,
     .tab-slider-content-div.second-slide.gradient-border {
         max-width: 690px;
         padding: 10px 35px 3px 35px;
         align-items: center;
         text-align: center;
         margin: 0px auto !important;
     }
     .tab-slider-content-div.third-slide.gradient-border {
         align-items: center;
         text-align: center;
     }
     .tab-slider-img-div {
         width: 100%;
     }
     .tab-slider-content-div.second-slide p.tab-slider-content-div-para {
         margin: 0px auto;
     }
     .item .tab-slider-single-slide-wrapper .forth-slide-wrapper .tab-slider-img-div img {
         width: 55% !important;
     }
 }
 
 @media (min-width: 1440px) and (max-width: 1550px) {
     #custom_carousel .controls li .text-center {
         font-size: 13px;
     }
     img.glyphicon.glyphicon-chevron-right {
         width: 20px;
     }
     img.glyphicon.glyphicon-chevron-lef {
         width: 20px;
     }
 }
 
 @media (min-width: 1025px) and (max-width: 1100px) {
     #custom_carousel .controls li .text-center {
         font-size: 12px;
     }
     img.glyphicon.glyphicon-chevron-right {
         width: 15px;
         right: 15px;
     }
     img.glyphicon.glyphicon-chevron-lef {
         width: 15px;
         left: 15px;
     }
 }
 
 @media (min-width: 1101px) and (max-width: 1439px) {
     #custom_carousel .controls li .text-center {
         font-size: 13px;
     }
     img.glyphicon.glyphicon-chevron-right {
         width: 15px;
         right: 20px;
     }
     img.glyphicon.glyphicon-chevron-lef {
         width: 15px;
         left: 20px;
     }
 }
 /*  
        @media screen and (min-width:1250px) and (max-width:1439px) {
            img.glyphicon.glyphicon-chevron-lef {
                position: absolute;
                left: 10px;
                top: 35%;
            }
            img.glyphicon.glyphicon-chevron-right {
                position: absolute;
                top: 35%;
                right: 10px;
            }
            .carousel-control {}
        }*/
 
 @media (max-width: 767px) {
     .tab-slider-single-slide-wrapper.first-slide-bg-img .tab-slider-slides-wrapper.first-slide-wrapper .tab-slider-img-div {
         position: relative;
         height: 250px;
         /* Adjust height based on your layout */
     }
     .tab-slider-single-slide-wrapper.first-slide-bg-img .tab-slider-slides-wrapper.first-slide-wrapper .tab-slider-img-div img {
         position: absolute;
         top: 50%;
         left: 50%;
         transform: translate(-50%, -50%);
         max-width: 90%;
         height: auto;
     }
     .tab-slider-single-slide-wrapper.second-slide-bg-img .tab-slider-slides-wrapper.second-slide-wrapper .tab-slider-img-div {
         position: relative;
         height: 250px;
         /* Adjust height based on your layout */
     }
     .tab-slider-single-slide-wrapper.second-slide-bg-img .tab-slider-slides-wrapper.second-slide-wrapper .tab-slider-img-div img {
         position: absolute;
         top: 50%;
         left: 50%;
         transform: translate(-50%, -50%);
         max-width: 90%;
         height: auto;
     }
 }
 
 .full-width-banner {
     width: 100%;
     overflow: hidden;
 }
 
 .full-width-banner img {
     height: auto;
     width: 100%;
     display: block;
 }



    .ProductSliderMainWrapper {
        display: flex;
        padding: 0 35px;
        min-height: 45vh;
        align-items: center;
        justify-content: center;
        margin-bottom: 10%;
    }
    
    .ProductSliderWrapper {
        display: flex;
        max-width: 1200px;
        position: relative;
    }
    
    .ProductSliderWrapper i {
        bottom: -25%;
        height: 44px;
        width: 44px;
        cursor: pointer;
        font-size: 1.15rem;
        position: absolute;
        text-align: center;
        line-height: 44px;
        background: transparent;
        border-radius: 50%;
        transform: translateY(-50%);
        transition: transform 0.4s linear;
    }
    
    .ProductSliderWrapper i:active {
        transform: translateY(-50%) scale(0.9);
    }
    
    .ProductSliderWrapper i:hover {
        background: transparent;
    }
    
    .ProductSliderWrapper i:first-child {
        left: 80%;
    }
    
    .ProductSliderWrapper i:last-child {
        right: 7%;
    }
    
    i#right {
        background: transparent;
    }
    
    .ProductSliderWrapper .carousel {
        font-size: 0px;
        cursor: pointer;
        overflow: hidden;
        white-space: nowrap;
        scroll-behavior: smooth;
        height: 440px;
        transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    }
    
    .carousel.dragging {
        cursor: grab;
        scroll-behavior: auto;
    }
    
    .carousel.dragging img {
        pointer-events: none;
    }
    
    .carousel img {
        height: 400px;
        object-fit: cover;
        user-select: none;
        margin-left: 14px;
        border-radius: 40px !important;
        width: calc(100% / 3);
        flex-shrink: 0;
        margin-top: 10px;
        margin-bottom: 10px;
        transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    }
    /* Smooth transitions for desktop only */
    
    @media screen and (min-width: 768px) {
        .carousel img {
            transition: width 0.6s cubic-bezier(0.4, 0, 0.2, 1), height 0.6s cubic-bezier(0.4, 0, 0.2, 1), border 0.6s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.6s cubic-bezier(0.4, 0, 0.2, 1), margin 0.6s cubic-bezier(0.4, 0, 0.2, 1);
        }
    }
    
    .carousel img:first-child {
        margin-left: 0px;
    }
    /* Hide non-active images on mobile */
    
    @media screen and (max-width: 767px) {
        .carousel img:not(.active) {
            display: none !important;
        }
        .carousel img.active {
            width: 100% !important;
            margin-left: 0 !important;
            animation: fadeInImage 0.5s ease-in-out;
        }
    }
    
    @keyframes fadeInImage {
        from {
            opacity: 0;
            transform: scale(0.95);
        }
        to {
            opacity: 1;
            transform: scale(1);
        }
    }
    
    @media screen and (max-width: 900px) {
        .carousel img {
            width: calc(100% / 2);
        }
    }
    
    @media screen and (max-width: 550px) {
        .carousel img {
            width: 100%;
        }
    }
    
    .carousel img.active {
        width: 600px;
        height: 400px;
        border-radius: 40px !important;
        border: 2px solid #ff9c9e96;
        box-shadow: 4px 3px 10px rgba(86, 86, 86, 0.5);
        margin-top: 10px;
        margin-bottom: 10px;
    }
    
    .carousel {
        display: flex;
        transition: transform 0.5s ease-in-out;
    }
    
    .pagination {
        display: flex;
        justify-content: center;
        margin-top: 10px;
        position: absolute;
        bottom: -15%;
        left: 5%;
        align-items: center;
    }
    
    .pagination .dot {
        width: 2px;
        height: 2px;
        margin: 0 5px;
        border-radius: 50%;
        background-color: #FB497D;
        cursor: pointer;
        transition: background 0.3s;
        opacity: 0.5;
    }
    
    .dot:nth-child(1) {
        width: 12px;
        height: 12px;
    }
    
    .dot:nth-child(2) {
        width: 10px;
        height: 10px;
    }
    
    .dot:nth-child(3) {
        width: 8px;
        height: 8px;
    }
    
    .dot:nth-child(4) {
        width: 6px;
        height: 6px;
    }
    
    .dot:nth-child(5) {
        width: 4px;
        height: 4px;
    }
    
    .pagination .dot.active {
        background-color: #FB497D;
        opacity: 1;
    }
    
    .dots-pagination .dot:hover {
        background-color: #FB497D;
        opacity: 1;
    }
    
    .ProductSliderMainWrapper {
        display: flex;
        padding: 0px;
        min-height: 50vh;
        align-items: center;
        justify-content: center;
        background: transparent;
    }
    
    @media screen and (max-width: 767px) and (min-width: 370px) {
        .ProductSliderWrapper i:first-child {
            left: 65%;
        }
    }
    
    @media screen and (max-width: 369px) and (min-width: 320px) {
        .ProductSliderWrapper i:first-child {
            left: 60%;
        }
    }
    
    .featured-content-conatiner {
        max-width: 1200px;
        position: relative;
        align-items: center;
        margin: 0px auto;
        height: 300px;
        display: flex;
    }
    /* Fixed height on mobile to prevent jumping */
    
    @media screen and (max-width: 767px) {
        .featured-content-conatiner {
            min-height: 450px;
            height: auto;
        }
    }
    
    .photo-tiles,
    .theme-photobook,
    .custom-photobook,
    .mug-book,
    .retro-prints,
    .photo-strips,
    .retro-bundleup,
    .retro-qualityprints {
        width: 100%;
        display: flex;
        opacity: 0;
        animation: fadeIn 0.5s ease-in-out forwards;
    }
    
    @keyframes fadeIn {
        from {
            opacity: 0;
            transform: translateY(10px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
    
    .theme-photobook {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 15px;
    }
    
    .themed-photobook-content,
    .custom-photobook-content,
    .photo-tiles-content,
    .mug-content,
    .retro-prints-content,
    .photo-strips-content {
        width: 70%;
    }
    
    .themed-photobook-button,
    .custom-photobook-button,
    .photo-tiles-button,
    .mug-button,
    .retro-prints-button,
    .photo-strips-button {
        width: 30%;
        display: flex;
        justify-content: flex-end;
    }
    
    @media screen and (max-width: 767px) and (min-width: 320px) {
        .theme-photobook {
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 15px;
        }
        .themed-photobook-content {
            width: 100% !important;
        }
        .themed-photobook-button {
            width: 100% !important;
            display: flex;
            justify-content: flex-end;
        }
        .custom-photobook>div,
        .theme-photobook>div,
        .photo-tiles>div,
        .mug-product>div,
        .retro-prints>div,
        .photo-strips>div,
        .retro-bundleup>div,
        .retro-qualityprints>div {
            width: 100%;
            padding: 10px;
        }
        .featured-content-conatiner {
            height: 400px;
        }
    }
    
    .custom-photobook-h2,
    .themed-photobook-h2,
    .photo-tiles-h2,
    .mug-h2,
    .retro-prints-h2,
    .photo-strips-h2 {
        font-family: "Plus Jakarta Sans", Sans-serif;
        font-size: 2.75rem;
        font-weight: 800;
        color: #000000;
        margin-bottom: 20px;
    }
    
    .custom-photobook-p,
    .themed-photobook-p,
    .photo-tiles-p,
    .mug-p,
    .retro-prints-p,
    .photo-strips-p {
        text-transform: inherit;
        text-align: left;
        color: #565656;
        font-family: "Plus Jakarta Sans", Sans-serif;
        font-size: 1rem;
        font-weight: 500;
        line-height: 2.08rem;
    }
    
    .photo-tiles-button,
    .themed-photobook-button,
    .custom-photobook-button,
    .mug-button,
    .retro-prints-button,
    .photo-strips-button,
    .retro-bundleup-button,
    .retro-qualityprints-button {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .photo-tiles-button a button,
    .themed-photobook-button a button,
    .custom-photobook-button a button,
    .mug-button a button,
    .retro-prints-button a button,
    .photo-strips-button a button,
    .retro-bundleup-button a button,
    .retro-qualityprints-button a button {
        background-color: transparent;
        font-family: 'graphik';
        font-size: 0.9rem;
        font-weight: 600;
        fill: #FFFFFF;
        color: #FFFFFF;
        background-image: linear-gradient(180deg, #FD6984 0%, #F79E81 100%);
        border-style: none;
        border-radius: 99px 99px 99px 99px;
        padding: 23px 45px 23px 45px;
    }
    
    .photo-tiles-button button a,
    .themed-photobook-button button a,
    .custom-photobook-button button a,
    .mug-button button a,
    .retro-prints-button button a,
    .photo-strips-button button a,
    .retro-bundleup-button button a,
    .retro-qualityprints-button button a {
        color: #fff;
        text-decoration: none;
    }
    
    .theme-photobook {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 20px;
    }
    
    @media (min-width: 320px) and (max-width: 360px) {
        .ProductSliderWrapper {
            display: flex;
            max-width: 300px;
            position: relative;
        }
        .carousel img.active {
            width: 300px !important;
            height: 300px !important;
        }
        .carousel img {
            width: 300px !important;
            height: 300px !important;
        }
        .ProductSliderWrapper .carousel {
            height: 310px;
        }
        .photo-tiles-button,
        .themed-photobook-button,
        .custom-photobook-button,
        .mug-button,
        .retro-prints-button,
        .photo-strips-button,
        .retro-bundleup-button,
        .retro-qualityprints-button {
            margin-bottom: 30px;
        }
        .custom-photobook-h2,
        .themed-photobook-h2,
        .photo-tiles-h2,
        .mug-h2,
        .retro-prints-h2,
        .photo-strips-h2 {
            font-size: 2rem;
        }
    }
    
    @media (min-width: 361px) and (max-width: 375px) {
        .ProductSliderMainWrapper {
            min-height: 40vh;
        }
        .ProductSliderWrapper {
            display: flex;
            max-width: 360px;
            position: relative;
        }
        .carousel img.active {
            width: 330px !important;
            height: auto !important;
        }
        .carousel img {
            width: 330px !important;
            height: auto !important;
        }
        .ProductSliderWrapper .carousel {
            height: auto;
            margin-bottom: 10px;
        }
        .photo-tiles-button,
        .themed-photobook-button,
        .custom-photobook-button,
        .mug-button,
        .retro-prints-button,
        .photo-strips-button,
        .retro-bundleup-button,
        .retro-qualityprints-button {
            margin-bottom: 10px;
        }
        .custom-photobook-h2,
        .themed-photobook-h2,
        .photo-tiles-h2,
        .mug-h2,
        .retro-prints-h2,
        .photo-strips-h2 {
            font-size: 2rem;
        }
    }
    
    @media (min-width: 376px) and (max-width: 425px) {
        .ProductSliderMainWrapper {
            min-height: 40vh;
        }
        .ProductSliderWrapper {
            display: flex;
            max-width: 375px;
            position: relative;
        }
        .carousel img.active {
            width: 375px !important;
            height: auto !important;
        }
        .carousel img {
            width: 375px !important;
            height: auto !important;
        }
        .ProductSliderWrapper .carousel {
            height: auto;
            margin-bottom: 10px;
        }
        .photo-tiles-button,
        .themed-photobook-button,
        .custom-photobook-button,
        .mug-button,
        .retro-prints-button,
        .photo-strips-button,
        .retro-bundleup-button,
        .retro-qualityprints-button {
            margin-bottom: 10px;
        }
        .custom-photobook-h2,
        .themed-photobook-h2,
        .photo-tiles-h2,
        .mug-h2,
        .retro-prints-h2,
        .photo-strips-h2 {
            font-size: 2rem;
        }
    }
    
    @media (min-width: 426px) and (max-width: 600px) {
        .ProductSliderMainWrapper {
            min-height: 40vh;
        }
        .ProductSliderWrapper {
            display: flex;
            max-width: 422px;
            position: relative;
        }
        .carousel img.active {
            width: 422px !important;
            height: auto !important;
        }
        .carousel img {
            width: 422px !important;
            height: auto !important;
        }
        .ProductSliderWrapper .carousel {
            height: auto;
            margin-bottom: 10px;
        }
        .photo-tiles-button,
        .themed-photobook-button,
        .custom-photobook-button,
        .mug-button,
        .retro-prints-button,
        .photo-strips-button,
        .retro-bundleup-button,
        .retro-qualityprints-button {
            margin-bottom: 10px;
        }
        .custom-photobook-h2,
        .themed-photobook-h2,
        .photo-tiles-h2,
        .mug-h2,
        .retro-prints-h2,
        .photo-strips-h2 {
            font-size: 2rem;
        }
    }
    
    @media (min-width: 601px) and (max-width: 700px) {
        .ProductSliderMainWrapper {
            min-height: 40vh;
        }
        .ProductSliderWrapper {
            display: flex;
            max-width: 595px;
            position: relative;
        }
        .carousel img.active {
            width: 400px !important;
            height: auto !important;
        }
        .carousel img {
            width: 400px !important;
            height: auto !important;
        }
        .ProductSliderWrapper .carousel {
            height: auto;
            margin-bottom: 10px;
        }
        .photo-tiles-button,
        .themed-photobook-button,
        .custom-photobook-button,
        .mug-button,
        .retro-prints-button,
        .photo-strips-button,
        .retro-bundleup-button,
        .retro-qualityprints-button {
            margin-bottom: 10px;
        }
        .custom-photobook-h2,
        .themed-photobook-h2,
        .photo-tiles-h2,
        .mug-h2,
        .retro-prints-h2,
        .photo-strips-h2 {
            font-size: 2rem;
        }
    }
    
    @media (min-width: 701px) and (max-width: 767px) {
        .ProductSliderMainWrapper {
            min-height: 40vh;
        }
        .ProductSliderWrapper {
            display: flex;
            max-width: 695px;
            position: relative;
        }
        .carousel img.active {
            width: 400px !important;
            height: auto !important;
        }
        .carousel img {
            width: 400px !important;
            height: auto !important;
        }
        .ProductSliderWrapper .carousel {
            height: auto;
            margin-bottom: 10px;
        }
        .photo-tiles-button,
        .themed-photobook-button,
        .custom-photobook-button,
        .mug-button,
        .retro-prints-button,
        .photo-strips-button,
        .retro-bundleup-button,
        .retro-qualityprints-button {
            margin-bottom: 10px;
        }
        .custom-photobook-h2,
        .themed-photobook-h2,
        .photo-tiles-h2,
        .mug-h2,
        .retro-prints-h2,
        .photo-strips-h2 {
            font-size: 2rem;
        }
    }
    
    @media (min-width: 768px) and (max-width: 850px) {
        .ProductSliderMainWrapper {
            min-height: 40vh;
        }
        .ProductSliderWrapper {
            display: flex;
            max-width: 760px;
            position: relative;
        }
        .carousel img.active {
            width: 400px !important;
            height: auto !important;
        }
        .carousel img {
            width: 400px !important;
            height: auto !important;
        }
        .ProductSliderWrapper .carousel {
            height: auto;
            margin: 10px;
        }
        .photo-tiles-button,
        .themed-photobook-button,
        .custom-photobook-button,
        .mug-button,
        .retro-prints-button,
        .photo-strips-button,
        .retro-bundleup-button,
        .retro-qualityprints-button {
            margin-bottom: 10px;
        }
        .custom-photobook-h2,
        .themed-photobook-h2,
        .photo-tiles-h2,
        .mug-h2,
        .retro-prints-h2,
        .photo-strips-h2 {
            font-size: 2rem;
        }
    }
    
    @media (min-width: 851px) and (max-width: 1023px) {
        .ProductSliderMainWrapper {
            min-height: 40vh;
        }
        .ProductSliderWrapper {
            display: flex;
            max-width: 845px;
            position: relative;
        }
        .carousel img.active {
            width: 400px !important;
            height: auto !important;
        }
        .carousel img {
            width: 400px !important;
            height: auto !important;
        }
        .ProductSliderWrapper .carousel {
            height: auto;
            margin: 10px;
        }
        .photo-tiles-button,
        .themed-photobook-button,
        .custom-photobook-button,
        .mug-button,
        .retro-prints-button,
        .photo-strips-button,
        .retro-bundleup-button,
        .retro-qualityprints-button {
            margin-bottom: 10px;
        }
        .custom-photobook-h2,
        .themed-photobook-h2,
        .photo-tiles-h2,
        .mug-h2,
        .retro-prints-h2,
        .photo-strips-h2 {
            font-size: 2rem;
        }
    }
    
    @media (min-width: 1024px) and (max-width: 1150px) {
        .ProductSliderMainWrapper {
            min-height: 40vh;
        }
        .ProductSliderWrapper {
            display: flex;
            max-width: 1020px;
            position: relative;
        }
        .carousel img.active {
            width: 400px !important;
            height: auto !important;
        }
        .carousel img {
            width: 400px !important;
            height: auto !important;
        }
        .ProductSliderWrapper .carousel {
            height: auto;
            margin: 10px;
        }
        .photo-tiles-button,
        .themed-photobook-button,
        .custom-photobook-button,
        .mug-button,
        .retro-prints-button,
        .photo-strips-button,
        .retro-bundleup-button,
        .retro-qualityprints-button {
            margin-bottom: 10px;
        }
        .custom-photobook-h2,
        .themed-photobook-h2,
        .photo-tiles-h2,
        .mug-h2,
        .retro-prints-h2,
        .photo-strips-h2 {
            font-size: 2rem;
        }
    }
    
    @media (min-width: 1151px) and (max-width: 1199px) {
        .ProductSliderMainWrapper {
            min-height: 40vh;
        }
        .ProductSliderWrapper {
            display: flex;
            max-width: 1140px;
            position: relative;
        }
        .carousel img.active {
            width: 400px !important;
            height: auto !important;
        }
        .carousel img {
            width: 400px !important;
            height: auto !important;
        }
        .ProductSliderWrapper .carousel {
            height: auto;
            margin: 10px;
        }
        .photo-tiles-button,
        .themed-photobook-button,
        .custom-photobook-button,
        .mug-button,
        .retro-prints-button,
        .photo-strips-button,
        .retro-bundleup-button,
        .retro-qualityprints-button {
            margin-bottom: 10px;
        }
        .custom-photobook-h2,
        .themed-photobook-h2,
        .photo-tiles-h2,
        .mug-h2,
        .retro-prints-h2,
        .photo-strips-h2 {
            font-size: 2rem;
        }
    }


/* ========== LOADING FIX FOR MOBILE ========== */
/* Add this at the END of your CSS file */

.ProductSliderMainWrapper {
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
}

.ProductSliderMainWrapper.loaded {
    opacity: 1;
}

/* Prevent content jump on mobile */
@media screen and (max-width: 767px) {
    .ProductSliderMainWrapper {
        min-height: 450px;
    }
    
    .carousel {
        min-height: 320px;
    }
    
    .carousel img {
        min-height: 300px;
        object-fit: cover;
    }
    
    .featured-content-conatiner {
        min-height: 400px;
        position: relative;
    }
    
    .featured-content-conatiner > div {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        transition: opacity 0.3s ease;
    }
}
/* ========== END LOADING FIX ========== */