  h1 {
    font-size: 2rem;
}
h1, h2, h3, h4, h5, h6 {
     font-family: 'Open Sans', sans-serif;
    color: #0b075e;
}
  
  p {
    margin: 0 0 1.5rem 0;
        font-family: 'Open Sans', sans-serif;
}







/* Navbar Header Css Start */

.site-header {
    position: relative;
    width: 100%;
    transition: all 0.4s ease;
    height: 95px;
    z-index: 10;
    border-bottom: 0px solid #e6e6e6;
}

.layer {
    display: flow-root;
    margin: 0 auto;
    width: 100%;
}

.site-logo {
    float: left;
    width: 220px;
}

a {
    color: #0175bd;
    outline: none;
    transition: all 0.4s ease;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}

.resp-menu, .hdr-clear {
    display: none;
}

.main-nav {
    float: right;
    display: flex;
    align-items: center;
}

.site-nav {
    display: flex;
    margin: 0;
    padding: 0;
}

.site-nav li {
    list-style: none;
    padding: 0 12px;
}

.site-nav .lnk-contact {
    display: block;
    margin-left: 0px;
    padding: 20px 10px 23px 15px;
    border-left: 2px solid #e6e6e6;
}

.site-nav .lnk-contact a {
    display: block;
    padding: 11px 60px 11px 10px;
    color: #ffffff;
    background: #25d266 url(img/ico-whatsapp.png) no-repeat right 5px center;
    background-size: 20px;
}

.site-nav li a {
    display: block;
    color: #6b6b6b;
    padding: 31px 0 0;
    font-size: 16px;
    font-weight: 700;
}

a:active, a:hover {
    color: #0395f0;
    outline: none;
}

i {
    font-style: italic;
}

/* Mobile View */
@media (max-width: 1024px) {
    .resp-menu, .hdr-clear {
        display: block;
    }
    .site-nav li a {
    display: block;
    color: #6b6b6b;
    padding: 1px 0 0;
    font-size: 16px;
    font-weight: 700;

}

    .resp-menu {
        position: relative;
        float: right;
        margin: 10px 10px 0 0;
        transition: all 0.4s ease;
    }

    .resp-menu a {
        display: block;
        width: 40px;
        height: 30px;
        cursor: pointer;
        border: 1px solid #ccf1f9;
        background: #ccf1f9 url(img/ico-menu-open.png) no-repeat center center;
        background-size: 20px 20px;
    }

    .resp-menu a.menu-close {
        background: #f5dae6 url(img/ico-menu-close.png) no-repeat center center;
        background-size: 20px 20px;
    }

    .main-nav {
        position: absolute;
        top: 95px;
        right: 0;
        width: 100%;
        background: #fff;
        display: none;
        flex-direction: column;
        align-items: flex-start;
        border-top: 1px solid #656e69;
    }

    .main-nav.active {
        display: flex;
    }

    .site-nav {
        flex-direction: column;
        width: 100%;
        border: none;
    }

    .site-nav li {
        width: 100%;
        padding: 13px;
        border-bottom: 1px solid #656e69;
        background: #ffffff;
    }

    .site-nav .lnk-contact {
        border-left: none;
        padding: 0px;
    }

    .site-nav .lnk-contact a {
        width: 100%;
    }
}
@media (max-width: 1024px) {
  .main-nav {
    display: none;
  }

  .main-nav.mobile-open {
    display: block;
    position: absolute;
    top: 9px;
    right: 51px;
    background: #fff;
    border: 1px solid #656e69;
    width: 200px;
    z-index: 1000;
  }
}

/* End Navbar Css */


  

/* Form Feedback */
  .sec-contact {
    background-color: #e1eff6;
    padding: 60px 0;
  }

  .txt-contact h2 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 15px;
    color: #0b075e;
  }

  .txt-contact p {
    font-size: 22px;
    color: #555;
    
  }

  .fld-contact label {
 
    margin-bottom: 5px;
    display: block;
      font-size: 16px;
    color: #555;
  }

  .fld-contact input,
  .fld-contact textarea {
    width: 100%;
    padding: 10px;
    
    border-radius: 4px;
  }

  abbr {
    color: red;
    text-decoration: none;
  }

  .lst-btn-contact {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 10px;
    margin-top: 20px;
  }

  .lst-btn-contact a {
    background-color: #48b86d;
    color: white;
    border-radius: 4px;
    text-decoration: none;
    padding: 6px 12px;
    font-size: 16px;
  }

  .lst-btn-contact a:hover {
    background-color: #0056b3;
  }

  .loc-contact {
    background: url('https://maps.googleapis.com/maps/api/staticmap?center=Arihant+Computers,Pune&zoom=15&size=600x300&key=YOUR_API_KEY') no-repeat center;
    background-size: cover;
    min-height: 300px;
    border-radius: 8px;
  }

