/*

ART FACTORY

https://templatemo.com/tm-537-art-factory

*/

/* 
---------------------------------------------
Table of contents
---------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. welcome
06. features
07. team
08. pricing
09. blog
10. contact
11. footer
12. preloader

--------------------------------------------- 
*/

/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900");
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
div pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
figure,
header,
nav,
section,
article,
aside,
footer,
figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header,
nav,
section,
article,
aside,
footer,
hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html,
body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  background-color: #fff;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 15px;
  line-height: 25px;
  color: #4a4a4a;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #fff;
  font-family: "Roboto", sans-serif;
}

::selection {
  background: #ff589e;
  color: #fff;
}

::-moz-selection {
  background: #ff589e;
  color: #fff;
}

@media (max-width: 991px) {
  html,
  body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

a.main-button-slider {
  font-size: 13px;
  border-radius: 20px;
  padding: 12px 20px;
  background-color: #f55858;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.25px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a.main-button-slider:hover {
  background-color: #0088e8;
}

a.main-button {
  font-size: 13px;
  border-radius: 20px;
  padding: 12px 20px;
  background-color: #f55858;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.25px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a.main-button:hover {
  background-color: #0088e8;
}

button.main-button {
  outline: none;
  border: none;
  cursor: pointer;
  font-size: 13px;
  border-radius: 20px;
  padding: 10px 20px;
  background-color: #f55858;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.25px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

button.main-button:hover {
  background-color: #0088e8;
}

.section-heading h2 {
  text-align: center;
  font-size: 48px;
  font-weight: 300;
  color: #232323;
  margin-bottom: 20px;
}

.section-heading p {
  font-size: 17px;
  color: #777;
  text-align: center;
}

/* 
---------------------------------------------
header
--------------------------------------------- 
*/

.background-header {
  background-color: #fff;
  height: 80px !important;
  position: fixed !important;
  top: 0px;
  left: 0px;
  right: 0px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15) !important;
}
.logo-png{
	width: 250px;
}

.background-header .logo,
.background-header .main-nav .nav li a {
  color: #1e1e1e !important;
}

.background-header .main-nav .nav > li:hover > a {
  color: #f55858 !important;
}

.background-header .main-nav .nav > li > ul > li:hover > a {
  color: #f55858 !important;
}

.background-header .nav li a.active {
  color: #f55858 !important;
}

.header-area {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  height: 100px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.header-area .main-nav {
  min-height: 80px;
  background: transparent;
}

.header-area .main-nav .logo {
  line-height: 80px;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-area .main-nav .nav {
  float: right;
  margin-top: 27px;
  margin-left: 20px;
  margin-right: 0px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li {
  padding-left: 20px;
  padding-right: 20px;
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 500;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 1px;
}

.header-area .main-nav .nav li:hover a {
  color: #f55858;
}

.header-area .main-nav .nav li.submenu {
  position: relative;
  padding-right: 35px;
}

.header-area .main-nav .nav li.submenu:after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 12px;
  color: #fff;
  position: absolute;
  right: 18px;
  top: 12px;
}

.header-area.background-header .main-nav .nav li.submenu:after {
  color: #000;
}

.header-area .main-nav .nav li.submenu ul {
  position: absolute;
  width: 200px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  top: 40px;
  opacity: 0;
  transform: translateY(-2em);
  visibility: hidden;
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s,
    z-index 0s linear 0.01s;
}

.header-area .main-nav .nav li.submenu ul li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.header-area .main-nav .nav li.submenu ul li a {
  display: block;
  background: #fff;
  color: #3b566e;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 13px;
  border-bottom: 1px solid #f5f5f5;
}

.header-area .main-nav .nav li.submenu ul li a:before {
  content: "";
  position: absolute;
  width: 0px;
  height: 40px;
  left: 0px;
  top: 0px;
  bottom: 0px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: #f55858;
}

.header-area .main-nav .nav li.submenu ul li a:hover {
  background: #fff;
  color: #f55858;
  padding-left: 25px;
}

.header-area .main-nav .nav li.submenu ul li a:hover:before {
  width: 3px;
}

.header-area .main-nav .nav li.submenu:hover ul {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 23px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #fff;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #fff;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #fff;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #fff;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #1e1e1e;
}

.header-area.header-sticky {
  min-height: 80px;
}

.header-area.header-sticky .nav {
  margin-top: 20px !important;
}

.header-area.header-sticky .nav li a.active {
  color: #f55858;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 12px;
    padding-right: 12px;
  }
  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 991px) {
  .header-area {
    padding: 0px 15px;
    height: 80px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 30px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    margin-top: 80px !important;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #fff !important;
    color: #3b566e !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
  }
  .header-area .main-nav .nav > li > a:hover,
  .header-area .main-nav .nav .submenu > ul > li > a:hover {
    color: #f55858;
  }
  .header-area .main-nav .nav li.submenu ul {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.submenu ul.active {
    height: auto !important;
  }
  .header-area .main-nav .nav li.submenu:after {
    color: #3b566e;
    right: 25px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul,
  .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
}

@media (min-width: 992px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}

/* 
---------------------------------------------
welcome
--------------------------------------------- 
*/
#welcome {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../images/banner-bg.png);
  background-repeat: no-repeat;
/*
TRY IT ... with or without CENTER CENTER
  background-position: center center; 
*/
  background-size: cover;
  width: 100%;
  height: 105vh;
  margin-top: -10vh;
}

.welcome-area .header-text {
  position: absolute;
  top: 55%;
  transform: translateY(-60%);
  text-align: left;
  width: 100%;
}

.welcome-area .header-text .left-text {
  align-self: center;
}

.welcome-area .header-text h1 {
  font-weight: 400;
  font-size: 64px;
  line-height: 80px;
  letter-spacing: 1.4px;
  /* margin-bottom: 30px; */
  color: #fff;
}

.welcome-area .header-text p {
  font-weight: 500;
  font-size: 23px;
  color: #fff;
  line-height: 30px;
  letter-spacing: 0.25px;
  margin-bottom: 40px;
  position: relative;
}

@media (max-width: 991px) {
  .welcome-area .header-text {
    top: 55% !important;
    transform: perspective(1px) translateY(-60%) !important;
  }
  .welcome-area .header-text h1 {
    font-size: 36px;
    line-height: 50px;
    color: #fff;
    margin-bottom: 15px;
  }
  .welcome-area .header-text h1 span {
    color: #fff;
  }
  .welcome-area .header-text p {
    color: #fff;
    margin-bottom: 30px;
  }
}

@media (max-width: 820px) {
  .welcome-area .header-text {
    top: 55% !important;
    transform: perspective(1px) translateY(-60%) !important;
  }
  .welcome-area .header-text h1 {
    font-size: 36px;
    line-height: 50px;
    margin-bottom: 15px;
  }
  .welcome-area .header-text p {
    margin-bottom: 30px;
  }
}

@media (max-width: 765px) {
  .welcome-area {
    margin-bottom: 100px;
  }
  .welcome-area .header-text {
    top: 55% !important;
    transform: perspective(1px) translateY(-50%) !important;
    text-align: center;
  }
  .welcome-area .header-text .buttons {
    display: none;
  }
  .welcome-area .header-text h1 {
    font-weight: 600;
    font-size: 24px !important;
    line-height: 30px !important;
    margin-bottom: 20px !important;
  }
  .welcome-area .header-text h1 span {
    color: #fff;
  }
  .welcome-area .header-text p {
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 40px;
  }
  .welcome-area .header-text img {
    width: 80%;
    margin-top: 20px;
  }
}

/*
---------------------------------------------
about
---------------------------------------------
*/

#about {
  padding: 50px 0px;
  border-bottom: 1px solid #eee;
}

@media (max-width: 765px) {
  #about {
    padding: 20px 0px 120px 0px;
  }
}

#about .right-text {
  align-self: center;
}

