/* Apply background image */
.bg-tk3r2-one {
    background-image: url('https://www.dubaitrade.ae/media/k2/items/cache/4a5dadae8236179289a29d4a9cb30754_XL.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh; /* Adjust as needed */
    display: flex;
    align-items: center;
}

.bg-tk3r2-two {
    background-image: url('https://dtcms.cachefly.net/images/assets/explore/explore-parallax-bg1.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 50vh;
    display: flex;
    align-items: center;
}

/* Style the content container */
.content-tk3r2 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px;
}

/* Style the floating text */
.text-tk3r2 {
    width: 50%;
    float: left;
}

.divider-white-tk3r2 {
    width: 50px;
    height: 3px;
    background-color: white;
    margin: 0 auto;
}
.divider-red-tk3r2 {
    width: 50px;
    height: 3px;
    background-color: red;
    margin: 0 auto;
}

/*////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////*/
.box-icon-tk3r2 {
    border: 1px solid grey;
}
/* Hide the <p> tag by default */
.hidden {
    display: none;
}

/* Show the <p> tag when the parent is hovered */
.box-icon-tk3r2:hover .hidden {
    display: block;
}

.box-icon-tk3r2:hover {
    cursor: pointer;
    transform: scale(0.8);
    transition: opacity 0.4s ease-out, transform 0.8s ease-in;
}

.tk3r2-h50{
    height:50px;
}
/* Style for the box */
.code-box {
    border: 1px solid #ccc;
    padding: 15px;
    background-color: #f7f7f7;
    border-radius: 5px;
    margin-bottom: 20px;
}

/*////////////////////////////////////////////////*/
/*///////////////////////////////////////////////*/
/*/// use in create, update widget_group page ///*/
/* Float button edit and del */
.position-relative {
    position: relative;
}

.edit-delete-icons {
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 2px;
}

.edit-delete-icons a {
    margin: 3px;
}

.cursor-pointer:hover{
    cursor:pointer;
}

/*/////////////////////////*/
/* ON TEXT HOVER */
.text-hover-red:hover {
    color: red;
}

.text-hover-blue:hover {
    color: blue;
}

.text-hover-green:hover {
    color: green;
}

.text-hover-yellow:hover {
    color: yellow;
}

.text-hover-orange:hover {
    color: orange;
}

.text-hover-purple:hover {
    color: purple;
}

.text-hover-pink:hover {
    color: pink;
}

.text-hover-teal:hover {
    color: teal;
}

.text-hover-cyan:hover {
    color: cyan;
}

.text-hover-brown:hover {
    color: brown;
}


