/* TOP BAR EXACT */
.top-bar{
background:#0a1b22;
padding:5px 0;
color:#fff;
font-size:14px;
}

body {
  font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;

    background-color: var(--white);
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}
.top-bar a{color:#fff;text-decoration:none;margin-right:10px;}
.left-icons i{font-size:15px;}
.right-links a{color:#fff;font-weight:600;}
.right-links .phone{font-weight:600;}


/* MAIN NAV EXACT */
.exact-main-nav{
background:#ffffff;
padding:15px 0;
border-bottom:1px solid #e8e8e8;
}
.exact-main-nav .logo{height:55px;}
.nav-link{
font-size:16px;
font-weight:500;
color:#000 !important;
padding:10px 20px !important;
}
.nav-link:hover{color:#0a1b22 !important;}


@media(max-width:991px){
.nav-link{text-align:center;padding:12px 0 !important;}
}

/* Hero banner specific styles */
:root{--accent:#ffd400;--accent-dark:#e6b300;--text:#ffffff}
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');
:root{--accent:#ffd400;--accent-dark:#f0b32e;--text:#ffffff}
body{margin:0;font-family: 'Poppins', sans-serif;background:#fff}



/* Background */
.hero-bg {
  background: url("../images/banner-backgorund.webp") center/cover no-repeat;
  padding: 51px 0;
  width: 100%;
}

/* Text styling */
.hero-title {
  font-size: 47px;
  font-weight: 600;
  line-height: 59PX;
  color: white;
  /* max-width: 500px; */
}

/* Button styling */
.btn-hero {
  background: #ffd400;
  padding: 12px 30px;
  border-radius: 6px;
  font-weight: 600;
  color: #000;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.btn-hero:hover {
  background: #e6bd00;
}

/* Product image */
.product-img {
  max-width: 558px;
  width: 100%;
}

/* MOBILE FIX */
@media (max-width: 768px) {
  .hero-bg {
    padding: 60px 0;
    text-align: left;
  }

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

  .product-img {
    width: 75%;
    max-width: 330px;
    margin-top: 25px;
  }
}


.brand-section{
    padding: 70px 0px;
    background: #ffffff;
}

.brand-title {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    column-gap: 8px;
}

.brand-title span {
    width: 4px;
    height: 22px;
    background: #f5c000;
    display: inline-block;
}

/* Slider container */
.logo-slider {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 10px 0;
}

/* Track - infinite scroll */
.logo-track {
    display: flex;
    width: calc(200px * 14); /* 14 logos including duplicates */
    animation: scroll 20s linear infinite;
}

.logo-track img {
    width: 120px;
    margin: 0 40px;
    object-fit: contain;
    opacity: 0.9;
    transition: 0.3s;
}

.logo-track img:hover {
    opacity: 1;
    transform: scale(1.05);
}

/* Infinite scrolling animation */
@keyframes scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); } /* moves exactly half = no gap */
}


.MainCategory {
    background: #eef6fa;
    font-family: 'Poppins', sans-serif;
}

.section-title {
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 35px;
}

.section-title .title-bar {
    width: 5px;
    height: 26px;
    background: #f5c000;
    border-radius: 3px;
}

.category-box{margin-bottom: 30px;}

.category-title {
    font-size: 20px;
    font-weight: 600;
}

.category-desc {
    font-size: 14px;
    color: #555;
    line-height: 24px;
    margin-top: 10px;
}


.OurProductssection {
    font-family: 'Poppins', sans-serif;
}

.section-title {
    font-weight: 700;
    font-size: 26px;
}

.section-title .title-bar {
    width: 5px;
    height: 26px;
    background: #f5c000;
    border-radius: 3px;
}

.product-img2 {
    width: 100%;
    object-fit: contain;
}

.product-title {
    font-size: 15px;
    color: #333;
    line-height: 1.4;
    font-weight: 500;
}



/* OFFER BANNER */
.offer-banner {
    font-family: 'Poppins', sans-serif;
}

.offer-box {
    background: url("../images/banner-backgorund.webp") no-repeat center/cover;
    padding: 31px 20px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

.offer-img {
    height: 194px;
    object-fit: contain;
    position: relative;
    left: -25px;
}
.offer-img2 {
    height: 210px;
    object-fit: contain;
    position: relative;
    right: -25px;
    top: -50px;
}


.offer-title {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
}

.offer-subtitle {
    color: #fff;
    font-size: 15px;
    margin-bottom: 20px;
}

.offer-form {
    max-width: 550px;
    margin: auto;
}

.email-box {
    border-radius: 30px 0 0 30px;
    padding: 12px 20px;
    border: none;
    width: 70%;
}

.subscribe-btn {
    background: #ff4d4d;
    color: #fff;
    padding: 12px 25px;
    border-radius: 0 30px 30px 0;
    border: none;
    font-weight: 600;
}

.subscribe-btn:hover {
    background: #e43737;
}

/* MOBILE FIXES */
@media (max-width: 767px) {
    .offer-box {
        text-align: center;
        padding: 40px 20px;
    }

    .email-box {
        width: 100%;
        border-radius: 30px;
        margin-bottom: 10px;
    }

    .subscribe-btn {
        width: 100%;
        border-radius: 30px;
    }

    .offer-form {
        flex-direction: column;
    }
}


.footer-area {
    background: #222;
    color: #ccc;
    font-family: 'Poppins', sans-serif;
    padding: 64px 0px 16px !important;
}

.footer-logo {
    width: 160px;
}

.footer-small {
    color: #bbb;
    font-size: 14px;
}

.footer-phone {
    color: #fff;
    font-weight: 600;
}

.footer-social a {
    color: #fff;
    font-size: 16px;
    transition: 0.3s;
}

.footer-social a:hover {
    color: #f5c000;
}

.footer-title {
    color: #fff;
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 600;
}

.footer-text {
    font-size: 14px;
    color: #ccc;
    line-height: 1.6;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-links a {
    font-size: 14px;
    color: #ccc;
    text-decoration: none;
    transition: 0.3s;
}

.footer-links a:hover {
    color: #f5c000;
}

.footer-bottom {
    font-size: 13px;
    color: #aaa;
    margin-top: 35px;
    padding-top: 10px;
}
.welcome-section {
  background: #ffffff;
  padding: 20px 0px 94px;
  }
  .welcome-section .welcome-content {
    padding-left: 56px; }
    .welcome-section .welcome-content p {
      margin: 0; }
    .welcome-section .welcome-content .title {
      margin-bottom: 18px;
      }
      .welcome-section .welcome-content .title p,
      .welcome-section .welcome-content .title h3 {
        margin: 0; }
      .welcome-section .welcome-content .title p {
        color: #1f78a8;
        font-family: 'Pacifico';
        font-size: 20px;
        }
      .welcome-section .welcome-content .title h3 {
        font-size: 41px;
        font-weight: 600;
        color: #212121;
        line-height: 46px;
        margin-top: 12px;
        }
    .welcome-section .welcome-content p {
      color: #757575;
      font-size: 16px;
      font-weight: 300;
      /* font-weight: 300; */
      line-height: 28px;
      }
      .welcome-section .welcome-content p + p {
        margin-top: 20px; }
    .welcome-section .welcome-content a.thm-btn {
      margin-top: 55px; }


.sec-pad {
    padding: 120px 0;
}



.service-style-one {
  background: #F5F6FA;
  position: relative;
  overflow: hidden;
  }
  .service-style-one img.background-right {
    position: absolute;
    top: 0;
    right: 0; }
  .service-style-one .service-content {
    padding-right: 60px; }
    .service-style-one .service-content .title {
      margin-bottom: 17px;
      }
      .service-style-one .service-content .title span,
      .service-style-one .service-content .title h2 {
        margin: 0; }
      .service-style-one .service-content .title span {
        font-family: 'Pacifico';
        font-size: 20px;
        color: #FF4328; }
      .service-style-one .service-content .title h2 {
        color: #212121;
        font-size: 40px;
        line-height: 46px;
        font-weight: 600;
        }
    .service-style-one .service-content p {
      margin: 0;
      color: #757575;
      color: #757575;
      font-size: 16px;
      font-weight: 300;
      }
      .service-style-one .service-content p + p {
        margin-top: 35px; }
    .service-style-one .service-content .btn-box {
      margin-top: 50px; }
      .service-style-one .service-content .btn-box a.thm-btn {
        display: inline-block;
        vertical-align: middle;
        margin-right: 20px;
        background: #e6c215;
        padding: 12px 30px;
        border-radius: 16px;
        color: #171717;
        text-decoration: none;
        }
      .service-style-one .service-content .btn-box .phone-btn {
        display: inline-block;
        vertical-align: middle;
        font-size: 22px;
        font-weight: 500;
        color: #212121; }
        .service-style-one .service-content .btn-box .phone-btn i {
          font-size: 24px;
          border: 2px solid #2884C6;
          color: #2884C6;
          line-height: 55px;
          width: 59px;
          height: 59px;
          border-radius: 50%;
          text-align: center;
          margin-right: 10px; }
  .service-style-one .service-right-content {
    background: #fff;
    padding: 60px; }
    .service-style-one .service-right-content .inner {
      position: relative; }
    .service-style-one .service-right-content .divider {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 2px;
      height: 100%;
      background: #ebedf4; }
      .service-style-one .service-right-content .divider.ver {
        width: 100%;
        height: 2px; }
    .service-style-one .service-right-content .single-service-one {
      text-align: center;
      padding: 50px 0;
      margin-left: -15px;
      margin-right: -15px;
      display: block; }
      .service-style-one .service-right-content .single-service-one i {
        font-size: 58px;
        color: #2884C6;
        transition: all .4s; }
      .service-style-one .service-right-content .single-service-one h3 {
        margin: 0;
        color: #212121;
        font-size: 16px;
        font-weight: 600;
        margin-top: 20px;
        transition: all .4s ease; }
      .service-style-one .service-right-content .single-service-one:before {
        background: #FF4328; }
      .service-style-one .service-right-content .single-service-one:hover i,
      .service-style-one .service-right-content .single-service-one:hover h3 {
        color: #fff; }

.service-tab-box .tab-title {
  margin-bottom: 60px; }
  .service-tab-box .tab-title ul,
  .service-tab-box .tab-title li {
    margin: 0;
    padding: 0;
    list-style: none; }
  .service-tab-box .tab-title ul {
    margin-left: -1px;
    margin-right: -1px; }
  .service-tab-box .tab-title li {
    display: inline-block;
    vertical-align: middle;
    width: 20%;
    padding: 0 1px; }
    .service-tab-box .tab-title li.active a:before {
      -webkit-transform: scaleY(1);
      transform: scaleY(1);
      -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
      transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); }
    .service-tab-box .tab-title li.active a i,
    .service-tab-box .tab-title li.active a h3 {
      color: #fff; }
    .service-tab-box .tab-title li a {
      text-align: center;
      padding: 50px 0;
      background: #F5F6FA;
      display: block; }
      .service-tab-box .tab-title li a i {
        font-size: 58px;
        color: #2884C6;
        transition: all .4s; }
      .service-tab-box .tab-title li a h3 {
        margin: 0;
        color: #212121;
        font-size: 16px;
        font-weight: 600;
        margin-top: 20px;
        transition: all .4s ease; }
      .service-tab-box .tab-title li a:before {
        background: #FF4328; }
      .service-tab-box .tab-title li a:hover i,
      .service-tab-box .tab-title li a:hover h3, .service-tab-box .tab-title li a:focus i,
      .service-tab-box .tab-title li a:focus h3, .service-tab-box .tab-title li a:active i,
      .service-tab-box .tab-title li a:active h3 {
        color: #fff; }

.service-style-two {
  position: relative;
  padding-top: 120px; }
  .service-style-two img.background-right {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99; }
  .service-style-two .overlay {
    background: #ff4328 url(../img/cta-bg-1-1.jpg) center center no-repeat fixed;
    background-size: cover;
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 7; }
    .service-style-two .overlay:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #ff4328;
      opacity: .9; }
  .service-style-two .thm-container {
    position: relative;
    z-index: 99; }
  .service-style-two .service-content {
    padding-right: 65px; }
    .service-style-two .service-content span,
    .service-style-two .service-content h2 {
      margin: 0; }
    .service-style-two .service-content span {
      font-family: 'Pacifico';
      font-size: 20px;
      color: #202020; }
    .service-style-two .service-content h2 {
      color: #FFFFFF;
      font-size: 60px;
      line-height: 60px;
      font-weight: bold;
      margin-bottom: 40px; }
    .service-style-two .service-content p {
      margin: 0;
      color: #FFFFFF;
      line-height: 30px; }
  .service-style-two .unique-feature {
    position: relative;
    display: inline-block;
    margin-top: 35px; }
    .service-style-two .unique-feature .content {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      .service-style-two .unique-feature .content i {
        color: #2884C6;
        font-size: 63px;
        margin-top: 45px;
        margin-bottom: 20px;
        display: block; }
      .service-style-two .unique-feature .content h3 {
        margin: 0;
        color: #202020;
        font-size: 16px;
        font-weight: 500;
        transition: all .4s ease; }
        .service-style-two .unique-feature .content h3:hover {
          color: #ff4328; }
  .service-style-two.about-page {
    padding-top: 125.5px;
    padding-bottom: 125.5px; }

.service-style-three .single-service-three {
  margin-bottom: 50px; }
  .service-style-three .single-service-three:hover .img-box:before {
    opacity: 1; }
  .service-style-three .single-service-three:hover .text-box h3,
  .service-style-three .single-service-three:hover .text-box p {
    color: #fff; }
  .service-style-three .single-service-three:hover .text-box .meta-info p {
    color: #fff; }
    .service-style-three .single-service-three:hover .text-box .meta-info p span {
      color: #212121; }
  .service-style-three .single-service-three:hover .text-box a.read-more {
    background: #fff;
    color: #FF4328; }
  .service-style-three .single-service-three:hover .text-box:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); }
  .service-style-three .single-service-three .img-box {
    position: relative;
    overflow: hidden; }
    .service-style-three .single-service-three .img-box > img {
      width: 100%; }
    .service-style-three .single-service-three .img-box:before {
      content: '';
      width: 100%;
      height: 100%;
      background: rgba(33, 33, 33, 0.6);
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      transition: all .4s ease; }
  .service-style-three .single-service-three .text-box {
    position: relative;
    background: #F4F5F9;
    margin-top: 10px;
    padding-top: 55px;
    padding-bottom: 50px;
    padding-left: 60px;
    padding-right: 60px; }
    .service-style-three .single-service-three .text-box:before {
      background: #FF4328; }
    .service-style-three .single-service-three .text-box h3 {
      margin: 0;
      color: #202020;
      font-weight: bold;
      font-size: 24px; }
    .service-style-three .single-service-three .text-box p {
      color: #747474;
      font-size: 16px;
      line-height: 30px;
      margin: 0; }
    .service-style-three .single-service-three .text-box .meta-info {
      margin-top: 5px;
      margin-bottom: 30px; }
      .service-style-three .single-service-three .text-box .meta-info p {
        margin: 0;
        font-size: 16px;
        color: #747474; }
        .service-style-three .single-service-three .text-box .meta-info p span {
          color: #FF4328;
          font-weight: bold; }
    .service-style-three .single-service-three .text-box a.read-more {
      width: 42px;
      height: 42px;
      background: #FF4328;
      color: #fff;
      font-size: 20px;
      line-height: 42px;
      border-radius: 50%;
      text-align: center;
      position: absolute;
      bottom: -21px;
      right: 30px;
      transition: all .4s ease; }
      .service-style-three .single-service-three .text-box a.read-more:hover {
        background: #fff;
        color: #FF4328; }
.service-style-three .pagination {
  margin-bottom: 0;
  margin-top: 30px;
  display: block; }
.service-style-three .pagination > li + li {
  margin-left: 5px; }
.service-style-three .pagination > li:last-child {
  margin-left: 0px; }
.service-style-three .pagination > li > a,
.service-style-three .pagination > li > span {
  padding: 13px 20px;
  float: none;
  display: inline-block;
  color: #212121; }
.service-style-three .pagination > .active > a,
.service-style-three .pagination > .active > a:focus,
.service-style-three .pagination > .active > a:hover,
.service-style-three .pagination > .active > span,
.service-style-three .pagination > .active > span:focus,
.service-style-three .pagination > .active > span:hover {
  background: #FF4328;
  color: #fff;
  border-color: #FF4328; }
.service-style-three.service-details-page .single-service-three {
  margin-bottom: 0; }

.service-details-design-option .single-service-details-design-option:hover .img-box:before {
  opacity: 1; }
.service-details-design-option .single-service-details-design-option .img-box {
  position: relative;
  overflow: hidden; }
  .service-details-design-option .single-service-details-design-option .img-box > img {
    width: 100%; }
  .service-details-design-option .single-service-details-design-option .img-box:before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(33, 33, 33, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all .4s ease; }
.service-details-design-option .single-service-details-design-option .text-box h3,
.service-details-design-option .single-service-details-design-option .text-box ul,
.service-details-design-option .single-service-details-design-option .text-box li {
  margin: 0;
  padding: 0;
  list-style: none; }
.service-details-design-option .single-service-details-design-option .text-box h3 {
  color: #202020;
  font-size: 24px;
  font-weight: 500;
  margin-top: 30px; }
.service-details-design-option .single-service-details-design-option .text-box ul.list-box {
  margin-top: 40px; }
  .service-details-design-option .single-service-details-design-option .text-box ul.list-box li {
    display: block;
    position: relative;
    padding-left: 15px;
    color: #747474;
    font-size: 16px;
    line-height: 30px; }
    .service-details-design-option .single-service-details-design-option .text-box ul.list-box li:before {
      content: '';
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background: #747474;
      font-size: 18px;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      transition: all .4s ease; }


 

.more-foot-main {
    padding: 60px 100px 50px;
    background: #f5f5f5;
    font-family: 'Montserrat',sans-serif;
    overflow: hidden;
}

.more-foot-main-in {
    padding: 0px;
   
}

.ul1 {
   padding: 0;
    margin-left: 10px;
    margin-top: 5px;
    margin-bottom: 16px;
   
}

.ul1 li {
 padding: 0;
    list-style: none;
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
    color: #666565;
   
}


.ul2 {
    padding: 0;
    margin-left: 10px;
    margin-top: 5px;
    margin-bottom: 16px;
   
}

.ul2 li {
    padding: 0;
    list-style: none;
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
    color: #666565;
   
}


.more-foot-main p{
font-weight: 400;
    font-size: 13px; text-align: justify;
    line-height: 24px;
    color: #666565;}

.more-foot-main ul{
    font-weight: 400;
    font-size: 13px;
    text-align: justify;
    line-height: 24px;
    color: #666565;}



.more-foot-main h1 {
    line-height: 1.5;
    font-weight: 400;
    font-family: Lato, sans-serif;
    color: #000;
    font-size: 26px;
}
.more-foot-main h2 {
    line-height: 1.5;
    font-weight: 400;
    font-family: Lato, sans-serif;
    color: #000;
    font-size: 20px;
}
.read-more-state {
    display: none;
}
.read-more-wrap {
    margin: 0;
}
.read-more-wrap p a {
    color: #02a0eb;
}
.read-more-target {
    opacity: 0;
    max-height: 0;
    font-size: 0;
    transition: 0.25s ease;
}
.read-more-state:checked ~ .read-more-target {
    opacity: 1;
    font-size: inherit;
    max-height: 999em;
}
.read-more-state ~ .read-more-trigger:before {
    content: "Read more";
}
.read-more-state:checked ~ .read-more-trigger:before {
    content: "Read less";
}
.read-more-trigger {
    font-weight: 700;
    cursor: pointer;
    display: inline-block;
    color: #376ea7;
    font-size: .9em;
    position: relative;
    z-index: 7;
    text-decoration: underline;
}
.read-more-target p a {
    color: #02a0eb;
}


.fix {
    overflow: hidden;
}
.section-padding {
    padding: 120px 0;
}

.service-details-image{}

.service-details-wrapper .service-details-content {
    margin-top: 0px;
}

.service-details-wrapper .service-details-content .highlight-text {
    margin-top: 30px;
    padding: 18px;
    border-left: 4px solid #1e74a8;
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.06);
    background: var(--white);
}

.service-sidebar .service-widget-categories {
    margin-bottom: 30px;
    background-color: #f3f5ff;
    padding: 30px;
}

.service-sidebar .service-widget-categories h4 {
    margin-bottom: 30px;
    font-size: 22px;
    font-family: "Outfit", sans-serif;
    /* margin: 0px; */
    /* padding: 0; */
    color: #09052f;
    text-transform: initial;
    transition: all 0.4s ease-in-out;
}

.service-sidebar .service-widget-categories ul{
    padding: 0px;
}
.service-sidebar .service-widget-categories ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 25px;
    background-color: #FFF;
    font-weight: 500;
    transition: all 0.4s ease-in-out;
    border-radius: 0;
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    font-family: "Outfit", sans-serif;
}

.service-sidebar .service-widget-categories ul li.active  {
    background-color: #1e74a8;
    color:#fff;
}
.service-sidebar .service-widget-categories ul li.active a {
    background-color: #1e74a8;
    color:#fff;
}

.service-sidebar .service-widget-categories ul li:hover {
    background-color: #1e74a8;
}
.service-sidebar .service-widget-categories ul li:not(:last-child) {
    margin-bottom: 12px;
}


.service-sidebar .service-widget-categories ul li a {
    color: #09052f;
    text-decoration: none;
}

.service-sidebar .service-widget-categories ul li:hover a {
    color: #fff;
    text-decoration: none;
}

.service-sidebar .service-widget-categories ul li.active a {
    color: fff;
}

.service-sidebar .contact-bg {
    padding: 40px 25px;
    text-align: center;
}
.bg-cover {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
}
.text-center {
    text-align: center !important;
}

.service-sidebar .contact-bg .icon {
    width: 86.526px;
    height: 76px;
    text-align: center;
    line-height: 76px;
    border-radius: 4px;
    background-color: #f0dd65;
    font-size: 32px;
    color: #424141;
    margin: 0 auto 25px;
}

.service-sidebar .contact-bg h3 {
    font-size: 26px;
    color: #fff;
    line-height: 139%;
    margin-bottom: 30px;
}


.theme-btn {
    background-color: var(--theme);
    color: var(--white);
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    padding: 23px 54px;
    border-radius: 0;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 1;
    line-height: 1;
}


a:hover {
    --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

.service-sidebar .contact-bg .theme-btn {
    padding: 18.5px 50px;
    background-color: #34a6ee;
    color: #fff;
    text-decoration: none;
}
.theme-btn:hover {
    color: #fff;
}

.faq-wrapper .faq-content .accordion-item {
    border: none !important;
    background-color: #fff;
   box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}
.faq-wrapper .faq-content .accordion-item h3 {
   font-size: 37px;
}
.faq-wrapper .faq-content .accordion-item h3 button{
   font-size: 16px;
}
.faq-wrapper .accordion-body{font-size:15px;font-size: 16px;line-height: 1.7;color: #6d6d6d;/* max-width: 800px; */margin-bottom: 11px;}

.faq-wrapper .faq-content .accordion-item .accordion-collapse {
   box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}


.bg-cover {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
}
.breadcrumb-wrapper {
    position: relative;
    overflow: hidden;
    z-index: 9;
}

.breadcrumb-wrapper .page-heading h1 {
    font-size: 58px;
    position: relative;
    z-index: 9;
    line-height: 1;
    text-transform: capitalize;
}

.breadcrumb-wrapper .page-heading .breadcrumb-items {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: #fff;
    padding: 8px 30px;
    border-radius: 30px;
    margin-top: 11px;
}

.breadcrumb-wrapper .page-heading .breadcrumb-items li {
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    background: #ccc;
    display: inline-block;
    background-clip: text;
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
    text-decoration: none;
}


.breadcrumb-wrapper .page-heading .breadcrumb-items li a {
    color: #076285;
    transition: all 0.4s ease-in-out;
    text-decoration: none;
}

.breadcrumb-wrapper .page-heading .breadcrumb-items li a:hover {
    color: #5e5e5e;
}

.breadcrumb-wrapper .page-heading .breadcrumb-items li i {
    font-size: 18px;
    color: #afafb0;
}

.details-video-content{}
.details-video-content ul{
    padding: 0px;
    list-style: none;
}

.details-video-content ul li{}

.yellow-bg11{}

.paper-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 in one line */
  gap: 25px;
  padding: 20px;
}

.paper-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  text-align: center;
}

.paper-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.18);
}

.paper-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.paper-card h3 {
  font-size: 20px;
  margin: 15px 0 8px;
  color: #222;
  padding: 0 15px;
}

.paper-card p {
  font-size: 15px;
  color: #666;
  padding: 0 20px 20px;
  line-height: 1.6;
}

/* Tablet */
@media (max-width: 900px) {
  .paper-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width: 600px) {
  .paper-container {
    grid-template-columns: 1fr;
  }
}


.media-section {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 40px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  margin-bottom: 52px;
}

.media-text {
  flex: 1;
}

.media-text h2 {
  font-size: 28px;
  color: #222;
  margin-bottom: 15px;
}

.media-text p {
  font-size: 16px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 12px;
}

.media-image {
  flex: 1;
  text-align: center;
}

.media-image img {
  width: 100%;
  max-width: 500px;
  border-radius: 14px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

/* Tablet */
@media (max-width: 900px) {
  .media-section {
    flex-direction: column;
    text-align: center;
  }

  .media-text h2 {
    font-size: 24px;
  }
}

/* Mobile */
@media (max-width: 600px) {
  .media-section {
    padding: 25px;
  }

  .media-text p {
    font-size: 15px;
  }
}

.section-padding1 {
    padding: 70px 0 120px;
}




.premium-section {
  background: linear-gradient(135deg, #0f2027, #203a43, #2c5364);
  padding: 80px 20px;
}

.premium-container {
  max-width: 1320px;
  margin: auto;
  display: flex;
  align-items: stretch;
  padding: 0;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  backdrop-filter: blur(12px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

.premium-left {
  flex: 1;
  color: #fff;
  padding: 60px;
}

.premium-left h2 {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #fff;
}

.premium-left p {
  font-size: 16px;
  line-height: 1.7;
  color: #e0e0e0;
  margin-bottom: 15px;
}

.premium-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 14px 32px;
  background: linear-gradient(135deg, #00c6ff, #0072ff);
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 8px 25px rgba(0, 114, 255, 0.4);
}

.premium-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(0, 114, 255, 0.6);
}

.premium-right {
  flex: 1;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}

.premium-right img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  border-radius: 0;
  transition: transform 0.4s ease;
}

.premium-right img:hover {
  transform: scale(1.05);
}

/* Tablet */
@media (max-width: 900px) {
  .premium-container {
    flex-direction: column;
  }

  .premium-left {
    padding: 40px;
    text-align: center;
  }

  .premium-left h2 {
    font-size: 28px;
  }

  .premium-right img {
    width: 100%;
    height: auto;
  }
}

/* Mobile */
@media (max-width: 600px) {
  .premium-left {
    padding: 30px;
  }

  .premium-left h2 {
    font-size: 24px;
  }

  .premium-left p {
    font-size: 15px;
  }
}



.subcategory-wrapper {
  max-width: 1320px;
  margin: auto;
  padding: 80px 15px;
  display: flex;
  flex-direction: column;
  gap: 56px;
}

.subcategory-main h3 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 15px;
  /* background: linear-gradient(135deg, #00c6ff, #0072ff); */
  /* -webkit-background-clip: text; */
  /* -webkit-text-fill-color: transparent; */
}

.subcategory-main p {
  font-size: 16px;
  line-height: 1.7;
  color: #6d6d6d;
  /* max-width: 800px; */
  margin-bottom: 11px;
}



.subcategory-main-bocc{ }


.subcategory-main-bocc .subcategory-grid {margin-top: 30px;}

.subcategory-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}



.subcategory-box {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  border-radius: 16px;
  padding: 25px;
  color: #fff;
  box-shadow: 0 12px 30px rgb(0 0 0 / 9%);
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(135deg, #d9f4ff, #daf5ff, #e3f7ff);
  /* margin-top: 19px; */
}

.subcategory-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.55);
}

.subcategory-box h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #555657;
}

.subcategory-box p {
  font-size: 14px;
  line-height: 1.6;
  color: #6d6d6d;
  margin-bottom: 0px;
}

/* Tablet */
@media (max-width: 900px) {
  .subcategory-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width: 600px) {
  .subcategory-grid {
    grid-template-columns: 1fr;
  }

  .subcategory-main h3 {
    font-size: 24px;
  }

  .subcategory-main p {
    font-size: 14px;
  }
}


.subcategory-box h6 {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 0px;
    color: #555657;
    margin: 0px;
}



.contact-wrapper .contact-content .icon-items {
  background-color: var(--white);
  box-shadow: 0px 26px 81px 0px rgba(0, 0, 0, 0.09);
  padding: 30px 20px;
  text-align: center;
}
.contact-wrapper .contact-content .icon-items .icon {
  margin-bottom: 15px;
  padding: 0 15px;
}
.contact-wrapper .contact-items {
  margin-left: 30px;
  background-color: var(--white);
  box-shadow: var(---box-shadow);
  padding: 50px 40px;
}
@media (max-width: 1199px) {
  .contact-wrapper .contact-items {
    margin-left: 0;
  }
}
.contact-wrapper .contact-items .form-clt input, .contact-wrapper .contact-items .form-clt textarea {
  width: 100%;
  outline: none;
  border: none;
  background-color: #f3f3f3;
  padding: 16px 30px;
  color: var(--text);
  text-transform: capitalize;
}
.contact-wrapper .contact-items .form-clt textarea {
  padding-bottom: 150px;
}

.single-contact-card {
  background-color: #f8f8f8;
  padding: 40px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 585px) {
  .single-contact-card {
    padding: 30px;
  }
}
.single-contact-card:hover {
  background-color: #2272a2;
}
.single-contact-card:hover .icon {
  color: var(--theme) !important;
  background-color: #fff !important;
}
.single-contact-card:hover .bottom-part .icon {
  color: var(--theme) !important;
  background-color: #fff !important;
}
.single-contact-card:hover p,
.single-contact-card:hover span, .single-contact-card:hover h4 {
  color: #fff;
}

.single-contact-card:hover p a {
  color: #fff;
}
.single-contact-card .top-part {
  overflow: hidden;
}
.single-contact-card .top-part .icon {
  width: 70px;
  height: 70px;
  font-size: 20px;
  line-height: 70px;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  float: left;
  color: var(--theme);
  overflow: hidden;
  margin-right: 20px;
  transition: all 0.4s ease-in-out;
}
.single-contact-card .top-part .title {
  overflow: hidden;
}
.single-contact-card .bottom-part {
  margin-top: 25px;
  overflow: hidden;
}
.single-contact-card .bottom-part .icon {
  width: 50px;
  height: 50px;
  font-size: 14px;
  line-height: 50px;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  float: right;
  overflow: hidden;
  margin-left: 20px;
  transition: all 0.4s ease-in-out;
}
.single-contact-card .bottom-part .info {
  display: inline-block;
  overflow: hidden;
}
.single-contact-card .bottom-part .info p {

margin: 0px;

color: #222;
}

.single-contact-card:hover .bottom-part .info p {
    margin: 0px;
    color: #ffffff;
}

.single-contact-card .bottom-part .info p a {
    margin: 0px;
    text-decoration:none;
    color:#222;
}
.single-contact-card:hover .bottom-part .info p a {
    margin: 0px;
    text-decoration:none;
    color:#ffffff;
}

.contact-form-items {
  background-color: #f3f5ff;
  padding: 70px;
}
@media (max-width: 767px) {
  .contact-form-items {
    padding: 60px 40px;
  }
}
@media (max-width: 575px) {
  .contact-form-items {
    padding: 50px 30px;
  }
}
.contact-form-items .title {
  margin-bottom: 40px;
}
.contact-form-items .title h2 {
  font-size: 36px;
  margin-bottom: 5px;
}
.contact-form-items .form-clt input, .contact-form-items .form-clt textarea {
  padding: 18px 30px;
  border: none;
  outline: none;
  background-color: #fff;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  color: var(--text);
}
@media (max-width: 575px) {
  .contact-form-items .form-clt input, .contact-form-items .form-clt textarea {
    padding: 12px 20px;
  }
}
.contact-form-items .form-clt textarea {
  padding: 18px 30px 110px;
}
@media (max-width: 575px) {
  .contact-form-items .form-clt textarea {
    padding: 12px 20px 90px;
  }
}
.contact-form-items .form-clt::placeholder {
  color: var(--text);
}

.office-google-map-wrapper iframe {
  width: 100%;
  height: 600px;
}

.premium-grid-section {
  padding: 80px 20px;
  background: #f8f9fb;
}

.premium-grid {
  max-width: 1300px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.premium-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
  transition: all 0.35s ease;
  cursor: pointer;
}

.premium-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 60px rgba(0,0,0,0.15);
}

.img-wrap {
  position: relative;
  overflow: hidden;
}

.img-wrap img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.premium-card:hover img {
  transform: scale(1.1);
}

.tag {
  position: absolute;
  bottom: 15px;
  left: 15px;
  background: #0a1cff;
  color: #fff;
  font-size: 13px;
  padding: 6px 14px;
  border-radius: 20px;
  font-weight: 600;
}

.premium-card h3 {
  padding: 22px;
  font-size: 17px;
  line-height: 1.4;
  color: #0f172a;
  font-weight: 500;
  text-align: center;
}

/* Tablet */
@media (max-width: 1024px) {
  .premium-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width: 600px) {
  .premium-grid {
    grid-template-columns: 1fr;
  }
  
  .welcome-section .welcome-content {
    padding-left: 0px; padding-top: 30px;
}
  .service-style-one img.background-right {
    position: relative;
    top: 0;
    right: 0;
    margin-bottom: 30px;
}

.service-style-one .service-content {
    padding-right: 0px;
}


  
  
}

.card-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.subcategory-main-prodtc-main{}


.subcategory-main-prodtc-main h2{
    text-align: center;
    font-size: 40px;
    margin-bottom: 50px;
}

.OurProductssection{}

.OurProductssection p{
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 38px;
}


