/* =========================================================
   ARTIST RANA BRANDING OVERRIDES
   Kept separate so the original CSS remains intact.
   ========================================================= */
:root {
  --artist-rana-black: #050609;
  --artist-rana-surface: #10131A;
  --artist-rana-blue: #2563EB;
  --artist-rana-cyan: #22D3EE;
  --artist-rana-green: #84CC16;
  --artist-rana-orange: #FF7A18;
  --artist-rana-yellow: #FACC15;
  --artist-rana-text: #F8FAFC;
  --artist-rana-muted: #AEB8C7;
}

body {
  background-color: var(--artist-rana-black);
}

a:hover, a:focus, a.active {
  color: var(--artist-rana-cyan);
}

.base-color {
  color: var(--artist-rana-cyan);
}

.base-bg {
  background-color: var(--artist-rana-blue);
}

.base-gradient-bg {
  background-image: linear-gradient(135deg, var(--artist-rana-blue) 0%, var(--artist-rana-cyan) 55%, var(--artist-rana-green) 100%);
}

.musica-button:after,
.musica-button-two:after {
  background-image: linear-gradient(135deg, var(--artist-rana-blue) 0%, var(--artist-rana-cyan) 55%, var(--artist-rana-orange) 100%);
}

.text-gradient-color {
  background-image: linear-gradient(90deg, var(--artist-rana-cyan) 0%, var(--artist-rana-blue) 45%, var(--artist-rana-green) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.menu-list > li.active > a,
.menu-list > li:hover > a,
.menu-list ul.dropdown li a:hover,
.gallery-filter ul li a:hover,
.gallery-filter ul li a:focus {
  color: var(--artist-rana-cyan);
}

.menu-list ul.dropdown,
.menu-list ul.dropdown li ul.dropdown,
#easy-menu ul ul {
  border-top: 2px solid var(--artist-rana-blue);
}


body {
  background: #090A0F;
  color: #fff;
  font-size: 13px;
  line-height: 22px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

ul {
  margin: 0px;
  padding: 0;
}

a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
}

a:hover, a:focus, a.active {
  text-decoration: none;
  outline: none;
  color: #22D3EE;
}

input, button, textarea, select {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

input:focus, button:focus, textarea:focus, select:focus {
  outline: 0;
}

input[type='submit']:focus {
  outline: 0;
}

/*  Heading Tag
-------------------*/
h1, h2, h3, h4, h5, h6 {
  color: #fff;
  margin: 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
}

h1 {
  font-size: 60px;
}

h2 {
  font-size: 45px;
  line-height: 50px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-weight: 500;
}

h5 {
  font-size: 16px;
}

ul {
  margin: 0;
  padding: 0;
}

.clear {
  clear: both;
}
.t3s {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.t2s {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}

.t5s {
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -ms-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.pr {
  position: relative;
}

.pa {
  position: absolute;
}

.section-heading {
  padding-bottom: 50px;
}

.section-heading h1, .section-heading h2,
.banner-title h1, .banner-title h2 {
  font-size: 35px;
  font-weight: 300;
}

.section-heading h1 strong,
.section-heading h2 strong,
.banner-title h1 strong,
.banner-title h2 strong {
  font-weight: 800;
}

.section-padding {
  padding-top: 50px;
  padding-bottom: 50px;
}

.musica-button, .musica-button-two {
  min-width: 150px;
  text-align: center;
  display: inline-block;
  border-radius: 50px;
  padding: 13px 20px 14px 20px;
  border: 0;
  transition: .5s;
  position: relative;
  overflow: hidden;
  letter-spacing: 1.5px;
  z-index: 3;
  background: transparent;
}

.musica-button:before,
.musica-button:after,
.musica-button-two:before,
.musica-button-two:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #141923;
  border-radius: 30px;
  z-index: -1;
}

.musica-button:after, .musica-button-two:after {
  opacity: 0;
  background-image: -webkit-linear-gradient(-45deg, #2563EB 20%, #FF7A18 100%);
  background-image: linear-gradient(-45deg, #2563EB 20%, #FF7A18 100%);
  transition: all .4s ease-in-out;
}

.musica-button:hover, .musica-button-two:hover {
  color: #fff;
}

.musica-button:hover:after, .musica-button-two:hover:after {
  opacity: 1;
}

.musica-button:focus, .musica-button-two:focus {
  color: #fff;
}

.small-button.musica-button,
.small-button.musica-button-two {
  min-width: 135px;
  padding: 9px 20px;
  letter-spacing: 1.5px;
}

.musica-button.base-gradient-bg:after {
  opacity: 1;
}

.musica-button-two {
  border: 1px solid #252B36;
}

.musica-button-two:before {
  background: transparent;
}

.musica-button-two:hover {
  border: 1px solid transparent;
}

.base-color {
  color: #22D3EE;
}

.base-bg {
  background: #22D3EE;
}

.black-bg {
  background: #050609;
}

.base-gradient-bg {
  background-image: -webkit-linear-gradient(-45deg, #2563EB 20%, #FF7A18 100%);
  background-image: linear-gradient(-45deg, #2563EB 20%, #FF7A18 100%);
}

input[type='text'],
input[type='search'],
input[type='date'],
input[type='url'],
input[type='email'] {
  height: 57px;
}

input[type='text'],
input[type='search'],
input[type='date'],
input[type='email'],
input[type='url'],
textarea {
  background: transparent;
  border: 2px solid rgba(233, 233, 233, .09);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #fff;
  width: 100%;
  margin-bottom: 18px;
  padding: 15px 20px 15px 40px;
}

input[type='text']:focus,
input[type='search']:focus,
input[type='date']:focus,
input[type='email']:focus,
input[type='url']:focus,
textarea:focus {
  box-shadow: none;
  border-color: rgba(233, 233, 233, .15);
}

textarea {
  height: 190px;
}

.single-input ::-webkit-input-placeholder {
  color: #fff;
  font-weight: 300;
  opacity: 1;
}

.single-input ::-moz-placeholder {
  color: #fff;
  font-weight: 300;
  opacity: 1;
}

.single-input :-ms-input-placeholder {
  color: #fff;
  font-weight: 300;
  opacity: 1;
}

.single-input :-moz-placeholder {
  color: #fff;
  font-weight: 300;
  opacity: 1;
}

.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.no-border {
  border: 0 !important;
}

.pdr0 {
  padding-right: 0;
}

.mt0 {
  margin-top: 0 !important;
}

.pdt20 {
  padding-top: 20px;
}

.pdt40 {
  padding-top: 40px;
}
.pdb40 {
  padding-bottom: 40px;
}

.pdb25 {
  padding-bottom: 25px;
}

.pdb80 {
  padding-bottom: 80px;
}

.pdb90 {
  padding-bottom: 90px;
}

.pdb100{
  padding-bottom: 100px;
}
.pdb110{
  padding-bottom: 110px;
}
/* -----------------------------------
** Main Menu
-------------------------------------*/
.musica-header {
  position: relative;
}

.menu-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  transition: all 0.3s ease-out 0s;
}

.shop-icon {
  float: right;
  position: relative;
  width: 31px;
  margin-top: 20px;
  padding: 5px 0;
}

.shop-icon i {
  font-size: 20px;
}

.shop-icon .shop-count {
  position: absolute;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  text-align: center;
  top: 0;
  line-height: 17px;
  right: 0;
}

#easy-menu {
  width: calc(100% - 68px);
  top: 0;
}

.menu-list > li > a {
  text-transform: uppercase;
  font-weight: 400;
  padding: 28px 16px 48px 16px;
  letter-spacing: 1.5px;
   font-size: 14px;
   font-weight: 500;
}

.menu-list > li > a:hover {
  font-weight: 400;
}

.menu-list > li.active > a,
.menu-list > li:hover > a {
  color: #fff;
  font-weight: 400;
}

.menu-area {
  padding-top: 16px;
}

.menu-list li .indicator {
  display: none;
}

.menu-fixed-top {
  position: fixed;
  padding: 10px 0px;
  background: #07080B;
}

.menu-fixed-top .menu-list > li > a {
  padding: 28px 16px 31px 16px;
}

.menu-list ul.dropdown,
.menu-list ul.dropdown li ul.dropdown {
  background: #07080B;
  padding-bottom: 10px;
}


/*.home-page-header .menu-list ul.dropdown,
.home-page-header .menu-list ul.dropdown li ul.dropdown {
  background: transparent;
}
.home-page-header .menu-fixed-top .menu-list ul.dropdown,
.home-page-header .menu-fixed-top .menu-list ul.dropdown li ul.dropdown {
  background: #07080B;
}*/
.menu-list ul.dropdown li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1.5px;
}
.home-page-header .menu-list > li > a {
   padding: 28px 10px 31px 10px;
}
.menu-list ul.dropdown li a:hover {
  color: #fff;
}
.logo-brand{
  margin-top:25px;
  display: inline-block;
}
.logo{
    width: 200px;
    float: left;
}



#easy-menu .button {
  font-size: 25px;
  color: #fff;
  display: none;
  padding: 0;
}
#easy-menu > ul {
 float: right;
}
#easy-menu,
#easy-menu ul,
#easy-menu ul li,
#easy-menu ul li a {
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  box-sizing: border-box;
  font-size: 14px;
}

#easy-menu > ul > li {
  float: left;
}
#easy-menu ul ul {
  position: absolute;
  left: -9999px;
  background: #07080B;
  z-index: 2;
  padding: 5px 0 5px 0;
  margin-top: 10px;
  transition-property: margin-top;
  transition-duration: .2s;
  transition-timing-function: ease-in-out;
}
#easy-menu ul ul li a:before {
  display: none;
}
.menu-area .menu-list > li.has-sub li a {
  padding: 16px 26px;
}
#easy-menu ul ul li {
  transition: all .25s ease;
}
#easy-menu li:hover > ul {
  left: auto;
  margin-top: 0;
}
#easy-menu ul ul ul {
  margin-left: 100%;
  transition: .3s;
}
#easy-menu ul ul li:last-child {
  border-bottom: 0;
}
#easy-menu ul ul li a {
  width: 200px;
}
#easy-menu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}
@media (max-width: 991px) {
  nav {
    width: 100%;
  }
  #easy-menu .button {
    display: block;
    margin-top: -6px;
  }
  #easy-menu {
    width: 100%;
  }
  #easy-menu ul {
    width: 100%;
    display: none;
  }
  #easy-menu ul li {
    width: 100%;
    border-top: 1px solid rgba(164, 181, 224, 0.17);
  }
  #easy-menu ul ul li,
  #easy-menu li:hover > ul > li {
    height: auto;
  }
  #easy-menu ul li a,
  #easy-menu ul ul li a {
    width: 100%;
    border-bottom: 0;
  }
  #easy-menu > ul > li {
    float: none;
  }
  #easy-menu ul ul li a {
    padding-left: 25px;
  }
  #easy-menu ul ul ul li a {
    padding-left: 35px;
  }
  #easy-menu ul ul,
  #easy-menu ul ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #easy-menu > ul > li.has-sub > a:after,
  #easy-menu > ul > li.has-sub > a:before,
  #easy-menu ul ul > li.has-sub > a:after,
  #easy-menu ul ul > li.has-sub > a:before {
    display: none;
  }
  #easy-menu .button {
    width: 25px;
    height: 26px;
    position: absolute;
    right: 5px;
    top: 22px;
    cursor: pointer;

    z-index: 12399994;
    transition: 0s;

  }
  #easy-menu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(164, 181, 224, 0.17);
    height: 46px;
    width: 46px;
    cursor: pointer;
  }
  .menu-area .menu-list > li a {
    padding: 16px 0;
  }
  #easy-menu ul ul {
    border: 0;
    padding: 0;
  }
  #easy-menu ul ul li:first-child {
    border: 0;
  }
  #easy-menu ul ul .submenu-button {
    height: 46px;
    width: 46px;
  }
  #easy-menu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #AEB8C7;
    content: '';
  }
  #easy-menu ul ul .submenu-button:after {
    top: 22px;
    right: 13px;
  }
  #easy-menu .submenu-button.submenu-opened:after {
    background: #AEB8C7;
  }
  #easy-menu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #AEB8C7;
    content: '';
  }
  #easy-menu ul ul .submenu-button:before {
    top: 19px;
    right: 16px;
  }
  #easy-menu .submenu-button.submenu-opened:before {
    display: none;
  }
  #easy-menu ul ul ul li.active a {
    border-left: none;
  }
  #easy-menu > ul > li.has-sub > ul > li.active > a,
  #easy-menu > ul ul > li.has-sub > ul > li.active > a {
    border-top: none;
  }
  #easy-menu > ul > li.has-sub li.has-sub {
    padding-bottom: 0;
  }
  #easy-menu > ul > li.has-sub li.has-sub > a {
    padding-bottom: 15px;
  }
}
/* -----------------------------------
** End Menu
-------------------------------------*/
/* -----------------------------------
** Mobile Menu
-------------------------------------*/
.mobile-menu {
  display: none;
  padding-bottom: 10px;
}

.mobile-menu .humbarger-button {
  margin-left: auto;
  font-size: 18px;
  margin-top: 7px;
}

.mobile-menu .humbarger-button i {
  cursor: pointer;
}

.mobile-menu .search-box {
  margin: 0 10px;
  position: static;
}

.mobile-background-nav {

}

/*.menu-accordion > li:last-child {
  padding-bottom: 30px;
}*/

.mobile-background-nav {
  position: fixed;
  top: 0;
  display: none;
  left: -250px;
  width: 250px;
  transition: .3s;
  padding: 10px 0;
  z-index: 999;
  background: #10131A;
  height: 2000px;
}

.mobile-background-nav .mobile-inner {
  overflow: auto;
  position: relative;
  padding-left:10px;
  padding-right: 10px;
}

.mobile-background-nav .mobile-inner .mobile-menu-close {
  text-align: right;
  display: block;
}

.mobile-background-nav .mobile-inner .mobile-menu-close i {
  cursor: pointer;
  padding: 5px;
  font-size: 18px;
}

.mobile-background-nav ul {
  list-style: none;
  padding: 0;
}

.mobile-background-nav ul .menu-inner {
  overflow: hidden;
  display: none;
}

.mobile-background-nav ul .menu-inner.menu-show {
  /*display: block;*/
}

.mobile-background-nav ul li {

}
.menu-accordion > li{
     border-bottom: 1px solid #252B36;
}
.menu-inner > li{
    border-top: 1px solid #252B36;
    padding-left:15px;
}

.mobile-background-nav ul li a {
  width: 100%;
  display: block;
  color: #fefefe;
  padding: .75em;
  border-radius: 0.15em;
  transition: background .3s ease;
  text-transform: uppercase;
}


.mobile-background-nav.in {
  left: 0;
}
.mobile-logo-search-humbarger {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: static;
}
/* -----------------------------------
** End Mobile Menu
-------------------------------------*/
/* -----------------------------------
** Slider
-------------------------------------*/
.slider-section {
  position: relative;
}

.slider-section .slider-arrow-button {
  background: transparent !important;
}

.slider-section .slider-arrow-button .musica-button-two {
  text-align: center !important;
  opacity: 1;
  text-transform: uppercase;
  letter-spacing: 1.4px !important;
  border:2px solid rgba(233, 233, 233, .09);
}
.slider-section .slider-arrow-button .musica-button-two:hover{
  border-color:transparent;
}
.uranus.tparrows::before{
  font-size:27px;
}
.slider-blod-text span {
  font-weight: 900 !important;
}

.slider-section {
  position: relative;
}

.slider-section .defaultimg:after {
  content: "";
  position: absolute;
  z-index: 8;
  top: -50%;
  left: 0;
  width: 100%;
  height: 150%;
  background:rgba(0, 0, 0, 0.51);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#82000000',GradientType=0 );
  -webkit-transition: all .45s;
  -moz-transition: all .45s;
  -ms-transition: all .45s;
  -o-transition: all .45s;
  transition: all .45s;
}

.tp-caption {
  z-index: 5 !important;
  color: #fff !important;
  font-weight: 500 !important;
}

/* -----------------------------------
** End Slider
-------------------------------------*/
/* -----------------------------------
** Audio Palyer
-------------------------------------*/
.audio-player-area {
  position: fixed;
  z-index: 99;
  width: 100%;
  padding: 13px 0;
  bottom: 0;
  display: none;
}

.audio-player-area.background-overlay {
  background: rgba(0, 0, 0, 0.5);
  transition: .5s;
}

/* volume-controls */
.jp-volume-controls {
  width: 50px;
  margin-left: 40px;
  position: relative;
  margin-top: 0;
  cursor: pointer;
  float: right;
}

.jp-volume-controls button {
  cursor: pointer;
  background-color: transparent;
  border: none;
}

.jp-volume-bar {
  height: 3px;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  width: 100%;
  top: 16px;
  left: 0;
  display: none !important;
}

.jp-volume-bar-value {
  background-color: #fff;
  width: 0px;
  height: 3px;
}

.jp-full-screen:before {
  content: "\f24d";
  top: 10px;
  margin-left: 15px;
}

.jp-state-full-screen .jp-full-screen::before {
  content: "\f096";
  top: 10px;
}

