:root {
  /* Adjusted palette to be closer to Alfa Press look */
  --primary: #C12A2F;
  --accent: #f79e1b;
  --dark: #18212f;
  --muted: #6c757d;
  --light: #f7f8fb;
  --gradient: linear-gradient(90deg, #9e0a0f 22%, #323232 100%);
  --para-font-color: #565353;
}

* {
  font-family: "Arial", Sans-serif;
}

#home-banner {
  height: 100vh;
  min-height: 100vh;
}

.paragraph {
  margin: 20px;
  font-size: 20px;
  font-family: 'Hind', Sans-serif;
  color: var(--para-font-color);
}
.paragraph,
.banner-section{
  overflow: visible;
}

.service-row{
  display:flex;
  align-items:center;
  gap:30px;
  padding:40px 0;
  border-bottom:2px solid #e6e6e6;
}

/* reverse layout for alternation */
.service-row.reverse{
  flex-direction:row-reverse;
}

/* image column */
.service-image{
  width:60%;
}

.service-image img{
  width:100%;
  border-radius:10px;
}

/* text column */
.service-text{
  width:60%;
}
    .powered-section{
  padding:60px 0;
  text-align:center;
  border-top:2px solid #eee;
  border-bottom:2px solid #eee;
}

.section-title{
  font-size:2rem;
  font-weight:800;
  margin-bottom:30px;
}

#facility-logos{
  display:flex;
  justify-content:center;
  align-items:center;
  flex-wrap:wrap;
  gap:40px;
}

.logo-box{
  width:180px;
  height:120px;
  display:flex;
  justify-content:center;
  align-items:center;
  padding:15px;
  border:1px solid #ddd;
  border-radius:12px;
  background:#fff;
  transition:transform .3s ease, box-shadow .3s ease;
}

.logo-box img{
  max-width:100%;
  max-height:100%;
  object-fit:contain;
}

.logo-box:hover{
  transform:translateY(-5px);
  box-shadow:0 10px 25px rgba(0,0,0,.08);
}


@media(max-width:480px){
  .logo-box{
    width:80%;
  }
}
/* title style */
.service-text h3{
  margin-bottom:10px;
  font-weight:700;
}



/* Button style */
.button-link {

  font-size: 18px;
  padding: 12px 15px;
  font-family: "Hind", Sans-serif;
  font-weight: 600;
  text-decoration: none;
  color: #15212C;
  background-color: #FEE827;
  border-radius: 35px;
  display: inline-block;
  margin-top: 30px;
  transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}

/* Hover works normally */

.button-link:hover {
  background-color: #54B9FD;

  color: #fff;

  transform: translateY(-10px);

}

/* fadeInLeft animation */

@keyframes fadeInLeft {

  from {

    opacity: 0;

    transform: translateX(-60px);

  }

  to {

    opacity: 1;

    transform: translateX(0);

  }

}

body {

  padding-top: 72px;

  color: var(--dark);

  background-color: #ffffff;

}



