/*!
Theme Name: GCTL LED
Theme URI: http://underscores.me/
Author: Md. Mehedi Hassan
Author URI: https://www.gctlinfosys.com/
Description: LCD & LED Digital Signage Display Kiosk– GCTLLED
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
Text Domain: gctlled
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

GCTL LED is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*============================================================================*/
/*============================================================================*/
/* Global Section ==============================================*/
/*============================================================================*/
/*============================================================================*/
  :root {

    --font-head: 'Rajdhani', sans-serif;
    --font-body: 'DM Sans', sans-serif;
  }
body {
    color: #626a7c;    
    font-size: 16px;
    line-height: 24px;
    background-color: #f7f7f7;
 font-family: var(--font-body);
        
}
h1,h2,h3,h4,h5,h6{font-family: var(--font-head);color:#000;}
p,table{
   /*  font-family: var(--font-body); */
/*	font-family: var(--font-head); */
	font-family: var(--font-body);
}

a {
    color: #1a0dab;
	text-decoration:none;
}


a:visited {
 /* color: #9900e6; */
}

a:hover{
    text-decoration: none;
  /*  color: #a71d2a; */
}
.logoMenu .logo{margin-left:5px;}
.second-block {
    background-color: #fff;
}
 .circle-full{
    width: 1vw;
    height: 1vw;
    border-radius: 50%;
    background: #f5f5f5;
 
    display: inline-block;
}
.image-overlay-container p{margin-bottom:0;}
.circle-full::before {
  content: '';
  display: block;
}
/*embaded youtube video sigle page */
.youtube-facade {
  position: relative;
  width: 100%;
  max-width: 560px;
  aspect-ratio: 16 / 9;
  cursor: pointer;
}
.youtube-facade img {
  width: 100%;
  height: 100%;
  display: block;
}
.youtube-facade .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: url('https://img.icons8.com/ios-filled/50/ffffff/play.png') no-repeat center center;
  background-size: 60%;
  border: none;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
}
.contactForm_col_Width{max-width:80%}
.single-wrapper{min-height:460px}
.single-wrapper h2,h3{
font-family: var(--font-head)!important;
}
.singlepost-featureimg {
    min-height: 370px;
}
.sliderContent{}
#customDropdownMenu {
    margin-top: 0;
	width:100%;
	z-index:9;
}
#contact-sidebar {
    background-color: #111;
    background-image: url(https://gctlled.varito.de/wp-content/uploads/2025/05/sales-bg-v7.jpg);
    background-size: 123%;
    background-position: top left;
    padding: 50px 48px;
    min-height: 535px;
}
#contact-sidebar h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 0;
    padding-bottom: 5px;
	color:#fff;
    line-height: 36px;
}
#contact-sidebar p {
	color:#fff;
}
.cta-btn {
    background-color: #d61a69;
    color: #fff;
    padding: 10px 50px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 5px 0 35px 0;
    display: inline-block;
    transition: 0.6s;
}
#contactForm label {
  display: block;
	    font-weight: 400;
    color: #555;
    font-size: 16px;
	margin-bottom: 10px;

}
 #contactForm input,
#contactForm textarea {
  /* to create space for placing icon*/
  padding-left: 32px;
  border-color: transparent;
  border-radius: 0px;
	    color: #555;
    box-shadow: none !important;
    clear: both;
    height: 33px;
    border: 1px solid #ced4da;
    outline: 0;
    border-radius: 3px;
    font-size: 16px;
}
#contactForm textarea {
  /* to create space for placing icon*/

    height: auto;
  
}
.single-product-details {
    display: block;
    box-shadow: 0 6px 14px rgba(0,0,0,0.1);
    box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
	    box-shadow: 0 5px 15px #e6f0fa;
    padding-top: 30px;
}
/*position should be relative and z-index greater than one*/
.fildIcon {
  position: relative;
  float: left;
  margin-left: 8px;
  margin-top: -24px;
  z-index: 2;
    color: #999;
}
.more-blog{
    border: 1px solid #ddd;
    color: #222;
    max-width: 10%;
    margin: 0 auto!important;
}

.article-info .article-inner p {
    clear: both;
    line-height: 29px;
	text-align:justify;
}
.article-inner h2 {
    /* padding: 0.5em 0 !important; */
    margin: 0 10px !important;
    display: -webkit-box !important;
    height: 70.2px !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    line-height: 34px!important;
    font-size: 18px;
  
}

.article-inner a{margin:0;}

.block .block-title h3 {
    color: #222;
    font-size: 16px;
    margin: 0;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 54px;
}
.block-category ul, .block-content ul {
    list-style: none;
}
.block-category ul li{padding:0;}
.block-category ul li a, .block-content ul {
    margin: 0;
    color: #0e487a;
    text-transform: capitalize;
}
.blog-grid-item {
    min-height: 530px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    padding: 0;
    background: #fff;
    margin-bottom: 25px;
    box-shadow: 0 .25rem 2rem 0 #0000000d;
    border-radius: 10px;
}
.article-image img {
    object-fit: cover!important;
    min-height: 365px!important;
}
.article-image {

    border-radius: unset!important;
 
    border-top-left-radius: 10px!important;
    border-top-right-radius: 10px!important;
	
}
.rte.dess{margin:0 10px;}
/*
.pull-left {
    float: left;
}
.media {
    padding-right: 15px;
}
.block-content img {
    max-width: 100%;
    height: auto;
    width: 77px;
    height: 51px;
}
.block-latest li a {
    display: flex;
    color: #222;
    line-height: 22px;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0.5em 0 !important;
    margin: 0 10px !important;
    display: -webkit-box !important;
    height: 55.2px !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    line-height: 23px !important;
}
.blog_leftside {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    background: #fff;
    box-shadow: 0 .25rem 2rem 0 #0000000d;
    border-radius: 10px;
    padding-left: 20px;
}
/*
/* ===== SIDEBAR ===== */
.blog_leftside { display: flex; flex-direction: column; gap: 24px; }

/* Block wrapper */
.sb-block {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  overflow: hidden;
}

/* Block header */
.sb-block-header {
  padding: 14px 18px;
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.sb-block-header .dots {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: #1D9E75;
  flex-shrink: 0;
}
.sb-block-header h3 {
  margin: 0;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #888;
}

/* Category list */
.cat-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 18px;
  text-decoration: none;
  transition: background 0.15s;
  border-bottom: 1px solid #f8f8f8;
}
.cat-item:last-child { border-bottom: none; }
.cat-item:hover { background: #f8f8f8; }
.cat-item-left { display: flex; align-items: center; gap: 10px; }
.cat-color-dots { width: 8px; height: 8px; border-radius: 2px; }
.cat-name { font-size: 13px; color: #333; }
.cat-count {
  font-size: 11px; color: #999;
  background: #f4f4f4;
  padding: 2px 8px;
  border-radius: 20px;
}

/* Recent posts */
.recent-item {
  display: flex;
  gap: 12px;
  padding: 10px 18px;
  border-bottom: 1px solid #f4f4f4;
  text-decoration: none;
  transition: background 0.15s;
}
.recent-item:last-child { border-bottom: none; }
.recent-item:hover { background: #f8f8f8; }
.recent-thumb {
  width: 56px; height: 48px;
  border-radius: 6px;
  overflow: hidden;
  flex-shrink: 0;
  background: #f0f0f0;
}
.recent-thumb img { width: 100%; height: 100%; object-fit: cover; }
.recent-tag {
  font-size: 10px; font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #1D9E75;
  margin-bottom: 3px;
}
.recent-title {
  font-size: 12.5px; font-weight: 500;
  color: #222; line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.recent-date { font-size: 11px; color: #aaa; margin-top: 3px; }

/* Banner */
.sb-banner {
  border-radius: 12px;
  overflow: hidden;
}
.sb-banner img { width: 100%; height: auto; display: block; }

.card-meta-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
	margin-left:10px;
	margin-right:10px;
}
.card-cat {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #4a6cf7;
}
.card-time {
    font-size: 11px;
    color: #6b7a99;
    display: flex;
    align-items: center;
    gap: 4px;
}
.card-time svg {
    width: 11px;
    height: 11px;
    stroke: currentColor;
}


.card-arrow {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1.5px solid #e4e9f5;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s;
    flex-shrink: 0;
	margin-left:25px;
}
.card-arrow svg {
    width: 13px;
    height: 13px;
    stroke: #6b7a99;
    transition: stroke .2s;
}
.post-meta-data {
    border-style: solid;
    border-width: 1px 0 0 0;
    border-color: #e1e1e1;
}
.post-meta-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #555;
    font-size: 12px;
    padding: 10px 0;
    margin-top: 25px;
    white-space: nowrap;
    font-family: var(--font-body);
}
.post-meta-data>span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.post-author {
    -webkit-margin-end: auto;
    margin-inline-end: auto;
}
.post-author img {
    border-radius: 50%;
    -webkit-margin-end: 5px;
    margin-inline-end: 5px;
    max-width: 20px;
    height: auto;
}
.post-author>a {
    -webkit-margin-start: 5px;
    margin-inline-start: 5px;
}
.post-meta-data a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #222;
    gap: 10px;
}
.post-meta-data>span+span {
    -webkit-margin-start: 12px;
    margin-inline-start: 12px;
}
.post-date span  {
    fill: currentColor;
    -webkit-margin-end: 3px;
    margin-inline-end: 3px;
}
.post-share {
    position: relative;
    cursor: pointer;
}
.post-share-popup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    right: 0;
    bottom: calc(100% + 10px);
    background: #fff;
    color:#222;
    padding: 10px;
    -webkit-box-shadow: 0 0 5px 0 var(--post-color-dark-15,rgba(34,34,34,.15));
    box-shadow: 0 0 5px 0 var(--post-color-dark-15,rgba(34,34,34,.15));
    border-radius: 3px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    max-height: 250px;
    overflow: auto;
}
.post-share-popup a {
    white-space: nowrap;
}
.post-share:not(:hover) .post-share-popup {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
    opacity: 0;
    visibility: hidden;
}