.jp-play.play-icon {
  display: block;
  background-image: none;
  position: absolute;
  z-index: 10;
  font-size: 65px;
  top: -148px;
  left: 50%;
  margin-left: -33px;
  outline: none;
  cursor: pointer;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.jp-time-holder {
  color: #fff;
  margin-top: 2px;
}

.jp-controls button, .jp-volume-controls button {
  display: inline-block;
  border: none;
  cursor: pointer;
  position: relative;
  background-color: transparent;
  width: 20px;
  height: 30px;
}

.jp-play {
  margin-left: 20px;
  margin-right: 20px;
}

.jp-stop::before,
.jp-previous:before,
.jp-next:before,
.jp-play:before,
.jp-full-screen:before,
.jp-state-full-screen .jp-full-screen:before,
.jp-mute::before,
.toggle-mute::before {
  position: absolute;
  font-family: "FontAwesome";
  font-size: 15px;
  color: #fff;
  top: 15px;
  left: 0;
  line-height: 0;
  opacity: .8;
}

.jp-stop:before {
  content: "\f04d";
}

.jp-previous:before {
  content: "\f048";
}

.jp-next:before {
  content: "\f051";
}

.jp-play:before {
  content: "\f04b";
  font-size: 20px;
  left: 0;
}

.jp-mute::before {
  content: "\f028";
}

.toggle-mute::before {
  content: "\f026";
}

.jp-state-playing .jp-play:before {
  content: "\f04c";
  font-size: 20px;
  left: 0;
}

.jp-audio, .jp-audio-stream, .jp-video {
  background: transparent;
  color: #fff;
}

.musica-audio-player {
  position: relative;
}

.musica-audio-player .jp-toggles {
  display: none;
}

.musica-audio-player .jp-controls {
  float: left;
}

.musica-audio-player .jp-controls .jp-stop {
  display: none;
}

.musica-audio-player .jp-video .jp-current-time {
  display: none;
}

.musica-audio-player .audio-table {
  display: block;
}

.musica-audio-player .jp-jplayer {
  float: right;
  width: 32px !important;
  height: 32px !important;
  display: none;
}

.musica-audio-player .jp-jplayer img {
  width: 32px !important;
  height: 32px !important;
}

.musica-audio-player .jp-gui {
  display: block;
  float: left;
  width: calc(100% - 270px);
}

.musica-audio-player .jp-interface {
  position: relative;
  width: 100%;
  padding-top: 5px;
}

.musica-audio-player .jp-interface .jp-progress {
  float: left;
  width: calc(100% - 100px);
}

.musica-audio-player .jp-interface .jp-duration {
  float: left;
  width: 50px;
}

.musica-audio-player .jp-interface .audio-playlist {
  float: right;
  width: 30px;
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 20px;
  margin-top: -4px;
}

.musica-audio-player .jp-progress {
  margin-top: 10px;
  padding-right: 40px;
}

.musica-audio-player .jp-seek-bar {
  background: rgba(255, 255, 255, 0.07);
  height: 3px;
  cursor: pointer;
}

.musica-audio-player .jp-volume-controls {
  text-align: right;
}

.musica-audio-player .jp-volume-controls .jp-volume-max {
  display: none !important;
}

.musica-audio-player .jp-play-bar {
  background: rgba(255, 255, 255, 0.16);
  width: 0px;
  height: 100%;
  position: relative;
}

.musica-audio-player .jp-controls-holder {
  display: block;
  vertical-align: middle;
}

.musica-audio-player .audio-playlist {
  margin-left: 20px;
  position: relative;
}

.musica-audio-player .jp-video .jp-controls {
  width: 150px;
}

.musica-audio-player .jp-video .jp-controls button {
  position: relative;
  margin-top: 3px;
}

.musica-audio-player .jp-video .jp-controls .jp-play {
  margin-top: 0;
}

.audio-playlist-wrapper {
  position: fixed;
  z-index: -100;
  left: 0;
  right: 0;
  bottom: -100%;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 10px;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: all;
  transition-duration: 1s;
  transition-timing-function: ease-in-out;
  overflow: hidden;
  color: #07080B;
  opacity: 0;


}
.udio-player-area{

}
.audio-playlist-wrapper .jp-playlist {
  text-align: left;
  margin-left: auto;
  max-width: 500px;
  background: rgba(0, 0, 0, 0.7);
}

.audio-playlist-wrapper .jp-playlist li {
  list-style: none;
  padding: 2px 0;
  border-bottom: 1px solid #252B36;
  padding:22px 25px;
}
.jp-playlist-item-remove{
  margin-right: 10px;
}
.audio-playlist-wrapper .jp-playlist li a .jp-artist {
  font-size: 13px;
  float: right;
  width: 200px;
  text-align: left;
}

.playlist-show.audio-playlist-wrapper {
  bottom: 49px;
  opacity: 1;
  z-index: 2;
}
/*@media screen and (-webkit-min-device-pixel-ratio:0)
  and (min-resolution:.001dpcm) {
    .playlist-show.audio-playlist-wrapper {
      bottom: 64px;
    }
}*/
.overflow-y {
  overflow: hidden;
}

/* -----------------------------------
** End Audio Palyer
-------------------------------------*/
/* -----------------------------------
** Banner
-------------------------------------*/
.banner-area {
  text-align: center;
  position: relative;
  margin-bottom: 0px;
  padding: 110px 0;
}

.banner-area:before {
  position: absolute;
  background: rgba(24, 23, 28, 0.7);
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.banner-title {
  padding-top: 90px;
}

/* -----------------------------------
** End Banner
-------------------------------------*/
/* -----------------------------------
** Album
-------------------------------------*/
.album-item {
  text-align: center;
  margin-bottom: 30px;
}
.album-item img{
  height: 290px;
  width: 100%;
  object-fit: cover;
}

.album-item a {
  display: block;
  position: relative;
}

.album-item a .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: .3s;
}

.album-item a h3, .album-item a .sub-heading {
  width: 100%;
  opacity: 1;
  transition: all 0.4s ease-out 0s;
  position: static;
}

.album-item a h3 {
font-weight: 500;
font-size: 14px;
bottom: 50px;
margin-top: 15px;
}

.album-item a .sub-heading {
  text-transform: uppercase;
  color: #fff;
  bottom: 10px;
  display: block;
  letter-spacing: 1px;
}

.album-item a:before {
  position: absolute;
  content: '';
  width: calc(100% - 66px);
  left: 33px;
  background: #303847;
  height: 11px;
  top: 0;
  transition: .3s;
  z-index: -1;
}

.album-item a:after {
  position: absolute;
  content: '';
  width: calc(100% - 100px);
  left: 50px;
  background: #242A35;
  height: 11px;
  top: 0;
  transition: .6s;
  z-index: -2;
}

.album-item a:hover:before {
  top: -11px;
}

.album-item a:hover:after {
  top: -22px;
}

.album-item a:hover .overlay {
  opacity: 0.77;
}

.album-item a:hover h3 {
  opacity: 1;
  bottom: 73px;
}

.album-item a:hover .sub-heading {
  opacity: 1;
  bottom: 48px;
}

.album-banner {
  background: url("../images/album/album-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.album-detail {
  padding-bottom: 0px;
}

.album-detail .image {
  margin-bottom: 0px;
}
.album-detail .image img{
  height: 420px;
    width: 100%;
    object-fit: contain;
}

.album-detail .album-detail-text {
  background: #10131A;
  margin-left: 30px;
  margin-bottom: 0px;
  padding: 30px;
}

.album-detail .album-detail-text h3 {
  font-weight: 700;
  margin-bottom: 20px;
}

.album-detail .album-detail-text ul li {
  padding: 16px 0;
  list-style: none;
  border-bottom: 1px solid #252B36;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-bottom: 15px;
}

.album-detail .album-detail-text ul li:first-child {
  border-top: 1px solid #252B36;
}

.album-detail .album-detail-text ul li span {
  width: 60%;
  text-align: left;
  text-transform: none;
}
.album-detail .album-detail-text ul li span a{
  word-break: break-all;
}

.album-detail-button {
  padding-top: 23px;
}

.album-detail-button .musica-button-two {
  min-width: auto;
  text-transform: uppercase;
  margin-top: 10px;
  padding: 9px 22px;
  margin-right: 7px;
}

.album-detail-button .musica-button-two:last-child {
  margin-right: 0;
}
.album-detail-audio-player{
  margin-bottom: 107px;
}
.album-detail-audio-player .audio-playlist-wrapper{
  position: static;
  z-index: 1;
  opacity: 1;
  width: 100%;
  padding-top: 0;
  background: #10131A;
}
.album-detail-audio-player .audio-playlist-wrapper .jp-playlist{
  max-width:100%;
  padding
}
.album-detail-audio-player .musica-audio-player .audio-table{
  overflow: hidden;
  background: #0D1016;
  padding:20px 25px;
}
.album-detail-audio-player .audio-playlist-wrapper .jp-playlist li{
  max-width: 100%;
  border-bottom: 1px solid #252B36;
  padding:22px 25px;
}
.album-detail-audio-player .audio-playlist-wrapper .jp-playlist{
  height: auto;
}
/* -----------------------------------
** End Album
-------------------------------------*/
/* -----------------------------------
** Event
-------------------------------------*/
.check-all-button {
  letter-spacing: 1.5px;
}

.check-all-button span {
  width: 37px;
  height: 37px;
  border-radius: 50%;
  border: 1px solid #252B36;
  color: #252B36;
  display: inline-block;
  font-size: 20px;
  text-align: center;
  line-height: 36px;
  margin-left: 45px;
  transition: .4s;
  padding-left: 2px;
}

.check-all-button:hover {
  color: #fff;
}

.check-all-button:hover span {
  border-color: #fff;
  color: #fff;
}

.event-section {
  background: url("../images/home/event-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}

.event-section:before {
  position: absolute;
  background: rgba(24, 23, 28, 0.94);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
}

.upcoming-event {
  border-bottom: 1px solid #252B36;
  position: relative;
  overflow: hidden;
  padding: 40px 32px 35px 32px;
}

.upcoming-event:first-child {
  border-top: 1px solid #252B36;
}

.upcoming-event .fornt-part {
  display: table;
  width: 100%;
  transition: .5s;
}

.upcoming-event .fornt-part .date {
  width: 20%;
  font-size: 24px;
  font-weight: 300;
  position: relative;
}

.upcoming-event .fornt-part .singer {
  width: 30%;
  font-weight: 800;
  font-size: 24px;
}

.upcoming-event .fornt-part .venue {
  width: 35%;
  font-weight: 300;
}

.upcoming-event .fornt-part .detail {
  width: 15%;
}

.upcoming-event .fornt-part .detail a {
  text-transform: uppercase;
}

.upcoming-event .fornt-part > div {
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px;
  transition: .8s;
}

.upcoming-event .back-part {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(64, 64, 72, 0.12);
  transition: .8s;
  opacity: 0;
}

.countdown-show4 .countdown-section,
.countdown-show3 .countdown-section,
.countdown-show2 .countdown-section,
.countdown-show5 .countdown-section {
  width: 90px;
  text-align: left;
}

.countdown-amount {
  font-size: 40px;
  font-weight: 800;
  line-height: 37px;
}

.countdown-section {
  font-size: 100%;
}

.upcoming-event .event-counter {
  overflow: hidden;
  padding-left: 32px;
  position: relative;
  bottom: -50%;
  transform: translateY(-50%);
  transition: .4s;
}

.upcoming-event:hover .back-part {
  opacity: 1;
  transform: scale(1);
}

.upcoming-event:hover .fornt-part .date,
.upcoming-event:hover .fornt-part .singer,
.upcoming-event:hover .fornt-part .venue {
  opacity: 0;
}

.upcoming-event:hover .musica-button-two:after {
  opacity: 1;
}

.event-section .section-heading {
  padding-bottom: 64px;
}

.event-list-content {
  padding-bottom: 140px;
}

.event-list-content .section-heading {
  padding-bottom: 60px;
}

.event-banner {
  background: url("../images/event/event-banner.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.event-detail {
  background: #10131A;
  margin-left: 40px;
}

.event-detail .event-counter {
  border-top: 1px solid #252B36;
  border-bottom: 1px solid #252B36;
  overflow: hidden;
  padding: 38px 55px;
}

.event-detail .countdown-show4 .countdown-section,
.event-detail .countdown-show3 .countdown-section,
.event-detail .countdown-show2 .countdown-section,
.event-detail .countdown-show5 .countdown-section {
  width: 24%;
  text-align: center;
}

.event-detail .buy-event-ticket {
  padding: 30px 90px;
  overflow: hidden;
}

.event-vane-date-artist {
  padding: 50px 90px 0 90px;
  margin-bottom: 11px;
}

.event-vane-date-artist h3 {
  font-weight: 900;
  margin-bottom: 35px;
}

.event-vane-date-artist ul li {
  list-style: none;
  display: block;
  padding: 16px 0;
  border-top: 1px solid #252B36;
}

.event-vane-date-artist ul li span {
  float: right;
  padding-right: 30px;
}

.event-detail-text {
  padding-top: 110px;
  padding-bottom: 60px;
}

.event-detail-text .section-heading {
  padding-bottom: 40px;
}

#map {
    width: 100%;
    height: 500px;
}
.musica-event-google-map{
  margin-bottom: 120px;
}
.musica-event-google-map .section-heading{
  padding-bottom: 40px;

}
/* -----------------------------------
** End Event
-------------------------------------*/
/* -----------------------------------
** Video Box
-------------------------------------*/
.video-box-section {
  background: url("../images/home/video-bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}

.video-box-section .overlay {
  background: #111827;
  opacity: .77;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
}

.video-box-section .overlay:before {
  background: rgba(18, 17, 20, 0.97);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
}

.video-box-section .video-text {
  z-index: 1;
  position: relative;
}

.video-box-section .section-heading {
  padding-bottom: 27px;
}

.video-box-section .section-heading h2 {
  font-size: 57px;
  line-height: 57px;
}

.video-box-section .section-heading span {
  display: block;
}

.video-box-section .section-heading strong {
  display: inline-block;
}

.video-box-section .video-play-icon a {
  width: 100px;
  height: 100px;
  background: rgba(255, 255, 255, 0.1);
  display: inline-block;
  border-radius: 100%;
  font-size: 40px;
}

.video-box-section .video-play-icon a span {
  display: block;
  width: 80px;
  height: 80px;
  margin-left: 10px;
  margin-top: 10px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 100%;
  padding-top: 21px;
  padding-left: 7px;
  transition: .5s;
  -webkit-transition: .5s;
  position: relative;
  overflow: hidden;
}

.video-box-section .video-play-icon a span:after,
.video-box-section .video-play-icon a span:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-image: -webkit-linear-gradient(-45deg, #2563EB 20%, #FF7A18 90%);
  background-image: linear-gradient(-45deg, #2563EB 20%, #FF7A18 90%);
  transition: all .4s ease-in-out;
  border-radius: 100%;
  z-index: -1;
  opacity: 0;
}

.video-box-section .video-play-icon a span i {
  color: #fff;
}

.video-box-section .video-play-icon a:hover span {
  background: transparent;
}

.video-box-section .video-play-icon a:hover span:after {
  opacity: 1;
}

.video-box-section .video-play-icon a:hover span:before {
  background: #141923;
  opacity: 1;
}

.text-gradient-color {
  background-image: -webkit-linear-gradient(45deg, #22D3EE 40%, #FF7A18 60%);
  background-image: linear-gradient(45deg, #22D3EE 40%, #FF7A18 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     .text-gradient-color {
      background-image:none;
      background-image: none;
      color: #22D3EE;
    }
}
/* -----------------------------------
** End Video Box
-------------------------------------*/
/* -----------------------------------
** Gallery
-------------------------------------*/


.gallery-section .section-heading {
  padding-bottom: 40px;
}

.grid-item {
width: 100%;
    position: relative !important;
    margin-bottom: 14px;
    left: auto !important;
    top: auto !important;
}
.gallery-grid .col-md-2 {padding-left: 7px; padding-right: 7px;}

.grid-item img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.grid-item .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: .3s;
}

.grid-item .zoom-button {
  position: absolute;
  font-size: 70px;
  z-index: 2;
  line-height: 40px;
  top: 55%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%);
  transition: .4s;
}

.grid-item .zoom-button i {
  line-height: 40px;
}

.grid-item .zoom-button:hover {
  color: #fff;
}

.grid-item:hover .overlay {
  opacity: .52;
}

.grid-item:hover .zoom-button {
  opacity: 1;
  top: calc(50% - 35px);
}

.grid-another-width {
  width: 40%;
}

.gallery-filter {
  text-align: right;
  padding-top: 20px;
  padding-bottom: 80px;
}

.gallery-filter ul li {
  list-style: none;
  display: inline-block;
  padding: 0 14px;
}

.gallery-filter ul li a {
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.gallery-filter ul li a:hover, .gallery-filter ul li a:focus {
  color: #fff;
}

.gallery-filter ul li:last-child {
  padding-right: 0;
}

.gallery-filter ul li:first-child {
  padding-left: 0;
}
.sl-overlay {
  background: #000000;
  opacity: 0.7;
}
.sl-wrapper .sl-navigation button,.sl-wrapper .sl-close{
  color:#fff;
}
/* -----------------------------------
** End Gallery
-------------------------------------*/
/* -----------------------------------
** Blog
-------------------------------------*/
.blog-post {
  position: relative;
  text-align: center;
  overflow: hidden;
  margin-bottom: 30px;
}

.blog-post h3 {
  position: absolute;
  width: 100%;
  bottom: 45px;
  font-weight: 700;
  transition: .4s;
  z-index: 2;
}

.blog-post .gradent-overlay {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.blog-post .gradent-overlay:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 150%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.01) 20%, black 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.01) 20%, black 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.01) 20%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#82000000',GradientType=0 );
  -webkit-transition: all .45s;
  -moz-transition: all .45s;
  -ms-transition: all .45s;
  -o-transition: all .45s;
  transition: all .45s;
}

.blog-post .post-date {
  z-index: 2;
}

.blog-post:hover .gradent-overlay:before {
  top: -50%;
}

.post-date {
  position: absolute;
  top: 22px;
  right: 22px;
  text-align: center;
  min-width: 55px;
  padding: 9px 5px 4px 5px;
  text-transform: uppercase;
}

.post-date span {
  font-weight: 800;
  font-size: 30px;
  display: block;
}

.blog-banner {
  background: url("../images/blog/blog-banner.jpg");
  background-size: cover;
  background-position: center center !important;
  background-repeat: no-repeat;
}

.blog-detail-text {
  border-bottom: 1px solid #252B36;
  padding-bottom: 40px;
}

.blog-detail-text .blog-heading {
  font-weight: 900;
  margin-bottom: 31px;
  font-size: 35px;
}

.blog-detail-text p {
  font-weight: 300;
  margin-bottom: 22px;
  font-size: 18px;
  line-height: 28px;
}

.blog-detail-text .social-icon {
  padding-top: 28px;
}

.blog-detail-text .social-icon li {
  padding: 8px 9px;
}

.blog-detail-text .social-icon li:last-child {
  padding-right: 0;
}

.blog-detail-text .social-icon li:first-child {
  padding-left: 0;
}

.blog-detail-text .social-icon a {
  color: #fff;
}

.blog-detail-text .social-icon a:hover {
  color: #22D3EE;
}

.meta-info {
  text-transform: uppercase;
  padding-top: 42px;
  padding-bottom: 15px;
}

.blog-tags {
  padding-top: 24px;
}

.blog-tags li {
  list-style: none;
  display: inline-block;
  padding: 3px 6px;
}

.blog-tags li:first-child {
  padding-left: 0;
}

.blog-tags li:last-child {
  padding-right: 0;
}

.blog-tags .musica-button-two {
  min-width: 100px;
  text-transform: uppercase;
  border-width: 2px;
  padding: 8px 15px;
}

.blgo-post-author, .single-comment {
  border-bottom: 1px solid #252B36;
  padding: 40px 0;
}

.blgo-post-author > div, .single-comment > div {
  display: table;
  width: 100%;
}

.blgo-post-author > div .image, .single-comment > div .image {
  display: table-cell;
  vertical-align: middle;
  width: 90px;
}

.blgo-post-author > div .text, .single-comment > div .text {
  display: table-cell;
  vertical-align: middle;
  padding: 0 30px 0 50px;
}

.blgo-post-author > div .text h3, .single-comment > div .text h3 {
  font-weight: 900;
  font-size: 24px;
  margin-bottom: 13px;
  display: inline-block;
  padding-right: 15px;
}

.blgo-post-author > div .text .date, .single-comment > div .text .date {
  text-transform: uppercase;
  margin-bottom: 13px;
  white-space: nowrap;
  display: inline-block;
}

.comment-box {
  border-bottom: 1px solid #252B36;
}

.comment-box, .comment-form {
  padding-top: 75px;
}

.comment-box .heading, .comment-form .heading {
  font-weight: 900;
  padding-bottom: 50px;
  font-size: 35px;
}

.single-comment.replay-comment {
  padding-left: 50px;
}

.comment-form .row {
  margin-left: -9px;
  margin-right: -9px;
  display: flex;
}

.comment-form .row .single-input {
  padding: 0 9px;
  flex: 1 1 auto;
}

.comment-form .musica-button {
  margin-top: 12px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.vendor iframe{
  border:0;
}

.scp-play-katuhu {
  display: none;
}

#scp iframe {
  border: 0;
  height: 400px;
  width: 100%;
}
.blog-detail > .image img{
  width:100%;
}
.blog-qoute-post{
  position:relative;
}
.blog-qoute-post .media-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .7;
  z-index: 1;
}

.blog-qoute-post .qoute {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  z-index: 2;
  cursor: pointer;
  text-align: center;
}

.blog-qoute-post .qoute blockquote {
  max-width: 410px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0 0 0;
  border: 0;
  font-size: 22px;
  line-height: 33px;
  font-style: italic;
}

.blog-qoute-post .qoute i {
  font-size: 30px;
}
.blog-gallery-post.owl-carousel .owl-dot,
.blog-gallery-post.owl-carousel .owl-nav .owl-next,
.blog-gallery-post.owl-carousel .owl-nav .owl-prev{
  width:45px;
  height:45px;
  color:#fff;
  border-radius:500px;
  background-image: -webkit-linear-gradient(-45deg, #2563EB 20%, #FF7A18 100%);
  background-image: linear-gradient(-45deg, #2563EB 20%, #FF7A18 100%);
  text-align:center;
  font-size:20px;
  padding-top:10px;
  position:absolute;
  top:50%;
  transform:translateY(-50%);
}
.blog-gallery-post.owl-carousel .owl-nav{
  width:100%;
  opacity:0;
  transition:.3s;
}
.blog-gallery-post.owl-carousel:hover .owl-nav{
  opacity:1;
}
.blog-gallery-post.owl-carousel .owl-nav .owl-next{
  right:10px;
}
.blog-gallery-post.owl-carousel .owl-nav .owl-prev{
  left:10px;
}
/* -----------------------------------
** End Blog
-------------------------------------*/
/* -----------------------------------
** Sidebar
-------------------------------------*/
.sidebar-widget {
  background: #10131A;
  padding: 60px 50px 60px 65px;
  margin-bottom: 40px;
}

.sidebar-widget ul li {
  list-style: none;
  border-bottom: 1px solid #252B36;
  padding: 18px 15px 18px 0;
}

.sidebar-widget ul li:first-child {
  border-top: 1px solid #252B36;
} 

.widget-heading h3 {
  font-weight: 900;
  margin-bottom: 37px;
}

/* -----------------------------------
** End Sidebar
-------------------------------------*/
/* -----------------------------------
** Shop
-------------------------------------*/
.shop-banner {
  background: url("../images/shop/shop-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.shop-item {
  background: #10131A;
  text-align: center;
  padding: 40px;
  margin-bottom: 30px;
  position: relative;
}

.shop-item .sale-button {
  top: 25px;
  right: 25px;
  line-height: 20px;
  position: absolute;
  padding: 0 12px 2px 12px;
}

.shop-item .image {
  margin-top: 37px;
  min-height: 288px;
}

.shop-item img {
  display: inline-block;
  transition: .3s;
}

.shop-item .item-name {
  top: 0;
}

.shop-item .item-name, .shop-item .add-to-cart {
  font-size: 17px;
  font-weight: 700;
  position: absolute;
  width: 100%;
  left: 0;
  transition: .3s;
}

.shop-item .add-to-cart {
  opacity: 0;
  top: 15px;
}

.shop-item .text {
  position: relative;
}

.shop-item .price {
  padding-top: 27px;
}

.shop-item:hover .add-to-cart {
  opacity: 1;
  top: 0;
}

.shop-item:hover .item-name {
  opacity: 0;
  top: -15px;
}

.shop-item:hover img {
  transform: scale(1.1);
}

.musica-navigation-pagination {
  display: table;
  padding-top: 65px;
  padding-bottom: 30px;
}

.musica-navigation-pagination .musica-pagination {
  display: table-cell;
}

.musica-navigation-pagination .musica-pagination {
  display: table-cell;
  padding-left: 10px;
}

.musica-navigation a {
  width: 37px;
  height: 37px;
  border-radius: 100%;
  display: inline-block;
  text-align: center;
  border: 1px solid #45454f;
  color: #45454f;
  padding-top: 5px;
  font-size: 20px;
  margin-right: 10px;
}

.musica-navigation a:hover {
  color: #fff;
  border-color: #fff;
}

.musica-pagination ul li {
  list-style: none;
  display: inline-block;
  padding: 5px;
}

/*    Shop Detial     */
.shop-detail-banner {
  background: url("../images/shop/shop-detail-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.jq-ry-container {
  position: relative;
  display: block;
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding-top: 9px;
}

.jq-ry-container[readonly="readonly"] {
  cursor: default;
}

.jq-ry-container > .jq-ry-group-wrapper {
  position: relative;
  width: 100%;
}

.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group {
  position: relative;
  line-height: 0;
  z-index: 10;
  white-space: nowrap;
}

.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group > svg {
  display: inline-block;
}

.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group.jq-ry-normal-group {
  width: 100%;
}

.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group.jq-ry-rated-group {
  width: 0;
  z-index: 11;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.shop-detail-paernt {
  margin-left: -100px;
}

.shop-detail {
  display: table;
  width: 100%;
  margin: 0 0 30px 50px;
  border-spacing: 50px 0;
}

.shop-detail .shop-item {
  display: table-cell;
  width: 50%;
}

.shop-detail .shop-detail-text {
  display: table-cell;
  width: 50%;
  background: #10131A;
  margin-bottom: 30px;
  vertical-align: top;
  padding: 70px 70px 90px 90px;
}

.shop-detail .shop-detail-text h3 {
  font-weight: 900;
  margin-bottom: 12px;
}

.shop-detail .price {
  font-size: 24px;
  font-weight: 300;
  padding-top: 20px;
  padding-bottom: 29px;
}

.shop-detail .category-tag {
  padding-top: 23px;
  padding-bottom: 20px;
}

.shop-detail .category-tag ul li {
  list-style: none;
  padding: 18px 40px 18px 0;
  border-bottom: 1px solid #252B36;
}

.shop-detail .category-tag ul li:first-child {
  border-top: 1px solid #252B36;
}

.shop-detail .value-increment-decrement {
  float: left;
  margin-right: 45px;
}

.shop-detail .item-quantity .base-gradient-bg {
  float: left;
  margin-top: 5px;
}

.value-increment-decrement {
  width: 120px;
  display: flex;
}

.value-increment-decrement .increment-button,
.value-increment-decrement .decrement-button {
  cursor: pointer;
  font-size: 42px;
  color: #4b4b55;
  transition: .2s;
}

.value-increment-decrement .increment-button:hover,
.value-increment-decrement .decrement-button:hover {
  color: #fff;
}

.value-increment-decrement .increment-button,
.value-increment-decrement .decrement-button,
.value-increment-decrement span {
  display: inline-block;
  line-height: 50px;
  flex: 1 1 auto;
}

.value-increment-decrement .product-quantity {
  width: 48px;
  text-align: center;
}

.shop-tab {
  padding-top: 50px;
}

.shop-tab .nav-tabs {
  border: 0;
}

.shop-tab .nav-tabs li a {
  background: #10131A;
  border: 0;
  font-size: 21px;
  font-weight: 300;
  padding: 15px 33px;
  border-radius: 0;
}

.shop-tab .nav-tabs li a:hover {
  color: #fff;
}

.shop-tab .nav-tabs li.active a {
  background-image: -webkit-linear-gradient(-45deg, #2563EB, #FF7A18);
  background-image: linear-gradient(-45deg, #2563EB, #FF7A18);
  color: #fff;
  border: 0;
}

.shop-tab .nav-tabs li.active a:hover {
  border: 0;
}

.shop-tab .tab-content {
  padding: 55px 55px 45px 55px;
  background: #10131A;
  margin-top: 3px;
}

.related-product {
  padding-top: 75px;
}

.related-product .section-heading {
  padding-bottom: 80px;
}

/* cart */
.shop-cart-item {
  display: table;
  width: 100%;
  border-bottom: 1px solid #252B36;
  padding: 28px 0;
}

.shop-cart-item .product {
  width: 45%;
}

.shop-cart-item .price {
  width: 20%;
}

.shop-cart-item .quantity {
  width: 20%;
}

.shop-cart-item .total-price {
  width: 15%;
}

.shop-cart-item > div, .product-name-thumb > div {
  display: table-cell;
  vertical-align: middle;
}

.product-name-thumb {
  display: table;
}

.product-name-thumb .cart-close {
  color: #f20203;
  line-height: 34px;
  padding-right: 10px;
}

.product-name-thumb .cart-close i {
  cursor: pointer;
  font-size: 42px;
}

.product-name-thumb .item-photo {
  padding: 0 40px;
}

.product-name-thumb .item-name {
  font-size: 21px;
  font-weight: 900;
}

.shop-cart-page {
  padding-top: 5px;
  padding-bottom: 120px;
}

.coupon-code {
  margin-top: 30px;
}

.coupon-code .applay-button button {
  letter-spacing: 2px;
  padding: 9px 20px;
  min-width: 135px;
  margin-top: 8px;
}

.cart-total-cost {
  max-width: 340px;
  margin-left: auto;
  padding-top: 80px;
}

.cart-total-cost h3 {
  font-weight: 900;
  margin-bottom: 30px;
}

.cart-total-cost ul li {
  padding: 18px 0;
  border-bottom: 1px solid #252B36;
  list-style: none;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.cart-total-cost ul li:first-child {
  border-top: 1px solid #252B36;
}

.cart-total-cost .musica-button {
  margin-top: 25px;
}

/* -----------------------------------
** End shop
-------------------------------------*/
/* -----------------------------------
** Footer
-------------------------------------*/
.musica-footer {
  text-align: center;
  padding: 50px 0px;
  background-color: #000;
}

.footer-logo {
  padding-top: 12px;
}

.footer-menu {
  padding-top: 33px;
  padding-bottom: 22px;
}

.footer-menu ul li {
  list-style: none;
  display: inline-block;
  padding: 8px 16px;
}

.footer-menu ul li a {
  text-transform: uppercase;
  letter-spacing: 1.3px;
}

.social-icon ul li {
  list-style: none;
  display: inline-block;
  padding: 8px 14px;
}

.social-icon ul li a {
  color: #706f71;
  font-size: 18px;
}

.social-icon ul li a:hover {
  color: #fff;
}

/* -----------------------------------
** End Footer
-------------------------------------*/
/* -----------------------------------
** Preloader
-------------------------------------*/
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  opacity: 1;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.preloader .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -29px;
  margin-top: -23px;
}
.preloader .loader .line-scale-pulse-out> div{
   background-image: -webkit-linear-gradient(-45deg, #2563EB 10%, #FF7A18 100%);
  background-image: linear-gradient(-45deg, #2563EB 10%, #FF7A18 100%);
}
@-webkit-keyframes line-scale-pulse-out {
  0% {
    -webkit-transform: scaley(1);
            transform: scaley(1); }
  50% {
    -webkit-transform: scaley(0.4);
            transform: scaley(0.4); }
  100% {
    -webkit-transform: scaley(1);
            transform: scaley(1); } }

@keyframes line-scale-pulse-out {
  0% {
    -webkit-transform: scaley(1);
            transform: scaley(1); }
  50% {
    -webkit-transform: scaley(0.4);
            transform: scaley(0.4); }
  100% {
    -webkit-transform: scaley(1);
            transform: scaley(1); } }

.line-scale-pulse-out > div {
  background-color: #fff;
  width: 4px;
  height: 45px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: inline-block;
  -webkit-animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
          animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85); }
  .line-scale-pulse-out > div:nth-child(2), .line-scale-pulse-out > div:nth-child(4) {
    -webkit-animation-delay: -0.4s !important;
            animation-delay: -0.4s !important; }
  .line-scale-pulse-out > div:nth-child(1), .line-scale-pulse-out > div:nth-child(5) {
    -webkit-animation-delay: -0.2s !important;
            animation-delay: -0.2s !important; }
/* -----------------------------------
** End Preloader
-------------------------------------*/

.logoimg{width: 35%;}
.main-menu-more{display: none;}
.submenu-expand{display: none;}
#easy-menu ul ul li:first-child{display: none;}
/*.container{width: 1300px;}*/
#easy-menu{
  box-sizing: border-box;
    float: right;
    display: contents;
}
.modal-title, .modal-body h3{color: #000;}
.modal-content{box-shadow: none; border-radius: 0px;}
.rowbox{display: flex; justify-content: center; align-items: flex-start;}
.mobile-background-nav ul.sub-menu li:first-child{display: none;}
.dimg{position: relative;}
.row-eq-height{display: flex; flex-wrap: wrap;}
.album-item a h3{margin-bottom:5px; line-height: 20px;}
.delegates-info p{
  margin: 0;
  font-size: 12px;
  min-height: 60px;
}
.hbat{text-align: center;}
.hbat .blog-heading{
  font-weight: 500;
}
.homegal .grid-item .zoom-button{font-size: 20px;text-transform: uppercase;}
.homegal .grid-item .zoom-button{opacity: 1;}
.homegal .grid-item .overlay{opacity: .52;}
.homegal .grid-item {width: 70%;}
.homegal .grid-item img{height: 230px;}
.homegal .row{display: flex; justify-content: center;}

.confa .album-detail .album-detail-text h3{
  font-weight: 500;
  margin-bottom: 20px;
  font-size: 26px;
}
.abcontent h4{
  font-size: 18px;
  margin-bottom: 15px;
}
.confa  .album-detail .image img {
    height: 300px;
    width: 100%;
    object-fit: cover;
    padding-top: 4px;
}
.confa  .album-detail{
  padding-bottom: 0px;
  margin-bottom: 60px;
}
.confa .album-detail .album-detail-text{padding: 0px; font-size: 16px;}
.confa .album-detail .album-detail-text ul {padding-left: 20px;}
.confa .album-detail .album-detail-text ul li{
  padding: 6px 0;
    list-style: disc;
    border-bottom: 0px solid #252B36;
}

.ourpart.grid-item img{
      height: 230px;
    object-fit: contain;
    padding: 10%;
}


/* Unique modal overlay */
    .showcase-modal-overlay {
      position: fixed;
      inset: 0;
      background: rgba(0, 0, 0, 0.55);
      display: none;
      align-items: center;
      justify-content: center;
      z-index: 9999;
      backdrop-filter: blur(3px);
    }

    .showcase-modal-overlay.show {
      display: flex !important;
      animation: fadeIn 0.3s ease;
    }

    @keyframes fadeIn {
      from { opacity: 0; }
      to { opacity: 1; }
    }

    /* Modal box */
    .showcase-modal {
      background: #ffffff;
      border-radius: 16px;
      max-width: 380px;
      width: 90%;
      padding: 30px 25px 25px;
      box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
      text-align: center;
      position: relative;
      transform: scale(0.95);
      opacity: 0;
      transition: transform 0.25s ease, opacity 0.25s ease;
    }

    .showcase-modal-overlay.show .showcase-modal {
      transform: scale(1);
      opacity: 1;
    }

    /* Close button */
    .showcase-modal .close-btn {
      position: absolute;
      top: 12px;
      right: 12px;
      border: none;
      background: transparent;
      font-size: 22px;
      line-height: 1;
      cursor: pointer;
      color: #666;
      transition: color 0.2s ease;
    }
    .showcase-modal .close-btn:hover {
      color: #000;
    }

    /* Red icon (animated) */
    .showcase-modal .success-icon {
      width: 70px;
      height: 70px;
      border-radius: 50%;
      background: #ffe6e6;
      margin: 0 auto 15px;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
    }

    .showcase-modal .success-icon::before {
      content: "";
      position: absolute;
      width: 35px;
      height: 15px;
      border-left: 4px solid #d90429;
      border-bottom: 4px solid #d90429;
      transform: rotate(-45deg);
      animation: checkmark 0.4s ease forwards 0.2s;
      opacity: 0;
    }

    @keyframes checkmark {
      from { transform: rotate(-45deg) scale(0.5); opacity: 0; }
      to { transform: rotate(-45deg) scale(1); opacity: 1; }
    }

    /* Modal content */
    .showcase-modal h2 {
      font-size: 20px;
      margin-bottom: 8px;
      color: #111;
      line-height: 28px;
    }

    .showcase-modal p {
      font-size: 15px;
      color: #555;
      margin-bottom: 20px;
    }

    /* OK button */
    .showcase-modal .ok-btn {
      background: #d90429;
      color: #fff;
      border: none;
      border-radius: 8px;
      padding: 10px 24px;
      font-weight: 600;
      cursor: pointer;
      transition: background 0.2s ease;
    }

    .showcase-modal .ok-btn:hover {
      background: #a0031f;
    }
    .delegates-info{padding: 0 5px;}

/* =========================================================
   =========================================================
   ARTIST RANA — FINAL LIGHT / CREATIVE BRAND UI
   This block is intentionally placed at the end so the
   original theme CSS and functionality remain intact.
   =========================================================
   ========================================================= */


/* =========================================================
   BRAND TOKENS
========================================================= */

:root {
    --ar-bg: #f5f6f8;
    --ar-surface: #ffffff;
    --ar-surface-soft: #eef1f4;
    --ar-border: #e2e6eb;
    --ar-border-strong: #d5dbe2;

    --ar-heading: #17202b;
    --ar-text: #4e5967;
    --ar-muted: #7b8490;

    --ar-blue: #1677e8;
    --ar-cyan: #12bdd8;
    --ar-green: #69b82f;
    --ar-orange: #f28b22;

    --ar-dark: #202731;
    --ar-dark-soft: #29313c;
}


/* =========================================================
   BASE — LIGHT, CLEAN, COMPACT
========================================================= */

html,
body {
    background: var(--ar-bg);
}

body {
    color: var(--ar-text);
    background-color: var(--ar-bg);
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    line-height: 1.7;
}

body,
body * {
    box-sizing: border-box;
}

a {
    color: var(--ar-heading);
}

a:hover,
a:focus,
a.active {
    color: var(--ar-blue);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--ar-heading);
}

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


/* =========================================================
   HEADER — CLEAN ART STUDIO STYLE
========================================================= */

.musica-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
}

.musica-header .menu-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.musica-header .menu-area .container {
    position: relative;
}

.musica-header .menu-area .col-md-12 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 86px;
}

.musica-header .logo {
    width: 175px;
    float: none;
    margin: 0;
    position: relative;
    z-index: 10;
}

.musica-header .logo a {
    display: inline-flex;
    align-items: center;
}

.musica-header .logo img {
    display: block;
    width: auto;
    max-width: 175px;
    max-height: 58px;
    object-fit: contain;
}


/* Desktop navigation */

.musica-header #easy-menu {
    width: auto;
    top: auto;
    margin-left: auto;
}

.musica-header #easy-menu > ul {
    float: none;
    display: flex;
    align-items: center;
    gap: 4px;
}

.musica-header #easy-menu > ul > li {
    float: none;
    display: block;
}

.musica-header .menu-list > li > a,
.musica-header #easy-menu ul li a {
    position: relative;
    display: block;
    padding: 10px 13px;
    color: #ffffff;
    font-size: 11px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 1.15px;
    text-transform: uppercase;
    text-shadow: 0 1px 8px rgba(0, 0, 0, .28);
}

.musica-header .menu-list > li > a::after {
    content: "";
    position: absolute;
    left: 13px;
    right: 13px;
    bottom: 3px;
    height: 2px;
    transform: scaleX(0);
    transform-origin: center;
    background: var(--ar-cyan);
    transition: transform .25s ease;
}

.musica-header .menu-list > li:hover > a,
.musica-header .menu-list > li.active > a {
    color: #ffffff;
}

.musica-header .menu-list > li:hover > a::after,
.musica-header .menu-list > li.active > a::after {
    transform: scaleX(1);
}


/* Header dropdown */

.musica-header #easy-menu ul ul,
.musica-header .menu-list ul.dropdown,
.musica-header .menu-list ul.dropdown li ul.dropdown {
    min-width: 210px;
    margin-top: 8px;
    padding: 7px 0;
    background: rgba(255, 255, 255, .98);
    border: 1px solid var(--ar-border);
    border-top: 2px solid var(--ar-blue);
    border-radius: 3px;
    box-shadow: 0 12px 30px rgba(23, 32, 43, .12);
}

.musica-header #easy-menu ul ul li a,
.musica-header .menu-list ul.dropdown li a {
    width: 100%;
    padding: 11px 18px;
    color: var(--ar-heading);
    font-size: 10px;
    line-height: 1.3;
    text-shadow: none;
}

.musica-header #easy-menu ul ul li a:hover,
.musica-header .menu-list ul.dropdown li a:hover {
    color: var(--ar-blue);
    background: #f4f7fa;
}


/* Header when sticky */

.musica-header .menu-fixed-top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    background: rgba(255, 255, 255, .97);
    border-bottom: 1px solid var(--ar-border);
    box-shadow: 0 5px 22px rgba(23, 32, 43, .08);
    backdrop-filter: blur(10px);
}

.musica-header .menu-fixed-top .col-md-12 {
    min-height: 72px;
}

.musica-header .menu-fixed-top .menu-list > li > a,
.musica-header .menu-fixed-top #easy-menu ul li a {
    color: var(--ar-heading);
    text-shadow: none;
}

.musica-header .menu-fixed-top .menu-list > li > a:hover,
.musica-header .menu-fixed-top .menu-list > li.active > a {
    color: var(--ar-blue);
}

.musica-header .menu-fixed-top .menu-list > li > a::after {
    background: var(--ar-blue);
}


/* =========================================================
   MOBILE HEADER
========================================================= */

.mobile-menu {
    display: none;
    padding: 0;
}

.mobile-logo-search-humbarger {
    min-height: 72px;
}

.mobile-menu .logo {
    width: 145px;
    float: none;
    margin: 0;
}

.mobile-menu .logo img {
    max-width: 145px;
    max-height: 50px;
}

.mobile-menu .humbarger-button {
    margin: 0 0 0 auto;
    color: #ffffff;
    font-size: 21px;
    line-height: 1;
}

.mobile-menu .humbarger-button i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255,255,255,.25);
    border-radius: 50%;
    background: rgba(0,0,0,.18);
}