#about .right-text p {
  margin-bottom: 40px;
}

#about2 {
  padding: 120px 0px;
}

#about2 .right-image {
  align-self: center;
}

#about h5,
#about2 h5 {
  font-size: 35px;
  font-weight: 700;
  color: #1e1e1e;
  line-height: 40px;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
}

#about p,
#about2 p {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.5px;
}

#about2 ul li img {
  display: inline;
  float: left;
}

#about2 ul li .text {
  margin-left: 80px;
}

#about2 ul li .text h6 {
  padding-top: 12px;
  font-size: 21px;
  font-weight: 500;
  color: #1e1e1e;
  margin-bottom: 20px;
}

/* 
---------------------------------------------
services
--------------------------------------------- 
*/
#services {
  position: relative;
  padding: 120px 0px 90px 0px;
  background: rgba(0, 136, 232, 1);
  background: #f55858;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0088e8', endColorstr='#0088e8', GradientType=1 );
}

.service-item {
  cursor: pointer;
  display: block;
  background: #ffffff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.1);
  padding: 40px 30px;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
}

@media screen and (max-width: 920px) {
  .service-item {
    margin: 0px 30px !important;
  }
}

.service-item:hover .icon,
.service-item:hover a.main-button {
  background-color: #0088e8;
}

.service-item .icon {
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100px;
  height: 100px;
  line-height: 100px;
  margin: auto;
  position: relative;
  margin-bottom: 30px;
  background: #f55858;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
}

.service-item .icon img {
  max-width: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.service-item .service-title {
  font-weight: 500;
  font-size: 18px;
  color: #1e1e1e;
  letter-spacing: 0.7px;
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
}

.service-item p {
  font-weight: 400;
  font-size: 13px;
  color: #777;
  letter-spacing: 0.5px;
  line-height: 25px;
  position: relative;
  z-index: 2;
}

.service-item a.main-button {
  margin-top: 30px;
  display: inline-block;
}

.owl-carousel .owl-dots {
  margin-top: 60px;
  text-align: center;
  align-self: center;
}

.owl-carousel button.owl-dot span {
  border-radius: 50%;
  background-color: #fff;
  width: 5px;
  height: 5px;
  display: inline-block;
  margin: 0px 5px;
}

.owl-carousel button.active span {
  width: 8px;
  height: 8px;
  padding-top: 1.5px;
}

.owl-carousel {
  position: relative;
}

.owl-carousel .owl-nav button.owl-next span {
  top: 32%;
  border-radius: 50%;
  font-size: 36px;
  color: #fff;
  right: -80px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  display: inline-block;
  background-color: rgba(250, 250, 250, 0.15);
  position: absolute;
}

.owl-carousel .owl-nav button.owl-prev span {
  top: 32%;
  border-radius: 50%;
  font-size: 36px;
  color: #fff;
  left: -80px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  display: inline-block;
  background-color: rgba(250, 250, 250, 0.15);
  position: absolute;
}

@media screen and (max-width: 1320px) {
  .owl-carousel .owl-nav {
    display: none !important;
  }
}

/*
---------------------------------------------
accordions
---------------------------------------------
*/

#frequently-question {
  padding: 120px 0px;
}

#frequently-question .section-heading p {
  margin-bottom: 80px;
}

#frequently-question .left-text {
  align-self: center !important;
}

#frequently-question .left-text h5 {
  font-size: 26px;
  font-weight: 700;
  color: #1e1e1e;
  line-height: 40px;
  margin-bottom: 25px;
  letter-spacing: 0.5px;
}

