/*Span Different Color*/
.pink {
    color: #f76188;
}
.mb_10 {
    margin-bottom: 10px;
}
.mb_70 {
    margin-bottom: 70px;
}
.mb_80 {
    margin-bottom: 80px;
}
.mt-100 {
    margin-top: 100px;
}
.mt-50 {
    margin-top: 50px;
}
.mobile-menu .nav-logo img {
    max-width: 56% !important;
    margin: 0px 0px -35px 80px;
}

.header-active-tab {
    border-bottom: 3px solid var(--theme-color);
}
.header-active-tab a {
    color: var(--theme-color) !important;
}

/************************************/
/***     Pop Up Request Form      ***/
/************************************/
.callback-form-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  z-index: 999;
  justify-content: center;
  align-items: center;
}

.form-box {
  background: white;
  padding: 30px;
  border-radius: 8px;
  width: 90%;
  max-width: 750px;
  position: relative;
}

.form-box .close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 20px;
  cursor: pointer;
}

.checkout-section .billing-content .form-group input[type='text'], .checkout-section .billing-content .form-group input[type='email'] {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    border: 1px dashed rgba(229, 229, 229, 1);
    font-size: 16px;
    color: var(--title-color);
    padding: 10px 20px;
    border-radius: 20px;
    transition: all 500ms ease;
}
.checkout-section .billing-content .form-group .nice-select {
    border: 1px dashed rgba(229, 229, 229, 1);
    font-size: 16px;
    color: var(--title-color);
    height: 50px;
    line-height: 50px;
    padding: 0px 20px;
    text-transform: capitalize;
    border-radius: 20px;
}
.checkout-section .form-group textarea {
    height: 150px;
    width: 100%;
    resize: none;
    border: 1px dashed rgba(229, 229, 229, 1);
    border-radius: 20px;
    padding: 20px;
}
.checkout-section .form-group label {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 4px;
    padding: 13px 0px 5px 11px;
}
.form-span span{
    color: #f76188;
}


/************************************/
/***           Top Bar            ***/
/************************************/

.email-social-left{
    position: relative;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}
.email-social-left:hover {
    color: #ffc855;
}
.email-social-right{
    position: relative;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 17px;
    line-height: 20px;
    color: #fff;
}
.email-social-right:hover {
    color: #ffc855;
}
.header-logo-box {
    width: 20% !important;
    padding: 8px 50px 15px 40px !important;
}

/************************************/
/***       Header Dropdown        ***/
/************************************/
.main-menu .navigation > li.dropdown > .my-megamenu {
    width: 39% !important;
    padding: 8px !important;
    left: 31% !important;
    padding-right: 0px !important;
}

/************************************/
/***        Header Button         ***/
/************************************/
.my-theme-btn {
    position: relative;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    font-size: 16px !important;
    line-height: 26px !important;
    font-weight: 700;
    font-family: var(--title-font);
    text-align: center;
    border-radius: 50px;
    padding: 5px 12px !important;
    z-index: 1;
    border: solid;
    border-width: 2px;
    background: #fff;
    transition: all 0.5s ease-in-out 0.0s;
}

