@import url('https://fonts.cdnfonts.com/css/general-sans');

* {
    margin: 0;
    padding: 0;
    color: #fff;
    font-family: 'General Sans', sans-serif;
}

html {
    scroll-behavior: smooth;
}

body {
    background-color: black;
}

a {
    text-decoration: none !important;
}

a:hover {
    color: #FEDD04;
}

.navPad {
    padding: 1.5em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: sticky !important;
    top: 0;
}

.rightItemsNav {
    display: flex;
    gap: 1.5em;
    font-size: 1.2em;
    cursor: pointer;
    align-items: center;
}

.active {
    color: #FEDD04;
}

.rightItemsNav>span:hover {
    color: #FEDD04;
}

.logo {
    width: 10em;
}

.titleBig {
    font-size: 5em;
    font-weight: 600;
    text-align: center;
    padding: 0px 2em;
}

.divPadWrapper {
    padding: 3.2em 3.9em;
}

.divPad {
    padding: 3.2em 8.9em;
    /* display: none; */
}

.subTitle {
    font-size: 2em;
    text-align: center;
    padding: 0px 5em;
}

.contactBtnDiv {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.contactBtn {
    cursor: pointer;
    background-color: #fff;
    font-weight: 600;
    font-size: 1.5em;
    color: #000;
    text-decoration: none;
    border: none;
    border-radius: 1.5em;
    padding: 0.5em 1.5em;
}

.marquee-wrapper {
  width: 100%;
  overflow: hidden;
  background-color: #FEDD04;
  white-space: nowrap;
}

.marquee-content {
  padding: 0.5em 0;
  display: flex;
  width: max-content;
  animation: scroll 15s linear infinite;
}

.marquee-content span {
    padding: 0 50px; /* Space between items */
    color: #000 !important;  
    font-size: 1.3rem;
    font-weight: 500;
}

@keyframes scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); } /* Reset halfway through the double-width container */
}

.cardWrapper1{
    display: flex;
    gap: 2em;
    justify-content: center;
    padding: 2em;
    flex-wrap: wrap;
}

.cardWrapper {
    display: flex;
    gap: 2em;
    justify-content: flex-start;
    padding: 2em;
    flex-wrap: wrap;
}

.card {
    position: relative;
    border: 2px solid #426E82;
    border-radius: 1em;
    background: linear-gradient(#050502, #426E82);
    padding: 2em;
    width: 20%;
    min-height: 30rem;
}

.cardTitle {
    font-size: 1.5em;
    font-weight: 600;
}

.cardHead {
    display: flex;
    align-items: center;
    gap: 1em;
}

.caseStudyWrapper{
    display: flex;
    flex-direction: column;
    gap: 1em;
}

.listText {
    font-size: 1.1em;
    min-height: 1.5em;
}

.listWrapper{
    min-height: 13em;
    margin-left: 1rem;
}

.workBtnWrapper {
    position: absolute;
}

.ourWorkBtn {
    text-decoration: none;
    border: none;
    padding: 0.5em 1em;
    font-size: 1em;
    font-weight: 600;
    color: #000;
    background-color: #FEDD04;
    display: flex;
    align-items: center;
    gap: 0.5em;
    border-radius: 0.5em;
    cursor: pointer;
}

.card2 {
    position: relative;
    border: 2px solid #606060;
    border-radius: 1em;
    width: 30%;
    min-height: 36rem;
}

.redText{
    color: #F9575D;
    font-size: 16px;
}

.imgCardWrapper {
    position: relative;
}

.imgCard {
    width: 100%;
    height: 17em;
    border-radius: 1em;
    object-fit: cover;
}

.ribbonTag {
    position: absolute;
    top: 0.5em;
    right: 0.5em;
    background-color: #FEDD04;
    padding: 0.3em 1.5em;
    font-weight: 600;
    font-size: 0.8em;
    color: black;
    border-radius: 1em;
}

.titleCardTwo {
    font-size: 1.2em;
    font-weight: 600;
}

.subTitleCardTwo {
    color: #FEDD04;
    font-weight: 300;
}

.card2ContentWrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0.5em;
    padding: 1em;
    font-weight: 400;
    flex-wrap: wrap;
}

.cardTwoBtn {
    color: #F9575D;
    border: 2px solid #F9575D;
    text-decoration: none;
    background: none;
    border-radius: 1em;
    padding: 0.2em 1em;
    font-weight: 500;
    margin-top: 1em;
}

.caseStudy {
    border: none;
    text-decoration: none;
    color: #FEDD04;
    background: none;
}

.caseStudy {
    display: flex;
    align-items: center;
    font-weight: 500;
    cursor: pointer;
}

.contactBtnYellow {
    cursor: pointer;
    background-color: #FEDD04;
    font-weight: 600;
    font-size: 1.5em;
    color: #000;
    text-decoration: none;
    border: none;
    border-radius: 1.5em;
    padding: 0.5em 1.5em;
}

.card3Wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3em;
}

.card3 {
    border: 2px solid #606060;
    padding: 2em;
    width: 50%;
    border-radius: 1.5em;
    font-size: 2rem;
}

.contacNowBottomWrapper {
    padding: 4em 0;
    position: relative;
    margin: 5em;
}

.footerBg {
    background-color: #383838;
}

.footerWrapper {
    padding: 3em;
    display: flex;
    justify-content: space-evenly;
}

.footerSection {
    display: flex;
    /* justify-content: ; */
}

.card2ContentWrapperTitle {
    min-height: 5em;
}

/* work page */

.filterBtn {
    color: #606060;
    border: none;
    text-decoration: none;
    font-size: 1.5em;
    cursor: pointer;
}

