/* Satish's work starts here - dont ever change base.css - use custom.css for custom code to overwrite base.css */


/*boot strap reset*/
/* *, ::after, ::before {
    box-sizing: content-box;
}*/

html {
    height: 100%;
    width: 100%;
}

/*
woff2 most advanced followed by woff, and the rest follows woff.
@font-face {
    font-family: 'hnulc';
    src: url('HelveticaNeue-UltraLigCond.eot');
    src: url('HelveticaNeue-UltraLigCond.eot?#iefix') format('embedded-opentype');
    src: local('☺'), url('HelveticaNeue-UltraLigCond.svg#font') format('svg'),
    url('HelveticaNeue-UltraLigCond.otf') format('opentype'),
    url('HelveticaNeue-UltraLigCond.ttf') format('truetype'),
    url('HelveticaNeue-UltraLigCond.woff2') format('woff2'),
    url('HelveticaNeue-UltraLigCond.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
    font-family: 'hnulc';
    src: url('HelveticaNeue-UltraLigCond.svg') format('svg');
}
}*/

@font-face {
    font-family: 'serifttfont';
    src: url('fonts/serifttfont.eot');
    src: url('fonts/serifttfontd41d.eot?#iefix') format('embedded-opentype'), url('fonts/serifttfont.woff') format('woff'), url('fonts/serifttfont.ttf') format('truetype'), url('fonts/serifttfont.svg#serifttfont') format('svg');
}

body {
    height: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    cursor: default;
    -webkit-font-smoothing: antialiased;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 62.5%;
    /*min-height: 59.0em;*/
    /*max-width:150.0em;*/
    /*background-color:#000000;
    color:#ffffff;*/
}

a {
    text-decoration: none;
    outline: 0;
    border: 0;
}

a img {
    border: 0;
}

