/* 
    Theme Name : AS Blog Theme
    Theme URI : http://localhost/asblogs
    Author: Pankaj Pant
    Author URI : http://localhost/asblogs
    Version:2.0
    License:GNU General Public License V2 or later
    Text Domain My custom theme
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('root.css');
*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
}
body, .mega-menu>*{
  font-family: Montserrat, sans-serif;
}

header {
    background: #fff;
    width: 100%;
}

.site-header {
    background: white;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
    padding: 15px 24px;
    position: relative;
    z-index: 25;
}

.header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}
.menu-content span {
    font-weight: 400;
    font-family: Montserrat, sans-serif;
}
.site-logo{
  width: 15%;
}
.site-logo a{
  display: inline-block;
}
.site-logo img {
    height: auto;
    object-fit: contain;
    width: 100%;
}

.site-name {
    font-weight: bold;
    color: #000;
    font-size: 1.25rem;
    text-decoration: none;
}

.main-nav {
    display: flex;
}

.main-nav > ul {
    display: flex;
    gap: 28px;
    margin: 0;
    padding: 0;
    list-style: none;
}


.nav-toggle {
    display: flex;
    background: none;
    border: none;
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    color: #334155;
    cursor: pointer;
    align-items: center;
    gap: 8px;
    letter-spacing: 1.5px;
    text-decoration: none;
}
#navToggleBtn{
  display: none!important;
}
.nav-toggle:hover {
    color: #1b67b2;
}

.nav-item a svg {
    transition: transform 0.3s ease-in-out;
}

.nav-item:hover a svg {
    transform: rotate(180deg);
}

.mega-menu-wrapper{
    position: absolute;
    min-width: 320px;
    top: 70%;
    width: 100%;
    left: 0;
    display: none;
    padding-top: 2rem;
    z-index: 9999;
    max-width: 80%;
    margin: auto;
    left: 0;
    right: 0;
}
.mega-cta-img {
    width: 70%;
    margin-left: 1rem;
}
.mega-menu {
    border-radius: 15px;
    background-color: #fff;
    padding: 24px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.1);
    display: flex;
    border-bottom:5px solid #1b67b2;
}


.nav-item:hover .mega-menu-wrapper {
    display: block!important;
}

.mega-menu-list {
    list-style: none;
    padding: 0;
    margin: 0 0 16px 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.mega-menu-list li {
    display: flex;
    align-items: center;
    gap: 12px;
}

.mega-menu-list a {
    text-decoration: none;
    font-weight: 500;
    color: #334155;
    font-size: 14px;
    transition: color 0.3s ease;
}

.mega-menu-list a:hover {
    color: #1b67b2;
}

.mega-cta-img img {
    width: 100%;
    height: auto;
    margin-top: 12px;
}
.flex-direction-col{
    flex-direction: column;
}

.cta-button {
    background-color: #1b67b2;
    color: white;
    border-radius: 10px;
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    padding: 8px 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.cta-button:hover {
    background-color: #15528e;
}
.company-mega-menu {
  display: grid;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}
.numBx{
  background: #f0f9ff;
  padding: 1rem;
  border-radius: 15px;
}
.grid{
  display: grid;
}
.gap-10{
  gap:1rem;
}
.grid-cols-2{grid-template-columns: repeat(2, 1fr);}
.grid-cols-3{grid-template-columns: repeat(3, 1fr);}

.company-mega-menu li {
  display: flex;
}

.company-mega-menu a {
  display: flex;
  /* align-items: center; */
  gap: 12px;
  text-decoration: none;
  color: inherit;
  transition: color 0.3s ease;
}

.company-mega-menu a:hover span {
  color: #1b67b2;
  text-decoration: underline;
}

.company-mega-menu img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  flex-shrink: 0;
}

.company-mega-menu .menu-content {
  display: flex;
  flex-direction: column;
}

.company-mega-menu span {
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  color: #1e293b;
  font-weight: 400;
}

.company-mega-menu p {
  margin-top: 5px;
  font-size: 15px;
  line-height: 18px;
  color: #64748b;
}

.main-nav li a{
  font-family: Montserrat, sans-serif;
}

