@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
*
{
   font-family: "Roboto", sans-serif;
}
.header-top {
  background: linear-gradient(90deg, #0f1010, #1b1c1e);
  font-size: 14px;
}

.social-icons a {
  color: #fff;
  background: rgba(255,255,255,0.15);
  display: inline-flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.social-icons a:hover {
  background: #fff;
  color: #007bff;
}

.phone-link:hover,
a:hover {
  color:#ffda51 !important;
}
.header {
    background: #fff;
    padding: 0;
    position: relative;
    z-index: 1030;
    -webkit-box-shadow: 0 0 16px rgba(0,0,0,.15);
    box-shadow: 0 0 16px rgba(0,0,0,.15)
}

.header.header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1040
}

@media (max-width: 991.98px) {
    .header.header-fixed .navbar-collapse {
        overflow:scroll;
        max-height: calc(100vh - 60px)
    }
}

.header.header-inverse {
    background: #2d353c
}

.account-container .account-sidebar .account-sidebar-content p,.header.header-inverse .header-logo a small {
    color: rgba(255,255,255,.75)
}

.header.header-inverse .header-nav .nav>li.active>a {
    color: #0e0b14
}

.header.header-inverse .header-nav .nav>li.divider,.header.header-inverse .navbar-toggle .icon-bar {
    background: rgba(255,255,255,.25)
}

.header.header-inverse .header-nav .nav>li>a:focus,.header.header-inverse .header-nav .nav>li>a:hover {
    color: rgba(255,255,255,.75)
}

.header.header-inverse .navbar-toggle {
    border-right-color: rgba(255,255,255,.25)
}

@media (max-width: 991.98px) {
    .header.header-inverse .navbar-collapse {
        border-color:rgba(255,255,255,.25);
        background: #2d353c
    }
}

.header.header-inverse .navbar-collapse .nav>li+li {
    border-color: rgba(255,255,255,.25)
}

.header .container {
    position: relative
}

.header .header-container {
    display: table;
    width: 100%
}

@media (max-width: 767.98px) {
    .header .header-container {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.header .header-logo {
    width: 15rem;
    height: 4.75rem;
    /*display: table-cell;*/
    vertical-align: middle
}

@media (max-width: 991.98px) {
    .header .header-logo {
        width:auto;
        height: 3.75rem
    }
}

@media (max-width: 767.98px) {
    .header .header-logo {
        display:block;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
}

.header .header-logo img {
    max-height: 4.5rem;
    max-width: 15rem;
    display: block
}

.header .header-logo a {
    display: block;
    color: #2d353c;
    text-decoration: none;
    font-size: 1.25rem;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 991.98px) {
    .header .header-logo a {
        font-size:1rem
    }
}

.header .header-logo a small {
    display: block;
    font-size: .75rem;
    font-weight: 400;
    margin-top: -.1875rem;
    color: #4d4d4d
}

@media (max-width: 991.98px) {
    .header .header-logo a small {
        font-size:.625rem;
        max-width: 7.5rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }
}

.header .header-logo .brand-logo {
    border: 15px solid;
    width: 1.875rem;
    height: 1.875rem;
    border-color: #0e0b14 #007979 #004646;
    margin: .375rem .75rem .375rem .625rem;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 5px -4px #000;
    box-shadow: 0 5px 5px -4px #000
}

@media (max-width: 991.98px) {
    .header .header-logo .brand-logo {
        width:1.5rem;
        height: 1.5rem;
        border-width: 12px;
        margin: .375rem .9375rem .375rem 0
    }
}

@media (max-width: 767.98px) {
    .header .header-logo .brand-logo {
        width:1.25rem;
        height: 1.25rem;
        margin: .625rem
    }
}

.dropdown-menu-cart .cart-item>li>div,.header .header-nav {
    display: table-cell;
    vertical-align: middle
}

@media (max-width: 767.98px) {
    .header .header-nav {
        display:block
    }
}

.header .header-nav .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 767.98px) {
    .header .header-nav .nav>li:after,.header .header-nav .nav>li:before {
        content:'';
        display: table;
        clear: both
    }
}

.header .header-nav .nav>li>a {
    color: #2d353c;
    line-height: 3.5rem;
    padding: .625rem .9375rem;
    text-decoration: none;
    border-bottom: 0px solid #ededed;
    display: block;
    position: relative;
    font-size: 15px;
    font-weight: 400;
}

@media (max-width: 991.98px) {
    .header .header-nav .nav>li>a {
        line-height:2.5rem;
        padding: .625rem
    }
}

.header .header-nav .nav>li>a:focus,.header .header-nav .nav>li>a:hover {
    background: 0 0;
    color: #4d4d4d
}

.header .header-nav .nav>li.active>a {
    color: #0e0b14
}

.header .header-nav .nav>li.active>a:focus,.header .header-nav .nav>li.active>a:hover {
    color: #0e0b14
}

.header .header-nav .nav>li.divider {
    width: 1px;
    height: 1.5rem;
    margin: 1.625rem 0;
    background: #dee2e6
}

@media (max-width: 991.98px) {
    .header .header-nav .nav>li.divider {
        margin:1.125rem 0
    }
}

@media (max-width: 575.98px) {
    .header .header-nav .nav.pull-right {
        margin-right:-.9375rem
    }
}

.header .header-cart {
    color: #2d353c;
    display: block
}

.header .header-cart .header-cart-text {
    margin-right: 2.1875rem;
    line-height: 1.25rem
}

.header .header-cart .total {
    font-size: .75rem;
    color: #fff;
    font-weight: 700;
    background: #0e0b14;
    display: inline-block;
    width: 1.25rem;
    height: 1.25rem;
    line-height: 1.25rem;
    text-align: center;
    -webkit-border-radius: 60px;
    border-radius: 60px
}

@media (max-width: 991.98px) {
    .header .header-cart .total {
        position:absolute;
        right: .3125rem;
        top: .625rem
    }
}

.header .header-cart i {
    font-size: 1.25rem;
    float: left;
    line-height: 3.5rem;
    margin-right: .3125rem
}

@media (max-width: 991.98px) {
    .header .header-cart i {
        line-height:2.5rem;
        float: none;
        margin: 0;
        display: block
    }
}

@media (min-width: 992px) {
    .header .dropdown.dropdown-hover:focus .dropdown-menu,.header .dropdown.dropdown-hover:hover .dropdown-menu {
        display:block;
        position: absolute;
        margin-left: -353px;
    }

    .header .dropdown.dropdown-hover:focus .arrow,.header .dropdown.dropdown-hover:hover .arrow {
        display: block
    }
}

@media (max-width: 767.98px) {
    .header .dropdown {
        position:initial
    }

    .header .dropdown.show .arrow {
        display: block
    }
}

.header .dropdown .arrow {
    position: relative;
    display: none
}

.header .dropdown .arrow:after,.header .dropdown .arrow:before {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -7px
}

.header .dropdown .arrow.top:after,.header .dropdown .arrow.top:before {
    border: 7px solid transparent;
    border-bottom-color: #0e0b14;
    top: -2px
}

.header .dropdown-menu {
    margin: 0;
    padding: 0 .9375rem;
    border: 0;
    border-top: 3px solid #0e0b14;
    min-width:69.375rem;
    -webkit-box-shadow: 0 16px 16px rgba(0,0,0,.15);
    box-shadow: 0 16px 16px rgba(0,0,0,.15);
    -webkit-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px
}

@media (max-width: 767.98px) {
    .header .dropdown-menu {
        top:100%!important;
        left: 0!important;
        right: 0!important;
        width: 100%;
        -webkit-transform: none!important;
        -moz-transform: none!important;
        -ms-transform: none!important;
        -o-transform: none!important;
        transform: none!important
    }
}

.header .dropdown-menu .dropdown-title {
    margin: 0 0 .9375rem;
    color: #0e0b14
}

.header .dropdown-menu .dropdown-item {
    padding: .625rem 0;
    line-height: 1.25rem
}

.header .dropdown-menu .dropdown-item+.dropdown-item {
    border-top: 1px solid #dee2e6
}

.header .dropdown-menu .dropdown-item:focus,.header .dropdown-menu .dropdown-item:hover {
    color: #0e0b14;
    background: 0 0
}

.header .user-img {
    float: left;
    width: 2.25rem;
    height: 2.25rem;
    margin: .625rem .625rem .625rem 0;
    -webkit-border-radius: 120px;
    border-radius: 120px
}

@media (max-width: 991.98px) {
    .header .user-img {
        float:none;
        margin: 0
    }
}

@media (min-width: 768px) {
    .header .navbar-collapse {
        display:block
    }
}

@media (max-width: 991.98px) {
    .header .navbar-collapse .nav>li>a {
        font-size:.75rem;
        padding-left: .625rem;
        padding-right: .625rem
    }
}

@media (max-width: 767.98px) {
    .header .navbar-collapse {
        position:absolute;
        left: 0;
        right: 0;
        top: 3.75rem;
        background: #fff;
        padding: 0
    }

    .header .navbar-collapse .nav {
        display: flex
    }
    .caret {
    display: none!important;
    }

    .header .navbar-collapse,.header .navbar-collapse .nav>li+li {
        border-top: 1px solid #dee2e6
    }

    .header .navbar-collapse .nav>li>a {
        line-height: 1.875rem;
        padding: .625rem .9375rem;
        font-size: .8125rem
    }

    .header .navbar-collapse .dropdown-menu {
        position: initial!important;
        margin-top: 0;
        top: 0!important;
        border-bottom: 3px solid #0e0b14;
        width: 100%;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-border-radius: 0;
        border-radius: 0;
        -webkit-transform: none!important;
        -moz-transform: none!important;
        -ms-transform: none!important;
        -o-transform: none!important;
        transform: none!important
    }
}

.header .navbar-toggle {
    position: relative;
    padding: .5625rem .9375rem;
    height: 3.75rem;
    margin: 0 0 0 -.9375rem;
    background-color: transparent;
    background-image: none;
    border: 0;
    border-right: 1px solid #dee2e6;
    -webkit-border-radius: 0;
    border-radius: 0
}

@media (min-width: 768px) {
    .header .navbar-toggle {
        display:none
    }
}

.header .navbar-toggle:focus {
    outline: 0
}

.header .navbar-toggle .icon-bar {
    display: block;
    width: 1.375rem;
    height: .125rem;
    background: #2d353c;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.header .navbar-toggle .icon-bar+.icon-bar {
    margin-top: .25rem
}

.top-nav {
    background: #22282d;
    z-index: 1040;
    position: relative
}

@media (min-width: 768px) {
    .top-nav .navbar-collapse {
        display:block
    }
}

.top-nav .nav {
    list-style-type: none;
    display: block;
    padding-left: 0
}

@media (min-width: 768px) {
    .top-nav .nav,.top-nav .nav>li {
        float:left
    }

    .top-nav .nav.navbar-right {
        float: right
    }
}

.top-nav .nav>li>a {
    font-size: .75rem;
    line-height: 1.25rem;
    padding: .625rem;
    color: #fff;
    display: block;
    text-decoration: none;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -ms-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}

.top-nav .nav>li>a:focus,.top-nav .nav>li>a:hover {
    background: 0 0;
    color: rgba(255,255,255,.5)
}

.top-nav .flag-img {
    float: left;
    margin: .25rem .625rem .25rem 0;
    height: .75rem
}

.top-nav .dropdown-menu {
    background: #2d353c;
    margin-top: 0;
    border: 0;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px
}

.top-nav .dropdown-menu .flag-img {
    width: 1.25rem;
    margin-left: -.3125rem
}

.top-nav .dropdown-menu>li>a {
    color: #fff;
    line-height: 1.25rem
}

.top-nav .dropdown-menu>li>a:focus,.top-nav .dropdown-menu>li>a:hover {
    background: rgba(0,0,0,.25)
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.product-list li a {
  display: inline-grid;
  background: #f5f5f5;
  padding: 8px 8px;
  border-radius: 0px;
  text-decoration: none;
  color: #333;
  text-align: center;
  transition: 0.3s ease;
  font-size: 14px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.product-list li a:hover {
  background: #f5f9f8;
  color: #fff;
}

@keyframes fadeIn {
  from {opacity: 0; transform: translateY(5px);}
  to {opacity: 1; transform: translateY(0);}
}

/* Responsive */
@media (max-width: 768px) {
  .category-sidebar {
    max-height: unset;
  }
  .product-tab-layout {
    flex-direction: column;
  }
}
ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0;
    list-style: none;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: #b9c7d3;
}
.nav-pills .nav-link {
    border-radius: 0px;
}

.heading-block {
        padding: 10px;
        margin-bottom: 8px !important;
        margin-top: 0 !important;
        text-transform: capitalize;
        text-align: center;
    }
    .heading-block:after {
       content: '';
    display: block;
    margin: 0 auto;
    width: 50px;
    border-top: 4px solid #d9c011;
    }

    .heading-block h2 {
      font-size: 25px;
    font-weight: 300;
    }
    
     .heading-h3 {
      font-size: 25px;
    font-weight: 300;
    }

      /* Hero wrapper */
    .feature-hero {
      position: relative;
      overflow: hidden;
      border-radius: .75rem;
      box-shadow: 0 8px 30px rgba(20,20,40,0.08);
      min-height: 320px;
      display: flex;
      align-items: center;
    }

    /* Image: cover and responsive */
    .feature-hero .hero-img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      filter: saturate(0.98) contrast(1);
      transition: transform .6s ease;
    }
    .feature-hero:hover .hero-img { transform: scale(1.03); }

    /* Gradient overlay for readable text */
    .feature-hero::before {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, rgba(0,0,0,0.28) 15%, rgba(0,0,0,0.12) 40%, rgba(0,0,0,0.28) 100%);
      pointer-events: none;
    }

.logo {
    width: 150px!important;
    padding-top: 0!important;
}
    /* Content block (z-index above image) */
    .feature-hero .hero-content {
      position: relative;
      z-index: 2;
      color: #fff;
      padding: 2rem;
    }

    /* Typography */
    .feature-hero h2 {
      font-weight: 700;
      letter-spacing: -0.02em;
      margin-bottom: .6rem;
      font-size: clamp(1.25rem, 2.6vw, 2rem);
    }
    .feature-hero p.lead {
      margin-bottom: 1rem;
      opacity: 0.95;
      font-size: clamp(.92rem, 1.9vw, 1.05rem);
    }

    /* Button styles */
    .btn-cta {
     
      font-weight: 600;
      box-shadow: 0 6px 18px rgba(3, 102, 214, 0.16);
      transform: translateZ(0);
      background-color: #edc70b;
      border: 1px solid #edc70b;
    }

    .btn:hover {
     
      font-weight: 600;
      box-shadow: 0 6px 18px rgba(3, 102, 214, 0.16);
      transform: translateZ(0);
      background-color: #072970;
      border: 1px solid #072970;
    }
    /* Layout variants */
    @media (min-width: 992px) {
      .feature-hero { min-height: 200px; }
      .hero-content { max-width: 100%; }
    }

    /* Small decorative pill */
    .pill {
      display: inline-block;
      padding: .28rem .6rem;
      background: rgba(255,255,255,0.12);
      border-radius: 999px;
      font-size: .78rem;
      margin-bottom: .6rem;
      color: #fff;
      backdrop-filter: blur(4px);
    }
    
    @media (max-width: 767px) {
    .logo {
        width: 113px!important;
        margin-left: 0 !important;
        margin-top: -10px;
    }
}

.heading-block {
    padding: 10px;
    margin-bottom: 8px !important;
    margin-top: 0 !important;
    text-transform: capitalize;
    text-align: center;
}
.heading-block h2 {
    font-size: 25px;
    font-weight: 300;
}
.heading-block:after {
    content: '';
    display: block;
    margin: 0 auto;
    width: 50px;
    border-top: 4px solid #d9c011;
}

.feature-hero {
    position: relative;
    overflow: hidden;
    border-radius: .75rem;
    box-shadow: 0 8px 30px rgba(20, 20, 40, 0.08);
    min-height: 198px;
    display: flex;
    align-items: center;
}

.feature-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.28) 15%, rgba(0, 0, 0, 0.12) 40%, rgba(0, 0, 0, 0.28) 100%);
    pointer-events: none;
}
.feature-hero .hero-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: saturate(0.98) contrast(1);
    transition: transform .6s 