.article.blog-item.blog-grid-item:hover .card-arrow {
    background: #1a3568;
    border-color: #1a3568;
}
.article.blog-item.blog-grid-item:hover .card-arrow svg {
    stroke: #fff;
}
.block {
    border-bottom: 1px solid #eee;
}
.block .block-title h3 {
    color: #222;
    font-size: 16px;
    margin: 0;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 54px;
}
.more_btn_link a {
    color: #000;
    background-color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    /* border: none; */
    cursor: pointer;
    outline: none;
    cursor: pointer;
    outline: none;
    position: relative;
    display: inline-block;
    border: 1px solid;
    border-color: #000;
}
.more_btn_link a::before, .more_btn_link a::after {
    content: "";
    display: block;
    position: absolute;
    width: 20%;
    height: 50%;
    border: 1px solid;
    transition: all 0.6s ease;
    border-radius: 2px;
}
.more_btn_link a::before {
    top: -8px;
    left: -8px;
    border-bottom-color: transparent;
    border-right-color: transparent;
    border-top-color: #000;
    border-left-color: #000;
}
.more_btn_link a::after {
    bottom: -8px;
    right: -8px;
    border-top-color: transparent;
    border-left-color: transparent;
    border-bottom-color: #000;
    border-right-color: #000;
}
.more_btn_link a:hover:after, .more_btn_link a:hover:before {
    width: 100%;
    height: 100%;
}
.more_btn_link a:hover{background:#000;color: #fff;}
.content-wrapper .title {

    height: 51.2px!important;
    margin: 0 9px;
   
}
.services-card-body h3.card-title {
 
    
    font-family: var(--font-head);
}
.singlepost-featureimg {
    min-height: 0;
    
}
.singlepost-featureimg img {
    width: 100%;
    object-fit: contain;
    border-radius: 10px;
    cursor: zoom-in;
}

#product_curousel {
    position: relative;
    width: 100%;
    max-width: 100%;
    aspect-ratio: 16/9;
    overflow: hidden;
    border-radius: 12px;
}
.single-table {
    border-spacing: 0;
    margin: 0 auto;
    table-layout: auto;
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
}
#cantegory_banner_carousel .productSliderImg {
    background: #fff;
    height: 360px;
}
.filter-top-bar {
    background: #37a4a9;
    color: #fff;
    padding: 10px 10px;
}
.sidenav-close-btn {
    position: absolute;
    top: 11px;
    right: 12px;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 22px;
    transition: all 0.3s ease;
    z-index: 1001;
    cursor: pointer;
    margin: 0;
}
.filter-icon .filter-btn {
    box-shadow: none;
    cursor: pointer;
    border: 1px solid #ddd;
    padding: 4px 10px;
    transition: all .3s 
ease-in;
    font-size: 18px;
    font-weight: 400;
    color: rgb(90, 200, 250);
    margin-bottom: 0.625rem;
    background: linear-gradient(90deg, rgb(13, 88, 201), rgb(48, 197, 142)) text;
    border-radius: 5px;
    /* margin: 14px; */
}
.filter-icon,.filter-text,.result-view{
    color: rgb(90, 200, 250);
    -webkit-text-fill-color: transparent;
    margin-bottom: 0.625rem;
    background: linear-gradient(90deg, rgb(13, 88, 201), rgb(48, 197, 142)) text;
}
.


/*Max Mega menu overide css */
    #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item > a.mega-menu-link {
        font-size: 16px;
    }

#mega-menu-wrap-top, #mega-menu-wrap-top #mega-menu-top, #mega-menu-wrap-top #mega-menu-top ul.mega-sub-menu, #mega-menu-wrap-top #mega-menu-top li.mega-menu-item, #mega-menu-wrap-top #mega-menu-top li.mega-menu-row, #mega-menu-wrap-top #mega-menu-top li.mega-menu-column, #mega-menu-wrap-top #mega-menu-top a.mega-menu-link, #mega-menu-wrap-top #mega-menu-top span.mega-menu-badge, #mega-menu-wrap-top #mega-menu-top + button.mega-close {

    position: initial;
 
}
#mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu {

    background: #fff;

}


#mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard > a.mega-menu-link:hover, #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard > a.mega-menu-link:focus, #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus {
    color: #000;
}



#mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard > a.mega-menu-link, #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    margin: 0px 0 10px 0px;
    padding: 12px 0;
	font-size:15px;

   
}
#mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard > a.mega-menu-link:before, #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:before {
    content: "";
    display: inline-block;
    width: 112px;
    height: 1px;
    background-color: #e4e4e4;
    margin-right: 10px;
    vertical-align: middle;
    position: absolute;
    margin-top: 38px;
}
#mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {

    padding: 3px 10px;
    font-size: 16px;
    font-family: var(--font-body);
   
}
#mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu {

    border-top: 1px solid #e6e6e6;
   
}
#mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard li.mega-menu-item > a.mega-menu-link:focus, #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:focus {
    color: #fff;

    background: #0e5fac;
}
/*Home Page New Block css*/
.product-card:hover {
    box-shadow: 0 0 6px 2px rgba(0,0,0,.1);
    background: #fff;
    transform: scale(1.02);
}
.image_box img{
    -ms-transition: 2s ease-in-out;
    -webkit-transition: 2s ease-in-out;
    -moz-transition: 2s ease-in-out;
    -o-transition: 2s ease-in-out;
    transition: 2s ease-in-out;
}
.product-list{min-height:300px;}
.product-list .image_box {
    width: 100%;
    height:260px;
    display: block;
    text-align: center;
}
.model,.code{
	font-size: 12px;
    color: #545454;
}
.model-title,.code-title{
	margin-right: 5px;
    font-size: 13px;
}
.product-card img {
    object-fit: contain;
    /* max-width: 260px; */
    margin: 0 auto;
    /* max-height: 260px; */
    width: 220px;
    /* height: 220px; */
    aspect-ratio: 1 / 1;
    object-fit: contain;
    object-position: 50% 50%;
    
    width: 100%;
	height:auto;
}
.product-card:hover .image_box img{
 -ms-transform: scale(1.01);
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -o-transform: scale(1.01);
    transform: scale(1.10);
}

.customize-padding{padding: 5px;}
.customBtn {
    /* margin-top: 0; */
    border: 1px solid #ddd;
    /* box-shadow: none; */
    padding: 8px 100px;
    border-radius: 8px;
    font-size: 16px;
    box-sizing: border-box;
    width: 100%;
    transition: .3s;
    text-decoration: none;
    display: block;
    max-width: 100%;
    text-align: center;
    /* height: 45px; */
    background:#464545;
    color: #fff;
    margin: 0;
    border: 1px solid #000;
}
.customBtn:hover {
    background: #000;
    color: #fff;
}
.my-btn {
    width: 11.5625rem;
    height: 3rem;
    margin-top: 1rem;
    display: flex!important;
    align-items: center;
    justify-content: flex-start;
    padding: 1rem;
    border: .0625rem solid #fff;
    background-color: #0d58c9;
    border-radius: .5rem;
    font-size: 1.125rem;
    color: #fff;
    overflow: hidden;
    z-index: 1;
    cursor: pointer;
    gap: .3125rem;
    /* font-weight: 400; */
    font-family: var(--font-head);
    color: #fff;
    /* text-align: left; */
    font-size: 15px;
    /* font-weight: 300; */
    /* line-height: 150%; */
    /* letter-spacing: .26px; */
    margin-bottom: 16px;
    /* overflow: hidden; */
  
    /* -webkit-line-clamp: 3; */
    /* -webkit-box-orient: vertical; */
    /* text-overflow: ellipsis; */
    font-family: var(--font-body);
}

.my-btn .icon-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: .6875rem;
    width: 2.75rem;
    height: 1.625rem;
    background-color: #4bb7f7;
    border-radius: .25rem;
    overflow: hidden;
    transition: all .5s ease;
}

span.my-btnn-icon {
    width: 1em;
    height: 1em;
    vertical-align: -.15em;
    fill: currentcolor;
    overflow: hidden;
    font-size: inherit;
	display:flex;
	justify-content:center;
}
.my-btn .icon-wrap span {
    width: 2.875rem;
    flex-shrink: 0;
    font-size: 1.375rem;
    color: #fff;
    transition: all .5s ease;
}
.my-btn:hover {
    opacity: .8;
}
.my-btn:hover .icon-wrap span{
    transform: translate(100%);
}
.my-btn:hover .icon-wrap {
    background-color: #4bb7f7;
}
.main-layout{background-color: #fff;}
.product-list .product-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
    transition: .35s ease;
}
td .single-table__text {
        text-align: left;
}
.fourth-block{
 
    background-color: rgb(201 201 201 / 10%);
}
#cantegory_banner_carousel .swiper-slide .productSliderImg img {
    height: auto;
}
.sliderContent {
    background: #fff;
}
.article-info {
    
    padding: 10px;
}
#all_footer ul li, #all_footer ul li a {
   font-family: var(--font-body);
}
.Tabsection {
    padding-bottom:0;
    
}
.template_padding {
    padding-top: 2em;
    padding-bottom: 5em;
}
.template_padding h2 {
   font-family: var(--font-head);
    padding-bottom: 20px;
    color: #333;
        font-size: 1.5em;
}
.single-table-row th {
    border: 1px solid #bbb;
    font-family: var(--font-head);
     color: #626a7c; 
}
.single-table__text {
    text-align: left;

}
.overflow-hidden {
    overflow: hidden!important;
    margin-top: 50px;
}
#productSlider {
    background-color: #f6f6f6;
       padding: 105px 0;
}
#image_gallery {
    background-color: #fff;
    padding: 80px 0;
}
#image_gallery h2 {
    
    padding-bottom: 30px;
}
#product_gallery,#bloginfo{
    padding: 80px 0;
}
.custom-border {
  position: relative;

  border: none;

  cursor: pointer;
}

.custom-border::before {
  content: '';
  position: absolute;
  inset: 0;
  border: 2px solid #3498db;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.custom-border:hover::before {
  transform: scaleX(1);
}

/*
.custom-border {
  position: relative;
 
  color: black;
  border: none;
  cursor: pointer;
  overflow: hidden;
}
.custom-border::before,
.custom-border::after {
  content: '';
  position: absolute;
  width: 0%;
  height: 2px;
  background: #3498db;
  transition: 0.3s;
}

.custom-border::before {
  top: 0;
  left: 0;
}

.custom-border::after {
  bottom: 0;
  right: 0;
}

.custom-border:hover::before,
.custom-border:hover::after {
  width: 100%;
}
*/
.prefooter {
    background: linear-gradient(135deg, #0a1628 0%, #0d2040 50%, #091830 100%);
    position: relative;
    overflow: hidden;
    padding: 60px 0;
}


.prefooter::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 60% 80% at 80% 50%, rgba(30,144,255,0.12), transparent),
                radial-gradient(ellipse 40% 60% at 10% 50%, rgba(0,212,170,0.08), transparent);
}
.prefooter-text h3 {
   
    font-size: 2rem;
    font-weight: 800;
    color: #fff;
    line-height: 1.15;
    letter-spacing: -0.02em;
}
.prefooter-text h3 span {
    background: linear-gradient(90deg, #1e90ff, #00d4aa);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.prefooter-text p {
    margin-top: 8px;
    color: #6b7fa3;
    font-size: 0.95rem;
    font-weight: 300;
}
.prefooter-actions {
    display: flex;
    gap: 14px;
    flex-shrink: 0;
}
.prefooter .btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #1e90ff, #0070d4);
    color: #fff;
    font-weight: 600;
    font-size: 0.9rem;
    padding: 14px 28px;
    border-radius: 8px;
    text-decoration: none;
    letter-spacing: 0.02em;
    transition: transform 0.2s, box-shadow 0.2s;
    box-shadow: 0 4px 20px rgba(30,144,255,0.35);
}
.btn-ghost {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(255,255,255,0.2);
    color:#fff;
    font-weight: 600;
    font-size: 0.9rem;
    padding: 14px 28px;
    border-radius: 8px;
    text-decoration: none;
    letter-spacing: 0.02em;
    transition: border-color 0.2s, background 0.2s;
    backdrop-filter: blur(8px);
}
#all_footer {
    background: 0 0, #f5f5f5;
    padding: 45px 0 0;
}
.footer-col {
   
}
.footer-col:not(:first-child) {
    padding-left: 22px;
    border-left: 1px solid rgb(94 94 94 / 7%);
}


