/* font-family: "Open Sans", sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
/*font-family: "Montserrat", sans-serif;*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


h1,h2,h3,h4,h5,h6{
  /*font-family: "Montserrat", sans-serif;*/
  font-family: "Montserrat", Sans-serif;
  margin: 0;
  padding: 0;
}
ul,
ol,
li{
  list-style: none;
  padding: 0;
  margin: 0;
}
p{
  margin: 0;
  padding: 0;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* BASIC CSS FOR HEADER & MEGA MENU */
.container{
  max-width: 1380px;
  padding: 0 15px;
  width: 100%;
  margin: 0 auto;
}
.animated-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 52px 12px 34px;
  border: 2px solid #0081CC;
  border-radius: 8px;
  color: #0081CC;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.animated-btn span {
  display: inline-block;
  transition: transform 0.3s ease;
}

/* Hover effects */
.animated-btn:hover {
  background-color: #0081CC;
  color: #fff;
  box-shadow: 0 6px 15px rgba(0, 129, 204, 0.3);
}

.animated-btn:hover span {
  transform: translateX(6px); /* arrow slides right */
}

/* Reset and container */
body { margin: 0; font-family: "Open Sans", sans-serif; }
.site-header { background: #f5f8fa; border-bottom: 1px solid #e2e8ee; }
.header-inner { display: flex; align-items: center; justify-content: space-between; padding: 0 1.5rem; max-width: 1200px; margin: 0 auto; }
.site-logo img { max-height: 48px; }

.main-nav { flex: 1 1 auto; margin-left: 2rem; }
.nav-list { display: flex; gap: 2rem; list-style: none; margin: 0; padding: 0; }
.nav-list > li { position: relative; }
.nav-list a { text-decoration: none; color: #282c35; font-weight: 500; padding: 1rem 0; display: block; transition: color .2s; }
.nav-list a:hover { color: #1976d2; }

.has-mega:hover .mega-menu,
.has-mega:focus-within .mega-menu {
  display: flex;
}

.mega-menu {
  display: none;
  position: absolute;
  left: 0; top: 100%;
  background: #fff;
  box-shadow: 0 8px 24px rgba(28,37,54,.12);
  z-index: 90;
  padding: 1.5rem 2rem;
  gap: 2.5rem;
  min-width: 720px;
  border-radius: 0 0 7px 7px;
}

.mega-col {
  min-width: 170px;
  display: flex;
  flex-direction: column;
}

.mega-col h4 {
  margin: 0 0 .75rem 0;
  font-size: 1.1rem;
  color: #32a0c2;
  font-weight: 600;
}
.mega-col a {
  color: #2b2f3a;
  font-size: 1rem;
  padding: .25rem 0;
  text-decoration: none;
}
.mega-col a:hover {
  color: #1976d2;
}

/* Header Icons */
.header-icons {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.header-icons button,
.header-icons .login-btn {
  background: none; border: none; color: #2b2f3a; font-size: 1.2rem; cursor: pointer; padding: 0 .3rem;
}
.header-icons .login-btn {
  background: #2196f3;
  color: #fff; border-radius: 6px; padding: .45rem 1.15rem; font-size: 1rem; margin-left: .5rem;
  text-decoration: none; font-weight: 600;
}


/* Home Banner  */


.sf-hero-banner { width: 100%; height: 910px; background-size: cover; text-align: center; }
.sf-hero-banner h2.sec-title { font-size: 72px; color: #fff; line-height: 76px; padding-top: 100px; padding-bottom: 20px; }
.sf-hero-banner p { font-size: 24px; line-height:32px; color: rgba(255, 255, 255, 0.9); }

a.explore-btn, a.watchs-btn { background: #0081CC; position: relative; color: #fff; padding: 13px 32px; border-radius: 10px; margin-right: 15px; font-size: 18px;
    line-height: 28px; }
a.watchs-btn { padding: 13px 36px 13px 60px; }
a.explore-btn { padding: 13px 65px 13px 36px; }
a.watchs-btn::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url(/wp-content/uploads/2025/09/play-icon.png);
    left: 25px;
    background-repeat: no-repeat;
    top: 19px;
}

a.explore-btn::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url(/wp-content/uploads/2025/09/right-arrow.png);
    top: 20px;
    right: 25px;
    background-repeat: no-repeat;
}

a.explore-btn:hover, a.watchs-btn:hover { background: #000000CC; }
.banner-btn-div { display: flex; padding: 40px 0px; justify-content: center; }
.banner-count-service { display: flex; }
.banner-counter { padding: 10px 24px 10px 0px; }
.banner-counter h5 {  color: #fff; font-size: 30px; line-height: 36px; }
.banner-counter p {  color: #FFFFFF; font-size: 14px; line-height: 20px; }
/*.left-mobile-app .img-app { padding-top: 130px; padding-right: 40px; }*/
.news-card.pro-card {  flex: 1 1 20%; box-shadow: none; }
.news-card.pro-card:hover { box-shadow: none; }
.pro-card img { width:100%; object-fit: contain; }
.pro-card .price ins .amount bdi, .pro-card .price .amount bdi { font-size: 24px; line-height:32px; font-weight: 700; font-family: "Montserrat", Sans-serif; }
.pro-card .price del .amount bdi { color: #0081CC; font-size:14px; line-height: 20px; font-family: "Open Sans", sans-serif;  }
.pro-card .price del { color: #0081CC;  margin-left: 12px; }
.pro-card .price ins { text-decoration: none;  }
.pro-card .news-content .price { display: flex; flex-direction: row-reverse; justify-content: flex-end; align-items:center; }
.pro-card .price .amount bdi span.woocommerce-Price-currencySymbol { margin-right: 5px; }

.features-product { text-align: center; background-color: #F5F7FA; }
.left-mobile-app { display: flex; justify-content: flex-end; position: relative; bottom: -120px; }
.best-sell-desc {
    background: rgba(255, 255, 255, 0.98);
    border-radius: 14px;
    box-shadow: 0 8px 26px rgba(25, 44, 87, 0.13);
    margin: 90px 0px 0px;
    padding: 40px;
}

.best-sell-desc p { 
    font-size: 16px;
    line-height: 26px;
    color: #000000;
}
.best-sell-desc strong {
    color: #0081CC;
    margin: 10px 0px;
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
}
.discover-list {
  /*display: flex;*/
  gap: 28px;
  justify-content: center;
  flex-wrap: wrap;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.discover-card {
  background: rgba(255,255,255,0.98);
  border-radius: 14px;
  box-shadow: 0 8px 26px rgba(25,44,87,0.13);
  /*max-width: 320px;
  min-width: 260px;*/
  min-width: 260px;
  flex: 1 1 30%;
  text-align: left;
  transition: box-shadow 0.18s, transform 0.18s;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

/*.discover-img {
  width: 100%;
  min-height: 190px;
  background: #C9C9C9;
  display: block;
  max-height: 190px;
  object-fit: contain;
}
*/

/* Overlay effect */
.discover-card::after {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0, 0, 0, 0); /* transparent by default */
  transition: background 0.4s ease;
}

.discover-content {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%) translateY(0);
  text-align: center;
  color: #fff;
  width: 85%;
  transition: transform 0.4s ease, bottom 0.4s ease;
  z-index: 2;
  display: none;
}

/* Hover state */
.discover-card:hover .discover-img { opacity: 0.5; }
.discover-card:hover::after { background: rgba(0, 0, 0, 0.6); }
.discover-card:hover .discover-content { bottom: 50%; transform: translateX(-50%) translateY(50%); display: block;}
.discover-title-text { font-size: 18px; font-family: "Montserrat", Sans-serif; color: #FFFFFF; text-align: center; font-weight: 600; margin: 12px 0px;     display: inline-block; }
.discover-short { font-size: 14px; color: #FFFFFF; text-align: center; font-weight:400; margin: 12px 0px;  }


.content-info h2 {
        font-size: clamp(24px, 3vw, 30px);
    color: #252525;
    margin-bottom: 24px;
    line-height: 1.3;
}

.content-info p {     font-size: 18px;
    color: #0081CC;
    line-height: 1.5;
    margin-bottom: 32px;
}

.content-info ul { list-style: none;
    margin-bottom: 36px;  }
.content-info ul li { display: flex;
    align-items: flex-start;
    margin-bottom: 16px;
    font-size: 16px;
    color: #252525;
    line-height: 1.5;
    padding-left: 28px;
    position: relative;
}

.content-info ul li:before {
    content: "";
    position: absolute;
    background: url(/wp-content/uploads/2025/09/list-icon.webp);
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    width: 16px;
    height: 16px;
    top: 5px;

}
.content-info a { 
    background: #0081CC;
    color: white;
    padding: 16px 30px;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: none;
    font-size: 14px;
    line-height: 28px;
    display: inline-block;
}

.elementor-location-footer {
    margin-top: 0px !important;
}

.view-all-btn a.animated-btn:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url(/wp-content/uploads/2025/09/blue-right-arrow.png);
    top: 15px;
    right: 20px;
    background-repeat: no-repeat;
    transition: all 0.3s ease;
}
.view-all-btn a.animated-btn:hover:after{
    background-image: url(/wp-content/uploads/2025/09/right-arrow.png);
    transition: all 0.3s ease;
}

.features-product .news-title-text {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #252525;
    line-height: 28px;
    font-family: "Montserrat", Sans-serif;
}

.pro-foot { display: flex; gap: 11px; margin-top: 12px; }
.pro-foot .shop-btn {
    width: 100%;
    background-color: #0081CC;
    font-family: "Open Sans", sans-serif;
    color: #fff;
    padding: 12px 32px;
    border-radius: 10px;
    text-align: center;
    position: relative;
}
.pro-foot .shop-btn:before {
    content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/2025/09/shop-now.png);
    width: 20px;
    height: 20px;
    left: 30%;
    background-repeat: no-repeat;
    top: 15px;
}
.pro-foot .yith-add-to-wishlist-button-block .yith-wcwl-icon {
    background: #0081CC;
    height: 46px;
    width: 56px !important;
    padding: 0px 10px;
    border-radius: 10px;
    color: #fff !important;
    max-width: 44px !important;

}
.pro-foot .yith-add-to-wishlist-button-block .yith-wcwl-add-to-wishlist-button__label { display: none; }
.pro-foot .yith-add-to-wishlist-button-block { margin:0px !important; }
.grid-col-4 .pro-foot .shop-btn:before { left:20%; }
.quick-login-me .elementor-icon svg { width: 70px !important; }

/*-------------------------------*/

/* Responsive Styles */


@media (max-width: 991px) {

    .sf-hero-banner h2.sec-title { font-size: 49px; line-height:60px; }
    .sf-hero-banner p { font-size: 20px; }
    .left-mobile-app { justify-content: center; }
    /*.left-mobile-app .img-app { padding-top: 100px; padding-right: 0px;  }*/
    .sf-hero-banner { background-position: center; }
}

@media (max-width: 950px) {
  .header-inner { flex-wrap: wrap; }
  .main-nav { margin-left: 0; }
  .nav-list { flex-direction: column; position: absolute; top: 64px; left: 0; right: 0; background: #fff; display: none; z-index: 99; }
  .header-icons .mobile-menu-toggle { display: block; }
}


@media (max-width: 600px) {
  .mega-menu { flex-direction: column; min-width: 0; width: 100vw; left: -1.5rem; right: -1.5rem; }
  .header-inner { padding: 0 .5rem; }
  .site-logo img { max-height: 36px; }
}

/* Show nav when toggled on mobile */
.header-inner.menu-open .nav-list { display: flex; }
.header-icons .mobile-menu-toggle { display: none; font-size: 2rem; }

/* Common Css */
.sec-space{
  padding: 80px 0;
}
.content-center{
  text-align: center;
}
.title-section{
  max-width: 800px;
  margin:0 auto;
}
.space-tb{
    margin-bottom: 50px;
    margin-top: 50px;
}
.sec-title{
  font-weight: 700;
  font-size: 48px;
  line-height: 1.3;
  vertical-align: middle;
  color: #333333;
}
.title-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.sec-desk{
  font-weight: 400;
  font-size: 20px;
  line-height: 1.6;
  vertical-align: middle;
  color: #0081CC;
}
/* Common Css */

/* Home Page Style Start Here */
.wd-tab{
  padding: 80px 0;
  background: #E2E9E94D;
}
.wd-tab .container{
  display: flex;
  flex-direction: column;
  gap: 50px;
}
/* Tab Navigation */
.tabs-wrapper {
    overflow: hidden;
}

.tab-navigation {
    display: flex;
    overflow-x: auto;
    gap: 20px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    overflow-x: scroll;
}

.tab-navigation::-webkit-scrollbar {
    display: none;
}

.tab-item {
    /*flex: 1;*/
    /*min-width: 160px;*/
    padding: 10px 30px;
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    color: #252525;
    background: #ffffff80;
    text-align: center;
    transition: all 0.3s ease;
    white-space: nowrap;
    border-radius: 10px;
    align-content: center;
    display: flex;
    gap: 10px;
    align-items: center;
    font-family: "Open Sans", sans-serif;
}

.tab-item:focus, .tab-item:hover,
.tab-item.active {
    background-color: #0081CC;
    color: #fff;
}

.tab-item span.tab-icon img{
  filter: brightness(0) saturate(100%) invert(12%) sepia(0%) saturate(0%) hue-rotate(187deg) brightness(97%) contrast(87%);
}
.tab-item.active span.tab-icon img,
.tab-item:hover span.tab-icon img{
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(109deg) brightness(105%) contrast(105%);
}
/* Content Area */
.content-area {
    padding: 50px 0 0 0;
    min-height: 500px;
}

.content-panel {
    display: none;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
}

.content-panel.active {
    display: block;
    opacity: 1;
}

/* Main Content Layout */
.content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
    
}

/* Left Side - Image Card */
.image-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}

.card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.image-card:hover .card-image {
    transform: scale(1.02);
}

.card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    color: white;
    padding: 24px;
    display: flex;
    align-items: center;
    gap: 15px;
}
.card-title-icon{
  width: 48px;
  height: 48px;
  aspect-ratio: 1/1;
  display: flex;
  backdrop-filter: blur(4px);
  background: #FFFFFF33;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
      padding: 6px;
}
.card-title-icon img {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(109deg) brightness(105%) contrast(105%);
}
.card-title {
    font-size: clamp(16px,2vw,20px);
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
}

/* Right Side - Content */
.content-info {
    padding: 0 20px;
}

.section-title {
    font-size: clamp(24px,3vw,30px);
    color: #252525;
    margin-bottom: 24px;
    line-height: 1.3;
}

.description {
  font-size: 18px;
  color: #0081CC;
  line-height: 1.5;
  margin-bottom: 32px;
}

/* Feature List */
.features {
    list-style: none;
    margin-bottom: 36px;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 16px;
    font-size: 16px;
    color: #252525;
    line-height: 1.5;
    padding-left: 28px;
    position: relative;
}
.feature-item:before{
  content:"";
  position: absolute;
  background: url(/wp-content/uploads/2025/09/list-icon.webp);
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  width: 16px;
  height: 16px;
  top: 5px;
}

.check-icon {
    width: 20px;
    height: 20px;
    margin-right: 16px;
    margin-top: 2px;
    color: #27ae60;
    flex-shrink: 0;
}

/* CTA Button */
.cta-button {
    background: #3498db;
    color: white;
    padding: 16px 28px;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: none;
    display: inline-block;
    margin-top: 12px;
}

.cta-button:hover {
    background: #2980b9;
    transform: translateY(-1px);
}

.cta-button:active {
    transform: translateY(0);
}

/* Placeholder Content for Other Tabs */
.placeholder-content {
    text-align: center;
    padding: 60px 20px;
}

.placeholder-title {
    font-size: 2rem;
    color: #657786;
    margin-bottom: 16px;
}

.placeholder-text {
    font-size: 1.125rem;
    color: #8899a6;
}

/* Responsive Design */
@media (max-width: 768px) {
    .container {
        padding: 40px 16px;
    }

    .main-title {
        font-size: 2.5rem;
    }

    .subtitle {
        font-size: 1rem;
    }

    .content-area {
        padding: 24px;
    }

    .content-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .image-card {
        height: 280px;
    }

    .content-info {
        padding: 0;
    }

    .section-title {
        font-size: 1.875rem;
    }

    .tab-item {
        /*min-width: 140px;*/
        padding: 16px 12px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .main-title {
        font-size: 2rem;
    }

    .section-title {
        font-size: 1.5rem;
    }

    .description {
        font-size: 1rem;
    }

    .content-area {
        padding: 20px;
    }
}

/* Loading Animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.content-panel.active {
    animation: fadeInUp 0.5s ease-out;
}

/* Home Video Section Start Here */
.safiery-power-sec{
    background: #F0F2F54D;
}
.section-container {
  max-width: 860px;
  margin:0 auto;
  text-align: center;
  padding-bottom: 32px;
}
.section-container .title-section{
    /*margin-bottom: 50px;*/
}

.video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* 16:9 ratio */
  margin-bottom: 32px;
  box-shadow: 0px 10px 32px rgba(25,44,87,0.12);
  border-radius: 15px;
  overflow: hidden;
  background: #ddd;
  margin-top: 50px; 
}
.video-container:before {
    content: "";
    background: #00000033;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}
.video-thumbnail {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0; left: 0;
  object-fit: cover;
}
.play-button {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
      width: 96px;
    height: 96px;
  border-radius: 50%;
  background: transparent;
  padding: 0;
  border: none;
  transition: 0.3s all;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  z-index: 2;
}
.video-container iframe { z-index: 9999999; }
.play-button:hover {
  background: transparent;
  transform: translate(-50%, -50%) scale(1.05);
}
.play-button svg {
  width: 32px; height: 32px;
  fill: #2890ee;
}
.video-overlay {
  position: absolute;
  right: 0;
    left: 0;
    margin: 24px auto;
    border-radius: 12px;
  bottom: 0;
  width: calc(100% - 50px);
  background: #00000099;
  color: #fff;
  padding: 16px;
  text-align: left;
  backdrop-filter: blur(4px);
  z-index:2;

}
.overlay-title {
    font-family: "Montserrat", Sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 8px;
}
.overlay-desc {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    color: #FFFFFFE5;
}
.stats {
  display: flex;
  justify-content: space-between;
  margin: 40px 0 30px 0;
  flex-wrap: wrap;
  padding: 0 12px;
}
.stat-block {
  flex: 1 1 25%;
  min-width: 110px;
  margin: 6px 0;
}
.stat-value {
  font-size: 30px;
  color: #0081CC;
  font-weight: 700;
  font-family: "Montserrat", Sans-serif;
}
.stat-label {
  font-size: 16px;
  color: #252525;
}
.watch-btn {
  /*background: #fff;*/
  color: #0081CC;
  border: 2px solid #0081CC;
  padding: 13px 30px;
  font-size: 14px;
  border-radius: 10px;
  font-weight: 600;
  transition: all 0.18s;
  cursor: pointer;
  margin-top: 15px;
  letter-spacing: 0.4px;
  display: inline-block;
}
.watch-btn:hover {
  background: #0081CC;
  color: #fff;
  border: 2px solid #0081CC;
  /*transform: translateY(-5px);*/

}
@media (max-width: 599px) {
  .section-container {
    max-width: 98vw;
    padding: 12px 0 27px 0;
  }
  .main-title {
    font-size: 1.55rem;
  }
  .stats {
    /*flex-direction: column;*/
    gap: 6px;
    align-items: center;
  }
  .stat-block {
    min-width: 0;
    flex: 1 1 49%;
  }
  .video-overlay {
    padding: 18px 8px 8px 10px;
  }
}

/* Home Video Section End Here */

/* Home News Section Start Here */
.news-section{
    background: #E2E9E94D;
    text-align: center;
}

.news-title {
  font-size: 2.1rem;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: -.5px;
}
.news-desc {
  color: #2890ee;
  font-size: 1rem;
  margin-bottom: 32px;
  line-height: 1.6;
}

.news-list {
  /*display: flex;*/
  gap: 28px;
  justify-content: center;
  flex-wrap: wrap;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.grid-col-1 { display: grid; grid-template-columns: repeat(auto-fit, minmax(750px, 1fr));  }
.grid-col-2 { display: grid; grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));  }
.grid-col-3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(400px, 1fr)); }
.grid-col-4 { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));  }

.news-card {
  background: rgba(255,255,255,0.98);
  border-radius: 14px;
  box-shadow: 0 8px 26px rgba(25,44,87,0.13);
  /*max-width: 320px;
  min-width: 260px;*/
      min-width: 260px;
    flex: 1 1 30%;
  text-align: left;
  transition: box-shadow 0.18s, transform 0.18s;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
.news-card:hover {
  box-shadow: 0 18px 38px rgba(25,44,87,0.16);
  transform: translateY(-6px) scale(1.02);
}
.news-img {
  width: 100%;
    min-height: 190px;
    background: #C9C9C9;
    display: block;
    max-height: 190px;
    object-fit: contain;
}
.news-tag {
  position: absolute;
  top: 14px;
  left: 14px;
  background: #0081CC;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  border-radius: 16px;
  padding: 4px 18px;
  z-index: 2;
  box-shadow: 0 2px 5px rgba(40,144,238,.13);
  line-height: 20px;
}
.news-content {
  padding: 24px 22px 24px 22px;
  flex: 1 1 0%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.news-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.95rem;
  color: #0081CC;
  margin-bottom: 12px;
  /*opacity: 0.7;*/
}
.news-title-text {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #333333;
    line-height: 28px;
    font-family: "Montserrat", Sans-serif;
}
.news-short {
    color: #939393;
    margin-bottom: 12px;
    /* opacity: 0.8; */
    font-size: 16px;
    line-height: 26px;
}
.read-more {
  color: #2890ee;
  font-weight: 600;
  font-size: .98rem;
  text-decoration: none;
  margin-top: auto;
  display: inline-block;
  cursor: pointer;
  transition: color 0.14s;
}
.read-more:hover {
  color: #085098;
  text-decoration: none;
}
.news-view-btn {
  margin: 35px auto 0 auto;
  padding: 10px 27px;
  background: #fff;
  color: #2890ee;
  font-size: 1.05rem;
  font-weight: 600;
  border: 2px solid #2890ee;
  border-radius: 30px;
  transition: all 0.16s;
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(40,144,238,.05);
  letter-spacing: .3px;
  display: inline-block;
}
.news-view-btn:hover {
  background: #2890ee;
  color: #fff;
}
.news-date, .news-author {
    position: relative;
    padding-left: 22px;
}
.news-date:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url(/wp-content/uploads/2025/09/date-icon.png);
    left: 0px;
    background-repeat: no-repeat;
    top: 3px;
}

.news-author:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url(/wp-content/uploads/2025/09/author-icon.png);
    left: 0px;
    background-repeat: no-repeat;
    top: 3px;
}
.news-content .read-more {
    position: relative;
    width: max-content;
}
.news-content .read-more:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url(/wp-content/uploads/2025/09/blue-right-arrow.png);
    top: 3px;
    right: -29px;
    background-repeat: no-repeat;
}


@media (max-width: 1024px) {

    .news-card { margin-bottom: 20px; }
}

@media (max-width: 900px) {
  .news-list {  gap: 18px; }
}

@media (max-width: 767px) {
    .sf-hero-banner h2.sec-title { font-size: 38px; line-height:52px; }
    .sec-title { font-size: 38px; }
    .sec-desk { font-size: 16px; line-height: 1.4; }
    .wd-tab, .sec-space {  padding: 40px 0px; }
    a.explore-btn, a.watchs-btn { font-size: 15px; }
    .left-mobile-app { bottom: -90px; }
}

@media (max-width: 720px) {
  .news-list {
    flex-direction: column;
    gap: 16px;
    align-items: center;
  }
  .news-card {
    max-width: 98vw;
  }
  .news-section {
    padding: 0 2vw 28px 2vw;
  }
  .news-title {
    font-size: 1.4rem;
  }
}

@media (max-width: 576px) {

    .sf-hero-banner h2.sec-title { font-size: 32px; line-height: 36px; padding-top: 40px; }
    /*.left-mobile-app .img-app { padding-top: 50px; }*/
    .banner-btn-div { display: grid; }
    a.explore-btn, a.watchs-btn { margin-bottom: 20px; }
    .sec-title { font-size: 28px; }
    .sec-desk { font-size: 15px; }
    .wd-tab { padding-top: 80px; }
    .video-container { overflow:visible;  }
    .video-overlay { bottom: -72px; margin: 0px; width: 100%; }
    .stats { margin: 100px 0 30px }
    .overlay-title { font-size: 16px;  }
    .play-button .play-btn-img { width:50px; }
    .video-thumbnail { border-radius: 15px; }
}


@media (max-width: 470px) {
  .news-content {
    padding: 15px 7vw 12px 7vw;
  }
  .news-img {height: 105px;}
  .news-tag {top: 7px; left: 7px;}
  .tab-navigation { gap:10px; }
  .left-mobile-app { bottom: -40px; }
}

@media (max-width: 380px) {
    .left-mobile-app .img-app { padding-top: 0px; }
}

/* Home News Section End Here */


/* header css  */

.custom-search-ajax {
    margin-top: 0;
}


.elementor-71736 .elementor-element.elementor-element-75e4470b .wpr-nav-menu .wpr-menu-item {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}


/* Container */
#custom-ajax-search {
  max-width: 400px;
  margin: 0 auto;
  position: relative;
  font-family: 'Roboto', sans-serif;
}

