/*
 Theme Name:   Twenty Twenty Child
 Theme URI:    https://diviextended.com/
 Description:  A child theme of Twenty Twenty WordPress theme.
 Author:       Elicus Technologies
 Author URI:   https://elicus.com
 Template:     twentytwenty
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/
/* @import url("../twentytwenty/style.css"); */
 :root {
   --primary-color: #063f8a;
   --accent-color: #6fe73a;
   --white:#ffffff;
   --black:#000000;
   --base-font: "Poppins", sans-serif;
   --title-font:"Montserrat", sans-serif;



 }

 body{
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  font-family: var(--base-font);
  -webkit-font-smoothing: antialiased;
 }
 .titleFont{
  font-family: var(--title-font);
 }
 /* Top bar */
 .top-bar {
   background-color: var(--primary-color);
   color: var(--white);
   height: 40px;
   display: flex;
   align-items: center;
   font-size: 14px;
 }

 .top-bar i {
   margin-right: 5px;
   color: var(--accent-color);
 }

 .header-main {
   background-color: var(--white);
   /*padding: 10px 0;*/
   z-index: 1000;
 }

 .header-main.sticky {
   position: sticky;
   top: 0;
   box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
 }

 .logo {
   height: 50px;
   transition: all 0.3s ease;
 }

 main {
   display: flex;
   flex-direction: column;
   gap: 120px;
   padding-top: 100px;
 }

 .f56 {
   font-size: 60px;
 }

 .f36 {
   font-size: 44px;
 }

 .f18 {
   font-size: 18px;
 }

 .f16 {
   font-size: 16px;
 }
 .f24{
  font-size:22px ;
 }
 .f14 {
   font-size: 14px;
 }

 .f12 {
   font-size: 12px;
 }
 /*.radius3{
  border-radius: 3px;
 }
 .radius5{
  border-radius: 5px;
 }*/
.sectionBgBluelight{
  background-color: rgb(228 235 245 / 100%);
}
.sectionBgGreenlight{
  background-color: rgb(242 253 237 / 100%);
}
.p10{
  padding: 10px;
}
.py100{
  padding: 100px 0;
}
 .commonPill {
   font-size: 16px;
   color: var(--accent-color);
   font-weight: 700;
 }
.red-word , .fgreen {
  color: var(--accent-color);
}
.blue-text , .fblue {
  color: var(--primary-color);
}
 .bg-primary-section .commonPill,
 .bannerSection .commonPill {
   border: 1px solid rgba(255, 255, 255, 0.2);
   color: rgba(255, 255, 255, 0.8);
 }

 .gap15 {
   gap: 15px;
 }

 .gap20 {
   gap: 20px;
 }

 .gap30 {
   gap: 30px;
 }

 .gap50 {
   gap: 50px;
 }

 .gap70 {
   gap: 70px;
 }

 .threeCards {
   display: grid;
   grid-template-columns: repeat(3, 1fr);
 }
 
 .w33per{
  width: calc(33.33% - 30px);
 }
 .imgh100plus10{
  height: calc(100% + 12px);
 }
 .radius0{
  border-radius: 0 !important;
 }
 .twoCards {
   display: grid;
   grid-template-columns: repeat(2, 1fr);
 }
.h80w80{
  height: 80px;
  width: 80px;
}
.h150w150{
  height: 150px;
  width: 150px;
}
.custom-logo-link {
  width: 220px;
  display: flex;
}
.custom-logo-link img , .h150w150  img{
  height: 100%;
  width: 100%;
}
 .btn.btn-primary {
   background-color: var(--primary-color);
   color: var(--white);
   padding: 15px 35px;
   font-size: 18px;
   font-weight: 600;
   border-radius: 5px;
   border: 1px solid transparent;
   letter-spacing: 1px;
   position: relative;

   &:hover {
     background-color: var(--white);
     color: var(--primary-color);
     border-color: var(--primary-color)
   }
}
}
  


      .btn.btn-primary.btnWhite {
     
      background-color: var(--white);
        color: var(--primary-color);
      padding: 15px 35px;
      font-size: 18px;
      font-weight: 600;
      border-radius: 5px;
      border: 1px solid transparent;
      letter-spacing: 1px;
  
      &:hover {
        color: var(--primary-color);
        background-color: rgb(228 235 245 / 100%);
        border-color: rgb(228 235 245 / 100%);
      }
    }

 .btn-primary:hover .long-arrow-right {
   border-color: var(--primary-color);
 }

 .btn-primary:hover .long-arrow-right::after {
   background-color: var(--primary-color);
 }
 .btn.btnSm{
  font-size: 14px;
  padding: 10px 15px;
 }
 .bg-accent-color , .productCard.bg-accent-color{
   background-color: var(--accent-color);
 }

 .bg-primary-color {
   background-color: var(--primary-color);
 }

 .pb70 {
   padding-bottom: 70px;
 }

 .pt70 {
   padding-top: 70px;
 }

 .black80 , .offerList.active .white80 {
   color: rgb(0 0 0 / 80%);
 }
 .fblack {
  color: #000;
 }
 .fblue{
  color: var(--primary-color);
 }
 .white80 {
   color: rgba(255, 255, 255, 0.8);
 }

 .long-arrow-right {
   display: block;
   width: 10px;
   height: 10px;
   border-top: 2px solid var(--white);
   border-left: 2px solid var(--white);
   transform: rotate(135deg);
   transition: all 0.3s;
   z-index: 1;
   margin-top: 4px;
 }

 .long-arrow-right::after {
   content: "";
   display: block;
   width: 1.5px;
   height: 15px;
   background-color: var(--white);
   transform: rotate(-45deg) translate(4.8px, 2px);
   transition: all 0.3s;
 }

 .headerMain {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   z-index: 4;
   height: 100px;
 }