/* Mobile off-canvas */

.mobile-background-nav {
    position: fixed;
    top: 0;
    left: -310px;
    display: block;
    width: 300px;
    height: 100vh;
    padding: 0;
    background: #ffffff;
    border-right: 1px solid var(--ar-border);
    box-shadow: 10px 0 35px rgba(23,32,43,.12);
    z-index: 99999;
    transition: left .3s ease;
}

.mobile-background-nav.in {
    left: 0;
}

.mobile-background-nav .mobile-inner {
    height: 100%;
    padding: 18px 20px 30px;
    overflow-y: auto;
}

.mobile-background-nav .mobile-inner .mobile-menu-close {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 40px;
}

.mobile-background-nav .mobile-inner .mobile-menu-close i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    color: #fff;
    border: 1px solid var(--ar-border);
    border-radius: 50%;
}

.mobile-background-nav ul li a {
    color: var(--ar-heading);
    padding: 14px 4px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
}

.mobile-background-nav ul li a:hover {
    color: var(--ar-blue);
    background: transparent;
}

.menu-accordion > li {
    border-bottom: 1px solid var(--ar-border);
}

.menu-inner > li {
    border-top: 1px solid var(--ar-border);
}


/* =========================================================
   GENERAL BUTTONS — REMOVE OLD HEAVY BLACK LOOK
========================================================= */