.tagButton {
    background-color: #FEDD04;
    color: black;
    border: none;
    padding: 0.5em 2em;
    border-radius: 0.5em;
    cursor: pointer;
}

.workTitle {
    font-size: 2em;
    font-weight: 800;
}

.workSubTitle {
    font-size: 1.5em;
    font-weight: 600;
}

.workContentWrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 2em;
    flex-wrap: wrap;
}

.workDescText {
    font-weight: 300;
    font-size: 20px;
}

.workCard {
    background-color: #FEDD04;
    border-radius: 1em;
    margin: 2em;
    padding: 4em 2em;
    display: flex;
    flex-direction: column;
    gap: 2em;
    width: 50%;
    text-align: center;
    margin-bottom: 11em;
}

.workCardTitle {
    font-size: 2.5em;
    font-weight: 600;
    color: black;
}

.workCardSubTitle {
    color: black;
    font-size: 2em;
}

.circleBlack {
    border-radius: 50%;
    color: #FEDD04;
    background-color: #000;
    padding: 0.5em;
    font-weight: 500;
    height: 2rem;
    width: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.circleInner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.workCardNumberText {
    color: #000;
    font-size: 1.3em;
    font-weight: 600;
}

.circleWrapper {
    display: flex;
    justify-content: space-around;
}

.wordCardWrapper {
    position: relative;
    display: flex;
    justify-content: center;
}

.redCircle {
    background-color: #F9575D;
    border-radius: 50%;
    height: 15em;
    width: 15em;
    display: flex;
    text-align: center;
    padding: 1em;
    align-items: center;
    position: absolute;
    bottom: -3em;

}

.redBox {
    background-color: #F9575D;
    display: flex;
    text-align: center;
    padding: 1em;
    align-items: center;
    border-radius: 1rem;
    display: none;
    width: 75%;
    font-size: 1.5rem;
}

.redCirleText {
    font-size: 1.5em;
    font-weight: 600;
    color: #fff;
}

.footerBtn {
    background-color: #fff;
    font-weight: 600;
    font-size: 1.5em;
    color: #000;
    text-decoration: none;
    border: none;
    border-radius: 1.5em;
    padding: 0.5em 1.5em;
}

hr {
    border: 1px solid #606060;
    width: 80%;
    margin: 1em 0px;
}

.tagsWrapper {
    display: flex;
    gap: 1em;
    overflow: hidden;
    overflow-x: auto;
    text-wrap: nowrap;
}

.bottomFooterWrapper {
    padding: 3em;
}

/* about */

.aboutTitle {
    color: #F9575D;
    font-size: 2em;
    text-align: center;
    padding: 0px 4em;
}

.aboutSubTitle {
    font-size: 1.5em;
    padding: 0px 4em;
    text-align: center;
}

.bgRedWrapper {
    display: flex;
    justify-content: center;
}

.bgRedCard {
    background: url(./assets/team-photo.png);
    height: 70vh;
    width: 70vw;
    border-radius: 1em;
    position: relative;
    background-size: cover;
    background-position: center;
}

.tab1 {
    background-color: #F9575D;
    border-radius: 1em;
    color: white;
    padding: 0.5em 2em;
    position: absolute;
    right: 0;
    top: -1em;
}

.tab2 {
    background-color: #FEDD04;
    border-radius: 1em;
    color: black;
    padding: 0.5em 2em;
    position: absolute;
    bottom: -1em;
    left: 0;
}

.cardAboutWrapper {
    margin-top: 10em;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3em;
}

.cardAbout {
    border: 1px solid #606060;
    padding: 2em;
    border-radius: 1em;
    display: flex;
    flex-direction: column;
    gap: 1em;
}

.quickLinks {
    display: flex;
    flex-direction: column;
    gap: 1em;
}

.whereWeAreBtn {
    color: black !important;
    border: 2px solid black;
    background: #ffcc00;
    border-radius: 1em;
    padding: 0.2em 1em;
    font-weight: 500;
}

.whereWeAreBtn:hover{
    background-color: black !important;
    color: #ffcc00 !important;
    border: 2px solid #ffcc00;
}

.optionsStyle {
    cursor: pointer;
}

/* custom filter dropdown */
.dropdown {
    position: relative;
    display: inline-block;
    /* width: 100%;
    background: #111; */
    color: white;
    /* border: 1px solid #444;
    border-radius: 8px; */
    cursor: pointer;
    /* padding: 10px; */
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #111;
    min-width: 100%;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.3);
    z-index: 1;
    border-radius: 8px;
    max-height: 220px;
    overflow-y: auto;
    width: 30vw;
}

.dropdown-content.show {
  display: block;
}

.dropdown-content label {
    color: rgb(96, 96, 96);;
    display: flex;
    align-items: center;
    padding: 8px;
    cursor: pointer;
}

.dropdown-content label:hover {
    background-color: #222;
}

/* scrollbar styling */
#dropdownContent {
  scrollbar-width: none; /* reduces width */
}

/* Hide the default checkbox */
#dropdownContent input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  background-color: #f0f0f0;
  border: 2px solid #000;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease;
}

/* Checked state */
#dropdownContent input[type="checkbox"]:checked {
  background-color: #FEDD04;
}

/* Checkmark (✓) */
#dropdownContent input[type="checkbox"]:checked::after {
  content: "✓";
  color: black;
  position: absolute;
  font-size: 13px;
  left: 3px;
  top: -2px;
}



.show {
    display: block;
    margin-top: 1em;
    margin-left: -0.5em;
}

/* Tags */
.selected-items {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 10px;
}

.tag {
    display: flex;
    align-items: center;
    font-size: 14px;
    gap: 5px;
    background-color: #FEDD04;
    color: black;
    border: none;
    padding: 0.5em 2em;
    border-radius: 0.5em;
    cursor: pointer;
}

