.tt-btn:active, .tt-btn:focus {
    color: white;
    text-decoration: none !important;
    cursor: pointer;
}


/*=========================== read more and less button ===========================*/

.tt-intro-readmore-btn,
	.tt-intro-readless-btn {
		display: block;
		border: none;
		background: none;
		color: #ff3636;
		font-size: 16px;
		cursor: pointer;
		padding: 0;
        margin-right: 15px;
	}
/* hide "Read less" by default */
	.tt-intro-readless-btn {
		display: none;
	}


/*=========================== read more and less button ===========================*/

/*=========================== select package button ===========================*/

 .explore-btn {
            background: linear-gradient(45deg, #ff4757, #ff6b81);
            color: white;
            border: none;
            padding: 8px 32px;
            border-radius: 50px;
            font-size: 14px;
            font-weight: 600;
            cursor: pointer;
            box-shadow: 0 5px 15px rgba(255, 71, 87, 0.4);
            transition: transform 0.2s ease, box-shadow 0.2s ease;
            text-decoration: none;
            display: inline-block;
        }

        .explore-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 20px rgba(255, 71, 87, 0.6);
            color: white;
            text-decoration: none;
        }

        .explore-btn:active {
            color: white;
            text-decoration: none;
            transform: translateY(0);

        }
/*=========================== select package button ===========================*/

