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

body {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box; 
    overflow-x: hidden;
    overflow-y: hidden;
  }







/* ----------------------
   PICTURE SCROLLING
------------------------- */

    
.picScrollingCon {
    background-color: #ffffff;
    border-top: 1px solid #f9f5f149;
    border-bottom: 1px solid #f9f5f149;
    padding: 40px 30px;
    margin-top: 90px;
}
.uiImageMarquee {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.uiImageRow {
    display: flex;
    animation: uiMarquee 20s linear infinite;
}
.uiImageRow img {
    width: 200px;
    border-radius: 3px;
    margin-right: 20px;
    object-fit: cover;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    pointer-events: none;
    user-select: none;
    -webkit-user-drag: none;
    cursor: none; 
}
@keyframes uiMarquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

@media (max-width: 760px) {
    .picScrollingCon{
        padding: 40px 0px;
    }

    .uiImageRow {
        animation: uiMarquee 8s linear infinite;
    }
}







/* ----------------------
   HERO SECTION
------------------------- */
.uiSectionWrapper {
  padding: 80px 16px;
  background-color: #f6f7fb;
  color: #0e0e1a;
}

.uiMainContainer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  max-width: 1140px;
  margin: 0 auto;
  gap: 24px;
}

.uiTextContent {
  flex: 1 1 500px;
  padding: 28px;
  border-radius: 12px;
  background-color: #ffffff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.uiTextContent:hover {
  transform: translateY(-3px);
}

.uiTitle {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 1.3;
  color: #111827;
}

.uiDescription {
  font-size: 16px;
  line-height: 1.6;
  color: #444;
}

.uiImageDisplay {
  flex: 1 1 420px;
  text-align: center;
}