.tag span {
    cursor: pointer;
    color: #ff4444;
    font-weight: bold;
}

.college-rival-gallery-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 20px;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.college-rival-gallery-wrapper iframe {
    width: 100%;
    aspect-ratio: 9 / 16;
    /* maintains reel format */
    border: none;
    border-radius: 10px;
}

.instagram-media {
    width: 20% !important;
}

.rkd-gallery-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    /* cursor: pointer; */
    gap: 1em;
}

.beyond-gallery-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* cursor: pointer; */
    gap: 1em;
}

.rkd-img-1 {
    width: 100%;
    border-radius: 1em;
}

.rkd-img-2 {
    width: 100%;
    border-radius: 1em;
}

.pvr-gallery-wrapper {

}

.rkd-IMG-1{}

.pvr-img-1 {
    width: 100%;
    border-radius: 1em;
    /* max-height: 639px; */
}

.beyond-img-1 {
    width: 100%;
    border-radius: 1em;
}


.beyond-img{
    width: 27vw;
}

.beyond-img-2{
    width: 22vw;
}

.beyondParent {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 8px;
}

.fable-img-1 {
    width: 100%;
    border-radius: 1em;
}

.footCol {
    display: flex;
    flex-direction: column;
    gap: 1em;
}

.whatsappIcon {
    position: fixed;
    bottom: 1.5em;
    right: 1.5em;
}

.college-rival-gallery-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 20px;
    justify-content: center;
    align-items: start;
    padding: 20px;
}

.college-rival-gallery-wrapper iframe {
    width: 100%;
    aspect-ratio: 9 / 16;
    /* Keeps Reels proportion */
    border: none;
    border-radius: 10px;
}

.img-heart-about {
    width: 78px;
    height: 60px;
}

.contacNowBottomWrapperForWork {
    margin: 10em 0px;
}

.navPad {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
    background-color: #000;
    color: white;
    position: relative;
}

.logo {
    width: 120px;
}

.rightItemsNav {
    display: flex;
    gap: 25px;
}

.rightItemsNav a {
    text-decoration: none;
    color: white;
    font-size: 16px;
    transition: 0.3s;
}

.rightItemsNav a:hover {
    color: #ffcc00;
}

/* Hamburger */
.hamburger {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 26px;
    height: 18px;
    cursor: pointer;
}

.hamburger span {
    height: 3px;
    width: 100%;
    background: white;
    border-radius: 3px;
    transition: all 0.3s ease;
}

.rightItemsNav a.active {
        color: #FEDD04; 
    }


.heartImg{
    width: 50px;
    height: 40px;
}

.desktopTitle{
        display: block;
    }

.mobileTitle{
    display: none;
}

.videoWrapper{
    width: 100%; 
    height: 80vh; 
    overflow: hidden;
}

.videoStyle{
    width: 100%; height: 100%; object-fit: cover;
}

.videoStyleRKD{
    width: 50%;
}

/* Grid Layout */
.media-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  padding: 20px;
  max-width: 1200px;
  margin: 0 auto;
}


.parent {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    justify-content: center;
}

.carouselVideo{
    width: 100%;
    height: 100%;
}

#div7{
    overflow: clip !important;
}

/* Media Item Styles */
.media-item {
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  width: 50%;
}

.pvr-parent {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 8px;
    justify-content: center;
}

.media-item img,
.media-item video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

/* Hover Effect */
.media-item:hover img,
.media-item:hover video {
  transform: scale(1.05);
}

/* Optional: Make videos more cinematic */
.media-item video {
  filter: brightness(0.95);
}

.about-title {
	font-size: 7.5rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: -0.02em;
	position: absolute;
	top: 45px;
	left: 50%;
	transform: translateX(-50%);
	pointer-events: none;
	white-space: nowrap;
	font-family: "Arial Black", "Arial Bold", Arial, sans-serif;
	background: linear-gradient(
		to bottom,
		rgb(8 42 123 / 35%) 30%,
		rgb(255 255 255 / 0%) 76%
	);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.carousel-container {
	width: 100%;
	height: 450px;
	position: relative;
	perspective: 1000px;
	/* margin-top: 80px; */
}

.carousel-track {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	transform-style: preserve-3d;
	transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.cardCarousel {
	position: absolute;
	width: 280px;
	height: 380px;
	background: white;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
	transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	cursor: pointer;
}

.cardCarousel img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.cardCarousel.center {
	z-index: 10;
	transform: scale(1.1) translateZ(0);
}

.cardCarousel.center img {
	filter: none;
}

.cardCarousel.left-2 {
	z-index: 1;
	transform: translateX(-400px) scale(0.8) translateZ(-300px);
	opacity: 0.7;
}

.cardCarousel.left-2 img {
	filter: grayscale(100%);
}

.cardCarousel.left-1 {
	z-index: 5;
	transform: translateX(-200px) scale(0.9) translateZ(-100px);
	opacity: 0.9;
}

.cardCarousel.left-1 img {
	filter: grayscale(100%);
}

.cardCarousel.right-1 {
	z-index: 5;
	transform: translateX(200px) scale(0.9) translateZ(-100px);
	opacity: 0.9;
}

.cardCarousel.right-1 img {
	filter: grayscale(100%);
}

.cardCarousel.right-2 {
	z-index: 1;
	transform: translateX(400px) scale(0.8) translateZ(-300px);
	opacity: 0.7;
}

.cardCarousel.right-2 img {
	filter: grayscale(100%);
}

.cardCarousel.hidden {
	opacity: 0;
	pointer-events: none;
}

.member-info {
	text-align: center;
	margin-top: 40px;
	transition: all 0.5s ease-out;
}

.member-name {
	color: rgb(8, 42, 123);
	font-size: 2.5rem;
	font-weight: 700;
	margin-bottom: 10px;
	position: relative;
	display: inline-block;
}

.member-name::before,
.member-name::after {
	content: "";
	position: absolute;
	top: 100%;
	width: 100px;
	height: 2px;
	background: rgb(8, 42, 123);
}

.member-name::before {
	left: -120px;
}

.member-name::after {
	right: -120px;
}

.member-role {
	color: #848696;
	font-size: 1.5rem;
	font-weight: 500;
	opacity: 0.8;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	padding: 10px 0;
	margin-top: -15px;
	position: relative;
}
.dots {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-top: 60px;
}

.dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: rgba(8, 42, 123, 0.2);
	cursor: pointer;
	transition: all 0.3s ease;
}

.dot.active {
	background: rgb(8, 42, 123);
	transform: scale(1.2);
}

.nav-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(8, 42, 123, 0.6);
	color: white;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 20;
	transition: all 0.3s ease;
	font-size: 1.5rem;
	border: none;
	outline: none;
	padding-bottom: 4px;
}

