/* ----------------------
   BODY STYLE
------------------------- */

body {
   margin: 0px;
   padding: 0px;
   box-sizing: border-box; 
   overflow-x: hidden;
   overflow-y: hidden;
 }
 
 
 
 
 
 
 
 /* ----------------------
   HERO SECTION
------------------------- */
.shopifyHeroSection {
  width: 100%;
  padding: 140px 20px 60px;
  background: linear-gradient(135deg, #e6f0ff 0%, #ffffff 50%, #f3f9ff 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.shopifyHeroContent {
  text-align: center;
  max-width: 960px;
  width: 100%;
  padding: 0 20px;
  z-index: 2;
  position: relative;
}

.shopifyHeroTitle {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #0d1b2a;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.3;
  transition: color 0.3s ease;
}

.shopifyHeroTitle:hover {
  color: #0066ff;
}

.shopifyHeroDescription {
  font-size: 20px;
  color: #444;
  margin-bottom: 50px;
  line-height: 1.7;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.shopifyAnimatedCircles {
  display: flex;
  justify-content: center;
  gap: 40px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 30px;
}

.shopifyCircle {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  transition: transform 0.6s ease, box-shadow 0.4s ease;
  animation: fadeInOut 5s ease-in-out infinite;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
  position: relative;
  z-index: 1;
}

.shopifyCircle img {
  width: 48px;
  height: auto;
}

.shopifyCircle1 {
  animation-delay: 2s;
}

.shopifyCircle2 {
  animation-delay: 3s;
}

.shopifyCircle3 {
  animation-delay: 5s;
}

.shopifyCircle:hover {
  transform: translateY(-14px) scale(1.07) rotate(360deg);
  box-shadow: 0 10px 30px rgba(0, 123, 255, 0.2);
}

@keyframes fadeInOut {
  0%, 100% {
    opacity: 0.25;
  }
  50% {
    opacity: 1;
  }
}

@media (max-width: 1024px) {
  .shopifyHeroTitle {
    font-size: 38px;
  }

  .shopifyHeroDescription {
    font-size: 18px;
  }

  .shopifyCircle {
    width: 75px;
    height: 75px;
  }

  .shopifyCircle img {
    width: 42px;
  }
}

@media (max-width: 768px) {
  .shopifyHeroTitle {
    font-size: 32px;
  }

  .shopifyHeroDescription {
    font-size: 17px;
  }

  .shopifyCircle {
    width: 65px;
    height: 65px;
  }

  .shopifyCircle img {
    width: 36px;
  }
}

@media (max-width: 480px) {
  .shopifyHeroTitle {
    font-size: 26px;
  }

  .shopifyHeroDescription {
    font-size: 15px;
  }

  .shopifyCircle {
    width: 55px;
    height: 55px;
  }

  .shopifyCircle img {
    width: 30px;
  }
}









/* ----------------------
   PORTFOLIO WEBSITE
------------------------- */


.shopifyCardSection {
  background: linear-gradient(135deg, #f6f9ff, #ffffff);
  padding: 60px 40px;
}

.shopifySwiperCustom {
  padding: 60px 0 !important;
}

.shopifyCustomCard {
  background: rgba(255, 255, 255, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 20px;
  padding: 20px 16px;
  width: 260px;
  box-sizing: border-box;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  transition: transform 0.4s ease, box-shadow 0.4s ease, border 0.3s ease;
  border: 1px solid #0084ff3d;
}

.shopifyCustomCard:hover {
  transform: scale(1.03);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.shopifyCardImgTop {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.shopifyBadgeNew,
.shopifyBadgeRecent {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.3px;
  margin-right: 15px;
  margin-left: 15px;
}

.shopifyBadgeNew {
  background: rgba(0, 132, 255, 0.1);
  color: #007bff;
}

.shopifyBadgeRecent {
  background: rgba(0, 255, 72, 0.1);
  color: #1b9e28;
}

.shopifyFlag {
  width: 20px;
  height: 15px;
  border-radius: 3px;
  object-fit: cover;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

.shopifyCardTitle {
  font-size: 1.05rem;
  color: #1e1e1e;
  margin: 0;
  font-weight: 600;
  display: inline-block;
}

.shopifyCardText {
  font-size: 0.9rem;
  color: #4f4f4f;
  margin-top: 12px;
  line-height: 1.5;
  font-weight: 400;
}

.shopifyBtnVisit {
  background: linear-gradient(to right, #fe0909, #ff7511);
  color: white;
  padding: 10px 14px;
  border-radius: 30px;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  margin-top: 20px;
  transition: background 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 14px rgba(255, 81, 47, 0.4);
}

.shopifyBtnVisit:hover {
  background: linear-gradient(to right, #ff7511, #fe0909);
  transform: translateY(-2px);
}

.shopifyBtnVisit i {
  margin-left: 8px;
  font-size: 16px;
}

.shopifySwiperCustom .swiper-pagination {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
}

.shopifySwiperCustom .swiper-slide {
  background-color: transparent !important;
  box-shadow: none !important;
  filter: none !important;
}

.shopifySwiperCustom .shopifyCardTitle,
.shopifySwiperCustom .shopifyCardText {
  text-shadow: none !important;
  font-size: 1rem !important;
}

.shopifySwiperCustom .swiper-slide-active {
  border: none !important;
}

@media (max-width: 800px) {
  .shopifyCardSection {
    padding: 30px 20px;
  }

  .shopifySwiperCustom {
    padding: 60px 0 !important;
  }

  .shopifyCustomCard {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }
}





/* ----------------------
   SCCROLLING SECTION
------------------------- */
.shopifyMarqueeContainer {
  width: 100%;
  overflow: hidden;
  padding: 20px 0;
  margin: 60px 0;
  background: linear-gradient(260deg, rgba(28, 153, 254, 0.9), rgba(18, 109, 194, 0.85), rgba(15, 117, 212, 0.95));
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.shopifyMarqueeContent {
  display: flex;
  gap: 30px;
  animation: shopifyScrollMarquee 18s linear infinite;
  white-space: nowrap;
  align-items: center;
}

.shopifyReverseDirection {
  animation: shopifyScrollMarqueeReverse 18s linear infinite;
}

.shopifyMarqueeText {
  font-size: 38px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 8px 0;
  background: linear-gradient(to right, #ffffff, #cdefff, #ffffff);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  letter-spacing: 1.2px;
  transition: transform 0.3s ease;
}

.shopifyMarqueeText:hover {
  transform: scale(1.05);
}

.fas.fa-circle {
  color: #ffffffb2;
  font-size: 14px;
  margin: 0 12px;
  opacity: 0.9;
}

.shopifyBlueBackground {
  background-color: #ec5b2f;
}

@keyframes shopifyScrollMarquee {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

@keyframes shopifyScrollMarqueeReverse {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}

@media (max-width: 1200px) {
  .shopifyMarqueeContent,
  .shopifyReverseDirection {
    animation-duration: 22s;
  }
}

@media (max-width: 992px) {
  .shopifyMarqueeContent,
  .shopifyReverseDirection {
    animation-duration: 20s;
  }
}

@media (max-width: 768px) {
  .shopifyMarqueeContent,
  .shopifyReverseDirection {
    animation-duration: 16s;
  }

  .shopifyMarqueeText {
    font-size: 28px;
  }
}

@media (max-width: 576px) {
  .shopifyMarqueeContent,
  .shopifyReverseDirection {
    animation-duration: 15s;
  }

  .shopifyMarqueeText {
    font-size: 24px;
  }

  .fas.fa-circle {
    font-size: 10px;
    margin: 0 6px;
  }
}





/* ----------------------
   SHOPIFY DETAILS
------------------------- */

.shopifySection {
   width: 100%;
   padding: 60px 20px;
   display: flex;
   justify-content: center;
   align-items: stretch;
   background-color: #ffffff; 
}

.shopContainer {
   display: flex;
   justify-content: space-between;
   align-items: stretch; 
   max-width: 1100px;
   margin: 0 auto;
}

.shopLeftCol,
.shopRightCol {
   flex: 1;
   padding: 20px;
}


.shopSectionTitle {
   font-size: 25px;
   font-weight: bold;
   color: #333;
   margin-bottom: 20px;
}

.shopSectionContent {
   font-size: 16px;
   color: #666;
   line-height: 1.4;
   margin-bottom: 10px;
   padding-right: 40px;
}

.ctaButton {
   display: inline-block;
   padding: 12px 30px;
   background: linear-gradient(to right, #fe0909, #ff7511);
   color: white;
   font-size: 18px;
   font-weight: 500;
   border-radius: 30px;
   border-top-right-radius: 0;
   text-decoration: none;
   margin-top: 20px;
   transition: background-color 0.3s ease, transform 0.3s ease;
}

.ctaButton:hover {
   background: linear-gradient(to right, #ff7511, #fe0909);
   transform: translateY(-5px);
}

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

.shopRightCol img {
   width: 80%;
   height: 100%;
   object-fit: cover; 
   border-radius: 8px;
}

@media (max-width: 1024px) {
   .shopContainer {
       flex-direction: column-reverse;
       align-items: center;
       padding: 4px 30px;
       border: 1px solid #c9e2faef;
       border-radius: 7px;
   }

   .shopLeftCol,
   .shopRightCol {
       width: 100%;
       padding: 0;
   }

   .shopSectionTitle {
       font-size: 28px;
   }

   .ctaButton {
       font-size: 16px;
       padding: 10px 25px;
       margin-bottom: 20px;
   }

   .shopSectionContent{
      font-size: 14px !important;
       padding-right: 0px;
   }

   .shopRightCol img{
       width: 100%;
       margin-bottom: 50px;
   }
}

@media (max-width: 768px) {
   .shopSectionTitle {
       font-size: 24px;
   }

   .shopSectionContent {
       font-size: 16px;
   }

   .ctaButton {
       font-size: 15px;
       padding: 10px 20px;
   }
}

@media (max-width: 576px) {
   .shopSectionTitle {
       font-size: 20px;
   }

   .shopSectionContent {
       font-size: 15px;
   }
}