.col-label {
 
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #1e90ff;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.col-label::after {
    content: '';
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, #1e90ff, transparent);
    opacity: 0.3;
}
.about-text {
    color: #6b7fa3;
    font-size: 0.875rem;
    line-height: 1.7;
    font-weight: 300;
    margin-bottom: 24px;
}
.stat-row {
    display: flex;
    gap: 28px;
    margin-top: 8px;
}

.stat {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.stat-num {
   font-family: var(--font-head);
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--white);
    background: linear-gradient(90deg, #1e90ff, #00d4aa);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.stat-label {
    font-size: 0.72rem;
    color: #6b7fa3;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.footer-social {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 28px;
}
.social-label {
    font-size: 0.75rem;
    color: #6b7fa3;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-right: 4px;
}
.social-btn {
    width: 39px;
    height: 36px;
    border-radius: 8px;
    background: rgb(73 73 73 / 4%);
    border: 1px solid rgba(255, 255, 255, 0.07);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: background 0.2s, border-color 0.2s, transform 0.2s;
    margin: 0;
    min-width: 0;
}

.social-btn svg {
    width: 15px;
    height: 15px;
    fill: #6b7fa3;
    transition: fill 0.2s;
}
.contact-items {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.contact-icon {
    width: 34px;
    height: 34px;
    border-radius: 8px;
    background: rgba(30,144,255,0.1);
    border: 1px solid rgba(30,144,255,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.contact-icon svg {
    width: 15px;
    height: 15px;
    fill: #1e90ff;
}

.contact-detail {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.contact-detail a{line-height:22px!important;}
.contact-detail span {
    font-size: 0.72rem;
    color: #6b7fa3;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}
.contact-detail a, .contact-detail p {
    font-size: 0.875rem;
    color: #000000;
    text-decoration: none;
    line-height: 1.5;
    transition: color 0.2s;
    margin: 0;
    min-width: 0;
    /* font-family: 'Popins'; */
    font-family: var(--font-body);
}
.copyright {
    font-size: 0.825rem;
    color: #6b7fa3;
    font-weight: 300;
    margin-bottom: 0;
}

.copyright strong {
   
    font-weight: 800;
}

.footer-links-row {
    display: flex;
   
}
.footer-links-row a {
    font-size: 0.825rem;
    color: #6b7fa3;
    text-decoration: none;
    transition: color 0.2s;
}

.footer-links-row span {
    color: rgba(255, 255, 255, 0.07);
}

.foter-bottom {
    display: flex;
    align-items: center;
    margin: 20px 0;
    border-top: 1px solid #ddd;
    padding-top: 15px;
}





.post__title {

    font-size: 18px;
}
#topHeader, single-product-details .main-layout {
    background: #f7f7f7;
    padding: 1px 0px 1px 0px;
    background-color: #686565;
}
#topHeader .phoneMail li, #topHeader .phoneMail li a {

    font-size:14px;
   
    color: #fff;
        font-family: var(--font-body);
}
.region {
  
    text-transform: uppercase;
    color: #ffffff;
    font-size: 14px;
    font-family: var(--font-body);
	

}
.region img{margin:0 10px;}
.product_btn_link p{ font-family: var(--font-body);}
.region-tag{

    color:#fff;
}
#HomepageIcon{background-color: #fff;}
.custom-border{
	margin-left: -1px;
    margin-bottom: -1px;
    border-left: 1px solid;
    border-bottom: 1px solid;
    border-color: #DEE2E6;
}
.cont-box{
        width: 100%;
   /* height: 36%;*/
    overflow: hidden;
        position: relative;
    -webkit-transition: all .8s cubic-bezier(.19,1,.22,1);
    transition: all .8s cubic-bezier(.19,1,.22,1);
}
.cont-box a{margin: 0;}
.product_gallery_image{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    cursor: pointer;
    -webkit-transition: all .8s cubic-bezier(.19,1,.22,1);
    transition: all .8s cubic-bezier(.19,1,.22,1);
}
.cont-box .name {
    width: 100%;
    position: absolute;
    bottom: 30px;
    left: 0;
    display: inline-block;
    font-size: 24px;
   color: #fff;
    padding: 0 16px;
}
.cont-box .name{
    -webkit-transition: all .8s cubic-bezier(.19,1,.22,1);
    transition: all .8s cubic-bezier(.19,1,.22,1);
}
.ellipsis, .ellipsis-two {
    text-overflow: ellipsis;
    overflow: hidden;
}
.category-banner img {
    max-height: 500px;
}
.second-up .mask-box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.3);
    cursor: pointer;
    opacity: 0;
    -webkit-transition: all .8s cubic-bezier(.19,1,.22,1);
    transition: all .8s cubic-bezier(.19,1,.22,1);
}
.mask-box .mask-name {
    bottom: 50%;
    padding: 6px 12px;
    background-color: #0e5fac;
    font-size: 24px;
    font-weight: 700;
}
 .mask-box .mask-name, .mask-box .mask-desc {
    max-width: 92%;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%,50%);
    transform: translate(-50%,50%);
    color: #fff;
	 
    font-family: var(--font-head);
}

 .mask-box .mask-desc{
    bottom: calc(50% - 51px);
    font-size: 16px;
}
.cont-box:hover {
    border-radius: 30px;
}
.cont-box:hover .name{
    opacity: 0;
}
.cont-box:hover .mask-box{
    opacity: 1;
}
.relatedpost_thumbnail {
    display: block;
    min-height: 200px;
}
.related_posts_sliders {
    background-color: #fafafa;
    padding-bottom: 108px;
}
.related_posts_sliders .swiper-container .swiper-slide {
    border: 1px solid rgba(234, 234, 234, 1);
    box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.06);
    border-radius: 10px;
	display:block;
}
.relatedpost_thumbnail {
   display: inline-block;
    align-items: center;
}
.related_posts_sliders .swiper-container .swiper-slide img {
     max-width: 83%; 
    object-fit: cover;
   height:200px;
    object-fit: contain;
}
.relatedpost_title {min-height:50px;font-size:13px;}
.relatedpost_title a{
	color:#000;
}
.card-link{font-size:12px;}
.single-product-details h1 {
    font-size: 22px;
  
    color: #003366;
    margin-bottom: 1rem;

	
}

.product-card a {
    margin: 0;
   /* display: block; */
}
a.product-name {
    font-size: 16px;
    padding: 0 3px;
    margin-top: 16px;
    color: #3c3c3c;
    display: -webkit-box !important;
    height: 44.2px !important;
    -webkit-line-clamp: 2!important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    line-height: 22px !important;
    font-size: 17px;
    line-height: 150%;
    font-weight: 600;
    margin-bottom: 13px;
    font-family: var(--font-head);
}
#breadcrumbs li {

    font-family: var(--font-body);
}
.img-wrap img {
    width: 100%;
    height:auto;
}
.dot-wrapper-3 {
    left: 55.7%;
  
}
.dot-wrapper-4 {
    left: 46.7%;
    
}
#sliderContainer {

    aspect-ratio: 16/6;

}
#search-form:before {
    
    content:"\e986";
   
}
.seacrModal .modal input {

    height: 50px;
}
#search-form:before {

    top: 14px;
    left: 10px;
    color: #646464;
   
}
.seacrModal .modal [data-dismiss=modal] {
  
    top: -11px;
 
}
.short-description {
    font-family: var(--font-body);
    font-size: 17px;
    text-align: justify;
    line-height: 26px;
    color: #2a2a2a;
}
.product-short-des {
    min-height: 80px;
}
.cat-short-description {
    color: #2d2c2c;
    text-align: left;
    font-size: 13px;
    line-height: 150%;
    letter-spacing: .26px;
    margin-bottom: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    font-family: var(--font-body);
    text-align: justify;
}
.nav-tabs .nav-link {
    font-family: var(--font-body);
    font-size: 20px!important;
}
#breadcrumbs {

    background: #f8f8f8;
  
}
.single-wrapper .card-title {
    -ms-flex-preferred-size: 30%;
    font-size: 20px;
    color: #333;
    font-weight: 400;
    padding: .5em 0!important;

     height: 57.2px!important; 
 
}
.single-wrapper .card-body{padding-top: 0;}
.first-block-title, .second-block-title {
 
    font-weight: 400;
    font-size: 34px;
  
}
.productparameter-heading, .single-heading {

    font-weight: 400;
	text-align:left;
}
.custom-tab-content {
    background: #fff;
}
.Tabsection thead,.Tabsection tbody, .Tabsection tfoot, .Tabsection tr,.Tabsection td, .Tabsection th {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border: 1px solid #dddddd;
}
.Tabsection table {

    border-collapse: collapse;

    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.5em;
    width: 100%;
}
.Tabsection .nav-tabs {
    border-bottom: 1px solid #ddd;
}
.Tabsection .nav-tabs .nav-link {
    font-family: var(--font-body);
    font-size: 1rem!important;
    color: #6b6a6b!important;
    text-transform: capitalize;
}
.contactUsLink {
  
    text-transform: uppercase;
	margin:0;
}
/*===============Custopm Pagination =========================*/
.pagination {
  gap: 6px;
}

.pagination li {
  list-style: none;
}

.pagination li a,
.pagination li span {
  padding: 8px 14px;
  border-radius: 50%;
  border: 1px solid #ddd;
  color: #333;
  text-decoration: none;
}

.pagination .current {
  background: #0d6efd;
  color: #fff;
  border-color: #0d6efd;
}

/*===============Custopm Pagination for Blog Page post =========================*/

/* ===== Pagination ===== */
.bootstrap_pagination { display: flex; justify-content: center; padding: 10px 0; }

.bootstrap_pagination .pagination { gap: 4px; }