.nav-arrow:hover {
	background: rgba(0, 0, 0, 0.8);
	transform: translateY(-50%) scale(1.1);
}

.nav-arrow.left {
	left: 20px;
	padding-right: 3px;
}

.nav-arrow.right {
	right: 20px;
	padding-left: 3px;
}

.videoSize{
    height: 25em;
}

.divPadFilter{
    padding: 0px 8.9em;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 80vw !important;
    max-width: 1240px;
    min-width: 320px;
    box-sizing: border-box;
}

#content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

#content .divPad {
    max-width: 1240px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    /* Optionally, add box-sizing for consistency */
    box-sizing: border-box;
}

/* RKD Section */
.rkd-media-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: repeat(2, 1fr);
    gap: 16px;
    justify-items: stretch;
    align-items: stretch;
    margin: 0 auto;
    max-width: 1100px;
    width: 100%;
}
.rkd-media-grid .rkd-grid-item,
.rkd-media-grid .rkd-grid-item.img-bg {
    min-width: 0;
    min-height: 0;
    display: flex;
    align-items: stretch;
    justify-content: stretch;
}
.rkd-media-grid .img-bg.big {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.rkd-media-grid .img-bg.big img {
    width: 100%;
    height: 100%;
    max-height: 100%;
    object-fit: cover;
}
.rkd-media-grid .rkd-grid-item:not(.img-bg) {
    width: 100%;
    height: 100%;
}
.rkd-media-grid .rkd-grid-item img,
.rkd-media-grid .rkd-grid-item video {
    flex: 1 1 auto;
    width: 100% !important;
    max-width: 100%;
    height: 100%;
    max-height: 340px;
    border-radius: 8px;
    object-fit: cover;
    display: block;
}
.rkd-media-grid .rkd-grid-item:nth-child(2) { grid-column: 2 / 3; grid-row: 1 / 2; }
.rkd-media-grid .rkd-grid-item:nth-child(3) { grid-column: 3 / 4; grid-row: 1 / 2; }
.rkd-media-grid .rkd-grid-item:nth-child(4) { grid-column: 2 / 3; grid-row: 2 / 3; }
.rkd-media-grid .rkd-grid-item:nth-child(5) { grid-column: 3 / 4; grid-row: 2 / 3; }

/* PVR Section */
.pvr-gallery {
    display: flex;
    flex-direction: column;
    gap: 22px;
    margin: 3em 0 2em 0;
    padding: 0 2em;
    max-width: 1200px;
    width: 100%;
    box-sizing: border-box;
}
.pvr-gallery .pvr-fullwidth-img-container {
    width: 100%;
    overflow: hidden;
    border-radius: 26px;
    box-shadow: 0 8px 36px 0px rgba(30, 0, 70, 0.17), 0 2px 22px rgba(0, 0, 0, 0.15);
    background: linear-gradient(130deg, #fff, #f7f8fa, #eff0f5 60%);
    display: flex;
    align-items: stretch;
    justify-content: center;
    height: 520px;
    transition: transform .25s cubic-bezier(.45, 1.2, .55, 1), box-shadow .22s cubic-bezier(.42, .65, .56, 1);
    position: relative;
    box-sizing: border-box;
}
.pvr-img-big {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 24px;
    border: 3px solid #fffcf0;
    transform: scale(1.03) rotate(-1deg);
    box-shadow: 0 10px 40px rgba(245, 156, 56, 0.22), 0 3px 18px rgba(60, 0, 50, 0.10);
    transition: filter .3s, transform .2s cubic-bezier(.4, .9, .6, 1.2);
    display: block;
}
.pvr-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    width: 100%;
}
.pvr-grid .pvr-img-container {
    overflow: hidden;
    border-radius: 22px;
    box-shadow: 0 6px 24px 0px rgba(30, 0, 70, 0.14), 0 2px 14px rgba(0, 0, 0, 0.11);
    background: linear-gradient(130deg, #fff, #f7f8fa, #eff0f5 60%);
    display: flex;
    align-items: stretch;
    justify-content: center;
    height: 260px;
    transition: transform .25s cubic-bezier(.45, 1.2, .55, 1), box-shadow .22s cubic-bezier(.42, .65, .56, 1);
    position: relative;
    box-sizing: border-box;
}
.pvr-img-small {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    transition: filter .3s, transform .2s cubic-bezier(.4, .9, .6, 1.2);
    box-shadow: 0 4px 10px rgba(50, 40, 90, 0.06);
    display: block;
    min-width: 100px;
}
/* College Rivals Grid Styles */
.college-rivals-layout {
    display: flex;
    flex-direction: column;
    max-width: 1100px;
    margin: 0 auto 1.5em auto;
    gap: 18px;
}
.college-rivals-top {
    width: 100%;
    border-radius: 14px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.college-rivals-top video {
    width: 100%;
    height: 355px;
    max-height: 355px;
    object-fit: cover;
    border-radius: 12px;
    display: block;
}
.college-rivals-bottom {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    width: 100%;
}
.college-rivals-bottom .item {
    border-radius: 14px;
    overflow: hidden;
    display: flex;
    align-items: stretch;
    justify-content: stretch;
    min-width: 0;
    min-height: 0;
}
.college-rivals-bottom video,
.college-rivals-bottom img {
    width: 100%;
    height: 100%;
    max-height: 220px;
    object-fit: cover;
    border-radius: 12px;
    display: block;
}

/* BEYOND Section */
.beyond-grid-gallery-new {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 340px 340px;
    gap: 18px;
    margin-bottom: 8px;
    width: 100%;
    max-width: 100%;
}
.beyond-grid-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
    box-shadow: 0 2px 10px rgba(50, 40, 90, 0.07);
    display: block;
}
.beyond-grid-item-main-new {
    grid-row: 1 / 2;
    grid-column: 1 / 4;
    width: 100%;
    height: 100%;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 4px 18px rgba(30, 0, 70, 0.07);
}
/* FABLESTREET GRID */
.fable-grid-gallery-center-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 auto 18px auto;
}
.fable-grid-gallery {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: 1fr 1fr;
    gap: 16px;
    max-width: 1170px;
    width: 100%;
    margin: 0;
    position: relative;
}
.fable-grid-gallery .fable-grid-item {
    background: #faf7fb;
    border-radius: 14px;
    overflow: hidden;
    display: flex;
    align-items: stretch;
    justify-content: stretch;
    height: 100%;
    width: 100%;
}
.fable-grid-img,
.fable-grid-video {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block;
    border-radius: 0;
    min-width: 0;
    min-height: 0;
    max-width: 100%;
    max-height: 100%;
}
.fable-grid-item.tall-video,
.fable-grid-item.same-size-video {
    grid-row: 1 / span 2;
    grid-column: 2 / 3;
}
.fable-grid-item.same-size-video-3 {
    grid-row: 1 / span 2;
    grid-column: 3 / 4;
}
.fable-grid-item.same-size-video-4 {
    grid-row: 1 / span 2;
    grid-column: 4 / 5;
}
.fable-grid-video { background: #faf7fb;}
/* INDIACLAN GRID */
.indiaclan-grid-gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    width: 100%;
    max-width: 100%;
}
.indiaclan-grid-gallery .indiaclan-video-wrapper {
    position: relative;
    width: 100%;
    height: 410px;
    background: #f6f3ff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.indiaclan-grid-gallery video {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    object-fit: cover;
    display: block;
    transition: filter 0.2s;
}
.indiaclan-grid-gallery .volume-btn {
    position: absolute;
    bottom: 14px;
    right: 18px;
    background: rgba(30, 19, 60, 0.82);
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2;
    font-size: 17px;
    box-shadow: 0 2px 7px rgba(40, 10, 80, 0.16);
    outline: none;
    padding: 0;
}
.indiaclan-grid-gallery .volume-btn:active {
    background: rgba(190, 179, 220, 0.92);
}

/* College Rivals Festival Grid */
.crivals-grid-gallery-center-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 auto 18px auto;
}
.crivals-grid-gallery {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: 1fr;
    gap: 18px;
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: 320px;
    aspect-ratio: 5 / 1;
}
.crivals-grid-item {
    background: #f9f9fc;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    align-items: stretch;
    justify-content: stretch;
    width: 100%;
    height: 100%;
    min-height: 0;
    min-width: 0;
}
.crivals-grid-img,
.crivals-grid-video {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block;
    min-width: 0;
    min-height: 0;
    max-width: 100%;
    max-height: 100%;
    background: #eaeaea;
}
.crivals-grid-video-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: stretch;
}
.crivals-volume-btn {
    position: absolute;
    bottom: 12px;
    right: 12px;
    background: rgba(240, 240, 240, 0.80);
    border: none;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    z-index: 2;
    transition: background 0.15s;
}