.services-columns {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.service-column {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.menu-heading {
  font-size: 20px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(94deg, #5f48d8 0%, #e54771 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.menu-heading hr {
  width: 40px;
  height: 2px;
  background: #000!important;
  opacity: 1;
  border: none;
}
.mega-menu.products li{
    padding:.5rem;
}
.mega-menu.products li:hover{
    padding:.5rem;
    border-bottom: 4px solid #1b67b2;
}
.mega-menu.products .menu-content span{
  font-weight:600;
  font-family: 'Montserrat', sans-serif;
}
.menu-list {
  list-style: none;
  padding: 0;
  margin: 10px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.menu-list li a {
  display: flex;
  align-items: center;
  gap: 15px;
  text-decoration: none;
  color: #334155;
  font-size: 16px;
  font-weight: 500;
  transition: color 0.3s ease, text-decoration 0.3s ease;
  white-space: nowrap;
}

.menu-list li a:hover {
  color: #1b67b2;
  text-decoration: underline;
}

.menu-list img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  flex-shrink: 0;
}

/* ==== Footer Base ==== */
.site-footer {
  background: #f3f4f6;
  color: #000;
  font-size: 14px;
}

.site-footer a {
  color: #000;
  text-decoration: none;
  transition: all 0.5s ease;
  font-size: 1rem;
}

.site-footer a[href^="tel:"] {
    font-size: 1rem;
    font-weight: 500;
}

.site-footer a:hover {
  color: #1b67b2;
  text-decoration: underline;
}

/* .footer-address {
  padding: 40px 0;
} */

.address-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.address-box {
  background: rgba(255, 255, 255, 0.03);
  padding: 15px;
  border-radius: 8px;
}

.address-title {
  display: flex;
  gap: 12px;
  margin-bottom: 0.75rem; /* mb-3 in Tailwind (3 Ã— 0.25rem) */
  font-size: 15px;
  line-height: 23px;
  font-weight: 400;
  color: black;
  text-transform: uppercase;
  margin: 0;
}
.address-title  span{
   font-size: 18px;
  line-height: 23px;
  font-weight: 500;
  color: black;
  text-transform: uppercase;
}

.address-title img {
  width: 25px;
  height: 25px;
  object-fit: contain;
}
.address-location{
  color: #1e293b; /* Tailwind's text-slate-800 */
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}

/* .footer-links {
  padding: 40px 0;
} */

.links-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 20px;
}

.footer-heading {
  font-size: 18px;
  line-height: 28px;
  color: #1e293b;
}

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

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

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 20px 0;
  font-size: 13px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.certifications img {
  height: 30px;
  margin-right: 10px;
}

.footer-legal {
  display: flex;
  align-items: center;
  gap: 10px;
  text-align: center;
}

.footer-legal img {
  height: 30px;
}

.social-links a {
  margin: 0 8px;
  font-size: 14px;
  transition: color 0.2s;
}

.social-links a:hover {
  color: #0d6efd;
}
.numBx .num{
  color:#1b67b2;
  font-weight: 700;
  font-size: 1.75rem;
}

.product-menu{
  grid-template-columns: 60% 35%;
  gap: 3rem;
}

.blogCard img {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.blogCard{
  border-radius: 12px;
  display: flex;
  background: #fff;
  overflow: hidden;
  height: calc(100%)!important;
  box-shadow: 0px 1.77px 3.53px 0px #00000033;
  transform: scale(1);
  transition: transform .8s ease;
}
.blogCard:hover{
  transform: scale(.95);
}
.feature-text {
    margin-bottom: 4rem;
    color: #1167B1;
}
.btn-primary{
  background:#1167B1!important;
  border:#1167B1!important;
}
.ThumbPostPara{
  font-size: 1rem;
}
.postTitle {
  font-size: 1.2rem;
  font-weight: 600;
  color: #1167B1;
}
.card-title a:hover {
  color: #1167B1;
}
.thumbPostBtn{
  border:.88px solid #A6A6A6!important;
}
.thumbPostBtn{
  color:#848484;
}
.thumbPostBtn,.blogPostDate{
  font-size: .95rem;
}
.blogPostDate{
  color:#848484;
}
.ThumbPostPara,.thumbPostBtn,.blogPostDate{
  margin-bottom: .5rem;
}
.pagination {
  justify-content: center;
}

.pagination .page-numbers {
  margin: 0 5px;
  padding: 8px 8px;
  border-radius: 6px;
  background: #ccc;
  text-decoration: none;
  color: #000;
}
.footerlocHeading {
  display: flex;
  gap: 12px;
  margin-bottom: 0.75rem; /* mb-3 in Tailwind (3 Ã— 0.25rem) */
  font-size: 15px;
  line-height: 23px;
  font-weight: 400;
  color: black;
  text-transform: uppercase;
}
.pagination .current {
  background: #1b67b2;
  color: #fff;
}
.pagination .next {
  background: #1b67b2;
  color: #fff;
}
.pagination .prev {
  background: #1b67b2;
  color: #fff;
}

.feature-card-title{
  font-size: 1.2rem;
}

.footer-width{
    max-width: 90%;
    margin: auto;
}
span.copyright-year {
    font-size: 1rem;
    margin-right: .10rem;
}
.social-links i {
  color: rgba(30, 41, 59, var(--tw-text-opacity));
}

.social-links i {
    color: rgba(30, 41, 59, var(--tw-text-opacity));
    font-size: 1.2rem;
}
.bg-wrapper {
  background: #eef1f9;
  padding-top:5rem;
  padding-bottom: 15rem;
  text-align: center;
}
.banner h1{
  font-size: 3rem;
  font-weight: 600;
}
.banner p{
  font-size: 1.2rem;
  font-weight: 500;
}
.bannerWrapper{
  position: relative;
}
.bannerInnerWrapper{
  margin-top: -12%;
}

.t-30px{
  top:1%;
}