.bootstrap_pagination .page-item .page-link {
    min-width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px !important;
    border: 1px solid #e8e8e8;
    color: #444;
    font-size: 13px;
    font-weight: 500;
    padding: 0 10px;
    background: #fff;
    transition: all 0.15s;
    text-decoration: none;
}

.bootstrap_pagination .page-item .page-link:hover {
    background: #f4f4f4;
    border-color: #ccc;
    color: #111;
}

.bootstrap_pagination .page-item.active .page-link {
    background: #1D9E75;
    border-color: #1D9E75;
    color: #fff;
}

.bootstrap_pagination .page-item.disabled .page-link {
    background: #fafafa;
    border-color: #efefef;
    color: #bbb;
    cursor: default;
    pointer-events: none;
}

.bootstrap_pagination .page-item .page-link svg {
    stroke: currentColor;
}


/* ===============================
   INTERACTIVE CATEGORY PAGINATION
=================================*/

.custom-pagination {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  padding: 0;
}

/* remove default */
.custom-pagination li {
    list-style: none;
    display: inline-block;
}

/* link + span */
.custom-pagination li a,
.custom-pagination li span {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(0,0,0,0.12);
  background: #fff;
  color: #222;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
}

/* hover animation */
.custom-pagination li a:hover {
  background: #0d6efd;
  color: #fff;
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 10px 25px rgba(13,110,253,.35);
}

/* active page */
.custom-pagination .current {
  background: #0d6efd;
  color: #fff;
  border-color: #0d6efd;
  box-shadow: 0 0 0 6px rgba(13,110,253,.2);
}

/* prev / next arrows */
.custom-pagination .prev,
.custom-pagination .next {
  font-size: 20px;
}

/* disabled */
.custom-pagination .disabled,
.custom-pagination .disabled:hover {
  opacity: .4;
  pointer-events: none;
  transform: none;
  box-shadow: none;
}

/* mobile */
@media (max-width: 576px) {
  .custom-pagination li a,
  .custom-pagination li span {
    width: 36px;
    height: 36px;
    font-size: 14px;
  }
}

.custom-pagination li a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  background: rgba(255,255,255,.3);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: width .4s ease, height .4s ease;
}

.custom-pagination li a:hover::after {
  width: 120%;
  height: 120%;
}


/*===============Single page custom css ===============*/
.single-wrapper p, .single-wrapper table {
    font-size: 15px;
    font-family: var(--font-body);
    line-height: 24px;
	
}
.single-wrapper .single-top-section {
    padding-top: 40px;
    padding-bottom: 50px;
}
.single-product-details h2 {
    
    margin: 20px 0;
    
}
.Sticky {
    position: sticky;
    top: 100px;
    align-self: center;
    padding-top: 30px;
}
.short-description p {
    margin: 0;
    color: #2d2c2c;
    text-align: left;
    font-size: 13px;
    font-weight: 300;
    line-height: 150%;
    letter-spacing: .26px;
    margin-bottom: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    font-family: var(--font-body);
}
.short-description table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: auto;
    margin: 0;
}
.short-description table tr:nth-child(odd) {
    background: #f1f1f1;
}
.short-description table td {
    padding: 11px 13px 8px;
    text-align: left;
    color: #3c3c3c;
    font-size: 14px;
}
.short-description thead,.short-description tbody,.short-description tfoot, .short-description tr,.short-description td, .short-description th {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border: none;
}
.short-description h3{
	  font-size: 20px;
    margin-top: 70px;
}  
.short-description a {
    background: #003366;
    display: inline-block;
    padding: 10px 46px;
    color: #fff;
    border-radius: 5px;
}
.single-btn {
    display: flex;
    margin-top:110px;
    gap: 30px;
}
.tabs {
  display: flex;
  gap:0px;
  margin-bottom: 20px;
}
.tab-btn {
    background: orange;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-weight: bold;
    border-radius: 5px;
    width: 176px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px 20px 0 0;
    border:1px solid #ddd;
    font-size: 18px;
    color: #000;
    cursor: pointer;
	background:none;
}
.tab-btn:hover{background:#000;color:#fff;}

.section {
  min-height: 600px; /* just to demo scrolling */
  padding: 50px;
  border-bottom: 1px solid #ddd;
}
.section-heading {
    margin: 0 0 60px;
}

#seocontent{text-align:justify;}
.section-heading h2 {
    font-weight: 500;
	    font-size: 36px;
    line-height: 46px;
	color:#000;
	/* background: linear-gradient(90deg, rgba(135, 227, 158, .6) 0%, rgba(255, 255, 255, 0) 100%); */
    border-radius: 8px;
    padding: 2px 4px 2px 8px;
 /*   display: inline-block; */
}
/*--==========Feature Noted top right==========--*/
.apple-watch-note-feature {
    padding-top: 35px;
    position: relative;
	text-align:center;
}
.apple-watch-note-feature img{width:100%;}
.feature-note {
    display: inline-block;
    height: 115px;
    position: absolute;
    transition: all 300ms linear 0s;
}
.feature-note.right.top {
    top: 10px;
    right: 60px;
}
.feature-note {
    color: #0084ff;
}
.feature-note.right .indicator {
    float: left;
}
.feature-note .indicator {
    margin-top: 67px;
    width: 192px;
    transition: all 300ms linear 0s;
}
.feature-note .indicator .plus-icon {
    height: 51px;
    width: 51px;
    border-radius: 100%;
    padding: 11px;
    position: relative;
    transition: all 300ms linear 0s;
    transition-duration: 150ms;
}
.feature-note.right .indicator .plus-icon {
    float: left;
}
.feature-note .indicator .plus-icon:before {
    content: '';
    width: 49px;
    height: 49px;
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid;
    border-radius: 100%;
    -webkit-animation: doublePulse 1.5s ease infinite;
    animation: doublePulse 1.5s ease infinite;
    z-index: 0;
}


/* Animation Keyframes */
@-webkit-keyframes doublePulse {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes doublePulse {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}



.feature-note .indicator .plus-icon:before {
    border-color: #0084ff;
}
.feature-note.right .indicator .plus-icon .plus {
    float: left;
}
.feature-note .indicator .plus-icon .plus {
    border-radius: 100px;
    width: 100%;
    display: block;
    line-height: 31px;
    cursor: pointer;
    position: relative;
    z-index: 2;
    transition: all 300ms linear 0s;
}
.feature-note .indicator .plus-icon .plus {
    background: #0084ff;
    color: #fff;
}
.feature-note .indicator .plus-icon:after {
    content: '';
    height: 2px;
    display: block;
    margin-top: -17px;
    transition: all 300ms linear 0s;
    transition-duration: 150ms;
    width: 0;
}
.feature-note .indicator .plus-icon:after {
    background: #0084ff;
}
.feature-note.right .indicator .plus-icon:after {
    float: left;
    margin-left: 30px;
}
.feature-note.show-cont .indicator .plus-icon:after {
    width: 155px;
}

.feature-note .feature-name {
    text-transform: uppercase;
    height: 91px;
    line-height: 20px;
    position: relative;
    letter-spacing: 0.2px;
}
.feature-note.show-cont .feature-name {
    transition: -webkit-transform 150ms ease 150ms;
    transition: transform 150ms ease 150ms;
    transition: transform 150ms ease 150ms, -webkit-transform 150ms ease 150ms;
}
.feature-note.right.top .feature-name {
    float: left;
    margin-left: -72px;
    margin-top: 2px;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
}
.feature-note.show-cont.right.top .feature-name {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}

.feature-note .feature-name:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    position: absolute;
    top: 25px;
    left: calc(50% - 4px);
    transition: all 300ms linear 0s;
}
.feature-note .feature-name:before {
    background: #0084ff;
}
.feature-note .feature-name:after {
    content: '';
    display: block;
    width: 2px;
    height: 58px;
    position: absolute;
    top: 33px;
    left: calc(50% - 1px);
    transition: all 300ms linear 0s;
}
.feature-note .feature-name:after {
    background: #0084ff;
}

/* --==========Feature Noted top left==========--*/

.feature-note.left.top {
    top: 115px;
    left: 0;
}
.feature-note.left .indicator {
    float: right;
}
.feature-note.left .indicator .plus-icon {
    float: right;
}
.feature-note.left .indicator .plus-icon .plus {
    float: right;
}
.feature-note.left .indicator .plus-icon:after {
    float: right;
    margin-right: 30px;
}
.feature-note.left.top .feature-name {
    margin-right: -52px;
	margin-top: 2px;
    float: right;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
}
.feature-note.show-cont.left.top .feature-name {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}
/*--==========Feature Noted bottom right==========--*/

.feature-note.right.bottom {
    top: 290px;
    right: 0;
}
.feature-note.right.bottom .indicator {
    margin-top: 0;
}
.feature-note.right.bottom .indicator .plus-icon:after {
    width: 0;
}
.feature-note.show-cont.right.bottom .indicator .plus-icon:after {
    width: 237px;
}
.feature-note.right.bottom .feature-name:before {
    top: 58px;
}
.feature-note.right.bottom .feature-name:after {
    top: 0;
}
.feature-note.right.bottom .feature-name {
    float: left;
    margin-left: -12px;
    padding-top: 70px;
    margin-top: 25px;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
}


.feature-note.show-cont.right.bottom .feature-name {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}
/*--==========Feature Noted bottom left==========--*/

.feature-note.left.bottom {
    top: 395px;
    left: 0;
    height: auto;
}
.feature-note.left.bottom .indicator {
    margin-top: 0;
}
.feature-note.left.bottom .feature-name {
    margin-right: 10px;
    float: right;
    height: auto;
    padding-top: 14px;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}
.feature-note.left.bottom .feature-name:before {
    position: relative;
    display: inline-block;
    top: 0;
    left: calc(100% + 5px);
}
.feature-note.left.bottom .feature-name:after {width:0;}
.feature-note.show-cont.left.bottom .feature-name {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}
/* ===== Responsive Fix for Mobile ===== */
@media (max-width: 768px) {
	/* Fix touch target size for all tel: links */
a[href^="tel"] {
    display: inline-block;
    min-height: 48px;
    min-width: 48px;
    line-height: 48px;        /* Vertically centers text */
    padding: 0 12px;
    margin-bottom: 8px;       /* Spacing between links */
}

  .apple-watch-note-feature {
    padding-top: 0;
    text-align: center;
  }

  .apple-watch-note-feature img {
         width: 100%; /*
        max-width: 320px;*/
  }
.feature-note .indicator {
    margin-top: 16px;
    width: 131px;
    transition: all 300ms linear 0s;
}
.feature-note.right.top {
    top: 10px;
    right: 0;
}
.feature-note.right.top .feature-name {
    float: left;
    margin-left: -180px;
    margin-top: -60px;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
}
.feature-note.left .indicator {
    float: right;
}
.feature-note.left.top {
        top: 5px;
        left: 39px;
}	
.feature-note.left.top .feature-name {
          margin-right: -162px;
        margin-top: -62px;
    /* float: right; */
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
}	
	
.feature-note.right.bottom {
    top: 385px;
    right: 49px;
}	
.feature-note.right.bottom .feature-name {
    float: left;
    margin-left: -206px;
    padding-top: 76px;
    margin-top: 41px;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
}	
	.feature-note.left.bottom {
    top: 377px;
    left: 107px;
    height: auto;
}
.feature-note.left.bottom .indicator {
    margin-top: 1px;
    margin-left: -112px;
}
	.feature-note.left.bottom .feature-name {
    margin-right: -85px;
    float: right;
    height: auto;
    padding-top: 95px;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}
	.feature-note.left.bottom .feature-name:before {
    position: relative;
    display: inline-block;
    top: -17px;
    left: calc(100% + -82px);
}
	.feature-note.left.bottom .feature-name:after {
    width: 2px;
}
  /* Remove absolute positioning */
  .feature-note.right.top,
  .feature-note.left.top,
  .feature-note.right.bottom,
  .feature-note.left.bottom {
 
  }

  /* Reset indicator line */
  .feature-note .indicator {

  }

  .feature-note .indicator .plus-icon {
 
  }

  .feature-note .indicator .plus-icon:after {
    display: none;
  }

  /* Simplify text below icon */
  .feature-note .feature-name {

  }

  .feature-note .feature-name:before,
  .feature-note .feature-name:after {

  }

  /* Add small spacing between notes */
  .feature-note + .feature-note {
    margin-top: 20px;
  }

  /* Align second image (dimensions) under the feature section */
  .img-wrap {
    margin-top: 100px;
    text-align: center;
  }

  .img-wrap img {
    width: 90%;
    height: auto;
  }

  /* Adjust section spacing */
  .second-block {
    padding: 60px 0 20px !important;
  }
}
@media (max-width: 480px){
	    .feature-note.left.bottom {
        top: 353px;
        left: 44px;
        height: auto;
    }
}
.animation-jump {
    position: relative;
    -webkit-animation: animation-jump 2s ease-in-out infinite;
    animation: animation-jump 2s ease-in-out infinite;
}
@-webkit-keyframes animation-jump {
    0% {
        top: 3px;
    }
    50% {
        top: -3px;
    }
    100% {
        top: 3px;
    }
}

@keyframes animation-jump {
    0% {
        top: 3px;
    }
    50% {
        top: -3px;
    }
    100% {
        top: 3px;
    }
}

.section-heading p{
	font-size: 14px;
    color: #555;
    line-height: 24px;
    font-weight: 500;
	
}
#specification-column{
    padding: 90px 0!important;
    background-color: #fafafa!important;

}