.main-content-wrapper {
    max-width: 1240px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.cardAboutWrapper {
    justify-content: center !important;
    gap: 2em;
    flex-wrap: wrap;
    flex-direction: row;
}
.main-content-wrapper > div {
    /* width: 100%; */
    box-sizing: border-box;
}

.shimmer {
    position: relative;
    overflow: hidden;
    background: #e0e0e0;
  }
  
  .shimmer::after {
    content: "";
    position: absolute;
    top: 0;
    left: -150%;
    width: 150%;
    height: 100%;
    background: linear-gradient(
      90deg,
      transparent 0%,
      rgba(255, 255, 255, 0.4) 50%,
      transparent 100%
    );
    animation: shimmer 1.5s infinite;
  }
  
  @keyframes shimmer {
    100% {
      transform: translateX(100%);
    }
  }

  .fable-grid-item img{
    display: grid;
    grid-row: 1;
    grid-column: 2;
}
/* --------------------------------------------------- */
/* media queries */

@media (max-width: 1200px) {
    #content .divPad {
        max-width: 98vw;
    }
    .pvr-gallery { padding: 0 0.5em; max-width: 900px; }
    .pvr-gallery .pvr-fullwidth-img-container { height: 370px; }
    .pvr-grid { gap: 14px; }
    .pvr-grid .pvr-img-container { height: 170px; }
    .fable-grid-gallery { max-width: 900px; gap: 10px;}

}