.musica-button,
.musica-button-two {
    min-width: 135px;
    padding: 11px 22px;
    border-radius: 3px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.musica-button::before,
.musica-button-two::before {
    background: var(--ar-heading);
    border-radius: 3px;
}

.musica-button::after,
.musica-button-two::after {
    border-radius: 3px;
    background-image: linear-gradient(
        135deg,
        var(--ar-blue),
        var(--ar-cyan) 55%,
        var(--ar-green)
    );
}

.musica-button-two {
    border-color: var(--ar-border);
}

.base-bg {
    background-color: var(--ar-blue);
}

.base-color {
    color: var(--ar-blue);
}


/* =========================================================
   CONTACT PAGE — LIGHT / COMPACT / ART RELATED
========================================================= */

.ar-contact-main {
    position: relative;
    overflow: hidden;
    padding: 72px 0 82px;
    background:
        linear-gradient(
            180deg,
            #f7f8fa 0%,
            #f1f3f5 100%
        );
}

.ar-contact-main::before {
    content: "";
    position: absolute;
    width: 330px;
    height: 330px;
    top: 50px;
    right: -160px;
    border-radius: 50%;
    background: rgba(18,189,216,.06);
    pointer-events: none;
}

.ar-contact-main::after {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    bottom: 80px;
    left: -130px;
    border-radius: 50%;
    background: rgba(105,184,47,.055);
    pointer-events: none;
}


/* Contact hero */

.ar-contact-hero {
    position: relative;
    min-height: 405px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background-color: #5c6570;
    background-size: cover;
    background-position: center;
}

.ar-contact-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            90deg,
            rgba(19,27,37,.78) 0%,
            rgba(19,27,37,.48) 52%,
            rgba(19,27,37,.42) 100%
        );
}

.ar-contact-hero::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background:
        linear-gradient(
            90deg,
            var(--ar-blue),
            var(--ar-cyan) 38%,
            var(--ar-green) 72%,
            var(--ar-orange)
        );
}

.ar-contact-hero-inner {
    position: relative;
    z-index: 2;
    max-width: 670px;
    padding: 115px 0 65px;
}

.ar-art-line {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 13px;
}

.ar-art-line span {
    width: 26px;
    height: 2px;
    background: var(--ar-cyan);
}

.ar-art-line small,
.ar-section-kicker {
    color: var(--ar-cyan);
    font-size: 8px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 2.2px;
    text-transform: uppercase;
}

.ar-contact-hero h1 {
    margin: 0 0 12px;
    color: #ffffff;
    font-size: 52px;
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: -1px;
}

.ar-contact-hero p {
    max-width: 590px;
    margin: 0;
    color: rgba(255,255,255,.78);
    font-size: 13px;
    line-height: 22px;
}


/* Contact layout */

.ar-contact-layout {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
    gap: 50px;
    align-items: start;
}

.ar-contact-details {
    padding-top: 4px;
}

.ar-section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 10px;
}

.ar-section-kicker::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--ar-orange);
}

.ar-contact-details h2 {
    margin: 0 0 15px;
    color: var(--ar-heading);
    font-size: 34px;
    line-height: 1.13;
    font-weight: 800;
    letter-spacing: -.6px;
}

.ar-contact-details h2 span {
    display: block;
    background: linear-gradient(
        90deg,
        var(--ar-blue),
        var(--ar-cyan) 45%,
        var(--ar-green) 82%,
        var(--ar-orange)
    );
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ar-contact-description {
    max-width: 500px;
    margin: 0 0 27px;
    color: var(--ar-text);
    font-size: 12px;
    line-height: 21px;
}


/* Contact cards */

.ar-contact-cards {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ar-contact-card {
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
    min-height: 74px;
    padding: 14px 16px;
    overflow: hidden;
    background: var(--ar-surface);
    border: 1px solid var(--ar-border);
    border-radius: 4px;
    box-shadow: 0 5px 18px rgba(23,32,43,.035);
    transition: transform .25s ease, box-shadow .25s ease;
}

.ar-contact-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(
        180deg,
        var(--ar-cyan),
        var(--ar-green)
    );
}

.ar-contact-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 9px 24px rgba(23,32,43,.07);
}

.ar-contact-card-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 50%;
    color: var(--ar-blue);
    background: #edf7fb;
    border: 1px solid #d9eef4;
    font-size: 13px;
}

.ar-contact-card-content {
    min-width: 0;
}

.ar-contact-card-label {
    display: block;
    margin-bottom: 2px;
    color: #9098a3;
    font-size: 7px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.ar-contact-card-content h4 {
    margin: 0 0 1px;
    color: var(--ar-heading);
    font-size: 13px;
    line-height: 19px;
    font-weight: 700;
}

.ar-contact-card-content address,
.ar-contact-card-content a {
    margin: 0;
    color: var(--ar-muted);
    font-size: 10px;
    line-height: 17px;
    font-style: normal;
    word-break: break-word;
}

.ar-contact-card-content a:hover {
    color: var(--ar-blue);
}


/* Contact form */

.ar-contact-form-box {
    position: relative;
    padding: 32px 34px 30px;
    background: var(--ar-surface);
    border: 1px solid var(--ar-border);
    border-radius: 4px;
    box-shadow: 0 9px 28px rgba(23,32,43,.055);
}

.ar-form-decoration {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background:
        linear-gradient(
            90deg,
            var(--ar-blue),
            var(--ar-cyan) 45%,
            var(--ar-green) 75%,
            var(--ar-orange)
        );
}

.ar-form-header {
    margin-bottom: 22px;
}

.ar-form-header h3 {
    margin: 0 0 5px;
    color: var(--ar-heading);
    font-size: 24px;
    line-height: 1.2;
    font-weight: 800;
}

.ar-form-header p {
    margin: 0;
    color: var(--ar-muted);
    font-size: 10px;
    line-height: 17px;
}


/* CF7 */

.ar-contact-form .wpcf7,
.ar-contact-form .wpcf7-form,
.ar-contact-form .wpcf7-form p {
    margin: 0;
}

.ar-contact-form input[type="text"],
.ar-contact-form input[type="email"],
.ar-contact-form input[type="tel"],
.ar-contact-form input[type="url"],
.ar-contact-form input[type="search"],
.ar-contact-form input[type="date"],
.ar-contact-form select,
.ar-contact-form textarea {
    display: block;
    width: 100%;
    margin: 0 0 10px;
    padding: 12px 13px !important;
    color: var(--ar-heading) !important;
    background: #f7f8fa !important;
    border: 1px solid var(--ar-border) !important;
    border-radius: 2px !important;
    box-shadow: none !important;
    font-family: "Open Sans", sans-serif !important;
    font-size: 10px !important;
    line-height: 18px !important;
}

.ar-contact-form input[type="text"],
.ar-contact-form input[type="email"],
.ar-contact-form input[type="tel"],
.ar-contact-form input[type="url"],
.ar-contact-form input[type="search"],
.ar-contact-form input[type="date"],
.ar-contact-form select {
    height: 43px !important;
}

.ar-contact-form textarea {
    height: 112px !important;
    min-height: 112px !important;
    resize: vertical;
}

.ar-contact-form input::placeholder,
.ar-contact-form textarea::placeholder {
    color: #969eaa !important;
    opacity: 1;
}

.ar-contact-form input:focus,
.ar-contact-form textarea:focus,
.ar-contact-form select:focus {
    outline: none !important;
    background: #ffffff !important;
    border-color: rgba(22,119,232,.42) !important;
    box-shadow: 0 0 0 3px rgba(22,119,232,.06) !important;
}


/* CF7 submit */

.ar-contact-form input[type="submit"],
.ar-contact-form button[type="submit"],
.ar-contact-form .wpcf7-submit {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: auto !important;
    min-width: 105px !important;
    height: 40px !important;
    margin: 2px 0 0 !important;
    padding: 9px 22px !important;
    color: #ffffff !important;
    background:
        linear-gradient(
            135deg,
            var(--ar-blue),
            var(--ar-cyan) 55%,
            var(--ar-green)
        ) !important;
    border: 0 !important;
    border-radius: 3px !important;
    box-shadow: 0 7px 16px rgba(22,119,232,.13) !important;
    font-size: 8px !important;
    font-weight: 700 !important;
    letter-spacing: 1.7px !important;
    text-transform: uppercase !important;
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease;
}

.ar-contact-form input[type="submit"]:hover,
.ar-contact-form button[type="submit"]:hover,
.ar-contact-form .wpcf7-submit:hover {
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(22,119,232,.18) !important;
}

.ar-contact-form .wpcf7-not-valid {
    border-color: rgba(242,139,34,.65) !important;
}

.ar-contact-form .wpcf7-not-valid-tip {
    margin: -6px 0 8px;
    color: var(--ar-orange);
    font-size: 8px;
    line-height: 14px;
}

.ar-contact-form .wpcf7-response-output {
    margin: 14px 0 0 !important;
    padding: 9px 11px !important;
    color: var(--ar-text);
    border: 1px solid var(--ar-border) !important;
    font-size: 9px;
    line-height: 15px;
}


/* Location */

.ar-location {
    position: relative;
    z-index: 2;
    margin-top: 48px;
    overflow: hidden;
    background: var(--ar-surface);
    border: 1px solid var(--ar-border);
    border-radius: 4px;
    box-shadow: 0 9px 28px rgba(23,32,43,.045);
}

.ar-location-top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 25px;
    padding: 23px 25px 19px;
}

.ar-location-top .ar-section-kicker {
    margin-bottom: 7px;
}

.ar-location-top h3 {
    margin: 0;
    color: var(--ar-heading);
    font-size: 22px;
    line-height: 1.2;
    font-weight: 800;
}

.ar-location-note {
    color: var(--ar-muted);
    font-size: 9px;
    line-height: 16px;
}

.ar-location-map {
    position: relative;
    overflow: hidden;
    line-height: 0;
    background: #e9edf1;
}

.ar-location-map iframe {
    display: block;
    width: 100%;
    height: 390px;
    border: 0;
}


/* =========================================================
   FOOTER — PREMIUM, NOT BLACK
========================================================= */

.musica-footer {
    position: relative;
    text-align: center;
    padding: 48px 0 35px;
    background:
        linear-gradient(
            180deg,
            #27313d 0%,
            #202934 100%
        );
    border-top: 1px solid rgba(255,255,255,.08);
}

.musica-footer::before {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    top: 0;
    left: 0;
    background:
        linear-gradient(
            90deg,
            var(--ar-blue),
            var(--ar-cyan) 38%,
            var(--ar-green) 72%,
            var(--ar-orange)
        );
}

.musica-footer .container {
    max-width: 1170px;
}

.musica-footer .footer-logo {
    padding: 0;
}

.musica-footer .footer-logo a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.musica-footer .footer-logo .logoimg {
    display: block;
    width: auto;
    max-width: 230px;
    max-height: 82px;
    object-fit: contain;
}

.musica-footer .footer-menu {
    padding: 25px 0 17px;
}

.musica-footer .footer-menu ul {
    margin: 0;
    padding: 0;
}

.musica-footer .footer-menu ul li {
    display: inline-block;
    list-style: none;
    padding: 5px 12px;
}

.musica-footer .footer-menu ul li a {
    color: rgba(255,255,255,.84);
    font-size: 9px;
    line-height: 1.3;
    font-weight: 600;
    letter-spacing: 1.25px;
    text-transform: uppercase;
}

.musica-footer .footer-menu ul li a:hover {
    color: var(--ar-cyan);
}

.musica-footer .social-icon ul {
    margin: 0;
    padding: 0;
}

.musica-footer .social-icon ul li {
    display: inline-block;
    list-style: none;
    padding: 4px 8px;
}

.musica-footer .social-icon ul li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 31px;
    height: 31px;
    color: rgba(255,255,255,.55);
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 50%;
    font-size: 12px;
}

.musica-footer .social-icon ul li a:hover {
    color: #ffffff;
    border-color: var(--ar-cyan);
    background: rgba(18,189,216,.08);
}


/* =========================================================
   MODALS — MATCH NEW BRAND
========================================================= */

.modal-content {
    border: 0;
    border-radius: 5px;
    box-shadow: 0 18px 50px rgba(23,32,43,.18);
}

.modal-header {
    border-bottom: 1px solid var(--ar-border);
}

.modal-title.text-black,
.modal-body .text-black {
    color: var(--ar-heading) !important;
}

.showcase-modal-overlay {
    background: rgba(23,32,43,.58);
}

.showcase-modal {
    background: #ffffff;
    border: 1px solid var(--ar-border);
    box-shadow: 0 20px 60px rgba(23,32,43,.2);
}

.showcase-modal h2 {
    color: var(--ar-heading);
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 991px) {

    .musica-header .desktop-menu {
        display: none;
    }

    .musica-header .mobile-menu {
        display: block;
    }

    .ar-contact-layout {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .ar-contact-form-box {
        padding: 30px;
    }

    .ar-contact-main {
        padding: 60px 0 70px;
    }

    .ar-location {
        margin-top: 42px;
    }

    .musica-footer {
        padding: 42px 0 30px;
    }
}


@media (max-width: 767px) {

    .musica-header .mobile-menu .container {
        padding-left: 18px;
        padding-right: 18px;
    }

    .mobile-logo-search-humbarger {
        min-height: 66px;
    }

    .mobile-menu .logo {
        width: 135px;
    }

    .mobile-menu .logo img {
        max-width: 135px;
        max-height: 47px;
    }

    .ar-contact-hero {
        min-height: 350px;
    }

    .ar-contact-hero-inner {
        padding: 90px 0 55px;
    }

    .ar-contact-hero h1 {
        font-size: 39px;
    }

    .ar-contact-hero p {
        font-size: 11px;
        line-height: 20px;
    }

    .ar-contact-main {
        padding: 52px 0 62px;
    }

    .ar-contact-details h2 {
        font-size: 29px;
    }

    .ar-contact-form-box {
        padding: 27px 20px;
    }

    .ar-form-header h3 {
        font-size: 22px;
    }

    .ar-contact-form input[type="submit"],
    .ar-contact-form button[type="submit"],
    .ar-contact-form .wpcf7-submit {
        width: 100% !important;
    }

    .ar-location-top {
        display: block;
        padding: 21px 19px 17px;
    }

    .ar-location-note {
        margin-top: 6px;
    }

    .ar-location-map iframe {
        height: 285px;
    }

    .musica-footer .footer-logo .logoimg {
        max-width: 205px;
        max-height: 72px;
    }

    .musica-footer .footer-menu {
        padding: 20px 0 13px;
    }

    .musica-footer .footer-menu ul li {
        padding: 5px 7px;
    }

    .musica-footer .footer-menu ul li a {
        font-size: 8px;
        letter-spacing: 1px;
    }
}


@media (max-width: 480px) {

    .ar-contact-hero h1 {
        font-size: 34px;
    }

    .ar-contact-details h2 {
        font-size: 26px;
    }

    .ar-contact-card {
        min-height: 70px;
        padding: 12px 13px;
    }

    .ar-contact-card-icon {
        width: 39px;
        height: 39px;
        min-width: 39px;
    }

    .ar-contact-form-box {
        padding: 25px 15px;
    }

    .ar-location-map iframe {
        height: 260px;
    }

    .musica-footer .social-icon ul li {
        padding: 4px 5px;
    }
}

/* =========================================================
   ARTIST RANA — FINAL TYPOGRAPHY + COLOR POLISH
   Larger typography / stronger brand colors / compact UI
   Added without removing the existing theme CSS.
========================================================= */

:root {
    --ar-blue: #0574d1;
    --ar-cyan: #00b8d9;
    --ar-green: #69b82f;
    --ar-orange: #ff8a00;
    --ar-heading: #172536;
    --ar-text: #536273;
    --ar-muted: #6f7d8d;
    --ar-border: #dce3ea;
    --ar-surface: #ffffff;
    --ar-page: #f5f7f9;
}

/* =========================================================
   GLOBAL LIGHTER / CLEANER BACKGROUND
========================================================= */

html,
body {
    background: var(--ar-page);
}

body {
    color: var(--ar-text);
    font-size: 14px;
    line-height: 1.65;
}

/* Keep old black utility classes from forcing a black site theme */
.black-bg,
.black-bg.musica-footer {
    background-color: #263443 !important;
}

/* =========================================================
   HEADER — CLEANER + MORE READABLE
========================================================= */

.musica-header {
    position: relative;
    z-index: 1000;
}

.musica-header .desktop-menu {
    background: rgba(8, 18, 30, .30);
    border-bottom: 1px solid rgba(255,255,255,.12);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.musica-header .desktop-menu .logo img {
    max-width: 170px;
    max-height: 58px;
}

.musica-header #easy-menu .menu-list > li > a {
    color: #ffffff !important;
    font-size: 11px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: color .2s ease, opacity .2s ease;
}

.musica-header #easy-menu .menu-list > li > a:hover,
.musica-header #easy-menu .menu-list > li.current-menu-item > a,
.musica-header #easy-menu .menu-list > li.current_page_item > a {
    color: #42d8ee !important;
}

.musica-header #easy-menu .menu-list > li {
    margin-left: 4px;
}

.musica-header #easy-menu .menu-list > li > a::after {
    background: linear-gradient(90deg, var(--ar-cyan), var(--ar-green)) !important;
}

/* Desktop dropdown */
.musica-header #easy-menu .menu-list li .sub-menu {
    min-width: 205px;
    padding: 8px 0;
    background: rgba(255,255,255,.98);
    border: 1px solid var(--ar-border);
    border-top: 3px solid var(--ar-cyan);
    border-radius: 0 0 5px 5px;
    box-shadow: 0 12px 30px rgba(22,35,50,.16);
}

.musica-header #easy-menu .menu-list li .sub-menu li a {
    display: block;
    padding: 9px 16px;
    color: var(--ar-heading) !important;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .3px;
}

.musica-header #easy-menu .menu-list li .sub-menu li a:hover {
    color: var(--ar-blue) !important;
    background: #f2f9fc;
}

/* Mobile header */
.musica-header .mobile-menu {
    background: rgba(255,255,255,.98);
    border-bottom: 1px solid var(--ar-border);
    box-shadow: 0 3px 15px rgba(25,40,55,.08);
}

.musica-header .mobile-menu .logo img {
    max-height: 50px;
}

.musica-header .humbarger-button {
    color: var(--ar-blue);
}

.mobile-background-nav {
    background: rgba(17,29,42,.98);
}

.mobile-background-nav .mobile-menu-close {
    color: #ffffff;
}

.mobile-background-nav .menu-accordion > li > a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .6px;
}

.mobile-background-nav .menu-accordion > li > a:hover {
    color: #42d8ee;
}

/* =========================================================
   CONTACT HERO — STRONGER TYPE
========================================================= */

.ar-contact-hero {
    min-height: 405px;
}

.ar-contact-hero-overlay {
    background:
        linear-gradient(
            90deg,
            rgba(10,20,32,.72) 0%,
            rgba(10,20,32,.48) 55%,
            rgba(10,20,32,.35) 100%
        );
}

.ar-contact-hero-inner {
    max-width: 720px;
    padding: 112px 0 64px;
}

.ar-art-line {
    gap: 10px;
    margin-bottom: 14px;
}

.ar-art-line span {
    width: 32px;
    height: 3px;
    background: linear-gradient(90deg, var(--ar-cyan), var(--ar-green));
}

.ar-art-line small,
.ar-section-kicker {
    color: #00c6e8;
    font-size: 10px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: 2.3px;
}

.ar-contact-hero h1 {
    margin-bottom: 14px;
    font-size: 58px;
    line-height: 1.04;
    font-weight: 800;
    letter-spacing: -.8px;
    text-shadow: 0 3px 15px rgba(0,0,0,.18);
}

.ar-contact-hero p {
    max-width: 640px;
    color: rgba(255,255,255,.90);
    font-size: 15px;
    line-height: 24px;
}

/* =========================================================
   CONTACT MAIN — CLEANER WHITE/LIGHT GREY
========================================================= */