#feature-area{
    padding: 90px 0!important;
    background-color: #f5f6f8!important;

}
#prodescription{
   padding: 90px 0!important;
  background-color: #fff!important;
}
#prodescription .row:nth-child(2) {
    border-bottom: 1px solid #ddd;
	margin-bottom:0!important;
}
#the-product{
    padding: 90px 0!important;
    background-color: #f5f6f8!important;

}

.feature-single {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 25px;
    text-align: center;
    transition: all 0.3s ease;
    margin-bottom: 25px;
    min-height: 230px;	   
    border: .0625rem solid #b6b6b6;
    transition: all .3s;
	
}

/* Target the heading only when parent is hovered */
.feature-single:hover .feature-count-heading {
  transform: scale(1.15) rotate(5deg);
  transition: all 0.4s ease;
}
.feature-single:hover {
    box-shadow: 0 .5rem 1.25rem 0 rgba(0,0,0,.12);
    border: .0625rem solid #0d58c9;
    transform: translateY(-.625rem);
}
.feature-count-heading {
  display: inline-flex;
  justify-content: center;
  align-items: baseline;
  margin-bottom: 15px;
  transition: all 0.4s ease;
}

.feature-single:hover .feature-count-heading .count {
  background: #2273f8;
  color: #fff;
  box-shadow: 0 0 12px rgba(34, 115, 248, 0.6);
  transform: rotate(-8deg);
}

.feature-count-heading .zero {
  font-size: 30px;
  color: #ccc;
  margin-right: 4px;
  transition: color 0.3s ease;
}

.feature-count-heading .count {
  font-size: 32px;
  font-weight: 700;
  color: #2273f8;
  background: #f0f4ff;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s ease;
}

/* Optional subtle pulse animation */
.feature-single:hover .feature-count-heading .count::after {
  content: '';
  position: absolute;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: rgba(34, 115, 248, 0.2);
  animation: pulse 1s ease-out;
}

@keyframes pulse {
  0% { transform: scale(1); opacity: 1; }
  100% { transform: scale(1.8); opacity: 0; }
}

/**/

/**/
.feature-single h4 {
    font-weight: 600;
    margin-bottom: 5px;
	    font-size: 20px;
    line-height: 30px;
	  font-family: var(--font-head);
	color:#000;
}
.feature-single p {
    font-size: 14px;
    color: #555;
    line-height: 24px;
    font-weight: 500;
    margin: 0;
    color: #2d2c2c;
    font-size: 13px;
    font-weight: 300;
    line-height: 150%;
    letter-spacing: .26px;
    margin-bottom: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    font-family: var(--font-body);
}
.productImage{margin-top:-124px;}
.single-long-des  h1 {
    font-size: 20px;
    color: #003366;
    text-transform: uppercase;
    /* border-bottom: 1px solid #003366; */
    padding-bottom: 10px;
    margin-bottom: 20px;
    max-width: 44%;
	position:relative;
}

   .single-long-des  h2 {
      font-size: 20px;
      margin-top: 30px;
      background: #003366;
      color: #fff;
      padding: 8px 12px;
      border-radius: 4px;
    }

 .single-long-des    h3 {
      margin: 0;
      color: #555;
    }

    /* Features two-column */
  .single-long-des   .featuress {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
      gap: 20px;
      margin-top: 20px;
	  text-align:center;
    }

  .single-long-des   .feature {
      background: #eaf2ff;
      border-left: 5px solid #004aad;
      padding: 15px 18px;
      border-radius: 6px;
      font-size: 15px;
    /*  display: flex;
      align-items: flex-start;*/
      gap: 12px;
	  min-height:150px;
    }

  .single-long-des   .feature i {
      font-size: 22px;
      color: #004aad;
      margin-top: 2px;
      flex-shrink: 0;
    }

.single-long-des  .feature strong {
    display: block;
    color: #003366;
    margin-bottom: 4px;
    font-weight: 400;
}

    /* Datasheet tables */
 #specification table {
      width: 100%;
      border-collapse: collapse;
      margin-top: 15px;
      font-size: 15px;
    }
/* Style the first column of the Specification table */
#specification table td:first-child {
   /* light blue background */
  font-weight: 600;      /* bold text */
  color: #003366;        /* dark blue text */
  width: 35%;            /* optional: fix width for labels */
}

 #specification   th, td {
      border: 1px solid #ddd;
 
    }
#specification tbody, #specification td,#specification tfoot,#specification th,
#specification thead,#specification tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    /* border: none; */
    /* border: none; */
    border-top: 1px solid #EDEEF0;
}
#specification th {
    background: #f0f4ff;
    color: #000;
    text-align: left;
}

#specification  tr:nth-child(even) {
      background:#F8F8F8;
    }
.collumn-container{box-shadow: 0px 0px 15px rgba(100, 100, 100, .1)}
.image-part img {
    height: 500px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.content-part {
    margin-top: 0;
    font-weight: 500;
    padding: 20px 10px;
    color: #000;
    font-size: 20px;
    text-transform: uppercase;
}
.small-part-container {
    border: 1px solid #eeeeee;
    border-radius: 10px;
    padding-bottom: 15px;
}
	.small-content-part{text-align:center;}
    /* Description section */
  .single-long-des   .description p {
      margin-bottom: 15px;
      text-align: justify;
    }
#prodescription .first-col-container, #prodescription .second-col-container {
    padding: 30px;
    text-align: justify;
    padding-bottom: 50px;
}
.first-col-container h2,.second-col-container h2{
	margin-bottom:30px;
	text-align:left;
	font-size:22px;
	 
}
.first-col-container ul li{line-height:28px;}
.description-column, .description-column-end {
    display: flex;
    align-items: center;
    padding: 0;
    max-height: 600px;
}
.description-column-img {
    padding: 0;
    margin-bottom: 10px;
}
.first-col-img {
    /* border: 1px solid #f3f3f3; */
    border-radius: 5px;
    text-align: center;
}
.first-col-img img, .second-col-img img {
    width: 100%;
    height: auto;
    /* max-width: 80%; */
    /* margin: 0 auto; */
    text-align: center;
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out;
 
}
.first-col-img img:hover,.second-col-img img:hover {
	    transform: translateY(8px);
}


    /* Dimension image */
  .single-long-des   .dimension {
      text-align: center;
      margin-top: 20px;
    }

  .single-long-des   .dimension img {
     
    }
.dot {

    line-height: 2.3em;

}
.second-block-title {
    margin: 0 0 30px;
	text-align:left;
}
.second-block {
  
    padding: 0px 0;
}

.singlepost-featureimg {
  position: relative;
  cursor: pointer;
}



.zoom-icon {
  position: absolute;
  top: 0;
  right: 0;
  color: #000;

  padding: 8px 10px;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s ease;
}

.featured-wrapper:hover .zoom-icon {
  background: rgba(0,0,0,0.8);
}

.single-wrapper .swiper {
    width: 100%;
    height: 100px;
}
.single-wrapper .post-gallery-slider {
    width: 100%;
    max-width: 800px;
    margin: 20px auto;
	margin-bottom:0;
}
.single-wrapper .post-gallery-slider img {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #d6d6d6;
    padding: 5px;
	object-fit:contain;
	height:100%;
}
.gallery-thumb.active {
    border: 2px solid #d00;
    opacity: 0.8;
}
.gallery-thumb { cursor: pointer; display:block; max-width:100%; }
.gallery-thumb.active { border: 2px solid #d00; opacity: 0.85; }

/* Lightbox overlay */
.lightbox {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 60px;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.9);
  text-align: center;
}

.lightbox img {
  max-width: 90%;
  max-height: 80vh;
  margin: auto;
  display: block;
}

/* Close button */
.lightbox .close {
  position: absolute;
  top: 15px; right: 35px;
  color: #fff;
  font-size: 40px;
  cursor: pointer;
}

/* Prev/Next */
.lightbox .prev, .lightbox .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  font-size: 50px;
  padding: 16px;
  color: #fff;
  user-select: none;
  transform: translateY(-50%);
}
.lightbox .prev { left: 0; }
.lightbox .next { right: 0; }