.hero {

  min-height: 80vh;

  background:

    radial-gradient(circle at 10% 20%, rgba(0, 91, 170, 0.12), transparent 30%),

    radial-gradient(circle at 90% 10%, rgba(247, 158, 27, 0.1), transparent 28%),

    linear-gradient(180deg, #ffffff 0%, #f2f4f8 100%);

}



.hero-card {

  border-radius: 18px;

  overflow: hidden;

  background: #fff;

}



.card img,

.hero-card img {

  object-fit: cover;

  height: 180px;

}



.product-card {

  border: 1px solid #e3e6f0;

  border-radius: 16px;

  background: #fff;

}



.stat-tile {

  background: #f5f7fb;

  border: 1px solid #e3e6f0;

}



.logo-tile {

  width: 120px;

  height: 80px;

  border-radius: 12px;

  display: grid;

  place-items: center;

  background: #fff;

  color: var(--muted);

}



footer {

  font-size: 0.95rem;

}



.navbar {

  border-bottom: 1px solid #edf1f7;

  flex-direction: column;

}



.navbar .nav-link {

  font-size: 14px;

  font-weight: bold;

  text-transform: uppercase;

  line-height: 40px;

  letter-spacing: 0px;

  color: #273272;

  padding: 0px 15px 0px 15px;

}



.navbar .nav-link:hover,

.navbar .nav-link:focus {

  color: var(--primary);

}



.navbar .nav-link.active {

  color: var(--primary);

}



.btn-primary {

  background: var(--gradient);

  border: none;

}



.btn-primary:hover {

  filter: brightness(0.96);

}



.btn-outline-primary {

  border-color: var(--primary);

  color: var(--primary);

}



.btn-outline-primary:hover {

  background: var(--primary);

  color: #fff;

}



/* Top info bar (email, phone, socials) */

.topbar {

  font-size: 0.85rem;

  background-color: transparent;

  background-image: var(--gradient);

  color: #ffffff;

}



.topbar a {

  color: #ffffff;

  text-decoration: none;

}

.topbar span {

  font-size: 0.9rem;

  font-weight: normal;

  font-style: normal;

  line-height: 1.5em;

  color: #FFFFFFB3;

  padding-left: 10px;

  display: flex;

}
.topbar a:hover {
  text-decoration: underline;
}
.topbar .topbar-icon {
  color: var(--primary);
  font-size: 20px;
}
.topbar .social a {
  color: var(--primary);
}

.topbar .social i {
  width: 1.25em;
  font-size: 16px;
}
.topbar i:hover {
  color: #ffffff;
}
/* Layout */

.service-section {

  padding: 100px 20px;

  background: #fff;
}
.container {

  max-width: 1200px;

  margin: auto;

  display: flex;

  gap: 60px;

  align-items: center;



}



.col {

  flex: 1;

}



.image img {

  width: 85%;

  height: auto;

  display: block;

}



/* Typography */

h3 {

  font-size: 32px;

  margin-bottom: 20px;

  color: #15212C;

}



p {

  font-size: 16px;

  line-height: 1.7;

  color: #555;

}
#our_members{width: 1200px;}
#our_members .col-lg-4{
  display: -webkit-inline-box !important;
}

/* Button */
.counter-box i {
  opacity: 1;
  transform: none;
}