.headerMain.fixed {
  position: fixed;
  top: 0;
  transition: all 0.3s ease;
}

.headerMain.scrollHeader {
  background: #fff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

body.fixedHeader {
  padding-top: 100px; /* adjust to header height */
}

body.scrollHeaderBody {
  padding-top: 0;
}

 .bannerSection {
   /* height: calc(100dvh - 136px); */
   height: 100vh;
   
   position: relative;
   z-index: 2;
   
   background-repeat: no-repeat;
   background-position: top;
   /*background-size: fill;*/
   /*padding-top: 120px;*/
   /*padding-bottom: 120px;*/
   /*height: 590px;*/
 }
.bg-primary-section{
  background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}
 .bannerSection::after {
  display: none;
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: #000000;
   opacity: 0.7;
   z-index: -1;
   backdrop-filter: blur(10px);
 }
 .bgVideo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /*height: 100%;*/
  height: 100vh;
  object-fit: cover;
  z-index: -1;
}
.line-clamp-3{
  overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.line-clamp-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.accordion-button:not(.collapsed) {
  color: #000;
  background-color: transparent;
  box-shadow: none;
  outline: none;
}
.accordion-item{
  border-right: 0;
  border-left: 0;
  border-top: 0;
}
.button:focus:not(:focus-visible),
.accordion-button:focus{
  box-shadow: none;
  outline: none;
}
 @media (max-width: 768px) {
   .logo {
     height: 35px;
   }

   .navbar {
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     height: 100vh;
     background-color: rgba(6, 63, 138, 0.9);
     padding-top: 100px;
     display: none;
     flex-direction: column;
     align-items: center;
     justify-content: center;
     z-index: 9999;
   }

   .navbar.show {
     display: flex;
   }

   .navbar-nav .nav-link {
     color: var(--white) !important;
     font-size: 1.5rem;
     margin: 15px 0;
   }
     .twoCards,
         .threeCards{
          grid-template-columns: repeat(1, 1fr);
     }
         main {
           padding-top: 116px;
         }
 }

 .navbar-toggler {
   border: none;
   z-index: 99999;
 }

 .navbar-toggler:focus {
   box-shadow: none;
 }

 .nav-link {
   color: var(--primary-color);
   font-weight: 500;
 }

 .nav-link:hover {
   color: var(--accent-color);
 }

 a {
   text-decoration: none;
 }

 .top-bar a,
 .contactLinks a {
   color: var(--white);

   :hover {
     color: var(--accent-color)
   }
 }

 .gap5 {
   gap: 10px;
 }

 .navbar-toggler svg {
   vertical-align: middle;
 }
 .navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
  color: var(--accent-color);
 }
 .nav-link::before , .nav-link.active::before{
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  transition: 0.5s transform ease;
  transform: scale3d(0,1,1);
  transform-origin: 0 50%;
}
.nav-link:hover::before , .nav-link.active::before{
  transform: scale3d(1,1,1);
}
.nav-link::before , .nav-link.active::before{
  transform-origin: 50% 50%;
  background: var(--accent-color);
}
 .bannerBgImg{
  background:linear-gradient(rgba(6, 3, 21, .5), rgba(6, 3, 21, .5)), center center no-repeat;
  background-size:100%;
  background-repeat: no-repeat;
}
.productCard{
  background-color: var(--white);
  /*padding: 20px;*/
  box-shadow: 0 0 45px rgba(0, 0, 0, .07);
  border-radius: 5px;
  position: relative;
  border:1px solid transparent;
}
.productCard .productImg img{
  border-radius: 3px;
}
.productCard.blogCard{
  padding: 0;
}
.blogCard .blogImg{
  padding: 8px;
  padding-bottom: 0;
  border-radius: 5px;
}
.blogCard .blogImg img{
  border-radius: 3px;
}
.blogCard .blogMid {
  padding: 15px 20px;
}

