.elementor-3031 .elementor-element.elementor-element-40f4605c{--display:flex;--min-height:183px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3031 .elementor-element.elementor-element-40f4605c:not(.elementor-motion-effects-element-type-background), .elementor-3031 .elementor-element.elementor-element-40f4605c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-3031 .elementor-element.elementor-element-15e87b5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3031 .elementor-element.elementor-element-15e87b5:not(.elementor-motion-effects-element-type-background), .elementor-3031 .elementor-element.elementor-element-15e87b5 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-3031 .elementor-element.elementor-element-2f59cee{--spacer-size:100px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-96d217d */@font-face {
  font-family: 'Clash Display Variable';
  src: url('/wp-content/uploads/2025/06/ClashDisplay-Variable.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

* {
  box-sizing: border-box;
}

.portfolio-section {
  max-width: 1900px !important;
  width: 80%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  padding-top: 60px;
  position: relative;
}

/* Add subtle background pattern */
.portfolio-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 200px;
  background: radial-gradient(ellipse at center, rgba(249, 147, 32, 0.05) 0%, transparent 70%);
  pointer-events: none;
}

.portfolio-section h1 {
  font-family: 'Clash Display Variable', sans-serif;
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 500;
  margin-bottom: 20px;
  color: white;
  position: relative;
  background: linear-gradient(135deg, #ffffff 0%, #f0f0f0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.portfolio-section p {
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: clamp(1.1rem, 2.5vw, 1.5rem);
  line-height: 1.5;
  letter-spacing: 0.5px;
  text-align: center;
  color: #b0b0b0;
  margin-bottom: 50px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/* Enhanced Tab Buttons */
.tab-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 50px;
  flex-wrap: wrap;
  background: rgba(255, 255, 255, 0.03);
  padding: 10px;
  border-radius: 50px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
}


.portfolio-tab:hover,
.portfolio-tab:focus,
.portfolio-tab:active,
.sub-tab:hover,
.sub-tab:focus,
.sub-tab:active {
  background: rgba(249, 147, 32, 0.15) !important;
  color: #FFFFF !important;
  border-color: rgba(249, 147, 32, 0.3) !important;
}

.portfolio-tab {
  background: transparent;
  color: #ccc;
  border: none;
  padding: 12px 24px;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.5px;
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(10px);
  white-space: nowrap;
}

.portfolio-tab::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(249, 147, 32, 0.2), transparent);
  transition: left 0.5s;
}

.portfolio-tab:hover::before {
  left: 100%;
}

.portfolio-tab.active {
  background: linear-gradient(135deg, #F99320 0%, #ff6b35 100%);
  color: white;
  font-weight: 600;
  box-shadow: 0 8px 25px rgba(249, 147, 32, 0.3);
  transform: translateY(-2px);
}

.portfolio-tab:hover:not(.active) {
  background: rgba(249, 147, 32, 0.15);
  color: #F99320;
  transform: translateY(-1px);
  box-shadow: 0 4px 15px rgba(249, 147, 32, 0.2);
}

/* Enhanced Sub-tab Buttons */
.sub-tab-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin: 40px 0;
  flex-wrap: wrap;
}

.sub-tab {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  font-size: 16px;
  color: #ccc;
  cursor: pointer;
  position: relative;
  padding: 10px 20px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  backdrop-filter: blur(10px);
  overflow: hidden;
}

.sub-tab::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: linear-gradient(135deg, #F99320 0%, #ff6b35 100%)!important;
  transition: width 0.3s ease;
  z-index: -1;
}

.sub-tab.active::before,
.sub-tab:hover::before {
  width: 100%;
}

.sub-tab.active {
  color: white;
  font-weight: 600;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(249, 147, 32, 0.3);
}

.sub-tab:hover:not(.active) {
  color: white;
  transform: translateY(-1px);
}

/* Grid Layouts with Improved Spacing */
.grid.webdesign-grid {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  justify-items: center;
  margin-bottom: 80px;
  padding: 20px 0;
}

.grid.content-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  justify-items: center;
  margin-bottom: 80px;
  padding: 20px 0;
}

.grid.shooting-grid,
.branding-grid {
  display: grid;
  gap: 25px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  justify-items: center;
  margin-bottom: 80px;
  padding: 20px 0;
}

/* Enhanced Card Design */
.card {
  background: linear-gradient(145deg, #1e1e1e 0%, #2a2a2a 100%);
  border-radius: 20px;
  padding: 25px;
  text-align: center;
  box-shadow: 
    0 10px 30px rgba(0, 0, 0, 0.3),
    0 1px 3px rgba(255, 255, 255, 0.1) inset;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.card::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(249, 147, 32, 0.1), transparent);
  transition: left 0.6s;
}

.card:hover::before {
  left: 100%;
}

.card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.4),
    0 0 0 1px rgba(249, 147, 32, 0.3);
}

.card img {
  width: 100%;
  border-radius: 15px;
  margin-bottom: 20px;
  height: auto;
  transition: transform 0.4s ease;
  filter: brightness(0.9);
}

.card:hover img {
  transform: scale(1.05);
  filter: brightness(1);
}

.card h3 {
  color: white;
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 15px;
  font-family: 'Clash Display Variable', sans-serif;
}