#frequently-question .left-text p {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.5px;
}

#frequently-question .left-text span {
  font-size: 16px;
  color: #4a4a4a;
  margin-bottom: 50px;
  display: block;
}

#frequently-question .left-text span a {
  font-weight: 500;
}

@media (max-width: 765px) {
  #frequently-question .left-text {
    margin-bottom: 60px;
  }
}

.accordions {
  background-color: #f7f7f7;
}
.accordion-head {
  padding: 20px;
  font-size: 20px;
  cursor: pointer;
  transition: color 200ms ease-in-out;
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .accordion-head {
    padding: 1rem;
    font-size: 1.2rem;
  }
}
.accordion-head .icon {
  float: right;
  transition: transform 200ms ease-in-out;
}
.accordion-head.is-open {
  color: #0088e8;
  border-bottom: none;
}
.accordion-head.is-open .icon {
  transform: rotate(45deg);
}
.accordion-body {
  overflow: hidden;
  height: 0;
  transition: height 300ms ease-in-out;
  border-bottom: 1px solid #fff;
}
.accordion-body > .content {
  padding: 20px;
  padding-top: 0;
}

/* 
---------------------------------------------
contact
--------------------------------------------- 
*/

.contact-info2{
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
}
.contact-info2 h2{
	margin-bottom: 20px;
}


.contact-info2 p{
	font-size: 25px;
	line-height: 40px;
	color: red;
}
#contact-us .container-fluid {
  padding-right: 0px;
  padding-left: 0px;
  overflow-x: hidden;
}

#contact-us .col-lg-6 {
  padding-left: 0px;
  padding-right: 0px;
}

#contact-us h5 {
  font-weight: 500;
  font-size: 18px;
  color: #1e1e1e;
  letter-spacing: 0.25px;
  line-height: 26px;
}

.contact-text {
  font-weight: 400;
  font-size: 14px;
  color: #6f8ba4;
  letter-spacing: 0.6px;
  line-height: 26px;
}

.contact-text p {
  margin-bottom: 28px;
}

.contact-field {
  background-color: rgba(250, 250, 250, 0.3);
}

.contact-form {
  padding: 100px;
  background: rgba(0, 136, 232, 1);
  background:#7a1f1f;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0088e8', endColorstr='#0088e8', GradientType=1 );
}

@media (max-width: 765px) {
  .contact-form {
    padding: 60px;
    margin-top: -7px;
  }
}

.contact-form input,
.contact-form textarea {
  color: #777;
  font-size: 14px;
  border: none;
  width: 100%;
  height: 50px;
  outline: none;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 30px;
}

.contact-form textarea {
  height: 150px;
  resize: none;
  padding: 20px;
}

.contact-form {
  text-align: center;
}

.contact-form ::-webkit-input-placeholder {
  /* Edge */
  color: #fff;
}

.contact-form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

.contact-form ::placeholder {
  color: #fff;
}

/* 
---------------------------------------------
footer
--------------------------------------------- 
*/
footer {
  background-color: #fff;
  padding: 60px 0px;
}

footer .social {
  overflow: hidden;
  text-align: right;
}

footer .social li {
  margin: 0px 5px;
  display: inline-block;
}

footer .social li a {
  color: #fff;
  text-align: center;
  background-color: #f55858;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  display: inline-block;
  font-size: 16px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

footer .social li a:hover {
  background-color: #0088e8;
  color: #fff;
}

footer .copyright {
  margin-top: 10px;
  font-weight: 400;
  font-size: 15px;
  color: #4a4a4a;
  letter-spacing: 0.88px;
  text-transform: capitalize;
}

@media (max-width: 991px) {
  footer .copyright {
    text-align: center;
  }
  footer .social {
    text-align: center;
    margin-top: 15px;
  }
}

/* 
---------------------------------------------
preloader
--------------------------------------------- 
*/
#preloader {
  overflow: hidden;
  background-image: linear-gradient(145deg, #f55858 0%, #0088e8 100%);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 9999;
  color: #fff;
}

#preloader .jumper {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  margin: auto;
  width: 50px;
  height: 50px;
}

#preloader .jumper > div {
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  opacity: 0;
  width: 50px;
  height: 50px;
  -webkit-animation: jumper 1s 0s linear infinite;
  animation: jumper 1s 0s linear infinite;
}

#preloader .jumper > div:nth-child(2) {
  -webkit-animation-delay: 0.22222s;
  animation-delay: 0.22222s;
}

#preloader .jumper > div:nth-child(3) {
  -webkit-animation-delay: 0.22222s;
  animation-delay: 0.22222s;
}

@-webkit-keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}