/* Search input */
#ajax-search-input {
  width: 100%;
  padding: 10px 40px 10px 35px;
  border: 1px solid #ddd;
  border-radius: 8px;
  outline: none;
  font-size: 16px;
  transition: all 0.3s ease;
  background-color: #fff;
}

#ajax-search-input:focus {
  border-color: #f78080;
  box-shadow: 0 0 6px rgba(247, 128, 128, 0.3);
}

/* Search icon */
#custom-ajax-search span:first-of-type {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  color: #aaa;
  font-size: 18px;
  pointer-events: none;
}

/* Clear icon (×) */
#clear-search {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  color: #f78080;
  cursor: pointer;
  font-size: 22px;
  display: none;
  transition: color 0.2s ease;
}

#clear-search:hover {
  color: #e65c5c;
}

/* Loader */
.search-loader {
  position: absolute;
  top: 50%;
  right: 35px;
  transform: translateY(-50%);
  display: none;
}

.search-loader img {
  width: 18px;
  height: 18px;
}

/* Search Results Box */
#product-search-results {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #ddd;
  border-top: none;
  max-height: 300px;
  overflow-y: auto;
  z-index: 1000;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  display: none;
}

/* Individual Search Result */
#product-search-results .search-item {
  padding: 10px 15px;
  cursor: pointer;
  font-size: 15px;
  transition: background 0.2s ease;
}