/*=========================== --- Modal Trigger Button --- ===========================*/
        .tt-my-open-modal-btn{
            margin-top: 15px;
            padding:5px 10px;
            background: linear-gradient(134deg, #f30720 11%, #f30720 35%, #fd2e2e 55%);
            color:#fff;
            border:none;
            border-radius:8px;
            cursor:pointer;
            font-size:16px;
            font-weight:600;
            box-shadow:0 4px 10px rgba(0,0,0,0.15);
        }
/*=========================== --- Modal Trigger Button --- ===========================*/

/*=========================== pakage button and slide.. ===========================*/
.package-info .btn-primary{
  /* background: linear-gradient(39deg, rgb(68, 68, 189), rgb(3, 158, 249) 80%); */
  background: linear-gradient(134deg, #f30720 11%, #f30720 35%, #fd2e2e 55%);
  color: rgb(255, 255, 255);
  border: 0;
  padding: 9px 20px;
  font-size: 14px;
  transition: all 0.5s ease 0s;
  border-radius: 12px;
  font-weight: 500;
  text-align: center;
  display: block;
  margin: 0 auto;
}
/*=========================== pakage button and slide.. ===========================*/

/*=========================== package delai;s and show button ===========================*/
  .tt-my-btn-layout-new {
       display: flex;
    align-items: center;
    justify-content: center;
        gap: 20px;
        padding-top: 15px !important;
        padding-bottom: 10px !important;
        text-align: center;   /* Center inline elements inside */
        margin: 0 auto;       /* Center the block itself */
}

/*=========================== MOBILE - stack vertically and place image on top ===========================*/
   .tt-my-btn-new {
    height: 40px;
    line-height: 40px;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    border-radius: 12px;
    text-decoration: none !important;
    font-family: "Poppins", sans-serif;
    transition: 0.3s ease;
}



/*=========================== Not Important Button — Soft Low Priority ===========================*/
.tt-my-btn-soft {
    background: linear-gradient(134deg, #f30720 11%, #f30720 35%, #fd2e2e 55%);
    border:1px solid  #b2273a;
    color: #fff !important;
    box-shadow: 0 4px 14px rgba(255, 0, 200, 0.4);
    cursor: pointer;
    
}


/*=========================== Important Button — Neon Gradient ===========================*/
.tt-my-btn-main {
    background: #fff;
    color: #555;
    border: 1px solid #f30720;
    align-self:center;
}

.tt-my-btn-main:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(255, 0, 200, 0.6);
    text-decoration: none;
}

/*=========================== package delai;s and show button ===========================*/

/*=========================== black slider button ===========================*/
/* CTA */
  .tt-destination-pack-book-btn a {
   background: linear-gradient(134deg, #f30720 11%, #f30720 35%, #fd2e2e 55%);
    color: #fff;
    text-decoration: none;
    padding: 5px 28px;
    border-radius: 12px;
    font-size: 12px;
    display: inline-block;
    margin-top: 8px;
    box-shadow: 0 6px 12px rgba(0,0,0,0.12);
    position:relative;
    z-index: 1;
    cursor: pointer;
  }
  .tt-destination-pack-book-btn a:hover{
    text-decoration:none;
    color:#fff;
  }
  .tt-destination-pack-book-btn a:before{
    content:'';
    width:0;
    height:100%;
    background:linear-gradient(to right, #FF3B30, #FF9500);
    left:0;
    top:0;
    opacity:0;
    position:absolute;
    border-radius: 12px;
    z-index: -1;
    transition:all .3s;
  }
  .tt-destination-pack-book-btn a:hover:before{
    opacity:1;
    width:100%;
  }

  /*=========================== black slider button ===========================*/



/*=================== mobile footer button =================================*/
.tt-my-share-call a {
    color: #fff;
    font-weight: 500;
    padding: 13px 23px;
    cursor: pointer;
    font-size: 13px;
}

.tt-my-share-call a:hover {
    color:#fff;
        text-decoration: none;
}

.tt-my-share-call{
    display:none;
     width: 100% !important;
    background: linear-gradient(134deg, #f30720 11%, #f30720 35%, #fd2e2e 55%);
    border: none !important;
     box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
     border-radius: 10px;
    margin:0px !important;
    padding:10px
}

 .tt-my-share-request-ui {
    position: fixed;
    bottom: 0;
    left: 0;
    background: transparent;
    width: 100%;
    transition: all .5s ease-in 0;
    z-index: 2;
    transform-origin: left;
    padding: 8px;
}

 .tt-my-call-customize {
    display: block !important;
}
.tt-my-share-call .customize-get-ui-image{
    display: inline !important;
}

@media screen and (max-width: 768px) {
.tt-my-share-call {
    display: block;
    text-align:center;
  }
}
/*=================== mobile footer button =================================*/

.formpage_container_popup .close-btn {
    vertical-align: middle;
    margin-right: 25px;
    float: none;
    top: -8px;
    position: absolute;
    z-index: 2;
    transform: scale(.7);
    right: -10px;
}
.search_sprite {
    background-image: url(../.././img/blog_search_icons_new.png) !important;
    background-repeat: no-repeat;
}
@media screen and (max-width: 991px) {
    .close_icon {
        float: right;
        padding: 25px 5px;
        height: 20px;
        line-height: 15px;
        background-position: -357px -249px;
        width: 40px;
        opacity: .5;
    }
  }
  
/*======================= model button ====================================*/

.tt-my-edit-btn {
            background: linear-gradient(135deg,#2dd4bf, #1c6dd0);
            color: #fff;
            border: none;
            padding: 8px 18px;
            border-radius: 20px;
            cursor: pointer;
            font-size: 14px;
            font-weight: 600;
            box-shadow: 0 4px 10px rgba(45, 212, 191, 0.4);
            transition: transform 0.2s;
        }

        .tt-my-edit-btn:hover { transform: translateY(-1px); }


         /* --- Footer Button --- */
         .tt-my-new-book-btn {
            display: block;
            width: 100%;
            text-align: center;
            margin-bottom: 10px;
            background: linear-gradient(135deg, #1c6dd0,#2dd4bf);
            border: none;
            padding: 10px;
            color: #fff;
            font-size: 15px;
            border-radius: 14px;
            cursor: pointer;
            box-shadow: 0 8px 20px rgba(0,0,0,0.15);
            font-weight: 600;
            transition: opacity 0.2s;
            position: relative;
            top:20px;
        }
        .tt-my-new-book-btn:hover { opacity: 0.9;color: white;
        text-decoration: none; }



/*======================= model button ====================================*/