.ar-contact-main {
    padding: 66px 0 78px;
    background:
        linear-gradient(180deg, #f8fafc 0%, #f2f5f7 100%);
}

.ar-contact-main::before {
    width: 360px;
    height: 360px;
    right: -180px;
    background: rgba(0,184,217,.075);
}

.ar-contact-main::after {
    width: 290px;
    height: 290px;
    left: -145px;
    background: rgba(105,184,47,.065);
}

.ar-contact-layout {
    gap: 52px;
}

.ar-contact-details h2 {
    margin-bottom: 16px;
    color: #172536;
    font-size: 40px;
    line-height: 1.12;
    font-weight: 800;
    letter-spacing: -.7px;
}

.ar-contact-details h2 span {
    background: linear-gradient(
        90deg,
        #0574d1 0%,
        #00b8d9 42%,
        #69b82f 76%,
        #ff8a00 100%
    );
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ar-contact-description {
    max-width: 540px;
    margin-bottom: 28px;
    color: #5d6c7c;
    font-size: 14px;
    line-height: 23px;
}

/* =========================================================
   CONTACT CARDS — MORE VISIBLE BRAND COLORS
========================================================= */

.ar-contact-cards {
    gap: 11px;
}

.ar-contact-card {
    min-height: 78px;
    padding: 15px 17px;
    gap: 16px;
    border: 1px solid #d8e1e8;
    border-radius: 5px;
    background: #ffffff;
    box-shadow: 0 7px 22px rgba(24,43,60,.055);
}

.ar-contact-card::before {
    width: 3px;
    background: linear-gradient(180deg, #0574d1, #00b8d9 45%, #69b82f 100%);
}

.ar-contact-card:hover {
    transform: translateY(-3px);
    border-color: #c7dce7;
    box-shadow: 0 12px 28px rgba(24,43,60,.10);
}

.ar-contact-card-icon {
    width: 45px;
    height: 45px;
    min-width: 45px;
    color: #0574d1;
    background: linear-gradient(145deg, #e8f8fc, #f2fbfd);
    border: 1px solid #c9ebf2;
    font-size: 14px;
}

.ar-contact-card-content {
    padding-top: 1px;
}

.ar-contact-card-label {
    margin-bottom: 3px;
    color: #738294;
    font-size: 8px;
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: 1.7px;
}

.ar-contact-card-content h4 {
    margin-bottom: 2px;
    color: #172536;
    font-size: 15px;
    line-height: 20px;
    font-weight: 800;
}

.ar-contact-card-content address,
.ar-contact-card-content a {
    color: #657486;
    font-size: 12px;
    line-height: 18px;
}

.ar-contact-card-content a:hover {
    color: #0574d1;
}

/* =========================================================
   FORM — LARGER + EASIER TO READ
========================================================= */

.ar-contact-form-box {
    padding: 34px 36px 32px;
    background: #ffffff;
    border: 1px solid #d9e2e9;
    border-radius: 5px;
    box-shadow: 0 12px 32px rgba(24,43,60,.075);
}

.ar-form-decoration {
    height: 3px;
    background: linear-gradient(
        90deg,
        #0574d1 0%,
        #00b8d9 40%,
        #69b82f 75%,
        #ff8a00 100%
    );
}

.ar-form-header {
    margin-bottom: 24px;
}

.ar-form-header h3 {
    margin-bottom: 6px;
    color: #172536;
    font-size: 27px;
    line-height: 1.2;
    font-weight: 800;
}

.ar-form-header p {
    color: #69788a;
    font-size: 12px;
    line-height: 19px;
}

.ar-contact-form input[type="text"],
.ar-contact-form input[type="email"],
.ar-contact-form input[type="tel"],
.ar-contact-form input[type="url"],
.ar-contact-form input[type="search"],
.ar-contact-form input[type="date"],
.ar-contact-form select,
.ar-contact-form textarea {
    color: #263647;
    background: #f7f9fb;
    border: 1px solid #dbe3e9;
    border-radius: 3px;
    font-family: inherit;
    font-size: 13px;
    line-height: 20px;
    transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.ar-contact-form input[type="text"],
.ar-contact-form input[type="email"],
.ar-contact-form input[type="tel"],
.ar-contact-form input[type="url"],
.ar-contact-form input[type="search"],
.ar-contact-form input[type="date"],
.ar-contact-form select {
    min-height: 48px;
    padding: 12px 14px;
}

.ar-contact-form textarea {
    min-height: 120px;
    padding: 13px 14px;
    resize: vertical;
}

.ar-contact-form input::placeholder,
.ar-contact-form textarea::placeholder {
    color: #8996a4;
    opacity: 1;
}

.ar-contact-form input:focus,
.ar-contact-form textarea:focus,
.ar-contact-form select:focus {
    background: #ffffff;
    border-color: #00b8d9;
    box-shadow: 0 0 0 3px rgba(0,184,217,.10);
    outline: none;
}

.ar-contact-form input[type="submit"],
.ar-contact-form button[type="submit"],
.ar-contact-form .wpcf7-submit {
    min-width: 118px;
    min-height: 46px;
    padding: 12px 25px;
    color: #ffffff;
    background: linear-gradient(90deg, #0574d1 0%, #00b8d9 50%, #69b82f 100%);
    border: 0;
    border-radius: 4px;
    box-shadow: 0 7px 18px rgba(5,116,209,.20);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

.ar-contact-form input[type="submit"]:hover,
.ar-contact-form button[type="submit"]:hover,
.ar-contact-form .wpcf7-submit:hover {
    color: #ffffff;
    background: linear-gradient(90deg, #0067bf 0%, #00abc9 50%, #5da925 100%);
    transform: translateY(-2px);
    box-shadow: 0 10px 23px rgba(5,116,209,.25);
    filter: saturate(1.08);
}

.ar-contact-form .wpcf7-not-valid {
    border-color: #ef7d38 !important;
}

.ar-contact-form .wpcf7-not-valid-tip {
    margin-top: 4px;
    color: #d96b2a;
    font-size: 11px;
}

.ar-contact-form .wpcf7-response-output {
    margin: 15px 0 0 !important;
    padding: 9px 12px !important;
    border-radius: 3px;
    font-size: 12px;
}

/* =========================================================
   LOCATION — STRONGER HEADER
========================================================= */

.ar-location {
    margin-top: 48px;
    border: 1px solid #d9e2e9;
    border-radius: 5px;
    background: #ffffff;
    box-shadow: 0 10px 28px rgba(24,43,60,.065);
    overflow: hidden;
}

.ar-location-top {
    padding: 23px 25px 19px;
    background: #ffffff;
}

.ar-location-top .ar-section-kicker {
    margin-bottom: 6px;
}

.ar-location-top h3 {
    margin: 0;
    color: #172536;
    font-size: 21px;
    line-height: 1.25;
    font-weight: 800;
}

.ar-location-note {
    color: #718093;
    font-size: 11px;
}

.ar-location-map iframe {
    height: 390px;
}

/* =========================================================
   FOOTER — NAVY/SLATE, NOT BLACK
========================================================= */

.musica-footer,
.black-bg.musica-footer {
    padding: 55px 0 38px;
    background:
        linear-gradient(180deg, #263543 0%, #202c38 100%) !important;
    border-top: 3px solid transparent;
    border-image: linear-gradient(90deg, #0574d1, #00b8d9 40%, #69b82f 75%, #ff8a00) 1;
}

.musica-footer::before {
    display: none;
}

.musica-footer .footer-logo .logoimg {
    max-width: 270px;
    max-height: 95px;
    filter: drop-shadow(0 4px 12px rgba(0,0,0,.12));
}

.musica-footer .footer-menu {
    padding: 27px 0 19px;
}

.musica-footer .footer-menu ul li {
    padding: 5px 14px;
}

.musica-footer .footer-menu ul li a {
    color: rgba(255,255,255,.88);
    font-size: 10px;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: 1.35px;
}

.musica-footer .footer-menu ul li a:hover {
    color: #42d8ee;
}

.musica-footer .social-icon ul li {
    padding: 4px 7px;
}

.musica-footer .social-icon ul li a {
    width: 35px;
    height: 35px;
    color: rgba(255,255,255,.70);
    border: 1px solid rgba(255,255,255,.17);
    background: rgba(255,255,255,.025);
    font-size: 13px;
    transition: all .2s ease;
}

.musica-footer .social-icon ul li a:hover {
    color: #ffffff;
    border-color: #00b8d9;
    background: rgba(0,184,217,.13);
    transform: translateY(-2px);
}

/* =========================================================
   MODAL POLISH
========================================================= */

.modal-header {
    padding: 20px 22px;
}

.modal-title.text-black,
.modal-body .text-black {
    color: #172536 !important;
}

.showcase-modal h2 {
    color: #172536;
    font-size: 24px;
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .musica-header #easy-menu .menu-list > li > a {
        font-size: 10px;
    }

    .ar-contact-layout {
        gap: 38px;
    }

    .ar-contact-details h2 {
        font-size: 36px;
    }

    .ar-contact-form-box {
        padding: 31px 30px;
    }

    .ar-location {
        margin-top: 40px;
    }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .musica-header .mobile-menu {
        min-height: 68px;
    }

    .mobile-logo-search-humbarger {
        min-height: 68px;
    }

    .mobile-menu .logo {
        width: 145px;
    }

    .mobile-menu .logo img {
        max-width: 145px;
        max-height: 50px;
    }

    .ar-contact-hero {
        min-height: 350px;
    }

    .ar-contact-hero-inner {
        padding: 88px 0 52px;
    }

    .ar-contact-hero h1 {
        font-size: 43px;
        letter-spacing: -.5px;
    }

    .ar-contact-hero p {
        font-size: 13px;
        line-height: 21px;
    }

    .ar-contact-main {
        padding: 52px 0 62px;
    }

    .ar-section-kicker,
    .ar-art-line small {
        font-size: 9px;
        letter-spacing: 1.9px;
    }

    .ar-contact-details h2 {
        font-size: 31px;
        line-height: 1.14;
    }

    .ar-contact-description {
        font-size: 13px;
        line-height: 21px;
    }

    .ar-contact-card {
        min-height: 76px;
        padding: 14px 15px;
    }

    .ar-contact-card-icon {
        width: 43px;
        height: 43px;
        min-width: 43px;
    }

    .ar-contact-card-content h4 {
        font-size: 14px;
    }

    .ar-contact-card-content address,
    .ar-contact-card-content a {
        font-size: 11px;
        line-height: 17px;
    }

    .ar-contact-form-box {
        padding: 28px 20px;
    }

    .ar-form-header h3 {
        font-size: 24px;
    }

    .ar-form-header p {
        font-size: 11px;
        line-height: 18px;
    }

    .ar-contact-form input[type="text"],
    .ar-contact-form input[type="email"],
    .ar-contact-form input[type="tel"],
    .ar-contact-form input[type="url"],
    .ar-contact-form input[type="search"],
    .ar-contact-form input[type="date"],
    .ar-contact-form select {
        min-height: 47px;
        font-size: 13px;
    }

    .ar-contact-form textarea {
        min-height: 115px;
        font-size: 13px;
    }

    .ar-contact-form input[type="submit"],
    .ar-contact-form button[type="submit"],
    .ar-contact-form .wpcf7-submit {
        width: auto !important;
        min-width: 118px;
        min-height: 45px;
    }

    .ar-location-top {
        padding: 21px 19px 17px;
    }

    .ar-location-top h3 {
        font-size: 19px;
    }

    .ar-location-map iframe {
        height: 285px;
    }

    .musica-footer {
        padding: 44px 0 30px;
    }

    .musica-footer .footer-logo .logoimg {
        max-width: 220px;
        max-height: 78px;
    }

    .musica-footer .footer-menu {
        padding: 22px 0 15px;
    }

    .musica-footer .footer-menu ul li {
        padding: 5px 8px;
    }

    .musica-footer .footer-menu ul li a {
        font-size: 9px;
        letter-spacing: 1.05px;
    }
}

/* =========================================================
   SMALL PHONES
========================================================= */

@media (max-width: 480px) {

    .ar-contact-hero h1 {
        font-size: 37px;
    }

    .ar-contact-hero p {
        font-size: 12px;
        line-height: 20px;
    }

    .ar-contact-details h2 {
        font-size: 28px;
    }

    .ar-contact-form-box {
        padding: 25px 16px;
    }

    .ar-contact-card {
        min-height: 73px;
        padding: 13px 13px;
    }

    .ar-contact-card-icon {
        width: 40px;
        height: 40px;
        min-width: 40px;
    }

    .ar-contact-card-content h4 {
        font-size: 13px;
    }

    .ar-contact-card-content address,
    .ar-contact-card-content a {
        font-size: 10px;
    }

    .ar-location-map iframe {
        height: 260px;
    }

    .musica-footer .footer-logo .logoimg {
        max-width: 205px;
    }

    .musica-footer .footer-menu ul li {
        padding: 4px 6px;
    }
}

/* =========================================================
   ARTIST RANA - ABOUT PAGE
   Professional Art Gallery UI
========================================================= */


/* =========================================================
   GLOBAL
========================================================= */

.artist-about-banner,
.artist-about-section,
.artist-highlight-gallery {
    font-family: "Open Sans", Arial, sans-serif;
}

.artist-about-section h1,
.artist-about-section h2,
.artist-about-section h3,
.artist-highlight-gallery h2,
.artist-about-banner h1 {
    font-family: "Open Sans", Arial, sans-serif;
}


/* =========================================================
   01. ABOUT BANNER
========================================================= */

.artist-about-banner {
    position: relative;
    min-height: 390px;
    display: flex;
    align-items: center;
    background-color: #172231;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}

.artist-about-banner-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            90deg,
            rgba(8, 18, 30, 0.88) 0%,
            rgba(8, 18, 30, 0.65) 48%,
            rgba(8, 18, 30, 0.35) 100%
        );
}

.artist-about-banner:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(
        90deg,
        #0797f2,
        #08c8e8,
        #54c933,
        #f2bd22
    );
}

.artist-about-banner .container {
    position: relative;
    z-index: 2;
}

.artist-about-banner-content {
    max-width: 650px;
    padding: 65px 0 55px;
}

.artist-section-label {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    color: #079eea;
    font-size: 11px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.artist-section-label:before {
    content: "";
    width: 28px;
    height: 2px;
    background: linear-gradient(
        90deg,
        #079eea,
        #45c73a
    );
}

.artist-about-banner h1 {
    margin: 0 0 16px;
    color: #ffffff;
    font-size: 48px;
    line-height: 1.12;
    font-weight: 800;
    letter-spacing: -1px;
}

.artist-about-banner p {
    max-width: 600px;
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
}


/* =========================================================
   02. ABOUT SECTION
========================================================= */

.artist-about-section {
    position: relative;
    padding: 90px 0;
    background:
        radial-gradient(
            circle at 5% 15%,
            rgba(8, 166, 236, 0.07),
            transparent 28%
        ),
        #f5f8fa;
    overflow: hidden;
}

.artist-about-section:after {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    right: -150px;
    bottom: -150px;
    border-radius: 50%;
    background: rgba(61, 201, 82, 0.06);
    pointer-events: none;
}

.artist-about-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}


/* =========================================================
   ABOUT IMAGE
========================================================= */

.artist-about-image-wrap {
    position: relative;
    max-width: 570px;
    padding: 0 22px 22px 0;
}

.artist-about-image {
    position: relative;
    z-index: 2;
    overflow: hidden;
    border-radius: 4px;
    background: #ffffff;
    box-shadow: 0 18px 45px rgba(20, 45, 65, 0.14);
}

.artist-about-image img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.artist-about-image:hover img {
    transform: scale(1.035);
}

.artist-about-image-accent {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 82%;
    height: 82%;
    border: 2px solid #09a8e8;
    border-radius: 4px;
    z-index: 1;
}

.artist-about-image-accent:after {
    content: "";
    position: absolute;
    right: -2px;
    bottom: -2px;
    width: 42%;
    height: 42%;
    border-right: 3px solid #52c832;
    border-bottom: 3px solid #52c832;
}


/* =========================================================
   ABOUT CONTENT
========================================================= */

.artist-about-content {
    max-width: 560px;
    padding-left: 45px;
}

.artist-about-content .artist-section-label {
    color: #079eea;
    margin-bottom: 14px;
}

.artist-about-content h2 {
    margin: 0 0 22px;
    color: #172231;
    font-size: 38px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: -0.7px;
}

.artist-about-text {
    color: #596a78;
    font-size: 16px;
    line-height: 1.85;
}

.artist-about-text p {
    margin: 0 0 18px;
}

.artist-about-text p:last-child {
    margin-bottom: 0;
}

.artist-about-text strong {
    color: #172231;
    font-weight: 700;
}

.artist-about-text a {
    color: #079eea;
    text-decoration: none;
}

.artist-about-text a:hover {
    color: #42bf3b;
}


/* =========================================================
   ABOUT DIVIDER
========================================================= */

.artist-about-divider {
    width: 100%;
    height: 1px;
    margin: 28px 0 22px;
    background: #dfe7ec;
    position: relative;
}

.artist-about-divider span {
    display: block;
    width: 65px;
    height: 2px;
    position: absolute;
    left: 0;
    top: -1px;
    background: linear-gradient(
        90deg,
        #079eea,
        #52c832
    );
}


/* =========================================================
   SIGNATURE
========================================================= */

.artist-about-signature {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.signature-name {
    color: #172231;
    font-size: 19px;
    font-weight: 700;
}

.signature-text {
    color: #84919b;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}


/* =========================================================
   03. HIGHLIGHTED GALLERY
========================================================= */

.artist-highlight-gallery {
    position: relative;
    padding: 80px 0 95px;
    background: #ffffff;
}

.artist-gallery-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 35px;
}

.artist-gallery-heading .artist-section-label {
    color: #f2a900;
}

.artist-gallery-heading h2 {
    margin: 0 0 10px;
    color: #172231;
    font-size: 36px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: -0.6px;
}

.artist-gallery-heading p {
    margin: 0;
    color: #697985;
    font-size: 15px;
    line-height: 1.7;
}


/* =========================================================
   GALLERY GRID
========================================================= */

.artist-gallery-grid {
    margin-left: -10px;
    margin-right: -10px;
}

.artist-gallery-grid > div {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}

.artist-gallery-item {
    position: relative;
    overflow: hidden;
    background: #edf2f5;
    border-radius: 5px;
    box-shadow: 0 12px 30px rgba(25, 50, 70, 0.10);
}

.artist-gallery-link {
    position: relative;
    display: block;
    overflow: hidden;
}

.artist-gallery-link img {
    width: 100%;
    height: 310px;
    object-fit: cover;
    display: block;
    transition:
        transform 0.5s ease,
        filter 0.5s ease;
}

.artist-gallery-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 18px;
    background: linear-gradient(
        0deg,
        rgba(10, 25, 40, 0.88),
        rgba(10, 25, 40, 0)
    );
    transform: translateY(100%);
    transition: transform 0.35s ease;
}

.artist-gallery-icon {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #ffffff;
    background: linear-gradient(
        135deg,
        #079eea,
        #4cc936
    );
    font-size: 14px;
}

.artist-gallery-title {
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.artist-gallery-item:hover .artist-gallery-link img {
    transform: scale(1.06);
    filter: brightness(0.88);
}

.artist-gallery-item:hover .artist-gallery-overlay {
    transform: translateY(0);
}


/* =========================================================
   GALLERY EMPTY STATE
========================================================= */

.artist-gallery-empty {
    padding: 45px 30px;
    text-align: center;
    border: 1px solid #e2e9ee;
    border-radius: 5px;
    background: #f7fafc;
}

.artist-gallery-empty p {
    margin: 0;
    color: #697985;
    font-size: 14px;
}


/* =========================================================
   FANCYBOX
========================================================= */

.fancybox__caption {
    font-family: "Open Sans", Arial, sans-serif;
}


/* =========================================================
   RESPONSIVE - TABLET
========================================================= */

@media (max-width: 991px) {

    .artist-about-banner {
        min-height: 340px;
    }

    .artist-about-banner-content {
        padding: 55px 0 50px;
    }

    .artist-about-banner h1 {
        font-size: 42px;
    }

    .artist-about-section {
        padding: 70px 0;
    }

    .artist-about-image-wrap {
        max-width: 100%;
        margin-bottom: 45px;
    }

    .artist-about-image img {
        height: 450px;
    }

    .artist-about-content {
        max-width: 100%;
        padding-left: 0;
    }

    .artist-about-content h2 {
        font-size: 34px;
    }

    .artist-gallery-heading h2 {
        font-size: 32px;
    }

    .artist-gallery-link img {
        height: 280px;
    }
}


/* =========================================================
   RESPONSIVE - MOBILE
========================================================= */

@media (max-width: 767px) {

    .artist-about-banner {
        min-height: 300px;
    }

    .artist-about-banner-content {
        padding: 50px 15px 45px;
    }

    .artist-section-label {
        font-size: 9px;
        letter-spacing: 2px;
    }

    .artist-about-banner h1 {
        font-size: 34px;
        line-height: 1.15;
        letter-spacing: -0.5px;
    }

    .artist-about-banner p {
        font-size: 14px;
        line-height: 1.7;
    }

    .artist-about-section {
        padding: 55px 0;
    }

    .artist-about-row {
        display: block;
    }

    .artist-about-image-wrap {
        padding-right: 14px;
        padding-bottom: 14px;
        margin-bottom: 38px;
    }

    .artist-about-image img {
        height: 360px;
    }

    .artist-about-image-accent {
        width: 82%;
        height: 82%;
    }

    .artist-about-content {
        padding-left: 0;
    }

    .artist-about-content h2 {
        font-size: 29px;
        line-height: 1.25;
        margin-bottom: 17px;
    }

    .artist-about-text {
        font-size: 15px;
        line-height: 1.8;
    }

    .artist-about-divider {
        margin: 24px 0 19px;
    }

    .artist-highlight-gallery {
        padding: 55px 0 60px;
    }

    .artist-gallery-heading {
        display: block;
        margin-bottom: 28px;
    }

    .artist-gallery-heading h2 {
        font-size: 29px;
    }

    .artist-gallery-heading p {
        font-size: 14px;
    }

    .artist-gallery-grid {
        margin-left: -7px;
        margin-right: -7px;
    }

    .artist-gallery-grid > div {
        padding-left: 7px;
        padding-right: 7px;
        margin-bottom: 14px;
    }

    .artist-gallery-link img {
        height: 230px;
    }

    .artist-gallery-overlay {
        padding: 11px;
    }

    .artist-gallery-icon {
        width: 32px;
        height: 32px;
        font-size: 12px;
    }

    .artist-gallery-title {
        font-size: 11px;
    }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .artist-about-banner {
        min-height: 275px;
    }

    .artist-about-banner h1 {
        font-size: 30px;
    }

    .artist-about-banner p {
        font-size: 13px;
    }

    .artist-about-image img {
        height: 310px;
    }

    .artist-about-content h2 {
        font-size: 27px;
    }

    .artist-about-text {
        font-size: 14px;
    }

    .artist-gallery-heading h2 {
        font-size: 27px;
    }

    .artist-gallery-link img {
        height: 200px;
    }
}

/* =========================================================
   VIEW FULL GALLERY BUTTON
========================================================= */

.artist-gallery-button-wrap {
    display: flex;
    justify-content: center;
    margin-top: 22px;
}

.artist-gallery-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    min-width: 175px;
    padding: 14px 24px;
    border-radius: 3px;
    color: #ffffff !important;
    background: linear-gradient(
        135deg,
        #078ee8,
        #08bfe5,
        #4cc934
    );
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none !important;
    box-shadow: 0 8px 22px rgba(7, 142, 232, 0.18);
    transition: all 0.3s ease;
}

.artist-gallery-button i {
    font-size: 14px;
    transition: transform 0.3s ease;
}

.artist-gallery-button:hover {
    color: #ffffff !important;
    text-decoration: none !important;
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(7, 142, 232, 0.25);
}

.artist-gallery-button:hover i {
    transform: translateX(5px);
}


/* MOBILE */

@media (max-width: 767px) {

    .artist-gallery-button-wrap {
        margin-top: 16px;
    }

    .artist-gallery-button {
        min-width: 165px;
        padding: 13px 20px;
        font-size: 11px;
        gap: 11px;
    }
}

/* =========================================================
   ARTIST DETAIL PAGE
   Artist Rana
========================================================= */


/* =========================================================
   01. ARTIST DETAIL BANNER
========================================================= */

.artist-detail-banner {
    position: relative;
    min-height: 360px;
    display: flex;
    align-items: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}

.artist-detail-banner-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            90deg,
            rgba(8, 18, 30, 0.88) 0%,
            rgba(8, 18, 30, 0.68) 45%,
            rgba(8, 18, 30, 0.42) 100%
        );
}

.artist-detail-banner::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background: linear-gradient(
        90deg,
        #08aeea,
        #12c8e9,
        #58d43a,
        #f5a623
    );
}

.artist-detail-banner-content {
    position: relative;
    z-index: 2;
    max-width: 760px;
    padding: 100px 0 85px;
}

.artist-detail-label {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    padding-left: 38px;
    color: #16bce9;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.artist-detail-label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 27px;
    height: 2px;
    background: linear-gradient(
        90deg,
        #08aeea,
        #5bd537
    );
    transform: translateY(-50%);
}

.artist-detail-banner h1 {
    margin: 0;
    color: #ffffff;
    font-size: 54px;
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -1px;
}


/* =========================================================
   02. ARTIST DETAIL SECTION
========================================================= */

.artist-detail-section {
    position: relative;
    padding: 75px 0 85px;
    background: #f5f8fb;
    overflow: hidden;
}

.artist-detail-section::before {
    content: "";
    position: absolute;
    width: 360px;
    height: 360px;
    right: -170px;
    top: -100px;
    border-radius: 50%;
    background: rgba(9, 185, 230, 0.07);
}

.artist-detail-section::after {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    left: -150px;
    bottom: -100px;
    border-radius: 50%;
    background: rgba(91, 211, 55, 0.06);
}

.artist-detail-card {
    position: relative;
    z-index: 2;
    max-width: 1080px;
    margin: 0 auto;
    padding: 25px;
    background: #ffffff;
    border: 1px solid #e6ebf0;
    border-radius: 4px;
    box-shadow: 0 18px 45px rgba(22, 45, 65, 0.08);
}

.artist-detail-card > .row {
    display: flex;
    align-items: center;
    margin-left: -15px;
    margin-right: -15px;
}


/* =========================================================
   ARTIST IMAGE
========================================================= */

.artist-detail-image-wrap {
    position: relative;
    padding: 5px 15px 5px 5px;
}

.artist-detail-image {
    position: relative;
    z-index: 2;
    overflow: hidden;
    background: #edf3f7;
    border-radius: 3px;
}

.artist-detail-image img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.5s ease;
}

.artist-detail-card:hover .artist-detail-image img {
    transform: scale(1.025);
}

.artist-image-accent {
    position: absolute;
    z-index: 1;
    left: -2px;
    bottom: -2px;
    width: 90%;
    height: 90%;
    border-left: 3px solid #08aeea;
    border-bottom: 3px solid #55d338;
    border-radius: 3px;
}


/* =========================================================
   ARTIST CONTENT
========================================================= */

.artist-detail-content {
    padding: 20px 25px 20px 35px;
}

.artist-section-label {
    position: relative;
    display: inline-block;
    margin-bottom: 12px;
    padding-left: 20px;
    color: #08aeea;
    font-size: 10px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 2.5px;
    text-transform: uppercase;
}

.artist-section-label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #f4a623;
    transform: translateY(-50%);
}

.artist-detail-content h2 {
    margin: 0;
    color: #162536;
    font-size: 34px;
    font-weight: 800;
    line-height: 1.15;
}

.artist-detail-line {
    width: 70px;
    height: 3px;
    margin: 17px 0 25px;
    background: linear-gradient(
        90deg,
        #08aeea,
        #55d338
    );
}


/* =========================================================
   ARTIST INFORMATION
========================================================= */

.artist-info-list {
    margin-top: 10px;
}

.artist-info-item {
    display: flex;
    align-items: center;
    gap: 17px;
    padding: 17px 0;
    border-bottom: 1px solid #e8edf1;
}

.artist-info-item:last-child {
    border-bottom: 0;
}

.artist-info-icon {
    flex: 0 0 43px;
    width: 43px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(8, 174, 234, 0.22);
    border-radius: 50%;
    color: #08aeea;
    background: #eefaff;
    font-size: 15px;
}

.artist-info-text {
    min-width: 0;
}

.artist-info-text > span {
    display: block;
    margin-bottom: 4px;
    color: #8b9aa7;
    font-size: 9px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 1.7px;
    text-transform: uppercase;
}

.artist-info-text strong {
    display: block;
    color: #263849;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
}

.artist-youtube-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #e53935 !important;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none !important;
}

.artist-youtube-link:hover {
    color: #c62828 !important;
}

.artist-youtube-link i {
    font-size: 10px;
}


/* =========================================================
   PRIMARY BUTTON
========================================================= */

.artist-detail-action {
    margin-top: 25px;
}

.artist-primary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    min-width: 185px;
    padding: 14px 22px;
    color: #ffffff !important;
    background: linear-gradient(
        135deg,
        #078fe8,
        #08bde4,
        #55d338
    );
    border-radius: 3px;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    text-decoration: none !important;
    box-shadow: 0 8px 20px rgba(8, 174, 234, 0.18);
    transition: all 0.3s ease;
}

