
/* { BANNER } */
.banner .container {max-width: 100%; padding: 0; text-align: center;}

/* { SHOWCASE } */
.showcase {padding-block: 32px 50px;}
.showcase .head {margin-bottom: 46px; text-align: left;}
.showcase .head :first-child {font-size: var(--fs-xl, 28px); font-weight: 600; margin-bottom: 8px;}
.showcase .head h1 strong{color: #fff; background-color: var(--c-grey);margin-right:8px}
.h2-style{font-size: 22px; font-weight: 600; margin-bottom: 12px;}
.h2-style strong{color: #fff;margin-right:8px;padding: 0px 6px;}
.h2-style.gr strong{background-color: var(--c-green);}
.h2-style.br strong{background-color: var(--c-brown);}
.h2-style.pr strong{background-color: var(--c-primary);}
.h2-style.red strong{background-color: var(--c-red);}
.h2-style.sky strong{background-color: var(--c-sky);}

.showcase .head p {max-width: 975px; margin-inline: auto;}
.showcase .wrapper {display: grid; grid-template-columns: var(--showcase-columns, repeat(4, 1fr)); gap: var(--showcase-gap, 40px 22px); margin-bottom: 43px;}
.cardsp .image-container img {width:384px;height:219px;object-fit:cover}
.showcase .product-item {width: 100%;}
.showcase .product-item img {width: 100%; margin-bottom: 20px; border-radius: 15px;}
.showcase .product-item :nth-child(2) {font-size: var(--fs-sm, 18px); font-weight: 600; color: #000; display: block;}
.showcase .product-item:hover :nth-child(2) {color: var(--c-primary);}
.showcase .all-products a {width: 179px; margin-inline: auto;}
.showcase :where(.head, .head :first-child, .head p, .product-item :nth-child(2)) {transition: var(--transition);}

.showcase .container .wrapper .card {
    width: 300px;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    background-color: white;
}
.showcase .container .wrapper .card a{display:unset}
.showcase .container .wrapper .card a .image-container {
    position: relative;
    width: 100%;
    height: 180px;
}

.showcase .container .wrapper .card a .card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.showcase .container .wrapper .card .overlay-text {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    font-size: 14px;
    padding: 5px;
    text-align: center;
    font-weight: bold;
}

.cardsp .content {width:100%;padding: 15px;}
.cardsp .location {display: inline-block;background-color: #E0E0E0;color: #333;padding: 5px;font-size: 12px;border-radius: 3px;margin-bottom: 10px;}
.title {font-size: 18px;margin: 10px 0;color: #000;}
.cardsp .description {font-size: 14px;color: #666;margin-bottom: 15px;}
.cardsp .footer {display: flex;justify-content: space-between;align-items: center;}
.cardsp .author {display: flex;align-items: center;}
.cardsp .author .author-image {width: 30px;height: 30px;border-radius: 50%;margin-right: 8px;}
.date {font-size: 12px;color: #666;}
.cardsp .share-icon {font-size: 18px;color: #999;cursor: pointer;}



.blogs .sidebar {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
    gap:18px
}

.blogs .sidebar form {
    display: flex;
    align-items: center
}

.blogs .sidebar form input {
    width: 100%;
    height: 50px;
    font-size: var(--fs-base, 16px);
    padding-inline:20px;border-radius: 5px 0 0 5px;
    background-color: var(--_c-input);
    border: none
}

.blogs .sidebar form button {
    height: 50px;
    padding-inline:20px;border-radius: 0 5px 5px 0
}

.blogs .sidebar form button svg {
    vertical-align: middle
}



.blogs .sidebar .latest li {
    margin-bottom: 20px;
    display: flex;
    border-bottom: 1px solid #bdb3b3;
    padding-bottom: 12px;
}

.blogs .sidebar .latest li a {
    display: flex;
    align-items: flex-start
}

.blogs .sidebar .latest li a img {
        flex: none;
    width: 70px;
    max-height: 70px;
    min-height: 70px;
    object-fit: cover;
    min-width: 70px;
}

.blogs .sidebar .latest li div {
    margin-left: 20px
}

.blogs .sidebar .latest li div>:first-child {
    font-size: 14px;
    font-weight: 500;
    line-height: var(--lh-df);
    color: #000;
    font-weight:bold;
    margin-bottom: 4px;
    max-height: 50px;
    -webkit-line-clamp: 2
}

.blogs .sidebar .latest li div>:nth-child(2) {
    display: block;
    font-size: 12px;
    color: var(--_c-text)
}
.navarrowbtn{max-height:80px; margin-top:50%}


/*  gallery */
.gallery {padding-block: 25px 15px;}
.gallery .head {margin-bottom: 40px;}
.gallery .head :first-child {font-size: var(--fs-xl, 36px); margin-bottom: 20px;}
.gallery .head p {max-height: 75px; }
.gallery .wrapper {display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px;}
.gallery .box:nth-of-type(1) {grid-row: 1/3; grid-column: 1/3;}
.gallery .box { position:relative; }
.gallery .box > a {  position:absolute ; bottom:0; left:0; display: flex; flex-direction: column; align-items: center; justify-content: center; background-color: #00000085; width:100%; max-width:80%;  border-top-right-radius:15px;  padding-block:13px 15px; }
.gallery .box > a:hover  { background-color: #F5F5F5; transition:var(--transition); color:#000 !important}
.gallery .box > a:hover :nth-child(1)   { color:#000; }
.gallery .box > a:hover :nth-child(2)   { color:var(--c-secondary); }
.gallery .box:nth-of-type(1) > a {  padding-block:24px; }
.gallery .box > a :first-child {position: relative; font-size: var(--fs-sm); font-weight:700;  margin-bottom: 10px; color:#fff;padding-left:10px}

.gallery .box > a:nth-child(2) {  color: #0A489B;  font-weight: 700; font-size:var(--fs-xs);  } 
.gallery .box > a button:hover {text-decoration: underline;}
.gallery :where(.head, .head *, .wrapper, .box, .box *) {transition: var(--transition);}

.avscard ul li a{display:flex}
.avscard ul li a div :nth-child(1) {font-size :20px;padding:0 10px;color:#000}
.avscard ul li a div :nth-child(2), .avscard ul li a div :nth-child(3) {padding:0 10px;font-size:12px;font-weight:bold;color:#000}
small{color:#000}
.avscard ul li a img{width:132px;height:66px;object-fit:cover;min-width:132px}
/*  th_showcase-7*/
.th_showcase-7{margin-top:70px}
.th_showcase-7 .th_products > :first-child {text-align: center;}
.th_showcase-7 .th_products > p { padding-block: 8px 36px; text-align: center;}
.th_showcase-7 .th_cards-container {display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;}
.th_showcase-7 .th_card img {border-radius: 20px;height:230px}
.th_showcase-7 .th_card .title {position: relative; margin: -75px auto 0 auto; max-width: 315px; background-color: #fff; border-radius: 20px; padding: 30px; box-shadow: 0 4px 4px rgb(0 0 0 / 15%); z-index: 10; transition: var(--transition);}
.th_showcase-7 .th_card .title > :first-child {display: block; color: var(--c-dark); margin-bottom: 12px; text-align:start;font-size:15px }
.th_showcase-7 .th_card ul {display: inline-flex; align-items: center; margin-bottom: 6px}
.th_showcase-7 .th_card ul li {padding-right: 3px;}
.th_showcase-7 .th_card  div > :last-child { display: flex; justify-content: space-between; color: var(--c-primary); font-weight: 700; font-size: var(--fs-xs);margin-top:12px;align-items:baseline}


/* { TESTINONIALS } */
.testimonials {padding-block: 35px 65px;}
.testimonials .title {margin-bottom: 5px; text-align: center;}
.testimonials .title :first-child { font-weight: 600; line-height: var(--lh-xl);}
.testimonials .title div{display:flex;justify-content: space-between;color: var(--c-primary);font-weight: 700;
    font-size: var(--fs-xs);}
.testimonials .wrapper {align-items: flex-start; gap: 27px;}
.testimonials .review {background-color: var(--c-bg); border-radius: 20px; padding: 26px;}
.testimonials .review > :first-child {display: block; font-size: var(--fs-base, 16px); font-weight: 700; line-height: var(--lh-xl);}
.testimonials .review ul {display: flex; align-items: center; gap: 4px; margin-bottom: 23px;}
.testimonials .review > :nth-child(3) {font-size: calc(var(--fs-md, 24px) + 2px); font-weight: 600; line-height: var(--lh-df); margin-bottom: 16px; max-width: 300px;}
@supports (display: -webkit-box) {
    .testimonials .review > :nth-child(3) {display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; text-overflow: ellipsis;}
}
.testimonials .review img{max-height:326px;min-height: 239px;object-fit: cover}
.testimonials .review > p {height: 174px;}
.testimonials :where(.title :first-child, .wrapper, .review, .review *) {transition: var(--transition);}

/* ( MEDIA QUERY ) */
@media only screen and (width <= 1200px) {
    /* (Quote Form) */
    .th_showcase-7 .th_card .th_card-title {margin-bottom: 15px;}
.th_showcase-7 .th_card div {padding: 0;}
.th_showcase-7 .th_card .title {padding: 20px;}
    .quote .wrapper {grid-template-columns: 460px 1fr;}
    .quote form .captcha {gap: 11px;}
    .quote form .captcha input {max-width: 130px;}
    .quote form .captcha a.button {max-width: 140px;}
    /* (Podcast) */
    .podcast .wrapper {gap: 80px;}
    /* (Advisory) */
    .advisory .wrapper {gap: 30px;}
    /* (Brand) */
    .brand .steps {column-gap: 0;}
    /* (Ideas) */
    .ideas .content {max-width: 460px;}
    /* (Details) */
    .details .wrapper {align-items: flex-end;}
    /* (Testimonials) */
    .testimonials {--fs-md: 22px;}
}

@media only screen and (width <= 991px) {
    /* (Quote Form) */
    .blogs .sidebar{ grid-template-columns: repeat(3,1fr);}
    .th_showcase .th_cards-container { grid-template-columns: repeat(3,1fr);}
    .gallery .box:nth-of-type(1) {grid-row: 1/1; grid-column: 1/1;}
    .gallery .box > a { max-width:85%; padding-block:12px; }
    .gallery .box:nth-of-type(1) > a { max-width:212px; padding-block:12px; }
    .quote .wrapper {grid-template-columns: 1fr;}
    .quote .form-image {display: none;}
    .quote .form {border-radius: 15px;}
    .quote .form .head p {max-width: 350px;}
    .quote form .captcha {margin-bottom: 23px;}
    .quote form .captcha a.button {max-width: 180px;}
    /* (Services) */
    .services .wrapper {grid-template-columns: repeat(3, 1fr);}
    /* (Podcast) */
    .podcast .wrapper {grid-template-columns: 1fr; gap: 30px; padding: 0;}
    .podcast .podcast-image {order: -1; margin-inline: auto;}
    /* (Advisory) */
    .advisory .wrapper {grid-template-columns: 1fr;}
    .advisory .advisory-image {width: fit-content; margin-inline: auto;}
    /* (Brand) */
    .brand .wrapper {grid-template-columns: 1fr; gap: 30px;}
    .brand .brand-image {max-width: 480px; margin-inline: auto;}
    .brand .steps {grid-template-columns: repeat(2, 1fr); column-gap: 20px;}
    /* (Ideas) */
    .ideas .wrapper {grid-template-columns: 1fr; gap: 30px; place-items: unset;}
    .ideas .content {max-width: 100%;}
    .ideas .ideas-image {order: -1; margin-inline: auto;}
    /* (Details) */
    .details .wrapper {grid-template-columns: 1fr; padding: 0;}
    .details .details-image {order: -1; margin-inline: auto;}
}

@media only screen and (width <= 767px) {
    /* (Showcase) */
    .blogs .sidebar{ grid-template-columns: repeat(2,1fr);}
    .th_showcase .th_cards-container { grid-template-columns: repeat(2,1fr); justify-items: center;}
    .gallery .wrapper {grid-template-columns: repeat(2, 1fr);}
.gallery .box > a { max-width:90%; padding-block:10px; }
.gallery .box:nth-of-type(1) > a { max-width:220px; padding-block:10px; }
.gallery .box > a :first-child::before { inset : 30px 0 0; }
    .showcase .product-item img {margin-bottom: 15px;}
    /* (Services) */
    .services {padding-bottom: 30px;}
    .services .wrapper {grid-template-columns: repeat(2, 1fr);}
    /* (Podcast) */
    .podcast {padding-block: 20px;}
    /* (Testimonials) */
    .testimonials {--fs-md: 20px;}
    .testimonials .wrapper {gap: 20px;}
    .testimonials .review {padding: 20px;}
}

@media only screen and (width <= 575px) {
    /* (Quote Form) */
    .blogs .sidebar{ grid-template-columns: repeat(1,1fr);}
    .th_showcase {padding-block: 20px;}
.th_showcase .th_cards-container { grid-template-columns: 1fr;}
    .gallery .box > a { max-width:100%; padding-block:8px; }
.gallery .box:nth-of-type(1) > a { max-width:188px; padding-block:8px; }
    .quote form .captcha {flex-direction: column;}
    .quote form .captcha input {max-width: 100%; max-width: 100%;}
    .quote form .captcha a.button {width: 100%; max-width: 100%;}
    /* (Testimonials) */
    .testimonials {--fs-xl: 26px; --fs-md: 18px;}
    .testimonials .review > :nth-child(3) {max-width: 100%;}
    .testimonials .review > p {height: 96px;}
}

@media only screen and (width <= 475px) {
    /* (Showcase) */
    .gallery .head {margin-bottom: 20px;}
.gallery .head :first-child {margin-bottom: 10px;}
.gallery .wrapper {grid-template-columns: 1fr;}
.gallery .box img {width: 100%;}
    .showcase .head {margin-bottom: 30px;}
    .showcase .product-item :nth-child(2) {text-align: center;}
    /* (Quote Form) */
    .quote form .group {flex-direction: column;}
    .quote .form .head p {max-width: 300px;}
    /* (Services) */
    .services .wrapper {grid-template-columns: 1fr; gap: 20px;}
    .services .content {gap: 8px; place-items: center; text-align: center;}
    /* (Podcast) */
    .podcast .content ul {gap: 15px;}
    /* (Brand) */
    .brand .steps {grid-template-columns: 1fr; gap: 30px; margin-top: 30px;}
    .brand .steps li :first-child {width: 48px; height: 48px;}
    /* (Ideas) */
    .ideas .wrapper {padding: 0;}
    .ideas .content ul {grid-template-columns: 1fr; gap: 20px;}
    .ideas .content > a.button-lt {margin-inline: auto;}
    /* (Testimonials) */
    .testimonials {--fs-xl: 22px;}
}