/*Home Page New Block css*/
.navbar>.container{
    display: block;
   
}
#image_gallery .img-fluid {
    max-width: 100%;
    height: auto;
    max-height: 255px;
    border-radius: 6px;
    width: 100%;
	aspect-ratio: 4 / 3;   /* Only if you need consistent card heights */
    object-fit: cover;
}

@media (min-width: 992px) {
.region {text-align:right;}
	
}
@media (max-width: 992px) {
		    .contact_Option
 {
        display: block;
	 margin:30px 12px;
    }
	#productSlider .swiper-button-next,#productSlider .swiper-button-prev{
		top:210px;
	}
	#topHeader{text-align: center;}
	#topHeader .phoneMailAndSocialMedia {
    display: block;

}
	.logoMenu .logo {
  max-width:20%;
    margin: 20px 0;
}
		.first-col-img img,.second-col-img img{height:auto;}
}
@media (max-width: 767px) {
	    .image-container {
        height: auto;
        overflow: hidden;
    }
	.first-col-img img,.second-col-img img{height:auto;}
	.description-column-img {
  
    margin-bottom: 20px;
}
    #topHeader .phoneMail, #topHeader .socialMedia {
    
        margin: 0;
    }
	.region {

    margin-bottom: 10px;
}
		.logoMenu .logo {
  max-width:50%;
    margin: 20px 0;
	z-index:999;
}
	    .contact_Option
 {
        display: block;
	 margin:30px 12px;
    }
	.Sticky {
    position: static;
  
}
	.single-btn {
    display: flex;
    margin-top: 16px;
    padding-bottom: 22px;
}
}

@media (max-width: 480px){
		.single-btn {
    display: block;
   
}
	.short-description a {

    display: block;   
    text-align: center;
}
}
/* ===== Mobile Responsive (max-width: 768px) ===== */

@media (max-width: 768px) {
	.rivax-position-bottom {
   
    top: 75%;
}	
	#image_gallery {
  
    padding-bottom: 0;
}
	.mb-4_3 {
    margin-bottom: 0!important;
}
.productImage {
    margin-top: 0;
}
.device {
    background:none;
     box-shadow:none;
    display: inline-flex;
  width: 19%;
	height:auto;
   
}
	.image-overlay-container{background:none;}
	.device:hover .tooltip {
    opacity: 0;
    transition: .5s ease-out;
}
.img-wrap img {
    width: 100%;
     max-width:100%; 
}	
	.customBtn {
    /* margin-top: 0; */
    border: 1px solid #ddd;
    /* box-shadow: none; */
    padding: 25px 100px;

    display: flex;
   
    align-items: center;
    justify-content: center;
}
.services_Content {
    padding: 0;
  
}
	.more_btn_link a {

    width: 100%;
}
		.services_Content {
   
    min-height: 0;
  
}
	.more-blog {

    max-width: 100%;
 
}
	#productSlider .swiper-button-next,#productSlider .swiper-button-prev{
		top:150px;
	}
}
@media (max-width: 480px){
	.services_Content {
   
    min-height: 0;
  
}
	#image_gallery .img-fluid {
    max-width: 100%;
    height: auto;
     max-height: auto; 
    border-radius: 6px;
    width: 100%;
}
	.rivax-position-bottom {
   
    top: 81%;
}
	.device {  width:24%;}
	.img-wrap img {
    width: 100%;
    max-width:100%; 
}
	.productImage .custom-circle {

    height: 110vh;
  
}
	.customize-padding {
    padding: 13px;
}
		.customBtn {
    /* margin-top: 0; */
    border: 1px solid #ddd;
    /* box-shadow: none; */
    padding: 25px 100px;

    display: flex;
   
    align-items: center;
    justify-content: center;
}
	.services_Content {
    padding: 0;
  
}
		.more_btn_link a {

    width: 100%;
}
}


/* ========== PREMIUM INTERACTIVE TABLE ========== */
.premium-table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  border-radius: 16px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(8px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
}

.premium-table th {
  background: linear-gradient(135deg, #2273f8, #3f8efc);
  color: #fff;
  text-align: left;
  padding: 16px 20px;
  font-weight: 600;
  letter-spacing: 0.5px;
  font-size: 16px;
}

.premium-table td {
  padding: 14px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  color: #333;
}

/* Alternating row background */
.premium-table tr:nth-child(even) td {
  background-color: rgba(247, 249, 255, 0.7);
}

/* Glowing Hover Effect */
.premium-table tr:hover td {
  background: rgba(34, 115, 248, 0.08);
  color: #2273f8;
  box-shadow: inset 0 0 10px rgba(34, 115, 248, 0.2);
  transform: scale(1.005);
  cursor: pointer;
}

/* Neon glow on hover */
.premium-table tr:hover td:first-child {
  border-left: 4px solid #2273f8;
}

/* Smooth Text Glow Animation */
@keyframes textGlow {
  0% { text-shadow: 0 0 5px rgba(34, 115, 248, 0.3); }
  50% { text-shadow: 0 0 10px rgba(34, 115, 248, 0.6); }
  100% { text-shadow: 0 0 5px rgba(34, 115, 248, 0.3); }
}

.premium-table tr:hover td {
  animation: textGlow 1.2s infinite alternate;
}

/* Responsive Style */
@media (max-width: 768px) {
  .premium-table {
    font-size: 13px;
  }
  .premium-table td, .premium-table th {
    padding: 10px;
  }
}




/* ===== VERTICAL TABS CONTAINER ===== */

.app-section {
    padding: 100px 0;
    background: #f6f7fa;
}

.vertical-tabs{
  display:flex;
  gap:14px;
  justify-content:flex-end;
}

/* ===== TAB BASE ===== */
.tab-1{background-image: url(assets/img/people-sensing-technology.png);}
.tab-2{background-image: url(assets/img/people-sensing-smart-building.png);}
.tab-3{background-image: url(assets/img/people-sensing-retail.png);}
.tab-4{background-image: url(assets/img/fall-detector.png);}
.tab-item{
  width: 76px; /* initial width */
  height:380px;
  position:relative;
  cursor:pointer;
  overflow:hidden;

  border-radius:26px;
  background-size:cover;
  background-position:center;

  /* Smooth transition for width & box-shadow */
  transition: width .5s cubic-bezier(.4,0,.2,1),
              box-shadow .5s cubic-bezier(.4,0,.2,1);
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.15),
    0 10px 25px rgba(0,0,0,.12);
}

/* ===== DARK + GRADIENT OVERLAY ===== */
.tab-item::before{
  content:"";
  position:absolute;
  inset:0;
background-color: rgba(13, 72, 147, .8);
  transition:.4s ease;
  z-index:1;
}

/* ===== ROTATED TEXT ===== */
.tab-title{

  transform:translate(-50%,-50%) rotate(-90deg);
  font-weight:600;
  letter-spacing:.5px;
  white-space:nowrap;
  z-index:2;
  color:#fff;
  transition:opacity .3s ease;
}
.tab-title {
    position: absolute;
  
    transform: translate(-50%,-50%) rotate(-90deg);
    font-weight: 600;
    letter-spacing: .5px;
    white-space: nowrap;
    z-index: 2;
    color: #fff;
    transition: opacity .3s ease;
    position: absolute;
    left: -10rem;
    bottom: 1.5rem;
    width: 12.5rem;
    font-size: 1.75rem;
    color: #fff;
    font-weight: 600;
    white-space: nowrap;
    transform: rotate(90deg);
    transform-origin: center right;
    text-align: right;
    transition: all .5s ease;
}
/* ===== YOUTUBE ICON ===== */
.tab-play{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%) scale(.6);
  font-size:48px;
  color:#ff2c2c;
  opacity:0;
  z-index:3;
  transition:.35s cubic-bezier(.4,0,.2,1);
}

/* ===== HOVER / ACTIVE STATE ===== */
.tab-item:hover,
.tab-item.active{
  width: 100%; /* expanded width on hover */
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.25),
    0 18px 45px rgba(0,0,0,.28);
}

/* Overlay lighter on hover */
.tab-item:hover::before{
/*  background:
    linear-gradient(
      180deg,
      rgba(10,52,102,.75) 0%,
      rgba(28,91,160,.65) 100%
    );*/
    background:none;
}

/* Text hide, icon show */
.tab-item:hover .tab-title {
    /* opacity: 0; */
    display: flex;
    align-items: center;
    justify-content: center;
    width: 13.125rem;
    height: 3.75rem;
    background-color: rgba(13, 72, 147, .6);
    border-radius: 0 .5rem .5rem 0;
    border: .0625rem solid #fff;
    backdrop-filter: blur(.625rem);
    transform: rotate(0);
    left: 0;
}

.tab-item:hover .tab-play{
  opacity:1;
  transform:translate(-50%,-50%) scale(1);
}
/* =========================  Category description read more ==============*/

.category-description {
    position: relative;
    overflow: hidden;
    transition: max-height 0.5s ease;
	text-align:justify;
}
.category-description h2{font-size:24px;}
.category-description h3{font-size:21px;margin:20px 0;}
.category-description h4{font-size:16px;margin:20px 0;}
.category-description p, table,li {
    font-family: var(--font-body);
	font-size:14px;
	
}
.category-description li {
    margin: 12px 0;
}
/* শুরুতে কতটুকু লেখা দেখাবে (যেমন: ১০০ পিক্সেল) */
.category-description.collapsed {
    max-height: 100px; 
}

/* নিচের ঝাপসা অংশটি দেখানোর জন্য */
.category-description.collapsed::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: linear-gradient(transparent, white);
}

.category-description.expanded {
  /*  max-height: 2000px; /* পর্যাপ্ত বড় হাইট যাতে সব লেখা ধরে */
}


/* FAQ For Every Category*/
#cat-faq{padding:100px 0;}

.faq-container {
    max-width: 1000px;
    margin:0 auto;
}
.faq-title{
    color:#2f3940;
    font-size: 3rem;
    font-weight: 400;
    line-height: 1.2;
}
.faq-item {
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}

.faq-question {
    width: 100%;
    padding: 15px;
    background: none;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    transition: background 0.3s ease;
    /* font-size: 1.25rem; */
    font-weight: 600;
    line-height: 1.4;
    font-family: var(--font-body);
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.4;
}

.faq-question:hover {
    background: none;
}

/* Answer Section Initial State */
.faq-answer {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    /* transition: property duration timing-function */
    transition: max-height 0.5s ease-in-out, opacity 0.4s ease;
}

/* Active State - যখন FAQ খুলবে */
.faq-item.active .faq-answer {
    max-height: 1000px; /* আপনার কন্টেন্টের জন্য যথেষ্ট বড় সাইজ */
    opacity: 1;
    /* খোলার সময় টাইমিংটা একটু স্মুথ রাখা হয়েছে */
    transition: max-height 0.6s ease-in-out, opacity 0.6s ease;
}
.faq-content{
 padding: 15px;
    margin-bottom: 30px;
      font-size: 1rem;
    line-height: 1.5;
    font-family: var(--font-body);
}