.uiMainImage {
  width: 100%;
  max-width: 460px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.uiCtaSection {
  max-width: 1000px;
  margin: 60px auto 0;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 16px;
  padding: 40px 24px;
  text-align: center;
  background-image: linear-gradient(145deg, rgba(6, 6, 81, 0.8), rgba(1, 1, 17, 0.8));
  color: #ffffff;
}

.uiTagline {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 24px;
}

.uiAvatarGroup {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.uiAvatarGroup img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  object-fit: cover;
  margin-left: -12px;
  transition: transform 0.3s ease;
}

.uiAvatarGroup img:first-child {
  margin-left: 0;
}

.uiAvatarGroup img:hover {
  transform: scale(1.1);
  z-index: 2;
}

.uiCtaButton {
  font-size: 1rem;
  padding: 12px 28px;
  border: none;
  border-radius: 28px;
  background: linear-gradient(to right, #ff590d, #ff7511);
  color: #ffffff;
  cursor: pointer;
  font-weight: 600;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.uiCtaButton:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

@media (max-width: 1024px) {
  .uiMainContainer {
    flex-direction: column;
    gap: 32px;
    padding: 0 10px;
  }

  .uiTextContent, .uiImageDisplay {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .uiMainImage {
    max-width: 100%;
  }
}

@media (max-width: 600px) {
  .uiTitle {
    font-size: 22px;
  }

  .uiDescription {
    font-size: 15px;
  }

  .uiTagline {
    font-size: 1.4rem;
  }

  .uiAvatarGroup img {
    width: 48px;
    height: 48px;
    margin-left: -10px;
  }

  .uiCtaButton {
    width: 100%;
    max-width: 280px;
  }

  .uiCtaSection {
    margin-top: 40px;
    padding: 32px 16px;
  }
}









/* ----------------------
   PORTFOLIO SECTION
------------------------- */
.portfolio-slider {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(200, 200, 200, 0.25);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding: 60px 32px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
  margin-top: 90px;
}

.slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.slide {
  min-width: 100%;
  box-sizing: border-box;
}

.slide-content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.image-slider {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.image-slider img {
  height: 220px;
  width: auto;
  max-width: 300px;
  border-radius: 16px;
  object-fit: cover;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  z-index: 1;
}

.image-slider img:hover {
  transform: scale(1.1);
  z-index: 2;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.slide-caption {
  background: #111827;
  color: #ffffff;
  padding: 24px 32px;
  border-radius: 12px;
  text-align: center;
  margin: 40px auto;
  width: 85%;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}

.slide-caption h3 {
  font-size: 22px;
  font-weight: 600;
  color: #00aaff;
  margin-bottom: 10px;
}

.slide-caption p {
  font-size: 16px;
  line-height: 1.6;
  color: #e5e5e5;
}

.slide-buttons {
  text-align: center;
  margin-top: 24px;
}

.slider-button {
  background: #ff590d;
  color: #ffffff;
  border: none;
  padding: 10px 16px;
  font-size: 1.2rem;
  border-radius: 6px;
  margin: 0 6px;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s ease;
}

.slider-button:hover {
  transform: scale(1.05);
  background: #ff6f30;
}

.slide-dots {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  gap: 8px;
}

.slide-dots button {
  width: 10px;
  height: 10px;
  border: none;
  border-radius: 50%;
  background-color: #c5c5c5;
  opacity: 0.5;
  transition: all 0.3s ease;
  cursor: pointer;
}

.slide-dots button.active {
  background-color: #ff590d;
  opacity: 1;
  transform: scale(1.2);
}

@media (max-width: 768px) {
  .portfolio-slider {
    padding: 40px 20px;
  }

  .slide-content {
    flex-direction: column;
    gap: 16px;
  }

  .image-slider {
    flex-direction: column;
    gap: 16px;
  }

  .image-slider img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .slide-caption {
    width: 95%;
    margin-top: 30px;
    padding: 20px;
  }

  .slide-caption h3 {
    font-size: 18px;
  }

  .slide-caption p {
    font-size: 15px;
  }

  .slide-buttons {
    margin-top: 16px;
  }

  .slider-button {
    font-size: 1rem;
    padding: 8px 14px;
  }

  .slide-dots {
    margin-top: 16px;
  }
}







/* ----------------------
   DESIGN SERVICES
------------------------- */
.designServices {
    margin-top: 60px;
    background-color: #fdffff;
    color: #fff;
    padding: 60px 20px;
    text-align: center;
}

.sectionHeader h2 {
    font-size: 40px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 15px;
    line-height: 1.0;
}

.sectionHeader p {
    font-size: 18px;
    color: #222121;
    margin-bottom: 40px;
    line-height: 1.1;
}

.services {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    justify-self: center;
}

.uiuxServiceCard {
    background-color: rgb(255, 255, 255);
    border-radius: 15px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    border: 1px solid rgba(126, 125, 125, 0.531);
    padding: 20px 10px;

}

.uiuxServiceCard:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
    border-color: #0085ff;
    background-color: rgba(0, 133, 255, 0.1);
    transition: all 0.3s ease-in-out;
}

.serviceIcon {
    font-size: 35px;
    color: #0085ff;
    margin-top: 20px;
    margin-bottom: 5px;
}

.serviceInfo {
    padding: 20px;
}

.serviceInfo h3 {
    font-size: 20px;
    font-weight: 600;
    color: white;
    background: linear-gradient(to right, #0072ff, #50c6f5);
    padding: 8px 0;
    border-radius: 7px;
    margin-bottom: 10px;
    line-height: 1.1;
}

.serviceInfo p {
    font-size: 16px;
    color: #3a3a3a;
    line-height: 1.1;
}

@media (max-width: 768px) {

    .designServices{
        padding: 40px;
    }

    .sectionHeader h2 {
        font-size: 28px;
    }

    .sectionHeader p {
        font-size: 16px;
    }

    .services{
        grid-template-columns: 1fr 1fr;
        gap: 10;

    }

    .uiuxServiceCard {
        padding: 0;
    }

    .serviceInfo {
    padding: 10px 10px 20px 10px;
    }

    .serviceInfo h3 {
        font-size: 16px;
    }

    .serviceInfo p {
        font-size: 14px;
    }

    .serviceIcon {
        font-size: 20px;
    }

    
}