.artist-primary-btn:hover {
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(8, 174, 234, 0.25);
}

.artist-primary-btn i {
    font-size: 11px;
}


/* =========================================================
   03. RELATED ARTISTS SECTION
========================================================= */

.related-artists-section {
    position: relative;
    padding: 80px 0 90px;
    background: #ffffff;
}

.related-artists-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 35px;
}

.related-artists-heading h2 {
    margin: 0 0 8px;
    color: #162536;
    font-size: 34px;
    font-weight: 800;
    line-height: 1.2;
}

.related-artists-heading p {
    margin: 0;
    color: #71818e;
    font-size: 14px;
    line-height: 1.7;
}

.related-artists-heading-line {
    width: 170px;
    height: 3px;
    margin-bottom: 13px;
    background: linear-gradient(
        90deg,
        #08aeea,
        #55d338,
        #f4a623
    );
}


/* =========================================================
   RELATED ARTIST GRID
========================================================= */

.related-artists-grid {
    margin-left: -10px;
    margin-right: -10px;
}

.related-artists-grid > [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}

.related-artist-card {
    overflow: hidden;
    height: 100%;
    background: #ffffff;
    border: 1px solid #e4e9ee;
    border-radius: 3px;
    box-shadow: 0 8px 25px rgba(22, 45, 65, 0.06);
    transition: all 0.35s ease;
}

.related-artist-card:hover {
    transform: translateY(-5px);
    border-color: rgba(8, 174, 234, 0.28);
    box-shadow: 0 16px 35px rgba(22, 45, 65, 0.11);
}

.related-artist-link {
    display: block;
    color: inherit;
    text-decoration: none !important;
}


/* =========================================================
   RELATED ARTIST IMAGE
========================================================= */

.related-artist-image {
    position: relative;
    height: 315px;
    overflow: hidden;
    background: #edf2f5;
}

.related-artist-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.related-artist-card:hover .related-artist-image img {
    transform: scale(1.06);
}

.related-artist-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-end;
    padding: 20px;
    background: linear-gradient(
        to top,
        rgba(8, 22, 35, 0.78),
        rgba(8, 22, 35, 0.04) 65%
    );
    opacity: 0;
    transition: opacity 0.35s ease;
}

.related-artist-card:hover .related-artist-overlay {
    opacity: 1;
}

.related-artist-view {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #ffffff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.4px;
}

.related-artist-view i {
    transition: transform 0.3s ease;
}

.related-artist-card:hover .related-artist-view i {
    transform: translateX(4px);
}


/* =========================================================
   RELATED ARTIST CONTENT
========================================================= */

.related-artist-content {
    padding: 17px 18px 19px;
    background: #ffffff;
}

.related-artist-content > span {
    display: block;
    margin-bottom: 5px;
    color: #08aeea;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.related-artist-content h3 {
    margin: 0;
    color: #1b2c3c;
    font-size: 19px;
    font-weight: 800;
    line-height: 1.3;
    transition: color 0.3s ease;
}

.related-artist-card:hover .related-artist-content h3 {
    color: #078fca;
}


/* =========================================================
   VIEW ALL ARTISTS BUTTON
========================================================= */

.related-artists-button-wrap {
    display: flex;
    justify-content: center;
    margin-top: 28px;
}

.artist-secondary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    min-width: 180px;
    padding: 14px 23px;
    color: #243746 !important;
    background: #ffffff;
    border: 1px solid #d9e2e8;
    border-radius: 3px;
    font-size: 10px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    text-decoration: none !important;
    transition: all 0.3s ease;
}

.artist-secondary-btn i {
    color: #08aeea;
    transition: transform 0.3s ease;
}

.artist-secondary-btn:hover {
    color: #ffffff !important;
    border-color: #08aeea;
    background: linear-gradient(
        135deg,
        #078fe8,
        #08bde4
    );
    box-shadow: 0 8px 20px rgba(8, 174, 234, 0.18);
}

.artist-secondary-btn:hover i {
    color: #ffffff;
    transform: translateX(5px);
}


/* =========================================================
   EMPTY STATE
========================================================= */

.related-artists-empty {
    padding: 35px 20px;
    text-align: center;
    background: #f6f9fb;
    border: 1px solid #e5ebef;
}

.related-artists-empty p {
    margin: 0;
    color: #758592;
    font-size: 14px;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 991px) {

    .artist-detail-banner {
        min-height: 320px;
    }

    .artist-detail-banner-content {
        padding: 85px 0 70px;
    }

    .artist-detail-banner h1 {
        font-size: 45px;
    }

    .artist-detail-card {
        padding: 20px;
    }

    .artist-detail-card > .row {
        display: block;
    }

    .artist-detail-image-wrap {
        padding: 5px;
        margin-bottom: 30px;
    }

    .artist-detail-image img {
        height: 460px;
    }

    .artist-detail-content {
        padding: 10px 15px 15px;
    }

    .related-artist-image {
        height: 280px;
    }
}


@media (max-width: 767px) {

    .artist-detail-banner {
        min-height: 270px;
    }

    .artist-detail-banner-content {
        padding: 75px 15px 55px;
    }

    .artist-detail-banner h1 {
        font-size: 34px;
        letter-spacing: -0.5px;
    }

    .artist-detail-label {
        margin-bottom: 10px;
        padding-left: 28px;
        font-size: 9px;
        letter-spacing: 2px;
    }

    .artist-detail-label::before {
        width: 20px;
    }


    .artist-detail-section {
        padding: 45px 0 50px;
    }

    .artist-detail-card {
        padding: 12px;
        border-radius: 3px;
    }

    .artist-detail-image-wrap {
        margin-bottom: 22px;
    }

    .artist-detail-image img {
        height: 360px;
    }

    .artist-detail-content {
        padding: 8px 8px 12px;
    }

    .artist-section-label {
        font-size: 9px;
        letter-spacing: 2px;
    }

    .artist-detail-content h2 {
        font-size: 27px;
    }

    .artist-detail-line {
        margin: 13px 0 18px;
    }

    .artist-info-item {
        gap: 12px;
        padding: 14px 0;
    }

    .artist-info-icon {
        flex: 0 0 38px;
        width: 38px;
        height: 38px;
        font-size: 13px;
    }

    .artist-info-text strong {
        font-size: 14px;
    }

    .artist-primary-btn {
        width: 100%;
        min-width: 0;
    }


    .related-artists-section {
        padding: 50px 0 55px;
    }

    .related-artists-heading {
        display: block;
        margin-bottom: 25px;
    }

    .related-artists-heading h2 {
        font-size: 28px;
    }

    .related-artists-heading p {
        font-size: 13px;
    }

    .related-artists-heading-line {
        width: 100px;
        margin-top: 17px;
    }

    .related-artists-grid > [class*="col-"] {
        margin-bottom: 18px;
    }

    .related-artist-image {
        height: 300px;
    }

    .related-artist-overlay {
        opacity: 1;
    }

    .related-artist-content h3 {
        font-size: 18px;
    }

    .artist-secondary-btn {
        width: 100%;
        max-width: 220px;
    }
}


@media (max-width: 480px) {

    .artist-detail-banner {
        min-height: 245px;
    }

    .artist-detail-banner-content {
        padding: 65px 15px 45px;
    }

    .artist-detail-banner h1 {
        font-size: 30px;
    }

    .artist-detail-image img {
        height: 320px;
    }

    .related-artist-image {
        height: 280px;
    }
}

/* =========================================================
   ARTIST RANA - ARTISTS PAGE
   Professional Light Theme
========================================================= */

.artists-page-content,
.artists-page-banner,
.artists-page-cta {
    box-sizing: border-box;
}

.artists-page-content *,
.artists-page-banner *,
.artists-page-cta * {
    box-sizing: border-box;
}


/* =========================================================
   BANNER
========================================================= */

.artists-page-banner {
    position: relative;
    min-height: 430px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.artists-banner-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            90deg,
            rgba(5, 13, 27, 0.88) 0%,
            rgba(5, 13, 27, 0.66) 48%,
            rgba(5, 13, 27, 0.25) 100%
        );
}

.artists-page-banner:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background: linear-gradient(
        90deg,
        #08b9ed 0%,
        #0574d1 45%,
        #63c936 100%
    );
}

.artists-banner-content {
    position: relative;
    z-index: 2;
    max-width: 680px;
    padding: 95px 0 90px;
}

.artists-eyebrow {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 17px;
    padding-left: 35px;

    color: #18bfe9;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.artists-eyebrow:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 24px;
    height: 2px;
    transform: translateY(-50%);
    background: #18bfe9;
}

.artists-banner-content h1 {
    margin: 0 0 18px;

    color: #ffffff;
    font-size: 58px;
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: -1px;
}

.artists-banner-content p {
    max-width: 620px;
    margin: 0;

    color: rgba(255, 255, 255, 0.86);
    font-size: 17px;
    line-height: 1.8;
    font-weight: 400;
}


/* =========================================================
   MAIN CONTENT
========================================================= */

.artists-page-content {
    position: relative;
    padding: 85px 0 90px;
    background: #f5f8fb;
    overflow: hidden;
}

.artists-page-content:before {
    content: "";
    position: absolute;
    top: -180px;
    right: -180px;
    width: 430px;
    height: 430px;

    border-radius: 50%;
    background: rgba(24, 191, 233, 0.06);
    pointer-events: none;
}

.artists-page-content:after {
    content: "";
    position: absolute;
    left: -190px;
    bottom: -190px;
    width: 430px;
    height: 430px;

    border-radius: 50%;
    background: rgba(99, 201, 54, 0.045);
    pointer-events: none;
}

.artists-page-content .container {
    position: relative;
    z-index: 2;
}


/* =========================================================
   SECTION HEADER
========================================================= */

.artists-section-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;

    margin-bottom: 42px;
}

.artists-section-title {
    max-width: 720px;
}

.artists-section-label {
    position: relative;
    display: inline-block;

    margin-bottom: 12px;
    padding-left: 28px;

    color: #079dcc;
    font-size: 11px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: 2.8px;
    text-transform: uppercase;
}

.artists-section-label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;

    width: 17px;
    height: 3px;

    transform: translateY(-50%);
    border-radius: 10px;

    background: linear-gradient(
        90deg,
        #0574d1,
        #20c8e8
    );
}

.artists-section-title h2 {
    margin: 0 0 14px;

    color: #172033;
    font-size: 39px;
    line-height: 1.15;
    font-weight: 800;
    letter-spacing: -0.6px;
}

.artists-section-title p {
    max-width: 650px;
    margin: 0;

    color: #657286;
    font-size: 16px;
    line-height: 1.75;
}


/* =========================================================
   ARTIST COUNT
========================================================= */

.artists-count {
    flex: 0 0 auto;

    min-width: 105px;
    padding: 17px 20px;

    text-align: center;

    background: #ffffff;
    border: 1px solid #e4ebf1;
    border-radius: 10px;

    box-shadow: 0 8px 30px rgba(25, 55, 85, 0.06);
}

.artists-count span {
    display: block;

    color: #0574d1;
    font-size: 27px;
    line-height: 1;
    font-weight: 800;
}

.artists-count small {
    display: block;
    margin-top: 6px;

    color: #7a8797;
    font-size: 11px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}


/* =========================================================
   ARTISTS GRID
========================================================= */

.artists-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 26px;
}


/* =========================================================
   ARTIST CARD
========================================================= */

.artist-card {
    min-width: 0;
}

.artist-card-link {
    position: relative;
    display: block;

    overflow: hidden;

    text-decoration: none;

    background: #ffffff;
    border: 1px solid #e4ebf1;
    border-radius: 10px;

    box-shadow: 0 8px 28px rgba(20, 45, 70, 0.06);

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;
}

.artist-card-link:hover {
    text-decoration: none;

    transform: translateY(-7px);

    border-color: rgba(5, 116, 209, 0.22);

    box-shadow:
        0 18px 45px rgba(20, 45, 70, 0.12);
}


/* =========================================================
   CARD IMAGE
========================================================= */

.artist-card-image {
    position: relative;
    width: 100%;
    height: 310px;

    overflow: hidden;

    background: #eaf0f5;
}

.artist-card-image img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;

    transition:
        transform 0.6s ease,
        filter 0.4s ease;
}

.artist-card-link:hover .artist-card-image img {
    transform: scale(1.06);
}


/* =========================================================
   CARD OVERLAY
========================================================= */

.artist-card-overlay {
    position: absolute;
    inset: 0;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    gap: 10px;

    opacity: 0;

    background:
        linear-gradient(
            135deg,
            rgba(5, 116, 209, 0.83),
            rgba(16, 194, 225, 0.72),
            rgba(99, 201, 54, 0.72)
        );

    transition: opacity 0.35s ease;
}

.artist-card-link:hover .artist-card-overlay {
    opacity: 1;
}

.artist-view-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 50px;
    height: 50px;

    color: #ffffff;

    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 50%;

    font-size: 17px;

    transform: translateY(12px);

    transition:
        transform 0.35s ease,
        background 0.35s ease;
}

.artist-card-link:hover .artist-view-icon {
    transform: translateY(0);
}

.artist-view-text {
    color: #ffffff;

    font-size: 11px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 1.8px;
    text-transform: uppercase;

    transform: translateY(12px);

    transition: transform 0.4s ease 0.05s;
}