.icon{font-weight:300;}


.faq-item.active .faq-question {
    background:none;
}

.rotate-icons {
    transition: transform 0.4s ease; /* এটি আইকনটিকে স্মুথলি ঘুরাবে */
}

/* যখন FAQ একটিভ হবে, তখন আইকন ১৮০ ডিগ্রি ঘুরে যাবে */
.faq-item.active .rotate-icons {
    transform: rotate(180deg);
}
/* আইকনের সাধারণ অবস্থা */
.rotate-icons {
    display: inline-block; /* ঘোরানোর জন্য এটি প্রয়োজন */
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1); /* স্মুথ অ্যানিমেশন */
}

/* যখন FAQ আইটেমটি একটিভ (Active) হবে */
.faq-item.active .rotate-icons {
    transform: rotate(180deg); /* আইকনটি ১৮০ ডিগ্রি উল্টো হয়ে যাবে */
}

/* আইকন হোল্ডার বা র‍্যাপার স্টাইল (ঐচ্ছিক - সুন্দর দেখানোর জন্য) */
.icon-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
}
/*category page filter profesional design*/
#cat-pro h1{color:#fff;}



 :root {
    --navy: #0a1628;
    --navy-mid: #0d1f3c;
    --navy-light: #122348;
    --accent: #00c8ff;
    --accent2: #0066ff;
    --accent-glow: rgba(0, 200, 255, 0.15);
    --border: rgba(0, 200, 255, 0.15);
    --text: #e8f0fe;
    --text-muted: #7a9cc4;
    --white: #ffffff;
  }


 /* === OVERLAY === */
  .filter-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    backdrop-filter: blur(3px);
    z-index: 998;
  }
  .filter-overlay.active { display: block; }

  /* === FILTER TRIGGER BUTTON === */
  .filter-trigger-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, var(--accent2), var(--accent));
    color: #fff;
    border: none;
    padding: 11px 22px;
    border-radius: 6px;
  
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0 4px 20px rgba(0,102,255,0.4);
  }
  .filter-trigger-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 28px rgba(0,200,255,0.5);
  }
  .filter-trigger-btn svg { width: 16px; height: 16px; }

  /* === SIDENAV === */
  .sidenavy {
    position: fixed;
    top: 0;
    right: -420px;
    width: 360px;
    height: 100vh;
    background:#fff;
    border-left: 1px solid var(--border);
    z-index: 999;
    display: flex;
    flex-direction: column;
    transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    box-shadow: -8px 0 60px rgba(0,0,0,0.5);
  }
  .sidenavy.open { right: 0; }

  /* Decorative top accent */
  .sidenavy::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--accent2), var(--accent), var(--accent2));
    background-size: 200% 100%;
    animation: shimmer 3s linear infinite;
  }
  @keyframes shimmer {
    0% { background-position: -200% 0; }
    100% { background-position: 200% 0; }
  }

  /* === HEADER === */
  .filter-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    border-bottom: 1px solid var(--border);
   /* background: var(--navy-mid);*/
    flex-shrink: 0;
  }
  .filter-titles {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .filter-title-icon {
    width: 32px; height: 32px;
    background: var(--accent-glow);
    border: 1px solid var(--border);
    border-radius: 6px;
    display: flex; align-items: center; justify-content: center;
  }
  .filter-title-icon svg { width: 16px; height: 16px; color: #545151; }
  .filter-titles h3 {
    
    font-size: 18px;
    font-weight: 700;
    color: #545151;
    letter-spacing: 1px;
    text-transform: uppercase;
	margin:0;
  }
  .filter-badge {
    background: var(--accent);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    padding: 2px 7px;
    border-radius: 20px;
	  line-height:11px;
    letter-spacing: 0.5px;
  }
.closes-btn {
    width: 34px;
    height: 34px;
    background: rgba(255,255,255,0.05);
    border: 1px solid var(--border);
    border-radius: 6px;
    color: var(--text-muted);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
    margin: 0;
    min-width: 0;
}
  .closes-btn:hover {
    background: rgba(255,50,50,0.15);
    border-color: rgba(255,80,80,0.4);
    color: #ff6b6b;
  }
  .closes-btn svg { width: 16px; height: 16px; }

  /* === ACTIVE FILTERS BAR === */
  .active-filters-bar {
    padding: 12px 24px;
    border-bottom: 1px solid var(--border);
    background: rgba(0,200,255,0.04);
    display: flex; align-items: center; gap: 8px; flex-wrap: wrap;
    min-height: 52px;
  }
  .active-label {
    font-size: 11px;
    color: var(--text-muted);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    white-space: nowrap;
  }
.active-tag {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: var(--accent-glow);
    border: 1px solid rgba(0,200,255,0.3);
    color: #000;
    font-size: 11px;
    font-weight: 500;
    padding: 3px 8px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s;
}
  .active-tag:hover { background: rgba(255,80,80,0.15); border-color: rgba(255,80,80,0.4); color: #ff6b6b; }
  .active-tag svg { width: 10px; height: 10px; }
  .clear-all-btn {
    margin-left: auto;
    background: none;
    border: none;
    color: var(--text-muted);
    font-size: 11px;
    cursor: pointer;
    text-decoration: underline;
    transition: color 0.2s;
  font-family: var(--font-head);
    white-space: nowrap;
  }
  .clear-all-btn:hover { color: #ff6b6b; }

  /* === SCROLL BODY === */
  .filter-body {
    flex: 1;
    overflow-y: auto;
    padding: 8px 0;
  }
  .filter-body::-webkit-scrollbar { width: 4px; }
  .filter-body::-webkit-scrollbar-track { background: transparent; }
  .filter-body::-webkit-scrollbar-thumb { background: var(--border); border-radius: 2px; }

  /* === FILTER SECTION === */
  .filter-section {
    border-bottom: 1px solid var(--border);
  }
  .filter-section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 24px;
    cursor: pointer;
    transition: background 0.2s;
    user-select: none;
  }
  .filter-section-header:hover { background: rgba(255,255,255,0.03); }
  .section-title-wrap {
    display: flex; align-items: center; gap: 10px;
  }
  .section-icon {
    width: 28px; height: 28px;
    background: var(--accent-glow);
    border: 1px solid var(--border);
    border-radius: 5px;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
  }
  .section-icon svg { width: 13px; height: 13px; color:#000; }
  .section-label {
    font-size: 14px;
    font-weight: 600;
    color:#545151;
    letter-spacing: 0.5px;
    text-transform: uppercase;
  }
  .section-count {
    font-size: 10px;
    color:#545151;
    font-weight: 400;
   font-family: var(--font-head);
    text-transform: none;
    letter-spacing: 0;
    margin-left: 4px;
  }
  .chevron {
    width: 18px; height: 18px;
    color: var(--text-muted);
    transition: transform 0.3s;
    flex-shrink: 0;
  }
  .chevron.open { transform: rotate(180deg); }

  .filter-section-body {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.35s cubic-bezier(0.4,0,0.2,1);
    padding: 0 24px;
  }
  .filter-section-body.open {
    max-height: 600px;
    padding: 0 24px 16px;
  }

  /* Search inside section */
  .section-search {
    position: relative;
    margin-bottom: 10px;
  }
  .section-search input {
    width: 100%;
    background: rgba(255,255,255,0.05);
    border: 1px solid var(--border);
    border-radius: 5px;
    color: var(--text);
    font-size: 12px;
    padding: 7px 10px 7px 30px;
    font-family: var(--font-head);
    outline: none;
    transition: border-color 0.2s;
  }
  .section-search input:focus { border-color: var(--accent); }
  .section-search input::placeholder { color: var(--text-muted); }
  .section-search-icon {
    position: absolute;
    left: 9px; top: 50%;
    transform: translateY(-50%);
    width: 13px; height: 13px;
    color: var(--text-muted);
  }

  /* Checkbox items */
  .checkbox-list { display: flex; flex-direction: column; gap: 2px; }
  .checkbox-item {
    display: flex; align-items: center;
    padding: 7px 8px;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.15s;
    gap: 10px;
  }
  .checkbox-item:hover { background: rgba(255,255,255,0.04); }

  .custom-checkbox {
    width: 16px; height: 16px;
    border: 1.5px solid var(--text-muted);
    border-radius: 3px;
    flex-shrink: 0;
    display: flex; align-items: center; justify-content: center;
    transition: all 0.2s;
    background: transparent;
  }
  .checkbox-item input[type="checkbox"] { display: none; }
.checkbox-item input[type="checkbox"]:checked + .custom-checkbox {
    background: #fff;
    border-color: var(--accent);
}
  .checkbox-item input[type="checkbox"]:checked + .custom-checkbox svg { display: block; }
  .custom-checkbox svg {
    display: none;
    width: 10px; height: 10px;
    color: var(--navy);
  }
  .checkbox-label {
    font-size: 13px;
    color: var(--text-muted);
    flex: 1;
    transition: color 0.2s;
  }
  .checkbox-item:hover .checkbox-label,
  .checkbox-item input:checked ~ .checkbox-label { color: var(--text); }
  .checkbox-qty {
    font-size: 11px;
    color: var(--text-muted);
    background: rgba(255,255,255,0.06);
    padding: 1px 6px;
    border-radius: 10px;
   
  }

  /* Color swatches */
  .color-grid {
    display: flex; flex-wrap: wrap; gap: 8px;
    padding-top: 4px;
  }
  .color-swatch {
    position: relative;
    width: 32px; height: 32px;
    border-radius: 5px;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.2s;
    flex-shrink: 0;
  }
  .color-swatch:hover { transform: scale(1.1); }
  .color-swatch.active { border-color: var(--accent); }
  .color-swatch.active::after {
    content: '✓';
    position: absolute; inset: 0;
    display: flex; align-items: center; justify-content: center;
    font-size: 12px;
    color: white;
    text-shadow: 0 1px 3px rgba(0,0,0,0.8);
  }
  .color-label {
    margin-top: 6px;
    font-size: 11px;
    color: var(--text-muted);
    text-align: center;
  }
  .color-item { display: flex; flex-direction: column; align-items: center; }

  /* === FOOTER ACTIONS === */
  .filter-footer {
    flex-shrink: 0;
    padding: 16px 24px;
    border-top: 1px solid var(--border);
  
    display: flex; gap: 10px;
  }
  .btn-reset {
    flex: 1;
    padding: 11px;
    background: transparent;
    border: 1px solid var(--border);
    color: var(--text-muted);
    border-radius: 6px;
  
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.2s;
    text-transform: uppercase;
  }
  .btn-reset:hover {
    border-color: rgba(255,80,80,0.5);
    color: #ff6b6b;
    background: rgba(255,80,80,0.08);
  }
  .btn-apply {
    flex: 2;
    padding: 11px;    
    border: none;
    color:#000;
    border-radius: 6px;
    
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    cursor: pointer;
    text-transform: uppercase;
    transition: all 0.2s;
    
  }
  .btn-apply:hover {
    box-shadow: 0 6px 24px rgba(0,200,255,0.5);
    transform: translateY(-1px);
  }
.toolbar {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin:20px 0;
    border-radius: 8px;
}
/*==============================Appointment & Contact Us Form =========================*/

/*contact us */
#contact-us,#appointment-us{
background: #faf8f5;
    background-image: radial-gradient(circle at 20% 20%, #e8f0ed 0%, transparent 50%), radial-gradient(circle at 80% 80%, #f0ede8 0%, transparent 50%);

}
.card-registration {
    max-width: 70%;
    margin: 0 auto;
	background: #ffffff;
    border-radius: 24px;
    box-shadow:0 4px 32px rgba(74, 124, 107, 0.08);
    overflow: hidden;
    animation: slideUp 0.5s ease both;
}
@keyframes slideUp {
    from { opacity: 0; transform: translateY(24px); }
    to { opacity: 1; transform: translateY(0); }
  }

  .header {
    background: linear-gradient(135deg, #eef4f1 0%, #e8f0ed 100%);
    padding: 44px 48px 36px;
    position: relative;
    border-bottom: 1px solid #e2ebe7;
  }

  .header::after {
    content: '';
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(74,124,107,0.08);
    border: 2px solid rgba(74,124,107,0.15);
  }

  .header::before {
    content: '';
    position: absolute;
    right: 55px;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(74,124,107,0.12);
    z-index: 1;
  }

  .tag {
    display: inline-block;
    background: rgba(74,124,107,0.12);
    color: #4a7c6b;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 5px 12px;
    border-radius: 20px;
    margin-bottom: 14px;
	font-family: var(--font-body);  
  }

  .header h1 {
   
    font-size: 17px;
    color:#2c3530;
    line-height: 1.2;
    margin-bottom: 8px;
	  font-weight: 800;
  }

  .header p {
    color: var(--text-mid);
    font-size: 14px;
    font-weight: 300;
    line-height: 1.6;
  }

  .form-body {
    padding: 40px 48px 48px;
  }




#contactForm input, #contactForm select, #contactForm textarea,#appointment_Form input, #appointment_Form select, #appointment_Form textarea {
    width: 100%;
   
    border: 1.5px solid #e2ebe7;
    border-radius: 10px;
    font-size: 14px;
    color: #2c3530;
    background: #fff;
    transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
    outline: none;
    height:55px;
    max-width: 100%;
	font-weight:400;
	height:45px;
	font-family: var(--font-body);
}
#contactForm textarea,#appointment_Form textarea{
	
	height:auto;
}
#contact-sidebar, .formpart {
    background: #fff;
    border-radius: 10px;
}

.submit-area {
    margin-top: 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}
.note {
    font-size: 12px;
    color: #8fa0a0;
    line-height: 1.5;
    flex: 1;
}
.note strong {
    color: #5a6660;
}
.btn-submit {
    background:#4a7c6b;
    color: #fff;
    border: none;
    border-radius: 12px;
    padding: 15px 36px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.3px;
    cursor: pointer;
    transition: all 0.2s;
    white-space: nowrap;
    box-shadow: 0 4px 16px rgba(74,124,107,0.3);
    position: relative;
    overflow: hidden;
}

#contactForm  label, #appointment_Form label {
    display: inline-block;
    display: block;
    font-size: 15px;
    font-weight: 800;
    color: #5a6660;
    letter-spacing: 0.3px;
    margin-bottom: 7px;
    font-family: var(--font-body);
}
#contactForm input::placeholder,#contactForm select::placeholder,#appointment_Form input::placeholder,#appointment_Form select::placeholder {
  color: #5a6660;
  font-size:15px;
	opacity:.6;
}
.consent {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin-top: 20px;
    margin-bottom: 20px;
    color: var(--text-secondary);
    font-size: 13px;
    transition: color 0.3s ease;
}
.consent input {
    width: 20px!important;
    height: 20px!important;
    margin-top: 2px;
    cursor: pointer;
    flex-shrink: 0;
}
.success-message {
    background:#e6ffed;
    color:#1e7e34;
    padding:15px;
    border-radius:6px;
    margin-bottom:15px;
    font-weight:600;
}