@media (max-width: 1100px) {
    .crivals-grid-gallery {
        max-width: 99vw;
        grid-template-rows: repeat(2, 180px);
        grid-template-columns: repeat(3, 1fr);
        aspect-ratio: unset;
        height: unset;
    }
    .crivals-grid-item[data-img="1"] { grid-row: 1; grid-column: 1;}
    .crivals-grid-item[data-img="2"] { grid-row: 1; grid-column: 2;}
    .crivals-grid-item[data-img="3"] { grid-row: 1; grid-column: 3;}
    .crivals-grid-item[data-img="4"] { grid-row: 2; grid-column: 1;}
    .crivals-grid-video-wrapper { grid-row: 2; grid-column: 2 / span 2;}

    .fable-grid-gallery { grid-template-columns: repeat(3, 1fr); grid-template-rows: repeat(2, 25vw); max-width: 98vw; gap: 10px;}
    .fable-grid-item.tall-video,
    .fable-grid-item.same-size-video,
    .fable-grid-item.same-size-video-3,
    .fable-grid-item.same-size-video-4 { grid-row: 1 / span 2; grid-column: 2 / 3;}
    .fable-grid-item.same-size-video-3 { grid-column: 3 / 4;}
    .fable-grid-item.same-size-video-4 { grid-column: 1 / 2; }
}

@media (max-width: 1024px) {
    .card {
        width: 30vw;
        min-height: 25em;
    }

    .listText {
        font-size: 1em;
    }

    .titleBig {
        font-size: 4em;
        padding: 0px 1em;
    }

    .subTitle {
        padding: 0px 1em;
    }

    .card2 {
        width: 27vw;
        min-height: 98vh;
    }

    .divPadFilter{
        width: 100vw;
        padding: 3.2em 4em;
    }
}

@media (max-width: 900px) {
    .pvr-gallery { padding: 0; max-width: 100%; }
    .pvr-gallery .pvr-fullwidth-img-container { height: 260px; }
    .pvr-grid { grid-template-columns: repeat(2, 1fr); gap: 10px;}
    .pvr-grid .pvr-img-container { height: 340px; }

    .college-rivals-bottom {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto;
    }
    .college-rivals-bottom .item:nth-child(3) { grid-column: 1 / 3; }
    .college-rivals-top video { height: 230px; max-height: 230px; }
    .college-rivals-bottom video,
    .college-rivals-bottom img { max-height: 350px;}
    .beyond-grid-gallery-new {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 10px;
    }
    .beyond-grid-img { border-radius: 10px;}
    .fable-grid-gallery { 
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr;
        gap: 8px;
        max-width: 99vw;
    }
    .fable-grid-img,
    .fable-grid-video { 
        aspect-ratio: 16 / 9;
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        position: relative;
        z-index: 1;
    }
    .fable-grid-item {
        position: relative;
        display: flex;
        align-items: stretch;
        justify-content: stretch;
        width: 100%;
        height: 100%;
        overflow: hidden;
        background: #faf7fb;
        border-radius: 14px;
        box-sizing: border-box;
        z-index: 0;
    }
    .fable-grid-item img{
        grid-row:2;
        grid-column:1;
    }
    .fable-grid-item.tall-video,
    .fable-grid-item.same-size-video,
    .fable-grid-item.same-size-video-3,
    .fable-grid-item.same-size-video-4 { 
        grid-row: auto; 
        grid-column: 1 / 4;
    }
    .fable-grid-item.same-size-video-3 { grid-column: 1 / 2;}
    .fable-grid-item.same-size-video-4 { grid-column: 2 / 3;}
    .indiaclan-grid-gallery { grid-template-columns: repeat(2, 1fr); gap: 12px;}
    .indiaclan-grid-gallery .indiaclan-video-wrapper { height: 265px;}

    .rkd-media-grid { grid-template-columns: 2fr 1fr; grid-template-rows: repeat(3, 1fr);}
    .rkd-media-grid .img-bg.big { grid-column: 1 / 2; grid-row: 1 / 4;}
    .rkd-media-grid .rkd-grid-item:nth-child(2) { grid-column: 2 / 3; grid-row: 1 / 2; }
    .rkd-media-grid .rkd-grid-item:nth-child(3) { grid-column: 2 / 3; grid-row: 2 / 3; }
    .rkd-media-grid .rkd-grid-item:nth-child(4) { grid-column: 2 / 3; grid-row: 3 / 4; }
    .rkd-media-grid .rkd-grid-item:nth-child(5) { display: none; }
    .rkd-media-grid .rkd-grid-item img,
    .rkd-media-grid .rkd-grid-item video { max-height: 250px;}
}

