/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

.posts-grid {
	padding-top:10px;
    gap: 10px;
	    border-top: 2px solid #fb5621;
}

@media only screen and (min-width:768px){
	.posts-grid,.home-grid {
    display: flex;
	}
	.home-grid {
flex-direction: column;	
	}
	        

}
@media only screen and (max-width:768px){
	.home-grid {
    margin-top:15px
	}
	.bottom-section {
    flex-wrap: wrap;
		justify-content: space-between;
}
	.bottom-section .small-block {
    width: 47%
}
}
.top-section {
    display: flex
;
    gap: 14px;
}
.bottom-section {
    display: flex
;
    gap: 20px;
}

.left-section {
    flex: 1;
}

.first-post p {
    font-size: 16px;
    color: #000;
	margin: 0;
	display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.right-section {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.other-post p {
    font-size: 18px;
    margin: 0;
	border-bottom: 1px dashed #d3d3d3;
	padding:6px 0
}
.other-post a{
	color:#000
}
.other-post a:hover, .footer-widgets a:hover{
	color:#fb5621
}
.home-grid {
    gap: 10px;
}

.bottom-half {
    display: flex;
    gap: 10px;
	margin-top: 10px;
}
.top-section p{
    padding: 5px;
    color: #000;
	margin-bottom: 0;
}
.bottom-section p{
    color: #000;
    font-size: 15px;
	display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.big-block {
    width: 50%;
}
section.home-grid img {
    width: 100%;
}
.homeptitle{
	font-size: 22px!important;
    color: #fb5621 !important;
	font-weight: 600;
	margin-bottom: 20px!important;
	text-align: left;
}
@media (min-width: 1024px) {
    .image-popup img {
      max-width: 1000px;
    }
  }

.trending-title {
    background: url("/wp-content/uploads/2025/03/news_event.png") 20px 10px no-repeat;
    margin: 0 auto;
    padding: 18px 30px 16px 70px;
    background-color: #2196f3;
    background-size: 40px;
    display: block;
	color: #fff;
}
.trending-title h3 {
    color: #fff !important;
    padding: 0;
    margin: 0;
	font-size: 17px;
}
.vrm_catlist {
    border-top: 2px solid #337ab7 !important;
    background-color: #fff !important;
    padding: 15px 15px 0 15px;
    list-style: none;
    display: inline-block;
    width: 100%;
    padding-left: 20px;
    margin-bottom: 20px !important;
	margin: 0 !important;
}
.vrm_catlist li {
    margin-bottom: 10px;
    line-height: 20px;
    width: 48%;
    margin-right: 2%;
    float: left;
    padding-left: 15px;
    position: relative;
}
@media (min-width: 320px) and (max-width: 767px) {
    .vrm_catlist li {
        display: inline-block;
        width: 100%;
        margin-right: 0;
    }
}
.trending-section .vrm_catlist {
	  background-color: #ddebf7 !important;
}
@media only screen and (min-width: 768px) {
    .vrm_catlist li a {
            overflow: hidden;
        text-overflow: -o-ellipsis-lastline !important;
        text-overflow: ellipsis;
        display: block !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
}
.vrm_catlist li a {
    font-weight: 400 !important;
    line-height: 26px;
    font-size: 16px;
    color: #0d129a !important;
    text-transform: capitalize;
    margin: 0 !important;
    display: inline-block;
    width: 96%;
    text-decoration: none !important;
    position: relative;
    font-size: 17px;
}
.vrm_catlist li a:hover {
    color: #337ab7 !important;
}
.vrm_catlist li:after, .inside-right-sidebar li:after {
                border-radius: 100%;
                content: '';
                position: absolute;
                left: 0;
                top: 5px;
                display: inline-block;
                font: normal normal normal 14px/1 FontAwesome;
                font-size: inherit;
                text-rendering: auto;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                content: "\f105";
                font-size: 14px;
                color: #000
}
.inside-right-sidebar li:after {
    left: -7px;
    top: 11px;

}

.category-section h3 {
    display: inline-block;
    font-size: 17px;
    line-height: 22px;
    background-color: #337ab7;
    margin-bottom: 0;
    color: #fff !important;
    padding: 7px 12px 4px;
}

.category-section{
	margin-top: 40px;
}
.category-section-link a {
    display: inline-block;
    background-color: #1d1535;
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 7px 10px;
    text-decoration: none !important;
}
.category-section .vrm_catlist li:nth-child(1) a:before,
.category-section .vrm_catlist li:nth-child(2) a:before,
.category-section .vrm_catlist li:nth-child(3) a:before,
.category-section .vrm_catlist li:nth-child(4) a:before,
.category-section .vrm_catlist li:nth-child(5) a:before {
    content: 'new';
    position: relative;
    right: 0;
    top: -3px;
    background-color: #f10; 
    color: #fff;
    font-size: 11px;
    padding: 0 6px 1px 6px;
    line-height: 10px;
    border-radius: 2px;
    margin-right: 5px;
	animation: blink 1s infinite;
}
.inside-right-sidebar h2.wp-block-heading {
    display: inline-block;
    font-size: 17px;
    line-height: 22px;
    background-color: #337ab7;
    margin-bottom: 0;
    color: #fff !important;
    padding: 7px 12px 4px;
    width: 100%;
}
.inside-right-sidebar ul {
    background-color: #fff;
    padding: 15px 20px 0 20px !important;
    list-style: none;
    border: 1px solid #ecebeb;
    display: inline-block;
    width: 100%;
    border-top: 2px solid #337ab7;
    margin: 1px 0 0 0;
}
.marquee-outer-container {
    display: flex;
    align-items: center;
    gap: 1px;
	   background: #ffffff;
    border-top: 1px solid #f0f0f0;
    top: 0;
    z-index: 10000;
	  position: relative;
    box-shadow: 0 8px 6px -4px #d6d6d6;
		overflow: hidden;
}

  
.marquee-title {
    font-weight: 600;
    padding: 10px 20px;
    background: #337ab7;
    color: #fff;
}

.marquee-container {
    overflow-x: hidden;
    display: flex ;
    flex-direction: row;
    position: relative;
    width: 100%;
    transform: none;
}

.marquee-container:hover .marquee {
	animation-play-state: paused; 
}
.marquee {
       flex: 0 0 auto;
    min-width: var(--min-width);
    z-index: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    animation: scroll var(--duration)linear var(--delay) var(--iteration-count);
    animation-play-state: var(--play);
    animation-delay: var(--delay);
    animation-direction: var(--direction);
}
.initial-child-container {
    flex: 0 0 auto;
    display: flex;
    min-width: auto;
    flex-direction: row;
}
.marquee .marquee-link {
    padding: 10px 16px;
    font-weight: 600;
    font-family: Inter;
    color: #337ab7;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 24px;
}
.marquee .marquee-link:hover {
    background: #ddebf7;
}
.no-underline {
    text-decoration: none;
}
.initial-child-container .child:nth-child(1) {
    padding-left: 180px;
}
@keyframes scroll{
0% {
    transform: translateX(0%);
}
100% {
    transform: translateX(-100%);
}
}
.web-stories-carousel {
	 border-top: 2px solid #337ab7;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
}
.web-stories-list {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 23px;
    padding: 20px 20px 0 7px;
    background: #fff;
}

.web-story-item {
    flex: 0 0 auto;
    width: 180px;
    position: relative;
	    transition: 0.3s ease;
}
.web-story-item:hover {
    transform: scale(0.95);
}

.web-story-item h4 {
    font-size: 15px;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline !important;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 500;
}
.web-story-item img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.carousel-arrow {
    background: rgba(0, 0, 0, 0.5);
    border: none;
    color: white;
    padding: 10px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.carousel-arrow-left {
    left: 0;
}

.carousel-arrow-right {
    right: 0;
}
.blkvsicon {
    width: 32px;
    height: 32px;
    background: rgba(26, 26, 26, 0.9);
    border-radius: 100%;
    position: absolute;
    top: 12px;
    right: 12px;
    background: rgba(26, 26, 26, 0.9) url(/wp-content/uploads/2025/03/story.cms) no-repeat center center / 50% auto;
    z-index: 1;
    filter: brightness(1.5);
}
select.gt_selector.notranslate {
    background: #e2e2e2;
    border-radius: 5px;
}
.post-meta-share-icons {
    gap: 16px;
}
.share-container {
    position: relative;
    display: inline-block;
}

.share-button {
    cursor: pointer;
    display: flex;
    gap: 10px;
    align-items: center;
	border-bottom: 1px solid #d2d2d2;
}

.share-dropdown {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.share-dropdown a, .share-dropdown .copy-url {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
}

.share-dropdown a:hover, .share-dropdown .copy-url:hover {
    background-color: #f1f1f1;
    border-radius: 5px;
}

.share-container:hover .share-dropdown {
    display: block;
}
.post-meta-share-icons {
    display: flex;
    align-items: center;
}











.read-more-button{
      padding: 10px 20px;
      background-color: #337ab7;
      border-radius: 5px;
      color: #fff;
      font-weight: bold;
  }
  #popup-overlay {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5); /* Transparent black */
      z-index: 999;
  }
  .post-meta p {
      margin-bottom: 0.8em;
  }
  select{
  padding:5px!important}
  .gtranslate_wrapper{
      display:contents;
  }
  .slideout-navigation .main-nav, .slideout-navigation .slideout-widget:not(:last-child) {
      margin-bottom: 0px!important;
  }
  .slideout-widget {
      margin: 20px 10px!important;
  }
  .sub-menu a{
      color:#1ca0f2!important;
  }
  .main-navigation ul ul{
      background:#fff!important;
      box-shadow: 0 8px 6px 4px #d6d6d6;
  }
  .menu-item a:hover{
      color: #337ab7!important;
      background: #ddebf7;
      border-radius: 50px;
      border-bottom: 2px solid #fff;
  }
  .slideout-navigation .slideout-widget ul{
      display:flex!important;
  }
  .slideout-navigation .slideout-widget ul li{
      padding:0px 8px!important;
  }
  .last-updated--date svg {
      margin-right: 6px;
      margin-bottom: -3px;
  }
  .last-updated--date {
      font-style: italic;
      color: #646F79;
      font-size: 14px;
      margin: 20px 0;
  }.latest-updates--heading {
      display: flex
  ;
      gap: 10px;
      width: fit-content;
      background: linear-gradient(90deg, #EF8A71 0%, #904E95 100%);
      border-radius: 8px;
      padding: 0 14px;
      color: #fff;
      font-weight: 600;
      font-size: 16px;
      line-height: 32px;
      height: 32px;
      position: absolute;
      top: -16px;
  }
  .latest-updates {
      position: relative;
      background-image: linear-gradient(90deg, rgba(239, 138, 113, .32) 0%, rgba(144, 78, 149, .32) 100%);
      z-index: 10;
      height: auto;
      margin-bottom: 14px;
      border-radius: 8px;
      padding: 12px 24px 24px;
      margin: 40px 0 26px;
      line-height: 1.6;
  }
  @media (min-width:768px){
  .post-meta-share-icons {
      margin-top: -50px;
      } }
  ul,ol{
      margin:0px 0px 0px 25px
  }
  .entry-content ul li, .entry-content ol li{
      padding-bottom:10px;
      line-height:1.6;
  }
  a.no-underline{
      margin:5px;
  }
  .banner-popup,.posts-by-date h2,.tb-color{
      text-align:center
  }
  .main-navigation .main-nav ul li a{
      line-height:45px
  }
  .main-navigation.toggled .main-nav li{
      border-top:1px solid rgba(0,0,0,.1)
  }
  .product-slider,.wp-block-table{
      overflow-x:auto
  }
  a{
      text-decoration:none
  }
  .posts-by-date td,h1,h2,h3{
      font-weight:600
  }
  .tb-color{
      background:#337ab7!important
  }
  #menu-primary,.main-title{
      padding-left:10px
  }
  .site-info,.site-info a,.tb-color{
      color:#fff!important
  }
  .sub-menu li a:hover{
      color:#337ab7;
      background:#fff
  }
  .footer-widgets-container{
      padding:0 40px
  }
  .site-footer .footer-widgets-container .inside-footer-widgets{
      margin:0 -40px!important
  }
/*
  body{
      overflow-x:hidden!important;
      font-size:18px!important;
      font-family:-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  }*/
  @media (max-width: 768px) {
    body {
      font-size: 15px!important; /* Font size for mobile devices */
    }
  }
  ul li ul li {
      list-style: none; /* Remove default markers */
      position: relative; /* Allows pseudo-element positioning */
      padding-left: 10px; /* Space between marker and text */
  }
  
  .entry-content ul li ul li::marker {
      content: "◦";
      font-size: 15px;
      color: black;
      position: absolute; /* Allow fine control of marker position */
  }
  .footer-widgets,.site-info{
      background:#002d4e!important
  }
  .sidebar p,.tags{
      background:#337ab7;
      color:#fff!important
  }
  .catul a:hover,.home-grid p:hover,.sidebar ul a:hover,.site-info a:hover{
      color:#337ab7!important
  }
  .sidebar p{
      display:inline-block;
      padding:0 10px
  }
  .entry-meta,.entry-summary,.featured-image,.post-image{
      display:none
  }
  .separate-containers.both-right .site-main{
      margin-left:0!important
  }
  .separate-containers .site-main{
      margin:5px!important
  }
  .separate-containers .inside-left-sidebar,.separate-containers .inside-right-sidebar{
      margin-top:5px!important;
      margin-bottom:5px!important
  }
  .page-header,.sidebar .widget{
      margin-bottom:25px!important
  }
  .separate-containers .comments-area,.separate-containers .inside-article,.separate-containers .page-header,.separate-containers .paging-navigation{
      padding:10px!important;
      background:#fff!important
  }
  .widget{
      padding:0!important
  }
  .inside-site-info,.widget ul li{
      padding:5px!important
  }
  .footer-widgets p,.main-navigation li a,.widget-title{
      font-weight:600!important
  }
  .entry-content,.widget,.widget p,.widget-title{
      margin:0!important
  }
  h1, h1.entry-title,h1.page-title{
      color:#000;
      font-size:28px
  }
  .archive h2,h2,h3,h4,h5,h6{
      font-size:22px;
      color:#337ab7!important
  }
  h1.entry-title{
      color:#000;
      padding-bottom:20px
  }
  p,ul{
      text-align:justify
  }
  .post-excerpt p{
      font-style:italic
  }
  .tags{
      border-radius:4px;
      font-weight:700;
      padding:5px 5px 6px;
      font-size:13px
  }
  .fjahq-bold{
      color:#000;
      font-weight:600
  }
  .inside-header{
      padding:0
  }
  .author-box,.author-description{
      font-size:15px;
      color:#444;
      padding:7px
  }
  .author-box{
      margin:30px 0;
      border:1px solid rgba(0,0,0,.1)
  }
  .author-avatar img{
      height:100px;
      max-width:100px;
      border-radius:50%;
      margin-right:10px;
      float:left
  }
  .author-name{
      font-weight:600;
      font-size:20px!important
  }
  .posts-by-date h2{
      color:#333
  }
  .posts-by-date th{
      background:#fff;
      color:#000!important
  }
  #menu-primary,.has-inline-mobile-toggle #site-navigation.toggled,.mobile-menu-control-wrapper .menu-toggle,.posts-by-date table{
      background:#fff!important
  }
  #enquire-now,.image-popup{
      position:fixed;
      z-index:1000
  }
  @media (max-width:768px){
      .inside-footer-widgets>div:not(:last-child){
          margin-bottom:10px
      }
      .inside-page-header,.one-container .site-content,.separate-containers .comments-area,.separate-containers .inside-article,.separate-containers .page-header,.separate-containers .paging-navigation{
          padding:10px!important
      }
      table{
          display:block;
          height:auto!important;
          overflow-x:auto
      }
      table tbody{
          display:table;
          width:100%
      }
  }

  .banner-popup img,.form-popup,.image-popup img{
      box-shadow:0 0 10px rgba(0,0,0,.2)
  }
  .author-name a:hover,.breadcrumbs a:hover,.breadcrumbs p,.post-meta a:hover,.post-navigation a,.related-post-content p a,h2,h3,h4,h5,h6{
      color:#000
  }

  table,td,th{
      border-color:#000
  }
  .product-slider,.related-posts,.sidebar ul {
      border-top:2px solid #337ab7
  }
  .explore-button,a.fasc-button{
      background:#337ab7!important;
      color:#fff!important;
      border-radius:4px;
      padding:5px 10px;
      font-size:15px;
      font-weight:700
  }
  .footer-widgets p{
      background:#002d4e;
      color:#fff;
      padding:10px 15px;
      font-size:18px!important
  }
  .footer-widgets a{
      color:#fff
  }
  .footer-widgets ul li{
      padding:0 0 0 15px!important;
      margin-bottom:.2em
  }
  .footer-widgets{
      padding-bottom:10px;
      border-bottom:1px solid #fff
  }
  .site-info{
      padding:10px 0
  }
  .post-navigation{
      display:flex;
      justify-content:space-between;
      padding:10px 0
  }
  .post-navigation .prev-post{
      text-align:left;
      flex:1
  }
  .post-navigation .next-post{
      text-align:right;
      flex:1
  }
  .author-name a,.breadcrumbs a,.icon-search:hover,.post-meta a,.post-navigation a:hover,.related-post-content p a:hover{
      color:#337ab7
  }
  .has-inline-mobile-toggle #site-navigation.toggled{
      margin:0
  }
  .next-post span,.prev-post span{
      font-size:15px;
      color:#747474;
      margin-bottom:5px
  }
  .product-slider::-webkit-scrollbar{
      width:8px;
      height:8px
  }
  .product-slider::-ms-scrollbar{
      width:8px;
      height:8px
  }
  .product-slider{
      display:flex;
      gap:10px;
      padding:10px 3px;
      scrollbar-width:thin;
      scrollbar-color:#888 #f1f1f1;
      background:#f0f0f0
  }
  .product-item{
      min-width:250px;
      padding:5px;
      background:#fff
  }
  .product-pricing{
      margin:5px 0
  }
  .ptitle{
      font-size:18px;
      font-weight:600
  }
  .offer-price{
      color:#888;
      font-weight:700;
      font-size:12px
  }
  #enquire-now,.percentage-off{
      color:#fff;
      border-radius:20px;
      padding:5px 10px;
      font-weight:700
  }
  .current-price{
      font-weight:700;
      font-size:16px
  }
  .percentage-off{
      font-size:12px;
      background:#47b586;
      float:right
  }
  th td:first-child,tr td:first-child{
      position:-webkit-sticky;
      position:sticky;
      left:0;
      z-index:1
  }
  #enquire-now{
      bottom:40px;
      right:40px;
      background:#337ab7;
      cursor:pointer;
      font-size:15px;
      z-index:1000
  }
  #enquire-now i{
      font-size:20px;
      margin-right:10px
  }
  .sidebar ul a{
      color:#111;
      font-size:15px;
      font-weight:400
  }
  .sidebar ul li{
      border-bottom:1px dashed #f1f1f1;
      margin:0
  }
  #enquire-now:hover,.tags:hover,a.explore-button:hover,a.fasc-button:hover{
      color:#fff!important;
      background:#000!important
  }
  .related-posts{
      display:flex;
      flex-wrap:wrap;
      margin-bottom:25px
  }
  .related-title{    margin: 0;}
  .related-post-item{
      flex:1 1 30%;
      display:flex;
      flex-direction:column;
      padding:10px
  }
  .related-post-category{
      background:#337ab7;
      color:#fff;
      padding:5px 10px;
      font-size:14px;
      font-weight:700;
      border-radius:3px
  }
  .related-post-content p{
      margin:10px 0;
      font-size:15px
  }
  .related-post-meta{
      font-size:13px;
      color:#555
  }
  .image-popup{
      border-radius:10px;
      top:50%;
      left:50%;
      z-index;1000;
      transform:translate(-50%,-50%)
  }
  @media only screen and (max-width:768px){
      .home-grid {
      margin-top:15px
      }
      .related-title{    margin: 10px 0 0;}
      #enquire-now{
          bottom:10px;
          right:10px
      }
      .related-posts{
          flex-direction:column
      }
      .related-post-item{
          flex-direction:row;
          align-items:center
      }
      .related-post-image{
          width:30%;
          margin-bottom:0
      }
      .related-post-content{
          margin-left:10px;
          flex:1
      }
      .related-post-content p{
          margin:0
      }
      .related-post-meta{
          margin-top:5px
      }
      .image-popup{
          width:340px
      }
      #right-sidebar,.breadcrumbs{
          margin-top:20px
      }
  }
  .image-popup img{
      border-radius:10px
  }
  .banner-close-popup,.close-popup{
      position:absolute;
      top:5px;
      right:5px;
      padding:0 10px;
      cursor:pointer;
      font-size:24px;
      font-weight:700
  }
  .banner-popup{
      position:fixed;
      border-radius:10px;
      bottom:0;
      left:10px;
      right:10px;
      z-index:1000
  }
  .banner-popup img{
      border-radius:10px
  }
  @media only screen and (min-width:1200px){
      .banner-close-popup{
          right:300px!important
      }
  }
  @media only screen and (min-width:940px){
      .banner-close-popup{
          right:170px
      }
  }
  .form-popup{
      position:fixed;
      overflow: auto;
      right:0;
      top:0;
      z-index:9999;
      background:#fff;
      padding:0 20px;
      max-width:400px;
      width:85%;
      height:100%
  }
  .form-popup-close{
      position:absolute;
      top:5px;
      right:5px;
      font-size:35px;
      cursor:pointer;
      padding: 0 10px 0 10px;
      font-weight:700
  }
  .form-popup-close:hover{
      background: #000;
      color: white;
  }
  .posts-grid {
      padding-top:10px;
      