.counter-box p,
.counter-box .counter {
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.btn {

  display: inline-block;

  margin-top: 30px;

  padding: 14px 32px;

  background: #FEE827;

  color: #15212C;

  font-weight: 600;

  text-decoration: none;

  border-radius: 30px;

  transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease;

}



.btn:hover {

  background: #54B9FD;

  color: #fff;

  transform: translateY(-6px);

}



.Graphic_Design .btn {

  background-color: #54B9FD !important;

  color: #fff;

}

.Graphic_Design .btn:hover {

  background: #FEE827 !important;

  color: #000;

}



/* FadeInUp animation */
.fade-up {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.fade-up.active {
  opacity: 1;
  transform: translateY(0);
}

/* Initial hidden state */
.fade-in-left {
  opacity: 0;
  transform: translateX(-60px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

/* Activated when in viewport */
.fade-in-left.active {
  opacity: 1;
  transform: translateX(0);
}


.paragraph-wrapper {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 15px;

}
#offices_container {
  margin-top: 30px;
}

.color-stack2 {

  display: flex;

  flex-direction: row;
  /* TOP of each other */

}



/* Common box style */

.box2 {

  width: 14.18%;

  height: 8px;

}

.product-card .box2 {

  width: 34.18%;

}

.far {

  font-weight: lighter;

  font-size: 50px;

}
/* Stack container */

.color-stack {

  display: flex;

  flex-direction: column;
  /* TOP of each other */

}
/* Common box style */

.box {

  width: 9px;

  height: 32px;

}



/* Colors */

.pink {

  background-color: #FF4181;

}



.yellow {

  background-color: #FEE827;

}



.blue {

  background-color: #4EB8FF;

}

.dark-blue {

  background-color: #01274E;

}

.heading-title {

  color: #15212C;

  font-family: "Rubik", Sans-serif;

  font-size: 2.25em;

  font-weight: 700;

  text-transform: none;

  font-style: normal;

  text-decoration: none;

  line-height: 1.25em;

  letter-spacing: 0px;

}

/* Counter section */

.counter-container {

  display: flex;

  gap: 20px;

  justify-content: space-between;

  flex-wrap: wrap;

  margin-top: 80px;

}



.counter-box {

  flex: 1 1 200px;

  padding: 30px;

  border-radius: 12px;

  text-align: center;

  color: #fff;

  font-family: "Arial", sans-serif;

  width: 80%;

}





.counter-box .icon {

  display: inline-block;

  line-height: 1;

  transition: all 0.3s;

  color: #ffff;

  font-size: 50px;

  text-align: center;

}

.counter-box .icon .i {

  width: 1em;

  height: 1em;

  position: relative;

  display: block;

}



.counter-box .counter {

  font-size: 35px;

  font-weight: 600;
  /* bold */

  margin-top: 8px;

}



.counter-box p {

  font-size: 20px;

  color: #fff;

  line-height: normal;

}



/* ------------------------------

   Partners Section

------------------------------ */

.partners-section {

  background: #fff;

  padding: 80px 0;

}



.section-title {

  text-align: center;

  font-size: 36px;

  font-weight: 700;

  margin-bottom: 40px;

}



/* Slider */

.partners-slider img {

  max-width: 160px;

  margin: auto;

  display: block;

  opacity: 0.85;

  transition: transform 0.3s ease, opacity 0.3s ease;

}



.partners-slider img:hover {

  transform: scale(1.05);

  opacity: 1;

}



/* Swiper controls */

.partners-swiper .swiper-button-next,

.partners-swiper .swiper-button-prev {

  color: #000;

}



.partners-swiper .swiper-pagination-bullet {

  background: #000;

  opacity: 0.3;

}



.partners-swiper .swiper-pagination-bullet-active {

  opacity: 1;

}
.banner {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.banner.loaded {
  opacity: 1;
}

/* Delays */

.delay-1 {
  transition-delay: 0.1s;
}

.delay-2 {
  transition-delay: 0.2s;
}

.delay-3 {
  transition-delay: 0.3s;
}



/* Responsive */

@media (max-width: 900px) {

  .container {

    flex-direction: column;

    text-align: center;

  }

}

/* ---------------------------

   Partner Carousel UX

--------------------------- */



.partner-carousel {

  overflow: visible;

}



/* Logo row */

.logo-row {

  display: flex;

  justify-content: center;

  gap: 24px;

}



/* Logo tile */

.logo-tile {

  width: 300px;

  height: 160px;

  background: #fff;

  border-radius: 14px;

  display: flex;

  align-items: center;

  justify-content: center;

  font-weight: 600;

  box-shadow: 0 8px 25px rgba(0, 0, 0, .08);

  filter: grayscale(100%);

  opacity: .65;

  transition: all .35s ease;

}



.logo-tile:hover {

  filter: grayscale(0%);

  opacity: 1;

  transform: translateY(-6px);

}



.logo-tile img {
  width: 50%;
  opacity: 1;
  transition: transform 0.3s ease;
}

.logo-tile img:hover {
  transform: scale(1.05);
}

/* Arrows */

.partner-carousel .carousel-control-prev,

.partner-carousel .carousel-control-next {

  width: 44px;

  height: 44px;

  top: 50%;

  transform: translateY(-50%);

  background: var(--primary);

  border-radius: 50%;

  box-shadow: 0 8px 20px rgba(0, 0, 0, .15);

  opacity: .85;

  transition: all .25s ease;

}



.partner-carousel .carousel-control-prev:hover,

.partner-carousel .carousel-control-next:hover {

  opacity: 1;

  transform: translateY(-50%) scale(1.08);

}



.partner-carousel .carousel-control-prev {

  left: -22px;

}



.partner-carousel .carousel-control-next {

  right: -22px;

}



/* Dots */

.partner-carousel .carousel-indicators {

  bottom: -36px;

}



.partner-carousel .carousel-indicators [data-bs-target] {

  width: 10px;

  height: 10px;

  border-radius: 50%;

  background-color: #d0d0d0;

}



.partner-carousel .carousel-indicators .active {

  background-color: var(--primary);

}



/* Responsive behavior */

@media (max-width: 992px) {

  .logo-row {

    gap: 16px;

  }

  .logo-tile:nth-child(3) {

    display: none;

  }

  .about-image {

    min-height: 280px;

  }

  #products-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }



  .product-card img {

    height: 240px;

  }





}

@media (max-width: 767px) {

  #products-grid {

    grid-template-columns: 1fr !important;

  }



  .product-card img {

    height: 220px;

  }



  .products-section {

    padding: 40px 0;

  }



}

@media (max-width: 576px) {

  .logo-row {

    flex-direction: column;

    align-items: center;

  }

  .box {
    height: 55px;
  }

  .navbar-x {

    flex-direction: row;

  }

  .divider {

    width: 78% !important;

  }



}

/* -------------------------

   Footer

------------------------- */

.footer-contact-item {

  display: grid;

  grid-template-columns: 20px 1fr;

  gap: 5px;

}



.site-footer {

  background: var(--gradient);

  color: #cbd5f5;

}



.footer-logo {

  max-width: 180px;

}



.footer-title {

  color: #fff;

  font-weight: 600;

  margin-bottom: 1rem;

}



.footer-links,

.footer-contact,

.footer-social {

  list-style: none;

  padding: 0;

  margin: 0;

}



.footer-links li,

.footer-contact li,

.footer-social li {

  margin-bottom: .6rem;

  font-size: .95rem;

}



.footer-links a,

.footer-social a {

  color: #cbd5f5;

  text-decoration: none;

  transition: color .25s ease;

}



.footer-links a:hover,

.footer-social a:hover {

  color: var(--primary);

}



.footer-contact i,

.footer-social i {

  margin-right: 8px;

  color: var(--primary);

}

.footer-border {

  border-style: solid;

  border-width: 0px 1px 0px 0px;

  border-color: #232E39;

  padding-inline: 50px;

}

.footer-bottom {

  background: rgba(255, 255, 255, .05);

  font-size: .85rem;

  color: #94a3b8;

}

.banner-section {

  width: 100%;
  text-align: start !important;
  min-height: 500px;

  color: white;

  text-align: center;

  background: var(--gradient);

}

.banner-section .container {

  max-width: 970px;

  padding-top: 150px;

  padding-bottom: 50px;

}

.section-paragraph {

  color: #FFFFFF;

  font-family: "Hind", Sans-serif;

  font-size: 2.4em;

  opacity: 0.9;

  font-weight: 200;

  text-transform: none;

  font-style: normal;

  text-decoration: none;

  line-height: 1em;

  letter-spacing: 1.8px;

  word-spacing: 3px;

  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);

}

.banner-title {
  color: #FFFFFF;
  font-family: "Rubik", Sans-serif;
  font-size: 3.5em;
  font-weight: 700;
  text-transform: none;
  font-style: normal;
  text-decoration: none;
  line-height: 1em;
  letter-spacing: 0px;
}

/* Initial hidden state */

.slide-left,

.slide-right {

  opacity: 0;

  transform: translateX(60px);

  transition: all 0.8s ease-out;

}



.slide-left {

  transform: translateX(-60px);

}



/* When visible */

.slide-left.active,

.slide-right.active {

  opacity: 1;

  transform: translateX(0);

}



.about-image {

  background-image: url("../../assets/images/alfapress-head.png");

  background-size: cover;

  background-position: center;

  background-repeat: no-repeat;

  border-radius: 12px;



  width: 100%;

  min-height: 100%;
  /* key */

}



/* force same height as text column */

.row.align-items-stretch>[class*="col"] {

  display: flex;

}



.row.align-items-stretch .about-image {

  flex: 1;

}

.board-section {

  background: #f9f9f9;

}



.section-title {

  font-weight: 700;

}



.board-card {

  #background: #fff;

  padding: 40px;

  text-align: center;

  height: 100%;

  border-radius: 10px;

  #box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);

  transition: transform .3s ease, box-shadow .3s ease;

}



.board-card:hover {

  transform: translateY(-6px);

  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.1);

}



.board-card .name {

  color: #353535;

  font-family: "Hind", Sans-serif;

  font-size: 1.2em;

  font-weight: 400;

  text-transform: none;

  font-style: normal;

  text-decoration: none;

  line-height: 1em;

  letter-spacing: 0px;

  margin-bottom: 12px;

}



.board-card .role {

  font-family: "Hind", Sans-serif;

  font-size: 1.4em;

  font-weight: 600;

  text-transform: none;

  font-style: normal;

  text-decoration: none;

  line-height: 1em;

  letter-spacing: 0px;

  margin-bottom: 12px;

}



.board-card .contact {

  color: #9A9D9F;

  font-family: "Hind", Sans-serif;

  font-size: 1.063em;

  font-weight: 400;

  text-transform: none;

  font-style: normal;

  text-decoration: none;

  line-height: 1em;

  letter-spacing: 0px;

  display: flex;

}



.board-card a {

  color: inherit;

  text-decoration: none;

  margin-inline-start: 8px;

}



.board-card a:hover {

  color: #0d6efd;

}
.products-section {
  padding: 60px 0;
}
#products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;

}
.product-card {
  text-align: center;
}
.product-card img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 12px;
  padding: 30px;
}
.product-title {
  font-size: 18px;
  margin-top: 15px;
  font-weight: 600;
  color: #000;
}
.product-card img {
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.product-card:hover img {
  transform: translateY(-10px);
}
.portfolio-section {

  padding: 80px 0;

}



.section-title {

  text-align: center;

  font-size: 32px;

  margin-bottom: 40px;

}



.portfolio-swiper img {

  width: 100%;

  height: 320px;

  object-fit: cover;

  border-radius: 14px;

  transition: transform 0.4s ease;

}



.portfolio-swiper a:hover img {

  transform: scale(1.05);

}

.product-header {

  color: #000000;

  font-family: 'Oswald', Sans-serif !important;

  font-size: 53px;

  font-weight: 700;

  text-transform: uppercase;

  line-height: 1em;



}

.divider {

  border: none;

  width: 25%;

  background-color: #000 !important;

  margin: 40px 0;

  height: 2px;

}

.portfolio-section .container {

  display: inline !important;

}

/* Container */

.contact-section {

  #display: flex;

  flex-wrap: wrap;

  gap: 30px;

  padding: 40px 20px;

  background: #f9f9f9;

}

.contact-section .box {

  height: 90px !important;

}

/* Columns */

.contact-form-column,

.map-column {

  flex: 1 1 45%;

  min-width: 300px;

}

.contact-form-column {

  background: #fff;
  height: fit-content;
  padding: 50px 20px;

}

.main_phone2 a,
.main_email a,
.main_phone1 a{
  text-decoration: none;
  color: #cbd5f5;
}
/* Contact Form */

.contact-form-column form {

  display: flex;

  flex-direction: column;

  gap: 15px;

}
.social .facebook_link span,
.social .instagram_link span,
.social .linkedin_link span{
display: none !important;
}


.contact-form-column input,

.contact-form-column textarea {

  width: 100%;

  max-width: 100%;

  padding: 12px;

  height: auto;

  border-width: 1px;

  border-style: solid;

  border-color: #eaeaea;

  border-radius: 2px;

  background: 0 0;

  background-color: #fafafa;

  -webkit-box-shadow: none;

  box-shadow: none;

  -webkit-box-sizing: border-box;

  box-sizing: border-box;

  -webkit-transition: all .2s linear;

  transition: all .2s linear;

  font-size: 14px;

  line-height: 21px;

  text-align: left;

}



.contact-form-column input:focus {

  border-color: #FF4181 !important;

}



.contact-form-column button {

  padding: 15px 20px 15px 20px;

  font-family: "Arial", Sans-serif;

  font-weight: bold;

  color: #ffffff;

  background-color: #FF4181;

  border-style: none;

  border-radius: 5px 5px 5px 5px;
}



.contact-form-column button:hover {

  background-color: #f5246a;

}



/* Map & Info */

.map-column iframe {

  width: 100%;

  height: 300px;

  border: 0;

  margin-bottom: 20px;

}



.office-info,

.factory-info,

.digital-printing-info {

  margin-bottom: 30px;

}

.elementor-widget-wrap h2,

.office-info h2,

.factory-info h2,

.digital-printing-info h2 {

  color: #15212C;

  font-family: "Rubik", Sans-serif;

  font-size: 2.25em;

  font-weight: 700;

  text-transform: none;

  font-style: normal;

  text-decoration: none;

  line-height: 1em;

  letter-spacing: 0px;

}



.office-info h3,

.factory-info h3,

.digital-printing-info h3 {

  margin-bottom: 5px;

  font-size: 1rem;

  color: #555;

}



.office-info p,

.factory-info p,

.digital-printing-info p {

  margin-bottom: 10px;

  font-size: 0.95rem;

  color: #666;

}

.contact-title {

  width: 15%;

  color: #000 !important;

}

.contact-title h3 {

  color: #000 !important;

}

.contact-info {

  width: 85%;

}

.contact-info a,
p {

  color: #9A9D9F;

  font-family: "Hind", Sans-serif;

  font-size: 1.125em;

  font-weight: 500;

  text-transform: none;

  line-height: 1.3em;

  letter-spacing: 0px;

  text-decoration: none;

}

.contact-info a {

  font-size: 16px;

}

/* Responsive: stack columns on small screens */

@media (max-width: 768px) {

  .contact-section {

    flex-direction: column;

    padding: 20px 10px;

  }

  .logo-box{
    width:45%;
  }

  .service-row,
  .service-row.reverse{
    flex-direction:column;
  }
  .service-image,
  .service-text{
    width:100%;
  }

  .contact-form-column,

  .map-column {

    flex: 1 1 100%;

  }



  .map-column iframe {

    height: 250px;

  }

}