@media (max-width: 768px) {
    .beyond-gallery-wrapper{
            grid-template-columns: repeat(2, 1fr);
    }
    .divPad{
            padding: 3.2em 3.9em;
    }
    .dropdown-content{
        width: 57vw;
    }
    .card3Wrapper {
        padding: 1em;
    }

    .card3 {
        padding: 1.5em;
        width: 70%;
    }

    .about-title {
		font-size: 4.5rem;
	}

	.cardCarousel {
		width: 200px;
		height: 280px;
	}

	.cardCarousel.left-2 {
		transform: translateX(-250px) scale(0.8) translateZ(-300px);
	}

	.cardCarousel.left-1 {
		transform: translateX(-120px) scale(0.9) translateZ(-100px);
	}

	.cardCarousel.right-1 {
		transform: translateX(120px) scale(0.9) translateZ(-100px);
	}

	.cardCarousel.right-2 {
		transform: translateX(250px) scale(0.8) translateZ(-300px);
	}

	.member-name {
		font-size: 2rem;
	}

	.member-role {
		font-size: 1.2rem;
	}

	.member-name::before,
	.member-name::after {
		width: 50px;
	}

	.member-name::before {
		left: -70px;
	}

	.member-name::after {
		right: -70px;
	}
    .desktopTitle{
        display: none;
    }

    .mobileTitle{
        display: block;
    }

    .rightItemsNav {
        display: none;
    }

    .titleBig {
        font-size: 3.5em;
    }
    .card2 {
        width: 40vw;
        min-height: 100vh;
    }

    .listText {
        font-size: 1em;
    }

    .footerWrapper {
        padding: 2em;
        gap: 2em;
    }

    .footCol {
        width: 30%;
    }

    .aboutTitle {
        padding: 0px;
    }

    .aboutSubTitle {
        padding: 0px;
    }

    .cardAboutWrapper {
        margin: 2em 4em;
    }

    .rightItemsNav {
        position: fixed;
        top: 0;
        right: -100%;
        height: 100vh;
        width: 100%;
        background: #000;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 30px;
        transition: right 0.4s ease;
        z-index: 999;
    }

    .rightItemsNav.active {
        right: 0;
    }

    .rightItemsNav a.active {
        color: #FEDD04; 
    }

    .hamburger {
        display: flex;
        z-index: 1000;
    }

    /* Hamburger animation */
    .hamburger.active span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }

    .hamburger.active span:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active span:nth-child(3) {
        transform: rotate(-45deg) translate(6px, -6px);
    }

    .whatsappIcon{
        width: 3rem;
    }

    .card{
        height: 50vh;
        width: 100%;
        min-height: 19rem;
    }

    .cardWrapper{
        justify-content: center !important;
    }

    .listWrapper{
        min-height: 10rem !important;
    }

    .redCircle{
        display: none;
    }
    .redBox{
        display: block;
    }

    .workCard{
        margin: 1rem;
    }

    .contacNowBottomWrapperForWork{
        margin: 4rem 0px;
    }

    .divPadFilter{
        padding: 0px;
    }
}

@media (max-width: 700px) {
    .crivals-grid-gallery {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: repeat(3, 150px);
        gap: 10px;
        max-width: 99vw;
        aspect-ratio: unset;
    }
    .crivals-grid-item[data-img="1"] { grid-row: 1; grid-column: 1; }
    .crivals-grid-item[data-img="2"] { grid-row: 1; grid-column: 2; }
    .crivals-grid-item[data-img="3"] { grid-row: 2; grid-column: 1; }
    .crivals-grid-item[data-img="4"] { grid-row: 2; grid-column: 2; }
    .crivals-grid-video-wrapper { grid-row: 3; grid-column: 1 / span 2; }
}

@media (max-width: 680px) {
    .card {
        width: 60%;
        min-height: 21em;
        padding: 2em;
        height: 60vh;
    }
}

@media (max-width: 668px) {
    .workCard{
        margin-bottom: 0;
    }

    .workCardNumberText {
        font-size: 1rem;
        display: inline-block;
    }

    .redCirleText {
        font-size: 1em;
    }

    .footerBtn {
        font-size: 1em;
    }

    .footerWrapper {
        flex-direction: column;
    }

    .footCol {
        width: 100%;
    }

}