.artist-card-link:hover .artist-view-text {
    transform: translateY(0);
}


/* =========================================================
   CARD CONTENT
========================================================= */

.artist-card-content {
    display: flex;
    align-items: center;

    min-height: 91px;
    padding: 17px 19px;

    background: #ffffff;
}

.artist-card-number {
    flex: 0 0 auto;

    width: 40px;
    margin-right: 14px;

    color: #b1bdc9;

    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 1px;
}

.artist-card-info {
    min-width: 0;
}

.artist-card-info h3 {
    overflow: hidden;

    margin: 0 0 7px;

    color: #182337;

    font-size: 18px;
    line-height: 1.25;
    font-weight: 800;

    white-space: nowrap;
    text-overflow: ellipsis;

    transition: color 0.25s ease;
}

.artist-card-link:hover .artist-card-info h3 {
    color: #0574d1;
}

.artist-card-link-text {
    display: inline-flex;
    align-items: center;
    gap: 7px;

    color: #718092;

    font-size: 11px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.artist-card-link-text i {
    color: #09aeda;

    font-size: 11px;

    transition: transform 0.25s ease;
}

.artist-card-link:hover .artist-card-link-text i {
    transform: translateX(4px);
}


/* =========================================================
   EMPTY STATE
========================================================= */

.artists-empty {
    max-width: 600px;

    margin: 20px auto 0;
    padding: 55px 30px;

    text-align: center;

    background: #ffffff;
    border: 1px solid #e4ebf1;
    border-radius: 10px;

    box-shadow: 0 10px 35px rgba(20, 45, 70, 0.06);
}

.artists-empty-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 65px;
    height: 65px;

    margin: 0 auto 18px;

    color: #079dcc;

    background: #eaf8fc;
    border-radius: 50%;

    font-size: 23px;
}

.artists-empty h3 {
    margin: 0 0 8px;

    color: #182337;
    font-size: 23px;
    font-weight: 800;
}

.artists-empty p {
    margin: 0;

    color: #748194;
    font-size: 15px;
    line-height: 1.7;
}


/* =========================================================
   CTA SECTION
========================================================= */

.artists-page-cta {
    position: relative;

    padding: 68px 0;

    background:
        linear-gradient(
            135deg,
            #edf8fc 0%,
            #f8fbfd 55%,
            #f0f9ed 100%
        );

    border-top: 1px solid #e4edf2;
}

.artists-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 40px;

    padding: 42px 48px;

    background: #ffffff;

    border: 1px solid #e2eaf0;
    border-radius: 12px;

    box-shadow: 0 12px 40px rgba(20, 45, 70, 0.07);
}

.artists-cta-content {
    max-width: 700px;
}

.artists-cta-content .artists-section-label {
    margin-bottom: 10px;
}

.artists-cta-content h2 {
    margin: 0 0 10px;

    color: #182337;

    font-size: 30px;
    line-height: 1.2;
    font-weight: 800;
}

.artists-cta-content p {
    margin: 0;

    color: #69778a;

    font-size: 15px;
    line-height: 1.7;
}

.artists-cta-action {
    flex: 0 0 auto;
}


/* =========================================================
   BUTTON
========================================================= */

.artists-primary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 170px;
    min-height: 52px;

    padding: 0 25px;

    color: #ffffff !important;

    background:
        linear-gradient(
            90deg,
            #0574d1 0%,
            #09bde4 65%,
            #62c934 100%
        );

    border: 0;
    border-radius: 5px;

    box-shadow: 0 9px 22px rgba(5, 116, 209, 0.18);

    font-size: 12px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 1.2px;
    text-transform: uppercase;

    text-decoration: none !important;

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.artists-primary-btn i {
    margin-left: 10px;

    transition: transform 0.25s ease;
}

.artists-primary-btn:hover {
    color: #ffffff !important;

    transform: translateY(-2px);

    box-shadow: 0 13px 28px rgba(5, 116, 209, 0.24);
}

.artists-primary-btn:hover i {
    transform: translateX(4px);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1199px) {

    .artists-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .artist-card-image {
        height: 300px;
    }

}


/* =========================================================
   TABLET / SMALL LAPTOP
========================================================= */

@media (max-width: 991px) {

    .artists-page-banner {
        min-height: 380px;
    }

    .artists-banner-content {
        padding: 80px 0;
    }

    .artists-banner-content h1 {
        font-size: 48px;
    }

    .artists-section-header {
        align-items: flex-start;
    }

    .artists-section-title h2 {
        font-size: 34px;
    }

    .artists-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 22px;
    }

    .artist-card-image {
        height: 330px;
    }

    .artists-cta-inner {
        padding: 35px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .artists-page-banner {
        min-height: 330px;

        background-position: center center;
    }

    .artists-banner-content {
        padding: 70px 0 65px;
    }

    .artists-eyebrow {
        margin-bottom: 14px;

        font-size: 10px;
        letter-spacing: 2.4px;
    }

    .artists-banner-content h1 {
        margin-bottom: 14px;

        font-size: 39px;
        letter-spacing: -0.4px;
    }

    .artists-banner-content p {
        max-width: 520px;

        font-size: 14px;
        line-height: 1.7;
    }


    /* Main */
    .artists-page-content {
        padding: 60px 0 65px;
    }

    .artists-section-header {
        display: block;

        margin-bottom: 30px;
    }

    .artists-section-title h2 {
        margin-bottom: 10px;

        font-size: 30px;
    }

    .artists-section-title p {
        font-size: 14px;
        line-height: 1.7;
    }

    .artists-count {
        display: inline-block;

        min-width: 90px;

        margin-top: 20px;
        padding: 13px 16px;
    }

    .artists-count span {
        font-size: 23px;
    }


    /* Grid */
    .artists-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 15px;
    }

    .artist-card-image {
        height: auto;
    }

    .artist-card-content {
        min-height: 80px;

        padding: 13px 13px;
    }

    .artist-card-number {
        width: 25px;

        margin-right: 9px;

        font-size: 10px;
    }

    .artist-card-info h3 {
        margin-bottom: 5px;

        font-size: 15px;
    }

    .artist-card-link-text {
        font-size: 9px;
        letter-spacing: 0.5px;
    }


    /* Disable hover overlay on touch-like mobile */
    .artist-card-overlay {
        display: none;
    }


    /* CTA */
    .artists-page-cta {
        padding: 45px 0;
    }

    .artists-cta-inner {
        display: block;

        padding: 28px 22px;
    }

    .artists-cta-content {
        margin-bottom: 25px;
    }

    .artists-cta-content h2 {
        font-size: 25px;
    }

    .artists-cta-content p {
        font-size: 14px;
    }

    .artists-primary-btn {
        width: 100%;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .artists-page-banner {
        min-height: 300px;
    }

    .artists-banner-content {
        padding: 60px 0;
    }

    .artists-banner-content h1 {
        font-size: 34px;
    }

    .artists-banner-content p {
        font-size: 13px;
    }

    .artists-page-content {
        padding: 48px 0 55px;
    }

    .artists-section-title h2 {
        font-size: 27px;
    }

    .artists-grid {
        gap: 12px;
    }

    .artist-card-image {
        height: auto;
    }

    .artist-card-content {
        min-height: 73px;
        padding: 11px 10px;
    }

    .artist-card-number {
        display: none;
    }

    .artist-card-info h3 {
        font-size: 14px;
    }

    .artist-card-link-text {
        font-size: 8px;
    }

}


/* =========================================================
   ACCESSIBILITY / REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

    .artist-card-link,
    .artist-card-image img,
    .artist-card-overlay,
    .artist-view-icon,
    .artist-view-text,
    .artist-card-info h3,
    .artist-card-link-text i,
    .artists-primary-btn,
    .artists-primary-btn i {
        transition: none !important;
    }

}

/* =========================================================
   ARTIST RANA
   GALLERY MAIN PAGE ONLY
   Scoped to:
   body.page-template-gallerymain
========================================================= */


/* =========================================================
   ROOT BRAND COLORS
========================================================= */

body.page-template-gallerymain {

    --artist-blue: #087fd1;
    --artist-blue-dark: #0567ad;

    --artist-cyan: #11b7d8;
    --artist-green: #75c62d;
    --artist-yellow: #f5b900;

    --artist-dark: #172333;
    --artist-text: #526273;
    --artist-muted: #8492a1;

    --artist-bg: #f5f8fb;
    --artist-white: #ffffff;

    --artist-border: #e3eaf0;

    --artist-shadow:
        0 10px 30px rgba(23, 35, 51, 0.08);

    --artist-card-shadow:
        0 6px 22px rgba(23, 35, 51, 0.07);
}


/* =========================================================
   GALLERY BANNER
========================================================= */

body.page-template-gallerymain .artist-gallery-banner {

    position: relative;

    min-height: 330px;

    display: flex;
    align-items: center;

    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

    overflow: hidden;
}


body.page-template-gallerymain .artist-gallery-banner-overlay {

    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(9, 25, 42, 0.90) 0%,
            rgba(9, 25, 42, 0.70) 45%,
            rgba(9, 25, 42, 0.28) 100%
        );
}


body.page-template-gallerymain .artist-gallery-banner .container {

    position: relative;

    z-index: 2;
}


body.page-template-gallerymain .artist-gallery-banner-content {

    max-width: 720px;

    padding: 55px 0;
}


/* =========================================================
   BANNER EYEBROW
========================================================= */

body.page-template-gallerymain .artist-gallery-eyebrow {

    position: relative;

    display: inline-flex;

    align-items: center;

    margin-bottom: 13px;

    padding-left: 34px;

    font-size: 10px;

    line-height: 1;

    font-weight: 800;

    letter-spacing: 3px;

    text-transform: uppercase;

    color: #ffffff;
}


body.page-template-gallerymain .artist-gallery-eyebrow:before {

    content: "";

    position: absolute;

    left: 0;

    top: 50%;

    width: 24px;

    height: 2px;

    transform: translateY(-50%);

    background:
        linear-gradient(
            90deg,
            var(--artist-cyan),
            var(--artist-green)
        );
}


/* =========================================================
   BANNER TITLE
========================================================= */

body.page-template-gallerymain .artist-gallery-banner h1 {

    margin: 0 0 12px;

    font-size: 48px;

    line-height: 1.1;

    font-weight: 800;

    letter-spacing: -0.5px;

    color: #ffffff;
}


body.page-template-gallerymain .artist-gallery-banner-content p {

    max-width: 620px;

    margin: 0;

    font-size: 15px;

    line-height: 1.7;

    color: rgba(255, 255, 255, 0.88);
}


/* =========================================================
   MAIN GALLERY PAGE
========================================================= */

body.page-template-gallerymain .artist-gallery-page {

    background: var(--artist-bg);
}


/* =========================================================
   YEAR SECTION
========================================================= */

body.page-template-gallerymain .artist-gallery-year-section {

    position: relative;

    padding: 65px 0 75px;

    background: var(--artist-bg);
}


body.page-template-gallerymain
.artist-gallery-year-section:nth-child(even) {

    background: #ffffff;
}


/* =========================================================
   SECTION HEADER
========================================================= */

body.page-template-gallerymain .artist-gallery-section-header {

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 35px;

    margin-bottom: 32px;
}


body.page-template-gallerymain .artist-gallery-heading {

    max-width: 720px;
}


/* =========================================================
   FEATURED COLLECTION LABEL
========================================================= */

body.page-template-gallerymain .artist-gallery-label-wrap {

    display: flex;

    align-items: center;

    gap: 9px;

    margin-bottom: 9px;
}


body.page-template-gallerymain .artist-gallery-label-line {

    display: block;

    width: 22px;

    height: 2px;

    flex: 0 0 22px;

    background:
        linear-gradient(
            90deg,
            var(--artist-blue),
            var(--artist-green)
        );
}


body.page-template-gallerymain .artist-gallery-label {

    display: inline-block;

    font-size: 9px;

    line-height: 1;

    font-weight: 900;

    letter-spacing: 2.5px;

    text-transform: uppercase;

    color: var(--artist-blue);
}


/* =========================================================
   SECTION HEADING
========================================================= */

body.page-template-gallerymain .artist-gallery-heading h2 {

    display: flex;

    align-items: baseline;

    flex-wrap: wrap;

    gap: 8px;

    margin: 0 0 8px;

    font-size: 34px;

    line-height: 1.15;

    font-weight: 800;

    letter-spacing: -0.5px;

    color: var(--artist-dark);
}


/* =========================================================
   YEAR
========================================================= */

body.page-template-gallerymain .artist-gallery-year-text {

    color: var(--artist-blue);

    font-weight: 900;
}


/* =========================================================
   PHOTO
========================================================= */

body.page-template-gallerymain .artist-gallery-title-text {

    color: var(--artist-dark);

    font-weight: 800;
}


/* =========================================================
   GALLERY HIGHLIGHT
========================================================= */

body.page-template-gallerymain
.artist-gallery-title-text strong {

    color: var(--artist-blue);

    font-weight: 900;
}


/* =========================================================
   HEADING UNDERLINE
========================================================= */

body.page-template-gallerymain
.artist-gallery-heading h2:after {

    content: "";

    width: 34px;

    height: 3px;

    margin-left: 2px;

    border-radius: 5px;

    background:
        linear-gradient(
            90deg,
            var(--artist-blue),
            var(--artist-green)
        );
}


/* =========================================================
   SECTION DESCRIPTION
========================================================= */

body.page-template-gallerymain .artist-gallery-heading p {

    max-width: 620px;

    margin: 0;

    font-size: 12px;

    line-height: 1.65;

    color: var(--artist-text);
}


/* =========================================================
   YEAR BADGE
========================================================= */

body.page-template-gallerymain .artist-gallery-year-badge {

    position: relative;

    flex: 0 0 auto;

    display: flex;

    align-items: center;

    justify-content: center;

    width: 70px;

    height: 70px;

    border-radius: 50%;

    background: #ffffff;

    border: 1px solid var(--artist-border);

    box-shadow:
        0 8px 25px rgba(23, 35, 51, 0.08);
}


body.page-template-gallerymain
.artist-gallery-year-badge:before {

    content: "";

    position: absolute;

    inset: 6px;

    border-radius: 50%;

    border: 1px dashed rgba(8, 127, 209, 0.25);
}


body.page-template-gallerymain
.artist-gallery-year-badge span {

    position: relative;

    z-index: 2;

    font-size: 13px;

    font-weight: 900;

    color: var(--artist-blue);
}


/* =========================================================
   GALLERY GRID
========================================================= */

body.page-template-gallerymain .artist-gallery-grid {

    display: grid;

    grid-template-columns:
        repeat(4, minmax(0, 1fr));

    gap: 18px;
}


/* =========================================================
   GALLERY CARD
========================================================= */

body.page-template-gallerymain .artist-gallery-card {

    min-width: 0;
}


body.page-template-gallerymain .artist-gallery-image-link {

    display: block;

    overflow: hidden;

    text-decoration: none !important;

    background: #ffffff;

    border: 1px solid var(--artist-border);

    border-radius: 7px;

    box-shadow: var(--artist-card-shadow);

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}


body.page-template-gallerymain
.artist-gallery-image-link:hover {

    transform: translateY(-5px);

    border-color:
        rgba(8, 127, 209, 0.35);

    box-shadow:
        0 15px 35px rgba(23, 35, 51, 0.14);
}


/* =========================================================
   IMAGE WRAPPER
========================================================= */

body.page-template-gallerymain .artist-gallery-image {

    position: relative;

    width: 100%;

    aspect-ratio: 4 / 3;

    overflow: hidden;

    background: #edf2f6;
}


body.page-template-gallerymain .artist-gallery-image img {

    display: block;

    width: 100%;

    height: 100%;

    object-fit: cover;

    transition:
        transform 0.5s ease;
}


body.page-template-gallerymain
.artist-gallery-image-link:hover
.artist-gallery-image img {

    transform: scale(1.06);
}


/* =========================================================
   IMAGE OVERLAY
========================================================= */

body.page-template-gallerymain .artist-gallery-overlay {

    position: absolute;

    inset: 0;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    gap: 8px;

    opacity: 0;

    background:
        linear-gradient(
            135deg,
            rgba(8, 127, 209, 0.86),
            rgba(17, 183, 216, 0.72)
        );

    transition:
        opacity 0.3s ease;
}


body.page-template-gallerymain
.artist-gallery-image-link:hover
.artist-gallery-overlay {

    opacity: 1;
}


/* =========================================================
   ZOOM ICON
========================================================= */

body.page-template-gallerymain .artist-gallery-zoom {

    display: flex;

    align-items: center;

    justify-content: center;

    width: 45px;

    height: 45px;

    border-radius: 50%;

    background: #ffffff;

    color: var(--artist-blue);

    font-size: 14px;

    box-shadow:
        0 5px 18px rgba(0, 0, 0, 0.15);
}


/* =========================================================
   VIEW ARTWORK
========================================================= */

body.page-template-gallerymain .artist-gallery-view {

    font-size: 9px;

    font-weight: 800;

    letter-spacing: 1.5px;

    text-transform: uppercase;

    color: #ffffff;
}


/* =========================================================
   CARD FOOTER
   Image number removed
========================================================= */

body.page-template-gallerymain .artist-gallery-card-footer {

    display: flex;

    align-items: center;

    min-height: 40px;

    padding: 9px 11px;

    gap: 10px;

    background: #ffffff;
    display: none;
}


body.page-template-gallerymain .artist-gallery-card-title {

    flex: 1;

    min-width: 0;

    overflow: hidden;

    font-size: 10px;

    line-height: 1.3;

    font-weight: 600;

    color: var(--artist-dark);

    white-space: nowrap;

    text-overflow: ellipsis;
}


body.page-template-gallerymain .artist-gallery-arrow {

    flex: 0 0 auto;

    font-size: 10px;

    color: var(--artist-green);

    transition:
        transform 0.25s ease;
}


body.page-template-gallerymain
.artist-gallery-image-link:hover
.artist-gallery-arrow {

    transform: translateX(4px);
}


/* =========================================================
   EMPTY STATE
========================================================= */

body.page-template-gallerymain
.artist-gallery-empty-section {

    padding: 90px 0;

    background: var(--artist-bg);
}


body.page-template-gallerymain .artist-gallery-empty {

    max-width: 600px;

    margin: 0 auto;

    padding: 55px 30px;

    text-align: center;

    background: #ffffff;

    border: 1px solid var(--artist-border);

    border-radius: 10px;

    box-shadow: var(--artist-shadow);
}


body.page-template-gallerymain .artist-gallery-empty-icon {

    display: flex;

    align-items: center;

    justify-content: center;

    width: 64px;

    height: 64px;

    margin: 0 auto 20px;

    border-radius: 50%;

    background: #edf7fc;

    color: var(--artist-blue);

    font-size: 25px;
}


body.page-template-gallerymain .artist-gallery-empty h2 {

    margin: 0 0 10px;

    font-size: 27px;

    font-weight: 800;

    color: var(--artist-dark);
}


body.page-template-gallerymain .artist-gallery-empty p {

    margin: 0;

    font-size: 14px;

    line-height: 1.7;

    color: var(--artist-text);
}


/* =========================================================
   FANCYBOX
   Scoped ONLY to Gallery Main page
========================================================= */

body.page-template-gallerymain .fancybox__container {

    --fancybox-bg: rgba(10, 22, 35, 0.96);
}