/* About Us */

    .sec-about {
    background-color: #f7f0c1;
    padding: 1px 0;
  }

  .txt-about h2 {
    font-size: 45px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #0b075e;
  }

  .txt-about p {
    font-size: 22px;
    color: #333;
    line-height: 1.7;
    margin-bottom: 15px;
  }

  .img-about img {
    width: 100%;
        padding-left: 1px;
    margin-left: 88px;

   
  }

  @media (max-width: 768px) {
    .txt-about {
      margin-bottom: 30px;
    }
  }


  /*  Our Partners */

 .sec-partners {
        background: linear-gradient(160deg, #8fc3c5 0%, #71b4b6 100%);
    padding: 60px 0;
  }
h1, h2, h3, h4, h5, h6 {
    font-family: 'Libre Baskerville', serif;
    color: #0b075e;
}
  .sec-partners h2 {
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #0b075e;
  }

  .sec-partners p {
    font-size: 22px;
    color: #333;
    max-width: 700px;
    margin: 0 auto 40px auto;
    line-height: 1.6;
  }

  .cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
  }

  .cards .card {
    flex: 0 0 23%; /* roughly 4 per row with gaps */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 0px 15px 15px 15px;
    box-shadow: 0 2px 6px rgb(0 0 0 / 0.1);
    background-color: #ffffff;
    box-sizing: border-box;

  height: 200px; /* or any value you want */

  }

  
  .cards .card img {
    max-width: 100%;
    max-height: 130px;
    object-fit: contain;
  }

  /* Responsive adjustments */
  @media (max-width: 768px) {
    .cards .card {
      flex: 0 0 48%; /* 2 per row on tablets */
    }
  }

  @media (max-width: 480px) {
    .cards .card {
      flex: 0 0 100%; /* 1 per row on mobile */
    }
  }
.txt-partners {
    width: 660px;
}

@media (min-width: 1024px) {
    :root {
        font-size: 23px;
    }
}
 
  /* Caursol */
/* Container with left and right side */
.showcase-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  /* padding: 40px; */
}

/* Left-hand text content */
.txt-products {
  flex: 0 0 15%; /* Takes up ~25% width */
}

.txt-products h2 {
  color: #673ab7; /* Purple color */
  font-size: 2rem;
  margin-bottom: 10px;
}

.txt-products p {
  font-size: 1.5rem;
  color: #333;
}

/* Right-hand slider */
.slider {
  flex: 1; /* Remaining width */
  overflow: hidden;
  position: relative;
}

.slide-track {
  display: flex;
  animation: scroll 10s linear infinite;
  
}

.slide {
  flex: 0 0 auto;
  margin-right: 20px;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.slider-wrapper {
  position: relative;
}

.slider::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 410px; /* How far the fade should extend */
  background: linear-gradient(to right, rgba(431, 430, 430, 5.5), transparent);
  
  z-index: 1;
  pointer-events: none; /* Allows clicks to pass through */
}


/* Home */
.sec-home {
    display: grid;
    grid-template-columns: none;
    align-items: center;
    min-height: 550px;
    border-radius: 16px 16px 0 0;
    background: url(img/arihant-hero.png) no-repeat, linear-gradient(150deg, #ff2989 0%, #1b5cb2 100%);
}


.sec-home h1 {
    margin: auto 5vw auto auto;
    width: 652px;
    color: #ffffff;
}
@media (max-width: 1024px) {
    .sec-home h1 {
        margin: 0 auto;
        padding: 20px;
        width: 80%;
        text-align: center;
        color: #ffffff;
        border-radius: 12px;
        box-shadow: 0 0 9px 0 rgba(0, 0, 0, .3);
        background-color: rgba(40, 15, 90, 0.75);
        backdrop-filter: blur(10px) saturate(100%) contrast(45%) brightness(130%);
    }
}

*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}


/* Product Section CSS Start */

.sec-products {
    display: flow-root;
    padding: 30px 30px 0;
    background: linear-gradient(160deg, #ffffff 0%, #acadc5 100%);
}

.masonry {
    column-count: 3;
    column-gap: 1.5rem;
}
.item {
    display: inline-block;
    background: #fff;
    padding: 1rem;
    margin: 0 0 1.5rem;
    width: 100%;
    border-radius: 1rem;
}

.item img {
    margin: 0 auto;
}

fieldset, img {
    border: 0;
}
img, picture {
    max-width: 100%;
    display: block;
}

/* Product Section CSS End */




.sec-partners {
    margin: 10px 0 0;
    padding: 30px;
    background: linear-gradient(160deg, #8fc3c5 0%, #71b4b6 100%);
}
.txt-partners {
    width: 660px;
}
h1, h2 {
    margin: 0.6rem 0;
}

h2 {
    font-size: 1.7rem;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Libre Baskerville', serif;
    color: #0b075e;
}
p {
    margin: 0 0 1.5rem 0;
}
.cards {
    max-width: 100vw;
    display: grid
;
    grid-gap: 2rem;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    align-items: center;
}
.card {
    display: grid
;
    align-items: center;
    height: 240px;
    text-align: center;
    border-radius: 0 1rem 1rem 1rem;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, .3);
    transition: all 0.4s ease;
    background: #ffffff;
}