/************************************/
/***         Home Banner          ***/
/************************************/
.banner-style-two .slide-item .bg-color-1 {
    background: url(../images/rides/slider1.jpg) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.banner-style-two .slide-item .bg-color-2 {
    background: url(../images/rides/banner1.jpg) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.banner-style-two .slide-item .bg-color-3 {
    background: url(../images/rides/banner3.jpg) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.banner-theme-btn {
    position: relative;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    font-size: 17px !important;
    line-height: 27px !important;
    font-weight: 700;
    font-family: var(--title-font);
    text-align: center;
    border-radius: 50px;
    padding: 7px 16px !important;
    z-index: 1;
    border: solid;
    border-width: 2px;
    background: none;
    transition: all 0.5s ease-in-out 0.0s;
}
.banner-title {
    position: relative;
    font-family: var(--title-font);
    font-weight: 700;
    color: #ededed;
    margin: 0px;
    transition: all 500ms ease;
}
.banner-title-design {
    position: relative;
    font-family: var(--title-font);
    font-weight: 700;
    color: #ffffff;
    margin: 0px;
    transition: all 500ms ease;
    background: #f761886b;
}

/************************************/
/***          Home About          ***/
/************************************/
.trusted-client {
    position: absolute;
    bottom: -18px;
    right: 0;
    background: #FDF7F9;
    border: 1px dashed var(--theme-color);
    border-top: 3px solid var(--theme-color);
    border-radius: 16px;
    width: 100%;
    max-width: 200px;
    padding: 20px;
    animation: trustedmoveobject 3s infinite linear alternate;
    z-index: 2;
    margin-right: -100px;
}
@keyframes trustedmoveobject{
    50%{
        right: 50px;
    }
}
.trusted-client-content-about {
    border: none !important;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}
.trusted-client-content h3 {
    font-size: 20px;
    font-weight: 600;
    color: var(--theme-color);
}

.about-us-section {
    background: linear-gradient(135deg, #fff0f5, #f5f9ff);
    position: relative;
    padding: 90px 0px 90px 0px;
}

.about-image-wrap {
    position: relative;
    display: inline-block;
}

.about-img-main img {
    width: 100%;
    max-width: 450px;
    object-fit: cover;
    display: block;

    /* Apply the mask directly */
    mask-image: url(../images/rides/blob-8.svg);
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: cover;

    /* Optional fallback for browsers not supporting mask-image */
    -webkit-mask-image: url(../images/rides/blob-8.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: cover;
}


.experience-badge {
    position: absolute;
    bottom: -20px;
    left: -30px;
    background: var(--theme-color, #f04b78);
    color: #fff;
    padding: 20px;
    border-radius: 16px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    text-align: center;
}

.experience-badge h3 {
    font-size: 32px;
    margin: 0;
    line-height: 1.2;
}

.experience-badge small {
    font-size: 14px;
    display: block;
    margin-top: 5px;
}

.about-content-box .section-subtitle {
    color: var(--theme-color, #f04b78);
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
    display: block;
}

.about-content-box .section-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #000000;
}

.about-content-box .section-title .highlight {
    color: var(--theme-color, #f04b78);
}

.about-content-box p {
    color: #333;
    line-height: 1.8;
    text-align: justify;
}

.home-about-content-box {
    margin-top: 15px;
}

.about-content-box .section-subtitle {
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
    display: block;
    /*background-color: #f7cddbb0;*/
    background: linear-gradient(90deg, #ff6a00, #ee0979);
    width: 21%;
    padding: 7px 0px 7px 23px;
    border-radius: 0px 30px 30px 0px;
}

.my-theme-btn-home-about:hover {
    background: #d53b65 !important;
    color: #fff !important;
}

/************************************/
/***    Home Featured Products    ***/
/************************************/

.my-list-item-1 li {
    border: 1px dashed #f76188;
    border-top: 2px solid #f76188;
    border-radius: 42px;
    padding: 22px 0px 0px 21px;
    margin: 18px;
}
.my-list-item-1 li:hover {
    border: 1px dashed #f76188;
    border-top: 2px solid #f76188;
    border-radius: 42px;
    padding: 22px 0px 0px 21px;
    background: #f7618847;
}
.highlights-section .my-list-item-1 .single-item h5:hover {
    color: #971133;
}
.my-list-item-2 li {
    border: 1px dashed #f76188;
    border-bottom: 2px solid #f76188;
    border-radius: 42px;
    padding: 22px 0px 0px 21px;
    margin: 18px;
}
.my-list-item-2 li:hover {
    border: 1px dashed #f76188;
    border-bottom: 2px solid #f76188;
    border-radius: 42px;
    padding: 22px 0px 0px 21px;
    background: #f7618847;
}
.highlights-section .my-list-item-2 .single-item h5:hover {
    color: #971133;
}

/************************************/
/***    Home Amusement Rides      ***/
/************************************/
.my-image-box {
    width: 100% !important;
}
.my-symble {
    font-size: 25px !important;
}
.my-inner-box {
    position: relative;
    display: block;
    background: #FDF7F9;
    border-radius: 10px;
    border: dashed;
    border-width: 1px;
    border-top: solid;
    border-top-width: 1px;
    padding: 10px 0px 0px 23px;
    border-color: var(--theme-color);
    width: 50%;
}
.my-funfact-block-one:before {
    right: -19px !important;
}

.shop-style-three .our-amusement-rides {
    position: relative;
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 10px;
    padding: 4px;
    border: dashed;
    border-width: 1px;
    border-color: #D8D8D8;
}
.shop-style-three .our-amusement-rides li {
    position: relative;
    display: inline-block;
    font-size: 17px;
    line-height: 22px;
    font-weight: 500;
    padding: 5px 35px;
    border-radius: 8px;
    transition: all 500ms ease;
    border: 1px solid #ebeaea;
    margin: 7px;
    background-color: #e2d0feba;
    color: #000000;
}

/************************************/
/***    Home Areas we serve       ***/
/************************************/
.brands-block-one {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    height: 300px;
    background: #fff;
    border-radius: 50%;
    border: dashed;
    border-width: 1px;
}
.brands-block-one img {
    width: 70%;
    display: inline-block;
    margin: 43px 0px 0px 0px;
}
.brands-block-one:nth-child(even) {
    background: #FFE8EE;
}
.brands-block-one {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    height: 300px;
    background: #fff;
    border-radius: 50%;
    border: dashed;
    border-width: 1px;
}
.brands-block-one {
    border-color: var(--theme-color) !important;
}
.brands-section .pattern-layer .my-pattern-1 {
    width: 100% !important;
    height: 271px !important;
}
.areas-we-serve-bg {
    background-image: url(../images/rides/bg-3.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 50px 0px 50px 0px;
}

/************************************/
/***     Home Why Choose Us       ***/
/************************************/
.shop-block-two {
    width: 100%;
}
.shop-block-two .why-choose-us-inner-box {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 292px;
}
.shop-block-two .inner-box .lower-content {
    margin-top: 33px;
}
.shop-style-four .ads-block {
    background-image: url(../images/rides/bg-5.png) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.shop-block-two .inner-box .lower-content .why-choose-text {
    font-size: 17px !important;
    line-height: 1.5 !important;
    text-align: justify;
}
.shop-block-two .inner-box .lower-content .why-choose-h4 {
    font-size: 24px !important;
    margin-bottom: 21px !important;
    line-height: 1.4;
}

/************************************/
/***           Footer             ***/
/************************************/

.my-footer-logo {
    width: 90% !important;
    background: #b15f7569;
    border-radius: 60px;
    padding: 0px 30px 0px 22px;
}
.footer-font-color {
    color: black;
}
.my-footer-paragraph {
    color: white;
    text-align: justify;
}
.main-footer .social-links li a:hover {
    color: #e55a7e;
}

/************************************/
/***      About Breadcrumbs       ***/
/************************************/

.about-breadcrumb-1 {
    color: white;
}
.about-breadcrumb-1:hover {
    color: #f9508d;
}
.about-breadcrumb-2 {
    background-image: url(../images/rides/top-bg.jpg) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.about-breadcrumb-2:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgb(37 19 24 / 69%);
    opacity: 0.9;
}
.about-breadcrumb-3 {
    color: white;
}

/************************************/
/***          About Us            ***/
/************************************/
.about-blog-details-content {
    margin-top: -45px;
}
.about-subtitle {
    font-size: 20px;
}
.about-section .image-box .about-image-2 {
    top: -200px !important;
}
.about-section .image-box .about-rotate-box {
    right: -60px !important;
    top: -172px !important;
}
.about-section .my-image-box {
    margin-right: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
}
.about-section .my-image-box img {;
    border: 1px solid #d8d1c9;
    border-radius: 300px 300px 300px 10px;
}
.about-paragraph {
    text-align: justify;
}
.about-blackquote {
    font-size: 25px !important;
}
.about-blackquote-paragraph {
    font-size: 16px !important;
    font-style: normal !important;
    text-align: justify;
}
.about-large-container {
    max-width: 1680px;
    padding: 0px 85px;
    margin: 0 auto;
}
.about-blackquote-1 {
    padding: 40px 30px 32px 30px !important;
    border: none !important;
}
.about-section .image-box .about-image-2 img {
    border-radius: 250px 250px 10px 250px;
    border: 1px solid pink;
}
.about-blackquote-paragraph span {
    color: var(--theme-color);
    font-weight: 800;
}
.cta-section .about-inner-container {
    background: #ffffff !important;
    padding: 40px 26px 20px 26px !important;
}
.about-cta-h2 {
    color: #040404 !important;
    background: linear-gradient(to bottom, #f76188, #e72960) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    display: inline-block !important;
}

/************************************/
/***          Services            ***/
/************************************/
.service-section-subtitle {
    text-transform: uppercase;
}
.news-block-one .inner-box .services-post-info li {
    font-weight: 700;
    font-size: 20px !important;
}
.news-block-one .inner-box .services-post-info li:hover {
    color: #d30037;
}
.service-news-block {
    margin-bottom: 30px;
}
.service-section {
    margin-bottom: -65px;
}

/************************************/
/***     Products (Ferries)       ***/
/************************************/

.account-section .inner-container .tab-btns li a{
    position: relative !important;
    display: block !important;
    font-size: 18px !important;
    line-height: 28px !important;
    font-family: var(--title-font) !important;
    color: var(--title-color) !important;
    padding: 0px 40px !important;
}
.account-section .inner-container .tab-btns li a.active-btn {
    background: #fff !important;
}
.account-section .inner-container .tab-btns li .active-btn a {
    color: var(--theme-color) !important;
}
.account-section .inner-container .account-info .product-list a:hover {
    color: #f76188 !important;
}
.account-section .product-inner-container {
    min-height: 690px !important;
}
.account-section .inner-container .tab-btns .active-btn a {
    color: #f76188 !important;
}
.account-section .personal-info .single-item img{
  position: relative;
  display: block;
  border-radius: 10px;
  /*background: #fff;
  border: 1px dashed #D8D8D8;
  background: #FDF7F9;
  padding: 13px 20px;*/
  margin-bottom: 30px;
}

/* Image Hover Text */
.amusement-images {
  position: relative;
  overflow: hidden;
}
.overlay2 {
    position: absolute;
    bottom: 29px;
    background: rgb(0, 0, 0);
    background: rgb(173 173 173);
    width: 244px;
    transition: .5s ease;
    opacity: 0;
    color: #000000;
    font-weight: 600;
    font-size: 19px;
    padding: 10px;
    text-align: center;
    border-radius: 0px 0px 10px 10px;
}
.amusement-images:hover .overlay2 {
  opacity: 1;
}

.overlay1 {
    position: absolute;
    bottom: 29px;
    background: rgb(0, 0, 0);
    background: rgb(173 173 173);
    color: #f1f1f1;
    width: 381px;
    transition: .5s ease;
    opacity: 0;
    color: #000000;
    font-weight: 600;
    font-size: 20px;
    padding: 20px;
    text-align: center;
    border-radius: 0px 0px 10px 10px;
}
.amusement-images:hover .overlay1 {
  opacity: 1;
}

.my-amusement-images img {
  width: 100% !important;
  height: 250px !important;
  object-fit: cover !important;
  display: block !important;
}
.my-amusement-images-1 img {
  width: 100% !important;
  height: 170px !important;
  object-fit: fill !important;
  display: block !important;
}
.my-amusement-images-2 img {
  width: 100% !important;
  height: 391px !important;
  object-fit: cover !important;
  display: block !important;
}

/************************************/
/***          Products            ***/
/************************************/
.product-collection-section .tabs-box {
    padding-left: 30px !important;
}
.product-collection-section .sec-title {
    display: block !important;
    padding-left: 8px;
}
.collection-block-one .inner-box .lower-content h5 a {
    display: block;
    font-size: 15px;
    line-height: 28px;
    color: #E92530;
}
.collection-block-one .inner-box .lower-content h5 a:hover {
    color: #ff91ae;
}
.product-images img {
  width: 100% !important;
  height: 250px !important;
  object-fit: cover !important;
  display: block !important;
  border-radius: 10px;
}

/************************************/
/***          Contact             ***/
/************************************/
.info-block-one .contact-inner-box {
    background: #FECDB1;
    background-image: url(../images/rides/bg-contact.jpg) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    transition: all 500ms ease;
}
.contact-inner-box h4 {
    color: white;
}
.contact-inner-box p {
    color: white;
}
.contact-inner-box p a{
    color: white !important;
}
.contact-inner-box p a:hover{
    color: #f76188 !important;
    text-decoration: none !important;
}


/************************************/
/***      Floating Button         ***/
/************************************/
/* Base floating button style */
.btn-floating {
    position: fixed;
    left: 25px;
    overflow: hidden;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    border: 0;
    z-index: 9999;
    color: white;
    transition: .3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Main toggle (+) button */
.btn-floating.toggle-btn {
    bottom: 84px;
    background-color: #ff4d4d;
    font-size: 26px;
}

/* Action buttons (initially hidden) */
.fab-actions {
    position: fixed;
    left: 25px;
    bottom: 85px; /* just above toggle button */
    display: flex;
    flex-direction: column;
    gap: 15px;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
    z-index: 9999;
}

/* When active (via JS) */
.fab-actions.show {
    opacity: 1;
    pointer-events: auto;
}

/* Specific button styles */
.btn-floating.phone {
    background-color: #2a5f9f;
    bottom: 151px;
    left: 56px;
}

.btn-floating.phone:hover {
    background-color: #1e4574;
}

.btn-floating.whatsapp {
    background-color: #50aa28;
    bottom: 86px;
    left: 99px;
}

.btn-floating.whatsapp:hover {
    background-color: #1f7a12;
}

.btn-floating.youtube {
    background-color: #d92027;
    bottom: 19px;
    left: 56px;
}

.btn-floating.youtube:hover {
    background-color: #c03421;
}

.floating-phone,
.floating-whatsapp,
.floating-youtube {
    font-size: 24px !important;
}

/* Responsive tweaks */
@media (max-width: 576px) {
    .btn-floating {
        width: 45px;
        height: 45px;
        font-size: 20px;
    }
}



/************************************/
/***        Mobile 480px          ***/
/************************************/
@media (max-width: 480px) {
/*Breadcrumbs Responsive*/
    .ads-section .content-box span {
        font-size: 34px;
    }
    .about-breadcrumb-3 {
        font-size: 18px;
    }

    .my-theme-btn {
        margin: 0px 0px 0px -7px;
    }

/*Home Page Responsive*/

    .trusted-client {
        bottom: -18px;
        margin-right: -11px;
    }
    .about-content-box .section-subtitle {
        padding: 7px 0px 7px 10px;
        margin-top: 38px;
    }
    .shop-style-three .our-amusement-rides li {
        position: relative;
        display: inline-block;
        font-size: 14px;
        line-height: 23px;
        font-weight: 500;
        padding: 5px 16px;
        border-radius: 8px;
        transition: all 500ms ease;
        border: 1px solid #ebeaea;
        margin: 4px;
    }
    .about-section .image-box {
        margin-top: 44px !important;
    }
    .about-section .image-box .about-image-1 {
        border-radius: 0px !important;
    }
    .about-section .my-image-box img {
        border-radius: 10px !important;
    }
    .about-section .image-box .about-image-2 {
        margin-top: 225px !important;
        margin-bottom: -165px;
    }
    .about-section .image-box .about-rotate-box {
        right: -11px !important;
        top: -252px !important;
    }
    .main-header .logo-box {
        display: none;
    }
    .my-list-item-1 li {
        margin: 7px 0px 18px 0px;
    }
    .my-list-item-2 li {
        margin: 7px 0px 18px 0px;
    }
    .shop-section {
        margin-bottom: 37px;
    }

/*About Page Responsive*/
    .responsive-about-blackquote-2 {
        margin-top: 30px;
    }

/*Product Page Responsive*/
    .product-collection-section .tabs-box {
        padding-left: 0px !important;
    }
    .collection-section {
        margin-bottom: 34px;
    }

/*Service Page Responsive*/
    .news-block-one .inner-box {
        margin-bottom: 50px !important;
    }

/*Product Inside Page Responsive*/
    .overlay2 {
        width: 288px;
        font-size: 18px;
    }
    .overlay1 {
        width: 288px;
        font-size: 18px;
    }
    .account-section .sec-title h2 {
        font-size: 32px !important;
    }
}