/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.text-banner h1 {
    font-size: 80px;
}
.text-banner h3 {
    font-size: 50px;
}
/*.text-banner p:before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    background: #fff;
    width: 40px;
    height: 1px;
}*/
.text-banner p {
    position: relative;
    padding-left: 60px;
}
.btn-learn {
    background: transparent !important;
    border: 1px solid #cfcfcf !important;
    color: #000000 !important;
    border-radius: 999px !important;
    transition: .35s;
    padding: 10px 0 10px 20px;
    font-size: 14px;
    letter-spacing: 2px;
}
.secondary.btn-learn {
    color: #fff !important;
}
.btn-learn:hover {
    background: linear-gradient(45deg, #d01919, #f15b22) !important;
    border-color: #f15b22 !important;
    color: #fff !important;
}

.btn-learn:hover i{
    transform:translateX(6px);
}
.btn-learn{
    position:relative;
    padding-right:55px!important;
}
.btn-learn:after {
    content: "\f178";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    right: 10px;
    top: 15%;
    transform: rotate(-45deg);
    line-height: 33px;
    transition: .3s ease;
    background: #f15b22;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    color: #fff;
}
.btn-learn:hover:after {
    transform: rotate(0deg);
    background: #fff;
    color: #000;
}
.heading-ct h2 {
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 15px;
}
.heading-ct h4 {
    font-size: 13px;
    letter-spacing: 3px;
    color: #666;
    border: 1px solid #cfcfcf;
    display: inline;
    padding: 3px 15px;
    border-radius: 999px;
}
.heading-ct p {
    line-height: 30px;
    margin-bottom: 35px;
}
.banner-ab, .banner-ab .banner-bg img {
    border-radius: 20px;
}
.banner-ab.left {
    z-index: 1;
}
.banner-ab.left:after {
    content: '';
    position: absolute;
    background: #fff;
    width: 110%;
    height: 110%;
    top: -15px;
    left: -15px;
    z-index: -1;
    border-radius: 20px;
}
.heading-ct h2 span {
    background: linear-gradient(45deg, #d01919, #f15b22) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
}
.img-ab {
    background: #fff;
    border-top-right-radius: 50%;
}
.img-ab img {
    border-radius: 50%;
    padding: 10px;
    -webkit-animation: hlk-animation-spin 10s linear infinite;
    -moz-animation: hlk-animation-spin 10s linear infinite;
    animation: hlk-animation-spin 10s linear infinite;
}
.img-ab:before {
    position: absolute;
    content: '';
    bottom: 0px;
    right: -20px;
    background: transparent;
    width: 20px;
    height: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 6px 6px 0 6px #fff;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.img-ab:after {
    position: absolute;
    content: '';
    top: -20px;
    left: 0;
    background: transparent;
    width: 20px;
    height: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 6px 6px 0 6px #fff;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.hlk-animation-spin {
  -webkit-animation: hlk-animation-spin 10s linear infinite;
  -moz-animation: hlk-animation-spin 10s linear infinite;
  animation: hlk-animation-spin 10s linear infinite;
}

@-moz-keyframes hlk-animation-spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes hlk-animation-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes hlk-animation-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.sec-process .heading-ct h4 {
    color: #fff;
}
.box.has-hover .box-text {
    background: linear-gradient(0deg, #212121, transparent);
    border-radius: 0 0 20px 20px;
}
.portfolio-archive .box.has-hover .box-text {
    border-radius: 0 0 20px 20px;
}
.sec-coll .box.has-hover .box-text, .sec-blog .box.has-hover .box-text, .sec-collection-page .box.has-hover .box-text {
    background: linear-gradient(0deg, #fff, transparent);
    height: 100px;
}
.box.has-hover:hover .box-text {
    background: linear-gradient(0deg, #f15b22, #f15b2200);
    border-radius: 0 0 20px 20px;
}
.img-about .box-text {
    background: #fff !important;
    border-radius: 0 !important;
}
.sec-process .box-text h3, .portfolio-box-title {
    font-size: 22px;
    letter-spacing: 3px;
    font-weight: bold;
    transform: translateY(50px);
    transition: opacity .3s ease,
                transform .3s ease,
                visibility .3s ease;
}
.portfolio-box-title {
    transform: translateY(20px);
    opacity: 1;

}
.sec-process .box.has-hover:hover .box-text h3 , .box.has-hover:hover .portfolio-box-title{
    transform: translateY(0px);
    transition: opacity .3s ease,
                transform .3s ease,
                visibility .3s ease;
}
.sec-process .box.has-hover .box-text p, .portfolio-box-category {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity .3s ease,
                transform .3s ease,
                visibility .3s ease;
}
.portfolio-box-category {
    color: #fff !important;
    opacity: 1;
    letter-spacing: 3px;
}
.sec-process .box.has-hover:hover .box-text p, .box.has-hover:hover .portfolio-box-category{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.box.has-hover .box-image{
    position: relative;
    overflow: hidden;
}

.box.has-hover .box-image:before {
    content: "\f178";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #f15b22;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
    transform: translate(-50%, -50%) rotate(0deg) scale(0);
    opacity: 0;
    transition: all .3s ease;
    z-index: 10;
    pointer-events: none;
}

.box.has-hover:hover .box-image:before{
    transform: translate(-50%, -50%) rotate(-45deg) scale(1);
    opacity: 1;
}
.nav-outline li a {
    border: 1px solid #ccc;
}
.nav-outline>li.active>a {
    background: linear-gradient(45deg, #d01919, #f15b22) !important;
    border-color: #f15b22 !important;
    color: #fff !important;
}
.video-button-wrapper{
    position: relative;
}

.video-button-wrapper .open-video{
    position: relative;
    background: linear-gradient(45deg, #d01919, #f15b22) !important;
    border: none !important;
    color: #fff !important;
    box-shadow: 0 0 25px rgba(241,91,34,.35);
}

.video-button-wrapper .open-video:before,
.video-button-wrapper .open-video:after{
    content:"";
    position:absolute;
    inset:-8px;
    border-radius:50%;
    border:2px solid rgba(241,91,34,.4);
    animation: glow 2s infinite alternate;
}

.video-button-wrapper .open-video:after{
    animation-delay:1s;
}

@keyframes glow{
    from{
        box-shadow:0 0 10px rgba(241,91,34,.3);
    }
    to{
        box-shadow:
            0 0 20px rgba(241,91,34,.5),
            0 0 40px rgba(241,91,34,.3);
    }
}

.video-button-wrapper .open-video:hover{
    box-shadow:
        0 0 20px rgba(208,25,25,.5),
        0 0 40px rgba(241,91,34,.5);
}
.video-button-wrapper i.icon-play {
    top: 2px;
    font-size: 30px !important;
}
.sec-video .section-bg, .sec-ft-contact .section-bg {
    background-attachment: fixed !important;
    background-size: cover !important;
    background-position: top !important;
    background: url(http://localhost/newhilykan/wp-content/uploads/2026/06/bg-video2.jpg);
}
.sec-ft-contact .section-bg {
    background: url(http://localhost/newhilykan/wp-content/uploads/2026/06/clip-bg.jpg);
}
.sec-ft-contact .section-bg:before {
    content: '';
    position: absolute;
    background: linear-gradient(0deg, white, transparent);
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
}
.badge-inner {
    background: linear-gradient(45deg, #d01919, #f15b22) !important;
}
.box-blog-post .is-divider {
    display: none;
}
.post-title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.sec-ft-contact .icon-box-img .icon {
    padding: 30px;
    width: 120px !important;
    height: 120px !important;
    border-radius: 50%;
    background: #fff;
}
.sec-ft-contact .icon-box-img .icon:hover {
    background: linear-gradient(45deg, #d01919, #f15b22) !important;
}
.sec-ft-contact .icon-box-img .icon:hover img {
    filter: brightness(0) invert(1);
}
.sec-ft-bt {
    padding-bottom: 0 !important;
}
.flickity-button svg {
    display: none !important;
}
.flickity-prev-next-button.previous::before {
    content: "\f177";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 24px;
    color: #fff;
}
.flickity-prev-next-button.next::before {
    content: "\f178";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 20px;
    color: #fff;
}
.flickity-prev-next-button {
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.flickity-prev-next-button {
    width: 45px !important;
    height: 45px !important;
    border-radius: 50%;
    /*background: linear-gradient(45deg,#d01919,#f15b22) !important;*/
    color: #fff !important;
    border: 0 !important;
}

.flickity-prev-next-button:hover {
    transform: scale(1.08);
}
.slider-show-nav .flickity-prev-next-button {
    opacity: 1;
}
.sec-about:before {
    content: '';
    position: absolute;
    background: linear-gradient(0deg, #ffffff, transparent);
    top: -100px;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 2;
}
.page-title:after {
    content: '';
    position: absolute;
    background: linear-gradient(0deg, #ffffff, transparent);
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 2;
}
.img-ab-br img {
    border-radius: 20px;
}
.img-about img {
    border-radius: 20px 20px 0 0;
}
.col-op .col-inner {
    border-radius: 0 0 20px 20px !important;
}
.sec-ab-2 {
    padding-bottom: 0 !important;
}
.sec-ab-3 {
    padding-top: 0 !important;
}
.sec-ab-3 .img-ab-br {
    margin: auto;
}
.sec-ab-3 .img-ab-br:before {
    background: #fff;
    content: '';
    position: absolute;
    width: 110%;
    height: 100%;
    top: 25px;
    left: -25px;
    border-radius: 20px;
}
.portfolio-featured-title {
    height: 500px;
}
.portfolio-featured-title .page-title-inner {
    min-height: 300px;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.nav-outline {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: thin;
    gap: 0;
    padding: 10px 0;
    justify-content: flex-start;
}
.nav-outline a {
    width: max-content;
}
.sec-blog .row-slider .flickity-prev-next-button {
  width: 45px !important;  
}
.heading-ct h2 {
    font-size: 35px;
}
.heading-ct h4 {
    font-size: 11px;
}
.text-banner h1 {
    font-size: 40px;
}
.text-banner h3 {
    font-size: 25px;
}
.text-banner p {
    display: none;
}
.img-about .image-cover, .img-ab-br .image-cover {
    padding-top: 300px !important;
}
.sec-ab-3 .img-ab-br:before {
    left: -70px;
}
.portfolio-featured-title {
    height: 400px;
}
}


/* form contact */
/* Layout */
.cf7-row{
    display:flex;
    gap:30px;
}

.cf7-col{
    width:50%;
}

/* Label */
.wpcf7 label{
    display:block;
    font-size:16px;
    color:#555;
    margin-bottom:8px;
    font-weight:400;
}

/* Input */
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid #e3e3e3;
    background: transparent;
    box-shadow: none;
    padding: 0;
    margin-bottom: 15px;
    font-size: 16px;
    color: #222;
    height: 20px;
}

.wpcf7 textarea{
    min-height:150px;
    resize:none;
}

/* Focus */
.wpcf7 input:focus,
.wpcf7 textarea:focus{
    border-bottom-color:#f15b22;
    outline:none;
    box-shadow:none;
}

/* Button */
.wpcf7 input[type="submit"] {
    background: linear-gradient(45deg, #d01919, #f15b22) !important;
    color: #fff;
    border: none;
    padding: 10px 35px;
    letter-spacing: 4px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    transition: .3s ease;
    border-radius: 999px;
}

.wpcf7 input[type="submit"]:hover{
    background:#111;
}

/* Mobile */
@media(max-width:767px){
    .cf7-row{
        flex-direction:column;
        gap:0;
    }

    .cf7-col{
        width:100%;
    }
}