.blogCard .blogBottom{
  padding: 10px 20px;
  border-top: 1px solid rgba(0, 0, 0, .07);
}
.f20{
  font-size: 20px;
}
.h30w30{
  height: 30px;
  width: 30px;
}
.h40w40{
  height: 40px;
  width: 40px;
}
.gap10{
  gap: 10px;
}
.form-control{
  padding: 15px 20px;
}
.fourCards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.h80w80{
  height: 80px;
  width: 80px;
}
.h50w50 {
  height: 60px;
  width: 60px;
}
.mb0 p{
  margin-bottom: 0;
}
.filter-1{
  filter: invert(1);
}
.f30{
  font-size: 30px;
}
.w0perflex1 {
  width: 0;
  flex-grow: 1;
}
.author-img {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      object-fit: cover;
    }

    .subscription-box {
      border: 1px solid #ddd;
      padding: 20px;
      border-radius: 8px;
      margin-bottom: 20px;
    }

    .social-icons a {
      margin-right: 10px;
      font-size: 1.2rem;
    }

    .productdetail .section {
      margin-top: 40px;
    }

    .productdetail .section h2 {
      font-size: 1.6em;
      color: #333;
      margin-bottom: 10px;
      border-bottom: 2px solid #ddd;
      padding-bottom: 5px;
    }

    .productdetail .section p {
      line-height: 1.7;
      margin: 15px 0;
    }

    .application {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      margin-bottom: 30px;
    }

    .application img {
      width: 300px;
      height: 200px;
      object-fit: cover;
      border-radius: 8px;
    }

    table {
      width: 100%;
      border-collapse: collapse;
      margin-top: 20px;
    }

    td {
      padding: 10px;
      border-bottom: 1px solid #ccc;
    }

    td:first-child {
      font-weight: bold;
      width: 30%;
    }
    .bblr0 , .productCard .productImg img.bblr0{
      border-bottom-left-radius:0px;
    }
    .brrr0 , .productCard .productImg img.brrr0{
      border-bottom-right-radius:0px;
    }
    .cardButton {
      position: absolute;
  background: var(--primary-color);
  padding: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  bottom: 0;
  right: 0;
  transition: 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;

}


.productCard:hover .cardButton {
  background: var(--black);
}
.productCard .cardButton svg{
  transition: 0.2s;
} 
.productCard:hover .cardButton svg {
  transform: translateX(3px);
  color: var(--black);
}
.exploreBtn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px; /* approx 0.5rem */
  padding: 10px 16px; /* 0.5rem 1rem */
  font-size: 16px; /* 1.125rem */
  font-weight: 600;
  color: var(--white);
  background-color: var(--primary-color);
  border: 1px solid var(--white);
  border-radius: 30px;
  overflow: hidden;
  cursor: pointer;
  isolation: isolate;
  z-index: 1;
  transition: color 0.3s ease;
}
.exploreBtn *{
box-sizing: initial;
}
.exploreBtn::before {
  
  content: '';
  position: absolute;
  left: -100%;
  width: 100%;
  height: auto; /* aspect-ratio fallback */
  padding-top: 100%; /* keeps it square */
  background-color: var(--accent-color);
  border-radius: 30px;
  z-index: -1;
  transition: all 0.7s ease;
  transform: scale(1);
}

.exploreBtn:hover {
  color: var(--black);
}

.exploreBtn:hover::before {
  left: 0;
  transform: scale(1.5);
}

.explore-icon {
  width: 16px;
  height: 16px;
  padding: 4px;
  border: 1px solid var(--white);
  background-color: var(--white);
  border-radius: 30px;
  transform: rotate(45deg);
  transition: all 0.3s ease;

  fill: var(--black);
}

.exploreBtn:hover .explore-icon {
  transform: rotate(90deg);
  background-color: var(--white);
  border: 1px solid var(--black);
  fill: var(--black);
}
.offerList{
  border:1px solid transparent;
  padding: 10px 15px;
  border-radius: 3px;
}
.offerList.active{
  background-color: var(--white);
  /*border-color: var(--primary-color);*/
}
.customfwsemibold strong{
  font-weight: 600;
}
.customListmb20 ul li{
  margin-bottom: 20px;
}
.customStyle h1{
  font-size: 28px;
}
.customStyle h2{
  font-size: 25px;
}
.customStyle h3{
  font-size: 22px;
}
.customStyle h4{
  font-size: 20px;
}
.customStyle h5{
  font-size: 18px;
}
.customStyle h6{
  font-size: 16px;
}
.customStyle strong , .customStyle bold{
  font-weight: 600;
}
.customStyle ul li:marker{
      font-size: 10px;
      color: var(--primary-color);
}
.customStyle ul li:not(last-child){
  margin-bottom: 15px;
}
.productCard.homePage .productImg , .productCard.homePage .productDesc{
  height: 50%;
}
.productCard.homePage:nth-child(even)  .productImg{
  order: 2;
}
.productCard.homePage:nth-child(even)  .productDesc{
  order: 1;
}
.linkBtn{
  padding: 10px 0px;
  font-size: 16px;
  font-weight: 600;
  color: var(--primary-color);
}
.productCard.homePage:hover .linkBtn{
  color: var(--accent-color);
}
.footer-nav .nav-link , .white , .fwhite{
  color: var(--white);
}

.swiper {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
    
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }