/* NAVBAR */
.custom-navbar{
  background: #ffffff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
  padding: 12px 0;
  z-index: 999;
}

/* LOGO */
.logo-img{
  height: 42px;
}

.logo-text{
  font-weight: 700;
  font-size: 18px;
  color: #000;
}

/* MENU */
.navbar-nav .nav-link{
  font-weight: 500;
  color: #222;
  padding: 8px 16px;
}

.navbar-nav .nav-link:ver{
  color: #ff7a00;
}

/* CALL TEXT */
.call-text{
  font-size: 14px;
  color: #333;
}

/* BUTTONS */
.btn-outline-primary{
  border-radius: 20px;
  padding: 6px 16px;
}

.btn-warning{
  border-radius: 20px;
  padding: 6px 16px;
  background: #ff7a00;
  border: none;
}

/* HERO SECTION */
.ivy-hero{
  padding-top: 120px; /* fixed navbar space */
  padding-bottom: 80px;
  background: #ffffff;
}

.text-section h1{
  font-size: 46px;
  font-weight: 700;
  color: #111;
  line-height: 1.2;
}

.text-section p{
  margin-top: 18px;
  font-size: 17px;
  color: #555;
  max-width: 500px;
}

.hero-buttons{
  margin-top: 28px;
}

.hero-buttons .btn{
  padding: 10px 26px;
  border-radius: 30px;
  font-size: 15px;
  margin-right: 10px;
}

/* IMAGE */
.hero-img{
  max-width: 100%;
  height: auto;
}

/* MOBILE VIEW */
@media (max-width: 768px){
  .ivy-hero{
    padding-top: 110px;
    text-align: center;
  }

  .text-section h1{
    font-size: 32px;
  }

  .text-section p{
    margin-left: auto;
    margin-right: auto;
  }

  .hero-buttons .btn{
    margin-bottom: 10px;
  }
}


/* MOBILE FIX */
@media (max-width: 991px){
  .call-text{
    display: none;
  }
}

.ivy-hero-slider {
  margin-top: 80px; /* fixed navbar */
}

.hero-slide {
  min-height: 100vh;
  background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)),
              url("images/hero-bg.jpg") center/cover no-repeat;
  display: flex;
  align-items: center;
}

.hero-slide h1 {
  font-size: 3rem;
  font-weight: 800;
}

.hero-slide h1 span {
  color: #ffb703;
}

.hero-slide p {
  font-size: 1.1rem;
  max-width: 480px;
}
.ivy-footer {
  position: relative;
  z-index: 1;
}
.ivy-footer{
  background: linear-gradient(180deg, #021b3a, #00122b);
  color: #ffffff;
  padding: 70px 0;
  font-family: "Segoe UI", sans-serif;
}

.footer-logo{
  max-width: 180px;
}

.footer-brand{
  font-size: 26px;
  font-weight: 600;
}

.footer-text{
  font-size: 14px;
  color: #d6e2ff;
  line-height: 1.7;
}

.footer-title{
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
}

.footer-links{
  list-style: none;
  padding: 0;
}

.footer-links li{
  margin-bottom: 8px;
  font-size: 14px;
  color: #cbd9ff;
}

.footer-links li a{
  color: #cbd9ff;
  text-decoration: none;
}

.footer-links li a:hover{
  color: #ffffff;
  text-decoration: underline;
}

.footer-btn{
  width: 100%;
  border-radius: 12px;
  padding: 10px 0;
  font-weight: 600;
  color: #fff;
}

.purple-btn{
  background: #5e4ea2;
}

.orange-btn{
  background: #ff8748;
}

.footer-map{
  width: 100%;
  height: 220px;
  border-radius: 12px;
  border: none;
}

.ivy-quality {
  background: #ffffff;
}

.quality-intro {
  font-size: 18px;
  line-height: 1.7;
  color: #222;
  max-width: 95%;
}

.quality-title {
  font-size: 40px;
  font-weight: 600;
  color: #000;
}

.quality-text {
  font-size: 18px;
  line-height: 1.8;
  color: #444;
  max-width: 95%;
}

.video-box {
  position: relative;
  padding-top: 56.25%; /* 16:9 */
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.video-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ivy-products {
  background: #f8fbfd;
}

.products-title {
  font-size: 42px;
  font-weight: 600;
  color: #000;
}

.products-desc {
  max-width: 900px;
  margin: auto;
  font-size: 18px;
  line-height: 1.8;
  color: #333;
}

.product-card {
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
}

.product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.12);
}

.product-card h4 {
  font-size: 24px;
  font-weight: 500;
}

.product-card p {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
}

.btn-purple {
  background: #6f5cc2;
  color: #fff;
  padding: 10px 22px;
  border-radius: 8px;
  font-weight: 500;
}

.btn-purple:hover {
  background: #5a47b3;
  color: #fff;
}

.ivy-custom {
  background: #ffffff;
}

.custom-box {
  background: #fff;
  padding: 45px 50px;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.custom-title {
  font-size: 42px;
  font-weight: 500;
  color: #1d2433;
  line-height: 1.2;
}

.custom-text {
  font-size: 18px;
  line-height: 1.9;
  color: #2f3442;
}

.ivy-video-slider{
  height:60vh;
  position:relative;
  overflow:hidden;
}

.ivy-video-slider .slide{
  position:absolute;
  inset:0;
  background-size:cover;
  background-position:left center;
  opacity:0;
  animation:moveBg 18s linear infinite;
  transition:opacity 1.5s ease;
}

.ivy-video-slider .slide.active{
  opacity:1;
}

.ivy-video-slider .overlay-text{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  text-align:center;
  color:#fff;
}

.ivy-video-slider span{
  font-size:13px;
  letter-spacing:4px;
}

.ivy-video-slider h1{
  font-size:42px;
  margin-top:10px;
}
.ivy-offerings {
  background: #f9fbff;
}

.offer-card {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
  transition: transform 0.3s ease;
}

.offer-card:hover {
  transform: translateY(-6px);
}

.offer-card img {
  max-height: 120px;
  object-fit: contain;
  margin-bottom: 15px;
}

.offer-card h6 {
  font-weight: 500;
  margin: 0;
}

.ivy-why {
  background: #fff;
}

.why-title {
  font-size: 36px;
  font-weight: 500;
}

.why-line {
  width: 120px;
  height: 1px;
  background: #ccc;
  margin-top: 10px;
}

.why-card {
  background: #fff;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  border-radius: 4px;
}

/* HERO SECTION FIX */
.ivy-hero-slider,
.hero-slide {
  min-height: auto;
}

.hero-slide {
  padding: 60px 0;
}

@media (max-width: 768px) {
  .hero-slide {
    padding: 30px 0;
    text-align: center;
  }

  .hero-slide h1 {
    font-size: 26px;
    line-height: 1.3;
  }

  .hero-slide p {
    font-size: 14px;
  }

  .hero-slide img {
    max-height: 220px;
    object-fit: contain;
  }
}


.why-card h5 {
  font-weight: 600;
  margin-bottom: 15px;
}

.why-card p {
  color: #333;
  line-height: 1.8;
  font-size: 15px;
}

.ivy-features {
  background: #fff;
}

.feature-box {
  width: 140px;
  height: 140px;
  border: 4px solid #888;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
}

.feature-box img {
  max-width: 80px;
}

.ivy-features h6 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}

.contact-section {
  background: linear-gradient(to right, #fff, #fff4d6);
}

.contact-box {
  padding: 40px;
  border-radius: 12px;
}

.order-now {
  color: #7a3db8;
  margin-top: 10px;
}

.contact-form label {
  font-weight: 500;
  margin-top: 15px;
  display: block;
}

.contact-form span {
  color: red;
}

.contact-form input,
.contact-form select {
  width: 100%;
  padding: 12px;
  border-radius: 6px;
  border: 1px solid #ddd;
  margin-top: 6px;
}

.contact-form button {
  width: 100%;
  margin-top: 25px;
  padding: 14px;
  background: #7a3db8;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 16px;
}

.contact-form button:hover {
  background: #5e2e94;
}

.social-icons img {
  width: 28px;
  margin-right: 12px;
  cursor: pointer;
}

.trust-section {
  background: #f3f5f7;
}

.trust-heading {
  font-size: 34px;
  font-weight: 500;
  color: #1a1a1a;
  line-height: 1.4;
}

.trust-subheading {
  color: #555;
  margin-top: 10px;
}

.trust-card {
  background: #fff;
  padding: 40px 20px;
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  max-width: 900px;
  margin: auto;
}

.stat-box h3 {
  color: #4a8fdc;
  font-size: 32px;
  font-weight: 600;
}

.stat-box p {
  color: #444;
  margin-top: 5px;
}

.faq-section {
  background: #f5f5f5;
}

.faq-title {
  font-size: 34px;
  font-weight: 500;
  margin-bottom: 10px;
}

.faq-subtitle {
  max-width: 800px;
  margin: auto;
  color: #555;
}

.accordion-item {
  border: none;
  margin-bottom: 15px;
}

.accordion-button {
  background: #e9ecef;
  font-weight: 500;
  border-radius: 4px !important;
}

.accordion-button:not(.collapsed) {
  background: #dfe3e8;
  color: #000;
  box-shadow: none;
}

.accordion-body {
  background: white;
}

.ivy-welcome {
    background: linear-gradient(90deg, #6a2ea0, #c5b3d8);
    border-radius: 0 0 20px 20px;
}

.ivy-welcome h2 {
    font-size: 32px;
}

.ivy-welcome p {
    font-size: 16px;
    opacity: 0.95;
}

.ivy-logo {
    max-width: 220px;
    background: white;
    padding: 15px;
    border-radius: 6px;
}

.navbar {
    z-index: 999;
}

.ivy-welcome{
    background: linear-gradient(90deg, #6a2ea0, #c5b3d8);
    border-radius: 0 0 20px 20px;
    margin-top: 90px;
}

.ivy-logo{
    max-width: 220px;
    background: white;
    padding: 15px;
    border-radius: 6px;
}

.ivy-labs{
    background: #efefef;
}

.labs-title{
    font-size: 38px;
    font-weight: 500;
    margin-bottom: 20px;
}

.labs-text{
    font-size: 18px;
    line-height: 1.8;
    text-align: justify;
}

/* Video Responsive */
.video-box{
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
}

.video-box iframe{
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    border: none;
}
.sets-apart{
    background: #f5f5f5;
}

.apart-title{
    font-size: 40px;
    font-weight: 500;
}

.apart-card{
    background: #e9e5e3;
    padding: 30px;
    border-radius: 6px;
    box-shadow: 0 3px 8px rgba(0,0,0,0.1);
    height: 100%;
}

.apart-card h4{
    margin-bottom: 15px;
    font-weight: 600;
}

.apart-card p{
    line-height: 1.8;
}

.ivy-cta{
    background: #f5f5f5;
}

.cta-box{
    background: #efe6e1;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.cta-title{
    font-size: 32px;
    margin-bottom: 20px;
}

.cta-text{
    font-size: 17px;
    line-height: 1.8;
}

.cta-purple{
    background: #9b8bb1;
    padding: 40px;
    border-radius: 10px;
    color: white;
}

.cta-btn{
    display: inline-block;
    margin-top: 20px;
    background: #6c5aa7;
    color: white;
    padding: 12px 25px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    transition: 0.3s;
}

.cta-btn:hover{
    background: #57458f;
}

/* Mega Dropdown */
.mega-dropdown {
  position: static;
}

.mega-menu {
  width: 300px;
  border-radius: 12px;
  border: none;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
  background: #f5f5f5;
}

.mega-item {
  padding: 10px 5px;
}

.mega-item a {
  text-decoration: none;
  color: #333;
  display: block;
}

.mega-item h5 {
  font-weight: 600;
  margin-bottom: 5px;
}

.mega-item p {
  font-size: 14px;
  color: #666;
}

.mega-item:hover {
  background: white;
  border-radius: 8px;
}
.accessories-hero{
    background: linear-gradient(90deg,#6a2ea0,#b9a8d4);
}

.product-card{
    background: #f5f5f5;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    transition: 0.3s;
}

.product-card:hover{
    transform: translateY(-5px);
}

.lanyard-hero{
    background: linear-gradient(90deg,#7b4db3,#c2b0df);
}
.idcard-hero{
    background: linear-gradient(90deg,#5b2b9c,#b7a4dd);
}
.accessories-hero,
.lanyard-hero,
.idcard-hero{
    margin-top: 90px;
}

.catalogue-section{
  background:#f8f9fa;
}

.catalogue-title{
  font-weight:700;
  font-size:34px;
}

.catalogue-subtitle{
  color:#666;
  max-width:700px;
  margin:auto;
}

/* Card Design */
.catalogue-card{
  background:white;
  padding:20px;
  border-radius:10px;
  transition:0.3s;
  height:100%;
  box-shadow:0 3px 10px rgba(0,0,0,0.08);
}

.catalogue-card:hover{
  transform:translateY(-8px);
}

.catalogue-card img{
  height:180px;
  object-fit:contain;
  margin-bottom:15px;
}

.catalogue-card h5{
  font-weight:600;
}

.price{
  font-weight:500;
  color:#333;
}

/* Bottom Section */
.card-bottom{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-top:15px;
}

.reviews{
  font-size:14px;
  color:#ff7a00;
}

.buy-btn{
  background:#6f42c1;
  border:none;
  padding:7px 18px;
  color:white;
  border-radius:6px;
  font-weight:500;
  
}

.buy-btn:hover{
  background:#5a35a3;
  margin-top:80px;

}
.product-detail{
margin-top:90px;
}
/* Navbar spacing fix */
body{
padding-top:90px;
background:#f5f5f5;
}


/* Main Card */
.product-wrapper{
padding:50px 0;
}

.product-box{
background:white;
padding:30px;
border-radius:12px;
box-shadow:0 2px 10px rgba(0,0,0,0.1);
}


/* Images */
.main-img{
background:#eef5f8;
padding:20px;
border-radius:10px;
text-align:center;
}

.main-img img{
width:100%;
}

.thumbs{
display:flex;
gap:15px;
margin-top:15px;
}

.thumb{
width:90px;
cursor:pointer;
border-radius:6px;
border:2px solid transparent;
}

.thumb.active{
border:2px solid #ffa500;
}


/* Text */
.product-title{
font-weight:700;
margin-bottom:10px;
}

.price{
font-weight:600;
margin-bottom:10px;
}

.product-text{
color:#555;
}


/* Table */
.product-table td{
padding:12px;
}


/* Buy Section */
.buy-section{
display:flex;
justify-content:space-between;
align-items:center;
margin-top:25px;
}

.qty-box{
display:flex;
gap:10px;
}

.qty-box button{
background:#f0a500;
border:none;
width:45px;
height:45px;
font-size:18px;
border-radius:6px;
}

.qty-box input{
width:60px;
text-align:center;
border:2px solid #ccc;
border-radius:6px;
}

.buy-btn{
background:#6f42c1;
color:white;
border:none;
padding:12px 35px;
border-radius:8px;
font-weight:600;
}

.product-features{
margin-top:20px;
}

.features-title{
font-weight:600;
margin-bottom:10px;
}

.features-list{
padding-left:20px;
}

.features-list li{
margin-bottom:10px;
line-height:1.6;
color:#333;
}

.order-cta{
  background:linear-gradient(135deg,#6f42c1,#9c6ade);
  padding:70px 20px;
  color:white;
  border-radius:12px;
  margin-top:50px;
}

.cta-title{
  font-size:34px;
  font-weight:700;
  margin-bottom:15px;
}

.cta-text{
  max-width:750px;
  margin:auto;
  font-size:17px;
  line-height:1.7;
  margin-bottom:25px;
}

/* Button */
.cta-btn{
  background:white;
  color:#6f42c1;
  padding:12px 30px;
  font-weight:600;
  border-radius:8px;
  text-decoration:none;
  transition:0.3s;
}

.cta-btn:hover{
  background:#f1f1f1;
  color:#5a35a3;
}

.other-products{
  background:#f8f9fa;
}

.other-title{
  font-weight:700;
  font-size:32px;
}

/* Line under title */
.title-line{
  width:80px;
  height:3px;
  background:#6f42c1;
  margin:10px auto;
  border-radius:5px;
}

/* Card */
.other-card{
  background:white;
  padding:20px;
  border-radius:12px;
  text-align:center;
  text-decoration:none;
  color:#222;
  display:block;
  transition:0.3s;
  box-shadow:0 3px 10px rgba(0,0,0,0.08);
}

.other-card img{
  width:100%;
  height:180px;
  object-fit:contain;
  margin-bottom:15px;
  transition:0.3s;
}

.other-card h5{
  font-weight:600;
}

/* Hover Effect */
.other-card:hover{
  transform:translateY(-8px);
  box-shadow:0 10px 25px rgba(0,0,0,0.15);
}

.other-card:hover img{
  transform:scale(1.05);
}

/* Buy Now Page */

.buynow-section{
  background:#f5f6fa;
}

.buynow-box{
  background:white;
  padding:30px;
  border-radius:12px;
  box-shadow:0 3px 12px rgba(0,0,0,0.1);
}

.buynow-btn{
  background:#6f42c1;
  color:white;
  padding:12px;
  font-weight:600;
}

.buynow-btn:hover{
  background:#5a35a3;
  color:white;
}

.product-detail-section{
  padding:80px 0;
  background:#f6f8fb;
}

.product-card{
  background:#fff;
  padding:45px;
  border-radius:20px;
  box-shadow:0 15px 40px rgba(0,0,0,.1);
}

.product-image-box{
  background:linear-gradient(135deg,#e8f7ff,#fdfefe);
  padding:25px;
  border-radius:16px;
  text-align:center;
}

.product-image-box img{
  max-width:100%;
}

.thumb-row{
  display:flex;
  gap:12px;
  margin-top:15px;
}

.thumb{
  width:70px;
  padding:6px;
  border-radius:10px;
  cursor:pointer;
  border:2px solid transparent;
}

.thumb.active{
  border-color:#6f42c1;
}

.product-title{
  font-size:32px;
  font-weight:700;
}

.product-price{
  color:#6f42c1;
  font-weight:600;
  margin-bottom:15px;
}

.product-desc{
  color:#555;
  line-height:1.7;
}

.product-specs td{
  padding:12px;
}

.buy-area{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-top:25px;
}

.qty-box{
  display:flex;
  align-items:center;
  gap:10px;
}

.qty-box button{
  width:40px;
  height:40px;
  border:none;
  background:#ffc107;
  border-radius:8px;
  font-size:20px;
}

.qty-box input{
  width:60px;
  text-align:center;
  border-radius:8px;
  border:1px solid #ccc;
}

.buy-now-btn{
  background:#6f42c1;
  color:#fff;
  padding:12px 30px;
  border-radius:30px;
  text-decoration:none;
  font-weight:600;
  transition:.3s;
}

.buy-now-btn:hover{
  background:#56329c;
}

.catalogue-card{
  position: relative;
  z-index: 1;
}

.buy-btn{
  position: relative;
  z-index: 10;
}

.catalogue-card{
  position: relative;
  z-index: 1;
}
.buy-btn{
  position: relative;
  z-index: 5;
}

.lanyard-intro{
  margin: 30px 0;
}

.lanyard-intro .container{
  background: linear-gradient(90deg, #6f42c1, #b39ddb);
  border-radius: 20px;
  padding: 40px 35px;
  color: #fff;
}

.lanyard-intro h2{
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
}

.lanyard-intro p{
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 0;
}

.intro-logo{
  background: #fff;
  padding: 15px;
  border-radius: 12px;
  display: inline-block;
}

.intro-logo img{
  max-width: 100%;
  height: auto;
}

.lanyard-catalogue{
  background:#fff;
}

.catalogue-heading{
  font-size:34px;
  font-weight:700;
}

.catalogue-subtitle{
  max-width:750px;
  margin:10px auto 0;
  color:#555;
}

.lanyard-card{
  background:#fff;
  border-radius:14px;
  box-shadow:0 10px 25px rgba(0,0,0,0.08);
  overflow:hidden;
  transition:.3s;
  height:100%;
}

.lanyard-card:hover{
  transform:translateY(-8px);
}

.lanyard-card img{
  width:100%;
  padding:15px;
  background:#eaf8ff;
}

.lanyard-card h5{
  padding:15px 15px 0;
  font-size:16px;
  font-weight:600;
}

.lanyard-card .price{
  padding:0 15px;
  font-weight:600;
  color:#000;
}

.card-footer{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:15px;
  border-top:1px solid #eee;
}

.rating{
  color:#ff9800;
  font-size:14px;
}

.buy-btn{
  background:#6f42c1;
  color:#fff;
  padding:6px 14px;
  border-radius:8px;
  font-size:14px;
  text-decoration:none;
  
}

.buy-btn:hover{
  background:#59339d;
}

/* Features Section Styling */
.features-section {
  background-color: #f8f9fa;
}

.feature-card {
  background: white;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.feature-title {
  color: #2c3e50;
  font-weight: 600;
  margin-bottom: 15px;
}

.feature-text {
  color: #555;
  line-height: 1.6;
}

/* Lanyard Products Section */
.lanyard-products-section {
  background-color: #f8f9fa;
}

.section-heading {
  font-size: 2.5rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 10px;
}

.section-subtitle {
  color: #7f8c8d;
  font-size: 1.1rem;
}

/* Product Card */
.lanyard-product-card {
  background: white;
  border-radius: 12px;
  padding: 25px;
  height: 100%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  border: 1px solid #e9ecef;
  transition: box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.lanyard-product-card:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.product-header {
  margin-bottom: 20px;
  flex-grow: 1;
}

.product-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 10px;
  line-height: 1.4;
}

.product-price {
  font-size: 1.5rem;
  font-weight: 700;
  color: #e74c3c;
  margin-bottom: 0;
}

/* Rating */
.rating-container {
  margin-bottom: 20px;
}

.stars {
  display: flex;
  margin-bottom: 5px;
}

.star {
  color: #f1c40f;
  font-size: 1.2rem;
  margin-right: 2px;
}

.review-count {
  color: #7f8c8d;
  font-size: 0.9rem;
  font-weight: 500;
}

/* Buy Now Button */
.buy-now-btn {
  display: block;
  width: 100%;
  padding: 12px 20px;
  background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
  color: white;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease;
  
  /* No animation/movement */
  animation: none !important;
  transform: none !important;
}

.buy-now-btn:hover {
  background: linear-gradient(135deg, #2980b9 0%, #1f6396 100%);
  color: white;
  text-decoration: none;
  
  /* No movement on hover */
  transform: none !important;
}

/* Premium Lanyards Section */
.premium-lanyards-section {
  background: linear-gradient(135deg, #f5f7fa 0%, #e4e8f0 100%);
}

.premium-section-heading {
  font-size: 2.8rem;
  font-weight: 800;
  color: #2c3e50;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.premium-section-subtitle {
  color: #7f8c8d;
  font-size: 1.2rem;
  margin-bottom: 20px;
}

.divider {
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #3498db, #9b59b6);
  margin: 0 auto;
  border-radius: 2px;
}

/* Premium Card */
.premium-lanyard-card {
  background: white;
  border-radius: 15px;
  padding: 30px 25px;
  height: 100%;
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  border: 1px solid #e8eef4;
  transition: all 0.4s ease;
}

.premium-lanyard-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

/* Card Badge */
.card-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #3498db, #2ecc71);
  color: white;
  padding: 6px 20px;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 10px rgba(52, 152, 219, 0.3);
}

/* Card Content */
.card-content {
  text-align: center;
}

.variant-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 12px;
  line-height: 1.4;
}

.variant-description {
  color: #7f8c8d;
  font-size: 0.95rem;
  margin-bottom: 20px;
  line-height: 1.5;
}

.variant-price {
  font-size: 1.8rem;
  font-weight: 800;
  color: #e74c3c;
  margin-bottom: 20px;
}

/* Rating */
.variant-rating {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 25px;
}

.variant-stars {
  color: #f1c40f;
  font-size: 1.3rem;
  margin-bottom: 5px;
}

.variant-review-count {
  color: #95a5a6;
  font-size: 0.9rem;
  font-weight: 500;
}


.variant-buy-btn {
  display: block;
  width: 100%;
  padding: 14px 20px;
  background: linear-gradient(135deg, #9b59b6 0%, #8e44ad 100%);
  color: white;
  text-decoration: none;
  border-radius: 10px;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border: none;
  
  /* ABSOLUTELY NO MOVEMENT */
  animation: none !important;
  transform: none !important;
  transition: background 0.3s ease !important;
}

.variant-buy-btn:hover {
  background: linear-gradient(135deg, #8e44ad 0%, #7d3c98 100%);
  color: white;
  text-decoration: none;
  
  /* NO MOVEMENT ON HOVER */
  transform: none !important;
}

.buy-btn{
  background:#6f42c1;
  border:none;
  padding:7px 18px;
  color:white;
  border-radius:6px;
  font-weight:500;
  
  
  margin: 0;
}

.buy-btn:hover{
  background:#5a35a3;
  
  margin-top: 0; 
}

/* Buy Now Page Styles */
.buynow-hero {
  background: linear-gradient(90deg, #6f42c1, #9c6ade);
  margin-top: 90px;
}

.product-detail-box,
.order-form-box {
  background: white;
  border: 1px solid #e0e0e0;
}

.price {
  color: #6f42c1;
  font-weight: bold;
  font-size: 1.2rem;
}

.order-summary {
  background: #f8f9fa;
  border-left: 4px solid #6f42c1;
}

/* Quantity Controls */
.input-group button {
  width: 40px;
}

/* Related Products */
.related-card {
  transition: transform 0.3s ease;
}

.related-card:hover {
  transform: translateY(-5px);
}

.related-card img {
  height: 150px;
  object-fit: contain;
}

/* Icon Box */
.icon-box {
  width: 80px;
  height: 80px;
  background: rgba(111, 66, 193, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}/* Welcome Section */
.welcome-box {
  background: linear-gradient(90deg, #6f3fa1, #b79ad9);
  border-radius: 22px;
  padding: 40px;
  color: #fff;
}

.welcome-text {
  max-width: 65%;
}

.welcome-text h2 {
  font-weight: 700;
  margin-bottom: 15px;
}

.welcome-text p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 0;
}

.welcome-logo img {
  max-width: 220px;
  background: #fff;
  padding: 12px 18px;
  border-radius: 12px;
}

/* Product Catalogue */
.product-catalogue {
  background: #fff;
}

.catalogue-title {
  font-size: 36px;
  font-weight: 600;
}

.catalogue-subtitle {
  max-width: 800px;
  margin: 10px auto 0;
  color: #555;
  font-size: 16px;
}

.catalogue-card {
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 15px;
  height: 100%;
  transition: 0.3s ease;
  background: #fff;
}

.catalogue-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.catalogue-card img {
  border-radius: 8px;
  margin-bottom: 15px;
}

.catalogue-card h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 6px;
}

.catalogue-card .price {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  margin-bottom: 15px;
}

.card-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.rating {
  font-size: 14px;
  color: #ff8c00;
}

.rating span {
  color: #666;
  margin-left: 5px;
}

.btn-buy {
  background: #6f3fa1;
  color: #fff;
  border-radius: 8px;
  padding: 6px 14px;
  font-size: 14px;
}

.btn-buy:hover {
  background: #5a2f87;
  color: #fff;
}
.more-products {
  background: #fff;
}
.btn-buy {
  box-shadow: 0 4px 12px rgba(111,63,161,0.35);
}
/* Buy Now Button */
.btn-buy,
.catalogue-card .btn {
  background: #6f3fa1;   /* IVY Purple */
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 6px 16px;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
}

/* Hover Effect */
.btn-buy:hover,
.catalogue-card .btn:hover {
  background: #5a2f87;
  color: #fff;
  transform: translateY(-1px);
}

.gallery-section {
  background: #f8f9fa;
}

.gallery-item {
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
  cursor: pointer;
}

.gallery-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.gallery-item:hover img {
  transform: scale(1.1);
}
.premium-item {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.premium-item img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  transition: 0.5s;
}

.premium-item:hover img {
  transform: scale(1.1);
}

.premium-item .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.4s;
}

.premium-item:hover .overlay {
  opacity: 1;
}

.premium-item h5 {
  color: #fff;
  font-weight: 600;
}

.scroll-gallery {
  overflow: hidden;
}

.scroll-track {
  display: flex;
  gap: 20px;
  animation: scroll 25s linear infinite;
}

.scroll-track img {
  width: 300px;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
}

@keyframes scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.gallery-cta {
  background: url("images/cta-bg.jpg") center/cover no-repeat;
  height: 300px;
  position: relative;
}

.cta-overlay {
  background: rgba(0,0,0,0.6);
  height: 100%;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.masonry {
  column-count: 4;
  column-gap: 15px;
}
.masonry img {
  width: 100%;
  margin-bottom: 15px;
  border-radius: 10px;
}
@media(max-width:768px){
  .masonry{column-count:2;}
}

.final-gallery {
  background: url("images/final.jpg") center/cover no-repeat;
  height: 350px;
}
.final-overlay {
  background: rgba(0,0,0,0.65);
  height: 100%;
  color: #fff;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
}

/* Offerings Section Styles */
:root {
  --ivy-primary: #2c3e50;
  --ivy-secondary: #3498db;
  --ivy-accent: #e74c3c;
}

.offerings-section {
  padding: 5rem 0;
  background-color: #f8f9fa;
}

.section-title {
  color: var(--ivy-primary);
  font-weight: 700;
  margin-bottom: 3rem;
  position: relative;
  padding-bottom: 15px;
  text-align: center;
}

.section-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: var(--ivy-accent);
}

.subtitle {
  text-align: center;
  margin-bottom: 3rem;
  color: #666;
  font-size: 1.1rem;
}

/* Offerings Cards */
.offering-card {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
  border: none;
  margin-bottom: 2rem;
}

.offering-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.offering-icon {
  height: 80px;
  width: 80px;
  background-color: rgba(52, 152, 219, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2rem auto 1.5rem;
  color: var(--ivy-secondary);
  font-size: 2rem;
}

.offering-card h3 {
  color: var(--ivy-primary);
  font-weight: 700;
  margin-bottom: 1rem;
  text-align: center;
}

.offering-card p {
  color: #666;
  line-height: 1.6;
  padding: 0 1.5rem;
  text-align: center;
}

.offering-features {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 2rem;
}

.offering-features li {
  padding: 0.5rem 1.5rem;
  color: #555;
}

.offering-features li:before {
  content: '✓';
  color: var(--ivy-secondary);
  font-weight: bold;
  margin-right: 10px;
}

/* Stats Section */
.stats-section {
  padding: 4rem 0;
  background-color: var(--ivy-primary);
  color: white;
}

.stat-item {
  text-align: center;
  padding: 1.5rem;
}

.stat-number {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--ivy-secondary);
  margin-bottom: 0.5rem;
}

.stat-label {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Process Section */
.process-section {
  padding: 5rem 0;
}

.process-step {
  text-align: center;
  padding: 1rem;
  position: relative;
  margin-bottom: 2rem;
}

.step-number {
  height: 60px;
  width: 60px;
  background-color: var(--ivy-secondary);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 auto 1.5rem;
}

.process-step h4 {
  color: var(--ivy-primary);
  font-weight: 600;
  margin-bottom: 1rem;
}

.process-step p {
  color: #666;
  line-height: 1.5;
}

.process-connector {
  position: absolute;
  top: 30px;
  right: -30%;
  width: 60%;
  height: 2px;
  background-color: #e0e0e0;
  z-index: -1;
}

@media (max-width: 768px) {
  .process-connector {
    display: none;
  }
  
  .offerings-section,
  .process-section {
    padding: 3rem 0;
  }
  
  .stat-number {
    font-size: 2rem;
  }
}

/* Offerings Section Mobile Fix */
.offerings-section {
  padding: 3rem 0;
  background-color: #f8f9fa;
  overflow-x: hidden; /* Prevent horizontal scroll */
}

.offerings-section .row {
  margin-left: -10px;
  margin-right: -10px;
}

.offerings-section .col-lg-4,
.offerings-section .col-md-6 {
  padding-left: 10px;
  padding-right: 10px;
}

/* Offering Card Mobile Optimization */
.offering-card {
  background: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
  border: none;
  margin-bottom: 20px;
}

/* Mobile View Specific Styling */
@media (max-width: 767.98px) {
  .offerings-section {
    padding: 2rem 0;
  }
  
  .offering-card {
    margin-bottom: 15px;
    border-radius: 8px;
  }
  
  .offering-icon {
    height: 60px;
    width: 60px;
    font-size: 1.5rem;
    margin: 1.5rem auto 1rem;
  }
  
  .offering-card h3 {
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
  }
  
  .offering-card p {
    padding: 0 1rem;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
  }
  
  .offering-features {
    margin: 1rem 0 1.5rem;
  }
  
  .offering-features li {
    padding: 0.3rem 1rem;
    font-size: 0.85rem;
  }
  
  .section-title {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    padding-bottom: 10px;
  }
  
  .subtitle {
    font-size: 0.95rem;
    margin-bottom: 2rem;
    padding: 0 10px;
  }
}

/* Prevent Card Overflow on Very Small Screens */
@media (max-width: 375px) {
  .offering-card {
    margin-left: 5px;
    margin-right: 5px;
  }
  
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* Stats Section Mobile Fix */
@media (max-width: 767.98px) {
  .stats-section {
    padding: 2.5rem 0;
  }
  
  .stat-item {
    padding: 1rem 0.5rem;
    margin-bottom: 1rem;
  }
  
  .stat-number {
    font-size: 2rem;
  }
  
  .stat-label {
    font-size: 0.85rem;
  }
}

/* Process Section Mobile Fix */
@media (max-width: 767.98px) {
  .process-section {
    padding: 2.5rem 0;
  }
  
  .process-step {
    margin-bottom: 2rem;
  }
  
  .step-number {
    height: 50px;
    width: 50px;
    font-size: 1.3rem;
    margin-bottom: 1rem;
  }
  
  .process-step h4 {
    font-size: 1.1rem;
  }
  
  .process-step p {
    font-size: 0.9rem;
  }
  
  .process-connector {
    display: none;
  }
}

/* Ensure Proper Spacing on All Screens */
.row {
  --bs-gutter-x: 1.5rem;
}

/* Container Padding for Mobile */
.container {
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 575.98px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* Blog Section Styles */
.blog-section {
    padding: 5rem 0;
    background-color: #f9fafb;
}

.blog-title {
    color: #2c3e50;
    font-weight: 700;
    margin-bottom: 3rem;
    position: relative;
    padding-bottom: 15px;
    text-align: center;
}

.blog-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #e74c3c;
}

.blog-subtitle {
    text-align: center;
    color: #666;
    margin-bottom: 4rem;
    font-size: 1.1rem;
}

/* Blog Cards */
.blog-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    height: 100%;
    margin-bottom: 2rem;
    border: none;
}

.blog-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.blog-image {
    height: 220px;
    width: 100%;
    object-fit: cover;
}

.blog-content {
    padding: 2rem;
}

.blog-category {
    display: inline-block;
    background: rgba(52, 152, 219, 0.1);
    color: #3498db;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.blog-card h3 {
    color: #2c3e50;
    font-weight: 700;
    margin-bottom: 1rem;
    font-size: 1.3rem;
    line-height: 1.4;
}

.blog-excerpt {
    color: #666;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.blog-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 1.5rem;
    border-top: 1px solid #eee;
    color: #888;
    font-size: 0.9rem;
}

.blog-date {
    display: flex;
    align-items: center;
    gap: 5px;
}

.blog-read-time {
    display: flex;
    align-items: center;
    gap: 5px;
}

.read-more-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #e74c3c;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.read-more-btn:hover {
    color: #c0392b;
    gap: 12px;
}

/* View All Button */
.view-all-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #2c3e50;
    color: white;
    padding: 12px 30px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    border: 2px solid #2c3e50;
}

.view-all-btn:hover {
    background: transparent;
    color: #2c3e50;
}

/* Responsive Design */
@media (max-width: 768px) {
    .blog-section {
        padding: 3rem 0;
    }
    
    .blog-card {
        margin-bottom: 1.5rem;
    }
    
    .blog-image {
        height: 180px;
    }
    
    .blog-content {
        padding: 1.5rem;
    }
    
    .blog-title {
        font-size: 2rem;
        margin-bottom: 1.5rem;
    }
    
    .blog-subtitle {
        margin-bottom: 2.5rem;
        padding: 0 1rem;
    }
}

@media (max-width: 576px) {
    .blog-card h3 {
        font-size: 1.2rem;
    }
    
    .blog-excerpt {
        font-size: 0.95rem;
    }
}

/* Animation for cards */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.blog-card {
    animation: fadeInUp 0.5s ease forwards;
}

.blog-card:nth-child(2) {
    animation-delay: 0.1s;
}

.blog-card:nth-child(3) {
    animation-delay: 0.2s;
}

.blog-card:nth-child(4) {
    animation-delay: 0.3s;
}

/* Blog Page Styles for IVY Prints */

/* Blog Header */
.blog-header-section {
    background: linear-gradient(135deg, #1a365d 0%, #2d4a8a 100%);
    color: white;
    padding: 80px 0 60px;
    margin-bottom: 60px;
}

.blog-main-title {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    text-shadow: 0 2px 10px rgba(0,0,0,0.2);
}

.blog-main-subtitle {
    font-size: 1.2rem;
    opacity: 0.9;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}

.search-box {
    max-width: 500px;
    margin: 0 auto;
}

.search-box .form-control {
    border: none;
    padding: 15px 20px;
    border-radius: 50px 0 0 50px;
    font-size: 1rem;
}

.search-box .btn {
    border-radius: 0 50px 50px 0;
    padding: 15px 30px;
    background-color: #0066cc;
    border: none;
}

/* Blog Content */
.blog-content-section {
    padding-bottom: 80px;
}

/* Featured Blog Post */
.featured-blog-post {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: transform 0.3s ease;
}

.featured-blog-post:hover {
    transform: translateY(-5px);
}

.featured-img {
    height: 100%;
    object-fit: cover;
}

.featured-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.featured-category {
    background-color: #0066cc;
    color: white;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.featured-title {
    font-size: 2rem;
    font-weight: 700;
    color: #1a365d;
    margin-top: 15px;
    line-height: 1.3;
}

.featured-excerpt {
    color: #555;
    line-height: 1.7;
    margin: 15px 0;
}

/* Blog Filter */
.section-title {
    color: #1a365d;
    font-weight: 700;
    margin-bottom: 0;
}

.filter-options .btn {
    border-radius: 20px;
    margin: 0 5px;
    padding: 8px 20px;
    font-weight: 500;
}

.filter-options .btn.active {
    background-color: #0066cc;
    color: white;
}

/* Blog Cards */
.blog-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.blog-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

.blog-image-container {
    position: relative;
    overflow: hidden;
    height: 200px;
}

.blog-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.blog-card:hover .blog-image {
    transform: scale(1.05);
}

.blog-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent 50%, rgba(0,0,0,0.7) 100%);
}

.blog-content {
    padding: 25px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.blog-category {
    display: inline-block;
    background-color: #e8f4ff;
    color: #0066cc;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: 600;
    margin-bottom: 15px;
    align-self: flex-start;
}

.blog-post-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #1a365d;
    margin-bottom: 12px;
    line-height: 1.4;
}

.blog-excerpt {
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
    flex-grow: 1;
}

.read-more-btn {
    color: #0066cc;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
    margin-top: auto;
}

.read-more-btn i {
    margin-left: 8px;
    transition: transform 0.3s ease;
}

.read-more-btn:hover {
    color: #004a99;
}

.read-more-btn:hover i {
    transform: translateX(5px);
}

.blog-meta {
    display: flex;
    align-items: center;
    color: #888;
    font-size: 0.85rem;
    margin-top: 15px;
    flex-wrap: wrap;
}

.blog-meta span {
    margin-right: 15px;
    display: flex;
    align-items: center;
}

.blog-meta i {
    margin-right: 5px;
}

/* Pagination */
.pagination .page-link {
    color: #0066cc;
    border: none;
    margin: 0 5px;
    border-radius: 8px;
    padding: 10px 18px;
    font-weight: 500;
}

.pagination .page-item.active .page-link {
    background-color: #0066cc;
    color: white;
}

.pagination .page-link:hover {
    background-color: #e8f4ff;
    color: #0066cc;
}

/* Sidebar */
.blog-sidebar {
    padding-left: 30px;
}

.sidebar-widget {
    background: white;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    margin-bottom: 30px;
}

.sidebar-title {
    color: #1a365d;
    font-weight: 700;
    font-size: 1.3rem;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e8f4ff;
}

/* Categories */
.sidebar-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-list li {
    margin-bottom: 12px;
}

.sidebar-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #555;
    text-decoration: none;
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
    transition: all 0.3s ease;
}

.sidebar-link:hover {
    color: #0066cc;
    padding-left: 5px;
}

.category-name {
    font-weight: 500;
}

.category-count {
    background-color: #e8f4ff;
    color: #0066cc;
    padding: 2px 10px;
    border-radius: 10px;
    font-size: 0.8rem;
    font-weight: 600;
}

/* Popular Posts */
.popular-post {
    padding: 15px 0;
    border-bottom: 1px solid #f0f0f0;
}

.popular-post:last-child {
    border-bottom: none;
}

.popular-post-title {
    font-size: 0.95rem;
    font-weight: 600;
    color: #1a365d;
    margin-bottom: 5px;
    line-height: 1.3;
}

.popular-post-date {
    font-size: 0.8rem;
    color: #888;
}

/* Newsletter */
.newsletter-text {
    color: #666;
    margin-bottom: 20px;
    line-height: 1.6;
}

.newsletter-form .form-control {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 12px 15px;
}

.newsletter-form .btn {
    border-radius: 8px;
    padding: 12px;
    background-color: #0066cc;
    border: none;
    font-weight: 600;
}

/* Responsive Design */
@media (max-width: 992px) {
    .blog-sidebar {
        padding-left: 0;
        margin-top: 50px;
    }
    
    .featured-title {
        font-size: 1.7rem;
    }
    
    .blog-main-title {
        font-size: 2.8rem;
    }
}

@media (max-width: 768px) {
    .blog-header-section {
        padding: 60px 0 40px;
    }
    
    .blog-main-title {
        font-size: 2.2rem;
    }
    
    .blog-main-subtitle {
        font-size: 1rem;
    }
    
    .filter-options {
        margin-top: 20px;
    }
    
    .filter-options .btn {
        margin: 5px;
    }
    
    .featured-content {
        padding: 20px;
    }
    
    .featured-title {
        font-size: 1.5rem;
    }
}

@media (max-width: 576px) {
    .blog-posts-grid .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .blog-image-container {
        height: 180px;
    }
}

/* Contact Page Styles for IVY Prints */

/* Contact Header */
.contact-header-section {
    background: linear-gradient(135deg, #1a365d 0%, #2d4a8a 100%);
    color: white;
    padding: 80px 0 60px;
    margin-bottom: 60px;
    position: relative;
    overflow: hidden;
}

.contact-header-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="%230066cc" fill-opacity="0.2" d="M0,96L48,112C96,128,192,160,288,160C384,160,480,128,576,122.7C672,117,768,139,864,149.3C960,160,1056,160,1152,138.7C1248,117,1344,75,1392,53.3L1440,32L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>');
    background-size: cover;
    background-position: bottom;
}

.contact-main-title {
    font-size: 3.2rem;
    font-weight: 800;
    margin-bottom: 20px;
    position: relative;
    text-shadow: 0 2px 10px rgba(0,0,0,0.2);
}

.contact-main-subtitle {
    font-size: 1.2rem;
    opacity: 0.9;
    max-width: 700px;
    margin: 0 auto 30px;
    line-height: 1.6;
    position: relative;
}

.contact-badge {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    position: relative;
}

.badge-item {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    padding: 12px 25px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.95rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.badge-item i {
    color: #4dabf7;
}

/* Contact Form */
.contact-form-container {
    background: white;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    height: 100%;
}

.form-title {
    color: #1a365d;
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 10px;
}

.form-subtitle {
    color: #666;
    margin-bottom: 30px;
    font-size: 1rem;
}

.form-group {
    margin-bottom: 25px;
}

.form-label {
    font-weight: 600;
    color: #444;
    margin-bottom: 8px;
    display: block;
    font-size: 0.95rem;
}

.form-control, .form-select {
    padding: 14px 18px;
    border: 1px solid #ddd;
    border-radius: 12px;
    font-size: 1rem;
    transition: all 0.3s ease;
    background-color: #fdfdfd;
}

.form-control:focus, .form-select:focus {
    border-color: #0066cc;
    box-shadow: 0 0 0 3px rgba(0, 102, 204, 0.15);
    background-color: white;
}

.form-control.is-invalid {
    border-color: #dc3545;
    background-image: none;
}

.form-check-label {
    color: #555;
    font-size: 0.9rem;
}

.btn-submit {
    background: linear-gradient(135deg, #0066cc 0%, #0052a3 100%);
    color: white;
    border: none;
    padding: 16px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.btn-submit:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 102, 204, 0.2);
    color: white;
}

/* Contact Info Cards */
.contact-info-card {
    background: white;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    display: flex;
    align-items: flex-start;
    gap: 20px;
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
}

.contact-info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    border-color: #e0e0e0;
}

.contact-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #e8f4ff 0%, #d4e9ff 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.contact-icon i {
    font-size: 1.5rem;
    color: #0066cc;
}

.contact-details {
    flex-grow: 1;
}

.contact-info-title {
    color: #1a365d;
    font-weight: 700;
    font-size: 1.3rem;
    margin-bottom: 10px;
}

.contact-info-text {
    color: #555;
    line-height: 1.6;
    margin-bottom: 15px;
}

.contact-link {
    color: #0066cc;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.contact-link:hover {
    color: #004a99;
    gap: 12px;
}

/* Quick Support Card */
.quick-support-card {
    background: linear-gradient(135deg, #1a365d 0%, #2d4a8a 100%);
    border-radius: 16px;
    padding: 30px;
    color: white;
    margin-top: 20px;
}

.quick-support-title {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.quick-support-text {
    opacity: 0.9;
    margin-bottom: 25px;
    line-height: 1.6;
}

.btn-support {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: white;
    padding: 14px;
    border-radius: 12px;
    font-weight: 600;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.btn-support:hover {
    background: rgba(255, 255, 255, 0.3);
    color: white;
    transform: translateY(-2px);
}

.btn-call {
    background: #4dabf7;
    border: none;
    color: white;
    padding: 14px;
    border-radius: 12px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-call:hover {
    background: #339af0;
    color: white;
    transform: translateY(-2px);
}

/* Map Section */
.map-section {
    padding: 80px 0;
    background-color: #f8fafc;
}

.section-title {
    color: #1a365d;
    font-weight: 800;
    font-size: 2.5rem;
    position: relative;
    display: inline-block;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #0066cc, #4dabf7);
    border-radius: 2px;
}

.text-center .section-title::after {
    left: 50%;
    transform: translateX(-50%);
}

.map-container {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0,0,0,0.1);
}

.map-placeholder {
    position: relative;
    height: 400px;
    border-radius: 20px;
    overflow: hidden;
}

.map-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.map-overlay {
    position: absolute;
    top: 30px;
    left: 30px;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(10px);
    padding: 20px;
    border-radius: 12px;
    color: white;
    max-width: 300px;
}

.map-info h5 {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 1.2rem;
}

.map-info p {
    opacity: 0.9;
    margin-bottom: 15px;
    font-size: 0.95rem;
}

/* FAQ Section */
.faq-section {
    padding: 80px 0;
    background: white;
}

.accordion-item {
    border: 1px solid #e8f4ff;
    border-radius: 12px;
    margin-bottom: 15px;
    overflow: hidden;
}

.accordion-button {
    background-color: #f8fafc;
    color: #1a365d;
    font-weight: 600;
    font-size: 1.1rem;
    padding: 20px 25px;
    border: none;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    background-color: #e8f4ff;
    color: #0066cc;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230066cc'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230066cc'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-body {
    padding: 25px;
    color: #555;
    line-height: 1.7;
    background-color: #fdfdfd;
}

/* CTA Section */
.cta-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #1a365d 0%, #2d4a8a 100%);
    color: white;
}

.cta-container {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 50px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.cta-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.cta-text {
    opacity: 0.9;
    font-size: 1.1rem;
    max-width: 600px;
}

.btn-cta {
    background: white;
    color: #0066cc;
    border: none;
    padding: 16px 35px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 1.1rem;
    transition: all 0.3s ease;
}

.btn-cta:hover {
    background: #f8f9fa;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
    color: #0066cc;
}

/* Success Modal */
.success-icon {
    font-size: 5rem;
    color: #28a745;
}

.modal-title {
    color: #1a365d;
    font-weight: 700;
    font-size: 1.8rem;
}

.modal-text {
    color: #555;
    font-size: 1.1rem;
    max-width: 400px;
    margin: 0 auto;
}

/* Responsive Design */
@media (max-width: 992px) {
    .contact-main-title {
        font-size: 2.5rem;
    }
    
    .contact-badge {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    
    .badge-item {
        width: 100%;
        max-width: 300px;
        justify-content: center;
    }
    
    .form-title {
        font-size: 1.8rem;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .cta-title {
        font-size: 1.7rem;
    }
    
    .cta-container {
        padding: 40px 30px;
    }
}

@media (max-width: 768px) {
    .contact-header-section {
        padding: 60px 0 40px;
    }
    
    .contact-main-title {
        font-size: 2rem;
    }
    
    .contact-main-subtitle {
        font-size: 1rem;
    }
    
    .contact-form-container {
        padding: 30px 25px;
    }
    
    .contact-info-card {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
    
    .contact-icon {
        margin-bottom: 15px;
    }
    
    .map-overlay {
        position: relative;
        top: 0;
        left: 0;
        max-width: 100%;
        border-radius: 0 0 20px 20px;
    }
    
    .map-placeholder {
        height: 350px;
    }
    
    .cta-container {
        text-align: center;
    }
    
    .btn-cta {
        width: 100%;
        margin-top: 20px;
    }
}

@media (max-width: 576px) {
    .contact-form-container {
        padding: 25px 20px;
    }
    
    .contact-info-card {
        padding: 25px 20px;
    }
    
    .quick-support-card {
        padding: 25px 20px;
    }
    
    .accordion-button {
        font-size: 1rem;
        padding: 15px 20px;
    }
    
    .faq-section, .map-section {
        padding: 60px 0;
    }
}










/* Mobile */
@media (max-width: 768px) {
  .catalogue-title {
    font-size: 26px;
  }
}


/* Mobile Responsive */
@media (max-width: 768px) {
  .welcome-box {
    text-align: center;
  }

  .welcome-text {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .welcome-logo img {
    max-width: 180px;
  }


}

/* Prevent horizontal scroll */
body {
  overflow-x: hidden;
}

/* Hero section mobile fix */
.ivy-hero-slider .hero-slide {
  padding: 60px 0;
}

@media (max-width: 768px) {

  .ivy-hero-slider h1 {
    font-size: 26px;
    text-align: center;
  }

  .ivy-hero-slider p {
    text-align: center;
  }

  .ivy-hero-slider .btn {
    display: block;
    margin: 15px auto;
  }

  /* Images fix */
  img {
    max-width: 100%;
    height: auto;
  }

  /* Product cards spacing */
  .product-card {
    padding: 15px;
  }

  /* Contact section fix */
  .contact-box {
    text-align: center;
  }

  .contact-form input,
  .contact-form select {
    width: 100%;
  }

  /* Offerings images */
  .offer-card img {
    width: 100%;
    height: auto;
  }

}
.blog-card {
    transition: 0.3s ease;
}

.blog-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

@media (max-width:768px){
    .blog-image {
        height: 180px;
    }

    .blog-content {
        padding: 15px;
    }

    .blog-post-title {
        font-size: 16px;
    }

    .blog-excerpt {
        font-size: 14px;
    }
}
html, body {
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}



































@keyframes moveBg{
  from{background-position:left center;}
  to{background-position:right center;}
}


/* Responsive */
@media (max-width: 768px) {
  .custom-box {
    padding: 30px;
  }

  .custom-title {
    margin-bottom: 20px;
    font-size: 32px;
  }
}







@media (max-width: 768px) {
  .hero-slide h1 {
    font-size: 2rem;
    text-align: center;
  }
  .hero-slide p {
    text-align: center;
    margin: auto;
  }
}

