.elementor-21 .elementor-element.elementor-element-fa599e6{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-21 .elementor-element.elementor-element-db440c4{--display:flex;--min-height:0px;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;}.elementor-21 .elementor-element.elementor-element-db440c4:not(.elementor-motion-effects-element-type-background), .elementor-21 .elementor-element.elementor-element-db440c4 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://avus.co.in/wp-content/uploads/2026/03/Artist-Butter-Paper.png");background-position:top center;background-repeat:no-repeat;background-size:contain;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-21 .elementor-element.elementor-element-ed9cbb0 .elementor-heading-title{font-size:64px;font-weight:600;color:var( --e-global-color-66efe00 );}.elementor-21 .elementor-element.elementor-element-a81d462 .elementor-heading-title{font-size:32px;font-weight:400;color:var( --e-global-color-66efe00 );}.elementor-21 .elementor-element.elementor-element-7982cb4{--display:flex;--min-height:850px;--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;--justify-content:space-between;--margin-top:-850px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-widget-loop-grid .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-loop-grid .elementor-pagination{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-loop-grid .e-load-more-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-21 .elementor-element.elementor-element-49c82a0{--grid-columns:2;}.elementor-21 .elementor-element.elementor-element-49c82a0 .elementor-loop-container{grid-auto-rows:1fr;}.elementor-21 .elementor-element.elementor-element-49c82a0 .e-loop-item > .elementor-section, .elementor-21 .elementor-element.elementor-element-49c82a0 .e-loop-item > .elementor-section > .elementor-container, .elementor-21 .elementor-element.elementor-element-49c82a0 .e-loop-item > .e-con, .elementor-21 .elementor-element.elementor-element-49c82a0 .e-loop-item .elementor-section-wrap  > .e-con{height:100%;}@media(max-width:1024px){.elementor-21 .elementor-element.elementor-element-49c82a0{--grid-columns:2;}}@media(max-width:767px){.elementor-21 .elementor-element.elementor-element-db440c4{--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-21 .elementor-element.elementor-element-db440c4:not(.elementor-motion-effects-element-type-background), .elementor-21 .elementor-element.elementor-element-db440c4 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-size:0% auto;}.elementor-21 .elementor-element.elementor-element-ed9cbb0 .elementor-heading-title{font-size:36px;}.elementor-21 .elementor-element.elementor-element-a81d462 .elementor-heading-title{font-size:22px;}.elementor-21 .elementor-element.elementor-element-7982cb4{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-21 .elementor-element.elementor-element-49c82a0{--grid-columns:1;}}@media(min-width:768px){.elementor-21 .elementor-element.elementor-element-7982cb4{--content-width:1500px;}}/* Start custom CSS for container, class: .elementor-element-db440c4 *//* --- UNIVERSAL STYLES --- */
.artist-vertical-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
    padding: 0px 0px;
}

/* Force headings to stay in a single line */
.artist-vertical-heading h2,
.artist-vertical-heading h3 {
    margin: 0 !important;
    padding: 0 !important;
    white-space: nowrap !important; 
    display: inline-block;
}

/* --- MOBILE VIEW (Horizontal) --- */
@media (max-width: 767px) {
    /* Ensure no pseudo-element lines appear on mobile */
    .artist-vertical-heading::before,
    .artist-vertical-heading::after {
        display: none !important;
    }

    /* Simple small line under the h3 heading */
    .artist-vertical-heading h2 {
        border-bottom: 2px solid #4b3d21;
 
        padding-bottom: 5px !important; /* Space between text and line */
        display: inline-block; /* Ensures the line is only as wide as the text */
        margin-top: 10px !important;
    }
    
    .artist-vertical-heading h3 {
 
        padding-bottom: 5px !important; /* Space between text and line */
        display: inline-block; /* Ensures the line is only as wide as the text */
        margin-top: 10px !important;
    }
}

/* --- DESKTOP VIEW (Vertical) --- */
@media (min-width: 768px) {
    .artist-vertical-heading {
        flex-direction: row; 
        writing-mode: vertical-rl;
        transform: rotate(180deg);
        height: 1000px; 
        justify-content: center;
        align-items: center;
        position: relative;
    }

    /* Remove the mobile border when on desktop */
    .artist-vertical-heading h3 {
        border-bottom: none;
    }

    /* Restore the long vertical design lines for desktop */
    .artist-vertical-heading::before,
    .artist-vertical-heading::after {
        content: "";
        display: block;
        background-color: #4b3d21;
        width: 2px;
    }

    .artist-vertical-heading::before {
        height: 200px; 
        margin: 0 0 20px 0;
    }

    .artist-vertical-heading::after {
        height: 200px; 
        margin: 20px 0 0 0;
    }
}



.artist-vertical-heading h2, .artist-vertical-heading h3,
.artist-vertical-heading::after,
.artist-vertical-heading::before
{

  animation: float 5s ease-in-out infinite;
  display: inline-block; 
}

@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px); 
  }
  100% {
    transform: translateY(0px);
  }
}/* End custom CSS */