body.page-template-gallerymain .fancybox__caption {

    font-size: 14px !important;

    font-weight: 600 !important;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    body.page-template-gallerymain
    .artist-gallery-banner {

        min-height: 300px;
    }


    body.page-template-gallerymain
    .artist-gallery-banner-content {

        padding: 45px 0;
    }


    body.page-template-gallerymain
    .artist-gallery-banner h1 {

        font-size: 40px;
    }


    body.page-template-gallerymain
    .artist-gallery-year-section {

        padding: 55px 0 60px;
    }


    body.page-template-gallerymain
    .artist-gallery-heading h2 {

        font-size: 30px;
    }


    body.page-template-gallerymain
    .artist-gallery-grid {

        grid-template-columns:
            repeat(3, minmax(0, 1fr));

        gap: 15px;
    }


    body.page-template-gallerymain
    .artist-gallery-year-badge {

        width: 64px;

        height: 64px;
    }


    body.page-template-gallerymain
    .artist-gallery-year-badge span {

        font-size: 12px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    body.page-template-gallerymain
    .artist-gallery-banner {

        min-height: 260px;

        background-position: center;
    }


    body.page-template-gallerymain
    .artist-gallery-banner-content {

        padding: 40px 0;
    }


    body.page-template-gallerymain
    .artist-gallery-eyebrow {

        font-size: 8px;

        letter-spacing: 2px;
    }


    body.page-template-gallerymain
    .artist-gallery-banner h1 {

        font-size: 32px;
    }


    body.page-template-gallerymain
    .artist-gallery-banner-content p {

        font-size: 13px;

        line-height: 1.6;
    }


    body.page-template-gallerymain
    .artist-gallery-year-section {

        padding: 45px 0 50px;
    }


    body.page-template-gallerymain
    .artist-gallery-section-header {

        align-items: flex-start;

        gap: 20px;

        margin-bottom: 25px;
    }


    body.page-template-gallerymain
    .artist-gallery-heading {

        min-width: 0;
    }


    body.page-template-gallerymain
    .artist-gallery-heading h2 {

        font-size: 27px;

        line-height: 1.2;

        gap: 5px;
    }


    body.page-template-gallerymain
    .artist-gallery-heading p {

        font-size: 12px;

        line-height: 1.6;
    }


    body.page-template-gallerymain
    .artist-gallery-label {

        font-size: 8px;

        letter-spacing: 2px;
    }


    body.page-template-gallerymain
    .artist-gallery-label-line {

        width: 18px;

        flex: 0 0 18px;
    }


    body.page-template-gallerymain
    .artist-gallery-year-badge {

        width: 58px;

        height: 58px;
    }


    body.page-template-gallerymain
    .artist-gallery-year-badge:before {

        inset: 5px;
    }


    body.page-template-gallerymain
    .artist-gallery-year-badge span {

        font-size: 11px;
    }


    body.page-template-gallerymain
    .artist-gallery-grid {

        grid-template-columns:
            repeat(2, minmax(0, 1fr));

        gap: 12px;
    }


    body.page-template-gallerymain
    .artist-gallery-card-footer {

        min-height: 38px;

        padding: 8px 9px;

        gap: 7px;
    }


    body.page-template-gallerymain
    .artist-gallery-card-title {

        font-size: 9px;
    }


    body.page-template-gallerymain
    .artist-gallery-arrow {

        font-size: 9px;
    }


    /* Disable hover overlay on mobile */

    body.page-template-gallerymain
    .artist-gallery-overlay {

        display: none;
    }


    body.page-template-gallerymain
    .artist-gallery-image-link:hover {

        transform: none;

        box-shadow:
            var(--artist-card-shadow);
    }


    body.page-template-gallerymain
    .artist-gallery-image-link:hover
    .artist-gallery-image img {

        transform: none;
    }


    body.page-template-gallerymain
    .artist-gallery-empty-section {

        padding: 60px 15px;
    }


    body.page-template-gallerymain
    .artist-gallery-empty {

        padding: 40px 20px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    body.page-template-gallerymain
    .artist-gallery-banner {

        min-height: 230px;
    }


    body.page-template-gallerymain
    .artist-gallery-banner-content {

        padding: 35px 0;
    }


    body.page-template-gallerymain
    .artist-gallery-banner h1 {

        font-size: 28px;
    }


    body.page-template-gallerymain
    .artist-gallery-banner-content p {

        font-size: 12px;
    }


    body.page-template-gallerymain
    .artist-gallery-section-header {

        display: block;
    }


    body.page-template-gallerymain
    .artist-gallery-year-badge {

        display: none;
    }


    body.page-template-gallerymain
    .artist-gallery-heading h2 {

        font-size: 25px;
    }


    body.page-template-gallerymain
    .artist-gallery-heading h2:after {

        width: 28px;

        height: 2px;
    }


    body.page-template-gallerymain
    .artist-gallery-grid {

        grid-template-columns:
            repeat(2, minmax(0, 1fr));

        gap: 10px;
    }


    body.page-template-gallerymain
    .artist-gallery-image {

        aspect-ratio: 1 / 1;
    }


    body.page-template-gallerymain
    .artist-gallery-card-footer {

        min-height: 36px;

        padding: 7px 8px;
    }


    body.page-template-gallerymain
    .artist-gallery-card-title {

        font-size: 8px;
    }


    body.page-template-gallerymain
    .artist-gallery-arrow {

        font-size: 8px;
    }

}

/* =========================================================
   ARTIST RANA
   HEADER ACTION BUTTONS
   Scoped to Header Only
========================================================= */

.home-page-header .header-main-wrap {
    display: flex;
    align-items: center;
    width: 100%;
}


/* =========================================================
   HEADER LOGO
========================================================= */

.home-page-header .header-main-wrap > .logo {
    flex: 0 0 auto;
    margin: 0;
}


/* =========================================================
   DESKTOP NAVIGATION
========================================================= */

.home-page-header .header-main-wrap #easy-menu {
    flex: 1 1 auto;
    margin-left: 35px;
    margin-right: 25px;
}


/* =========================================================
   ACTION BUTTON WRAPPER
========================================================= */

.home-page-header .header-action-buttons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    flex: 0 0 auto;
}


/* =========================================================
   ACTION BUTTON
========================================================= */

.home-page-header .header-action-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 38px;
    padding: 0 15px;

    border-radius: 4px;

    font-size: 10px;
    line-height: 1;
    font-weight: 800;

    letter-spacing: 0.4px;
    text-transform: uppercase;

    text-decoration: none !important;

    white-space: nowrap;

    transition:
        all 0.3s ease;
}


/* =========================================================
   ICON
========================================================= */

.home-page-header .header-action-btn i {
    margin-right: 7px;
    font-size: 11px;
}


/* =========================================================
   CONTACT NOW
========================================================= */

.home-page-header .header-contact-btn {

    color: #ffffff;

    background: #087fd1;

    border: 1px solid #087fd1;
}


.home-page-header .header-contact-btn:hover {

    color: #ffffff;

    background: #0567ad;

    border-color: #0567ad;

    transform: translateY(-1px);
}


/* =========================================================
   ENQUIRY NOW
========================================================= */

.home-page-header .header-enquiry-btn {

    color: #172333;

    background: #ffffff;

    border: 1px solid #ffffff;
}


.home-page-header .header-enquiry-btn:hover {

    color: #087fd1;

    background: #ffffff;

    border-color: #087fd1;

    transform: translateY(-1px);
}


/* =========================================================
   HEADER BUTTON FOCUS
========================================================= */

.home-page-header .header-action-btn:focus,
.home-page-header .header-action-btn:active {

    outline: none;
    text-decoration: none;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1199px) {

    .home-page-header .header-main-wrap #easy-menu {

        margin-left: 20px;
        margin-right: 15px;
    }


    .home-page-header .header-action-buttons {

        gap: 5px;
    }


    .home-page-header .header-action-btn {

        min-height: 36px;

        padding: 0 11px;

        font-size: 9px;
    }


    .home-page-header .header-action-btn i {

        margin-right: 5px;
    }

}


/* =========================================================
   SMALL DESKTOP / TABLET
========================================================= */

@media (max-width: 991px) {

    /*
     * Hide CTA buttons before mobile menu layout
     * so existing tablet/mobile header does not break.
     */

    .home-page-header .header-action-buttons {

        display: none;
    }


    .home-page-header .header-main-wrap #easy-menu {

        margin-left: auto;
        margin-right: 0;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .home-page-header .header-action-buttons {

        display: none;
    }

}


/* =========================================================
   ARTIST RANA - HOME PAGE
   FINAL UI
========================================================= */

:root {
    --ar-dark: #0b1827;
    --ar-dark-2: #17283a;
    --ar-blue: #0796d5;
    --ar-blue-dark: #087fc0;
    --ar-green: #73c92d;
    --ar-yellow: #f4c515;
    --ar-orange: #ff8a18;
    --ar-light: #f5f8fb;
    --ar-text: #14273b;
    --ar-muted: #718198;
    --ar-border: #e5ebf1;
}


/* =========================================================
   BANNER
========================================================= */

.ar-home-banner {
    position: relative;
    width: 100%;
    height: 620px;
    overflow: hidden;
    background: var(--ar-dark);
}


.ar-banner-slider {
    position: relative;
    width: 100%;
    height: 100%;
}


.ar-banner-slide {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition:
        opacity 1s ease,
        visibility 1s ease;
}


.ar-banner-slide.active {
    opacity: 1;
    visibility: visible;
    z-index: 2;
}


/* Background */

.ar-banner-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;

    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

    transform: scale(1.02);
    transition: transform 7s ease;
}


.ar-banner-slide.active .ar-banner-bg {
    transform: scale(1);
}


/* Overlay */

.ar-banner-overlay {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(6, 20, 34, 0.88) 0%,
            rgba(6, 20, 34, 0.62) 40%,
            rgba(6, 20, 34, 0.22) 75%,
            rgba(6, 20, 34, 0.38) 100%
        );
}


/* Banner Content */

.ar-banner-content {
    position: relative;
    z-index: 5;

    width: 100%;
    max-width: 1200px;

    height: 100%;
    margin: 0 auto;

    padding: 0 30px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;

    color: #fff;
}


/* Small Heading */

.ar-banner-small-heading {
    position: relative;

    margin-bottom: 18px;
    padding-left: 28px;

    font-size: 15px;
    line-height: 1.4;

    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;

    color: #fff;
}


.ar-banner-small-heading::before {
    content: "";

    position: absolute;
    left: 0;
    top: 50%;

    width: 17px;
    height: 3px;

    transform: translateY(-50%);

    background: linear-gradient(
        90deg,
        var(--ar-blue),
        var(--ar-green)
    );
}


/* Main Heading */

.ar-banner-main-heading {
    margin: 0 0 14px;

    max-width: 850px;

    font-size: clamp(55px, 7vw, 100px);
    line-height: 0.98;

    font-weight: 800;
    letter-spacing: -3px;

    background: linear-gradient(
        90deg,
        #08b8ed 0%,
        #078fd1 38%,
        #78c92e 72%,
        #f5c51a 100%
    );

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}


/* Bottom Heading */

.ar-banner-bottom-heading {
    margin-bottom: 30px;

    font-size: clamp(24px, 3vw, 42px);
    line-height: 1.2;

    font-weight: 400;
    color: #fff;
}


/* Button */

.ar-banner-button {
    display: inline-flex;
    align-items: center;
    gap: 16px;

    min-height: 52px;
    padding: 0 25px;

    border-radius: 3px;

    background: var(--ar-blue);

    color: #fff !important;

    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;

    text-decoration: none !important;

    transition:
        background 0.3s ease,
        transform 0.3s ease,
        box-shadow 0.3s ease;
}


.ar-banner-button span {
    font-size: 18px;
    line-height: 1;
}


.ar-banner-button:hover {
    background: var(--ar-blue-dark);
    color: #fff !important;

    transform: translateY(-2px);

    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}


/* Slider Arrows */

.ar-slider-arrow {
    position: absolute;
    top: 50%;

    z-index: 10;

    width: 48px;
    height: 48px;

    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 50%;

    background: rgba(6, 20, 34, 0.35);

    color: #fff;

    cursor: pointer;

    transform: translateY(-50%);

    transition: all 0.3s ease;
}


.ar-slider-arrow:hover {
    background: var(--ar-blue);
    border-color: var(--ar-blue);
}


.ar-slider-prev {
    left: 30px;
}


.ar-slider-next {
    right: 30px;
}


.ar-slider-arrow span {
    font-size: 20px;
}


/* Slider Dots */

.ar-slider-dots {
    position: absolute;

    z-index: 10;

    left: 50%;
    bottom: 28px;

    display: flex;
    gap: 8px;

    transform: translateX(-50%);
}


.ar-slider-dot {
    width: 26px;
    height: 3px;

    padding: 0;
    border: 0;

    background: rgba(255, 255, 255, 0.45);

    cursor: pointer;

    transition: all 0.3s ease;
}


.ar-slider-dot.active {
    width: 45px;
    background: var(--ar-blue);
}


/* =========================================================
   ABOUT SECTION
========================================================= */

.ar-about-section {
    padding: 90px 0;

    background:
        linear-gradient(
            180deg,
            #f5f8fb 0%,
            #ffffff 100%
        );
}


.ar-about-box {
    display: grid;

    grid-template-columns: 48% 52%;

    max-width: 1180px;
    min-height: 500px;

    margin: 0 auto;

    overflow: hidden;

    background: #fff;

    border: 1px solid var(--ar-border);
    border-radius: 6px;

    box-shadow:
        0 20px 50px rgba(20, 39, 59, 0.08);
}


/* About Image */

.ar-about-image {
    position: relative;

    min-height: 500px;

    overflow: hidden;

    background: #e9eff4;
}


.ar-about-image img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    object-position: center;

    transition: transform 0.6s ease;
}


.ar-about-box:hover .ar-about-image img {
    transform: scale(1.03);
}


.ar-about-image-placeholder {
    width: 100%;
    height: 100%;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #9aa8b7;

    font-size: 18px;
}


/* About Content */

.ar-about-content {
    position: relative;

    display: flex;
    flex-direction: column;
    justify-content: center;

    padding: 70px 65px;
}


.ar-about-content::before {
    content: "";

    position: absolute;

    top: 0;
    left: 0;

    width: 4px;
    height: 100%;

    background: linear-gradient(
        180deg,
        var(--ar-blue),
        var(--ar-green),
        var(--ar-yellow)
    );
}


/* Section Label */

.ar-section-label {
    display: flex;
    align-items: center;
    gap: 12px;

    margin-bottom: 18px;

    font-size: 11px;
    line-height: 1.2;

    font-weight: 800;
    letter-spacing: 3px;

    color: var(--ar-blue);

    text-transform: uppercase;
}


.ar-section-label span {
    display: inline-block;

    width: 19px;
    height: 3px;

    background: linear-gradient(
        90deg,
        var(--ar-blue),
        var(--ar-green)
    );
}


.ar-about-content h2 {
    margin: 0 0 24px;

    color: var(--ar-text);

    font-size: clamp(34px, 4vw, 48px);
    line-height: 1.1;

    font-weight: 800;
    letter-spacing: -1.5px;
}


.ar-about-text {
    color: var(--ar-muted);

    font-size: 15px;
    line-height: 1.9;
}


.ar-about-text p {
    margin: 0 0 18px;
}


.ar-about-text p:last-child {
    margin-bottom: 0;
}


/* Color Lines */

.ar-color-lines {
    display: flex;
    gap: 5px;

    margin-top: 28px;
}


.ar-color-lines span {
    display: block;

    width: 17px;
    height: 3px;
}


.ar-color-lines span:nth-child(1) {
    background: var(--ar-blue);
}


.ar-color-lines span:nth-child(2) {
    background: var(--ar-green);
}


.ar-color-lines span:nth-child(3) {
    background: var(--ar-yellow);
}


/* =========================================================
   CATEGORY SECTION
========================================================= */

.ar-category-section {
    padding: 30px 0 100px;

    background: #fff;
}


.ar-category-heading {
    max-width: 850px;

    margin: 0 auto 42px;

    text-align: center;
}


.ar-center-label {
    justify-content: center;
}


.ar-category-heading h2 {
    margin: 0 0 12px;

    color: var(--ar-text);

    font-size: clamp(34px, 4vw, 48px);
    line-height: 1.15;

    font-weight: 800;
    letter-spacing: -1.5px;
}


.ar-category-heading h2 strong {
    color: var(--ar-blue);
}


.ar-category-heading p {
    max-width: 700px;

    margin: 0 auto;

    color: var(--ar-muted);

    font-size: 15px;
    line-height: 1.7;
}


/* Category Grid */

.ar-category-grid {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 22px;

    max-width: 1180px;

    margin: 0 auto;
}


/* Category Card */

.ar-category-card {
    display: block;

    overflow: hidden;

    background: #fff;

    border: 1px solid var(--ar-border);
    border-radius: 6px;

    text-decoration: none !important;

    box-shadow:
        0 10px 35px rgba(20, 39, 59, 0.07);

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;
}


.ar-category-card:hover {
    transform: translateY(-7px);

    border-color: rgba(7, 150, 213, 0.35);

    box-shadow:
        0 20px 45px rgba(20, 39, 59, 0.13);
}


/* Category Image */

.ar-category-image {
    position: relative;

    height: 270px;

    overflow: hidden;

    background: #eaf0f5;
}


.ar-category-image img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    transition: transform 0.6s ease;
}


.ar-category-card:hover .ar-category-image img {
    transform: scale(1.06);
}


.ar-category-placeholder {
    width: 100%;
    height: 100%;

    display: flex;
    align-items: center;
    justify-content: center;

    background:
        linear-gradient(
            135deg,
            #eaf0f5,
            #dfe8ef
        );

    color: #8c9aaa;

    font-size: 22px;
    font-weight: 700;
}


/* Category Content */

.ar-category-content {
    position: relative;

    min-height: 112px;

    display: grid;

    grid-template-columns: 38px 1fr 30px;

    align-items: center;

    gap: 12px;

    padding: 22px 20px;
}


.ar-category-number {
    align-self: start;

    padding-top: 3px;

    color: var(--ar-blue);

    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1px;
}


.ar-category-info h3 {
    margin: 0 0 7px;

    color: var(--ar-text);

    font-size: 21px;
    line-height: 1.2;

    font-weight: 800;
}


.ar-category-info p {
    margin: 0;

    color: var(--ar-muted);

    font-size: 12px;
    line-height: 1.55;
}


.ar-category-arrow {
    color: var(--ar-green);

    font-size: 22px;
    font-weight: 700;

    text-align: right;

    transition: transform 0.3s ease;
}


.ar-category-card:hover .ar-category-arrow {
    transform: translateX(5px);
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1199px) {

    .ar-banner-content {
        max-width: 1000px;
    }

    .ar-about-box,
    .ar-category-grid {
        max-width: 930px;
    }

    .ar-about-content {
        padding: 50px;
    }

}


@media (max-width: 991px) {

    .ar-home-banner {
        height: 560px;
    }


    .ar-banner-content {
        padding: 0 60px;
    }


    .ar-banner-main-heading {
        font-size: 68px;
    }


    .ar-banner-bottom-heading {
        font-size: 28px;
    }


    .ar-about-box {
        grid-template-columns: 1fr;
    }


    .ar-about-image {
        min-height: 450px;
        max-height: 500px;
    }


    .ar-about-content {
        min-height: auto;
        padding: 55px 50px;
    }


    .ar-category-grid {
        grid-template-columns: repeat(2, 1fr);
    }


    .ar-category-card:last-child {
        grid-column: 1 / -1;
        max-width: calc(50% - 11px);
        width: 100%;
        margin: 0 auto;
    }

}


@media (max-width: 767px) {

    .ar-home-banner {
        height: 550px;
    }


    .ar-banner-content {
        padding: 0 25px;
        align-items: flex-start;
    }


    .ar-banner-small-heading {
        font-size: 11px;
        letter-spacing: 2.5px;
        margin-bottom: 14px;
    }


    .ar-banner-main-heading {
        max-width: 100%;

        font-size: 52px;
        line-height: 1;

        letter-spacing: -1.5px;
    }


    .ar-banner-bottom-heading {
        max-width: 90%;

        margin-bottom: 25px;

        font-size: 22px;
    }


    .ar-banner-button {
        min-height: 48px;
        padding: 0 20px;

        font-size: 10px;
    }


    .ar-slider-arrow {
        display: none;
    }


    .ar-slider-dots {
        bottom: 20px;
    }


    .ar-about-section {
        padding: 55px 15px;
    }


    .ar-about-box {
        display: block;
    }


    .ar-about-image {
        height: 380px;
        min-height: 380px;
        max-height: none;
    }


    .ar-about-content {
        padding: 45px 30px;
    }


    .ar-about-content h2 {
        font-size: 34px;
    }


    .ar-about-text {
        font-size: 14px;
        line-height: 1.75;
    }


    .ar-category-section {
        padding: 10px 15px 65px;
    }


    .ar-category-heading {
        margin-bottom: 30px;
    }


    .ar-category-heading h2 {
        font-size: 34px;
    }


    .ar-category-heading p {
        font-size: 14px;
    }


    .ar-category-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }


    .ar-category-card:last-child {
        grid-column: auto;
        max-width: none;
    }


    .ar-category-image {
        height: 240px;
    }

}


@media (max-width: 480px) {

    .ar-home-banner {
        height: 500px;
    }


    .ar-banner-main-heading {
        font-size: 44px;
    }


    .ar-banner-bottom-heading {
        font-size: 19px;
    }


    .ar-about-image {
        height: 320px;
        min-height: 320px;
    }


    .ar-about-content {
        padding: 38px 24px;
    }


    .ar-about-content h2 {
        font-size: 30px;
    }


    .ar-category-heading h2 {
        font-size: 30px;
    }


    .ar-category-content {
        grid-template-columns: 30px 1fr 25px;
        padding: 18px 16px;
    }


    .ar-category-info h3 {
        font-size: 19px;
    }


    .ar-category-info p {
        font-size: 11px;
    }

}
.artist-category-section{
  margin-bottom: 50px;
  display: inline-block;
}