#product-search-results .search-item:hover {
  background-color: #f9f9f9;
  color: #f78080;
}

/* Scrollbar Styling */
#product-search-results::-webkit-scrollbar {
  width: 6px;
}

#product-search-results::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 4px;
}

#product-search-results::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}


/* footer css  */
.elementor-location-footer .elementor-element-78e56686 {
    background-color: #00317C !important;
    border-top: 0 !important;
}

.foot-p  p {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}


.elementor-71765 .elementor-element.elementor-element-47126ad9 .elementor-heading-title,
.elementor-71765 .elementor-element.elementor-element-2e9d5056 .elementor-heading-title,
.elementor-71765 .elementor-element.elementor-element-3c9781d1 .elementor-heading-title,
.elementor-71765 .elementor-element.elementor-element-346bb5aa .elementor-heading-title{
    font-family: "Montserrat";
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3em;
    color: #FFFFFF;
    margin: 5px 0;
}

.elementor-icon-list-items .elementor-icon-list-item a {
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    color: #FFFFFFCC !important;
}


.elementor-icon-list-item a {
    display: flex;
    align-items: self-start;
    gap: 10px;
}

.elementor-71765 .elementor-element.elementor-element-1a544d43:not(.elementor-motion-effects-element-type-background) {
    background-color: #00317C;
}

.elementor-71765 .elementor-element.elementor-element-310dd06 .elementor-icon-list-text {
    color: #FFFFFF;
    font-family: Open Sans !important;
}


.elementor-icon i, .elementor-icon svg {
    height: 40px !important;
    position: relative;
    width: 40px !important;
    background-color: #FFFFFF1A !important;
    border-radius: 10px !important;
    padding: 10px !important;
    font-size: 17px;
    color: #fff;
    display: flex;
    align-items: center;
}