.sewa-donation-section {
        background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
        padding: 15px 0 25px 0;
        text-align: center;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }

    .sewa-container {
        max-width: 100%;
        margin: 0;
        background: white;
        padding: 20px 30px 25px 30px;
        box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    }

    .sewa-header {
        margin-bottom: 15px;
    }

    .sewa-header h2 {
        color: #d35400;
        font-size: 1.8em;
        margin: 0 0 8px 0;
        font-weight: 700;
    }

    .sewa-divider {
        width: 50px;
        height: 3px;
        background: linear-gradient(90deg, #d35400, #e67e22);
        margin: 0 auto 10px;
        border-radius: 2px;
    }

    .sewa-header p {
        color: #555;
        font-size: 1em;
        line-height: 1.3;
        margin: 0;
    }

    .sewa-account-box {
        background: linear-gradient(135deg, #fff5eb 0%, #ffe8d1 100%);
        border: 2px solid #d35400;
        border-radius: 10px;
        padding: 20px;
        margin: 15px auto;
        max-width: 700px;
    }

    .sewa-account-box h3 {
        color: #d35400;
        font-size: 1.2em;
        margin: 0 0 12px 0;
        font-weight: 600;
    }

    .sewa-account-fields {
        display: flex;
        gap: 15px;
        margin-bottom: 15px;
        flex-wrap: wrap;
    }

    .sewa-field {
        flex: 1;
        min-width: 250px;
        padding: 12px;
        background: white;
        border-radius: 8px;
        border-left: 4px solid #d35400;
        text-align: left;
    }

    .sewa-label {
        color: #999;
        font-size: 0.75em;
        margin: 0 0 4px 0;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .sewa-value {
        color: #333;
        font-size: 1em;
        margin: 0;
        font-weight: 600;
    }

    .sewa-account-number {
        font-size: 1.1em;
        font-weight: 700;
        letter-spacing: 1px;
        font-family: 'Courier New', monospace;
    }

    .sewa-reference-note {
        background: #fffbf5;
        border-left: 3px solid #e67e22;
        padding: 10px 12px;
        border-radius: 5px;
        text-align: left;
    }

    .sewa-reference-note p {
        color: #666;
        font-size: 0.85em;
        margin: 0;
        line-height: 1.4;
    }

    .sewa-reference-note strong {
        color: #d35400;
    }

    .sewa-thank-you {
        margin-top: 12px;
        padding: 12px 15px;
        background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
        border-radius: 6px;
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
    }

    .sewa-thank-you p {
        color: #555;
        font-size: 0.9em;
        line-height: 1.4;
        margin: 0;
    }

    @media (max-width: 768px) {
        .sewa-donation-section {
            padding: 10px 0 20px 0;
        }

        .sewa-container {
            padding: 15px 15px 20px 15px;
        }

        .sewa-header h2 {
            font-size: 1.5em;
        }

        .sewa-account-box h3 {
            font-size: 1.1em;
        }

        .sewa-account-fields {
            flex-direction: column;
        }

        .sewa-field {
            min-width: 100%;
        }
    }
    
    
    
    .satsang-schedule-section {
        background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
        padding: 15px 0 25px 0;
        text-align: center;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }

    .satsang-container {
        
        
        background: white;
        padding: 20px 30px 25px 30px;
        box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    }

    .satsang-header {
        margin-bottom: 15px;
    }

    .satsang-header h2 {
        color: #d35400;
        font-size: 1.8em;
        margin: 0 0 8px 0;
        font-weight: 700;
    }

    .satsang-divider {
        width: 50px;
        height: 3px;
        background: linear-gradient(90deg, #d35400, #e67e22);
        margin: 0 auto 10px;
        border-radius: 2px;
    }

    .satsang-header p {
        color: #555;
        font-size: 1em;
        line-height: 1.5;
        margin: 0;
    }

    .satsang-table-wrapper {
        margin: 15px auto;
        max-width: 900px;
        overflow-x: auto;
    }

    .satsang-table {
        width: 100%;
        border-collapse: collapse;
        background: white;
        border: 2px solid #d35400;
        border-radius: 10px;
        overflow: hidden;
    }

    .satsang-table thead {
        background: linear-gradient(135deg, #d35400 0%, #e67e22 100%);
        color: white;
    }

    .satsang-table th {
        padding: 12px 15px;
        text-align: left;
        font-weight: 600;
        font-size: 0.95em;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .satsang-table tbody tr {
        border-bottom: 1px solid #f0f0f0;
        transition: background-color 0.2s;
    }

    .satsang-table tbody tr:last-child {
        border-bottom: none;
    }

    .satsang-table tbody tr:hover {
        background-color: #fff5eb;
    }

    .satsang-table td {
        padding: 12px 15px;
        font-size: 0.95em;
        vertical-align: middle;
        border-bottom: 1px solid #f5f5f5;
    }

    .day-column {
        color: #333;
        font-size: 1em;
        width: 30%;
        text-align: left;
        vertical-align: middle;
        background-color: #fff5eb;
        border-right: 3px solid #d35400;
    }

    .day-separator {
        border-top: 2px solid #d35400;
    }

    .day-icon {
        margin-right: 8px;
    }

    .dates-column {
        color: #555;
        font-size: 0.95em;
        width: 35%;
        text-align: left;
    }

    .time-column {
        color: #d35400;
        font-weight: 600;
        font-size: 0.95em;
        width: 35%;
        text-align: left;
    }

    .satsang-note {
        margin-top: 12px;
        padding: 12px 15px;
        background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
        border-radius: 6px;
        max-width: 900px;
        margin-left: auto;
        margin-right: auto;
    }

    .satsang-note p {
        color: #555;
        font-size: 0.9em;
        line-height: 1.4;
        margin: 0;
    }

    @media (max-width: 768px) {
        .satsang-schedule-section {
            padding: 10px 0 20px 0;
        }

        .satsang-container {
            padding: 15px 15px 20px 15px;
        }

        .satsang-header h2 {
            font-size: 1.5em;
        }

        .satsang-table {
            font-size: 0.85em;
        }

        .satsang-table th,
        .satsang-table td {
            padding: 8px 6px;
        }

        .day-column {
            width: 35%;
            font-size: 0.9em;
        }

        .dates-column {
            width: 30%;
            font-size: 0.85em;
        }

        .time-column {
            width: 35%;
            font-size: 0.85em;
        }

        .day-icon {
            display: none;
        }
    }





.contact-info-section {
        background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
        padding: 15px 0 25px 0;
        text-align: center;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }

    .contact-container {
        max-width: 100%;
        margin: 0;
        background: white;
        padding: 20px 30px 25px 30px;
        box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    }

    .hall-hire-box {
        background: linear-gradient(135deg, #d35400 0%, #e67e22 100%);
        color: white;
        padding: 20px 25px;
        border-radius: 10px;
        margin-bottom: 20px;
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
        box-shadow: 0 4px 15px rgba(211, 84, 0, 0.3);
    }

    .hall-hire-box h3 {
        margin: 0 0 8px 0;
        font-size: 1.4em;
        font-weight: 700;
    }

    .hall-hire-box p {
        margin: 0;
        font-size: 1em;
        line-height: 1.4;
        opacity: 0.95;
    }

    .contact-header {
        margin-bottom: 20px;
    }

    .contact-header h3 {
        color: #d35400;
        font-size: 1.5em;
        margin: 0 0 10px 0;
        font-weight: 700;
    }

    .contact-header p {
        color: #555;
        font-size: 1em;
        line-height: 1.4;
        margin: 0 0 15px 0;
    }

    .contact-list {
        max-width: 600px;
        margin: 0 auto;
        text-align: left;
        padding: 15px 20px;
        background: linear-gradient(135deg, #fff5eb 0%, #ffe8d1 100%);
        border-left: 4px solid #d35400;
        border-radius: 8px;
    }

    .contact-list p {
        color: #555;
        font-size: 1em;
        line-height: 1.8;
        margin: 0 0 8px 0;
    }

    .contact-list p:last-child {
        margin-bottom: 0;
    }

    .contact-list strong {
        color: #d35400;
        font-family: 'Courier New', monospace;
        letter-spacing: 0.5px;
    }

    .social-media {
        margin-top: 20px;
        text-align: center;
    }

    .social-media p {
        color: #555;
        font-size: 0.95em;
        margin: 0 0 12px 0;
    }

    .social-icons {
        display: flex;
        justify-content: center;
        gap: 15px;
        flex-wrap: wrap;
    }

    .social-icon {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        transition: transform 0.2s, box-shadow 0.2s;
        text-decoration: none;
    }

    .social-icon:hover {
        transform: translateY(-3px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    }

    .social-icon svg {
        width: 24px;
        height: 24px;
    }

    .social-icon.facebook {
        background: #1877F2;
        color: white;
    }

    .social-icon.instagram {
        background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
        color: white;
    }

    .social-icon.tiktok {
        background: #000000;
        color: white;
    }

    @media (max-width: 768px) {
        .contact-info-section {
            padding: 10px 0 20px 0;
        }

        .contact-container {
            padding: 15px 15px 20px 15px;
        }

        .hall-hire-box {
            padding: 15px 20px;
        }

        .hall-hire-box h3 {
            font-size: 1.2em;
        }

        .hall-hire-box p {
            font-size: 0.95em;
        }

        .contact-header h3 {
            font-size: 1.3em;
        }

        .contact-header p {
            font-size: 0.95em;
        }

        .contact-list {
            padding: 12px 15px;
            font-size: 0.95em;
        }

        .social-media p {
            font-size: 0.9em;
        }

        .social-icon {
            width: 36px;
            height: 36px;
        }

        .social-icon svg {
            width: 20px;
            height: 20px;
        }
    }
    
    
    /* ═══════════════════════════════════════════════
   Satsang Calendar 2026 — Shukra Na Guru Ji NZ
   All selectors scoped under .satsang-cal
   ═══════════════════════════════════════════════ */

.satsang-cal {
  --sc-saffron: #E8842C;
  --sc-saffron-glow: rgba(232, 132, 44, 0.12);
  --sc-deep-maroon: #5C1A1B;
  --sc-warm-cream: #FFF8F0;
  --sc-warm-cream-dark: #F5EDE3;
  --sc-gold-light: #E8C97A;
  --sc-text-dark: #2D1810;
  --sc-text-mid: #6B4F3A;
  --sc-text-light: #9A8272;
  --sc-white: #FFFFFF;
  --sc-border: rgba(92, 26, 27, 0.1);
  --sc-monday: #E8842C;
  --sc-thursday: #8B5E3C;
  --sc-saturday: #5C1A1B;
  --sc-monday-bg: rgba(232, 132, 44, 0.1);
  --sc-thursday-bg: rgba(139, 94, 60, 0.1);
  --sc-saturday-bg: rgba(92, 26, 27, 0.1);
  --sc-shadow-sm: 0 1px 3px rgba(45, 24, 16, 0.06);
  --sc-shadow-md: 0 4px 12px rgba(45, 24, 16, 0.07);
  --sc-shadow-lg: 0 8px 32px rgba(45, 24, 16, 0.1);

  font-family: 'DM Sans', sans-serif;
  color: var(--sc-text-dark);
  background: var(--sc-warm-cream);
  position: relative;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}

.satsang-cal *, .satsang-cal *::before, .satsang-cal *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Subtle background radials */
.satsang-cal::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 20% 0%, rgba(232,132,44,0.06) 0%, transparent 60%),
    radial-gradient(ellipse at 80% 100%, rgba(92,26,27,0.04) 0%, transparent 60%);
  pointer-events: none;
  z-index: 0;
}

.satsang-cal .sc-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

/* ── Animations ── */
@keyframes scFadeDown {
  from { opacity: 0; transform: translateY(-12px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes scFadeUp {
  from { opacity: 0; transform: translateY(8px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ── Header ── */
.satsang-cal .sc-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 24px 0 6px;
  animation: scFadeDown 0.6s ease-out;
}

.satsang-cal .sc-om {
  font-size: 28px;
  color: var(--sc-saffron);
  filter: drop-shadow(0 1px 4px rgba(232,132,44,0.2));
  line-height: 1;
}

.satsang-cal .sc-header-text h2 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 700;
  font-size: 22px;
  color: var(--sc-deep-maroon);
  line-height: 1.2;
  margin: 0;
  padding: 0;
}

.satsang-cal .sc-header-sub {
  font-size: 11px;
  font-weight: 500;
  color: var(--sc-text-light);
  letter-spacing: 2px;
  text-transform: uppercase;
}

.satsang-cal .sc-header-sub a {
  color: var(--sc-saffron);
  text-decoration: none;
  transition: color 0.2s;
}
.satsang-cal .sc-header-sub a:hover { color: var(--sc-deep-maroon); }

/* ── Top Bar (legend + nav) ── */
.satsang-cal .sc-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 12px 0 8px;
  gap: 8px;
  animation: scFadeUp 0.6s ease-out 0.15s both;
}

.satsang-cal .sc-legend {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.satsang-cal .sc-legend-item {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  font-weight: 500;
  color: var(--sc-text-mid);
}

.satsang-cal .sc-legend-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
  display: inline-block;
}
.satsang-cal .sc-legend-dot.sc-mon { background: var(--sc-monday); }
.satsang-cal .sc-legend-dot.sc-thu { background: var(--sc-thursday); }
.satsang-cal .sc-legend-dot.sc-sat { background: var(--sc-saturday); }

.satsang-cal .sc-nav {
  display: flex;
  gap: 5px;
  align-items: center;
}

.satsang-cal .sc-nav-btn {
  width: 32px;
  height: 32px;
  border: 1.5px solid var(--sc-border);
  border-radius: 8px;
  background: var(--sc-white);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--sc-text-mid);
  transition: all 0.2s;
  font-size: 16px;
  line-height: 1;
}
.satsang-cal .sc-nav-btn:hover {
  border-color: var(--sc-saffron);
  color: var(--sc-saffron);
}
.satsang-cal .sc-nav-btn:active { transform: scale(0.95); }

.satsang-cal .sc-nav-btn.sc-today-btn {
  width: auto;
  padding: 0 10px;
  font-size: 11px;
  font-weight: 600;
  font-family: 'DM Sans', sans-serif;
}

.satsang-cal .sc-view-toggle {
  display: none;
  border: 1.5px solid var(--sc-border);
  border-radius: 8px;
  background: var(--sc-white);
  cursor: pointer;
  color: var(--sc-text-mid);
  font-size: 14px;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}
.satsang-cal .sc-view-toggle:hover {
  border-color: var(--sc-saffron);
  color: var(--sc-saffron);
}

/* ── Month Row (title + tabs) ── */
.satsang-cal .sc-month-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  animation: scFadeUp 0.6s ease-out 0.2s both;
}

.satsang-cal .sc-month-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 600;
  color: var(--sc-deep-maroon);
  white-space: nowrap;
}

.satsang-cal .sc-month-title .sc-year {
  font-weight: 400;
  color: var(--sc-text-light);
  font-size: 0.75em;
  margin-left: 3px;
}

.satsang-cal .sc-month-tabs {
  display: flex;
  gap: 2px;
  overflow-x: auto;
  scrollbar-width: none;
  flex: 1;
}
.satsang-cal .sc-month-tabs::-webkit-scrollbar { display: none; }

.satsang-cal .sc-month-tab {
  padding: 4px 9px;
  border: none;
  border-radius: 6px;
  background: transparent;
  color: var(--sc-text-light);
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  font-weight: 500;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.2s;
}
.satsang-cal .sc-month-tab:hover {
  background: var(--sc-warm-cream-dark);
  color: var(--sc-text-mid);
}
.satsang-cal .sc-month-tab.sc-active {
  background: var(--sc-deep-maroon);
  color: var(--sc-white);
}

/* ── Calendar Grid ── */
.satsang-cal .sc-cal-wrap {
  background: var(--sc-white);
  border-radius: 12px;
  box-shadow: var(--sc-shadow-md);
  overflow: hidden;
  margin-bottom: 16px;
  animation: scFadeUp 0.5s ease-out 0.25s both;
  border: 1px solid rgba(92, 26, 27, 0.05);
}

.satsang-cal .sc-cal-header {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  border-bottom: 1px solid var(--sc-warm-cream-dark);
}

.satsang-cal .sc-cal-hcell {
  text-align: center;
  padding: 8px 2px;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--sc-text-light);
}
.satsang-cal .sc-cal-hcell.sc-satsang-day { color: var(--sc-saffron); }

.satsang-cal .sc-cal-body {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}

.satsang-cal .sc-cal-cell {
  padding: 5px;
  border-right: 1px solid var(--sc-warm-cream-dark);
  border-bottom: 1px solid var(--sc-warm-cream-dark);
  display: flex;
  flex-direction: column;
  min-height: 62px;
  transition: background 0.2s;
}
.satsang-cal .sc-cal-cell:nth-child(7n) { border-right: none; }
.satsang-cal .sc-cal-body > .sc-cal-cell:nth-last-child(-n+7) { border-bottom: none; }

.satsang-cal .sc-cal-cell.sc-other {
  background: var(--sc-warm-cream);
  opacity: 0.4;
}
.satsang-cal .sc-cal-cell.sc-today { background: var(--sc-saffron-glow); }
.satsang-cal .sc-cal-cell.sc-today .sc-day-num {
  background: var(--sc-saffron);
  color: var(--sc-white);
  border-radius: 50%;
}

.satsang-cal .sc-day-num {
  font-size: 12px;
  font-weight: 600;
  color: var(--sc-text-dark);
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2px;
}
.satsang-cal .sc-other .sc-day-num { color: var(--sc-text-light); }

/* ── Event Pills ── */
.satsang-cal .sc-pill {
  font-size: 9px;
  font-weight: 600;
  padding: 2px 5px;
  border-radius: 4px;
  margin-top: 1px;
  line-height: 1.3;
  cursor: pointer;
  transition: all 0.15s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.satsang-cal .sc-pill:hover {
  transform: scale(1.04);
  box-shadow: var(--sc-shadow-sm);
}
.satsang-cal .sc-pill.sc-monday   { background: var(--sc-monday-bg);   color: var(--sc-monday); }
.satsang-cal .sc-pill.sc-thursday { background: var(--sc-thursday-bg); color: var(--sc-thursday); }
.satsang-cal .sc-pill.sc-saturday { background: var(--sc-saturday-bg); color: var(--sc-saturday); }

/* ── Upcoming Section ── */
.satsang-cal .sc-upcoming {
  margin-bottom: 32px;
  animation: scFadeUp 0.6s ease-out 0.3s both;
}

.satsang-cal .sc-upcoming-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px;
  font-weight: 600;
  color: var(--sc-deep-maroon);
  margin: 0 0 8px 0;
  padding: 0;
}

.satsang-cal .sc-upcoming-scroll {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 4px;
  scrollbar-width: none;
}
.satsang-cal .sc-upcoming-scroll::-webkit-scrollbar { display: none; }

.satsang-cal .sc-up-card {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  background: var(--sc-white);
  border-radius: 10px;
  box-shadow: var(--sc-shadow-sm);
  border: 1px solid rgba(92, 26, 27, 0.04);
  flex-shrink: 0;
  min-width: 175px;
  transition: all 0.2s;
}
.satsang-cal .sc-up-card:hover {
  box-shadow: var(--sc-shadow-md);
  transform: translateY(-1px);
}

.satsang-cal .sc-up-date {
  text-align: center;
  min-width: 36px;
}
.satsang-cal .sc-up-date .sc-up-day {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}
.satsang-cal .sc-up-date .sc-up-month {
  font-size: 9px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: var(--sc-text-light);
}
.satsang-cal .sc-up-date.sc-monday   .sc-up-day { color: var(--sc-monday); }
.satsang-cal .sc-up-date.sc-thursday .sc-up-day { color: var(--sc-thursday); }
.satsang-cal .sc-up-date.sc-saturday .sc-up-day { color: var(--sc-saturday); }

.satsang-cal .sc-up-bar {
  width: 2px;
  height: 28px;
  border-radius: 2px;
  flex-shrink: 0;
}
.satsang-cal .sc-up-bar.sc-monday   { background: var(--sc-monday); }
.satsang-cal .sc-up-bar.sc-thursday { background: var(--sc-thursday); }
.satsang-cal .sc-up-bar.sc-saturday { background: var(--sc-saturday); }

.satsang-cal .sc-up-info .sc-up-name {
  font-weight: 600;
  font-size: 12px;
  color: var(--sc-text-dark);
}
.satsang-cal .sc-up-info .sc-up-time {
  font-size: 11px;
  color: var(--sc-text-mid);
}

/* ── Mobile List View ── */
.satsang-cal .sc-mobile-list {
  display: none;
  flex-direction: column;
  gap: 6px;
  animation: scFadeUp 0.5s ease-out 0.25s both;
}

.satsang-cal .sc-ml-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  background: var(--sc-white);
  border-radius: 10px;
  box-shadow: var(--sc-shadow-sm);
  border: 1px solid rgba(92, 26, 27, 0.04);
}

.satsang-cal .sc-ml-date { text-align: center; min-width: 40px; }
.satsang-cal .sc-ml-date .sc-ml-day {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
.satsang-cal .sc-ml-date .sc-ml-weekday {
  font-size: 9px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--sc-text-light);
}

.satsang-cal .sc-ml-bar {
  width: 3px;
  height: 32px;
  border-radius: 2px;
  flex-shrink: 0;
}
.satsang-cal .sc-ml-bar.sc-monday   { background: var(--sc-monday); }
.satsang-cal .sc-ml-bar.sc-thursday { background: var(--sc-thursday); }
.satsang-cal .sc-ml-bar.sc-saturday { background: var(--sc-saturday); }

.satsang-cal .sc-ml-info { flex: 1; }
.satsang-cal .sc-ml-info .sc-ml-label {
  font-weight: 600;
  font-size: 13px;
  color: var(--sc-text-dark);
}
.satsang-cal .sc-ml-info .sc-ml-time {
  font-size: 11px;
  color: var(--sc-text-mid);
}

.satsang-cal .sc-ml-card.sc-monday   .sc-ml-date .sc-ml-day { color: var(--sc-monday); }
.satsang-cal .sc-ml-card.sc-thursday .sc-ml-date .sc-ml-day { color: var(--sc-thursday); }
.satsang-cal .sc-ml-card.sc-saturday .sc-ml-date .sc-ml-day { color: var(--sc-saturday); }

.satsang-cal .sc-ml-pill {
  font-size: 9px;
  font-weight: 600;
  padding: 3px 8px;
  border-radius: 4px;
  white-space: nowrap;
}
.satsang-cal .sc-ml-card.sc-monday   .sc-ml-pill { background: var(--sc-monday-bg);   color: var(--sc-monday); }
.satsang-cal .sc-ml-card.sc-thursday .sc-ml-pill { background: var(--sc-thursday-bg); color: var(--sc-thursday); }
.satsang-cal .sc-ml-card.sc-saturday .sc-ml-pill { background: var(--sc-saturday-bg); color: var(--sc-saturday); }

/* ── Footer ── */
.satsang-cal .sc-footer {
  text-align: center;
  padding: 20px 0;
  border-top: 1px solid var(--sc-border);
  color: var(--sc-text-light);
  font-size: 11px;
}
.satsang-cal .sc-footer a {
  color: var(--sc-saffron);
  text-decoration: none;
  font-weight: 500;
}
.satsang-cal .sc-footer .sc-footer-om {
  font-size: 16px;
  color: var(--sc-gold-light);
  display: block;
  margin-bottom: 4px;
}

/* ── Tooltip ── */
.satsang-cal .sc-tooltip {
  display: none;
  position: fixed;
  z-index: 10000;
  background: var(--sc-white);
  border: 1px solid var(--sc-warm-cream-dark);
  border-radius: 10px;
  padding: 10px 14px;
  box-shadow: var(--sc-shadow-lg);
  max-width: 200px;
  pointer-events: none;
}
.satsang-cal .sc-tooltip.sc-show { display: block; }
.satsang-cal .sc-tooltip .sc-tt-day {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 700;
  font-size: 15px;
  color: var(--sc-deep-maroon);
}
.satsang-cal .sc-tooltip .sc-tt-time {
  font-size: 12px;
  color: var(--sc-text-mid);
  margin-top: 1px;
}
.satsang-cal .sc-tooltip .sc-tt-type {
  display: inline-block;
  margin-top: 4px;
  font-size: 10px;
  font-weight: 600;
  padding: 2px 6px;
  border-radius: 3px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}


/* ═══════════════════════════════════════════════
   RESPONSIVE BREAKPOINTS
   ═══════════════════════════════════════════════ */

/* ── Tablet (≤ 768px) ── */
@media (max-width: 768px) {
  .satsang-cal .sc-container { padding: 0 14px; }
  .satsang-cal .sc-header { padding: 18px 0 4px; gap: 10px; }
  .satsang-cal .sc-header-text h2 { font-size: 20px; }
  .satsang-cal .sc-om { font-size: 24px; }
  .satsang-cal .sc-topbar { flex-wrap: wrap; }
  .satsang-cal .sc-month-row { gap: 8px; }
  .satsang-cal .sc-month-title { font-size: 19px; }
  .satsang-cal .sc-month-tab { padding: 4px 7px; font-size: 10px; }
  .satsang-cal .sc-cal-cell { min-height: 56px; padding: 4px; }
  .satsang-cal .sc-day-num { font-size: 11px; width: 20px; height: 20px; }
  .satsang-cal .sc-pill { font-size: 8px; padding: 2px 4px; }
  .satsang-cal .sc-cal-hcell { font-size: 9px; padding: 7px 1px; letter-spacing: 0.5px; }
  .satsang-cal .sc-up-card { min-width: 160px; padding: 8px 12px; }
  .satsang-cal .sc-up-date .sc-up-day { font-size: 20px; }
}

/* ── Mobile (≤ 520px) ── */
@media (max-width: 520px) {
  .satsang-cal .sc-container { padding: 0 10px; }
  .satsang-cal .sc-header { padding: 14px 0 4px; gap: 8px; flex-wrap: wrap; justify-content: center; }
  .satsang-cal .sc-header-text { text-align: center; }
  .satsang-cal .sc-header-text h2 { font-size: 18px; }
  .satsang-cal .sc-header-sub { font-size: 10px; letter-spacing: 1.5px; }
  .satsang-cal .sc-om { font-size: 22px; }

  .satsang-cal .sc-topbar {
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
  }
  .satsang-cal .sc-legend { justify-content: center; gap: 10px; }
  .satsang-cal .sc-nav { justify-content: center; }
  .satsang-cal .sc-view-toggle { display: flex; }

  .satsang-cal .sc-month-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
  .satsang-cal .sc-month-tabs { width: 100%; }
  .satsang-cal .sc-month-tab { padding: 5px 8px; font-size: 11px; }

  .satsang-cal .sc-cal-cell { min-height: 46px; padding: 3px; }
  .satsang-cal .sc-day-num { font-size: 10px; width: 18px; height: 18px; margin-bottom: 1px; }
  .satsang-cal .sc-pill { font-size: 7px; padding: 1px 3px; border-radius: 3px; }
  .satsang-cal .sc-cal-hcell { font-size: 8px; padding: 6px 1px; letter-spacing: 0.3px; }

  .satsang-cal .sc-up-card { min-width: 150px; padding: 8px 10px; gap: 8px; }
  .satsang-cal .sc-up-date .sc-up-day { font-size: 18px; }
  .satsang-cal .sc-up-info .sc-up-name { font-size: 11px; }
  .satsang-cal .sc-up-info .sc-up-time { font-size: 10px; }
  .satsang-cal .sc-upcoming-title { font-size: 16px; }

  /* List view toggle on mobile */
  .satsang-cal.sc-list-view .sc-cal-wrap { display: none; }
  .satsang-cal.sc-list-view .sc-mobile-list { display: flex; margin-bottom: 16px; }
  .satsang-cal.sc-list-view .sc-upcoming { display: none; }
}

/* ── Small Mobile (≤ 380px) ── */
@media (max-width: 380px) {
  .satsang-cal .sc-header-text h2 { font-size: 16px; }
  .satsang-cal .sc-om { font-size: 20px; }
  .satsang-cal .sc-legend-item { font-size: 9px; gap: 4px; }
  .satsang-cal .sc-legend-dot { width: 6px; height: 6px; }
  .satsang-cal .sc-legend { gap: 8px; }
  .satsang-cal .sc-month-title { font-size: 17px; }
  .satsang-cal .sc-cal-cell { min-height: 40px; padding: 2px; }
  .satsang-cal .sc-day-num { font-size: 9px; width: 16px; height: 16px; }
  .satsang-cal .sc-pill { font-size: 6px; padding: 1px 2px; }
  .satsang-cal .sc-cal-hcell { font-size: 7px; padding: 5px 0; }
  .satsang-cal .sc-nav-btn { width: 28px; height: 28px; font-size: 14px; }
  .satsang-cal .sc-nav-btn.sc-today-btn { padding: 0 8px; font-size: 10px; }
}
