/* Custom Font */
@font-face {
   font-family: klavika_regular;
   src: url(../style/fonts/Klavika-Regular.otf);
}

@font-face {
   font-family: klavika_bold;
   src: url(../style/fonts/Klavika-Bold.otf);
}

html, body {
    height: 100%; 
    width: 100%; 
    margin: 0; 
}

p {
    margin: 0 0 0;
}

body
{
    font-family: lato, sans-serif !important;
    
}

.display_flex
{
    display: flex !important;
}

.item_inline
{
    display: flex;
    align-items: center;
}

.item_center
{
    display: flex;
    margin-right: auto;
}

/*Positioning*/
.centered {
  display: flex;
  align-items: center;
  justify-content: center;
}

.centered-count {
  display: flex;
  align-items: center;
  justify-content: center;
}
/*Positioning*/

input.item_center
{
    display: flex !important;
    margin: auto !important;
}

.no-padding
{
    padding: 0 !important;
}
.padding-side-0
{
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.padding-side
{
    padding-right: 3% !important;
    padding-left: 3% !important;
}

.padding-top-3
{
    padding-top: 3%;
}

.padding-top-5
{
    padding-top: 5%;
}

.padding-top-10
{
    padding-top: 10%;
}

.padding-top-15
{
    padding-top: 15%;
}

.padding-top-20
{
    padding-top: 20%;
}

.padding-bottom-3
{
    padding-bottom: 3%;
}

.padding-bottom-5
{
    padding-bottom: 5%;
}

.padding-bottom-10
{
    padding-bottom: 10%;
}

.padding-bottom-15
{
    padding-bottom: 15%;
}

.padding-bottom-20
{
    padding-bottom: 20%;
}

.no-margin
{
    margin: 0 !important;
}

.margin-auto
{
    margin: auto;
}

.margin-1
{
    margin: 1%;
}

.margin-3
{
    margin: 3%;
}

.margin-5
{
    margin: 5%;
}

.margin-10
{
    margin: 10%;
}

.margin-15
{
    margin: 15%;
}
.margin-bottom-1
{
    margin-bottom: 1%; 
}
.margin-bottom-3
{
    margin-bottom: 3%; 
}

.margin-bottom-5
{
    margin-bottom: 5%; 
}

.margin-bottom-8
{
    margin-bottom: 8%; 
}

.margin-bottom-10
{
    margin-bottom: 10%; 
}
.margin-bottom-20
{
    margin-bottom: 20%; 
}
.margin-bottom-50
{
    margin-bottom: 50%; 
}

.margin-top-1
{
    margin-top: 1%; 
}
.margin-top-3
{
    margin-top: 3%; 
}
.margin-top-4
{
    margin-top: 4%; 
}
.margin-top-5
{
    margin-top: 5%; 
}
.margin-top-10
{
    margin-top: 10%; 
}
.margin-top-20
{
    margin-top: 20%; 
}
.margin-top-50
{
    margin-top: 50%; 
}

/* Alignment */
.align-justify
{
    text-align: justify !important;
}

.align-center
{
    text-align: center !important;
}

.align-left
{
    text-align: left;
}

.align-right
{
    text-align: right;
}

.line-height-1
{
    line-height: 1;
}

.line-height-2
{
    line-height: 2;
}
/* Alignment */

/* Font CSS */
.font-10
{
    font-size:10px;
}
.font-12
{
    font-size:12px;
}

.font-14
{
    font-size:14px;
}

.font-15
{
    font-size:15px;
}

.font-16
{
    font-size:16px;
}

.font-18
{
    font-size:18px;
}

.font-20
{
    font-size:20px;
}

.font-22
{
    font-size:22px;
}

.font-24
{
    font-size:24px;
}

.font-25
{
    font-size:25px;
}

.font-26
{
    font-size:26px;
}

.font-28
{
    font-size:28px;
}

.font-30
{
    font-size:30px;
}

.font-40
{
    font-size: 40px;
}

.font-50
{
    font-size: 50px;
}

.font-70
{
    font-size: 70px;
}

.bold900
{
    font-weight: 900;
}

.bold700
{
    font-weight: 700;
}

.bold400
{
    font-weight: 400;
}

.bold300
{
    font-weight: 300;
}

.white
{
    color:#ffffff;
}

.black
{
    color:#000000;
}

.maroon
{
    color: #2A0000;
}

.orange
{
    color: #cc9933;
}

.grey
{
    color: #aaa;
}

.lightblue
{
   color: #00d0ff;
}
/* Font CSS */

/*Read More*/
.more {
    overflow: hidden;
}

.services
{
        
        padding: 10%;
        height: auto;
        
}

.ufixservices
{
        
        padding: 10%;
        min-height: 150px;
        width:100%;
   
        
}

.smallfixservices
{
        
        padding: 10%;
        height: 200px;
        
}

.fixservices
{
        
        padding: 10%;
        height: 250px;
        
}

.trendservices
{
        
        padding: 10%;
        min-height:500px;
        max-height:auto;
}

.box 
{
      background: rgba(255,255,255,0.05);
      border-radius: 10px;
      transition: 0.3s;
}

.container-fluid
{
    
    background-color: #0a0f2c;
   
}

.tag 
{
      display: inline-block;
      background: rgba(255,255,255,0.05);
      border-radius: 30px;
      padding: 6px 10px;
      border: 1px solid rgba(255,255,255,0.1);
      color: #ddd;
}
.tag .dot 
{
      height: 8px;
      width: 8px;
      background: #00d0ff;
      border-radius: 50%;
      display: inline-block;
      margin-right: 8px;
}

.btn-border 
{
      border-radius: 30px;
      padding: 10px 25px;
      margin: 10px 8px;
      font-weight: 600;
     text-decoration: none !important;
}

.btn-border-top 
{
      border-radius: 30px;
  
        
    
}


.btn-gradientcolor 
{
      background: linear-gradient(90deg, #00d0ff, #8a6bff);
      border: none;
}
.btn-transparent
{
      background: rgba(255,255,255,0.1);
      color: #fff;
      border: 1px solid rgba(255,255,255,0.2);
}

.cta 
{
      background: linear-gradient(90deg, rgba(0,208,255,0.1), rgba(138,107,255,0.1));
      border-radius: 20px;
      padding: 60px 20px;
      text-align: center;
      margin: 80px 0;
}
    .cta h2 
{
      font-size: 28px;
      font-weight: 700;
}

.gradient-text {
  background: linear-gradient(to right, #00c3ff, #8a2be2); /* blue to purple */
  -webkit-background-clip: text;  /* for Chrome, Safari */
  -webkit-text-fill-color: transparent; /* hide actual text color */
  background-clip: text; /* for Firefox (partial support) */
}

/* search border */
/* Search */
.search{
display:flex;
gap:10px;
align-items:center;
}

.search-input{
flex:1;
min-width:350px;
min-height:55px;
padding:12px 14px;
border-radius:8px;
border:1px solid rgba(255,255,255,0.06);
background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0.01));
color:var(--text);
font-size:20px;
outline:none;
}

.search-input::placeholder{color:var(--muted)}

/* tag name */
.tags-share-wrapper {
display: flex;
justify-content: space-between;
align-items: center;
padding: 20px 0;
border-top: 1px solid #e0e0e0;
border-bottom: 1px solid #e0e0e0;
}

.tags-section {
display: flex;
align-items: center;
gap: 15px;
}


.tag-list {
display: flex;
gap: 10px;
}


.tag-item {
padding: 8px 20px;
background: linear-gradient(90deg, rgba(0,208,255,0.1), rgba(138,107,255,0.1));
border-radius: 20px;
font-size: 14px;
color: #00d0ff;
text-decoration: none !important;
transition: background 0.3s;
}

.tag-item:hover {
background: #e8e8e8;
}

/* share social platform */
.share-section {
display: flex;
align-items: center;
gap: 15px;
}

.share-icons {
display: flex;
align-items: center;
gap: 12px;
}


.image-container {
width: 100%; /* Set your desired fixed width */
height: 200px; /* Set your desired fixed height */
overflow: hidden; /* Ensures any cropped parts are hidden */
}

.image-container img {
width: 100%; /* Makes the image take the full width of the container */
height: 100%; /* Makes the image take the full height of the container */
object-fit: cover; /* Resizes the image to cover the entire container while maintaining aspect ratio, cropping if necessary */
display: block; /* Helps with alignment */
}

/* Make the entire article box clickable */
.article-link {
	display: block;
	text-decoration: none;
	color: inherit;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
    
}

.article-link:hover {
	text-decoration: none;
	color: inherit;
}

.article-link:hover .trendservices {
	transform: translateY(-5px);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.article-link:hover .lightblue {
	text-decoration: underline;
}

/* Ensure the box maintains its cursor pointer */
.article-link .trendservices {
	cursor: pointer;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}


/* Make navbar fully dark blue */

.navbar,
.navbar-default,
.navbar-header,
.navbar-collapse {
  background-color: #0a0f2c !important;
  border: none !important;
  margin-bottom: 0 !important;
  
}



/* Optional: Make sure links blend nicely */
.navbar-nav > li > a {
  color: #ccc !important;
}
.navbar-nav > li > a:hover {
  color: #fff !important;
}

.sidespace{
    margin-left: -15px;

}

ul.nav.navbar-nav.navbar-right
{
	margin-top: 10px;
}

/* Center menu horizontally */
.navbar-nav {
    float: none !important;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}




/* --- ACTIVE & HOVER EFFECT --- */
.navbar-nav > li.active > a,
.navbar-nav > li > a:hover {
  color: #00d5ff !important;
  background: none !important;
}

.navbar-nav > li.active > a::after,
.navbar-nav > li > a:hover::after {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 15%;
  width: 70%;
  height: 3px;
  border-radius: 2px;
  background: linear-gradient(90deg, #00d5ff, #8a49ff);
}


    /* --- REMOVE DEFAULT NAVBAR COLLAPSE EFFECT FOR DESKTOP --- */
.navbar-nav > li > a:focus 
{
        background: none !important;
}







/*MOBILE VIEW*/
@media only screen 
  and (min-device-width: 300px) 
  and (max-device-width: 767px) 
{ 
    .xs-font-6
    {
        font-size:6px;
    }

    .xs-font-8
    {
        font-size:8px;
    }

    .xs-font-10
    {
        font-size:10px;
    }
    
    .xs-font-12
    {
        font-size:12px;
    }

    .xs-font-14
    {
        font-size:14px;
    }

    .xs-font-15
    {
        font-size:15px;
    }

    .xs-font-16
    {
        font-size:16px;
    }

    .xs-font-18
    {
        font-size:18px;
    }

    .xs-font-20
    {
        font-size:20px;
    }

    .xs-font-22
    {
        font-size:22px;
    }

    .xs-font-24
    {
        font-size:24px;
    }

    .xs-font-25
    {
        font-size:25px;
    }

    .xs-font-26
    {
        font-size:26px;
    }

    .xs-font-28
    {
        font-size:28px;
    }

    .xs-font-40
    {
        font-size: 40px;
    }

    .xs-font-50
    {
        font-size: 50px;
    }

    /* XS Margin */
    .xs-margin-top-3
    {
        margin-top: 3%; 
    }
    .xs-margin-top-4
    {
        margin-top: 4%; 
    }
    .xs-margin-top-5
    {
        margin-top: 5%; 
    }
    .xs-margin-top-10
    {
        margin-top: 10%; 
    }
    .xs-margin-top-20
    {
        margin-top: 20%; 
    }
    .xs-margin-top-25
    {
        margin-top: 25%; 
    }
    .xs-margin-top-50
    {
        margin-top: 50%; 
    }
    .xs-margin-bottom-3
    {
        margin-bottom: 3%; 
    }
    .xs-margin-bottom-5
    {
        margin-bottom: 5%; 
    }
    .xs-margin-bottom-10
    {
        margin-bottom: 10%; 
    }
    .xs-margin-bottom-20
    {
        margin-bottom: 20%; 
    }
    .xs-margin-bottom-50
    {
        margin-bottom: 50%; 
    }

    .xs-padding-top-3
    {
        padding-top: 3%;
    }

    .xs-padding-top-5
    {
        padding-top: 5%;
    }

    .xs-padding-top-10
    {
        padding-top: 10%;
    }

    .xs-padding-top-15
    {
        padding-top: 15%;
    }

    .xs-padding-top-20
    {
        padding-top: 20%;
    }

    .xs-padding-bottom-3
    {
        padding-bottom: 3%;
    }

    .xs-padding-bottom-5
    {
        padding-bottom: 5%;
    }

    .xs-padding-bottom-10
    {
        padding-bottom: 10%;
    }

    .xs-padding-bottom-15
    {
        padding-bottom: 15%;
    }

    .xs-padding-bottom-20
    {
        padding-bottom: 20%;
    }

    .xs-inline_disabled
    {
        display: block;
    }

    html, body 
    {
        overflow-x: hidden;
    
    }

    .tags-share-wrapper {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    }

    .centered {
    display:inline-block;
    align-items: center;
    justify-content: center;
    }

    .ufixservices{ 
    padding: 10%;
    min-height: 70px;
    min-width:150px;
    }
}