.card .btn {
  display: inline-block;
  padding: 12px 24px;
  border: 2px solid transparent;
  border-radius: 25px;
  text-decoration: none;
  color: white;
  background: linear-gradient(135deg, #F99320 0%, #ff6b35 100%);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-weight: 600;
  letter-spacing: 0.5px;
  position: relative;
  overflow: hidden;
}

.card .btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s;
}

.card .btn:hover::before {
  left: 100%;
}

.card .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(249, 147, 32, 0.4);
  border-color: rgba(255, 255, 255, 0.3);
}

/* Enhanced Images with Hover Effects */
.grid img:not(.card img) {
  max-width: 100%;
  border-radius: 15px;
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  filter: brightness(0.9);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.grid img:not(.card img):hover {
  transform: translateY(-5px) scale(1.03);
  box-shadow: 
    0 15px 35px rgba(0, 0, 0, 0.4),
    0 0 0 1px rgba(249, 147, 32, 0.3);
  filter: brightness(1);
}

/* Improved Responsive Design */
@media (max-width: 1200px) {
  .grid.content-grid,
  .grid.shooting-grid,
  .branding-grid {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  }
}

@media (max-width: 1024px) {
  .portfolio-section {
    width: 85%;
    padding-top: 50px;
  }
  
  .grid.webdesign-grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
  }

  .grid.content-grid,
  .grid.shooting-grid,
  .branding-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
  }

  .tab-buttons {
    gap: 12px;
    padding: 8px;
    flex-wrap: wrap;
  }

  .portfolio-tab {
    padding: 10px 18px;
    font-size: 15px;
  }
}

/* Mobile Improvements */
@media (max-width: 768px) {
  .portfolio-section {
    width: 90%;
    padding: 0;
    padding-top: 40px;
  }

  .tab-buttons {
    flex-direction: column;
    gap: 12px;
    background: transparent;
    padding: 0;
    border-radius: 0;
    border: none;
    backdrop-filter: none;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .portfolio-tab {
    width: 100%;
    padding: 16px 20px;
    font-size: 16px;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin: 0;
    text-align: center;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .portfolio-tab.active {
    background: linear-gradient(135deg, #F99320 0%, #ff6b35 100%);
    border-color: #F99320;
    transform: none;
    box-shadow: 
      0 4px 15px rgba(249, 147, 32, 0.3),
      0 0 0 2px rgba(249, 147, 32, 0.2);
  }

  .portfolio-tab:hover:not(.active) {
    background: rgba(249, 147, 32, 0.1);
    border-color: rgba(249, 147, 32, 0.3);
    transform: none;
    box-shadow: 0 2px 8px rgba(249, 147, 32, 0.2);
  }

  .sub-tab-buttons {
    flex-direction: column;
    gap: 12px;
    margin: 30px 0;
  }

  .sub-tab {
    width: 100%;
    padding: 14px 16px;
    font-size: 16px;
    border-radius: 12px;
    text-align: center;
    min-height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .sub-tab.active {
    background: linear-gradient(135deg, #F99320 0%, #ff6b35 100%);
    color: white;
    border-color: #F99320;
    box-shadow: 
      0 4px 12px rgba(249, 147, 32, 0.3),
      0 0 0 1px rgba(249, 147, 32, 0.2);
    transform: none;
  }

  .sub-tab:hover:not(.active) {
    background: rgba(249, 147, 32, 0.1);
    border-color: rgba(249, 147, 32, 0.3);
    color: #F99320;
    transform: none;
  }

  .grid.webdesign-grid,
  .grid.content-grid,
  .grid.shooting-grid,
  .branding-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .card {
    padding: 20px;
  }
}

/* Extra Small Mobile */
@media (max-width: 480px) {
  .portfolio-section {
    width: 95%;
    padding: 0;
    padding-top: 30px;
  }

  .portfolio-section h1 {
    margin-bottom: 15px;
  }

  .portfolio-section p {
    margin-bottom: 30px;
  }

  .portfolio-tab {
    padding: 14px 16px;
    font-size: 15px;
    min-height: 48px;
  }
  
  .tab-buttons {
    gap: 10px;
    margin-bottom: 30px;
  }

  .sub-tab {
    padding: 12px 14px;
    font-size: 15px;
    min-height: 44px;
  }
  
  .sub-tab-buttons {
    gap: 10px;
    margin: 25px 0;
  }

  .card {
    padding: 15px;
  }

  .card .btn {
    padding: 10px 20px;
    font-size: 14px;
  }
}

/* Add smooth loading animation */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.tab-content {
  animation: fadeInUp 0.6s ease-out;
}

/* Add loading skeleton for better UX */
.grid img {
  background: linear-gradient(90deg, #2a2a2a 25%, #3a3a3a 50%, #2a2a2a 75%);
  background-size: 200% 100%;
  animation: loading 1.5s infinite;
}

@keyframes loading {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}

.grid img[src] {
  animation: none;
  background: none;
}

/* Custom scrollbar */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #1a1a1a;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(135deg, #F99320 0%, #ff6b35 100%);
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(135deg, #ff6b35 0%, #F99320 100%);
}/* End custom CSS */