@media (max-width: 600px) {
    .college-rival-gallery-wrapper {
        grid-template-columns: 1fr;
    }

    .college-rival-gallery-wrapper {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .card {
        height: 65vh !important;
        padding: 2em;
    }

    .rkd-media-grid { grid-template-columns: 1fr; grid-template-rows: none;}
    .rkd-media-grid .img-bg.big,
    .rkd-media-grid .rkd-grid-item { grid-column: 1 / 2 !important; grid-row: auto !important;}
    .rkd-media-grid .img-bg.big { order: 1;}
    .rkd-media-grid .rkd-grid-item:nth-child(2) { order: 2;}
    .rkd-media-grid .rkd-grid-item:nth-child(3) { order: 3;}
    .rkd-media-grid .rkd-grid-item:nth-child(4) { order: 4;}
    .rkd-media-grid .rkd-grid-item:nth-child(5) { order: 5; display: block;}
    .rkd-media-grid .rkd-grid-item img,
    .rkd-media-grid .rkd-grid-item video { max-height: 350px;}

    .pvr-gallery { gap: 8px; padding: 0; max-width: 100%; }
    .pvr-gallery .pvr-fullwidth-img-container { border-radius: 10px; height: 160px; }
    .pvr-img-big { border-radius: 8px; }
    .pvr-grid { grid-template-columns: 1fr 1fr; gap: 6px; }
    .pvr-grid .pvr-img-container { border-radius: 8px; height: 90px;}
    .pvr-img-small { border-radius: 6px; }

    .college-rivals-layout { gap: 10px;}
    .college-rivals-top video { height: 170px; max-height: 170px; }
    .college-rivals-bottom { grid-template-columns: 1fr; grid-template-rows: none; gap: 10px;}
    .college-rivals-bottom .item { grid-column: 1 / 2 !important; grid-row: auto !important;}
    .college-rivals-bottom video,
    .college-rivals-bottom img { max-height: 20rem;}

    .beyond-grid-gallery-new {
        grid-template-columns: 1fr;
        gap: 6px;
        margin-bottom: 6px;
    }
    .beyond-grid-item-main-new { grid-row: 1 / 2; border-radius: 8px;}
    .beyond-grid-img { border-radius: 6px; }

    .fable-grid-gallery-center-wrapper { padding: 0 2vw;}
    .fable-grid-gallery { 
        grid-template-columns: 1fr;
        grid-template-rows: repeat(5, 85vw); 
        gap: 6px; 
        max-width: 100vw;
    }
    .fable-grid-img,
    .fable-grid-video { 
        aspect-ratio: 16 / 9;
        min-height: 20rem;
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        position: relative;
        z-index: 1;
    }
    .fable-grid-item {
        position: relative;
        display: flex;
        align-items: stretch;
        justify-content: stretch;
        width: 100%;
        height: 100%;
        overflow: hidden;
        background: #faf7fb;
        border-radius: 14px;
        box-sizing: border-box;
        z-index: 0;
    }
    .fable-grid-item.tall-video,
    .fable-grid-item.same-size-video,
    .fable-grid-item.same-size-video-3,
    .fable-grid-item.same-size-video-4 { 
        grid-row: auto; 
        grid-column: 1 / 2;
    }

    .indiaclan-grid-gallery { grid-template-columns: 1fr; gap: 10px;}
    .indiaclan-grid-gallery .indiaclan-video-wrapper { border-radius: 8px; height: 24rem;}
    .indiaclan-grid-gallery video { border-radius: 8px;}

    .whatsappIcon{
        width: 1rem;
        height: 1rem;
        bottom: 4.5em;
        right: 4.5em;
    }
}

@media (max-width: 520px) {
    .quickLinks{
        gap: 6px;
    }
    .dropdown-content label {
        font-size: 14px;
    }
    .filterBtn{
        font-size: 1em;
    }
 .dropdown-content{
        width: 85vw;
    }
    .videoWrapper{
        height: auto;
    }
    .videoSize{
        height: 10em;
    }
    .heartImg{
        width: 35px;
        height: 30px;
    }

    .ourWorkBtn{
        font-size: 14px;
        padding: 0.2em 0.5em;
    }

    .caseStudy{
        font-size: 14px;
    }
    
    .card {
        width: 80%;
        min-height: 18em;
        padding-left: 2em;
        padding-top: 2em;
        padding-right: 1em;
        padding-bottom: 2em;
        height: 20rem !important;
    }

    .card2 {
        width: 100%;
        min-height: 35rem;
    }

    .cardTitle{
        font-size: 20px;
    }

    .listText {
        font-size: 14px;
    }

    .titleBig {
        font-size: 2.5em;
        padding: 0px;
    }

    .divPad {
        padding: 1rem 2em;
    }

    .contactBtnYellow{
        font-size: 1em;
    }

    .subTitle {
        font-size: 1.4em;
    }

    .contactBtn{
        font-size: 1em;
    }

    .contacNowBottomWrapper {
        margin-bottom: 1em;
    }

    .workTitle{
        font-size: 24px;
    }

    .workDescText{
        font-size: 14px;
    }

    .workCard {
        border-radius: 1em;
        margin: 1em;
        padding: 2em 2em;
        display: flex;
        flex-direction: column;
        gap: 2em;
        width: 70vw;
        text-align: center;
    }

    .workCardTitle {
        font-size: 1.5em;
        line-height: 1em;
    }

    .workCardSubTitle {
        font-size: 1em;
        font-weight: 600;
    }

    .aboutTitle {
        font-size: 1em;
    }

    .aboutSubTitle {
        font-size: 1em;
    }

    .bgRedCard{
        width: 80vw;
    }

    .cardAbout {
        width: 73vw;
    }

    .cardAboutWrapper {
        margin: 2em;
        display: grid;
        grid-template-columns: 1fr;
        gap: 1em;
    }

    .cardAbout {
        padding: 1em;
    }

    .card2{
       min-height: 90vh;
    }

    .tag{
        padding: 0.5em;
        font-size: 10px;
    }

    .divPadWrapper{
        padding-bottom: 0;
    }

    .media-grid, .pvr-parent{
        display: flex;
        flex-direction: column;
    }
    .bgRedCard{
        height: 24vh;
    }

    .workSubTitle {
        font-size: 1em;
    }
}

@media (max-width: 480px) {
    .crivals-grid-gallery {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(5, 24rem);
        gap: 8px;
    }
    .crivals-grid-item[data-img="1"] { grid-row: 1; grid-column: 1; }
    .crivals-grid-item[data-img="2"] { grid-row: 2; grid-column: 1; }
    .crivals-grid-item[data-img="3"] { grid-row: 3; grid-column: 1; }
    .crivals-grid-item[data-img="4"] { grid-row: 4; grid-column: 1; }
    .crivals-grid-video-wrapper { grid-row: 5; grid-column: 1; }

    
    .card2 {
        min-height: 34rem !important;
    }
}

@media (max-width: 426px) {
    .cardTitle {
        font-size: 1em;
    }

    .cardWrapper{
        padding-top: 0;
    }


    .marquee-content{
        font-size: 1rem;
    }

    .cardWrapper1{
        padding: 0px 2rem;
    }

    .card3{
        font-size: 1.2rem;
    }

    .card {
        min-height: 20em !important;
    }

    .card2{
        min-height: 35em !important;
    }

    .workCardNumberText{
        font-size: 12px;
    }

    .divPadFilter{
        padding: 2rem 0;
    }

    .contactBtnYellow{
        padding: 1rem !important;
        font-size: 0.8em !important;
    }

    .contacNowBottomWrapper{

    }

    .subTitle {
        font-size: 1em;
    }
    
}

@media (max-width: 385px) {

    .card{
        height: 23rem !important;
        min-height: 20em !important;
    }
    .divPadWrapper{
        padding: 3.2em 2.9em;
    }
    .divPadFilter{
        padding: 0 1rem;
    }
    .card2{
        min-height: 36em !important;
    }
}

@media screen and (max-width: 320px) {
    .card2{
        min-height: 100vh;
     }
     .card {
        height: 70vh !important;
    }
    .divPadFilter{
        width: 100vw;
        padding: 0 2rem;
    }
}