input {
    border: 0;
    background-color: transparent;
    outline: none;
    border-radius: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

textarea {
    border: 0;
    background-color: transparent;
    resize: none;
    outline: none;
    border-radius: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

iframe {
    border: 0;
}

.classOfPlayerMP4Clip {
    width: 100%;
    height: 100%;
    display: block;
}

.classOfPlayerMP4 {
    width: 100%;
    height: 100%;
    display: block;
}

input[type=text]::-webkit-input-placeholder {
    font-family: sans-serif;
    font-size: 1em;
    color: #888888;
}

input[type=text]::-moz-placeholder {
    font-family: sans-serif;
    font-size: 1em;
    color: #888888;
    opacity: 1;
}

/* firefox 19+ */
input[type=text]:-ms-input-placeholder {
    font-family: sans-serif;
    font-size: 1em;
    color: #888888;
}

/* ie */
input[type=text]:-moz-placeholder {
    font-family: sans-serif;
    font-size: 1em;
    color: #888888;
    opacity: 1;
}

textarea::-webkit-input-placeholder {
    font-family: sans-serif;
    font-size: 1em;
    color: #888888;
}

textarea::-moz-placeholder {
    font-family: sans-serif;
    font-size: 1em;
    color: #888888;
    opacity: 1;
}

/* firefox 19+ */
textarea:-ms-input-placeholder {
    font-family: sans-serif;
    font-size: 1em;
    color: #888888;
}

/* ie */
textarea:-moz-placeholder {
    font-family: sans-serif;
    font-size: 1em;
    color: #888888;
    opacity: 1;
}

input[type=text]:focus {
    outline: none;
    background-color: transparent;
}

:focus {
    outline: none;
}

::-moz-focus-inner {
    border: 0;
}

.sandboxDiv {
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    opacity: 0;
    overflow: hidden;
    z-index: -100;
}

.divTable {
    display: table;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    min-height: inherit;
}

.divTableCell {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    margin: 0;
    padding: 0;
}

.divTableCellVAT {
    vertical-align: top;
}

.divTableCellVAM {
    vertical-align: middle;
}

.divTableCellVAB {
    vertical-align: bottom;
}

.divTableCellTAL {
    text-align: left;
}

.divTableCellTAC {
    text-align: center;
}

.divTableCellTAR {
    text-align: right;
}

.transparentHide {
    position: absolute;
    top: 0;
    left: 0;
}

.SBA {
    opacity: 0;
    display: block;
    height: 0.1em;
    margin: 0 0 -0.1em 0;
}

.hashA {
    opacity: 0;
}


.displayNone {
    display: none;
}

.displayNoneI {
    display: none !important;
}

/*
::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 0.3em;
}

::-webkit-scrollbar-thumb {
    border-radius: 0.3em;
    background-color: rgba(136,136,136,0.6);
    -webkit-box-shadow: 0 0 0.1em rgba(255,255,255,0.5);
}

::-moz-selection {
    color: #aaf442;
    background: #ecffe6;
}

::selection {
    color: #aaf442;
    background: #ecffe6;
}
*/

/*
@-moz-document url-prefix() {


}

@media screen and (-webkit-min-device-pixel-ratio:0) {


}
*/


/* Main3 Container Starts*/

.siteMap {
    position: absolute;
    top: 1em;
    right: 1em;
    display: block;
    transform-style: preserve-3d;
    transform: translateZ(1em);
    z-index: 1000;
    font-family: sans-serif;
    color: #000000;
}

.siteMap:visited {
    color: #000000;
}

.siteMap:hover {
    color: #888888;
}

.siteMap:active {
    color: #105ddd;
}


.mainContainer {
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 0;
    perspective: 6000vmin;
    transition: all 500ms linear;
    transform-style: preserve-3d;
}

.transOuter {
    transform-style: preserve-3d;
    transform: translateZ(0);
    width: 100%;
    height: 100%;
    transition: all 500ms linear;
}

.transOuterShrink {
    transform: translateZ(-1000vmin);
}

.trans {
    width: 100%;
    height: 100%;
    /*transform:rotateX(-10deg) rotateY(0deg);*/
    transform: rotateX(0deg) rotateY(0deg);
    transform-style: preserve-3d;
    position: absolute;
    display: block;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: width 500ms linear, height 500ms linear, transform 1000ms linear;
    z-index: 0;
}


.side {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: all 500ms ease;
    z-index: 0;
}


.commonZ {
    width: 100%;
    height: 100%;
    position: relative;
    transform-style: preserve-3d;
    transform: translateZ(0);
    transition: all 500ms ease;
    z-index: 2;
    background: rgba(255, 255, 255, 0.9);
}


.sideMobileTouch {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}

/*.boxShadowBox{
    box-shadow:
    1em 1em 0 #dddddd,
    2em 2em 0 #dddddd,
    3em 3em 0 #dddddd,
    4em 4em 0 #dddddd,
    5em 5em 0 #dddddd,
    6em 6em 0 #dddddd;
}*/

/*.boxShadowBox:after,
.boxShadowBox:before {
    content: '';
    background: #dddddd;
    position: absolute;
}
.boxShadowBox:after {
    width: 100%;
    height: 5em;
    left: 2.5em;
    bottom: 0;
    transform: translatey(100%) skewx(45deg);
}
.boxShadowBox:before {
    width: 5em;
    height: 100%;
    right: 0;
    transform: translatex(100%) skewy(45deg);
    top: 2.5em;
}*/


.commonZTest {
    background: rgba(255, 250, 100, 0.6);
}


.thumbnailContent2Shrink {
    width: 100% !important;
}

.classOverflowHidden {
    overflow: hidden !important;
}

.backSide {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(217, 217, 217, 0.5);
    transform: translateZ(0);
    z-index: 0;
}

.w1Shrink {
    perspective: 600vmin;
}


.transShrink2 {
    transform: rotateX(5deg) rotateY(0deg);
}

.commonZShrink {
    transform: translateZ(90vmax);
}

/* Main3 Container Ends*/


/* Header Starts */


.mainHeader {
    height: 10em;
    text-align: right;
    position: relative;
}


.mainLogo {
    height: 30%;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    top: 25%;
    left: 3em;
    z-index: 4;
}

.mainLogoImage {
    height: 330%;
    display: block;
	margin-top: -2.3em;
	margin-right: 1.5em;
}

.mainNavigation1 {
    position: relative;
    z-index: 3;
    height: 100%;
    vertical-align: top;
    font-family: 'serifttfont', serif;
}

.mainNavigation {
    display: inline-block;
    padding: 0 3em 0 0;
    vertical-align: top;
    height: 1.7em;
}

.mainNavigation:last-of-type {

}

.mainNavigationA:link {
    font-size: 1em;
    font-family: sans-serif;
    color: #888888;
}

.mainNavigationA:visited {
    color: #888888;
}

.mainNavigationA:hover {
    color: #000000;
}

.mainNavigationA:active {
    color: #000000;
}

.mobileMenuDrop {
    height: calc(100% - 10em);
    position: fixed;
    right: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    display: none;
    z-index: 50;
}

.mobileMenuDropPadding {
    padding: 0 5em 0 5em;
    overflow: auto;
    text-align: center;
    overflow: auto;
    height: 100%;
}

.mobileMenuDropNavigations {
    padding: 0 0 6em 0;
    display: block;
}

.mobileMenuDropNavigations0 {
    padding: 0 0 3em 0;
    display: block;
    text-align: left;
}

.mobileMenuDropNavigations1 {
    padding: 0 0 6em 0;
    display: block;
    text-align: left;
}

.mobileMenuDropNavigations2 {
    padding: 0 0 4em 0;
    display: block;
    text-align: left;
}

.mobileMenuDropNavigations3 {
    padding: 0 0 2em 0;
    display: block;
}


.mobileMenuDropNavigations3:first-of-type {
    padding: 2em 0 2em 0;

}


.mobileMenuDropNavigations:first-of-type {
    padding: 4em 0 4em 0;
}

.mobileMenuDropNavigationsContainer {
    border-bottom: 0.1em solid #eeeeee;
    margin: 0 0 2em 0;
    padding: 0 0 2em 0;
}

.mobileMenuDropNavigationsContainer:last-of-type {
    border-bottom: 0;
    padding: 0 0 10em 0;
    margin: 0;
}

.mobileMenuDropNavigationsA:link {
    color: #888888;
    font-size: 1.3em;
    font-family: sans-serif;
    display: block;
}

.mobileMenuDropNavigationsA:visited {
    color: #888888;
}

.mobileMenuDropNavigationsA:hover {
    color: #000000;
}

.mobileMenuDropNavigationsA:active {
    color: #000000;
}

.mobileMenuDropNavigationsA.headerNavigationASelected {
    color: #000000;
}

.naviOuter1 {
    height: 100%;
    z-index: 0;
    position: absolute;
    right: 3em;
    top: 0;
    display: none;
    overflow: hidden;
}

.mobileMenuDrop {
    display: none;
}

.navi {
    display: inline-block;
}

.navIcon1, .navIcon2, .navIcon3, .navIcon4 {
    width: 3.5em;
    height: 1.5em;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    margin: 0.3em  0 0 0;
}

.navIcon1 span, .navIcon3 span, .navIcon4 span {
    display: block;
    position: absolute;
    height: 0.9em;
    width: 100%;
    background: #000000;
    border-radius: 0.9em;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.navIcon1 span:nth-child(1) {
    top: 0;
}

.navIcon1 span:nth-child(2) {
    top: 1.8em;
}

.navIcon1 span:nth-child(3) {
    top: 3.6em;
}

.navIcon1.mobileMenuOpened span:nth-child(1) {
    top: 1.8em;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.navIcon1.mobileMenuOpened span:nth-child(2) {
    opacity: 0;
    left: -6em;
}

.navIcon1.mobileMenuOpened span:nth-child(3) {
    top: 1.8em;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}


/* Icon 2 */

.navIcon2 {
}

.navIcon2 span {
    display: block;
    position: absolute;
    height: 0.12em;
    width: 50%;
    background-color: #000000;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.navIcon2 span:nth-child(even) {
    left: 50%;
    border-radius: 0 0.9em 0.9em 0;
}

.navIcon2 span:nth-child(odd) {
    left: 0;
    border-radius: 0.9em 0 0 0.9em;
}

.navIcon2 span:nth-child(1), .navIcon2 span:nth-child(2) {
    top: 0;
}

.navIcon2 span:nth-child(3), .navIcon2 span:nth-child(4) {
    top: 0.7em;
}

.navIcon2 span:nth-child(5), .navIcon2 span:nth-child(6) {
    top: 1.4em;
}

.navIcon2.mobileMenuOpened span:nth-child(1), .navIcon2.mobileMenuOpened span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.navIcon2.mobileMenuOpened span:nth-child(2), .navIcon2.mobileMenuOpened span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.navIcon2.mobileMenuOpened span:nth-child(1) {
    left: 0.5em;
    top: 0.7em;
}

.navIcon2.mobileMenuOpened span:nth-child(2) {
    left: calc(50% - 0.1em);
    top: 0.7em;
}

.navIcon2.mobileMenuOpened span:nth-child(3) {
    left: -50%;
    opacity: 0;
}

.navIcon2.mobileMenuOpened span:nth-child(4) {
    left: 100%;
    opacity: 0;
}

.navIcon2.mobileMenuOpened span:nth-child(5) {
    left: 0.5em;
    top: 1.9em;
}

.navIcon2.mobileMenuOpened span:nth-child(6) {
    left: calc(50% - 0.1em);
    top: 1.9em;
}

.navIcon2.mobileMenuOpened span {
    background-color: #000000;
}

/* Icon 3 */

.navIcon3 span:nth-child(1) {
    top: 0;
}

.navIcon3 span:nth-child(2), .navIcon3 span:nth-child(3) {
    top: 1.6em;
}

.navIcon3 span:nth-child(4) {
    top: 3.6em;
}

.navIcon3.mobileMenuOpened span:nth-child(1) {
    top: 1.8em;
    width: 0%;
    left: 50%;
}

.navIcon3.mobileMenuOpened span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.navIcon3.mobileMenuOpened span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.navIcon3.mobileMenuOpened span:nth-child(4) {
    top: 1.8em;
    width: 0;
    left: 50%;
}

/* Icon 4 */

.navIcon4 {
}

.navIcon4 span:nth-child(1) {
    top: 0;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.navIcon4 span:nth-child(2) {
    top: 1.8em;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.navIcon4 span:nth-child(3) {
    top: 3.6em;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.navIcon4.mobileMenuOpened span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -0.3em;
    left: 0.8em;
}

.navIcon4.mobileMenuOpened span:nth-child(2) {
    width: 0;
    opacity: 0;
}

.navIcon4.mobileMenuOpened span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 3.9em;
    left: 0.8em;
}


.pageNavigation {
    width: 1.3em;
    height: 1.3em;
    position: absolute;
    background-color: #000000;
    right: 1em;
    top: 2em;
    cursor: pointer;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    border-radius: 50%;
}
/* 1. Global Setup */
.community-section {
  padding: 80px 0;
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  overflow: hidden;
  background-color: #ffffff;
}

/* 2. Heading - Exact Match to Image */
.impact-heading {
  text-align: center;
  font-size: 52px; /* Large and bold */
  font-weight: 800;
  color: #1a1a1b;
  letter-spacing: -0.03em; /* Tight spacing like the image */
  margin-bottom: 60px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* 3. The Infinite Animation Container */
.marquee-viewport {
  width: 100%;
  display: flex;
  mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
}

.marquee-content {
  display: flex;
  gap: 24px;
  animation: scrollLeft 40s linear infinite;
}

@keyframes scrollLeft {
  from { transform: translateX(0); }
  to { transform: translateX(calc(-50% - 12px)); } /* Adjusts for the gap */
}
/* Mobile Styles */
@media (max-width: 768px) {
  .impact-heading {
    font-size: 32px; /* Reduced from 52px */
    line-height: 1.2;
    padding: 0 20px; /* Prevents text from touching the screen edges */
    margin-bottom: 40px;
    letter-spacing: -0.02em;
  }

  .community-section {
    padding: 40px 0; /* Less vertical space on mobile */
  }

  .testimonial-card {
    width: 300px; /* Slightly narrower cards for smaller screens */
    padding: 20px;
  }

  .quote {
    font-size: 16px; /* Slightly smaller text inside cards */
  }
}
/* 4. The Testimonial Card */
.testimonial-card {
  width: 380px;
  background: #ffffff;
  border: 1px solid #ededed; /* Soft light gray border */
  border-radius: 18px;
  padding: 32px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.quote {
  font-size: 19px;
  line-height: 1.5;
  color: #2d2d2d;
  margin: 0 0 24px 0;
  font-weight: 400;
}

.mention {
  color: #000;
  font-weight: 500;
}

/* 5. User Profile Area */
.user-block {
  display: flex;
  align-items: center;
  gap: 12px;
}

.avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

.full-name {
  display: block;
  font-weight: 700;
  font-size: 16px;
  color: #1a1a1b;
}

.username {
  font-size: 14px;
  color: #757575;
}

/* Pause on hover for readability */
.marquee-viewport:hover .marquee-content {
  animation-play-state: paused;
}
.functionalities-wrapper { padding: 10px; margin-top: -100px; font-family: sans-serif; overflow: hidden; }
.accent-bar { width: 50px; height: 4px; background: #e31e24; margin-bottom: 30px; }

.slider-box { display: flex; align-items: center; position: relative; }
.viewport { overflow: hidden; width: 100%; margin: 0 20px; }

.card-track { 
  display: flex; 
  gap: 20px; 
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94); 
}

.f-card {
  flex: 0 0 300px; /* Fixed card width */
  height: 450px;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.f-card-img {
  width: 100%; height: 100%;
  background-size: cover; background-position: center;
  filter: brightness(1.1);
  transition: 0.4s;
  background-color: white;
}

.f-card-overlay {
  position: absolute; inset: 0;
  padding: 30px;
  display: flex; flex-direction: column; justify-content: flex-end;
  background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
  color: white;
  transition: 0.4s;
}

.f-card h3 { border-left: 4px solid #e31e24; padding-left: 10px; margin-bottom: 0; }
.f-details { max-height: 0; opacity: 0; overflow: hidden; transition: 0.4s; }

/* Expansion Effect */
.f-card.active .f-details, .f-card:hover .f-details {
  max-height: 200px; opacity: 1; margin-top: 15px;
}
.f-card.active .f-card-overlay, .f-card:hover .f-card-overlay {
  background: rgba(0,0,0,0.85); justify-content: center;
}

.f-btn {
  display: inline-block; background: #ff4d4d; color: white;
  padding: 10px 20px; border-radius: 20px; text-decoration: none; margin-top: 10px;
}

.arrow { background: none; border: none; font-size: 2rem; color: #e31e24; cursor: pointer; }
/* --- 1. Container & Global Title --- */
.func-wrapper {
    padding: 60px 5%;
    max-width: 1400px;
    margin: 0 auto;
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    overflow: hidden; /* Prevents unwanted horizontal scrolling on the page */
}

.func-main-title {
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 40px;
    border-left: 6px solid #ff5e57;
    padding-left: 20px;
}

/* --- 2. Slider Layout (Desktop) --- */
.func-slider {
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
}

.func-track {
    display: flex !important;
    gap: 20px;
    width: 100%;
    height: 500px;
}

/* --- 3. Card Logic & Focus Highlight --- */
.func-card {
    flex: 1;
    min-width: 0;
	width: 20vw;
    border-radius: 20px;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    z-index: 1;
   
}
/* --- 4. Content & Overlay --- */
.func-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    transition: all 0.4s ease;
    color: white;
}

.func-card.active .func-overlay {
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(5px);
    justify-content: center;
}

.func-header h3 {
    font-size: 26px;
    margin: 0;
}

.func-header h3::after {
    content: "";
    display: block;
    width: 40px;
    height: 3px;
    background: white;
    margin-top: 10px;
}

.highlight-text { color: #ff5e57 !important; }

.func-body {
    max-height: 0;
    opacity: 0;
    transition: all 5s ease;
    overflow: hidden;
}

.func-card.active .func-body {
    max-height: 300px;
    opacity: 1;
    margin-top: 25px;
}

.func-body p {
    color: #dfdfdf;
    line-height: 1.6;
    margin-bottom: 25px;
}

.func-btn {
    background: #ff5e57;
    color: white;
    padding: 12px 35px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
}

/* --- 5. Navigation & Sticky Icons --- */
.func-nav {
    background: none;
    border: none;
    font-size: 45px;
    color: #ff5e57;
    cursor: pointer;
    padding: 10px;
}

.wa-sticky {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    z-index: 999;
}

/* --- 6. STRICT MOBILE INFINITE "HOLD & SLIDE" --- */
@media (max-width: 992px) {
    .func-track {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        width: max-content !important; 
        /* Total time 25s for the full loop */
        animation: seamlessLoop 25s infinite cubic-bezier(0.45, 0.05, 0.55, 0.95) !important;
        gap: 20px !important;
        padding: 0 7.5% !important;
    }

    .func-card {
        width: 85vw !important; /* Forces one main card on screen */
        flex: 0 0 auto !important;
        height: 480px !important;
        /* Disable hover effects on mobile to prevent shaking */
        transform: none !important;
        filter: brightness(1) !important;
    }

    @keyframes seamlessLoop {
        /* Hold Image 1 */
        0%, 16%    { transform: translateX(0); }
        /* Slide to Image 2 */
        20%, 36%   { transform: translateX(calc(-85vw - 20px)); }
        /* Slide to Image 3 */
        40%, 56%   { transform: translateX(calc((-85vw - 20px) * 2)); }
        /* Slide to Image 4 */
        60%, 76%   { transform: translateX(calc((-85vw - 20px) * 3)); }
        /* Slide to Image 5 */
        80%, 96%   { transform: translateX(calc((-85vw - 20px) * 4)); }
        /* BRIDGE: Slide to the Clone of Card 1 */
        100%       { transform: translateX(calc((-85vw - 20px) * 5)); }
    }

    /* Force mobile content visibility because there is no hover */
    .func-card .func-body {
        opacity: 1 !important;
        max-height: 250px !important;
    }

    /* Hide desktop nav on mobile */
    .func-nav { display: none !important; }
    
    /* Pause on touch */
    .func-wrapper:active .func-track {
        animation-play-state: paused;
    }
}
.logo-slider {
    width: 100%;
    overflow: hidden;
    background: white;
    padding: 40px 0;
	margin-bottom: -180px;
}

.logo-track {
    display: flex;
    width: calc(250px * 12);
    /* Total logos: 6. 
       We want 6 steps. 
       Animation duration: 18s (3 seconds per logo)
    */
    animation: step-scroll 18s infinite;
}

.logo-slide {
    width: 250px;
    display: flex;
    justify-content: center;
    padding: 0 20px;
}

.logo-slide img {
    max-width: 150px;
    opacity: 2;
}

/* The Animation: 
   Each logo takes 16.6% of the timeline (100 / 6).
   We stay at a position for most of that time, then move.
*/
@keyframes step-scroll {
    0%, 13%   { transform: translateX(0); }
    16%, 29%  { transform: translateX(calc(-250px * 1)); }
    33%, 46%  { transform: translateX(calc(-250px * 2)); }
    50%, 63%  { transform: translateX(calc(-250px * 3)); }
    66%, 79%  { transform: translateX(calc(-250px * 4)); }
    83%, 96%  { transform: translateX(calc(-250px * 5)); }
    100%      { transform: translateX(calc(-250px * 6)); }
}
 /* CSS Scoped to this section to avoid conflicts */
    .happening-section {
        padding: 50px 0;
        background: #fff;
		margin-top: -100px;
		margin-bottom: -160px;
        font-family: 'General Sans', sans-serif;
    }
    .happening-section .container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 15px;
		margin-top: -50px;
    }
    .new-heading {
        font-size: 32px;
        font-weight: 700;
        margin-bottom: 25px;
        color: #1a1a1a;
    }
    .new-heading span { color: #E31E24; }

    /* The Grid Engine */
    .happening-grid {
        display: grid;
        grid-template-columns: 1fr 0.6fr 0.5fr; /* Exact Proportions */
        grid-template-rows: repeat(1, 0.8fr);
        gap: 30px;
    }

    /* Video Side Styling */
    .first-grid {
        grid-row: 1 / span 2;
    }
    .video-container {
        aspect-ratio: 58 / 36.2; /* Lock height to match right 2 rows */
        background: #000;
        border-radius: 35px;
        overflow: hidden;
        margin-bottom: 20px;
    }
    .video-container iframe {
        width: 100%; height: 100%; border: 0;
    }

    /* Small Cards Styling */
    .grid__item:not(.first-grid) .card__image {
        aspect-ratio: 7 / 3;
        border-radius: 6px;
        overflow: hidden;
        margin-bottom: 10px;
    }
    .card__image img {
        width: 100%; height: 100%; object-fit: cover;
        transition: transform 0.5s ease;
    }
    .happening-card:hover .card__image img {
        transform: scale(1.1);
    }

    /* Typography */
    .card__footer {
        color: #E31E24;
        font-weight: 700;
        font-size: 12px;
        text-transform: uppercase;
        margin-bottom: 5px;
		font-family: "aktiv-grotesk", sans-serif;
    }
    .card__title {
        font-size: 18px;
        line-height: 1.4;
        color: #333;
        font-weight: 600;
        margin: 0;
    }
    .first-grid .card__title { font-size: 24px; font-family: "aktiv-grotesk", sans-serif;  }

    /* The Red Pill Button */
    .happening-btn {
        display: inline-block;
        background: #E31E24;
        color: #fff;
        padding: 12px 30px;
        border-radius: 50px;
        text-decoration: none;
        font-weight: 700;
        margin-top: 20px;
        font-size: 14px;
        transition: 0.3s;
    }
    .happening-btn:hover { background: #b3161b; }

    /* Mobile Responsive */
    @media (max-width: 991px) {
        .happening-grid { grid-template-columns: 1fr; grid-template-rows: auto; }
        .first-grid { grid-row: auto; }
        .video-container { aspect-ratio: 16 / 9; }
    }
/* HERO SECTION */
.wfh-hero {
  background-color: #ffffff;
  padding: 80px 20px;
}

.wfh-container {
  max-width: 1200px;
  margin-top: -110px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

/* LEFT CONTENT */
.wfh-content {
  flex: 1;
  
}

.wfh-content h1 {
  font-size: 3.3em;
  font-family: 'ib', sans-serif;
  position: relative;
  line-height: 1.25;
  color: #083b4c;
  margin-bottom: 20px;
  justify-content: space-between;
  gap: 50px;
}

.wfh-content h1 span {
  color: #ff5a2a;
  justify-content: space-between;
  gap: 50px;
  justify-content: space-between;
  
}

.wfh-content p {
  font-size: 2.2em;
  font-family: 'ib', sans-serif;
  position: relative;
  color: #4a6670;
  max-width: 520px;
  line-height: 1.6;
  margin-bottom: 30px;
  justify-content: space-between;
}

/* BUTTON */
.wfh-btn {
  font-size: 1em;
  font-family: 'ib', sans-serif;
  position: relative;
  display: inline-block;
  background-color: #ff5a2a;
  color: #ffffff;
  padding: 16px 30px;
  font-size: 18px;
  font-weight: 600;
   font-size: clamp(15px, 2.4vw, 18px);
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.3s ease;
  justify-content: space-between;
  gap: 50px;
}

.wfh-btn:hover {
  background-color: #e64c22;
}

/* RIGHT IMAGE */
.wfh-image {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

.wfh-image img {
  max-width: 100%;
  border-radius: 24px;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .wfh-container {
    flex-direction: column;
    text-align: center;
	margin: -30px;
  }

  .wfh-image {
    justify-content: center;
  }

  .wfh-content p {
    margin-left: auto;
    margin-right: auto;
  }
}

/*.pageNavigation
{
    background-color: #000000;
    cursor:pointer;
    z-index:10;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}*/


.commonZShrink > .mainHeader > .pageNavigation {
    visibility: visible;
    opacity: 1;
    /*-webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;*/
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* Header Ends */


.mainContent {
    height: calc(100% - 10em);
    font-family: 'serifttfont', serif;
    overflow: auto;
}

.mainContentLeft {
    width: 20em;
    display: inline-block;
    height: 100%;
    vertical-align: top;
    overflow: auto;
}


.mainContentRight {
    width: calc(100% - 20em);
    display: inline-block;
    height: 100%;
    vertical-align: top;
}


.mainContentNoLeft .mainContentLeft {
    display: none;
}

.mainContentNoLeft .mainContentRight {
    width: 100%;
}


/*SlideShowG Starts*/
.columnContainer {
    height: 100%;
    font-family: 'serifttfont', serif;
    padding: 0 3em 0 3em;
}

.column1, .column2, .column3 {
    vertical-align: top;
    display: inline-block;
    height: 100%;
    font-family: 'serifttfont', serif;
}

.contentAll {
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    overflow: hidden;
    display: none;
}

.ssOuter {
    width: 100%;
    height: 100%;
    position: relative;
}

.ssMiddle {
    width: calc(100% - 3em);
    width: -moz-calc(100% - 3em);
    width: -webkit-calc(100% - 3em);
    padding: 0 3em 0 0;
    height: calc(100% - 5em);
    height: -moz-calc(100% - 5em);
    height: -webkit-calc(100% - 5em);
}

.ssMiddleSinglePortfolio {
    position: relative;
    padding: 0 7em 0 7em;
    height: calc(100% - 6.5em);
    width: auto;
}

.sliderMainClass .ssMiddle {

}

.ssInner {
    width: 100%;
    height: 100%;
}

.sliderMainClass .ssInner {
    overflow: hidden;
}


.slideMainContainer {
    width: 100%;
    height: 100%;
    position: relative;
}

.sliderMainClass .slideMainContainer {
    width: auto;
    white-space: nowrap;
    font-family: 'serifttfont', serif;
    height: calc(100% - 1.5em);
    display: inline-block;
    text-align: left;
}

.mainSlide {
    position: absolute;
    top: 0;
    left: 0;
    width: inherit;
    height: inherit;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0;
    z-index: 0;
}


.sliderMainClass .mainSlide {
    width: auto;
    position: relative;
    height: 100%;
    background-position: 0 50%;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0;
    z-index: 0;
    display: inline-block;
    margin: 0 0.5em 0 0.5em;
    vertical-align: top;
}

.sliderSingleMainClass .mainSlide {
    background-position: 50% 50%;
}

.customisationTypeShowType1 .mainSlide {
    background-position: 50% 0;
    margin: 0;
    background-size: cover;
}

.customisationTypeShowType1 .ssMiddleSinglePortfolio {
    padding: 0;
    height: 100%;
}

.customisationTypeShowType1 .slideMainContainer {
    height: 100%;
}

.customisationTypeShowType1 .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    visibility: hidden;
}

.customisationTypeShowType1 .footer {
    display: none;
}

.customisationTypeShowType1 .ssMiddleSinglePortfolio {
    padding: 0;
}


.customisationTypeShowType2 .mainSlide {
    background-size: cover;
}

.customisationTypeShowType2 .ssMiddleSinglePortfolio {
    padding: 0;
    height: 100%;
}

.customisationTypeShowType2.slideMainContainer {
    height: 100%;
}

.customisationTypeShowType2 .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    visibility: hidden;
}

.customisationTypeShowType2 .footer {
    display: none;
}

.customisationTypeShowType2 .ssMiddleSinglePortfolio {
    padding: 0;
}

.aspectRatioPlaceHolder {
    max-width: 100%;
    max-height: 100%;
    display: block;
    opacity: 0;
}

.columnContainerCover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}

.columnContainerType1 {
    padding: 0 0 0 0;
    position: relative;
    max-height: 100%;
    overflow: hidden;
    z-index: 0;
}

.columnContainerType1 .column1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.customisationTypeShowType1 .newLeftArrow {
    visibility: hidden;
}

.customisationTypeShowType1 .newRightArrow {
    visibility: hidden;
}


.customisationTypeShowType2 .newLeftArrow {
    visibility: hidden;
}

.customisationTypeShowType2 .newRightArrow {
    visibility: hidden;
}

.mainSlide .mainImage {
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;

    /*box-shadow: 0.2em 0.2em 0.2em #cccccc;*/
}


.sliderMainClass .mainSlide .mainImage {
    width: auto;
    height: 100%;
    opacity: 0;
    position: static;
}

.customisationTypeShowType2.sliderMainClass .mainSlide .mainImage {
    height: 50%;
    opacity: 1;
    border-top-left-radius: 0.75em;
    border-top-right-radius: 0.75em;
    transition: box-shadow 500ms ease;
}

.customisationTypeShowType3.sliderMainClass .mainSlide .mainImage {
    height: auto;
    width: 100%;
    display: block;
}


.trendingInner .customisationTypeShowType2.sliderMainClass .mainSlide .mainImage {
    height: 100%;
    opacity: 0;
}

/*.mainSlide:hover .mainImage {
    box-shadow: 0.3em 0.3em 1em #888888;
}*/


.sliderSingleMainClass .mainSlide .mainImage {
    display: none;
}

.newLeftArrow {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    opacity: 1;
    cursor: pointer;
    height: 25%;
    min-height: 1em;
    max-height: 4em;
}

.newRightArrow {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    opacity: 1;
    cursor: pointer;
    height: 25%;
    min-height: 1.3em;
    max-height: 4em;
}

.dashboardArrowLeft {
    max-height: 1.3em;
    left: 3em;
}

.dashboardArrowRight {
    max-height: 1.3em;
    right: 3em;
}

.videoOuterContainer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.videoOuterContainerClip {
    bottom: 1.5em;
    left: 1.5em;
    top: auto;
    width: calc(100% - 1.5em);
    height: calc(100% - 1.5em);
}

.videoOuterContainer > .divTable {
    text-align: center;
}

.videoInnerContainer {
    display: inline-block;
    height: 100%;
    width: 100%;
    position: relative;
}

.videoOuterContainerClip .videoInnerContainer {
    height: 100%;
    width: 100%;
    display: block;
}

.videoOuterContainerClip .divTable {
    display: block;
}

.videoOuterContainerClip .divTableCell {
    display: block;
    width: 100%;
}

.posRelative {
    position: relative;
    z-index: 1;
}

.videoInnerContainer > iframe {
    width: 100%;
    height: 100%;
    display: block;
}

.hoverLayer {
    color: #ffffff;
    font-family: sans-serif;
    font-size: 1em;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    /*display:none;*/
}

.videoInnerContainer:hover > .hoverLayer {
    /*display:block;*/
    opacity: 1;
}

video {
    display: block;
}

.vidBottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.1em;
    background-color: #ffffff;
    z-index: 1;
    display: none;
}


.vidTop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0.1em;
    background-color: #ffffff;
    z-index: 1;
    display: none;
}

.sliderMainClass .mainSlide .videoOuterContainer {
    width: calc(100% - 1em);
    height: 100%;
}

.sliderSingleMainClass .mainSlide .videoOuterContainer {
    width: 100%;
    height: 100%;
}

.sliderMainClass .mainSlide .videoOuterContainer .divTable {
    display: block;
}

.sliderMainClass .mainSlide .videoOuterContainer .divTableCell {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sliderMainClass .mainSlide .videoOuterContainer .videoInnerContainer {
    width: 100%;
    height: 100%;
}

/* Footer Starts*/

.footer {
    font-family: 'serifttfont', serif;
    height: 4em;
    padding: 0.5em 3em 0 0;
    position: relative;
}

.footer.footerSinglePortfolio {
    height: 6.5em;
    padding: 0;
}


.footerElements {
    display: inline-block;
    cursor: pointer;
    padding: 0 1.5em;
    font-family: sans-serif;
    white-space: nowrap;
    color: #888888;
    vertical-align: top;
    height: 1.2em;
}

.footerElementsInner {
    font-size: 1em;
}

.footerElements:hover {
    color: #000000;
}

.footerElementsA:link {
    color: #888888;
    font-size: 1em;
}

.footerElementsA:visited {
    color: #888888;
}

.footerElementsA:hover {
    color: #000000;
}

.footerElementsA:active {
    color: #000000;
}

.footerElements.counters {
    padding: 0 1.5em;
}

.backAgain {
    /*position: absolute;
    right: 0;
    padding: 0;*/
}

.currentCount {
    display: inline-block;
    cursor: default;
    color: #888888;
}

.slash {
    display: inline-block;
    padding: 0 0.5em;
    cursor: default;
    color: #888888;
}

.totalCount {
    display: inline-block;
    cursor: default;
    color: #888888;
}

/* Footer Ends*/

/*View All Starts*/
.viewAllContainerOuter {
    height: calc(100% - 6.5em);
    padding: 0 3em 0 1.5em;
    width: calc(100% - 4.5em);
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    /*min-width: 59.5em;
    min-height: 30em;*/
    z-index: 10;
    visibility: hidden;
    background-color: #ffffff;
    /*display:none;*/
    /*font-family: 'serifttfont' , serif;*/
}

.viewAllContainerInner {
    font-family: 'serifttfont', serif;
    width: calc(100vw - 4.5em);
}

.viewAllDiv1 {
    z-index: 0;
    height: auto;
    width: auto;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.viewAllContainerInnerMasonry > .viewAllDiv1 {
    width: 25%;
}

.viewAllDiv2 {
    height: auto;
    width: auto;
    padding: 0 0 1.5em 1.5em;
}

.viewAllDiv1 .mainImage {
    height: 20em;
    width: auto;
    display: block;
    opacity: 0;
    cursor: pointer;
}

.viewAllContainerInnerMasonry > .viewAllDiv1 .mainImage {
    height: auto !important;
    width: 100%;
}

.mainImageOuter {
    display: inline-block;
    position: relative;
}

.mainImageCaption {
    height: 10em;
    width: auto;
    opacity: 0;
    display: block;
}

.captions {
    width: 100%;
    position: absolute;
    bottom: -2.4em;
    height: 2.0em;
    left: 0;
    font-family: sans-serif;
    font-size: 1em;
    color: #aaaaaa;
}

.leftCaption {
    position: absolute;
    left: 0;
    top: 0;
    height: inherit;
}

.rightCaption {
    position: absolute;
    right: 0;
    top: 0;
    height: inherit;
}

/*View All Ends*/

/*Notes Starts*/
.notes {
    display: none;
}

.notesDiv {
    height: auto;
    width: 27.5em;
    min-height: 10em;
    position: absolute;
    bottom: 6.5em;
    right: 1em;
    padding: 1em;
    background-color: #ffffff;
    display: none;
    /*box-shadow: 0.3em 0.3em 0.3em #777777;*/
    border: 0.1em #999999 solid;
    color: #000000;
    z-index: 5;
    font-family: sans-serif;
}

.notesDiv1 {
    width: auto;
    font-family: sans-serif;
    font-size: 1.6em;
    position: relative;
}

.notesDiv2 {
    height: auto;
    width: auto;
    padding: 1em 0 0 0;
    font-family: sans-serif;
    font-size: 1.2em;
}

.notesDivClose {
    position: absolute;
    top: 0.5em;
    right: 0.5em;
    cursor: pointer;
    height: 2.5em;
    opacity: 1;
}

.notesDivClose:hover {
    opacity: 0.8;
}

/*Notes Ends*/
.selectedClass {
    color: #105ddd !important;
}

.selectedClassAlt {
    color: #105ddd !important;
}

.footerContent1M .selectedClass{
    color: #ffffff !important;
}

.footerContent1M .mainLeftMenuInner1 .selectedClass{
    color: #ffffff !important;
}

/*SlideShowG Ends */


/*Dash Board Starts*/
.nameContainer {
    display: inline-block;
    width: 100%;
    position: relative;
}

.nameContainerDN {
    display: inline-block;
    font-family: sans-serif;
    font-size: 1.3em;
    color: #000000;
    padding: 0 1em 0 0;
}

.fullPortfolio:link {
    display: inline-block;
    font-family: sans-serif;
    font-size: 1.3em;
    color: #888888;
    padding: 0 2em 0 0;
}

.fullPortfolio:visited {
    color: #888888;
}

.fullPortfolio:hover {
    color: #000000;
}

.fullPortfolio:active {
    color: #000000;
}

.smallRightArrow {
    height: 1.3em;
    cursor: pointer;
    /*position: absolute;
    right: 0;*/
    display: inline-block;
    vertical-align: top;
}

.smallLeftArrow {
    height: 1.3em;
    cursor: pointer;
    /*position: absolute;
    right: 1.5em;*/
    display: inline-block;
    vertical-align: top;
    margin: 0 1em 0 0;
}

.smallRightArrow:hover {
    opacity: 0.5;
}

.smallLeftArrow:hover {
    opacity: 0.5;
}

.blogContainerOuter {
    width: 100%;
    height: 100%;
}

.blogContainerTitle {
    text-align: left;
    font-family: sans-serif;
    height: 4em;
    color: #000000;
    padding: 0.5em 0 0 0;
}

.blogContainerMiddle {
    width: calc(100% - 2em);
    width: -moz-calc(100% - 2em);
    width: -webkit-calc(100% - 2em);
    height: calc(100% - 5em);
    height: -moz-calc(100% - 5em);
    height: -webkit-calc(100% - 5em);
    padding: 0 2em 0 0;
    overflow: auto;
}

.blogContainerInner .homepageNews {
    width: auto;
    padding: 0 1em 3em 0;
}

.blogContainerInner .homepageImageDiv2 {
    padding: 0;
}

.blogContainerInner .readMoreContent {
    padding: 0;
}

.blogContainerInner .blackOverlayPlayVideo {
    padding: 1em 0 0 0;
}

.blogTitle {
    padding: 1.5em 8em 1em 0;
    position: relative;
    text-align: left;
    font-family: sans-serif;
    font-size: 1.6em;
    color: #000000;
}

.dashboardReadMore:link {
    font-family: sans-serif;
    font-size: 1.3em;
    position: absolute;
    right: 0;
    top: 1.5em;
    display: block;
    color: #888888;
}

.dashboardReadMore:visited {
    color: #888888;
}

.dashboardReadMore:hover {
    color: #000000;
}

.dashboardReadMore:active {
    color: #000000;
}

.displayNone {
    display: none;
}

.bigModelName {
    position: absolute;
    color: #f9b2a5;
    left: 0;
    top: 0;
    height: 100%;
    font-family: 'ActaDisplay-Book', serif;
    padding: 0 0 0 3em;
}

.bigModelNameInner {
    font-size: 4.8em;
    height: 100%;
}

/*Dash Board Ends*/


/* Share Starts*/

.sharePopup {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.8);
    /*min-height: inherit;*/
    display: none;
    z-index: 30;
}

.sharePopupIn {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.yourMessageSandBox1, .yourMessageSandBox2, .yourMessageSandBox3 {
    display: none;
}

.shareMain {
    max-height: 30.9em;
    max-width: 52.5em;
    background-color: #ffffff;
    padding: 1em 1.7em 0 1.7em;
    position: relative;
    z-index: 20;
    margin: 0 auto;
    box-shadow: 0.2em 0.2em 0.2em 0.3em #dddddd;
}

.shareTitle {
    min-height: 3.3em;
    padding: 0 0 1em 0;
    position: relative;
    text-align: right;
}

.shareTitle1 {
    position: absolute;
    top: 0.2em;
    left: 0;
    font-family: sans-serif;
    font-size: 2.4em;
}

.shareIcons {
    display: inline-block;
    margin: 0.6em 0 0 1em;
    vertical-align: top;
}

.shareIcons:hover > img {
    opacity: 0.8;
}

.shareDiv1 {

}

.shareDiv2 {
    height: 12em;
    position: relative;
}

.yourMsg {
    position: absolute;
    top: 1.0em;
    left: 1.0em;
    font-size: 1.3em;
    color: #888888;
    pointer-events: none;
    font-family: sans-serif;
}

.shareDiv3SendEmail {
    height: 5.6em;
    font-family: 'serifttfont', serif;
    text-align: right;
}

.shareSendEmail {
    height: 2.5em;
    width: 9.0em;
    font-size: 1.2em;
    color: #ffffff;
    background-color: #000000;
    text-align: center;
    cursor: pointer;
    font-family: sans-serif;
    margin: 1em 0 0 0;
    display: inline-block;
    border: 0.1em solid #888888;
}

.shareMainClose {
    height: 2.5em;
    width: 9.0em;
    font-size: 1.2em;
    color: #ffffff;
    background-color: #000000;
    text-align: center;
    cursor: pointer;
    font-family: sans-serif;
    margin: 1em 0.7em 0 0;
    display: inline-block;
    border: 0.1em solid #888888;
}

.shareSendEmail:hover {
    color: #000000;
    background-color: #ffffff;
    border: 0.1em solid #000000;
}

.shareMainClose:hover {
    color: #000000;
    background-color: #ffffff;
    border: 0.1em solid #000000;
}

.textClass1 {
    width: 100%;
    height: 2.8em;
    background-color: #ffffff;
    border-radius: 0;
    border: 0.1em solid #888888;
    padding: 0 0 0 1em;
    margin: 0 0 0.7em 0;
    font-size: 1.3em;
    color: #000000;
    font-family: sans-serif;
}

.yourMessage {
    border-radius: 0;
    font-size: 1.3em;
    color: #000000;
    border: 0.1em solid #888888;
    width: 100%;
    height: 100%;
    padding: 1em 0 0 1em;
    font-family: sans-serif;
}

.textClass1::-webkit-input-placeholder {
    font-family: sans-serif;
    font-size: 1em;
    color: #888888;
}

.textClass1::-moz-placeholder {
    font-family: sans-serif;
    font-size: 1em;
    color: #888888;
    opacity: 1;
}

/* firefox 19+ */
.textClass1:-ms-input-placeholder {
    font-family: sans-serif;
    font-size: 1em;
    color: #888888;
}

/* ie */
.textClass1:-moz-placeholder {
    font-family: sans-serif;
    font-size: 1em;
    color: #888888;
    opacity: 1;
}

.yourMessage::-webkit-input-placeholder {
    font-family: sans-serif;
    font-size: 1em;
    color: #888888;
}

.yourMessage::-moz-placeholder {
    font-family: sans-serif;
    font-size: 1em;
    color: #888888;
    opacity: 1;
}

/* firefox 19+ */
.yourMessage:-ms-input-placeholder {
    font-family: sans-serif;
    font-size: 1em;
    color: #888888;
}

/* ie */
.yourMessage:-moz-placeholder {
    font-family: sans-serif;
    font-size: 1em;
    color: #888888;
    opacity: 1;
}

/* Share Ends*/

/*Instagram Feed Starts*/

.instagramDiv {
    height: calc(100% - 6.5em);
    width: 100%;
    position: absolute;
    top: 0;
    opacity: 0;
    /*min-width: 62.0em;
    min-height: 41.0em;*/
    z-index: 25;
    visibility: hidden;
    background-color: #ffffff;
}

.instagramDiv1 {
    height: calc(100% - 3.5em);
    height: -moz-calc(100% - 3.5em);
    height: -webkit-calc(100% - 3.5em);
    width: calc(100% - 4.5em);
    width: -moz-calc(100% - 4.5em);
    width: -webkit-calc(100% - 4.5em);
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0 3.0em 0 1.5em;

}

.instagramHeader {
    height: 3.5em;
}

.instagramHeaderInner {
    font-size: 1.7em;
    text-align: center;
    font-family: sans-serif;
    height: 100%;
}

.instagramHeaderA:link {
    color: #888888;
    font-size: inherit;
}

.instagramHeaderA:visited {
    color: #888888;
}

.instagramHeaderA:hover {
    color: #000000;
}

.instagramHeaderA:active {
    color: #000000;
}

.instagramDivInner {
    display: inline-block;
    height: 100%;
    vertical-align: top;
    width: 100%;
    font-family: sans-serif;
}

.instagramClass {
    height: auto;
    width: 14.25%;
    display: inline-block;
}

.instagramClass1 {
    padding: 0 0 1.5em 1.5em;
}

.instagramClassLinks {
    display: block;
    width: 100%;
}

.instagramClass2 {
    /*padding:2.7em 1.0em 3.2em 1.0em;*/
    background: rgba(255, 255, 255, 0);
    position: relative;
    font-family: sans-serif;
    font-size: 1.1em;
    color: #555555;
}

.instagramClass2Top {
    position: absolute;
    width: 100%;
    height: 1.7em;
    padding: 1.0em 0 0 0;
    text-align: center;
    left: 0;
    top: 0;
    opacity: 0;
    display: none;
}

.instagramClass2Bottom {
    position: absolute;
    width: 100%;
    height: 2.2em;
    padding: 1.0em 0 0 0;
    text-align: center;
    left: 0;
    bottom: 0;
    opacity: 0;
    display: none;
}

.instagramClass:hover .instagramClass2 {
    background: rgba(255, 255, 255, 1);
}

.instagramClass:hover .instagramClass2Bottom {
    opacity: 1;
}

.instagramClass:hover .instagramClass2Top {
    opacity: 1;
}

.instagramImages {
    width: 100%;
    padding: 100% 0 0 0;
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.instaHC {
    vertical-align: -0.2em;
}

.loadingDiv {
    height: 100%;
    width: 100%;
    background: rgba(230, 230, 230, 0.8);
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    /*pointer-events:none;*/
}

.loadingDivImage {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

/*
.leftMenu > .instagramDiv {
    height: 24.2em;
    position: static;
    opacity: 1;
    visibility: visible;
}

.leftMenu .instagramDiv1 {
    height: calc(100% -   5.8em);
    height: -moz-calc(100% -   5.8em);
    height: -webkit-calc(100% -   5.8em);
    overflow-y: auto;
    overflow-x: hidden;
    width: calc(100% -   2em);
    width: -moz-calc(100% -   2em);
    width: -webkit-calc(100% -   2em);
    padding: 0 2em 0 0;
}

.leftMenu .instagramDivInner {
    width: 100%;
}

.leftMenu .instagramClass {
    width: 33.33%;
}

.leftMenu .instagramClass1 {
    padding: 0 0.3em 0.3em 0;
}
*/
.instagramDivColumn {
    width: 100%;
    height: 100%;
}

.instagramDivColumnInner {
    width: calc(100% - 1.4em);
    width: -moz-calc(100% - 1.4em);
    width: -webkit-calc(100% - 1.4em);
    padding: 0 1.4em 0 0;
    height: calc(100% - 5.0em);
    height: -moz-calc(100% - 5.0em);
    height: -webkit-calc(100% - 5.0em);
}

.column3 .instagramDivColumnInner {
    width: 100%;
    padding: 0;
}

.instagramDivColumn .instagramDiv1 {
    height: 100%;
    width: calc(100% - 1.6em);
    width: -moz-calc(100% - 1.6em);
    width: -webkit-calc(100% - 1.6em);
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0 1.6em 0 0;

}

.instagramDivColumn .instagramDivInner {
    width: 100%;
    display: inline-block;
    height: 100%;
    vertical-align: top;
    width: 100%;
}

.instagramDivColumn .instagramClass {
    width: 33.33%;
}

.instagramDivColumn .instagramClass1 {
    padding: 0 0.5em 0.5em 0;
}

/*Instagram Feed Ends*/

/*Print popup Starts*/

.printPopup {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.8);
    display: none;
    z-index: 37;
}

.printPopupIn {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}


.pop_wrap {
    position: relative;
    max-height: 29.0em;
    max-width: 51em;
    background-color: #ffffff;
    /*box-shadow: 0.6em 0.6em 0.10em -0.1em rgba(107, 107, 107, 0.9);*/
    z-index: 20;
    font-family: 'serifttfont', serif;
    margin: 0 auto;
    box-shadow: 0.2em 0.2em 0.2em 0.3em #dddddd;
}

.pop_head {
    height: 6.5em;
}

.pop_head_text {
    font-size: 1.4em;
    font-family: sans-serif;
    display: inline-block;
    margin: 1.5em 0 0 0;
    color: #1a1a1a;
    width: calc(100% - 6em);
    text-align: center;
    text-align: center;
}

.pop_close {
    opacity: 0.7;
    cursor: pointer;
    position: absolute;
    top: 1em;
    right: 1em;
}

.pop_close_img {
    width: 2.6em;
}

.pop_close:hover {
    opacity: 1;
}

.pop_icons {
    text-align: center;
    padding: 0 0 2em 0;
}

.pop_icon1 {
    max-width: 15em;
    width: calc(33.33% - 0.1em);
    display: inline-block;
    vertical-align: top;
}

.pop_icon2 {
    max-width: 15em;
    width: calc(33.33% - 0.1em);
    display: inline-block;
    vertical-align: top;
}

.pop_icon3 {
    max-width: 15em;
    width: calc(33.33% - 0.1em);
    display: inline-block;
    vertical-align: top;
}

.icon_text {
    padding: 0.7em 0;
    font-family: sans-serif;
    font-size: 1.3em;
}

.print_icons {
    display: block;
    margin: 0 auto;
    max-width: 8.9em;
    width: 100%;
}

.print_icons_first {
    max-width: 7.5em;
}

.print_icons_first {
    margin: 1em auto 0.4em auto;
}

.btn {
    background-color: #000000;
    padding: 0.5em 0.5em 0.5em 0.5em;
    text-decoration: none;
    width: 7.5em;
    margin: 0 auto;
    color: #ffffff;
    font-size: 1.3em;
    font-family: sans-serif;
    display: block;
    border: 0.1em solid #000000;
}

.btn:hover {
    background-color: #ffffff;
    color: #000000;
    text-decoration: none;
}

.line {
    height: 19.4em;
    width: 0.1em;
    background-color: #000000;
    display: inline-block;
    vertical-align: top;
}

/*Print popup Ends*/

/*Agent Contact Popup Starts*/

.contactAgentOuter {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    display: none;
    z-index: 35;
}

.contactAgentOuterIn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.contactAgentInner {
    max-width: 45.5em;
    max-height: 33.5em;
    padding: 2.3em 2.7em 0 2.5em;
    background-color: #ffffff;
    margin: 0 auto;
    position: relative;
    z-index: 20;
    box-shadow: 0.2em 0.2em 0.2em 0.3em #dddddd;
}

.contactAgentTitle {
    font-family: sans-serif;
    font-size: 2.4em;
    min-height: 1.5em;
    text-align: left;
    /*padding: 0 0 1.2em 0;*/
}

.contactAgentInput {
    display: block;
    margin: 0 0 0.7em 0;
    width: 100%;
    height: 2.8em;
    font-family: sans-serif;
    border: 0.1em solid #888888;
    font-size: 1.3em;
    padding: 0 0 0 1em;
}

.contactAgentTextArea {
    width: 100%;
    height: 8.3em;
    display: block;
    font-family: sans-serif;
    border: 0.1em solid #888888;
    font-size: 1.3em;
    padding: 1em 0 0 1em;
}

.contactAgentButtons {
    font-family: 'serifttfont', serif;
    text-align: right;
    padding: 1em 0 1em 0;
}

.contactAgentClose {
    margin: 0 0.8em 0 0;
    font-family: sans-serif;
    display: inline-block;
    font-size: 1.2em;
    background-color: #000000;
    color: #ffffff;
    width: 9em;
    height: 2.5em;
    text-align: center;
    cursor: pointer;
    border: 0.1em solid #888888;
}

.contactAgentSend {
    font-family: sans-serif;
    display: inline-block;
    font-size: 1.2em;
    background-color: #000000;
    color: #ffffff;
    height: 2.5em;
    width: 9em;
    text-align: center;
    cursor: pointer;
    border: 0.1em solid #888888;
}

.contactAgentClose:hover {
    background-color: #ffffff;
    color: #000000;
    border: 0.1em solid #000000;
}

.contactAgentSend:hover {
    background-color: #ffffff;
    color: #000000;
    border: 0.1em solid #000000;
}

.outerPopupFixed {
    position: fixed;
}

/*Agent Contact Popup Ends*/


/* Slider Stylings Starts*/
.mCSB_container {
    height: 100%;
    margin-right: 0;
    margin-bottom: 0 !important;
    width: auto !important;
    display: inline-block;
}

/* Slider Stylings Ends*/


/* override classes starts*/
.width33 {
    width: 33.33%;
}

.width50 {
    width: 50%;
}

.width100 {
    width: 100%;
}

.h50 {
    height: 50%;
}

.zindex1000 {
    z-index: 1000 !important;
}

.videoTransitionHide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: 100;
}


/* override classes ends*/

@media (max-width: 1100px) {
    /*window width 767px and below*/
    .mainContent {
        -webkit-overflow-scrolling: touch;
    }

    .mainLeftMenuOuter{
        height: 100%;
        overflow: auto;
    }

    .viewAllContainerOuter {
        -webkit-overflow-scrolling: touch;
    }

    .naviOuter1, .naviOuter2 {
        display: block;
    }

    .mainNavigation1 {
        display: none;
    }

    a {
        -webkit-tap-highlight-color: transparent;
    }

    .mainContentLeft {
        width: 100%;
        height: 50%;
        max-height: 30em;
    }

    .mainContentRight {
        width: 100%;
        height: auto;
    }

    .columnContainer {
        height: auto;
    }

    .column1, .column2, .column3 {
        width: 100%;
        height: auto;
    }

    .ssOuter {
        /*height:50em;*/
        height: calc(100vh - 10em);
    }

    .viewAllContainerInnerMasonry > .viewAllDiv1 {
        width: 100%;
    }

    .viewAllContainerOuter {
        padding: 0 1.8em 0 0;
        width: calc(100% - 1.8em);
    }

    .viewAllDiv2 {
        padding: 0 0 1.5em 1.8em;
    }

    .columnContainer {
        padding: 0 0.5em;
    }


    .newLeftArrow {
        max-height: 1.3em;
        left: 1em;
    }

    .newRightArrow {
        max-height: 1.3em;
        right: 1em;
    }

    .ssMiddle {
        width: calc(100% - 6em);
        width: -moz-calc(100% - 6em);
        width: -webkit-calc(100% - 6em);
        padding: 0 3em 0 3em;
    }

    .footer {
        padding: 0.5em 1em 0 3em;
    }

    .ssOuter {
        margin: 0 0 5em 0;
        box-shadow: 0 0.2em 0 0 #aaaaaa;
    }

    .instagramDivColumn {
        margin: 0 0 5em 0;
        box-shadow: 0 0.2em 0 0 #aaaaaa;
    }

    .columnContainer > div:last-of-type > div:last-of-type {
        margin: 0;
        box-shadow: none;
    }

    .shareMain {
        width: calc(100% - 5.4em);
    }

    .contactAgentInner {
        width: calc(100% - 6.8em);
    }

    .pop_wrap {
        width: calc(100% - 2em);
    }

    .commonZShrink {
        transform: translateZ(50vmax);
    }

    .columnContainerType1 {
        padding: 0;
        /*height: auto;*/
        height: calc(67vh - 7.2em);
    }

    .columnContainerType1 .ssOuter {
        height: 100%;
    }

    .columnContainerType1 .ssMiddle {
        width: 100%;
    }

}

@media (min-width: 1001px) {
    .mobileMenuDrop {
        display: none !important;
    }
}

@media only screen and (orientation: landscape) {

}

@media only screen and (orientation: portrait) {

}


/*max height code starts*/
/*
.videoInnerContainer,.mainImageOuter
{
    max-height:80em;
}

@media (min-height: 940px) {
    .mainSlide {
        background-size: initial;
    }
}
*/

/*
Drop this in mobile.css
.mainSlide {
    background-size: contain;
}
*/
/*max height code ends*/

/* Satish's work ends here*/