ease;
}
.feature-hero .hero-content {
    position: relative;
    z-index: 2;
    color: #fff;
    padding:1rem;
}

.section-title1 {
    font-size: 1.25rem;
    font-weight: 600;
    margin: -.3125rem 0 1.5625rem;
    color: #2d353c;
}
.section-title1 a.pull-right {
    font-size: .75rem;
    font-weight: 700;
    color: #2d353c;
    border: 1px solid #dee2e6;
    padding: .5rem .9375rem;
    line-height: 1rem;
    margin: -.4375rem 0;
    background: #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.pull-right {
    float: right !important;
}

.section-container.seprate-tittle-full .section-title1 small {
    float: left;
    width: 100%;
    margin-top: 15px;
    margin-left: 0;
}

.section-title small {
    margin-left: .3125rem;
    font-weight: 400;
    font-size: .875rem;
    color: gray;
}


.main-title {
    color: #3b3b3c;
    font-size: 25px;
    font-weight: 700;
    line-height: 37px;
    text-align: center;
}

.main-title span {
    color:#000;
 
    
}

.accordion-button:focus {
    z-index: 3;
    outline: 0;
   box-shadow: none!important;
}
.accordion-item {
   color: #444444 !important;
    background-color: #ffffff !important;
    border: none !important;
}
.content-pad
{
    padding: 0px 24px 0px 32px;
}
.blog-section {
  font-family: "Poppins", sans-serif;
}
.blog-img {
  background-size: cover;
  background-position: center;
  min-height: 245px;
  position: relative;
  transition: transform 0.6s ease;
}
.blog-card:hover .blog-img {
  transform: scale(1.05);
}
.blog-img::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.4), rgba(0,0,0,0.1));
}
.blog-content h3 {
  font-size: 17px;
  letter-spacing: 0.5px;
}
.blog-content p {
  font-size: 0.95rem;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .blog-content { padding: 2rem 1rem !important; }
  .blog-img { min-height: 250px; }
}


  .export-section p {
    font-style: italic;
    color: #000;
    font-size: 1.1rem;
    margin-bottom: 25px;
  }

  .flag-card {
    display: inline-block;
    text-align: center;
    transition: all 0.3s ease;
    text-decoration: none;
  }

  .flag-circle {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    border: 3px solid #f1f1f1;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
  }

  .flag-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
  }

  .flag-card:hover .flag-circle {
    transform: scale(1.08);
    border-color: #009247;
    box-shadow: 0 4px 12px rgba(0,146,71,0.25);
  }

  .flag-card:hover img {
    transform: scale(1.1);
  }

  .flag-label {
    font-weight: 600;
    color: #000;
    font-size: 0.9rem;
    margin-top: 8px;
  }

  @media (max-width: 768px) {
    .flag-circle {
      width: 70px;
      height: 70px;
    }
    .flag-label {
      font-size: 0.8rem;
    }
  }
  
  .bg-all
  {
      padding: 60px 0px 0px;
    background-image: url(../img/images/bg-all.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  
 .discover-card {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  transition: all 0.4s ease;
  cursor: pointer;
  background: #fff;
}

.discover-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}

.discover-card__image-wrapper {
  overflow: hidden;
  height: 280px;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
}

.discover-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.discover-card:hover .discover-card__image {
  transform: scale(1.1);
}

.discover-card__body {
  padding: 11px 9px 11px;
  text-align: left;
  background: #ffffff;
  position: relative;
}

.discover-card__title a {
  text-decoration: none;
  font-size: 15px!important;
  font-weight: 600;
  color: #222;
  line-height: 1.4;
  transition: color 0.3s ease;
}

.discover-card__title a:hover {
  color: #007bff;
}

.discover-card__action-link {
  position: absolute;
  right: 20px;
  bottom: 8px;
  width: 35px;
  height: 35px;
  background: linear-gradient(135deg, #f5d16c, #f7b112);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.4s ease, box-shadow 0.3s ease;
}

.discover-card__action-link:hover {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 5px 15px rgba(0, 123, 255, 0.4);
}

.discover-card__action-link svg {
  fill: #fff;
}

.page-title:before{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: radial-gradient(95.51% 264.21% at 92.63% 41.85%, rgba(0, 7, 31, 0) 0%, rgb(19 51 90) 99.98%, rgb(37 53 72) 99.99%);
    content: "";
    mix-blend-mode: normal;
}

.blog-card {
  background: linear-gradient(135deg, #f6f9fc 0%, #eef2f7 100%);
  transition: all 0.4s ease;
  border-radius: 18px;
  overflow: hidden;
  position: relative;
}
.blog-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.blog-img {
  transition: transform 0.6s ease;
  border-radius: 0;
}
.blog-card:hover .blog-img {
  transform: scale(1.08);
}

.blog-content {
  background: linear-gradient(145deg, #ffffff, #f7f9fc);
  border-left:4px solid #fbe239;
}

.blog-title {
  color: #1b1b1b;
  font-size:16px;
  transition: color 0.3s ease;
}
.blog-title:hover {
  color: #007bff;
}

.btn-gradient {
  background: linear-gradient(90deg, #484847, #1c1c1a);
  color: #fff !important;
  border: none;
  transition: all 0.3s ease;
}
.btn-gradient:hover {
  background: linear-gradient(90deg, #ddca34, #f9e029);
  transform: translateY(-2px);
  color: #000!important;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  border: 1px solid #fbe239;
}


.over-flow
{
 overflow-y: scroll;
    height: 448px;
    scrollbar-width: thin;
    scrollbar-color: #e5dede8f #ffffff;


}

.img-catgeory
{
    width: 132px; 
    height: 100px; 
    object-fit: cover; 
    margin-bottom: 8px; 
    transition: transform 0.3s;
}
.news2-sidebar {
  background: #fff;
  border-radius: 15px;
  padding: 25px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  position: sticky;
    top: 50px;
}

.widget-title h6 {
  font-size: 18px;
  font-weight: 700;
  border-bottom: 2px solid #fde326;
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 20px;
  color: #222;
}

ul.recent {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.recent li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
  padding: 8px 0;
  border-bottom: 1px solid #eee;
  transition: all 0.3s ease;
}

ul.recent li:last-child {
  border-bottom: none;
}

ul.recent li:hover {
  transform: translateY(-2px);
}

ul.recent li .thum {
  flex: 0 0 60px;
  height: 60px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

ul.recent li .thum img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

ul.recent li:hover .thum img {
  transform: scale(1.1);
}

ul.recent li a {
  font-size: 15px;
  color: #333;
  text-decoration: none;
  font-weight: 500;
  line-height: 1.4;
  transition: color 0.3s ease;
}

ul.recent li a:hover {
  color: #007bff;
}

@media (max-width: 767px) {
  .news2-sidebar {
    padding: 15px;
  }
  ul.recent li {
    gap: 10px;
  }
  ul.recent li .thum {
    flex: 0 0 50px;
    height: 50px;
  }
}

.blog-img
{
    height: 344px;
    width: 100%;
    object-fit: cover;
}

 .margin-about 
 {
     margin:0px 40px 0px 40px;
 }
 
 @media (max-width: 767px) {
 .margin-about 
 {
     margin:0px 0px 0px 0px!important;
 }
 .feature-hero {
    position: relative;
    overflow: hidden;
    border-radius: .75rem;
    box-shadow: 0 8px 30px rgba(20, 20, 40, 0.08);
    min-height: 172px!important;
    display: flex;
    align-items: center;
}

 }
 
 .card {
  overflow: hidden;
  transition: transform 0.3s ease;
}

.card img {
  transition: transform 0.4s ease;
}

.card:hover img {
  transform: scale(1.1);
}

.menu-top{
    
    margin-left: -43px;
}
.flag-img
{
   height: 54px;
    width: 85px;
    margin-left:0px;
}
@media (max-width: 767px) {

.menu-top {
    margin-left:0px!important;
}
 }
 .about-section {
  padding: 60px 20px;
}
.about-title {
  font-size: 26px;
    font-weight: 600;
    color: #222;
    position: relative;
    display: inline-block;
    font-family: 'Roboto';
}
.about-title::after {
  content: "";
  width: 60px;
  height: 4px;
  background:#d9c011;
  position: absolute;
  left: 0;
  bottom: -10px;
  border-radius: 3px;
}
.about-img {
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
  transition: 0.4s ease;
}
.about-img:hover {
  transform: scale(1.05);
}

.search-class-one
{
    margin-left: 0px;
    width: 283px!important;
}

.iso-flag
{
    width: 55px!important;
    margin-left: 3px!important;
}




@media (min-width: 335px) and (max-width: 1719px) {
    .menu-top {
        margin-left:40px!important;
    }
    .search-class-one {
    margin-left: 0px!important;
    width: 250px !important;
}
.flag-img {
    height: 60px;
        width: 103px;
        margin-left: 35px;
}
    
    .iso-flag {
    width: 55px !important;
    margin-left: 14px !important;
}
}


@media (min-width: 432px) and (max-width: 1517px) {
   
   .menu-top {
        margin-left:-16px!important;
    }
     .iso-flag {
    width: 55px !important;
    margin-left: 5px !important;
}
.search-class
{
    margin-left: -3px;width: 202px!important;
}
  .flag-img {
    height: 60px!important;
    width: 86px!important;
    margin-left:4px!important;
}
}

.img-size
{
    width: 501px;
    height: 221px;
    object-fit: cover;
    text-align: center;
}