.error-message {
    background:#ffe6e6;
    color:#cc0000;
    padding:15px;
    border-radius:6px;
    margin-bottom:15px;
    font-weight:600;
}


@keyframes fadeIn {
    from {opacity:0; transform: translateY(-8px);}
    to {opacity:1; transform: translateY(0);}
}


.form-error {
    background: #ffe6e6;
    color: #b30000;
    padding: 17px;
    margin-bottom: 15px;
    border-left: 4px solid #ff0000;
    border-radius: 4px;
}
.form-error p{margin:0;}
.form-success {
    background: #e6ffed;
    color: #006b21;
    padding: 12px;
    margin-bottom: 15px;
    border-left: 4px solid #00a32a;
    border-radius: 4px;
}
.req{color:red;}

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}


.form-row>.col, .form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
}
.form-group {
    margin-bottom: 1rem;
}




/* ── Appointment Type ── */
.at-toggle {
  display: flex;
  background: #eef1f8;
  border: 1px solid #dde4f2;
  border-radius: 10px;
  padding: 4px;
  gap: 4px;
  width: fit-content;
  margin: 8px 0 14px;
}
.at-tab {
  display: flex; align-items: center; gap: 7px;
  padding: 9px 22px; border-radius: 7px;
  font-size: 13px; font-weight: 600;
  cursor: pointer; color: #6b7fa3;
  border: none; background: transparent;
  transition: all .18s; font-family: var(--font-body);
}
.at-tab.active { background: #1a3568; color: #fff; }
.at-panel { display: none; flex-direction:row; gap: 8px; }
.at-panel.show { display: flex; }
.at-r-lbl {
    display: flex!important;
    align-items: center;
    gap: 10px;
    font-size: 13px!important;
    color: #1a3568!important;
    cursor: pointer;
    padding: 10px 16px;
    max-width: 320px;
    border: 1.5px solid #dde4f2;
    border-radius: 8px;
    background: #fff;
    transition: background .13s, border-color .13s;
  font-family: var(--font-head);
}
.at-r-lbl:hover { background: #e6edf8; border-color: #4a6cf7; }
.at-r-lbl:has(input:checked) { background: #1a3568; border-color: #1a3568; color: #fff!important; }
.at-r-lbl input {
    accent-color: #1a3568;
    width: 15px!important;
    height: 15px!important;
    flex-shrink: 0;
}


/* contact us dropdown new design */

.contact-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    min-height: 500px;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(0,0,0,0.18);
}

.contact-image {
    position: relative;
    overflow: hidden;
    background: #1a1a2e;
    height: 588px;
}
.contact-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.85;
    filter: grayscale(15%);
    transition: transform 0.8s ease;
}
.image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(10,35,66,0.55) 0%, rgba(180,30,40,0.2) 100%);
}
.image-tagline {
    position: absolute;
    bottom: 36px;
    left: 32px;
    color: #fff;
  font-family: var(--font-head);
    font-size: 26px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.3px;
    max-width: 240px;
    text-shadow: 0 2px 12px rgba(0,0,0,0.4);
}
.image-tagline span {
    color: #e8c46a;
}
.contact-content {
    background: #fff;
    padding: 52px 48px;
    display: flex;
    flex-direction: column;
}
.section-label {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #c0392b;
    margin-bottom: 10px;
}
.section-title {
  
    font-size: 34px;
    font-weight: 700;
    color: #0d1b36;
    line-height: 1.15;
    margin-bottom: 28px;
}
.divider {
    width: 48px;
    height: 3px;
    background: linear-gradient(90deg, #c0392b, #e8c46a);
    border-radius: 2px;
    margin-bottom: 28px;
}
.contact-info {
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin-bottom: 32px;
}
.contact-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    color: #444;
}
.contact-item .icon {
    width: 34px;
    height: 34px;
    background: #f5f5f2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 14px;
}
.contact-item a {
    color: #0d1b36;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
}
.cards-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}
.contact-content .card {
    border: 1.5px solid #e8e8e4;
    border-radius: 5px;
    padding: 20px 18px 18px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    transition: border-color 0.25s, box-shadow 0.25s, transform 0.25s;
}
.contact-content .card:hover {
    border-color: #0d1b36;
    box-shadow: 0 6px 24px rgba(13,27,54,0.08);
    transform: translateY(-2px);
}
.contact-content .card-icon {
    font-size: 20px;
    margin-bottom: 4px;
}
.contact-content .card-titles {

    font-size: 15px;
    font-weight: 600;
    color: #0d1b36;
}
.card-desc {
    font-size: 12px;
    color: #999;
    line-height: 1.5;
    font-weight: 300;
}
.card-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 10px;
    padding: 9px 16px;
    border-radius: 3px;
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    cursor: pointer;
    border: none;
    transition: all 0.2s;
    text-decoration: none;
    width: fit-content;
}
.card.sales .card-btn {
    background: #c0392b;
    color: #fff;
}

.card.appointment .card-btn {
    background: #0d1b36;
    color: #fff;
}





.contact-content .footer-link {
    margin-top: 24px;
    font-size: 12px;
    color: #aaa;
    display: flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    transition: color 0.2s;
}
/* In your stylesheet or Appearance → Additional CSS */
.post__title {
  color: #0056b3;           /* High contrast blue */

  text-underline-offset: 3px;
}

.post__text a:hover .post__title,
.post__text a:focus .post__title {
  color: #003d80;
  text-decoration: underline;
}

/* Remove default link color if theme overrides */
.post__text a {
  color: inherit;
  text-decoration: none;    /* Underline is on the h3, not the <a> */
}

/* In your theme stylesheet */
.post__excerpt a,
.btn-more a {
    color: #0056b3;           /* High contrast — passes WCAG AA 4.5:1 */
   
    text-underline-offset: 2px;
    font-weight: 600;
}

.post__excerpt a:hover,
.post__excerpt a:focus {
    color: #003d80;
    outline: 2px solid #003d80; /* Visible focus ring for keyboard users */
    outline-offset: 2px;
}
/* Before */
div.footer-widget { ... }

/* After */
li.footer-widget {
    list-style: none;
    padding: 5px 0;
}

ul.footer-nav {
    list-style: none;
    padding: 0;
    margin: 0;
}
.img-wrapper img {
    width: 100%;
    height: 100%!important;
}