
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}
::selection{
    background-color: var(--msc-theme-black-opacity);
}
@font-face {
    font-family: "poppins-regular";
    src: url("../fonts/Poppins/Poppins-Regular.ttf");
}
@font-face {
    font-family: "poppins-italic";
    src: url("../fonts/Poppins/Poppins-Italic.ttf");
}
@font-face {
    font-family: "poppins-medium";
    src: url("../fonts/Poppins/Poppins-Medium.ttf");
}
@font-face {
    font-family: "poppins-semibold";
    src: url("../fonts/Poppins/Poppins-SemiBold.ttf");
}
@font-face {
    font-family: "poppins-bold";
    src: url("../fonts/Poppins/Poppins-Bold.ttf");
}
@font-face {
    font-family: "poppins-light";
    src: url("../fonts/Poppins/Poppins-Light.ttf");
}
@font-face {
    font-family: "stylish-cursive";
    src: url("../fonts/cursive-stylish/ShadowsIntoLight-Regular.ttf");
}
@font-face {
    font-family: "monostat-bold";
    src: url(../fonts/Montserrat/static/Montserrat-ExtraBold.ttf);
}
@font-face{
    font-family: "inter-regular";
    src: url("../fonts/Inter/static/Inter-Regular.ttf");
}
@font-face {
    font-family: "roboto-light";
    src: url("../fonts/Roboto/static/Roboto-Light.ttf");
}
@font-face {
    font-family: "roboto-regular";
    src: url("../fonts/Roboto/static/Roboto-Regular.ttf");
}
@font-face {
    font-family: "roboto-medium";
    src: url("../fonts/Roboto/static/Roboto-Medium.ttf");
}
@font-face {
    font-family: "roboto-semibold";
    src: url("../fonts/Roboto/static/Roboto-SemiBold.ttf");
}
@font-face {
    font-family: "roboto-bold";
    src: url("../fonts/Roboto/static/Roboto-Bold.ttf");
}
@font-face {
    font-family: "roboto-italic";
    src: url("../fonts/Roboto/static/Roboto-Italic.ttf");
}
@font-face {
    font-family: "roboto-extra-bold";
    src: url("../fonts/Roboto/static/Roboto-ExtraBold.ttf");
}
@font-face {
    font-family: "title";
    src: url("../fonts/title/title.ttf");  
}
:root{
    --msc-font-theme-b-title:"title";
    --msc-font-theme-b-light:"roboto-light";
    --msc-font-theme-b-regular:"roboto-regular";
    --msc-font-theme-b-extra-bold:"roboto-extra-bold";
    --msc-font-theme-b-medium:"roboto-medium";
    --msc-font-theme-b-semibold:"roboto-semibold";
    --msc-font-theme-b-bold:"roboto-bold";
    --msc-font-theme-b-italic:"roboto-italic";
    --msc-font-theme-b-stylish:"heading-regular";
    --msc-font-theme-b-mono-regular:"monostate-regular";
    --msc-font-theme-b-mono-meidum:"monostate-meidum";
    --msc-font-theme-b-mono-semibold:"monostate-semibold";
    --msc-font-regular:"poppins-regular";
    --msc-font-medium:"poppins-medium";
    --msc-font-semibold:"poppins-semibold";
    --msc-font-bold:"poppins-bold";
    --msc-font-italic:"poppins-italic";
    --msc-font-light:"poppins-light";
    --msc-font-theme-cursive:"stylish-cursive";
    --msc-font-theme-inter:"inter-regular";
    --msc-font-theme-mono-bold:"monostat-bold";
    --msc-dark: #000000;
    --msc-white:#fff;
    --msc-light-text: #5b5b5b;
    --msc-primary: #fbae15;
    --msc-blue: #075298;
    --msc-theme-danger: #CB2128;
    --msc-light: #BBBDBF;
    --msc-light-grey: #6c6c6c;
    --msc-white: #fff;
    --msc-success: #06c516ec;
    --msc-danger: #c52f06ec;
    --msc-warning: #ffd900ec;
    --msc-light-purple:#c36;
    --msc-med-black:#151515;
    --msc-red: #FF0000;
    --msc-light-color:rgb(244, 244, 244);
    --msc-orange:rgba(255, 68, 0, 0.786);
    --msc-light-opacity:#ffffff16;
    --msc-theme-opacity: #141516d4;
    --msc-theme-black-opacity: #050505c2;
    --msc-border-color:#EFEFEF;
    --msc-theme-light-red: #ff8a8a;
    --msc-theme-gradient:linear-gradient(to left bottom,var(--msc-theme-primary),var(--msc-theme-orange));
    --msc-appoint-gradient:linear-gradient(324deg, #08275a, #2d8c9f);
    --msc-theme-global-dark-blue: #1b2f3e;
    --msc-theme-global-blue: #004461;
    --msc-theme-global-new-blue: #004271;
    --msc-theme-global-lightblue: #0379BE;
    --msc-theme-global-shadow-color: #F0F0F0;
    --msc-theme-global-blue-tone: #D5D5D5;
    --msc-theme-global-grey: #666666;
    --msc-theme-black-shade: #363636;
    --msc-theme-light-grey-tone: #F7F7F7;
    --msc-theme-med-grey-tone: #D9D9D9;
    --msc-theme-light-blue-tone: #F6F9FF;
    --msc-theme-pink-tone: #fff1f1;
    --msc-theme-lightgreen-tone: #F2FFFA;
    --msc-theme-oil-black: #3A3736;
    --msc-theme-gold-pink: #ffdeec;
    --msc-theme-light-gold-pink: #F4E9FF;
    --msc-theme-light-med-blue: #CCF1FF;
    --msc-theme-linear-gradient: linear-gradient(118deg, #3FAC8F, #007d5c); 
    --msc-theme-linear-gradient-tech: linear-gradient(118deg, #ff2d20, var(--msc-danger)); 
    --msc-theme-global-purple: #a2a5df; 
    --msc-theme-footer-color: #F4F4F4;
    --msc-theme-footer-dark-color: rgb(14 25 30);
    --msc-theme-slate-blue: #d2e6fd;
    --msc-theme-light-pink: #ff8fb5;
    --msc-theme-soft-red: #fef3f3;
    --msc-theme-med-light-blue: #43baff;
    --msc-theme-3d-grdient: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
    --msc-theme-border-grey: #c7c7c7;
    --msc-theme-bg-html: #e44d26;
    --msc-theme-white-grey: #808080;
    --msc-theme-global-dark-blue: #0c3671;
    --msc-theme-global-medium-blue: #00415d;
    --msc-theme-global-tint-blue: #065e8c;
    --msc-theme-electric-blue: #00d9ff;
    --msc-theme-danger-red: #ff0844;
    --msc-theme-white-grey: #808080;
}

@font-face {
  font-family: 'Teko';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/teko/v23/LYjNdG7kmE0gfaN9pQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
  font-family: 'Teko';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/teko/v23/LYjNdG7kmE0gfaJ9pRtB.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
}
/* latin-ext */
@font-face {
  font-family: 'Teko';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/teko/v23/LYjNdG7kmE0gfa19pRtB.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Teko';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/teko/v23/LYjNdG7kmE0gfaN9pQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
  font-family: 'Teko';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/teko/v23/LYjNdG7kmE0gfaJ9pRtB.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
}
/* latin-ext */
@font-face {
  font-family: 'Teko';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/teko/v23/LYjNdG7kmE0gfa19pRtB.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Teko';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/teko/v23/LYjNdG7kmE0gfaN9pQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
  font-family: 'Teko';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/teko/v23/LYjNdG7kmE0gfaJ9pRtB.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
}
/* latin-ext */
@font-face {
  font-family: 'Teko';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/teko/v23/LYjNdG7kmE0gfa19pRtB.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Teko';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/teko/v23/LYjNdG7kmE0gfaN9pQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v57/TK3iWkUHHAIjg752FD8Ghe4.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v57/TK3iWkUHHAIjg752HT8Ghe4.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v57/TK3iWkUHHAIjg752Fj8Ghe4.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v57/TK3iWkUHHAIjg752Fz8Ghe4.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v57/TK3iWkUHHAIjg752GT8G.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body{
    overflow-x: hidden;
}

/* header */
.msc-logo-section-main{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}
.msc-logo-section-main img{
    width: 85px;
    border-radius: 42px;
    filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, 0.66));
}
.msc-section-logo-text h2{
    font-family: var(--msc-font-theme-b-title);
    color: var(--msc-white);
    /* font-family: var(--msc-font-theme-b-bold); */
    font-size: 35px;
}
.msc-section-logo-text p{
    font-family: var(--msc-font-theme-b-medium);
    color: var(--msc-theme-global-dark-blue);
    font-size: 14px;
    color: #f9f9f9;
}
.msc-main-wrapper-outer-nav{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.msc-nav-main{
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
    border: 1px solid var(--msc-light-opacity);
    background-color: rgba(255, 255, 255, 0.175);
    backdrop-filter: blur(6px);
    border-radius: 40px;
    padding: 4px;
}
.msc-nav-main li{
    list-style-type: none;
    padding: 10px 16px;
    border-radius: 30px;
    transition: all .3s ease-in-out;
}
.msc-nav-main li:hover{
    background-color: var(--msc-theme-global-dark-blue);
}
.msc-nav-main li:hover .msc-nav-inner-text{
    color: var(--msc-white);
}
.msc-nav-main li:hover .msc-nav-inner-text i{
    color: var(--msc-white);
}
.msc-nav-main li a{
    display: flex;
    align-items: center;
    /* color: var(--msc-theme-light-blue-tone); */
    color: var(--msc-white);
    font-family: var(--msc-font-theme-b-medium);
    font-size: 16px;
    transition: all .3s ease-in-out;
}
.msc-nav-main li a:hover{
    color: var(--msc-theme-global-dark-blue);
}
.msc-nav-main li a i{
    color: var(--msc-white);
    font-size: 11px;
    transition: all .3s ease-in-out;
}
.msc-btn-contact-us,
.msc-btn-contact-us *,
.msc-btn-contact-us :after,
.msc-btn-contact-us :before,
.msc-btn-contact-us:after,
.msc-btn-contact-us:before {
  border: 0 solid;
  box-sizing: border-box;
}

.msc-btn-contact-us {
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: button;
  background-color: #000;
  background-image: none;
  color: #fff;
  cursor: pointer;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  font-family: var(--msc-font-theme-b-medium);
  border-radius: 30px;
}

.msc-btn-contact-us:disabled {
  cursor: default;
}

.msc-btn-contact-us:-moz-focusring {
  outline: auto;
}

.msc-btn-contact-us svg {
  display: block;
  vertical-align: middle;
}

.msc-btn-contact-us [hidden] {
  display: none;
}

.msc-btn-contact-us {
    border-width: 3px;
    padding: 10px 23px;
    position: relative;
    word-spacing: 1.5px;
    text-transform: capitalize;
    overflow: hidden !important;
    outline: 3px solid white;
    color: var(--msc-theme-global-dark-blue);
    background-color: white !important;
}
.msc-btn-contact-us:hover{
    border-width: 3px;
    border-color: var(--msc-theme-global-dark-blue);
    color: var(--msc-white) !important;
}

.msc-btn-contact-us:before {
  --progress: 100%;
  background: var(--msc-theme-global-blue);
  -webkit-clip-path: polygon(
    100% 0,
    var(--progress) var(--progress),
    0 100%,
    100% 100%
  );
  clip-path: polygon(
    100% 0,
    var(--progress) var(--progress),
    0 100%,
    100% 100%
  );
  content: "";
  inset: 0;
  position: absolute;
  transition: -webkit-clip-path 0.2s ease;
  transition: clip-path 0.2s ease;
  transition: clip-path 0.2s ease, -webkit-clip-path 0.2s ease;
}

.msc-btn-contact-us:hover:before {
  --progress: 0%;
}

.msc-btn-contact-us .text-container {
  display: block;
  overflow: hidden;
  position: relative;
}

.msc-btn-contact-us .text {
  display: block;
  font-weight: normal;
  position: relative;
}

.msc-btn-contact-us:hover .text {
  -webkit-animation: move-up-alternate 0.3s ease forwards;
  animation: move-up-alternate 0.3s ease forwards;
}

@-webkit-keyframes move-up-alternate {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(80%);
  }

  51% {
    transform: translateY(-80%);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes move-up-alternate {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(80%);
  }

  51% {
    transform: translateY(-80%);
  }

  to {
    transform: translateY(0);
  }
}
#msc-site-header-main{
    width: 100%;
    position: absolute;
    top: 1.4rem;
    padding: 0px 95px;
    z-index: 99;
}

/* mobile-menu */
.msc-mobile-menu-toggle {
    display: none;
    flex-direction: column;
    gap: 6px;
    cursor: pointer;
    z-index: 101;
}

.msc-mobile-menu-toggle span {
    width: 30px;
    height: 3px;
    background: white;
    border-radius: 3px;
    transition: all 0.3s ease;
}

.msc-mobile-menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(8px, 8px);
}

.msc-mobile-menu-toggle.active span:nth-child(2) {
    opacity: 0;
}

.msc-mobile-menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
}

/* ========== MOBILE MENU ========== */
.msc-mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 320px;
    height: 100vh;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    z-index: 9999;
    transition: right 0.4s ease;
    overflow-y: auto;
    box-shadow: -5px 0 30px rgba(0, 0, 0, 0.2);
}

.msc-mobile-menu.active {
    right: 0;
}

.msc-mobile-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 2px solid #e5e7eb;
    background: linear-gradient(135deg, var(--msc-theme-global-blue) 0%, var(--msc-theme-global-dark-blue) 100%);
}

.msc-mobile-logo {
    display: flex;
    align-items: center;
    gap: 12px;
}

.msc-mobile-logo img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.msc-mobile-logo h3 {
    color: white;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    font-family: var(--msc-font-theme-b-title);
}

.msc-mobile-logo p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 11px;
    margin: 0;
}

.msc-mobile-menu-close {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: all 0.3s;
}

.msc-mobile-menu-close:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: rotate(90deg);
}

/* Mobile Navigation */
.msc-mobile-nav {
    padding: 20px 0;
    background: white;
}

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

.msc-mobile-nav > ul > li {
    border-bottom: 1px solid #f1f5f9;
}

.msc-mobile-nav > ul > li > a {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    padding: 15px 20px;
    color: #1f2937;
    text-decoration: none;
    font-family: var(--msc-font-theme-b-medium);
    font-size: 15px;
    transition: all 0.3s;
}

.msc-mobile-nav > ul > li > a i:first-child {
    margin-right: 12px;
    font-size: 16px;
    color: var(--msc-theme-global-blue);
}

.msc-mobile-nav > ul > li > a:hover {
    background: linear-gradient(135deg, var(--msc-theme-global-blue) 0%, var(--msc-theme-global-dark-blue) 100%);
    color: white;
    padding-left: 30px;
}

.msc-mobile-nav > ul > li > a:hover i:first-child {
    color: white;
}

/* Mobile Dropdown */
.msc-mobile-dropdown .msc-mobile-arrow {
    transition: transform 0.3s;
    font-size: 12px;
    margin-left: 8px;
    color: #6b7280;
}

.msc-mobile-dropdown.active .msc-mobile-arrow {
    transform: rotate(180deg);
}

.msc-mobile-submenu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background: #f9fafb;
}

.msc-mobile-dropdown.active .msc-mobile-submenu {
    max-height: 500px;
}

.msc-mobile-submenu li a {
    display: block;
    padding: 12px 20px 12px 60px;
    color: #4b5563;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.2s;
    border-left: 3px solid transparent;
}

.msc-mobile-submenu li a:hover {
    background: white;
    color: var(--msc-theme-global-dark-blue);
    padding-left: 65px;
    border-left-color: var(--msc-theme-global-blue);
}

/* Mobile Contact Button */
.msc-mobile-contact-btn {
    padding: 0 20px;
    margin-top: 10px;
}

.msc-mobile-contact-btn a {
    background: linear-gradient(135deg, var(--msc-theme-global-blue) 0%, var(--msc-theme-global-dark-blue) 100%);
    color: white !important;
    font-weight: 700 !important;
    border-radius: 30px;
    justify-content: center;
    padding: 15px 20px !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.msc-mobile-contact-btn a i:first-child {
    color: white !important;
}

.msc-mobile-contact-btn a:hover {
    background: linear-gradient(135deg, var(--msc-theme-global-dark-blue) 0%, var(--msc-theme-global-blue) 100%);
    transform: scale(1.02);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

/* Mobile Menu Overlay */
.msc-mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

.msc-mobile-menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* header-end */

/* banner-section */
.msc-banner-wrapper-outer-main{
    height: 700px;
    width: 100%;
    padding: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding-top: 0;
    position: relative;
}
.msc-banner-wrapper-outer-main img{
    border-radius: 20px;
    height: 100%;
    width: 100%;
    object-fit: cover;
    /* mix-blend-mode: darken; */
    filter: brightness(75%); 
}
.msc-banner-text-main{
    position: absolute;
    width: 800px;
    text-align: center;
}
.msc-banner-text-main p{
    margin-top: 30px;
    color: var(--msc-white);
    font-family: var(--msc-font-theme-b-title);
    line-height: 1.1;
    text-shadow: 2px 2px 6px rgba(0,0,0,0.6);
    font-size: 70px;
}
.msc-banners .owl-item.active .msc-banner-description {
    animation: fadeInDown ease 1.5s;
}
.msc-banners .owl-dots{
    position: absolute;
    bottom: 1rem;
    right: calc(100% - 53%);
}
.msc-banners .owl-dots .owl-dot span {
    width: 19px;
    height: 11px;
    margin: 5px 4px;
    background: var(--msc-white);
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    transition: all .3s ease-in-out;
}
.msc-banners .owl-dots .owl-dot.active span{
    background: #93bdff;
    width: 25px;
}
/* banner-section-end */

/* about-us */
.msc-main-section-about-us{
    margin: 60px 0px;
    margin-top: 80px;
}
.msc-main-image-about{
    width: 360px;
    height: 490px;
    overflow: hidden;
    border-radius: 20px;
    border: 5px solid var(--msc-white);
}
.msc-wrapper-about-us-outer{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: end;
    z-index: 999;
    margin-top: 45px;
}
.msc-main-image-about img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.msc-floating-image-about{
    width: 340px;
    height: 450px;
    overflow: hidden;
    border-radius: 20px;
    position: absolute;
    top: -4rem;
    left: -0.5rem;
    transform: rotate(8deg);
    z-index: -1;
}
.msc-floating-image-about img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.msc-wrapper-description-about-outer{
    padding: 0px 25px;
}
.msc-tag-about p{
    padding: 7px 25px;
    border: 3px solid var(--msc-theme-global-blue);
    width: max-content;
    border-radius: 60px;
    font-family: var(--msc-font-theme-b-medium);
    color: var(--msc-theme-global-dark-blue);
    font-size: 17px;
}
.msc-main-heading-about-us{
    font-family: var(--msc-font-theme-b-bold);
    font-size: 40px;
    line-height: 1.3;
    color: var(--msc-theme-global-dark-blue);
}
.msc-description-about-us{
    font-size: 17px;
    margin-top: 14px;
    color: var(--msc-light-text);
    font-family: var(--msc-font-theme-b-regular);
}
.msc-highlighted-points{
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid var(--msc-light);
    padding-bottom: 17px;
    margin-bottom: 20px;
}
.msc-highlighted-points p{
    font-size: 16px;
    margin-bottom: 10px;
    color: var(--msc-light-text);
    font-family: var(--msc-font-theme-b-regular);
}
.msc-highlighted-points p i{
    color: #005d6b;
}
.msc-about-coach{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.msc-main-info-about-coach{
    display: flex;
    flex-direction: row;
    gap: 13px;
    align-items: center;
}
.msc-coach-img{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
}
.msc-coach-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.msc-coach-name-designation p{
    font-family: var(--msc-font-theme-b-semibold);
    font-size: 20px;
    color: var(--msc-theme-oil-black);
}
.msc-coach-name-designation span{
    font-family: var(--msc-font-theme-b-regular);
    font-size: 16px;
    color: var(--msc-light-text);
}
.discover-button {
    margin-right: 20px;
    position: relative;
    border: 1px solid #7dd3fc;
    color: #f0f9ff;
    background-color: #075985;
    height: 100%;
    width: 100%;
    border-radius: 50px;
    padding: 16px 24px;
    font-weight: 800;
    cursor: pointer;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    transition-property: border-color;
    transition-duration: 500ms;
}
.discover-button:hover {
    border-color: #0284c7;
}
.discover-button .circle {
    position: absolute;
    z-index: 10;
    border-radius: 9999px;
    transition-property: all;
    transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-delay: 150ms;
}
.discover-button .button-text {
    font-family: var(--msc-font-theme-b-medium) !important;
    color: var(--msc-white) !important;
    z-index: 10;
}
.circle-1 {
    width: 12rem;
    height: 12rem;
    background-color: #0c4a6e;
}

.circle-2 {
    width: 10rem;
    height: 10rem;
    background-color: #075985;
}

.circle-3 {
    width: 8rem;
    height: 8rem;
    background-color: #0369a1;
}

.circle-4 {
    width: 6rem;
    height: 6rem;
    background-color: #0284c7;
}

.circle-5 {
    width: 4rem;
    height: 4rem;
    background-color: #0ea5e9;
}
.discover-button:hover .circle {
    transform: scale(1.5);
}
.discover-button:hover .circle-1 {
    transition-delay: 75ms;
}
.discover-button:hover .circle-2 {
    transition-delay: 100ms;
}
.discover-button:hover .circle-3 {
    transition-delay: 150ms;
}
.discover-button:hover .circle-4 {
    transition-delay: 200ms;
}
.discover-button:hover .circle-5 {
    transition-delay: 300ms;
}
/* about-us-end */

/* services */
.msc-wrapper-headings-section{
    margin-bottom: 30px;
}
.msc-wrapper-headings-section {
    position: relative;
    text-align: center;
    padding: 20px 0px;
    overflow: hidden;
}
.msc-heading-container {
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.msc-subtitle-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0px;
    gap: 20px;
}

.msc-line-left,
.msc-line-right {
    width: 80px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #056799, transparent);
    position: relative;
}

.msc-line-left::after,
.msc-line-right::after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background: rgb(5, 103, 153);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    animation: msc-pulse-dot 2s ease-in-out infinite;
}

.msc-line-left::after {
    right: -3px;
}

.msc-line-right::after {
    left: -3px;
}

@keyframes msc-pulse-dot {
    0%, 100% {
        box-shadow: 0 0 0 0 rgba(0, 48, 114, 0.7);
    }
    50% {
        box-shadow: 0 0 0 8px rgba(102, 126, 234, 0);
    }
}

.msc-subtitle-badge {
    position: relative;
    background: linear-gradient(135deg, #00affd 0%, #075985 100%);
    color: white;
    padding: 12px 35px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    box-shadow: 
        0 10px 35px rgba(0, 42, 106, 0.4),
        inset 0 -2px 10px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 10px;
    animation: msc-badge-entrance 1s ease;
}

@keyframes msc-badge-entrance {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.msc-badge-icon {
    font-size: 16px;
    animation: msc-icon-bounce 2s ease-in-out infinite;
}

@keyframes msc-icon-bounce {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-3px) rotate(10deg);
    }
}

.msc-badge-shine {
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.4), 
        transparent);
    animation: msc-shine-slide 3s ease-in-out infinite;
}

@keyframes msc-shine-slide {
    0% {
        left: -100%;
    }
    50%, 100% {
        left: 200%;
    }
}
.msc-main-heading {
    font-size: clamp(36px, 6vw, 72px);
    font-weight: 900;
    line-height: 1.15;
    /* margin-top: 20px; */
    letter-spacing: -1px;
}

.msc-heading-word {
    display: inline-block;
    margin: 0 10px;
    width: 100%;
}

.msc-letter {
    line-height: 1.4;
    display: inline-block;
    color: #2c3e50;
    font-family: var(--msc-font-theme-b-extra-bold);
    font-size: 38px;
    word-spacing: 2px;
    letter-spacing: .3px;
}
.msc-highlight-word {
    font-weight: 900 !important;
    font-size: 37px;
    background: linear-gradient(135deg, #075985 0%, #0284c7 50%, #0ea5e9 100%) !important;
    /* background-size: 200% auto !important; */
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    animation: msc-letter-reveal 0.8s ease forwards, 
               msc-gradient-shift 3s ease infinite;
}
.msc-single-letter{
    font-size: 50px !important;
    letter-spacing: 1px;
}

.msc-gradient-word .msc-letter {
    background: linear-gradient(135deg, #11998e 0%, #38ef7d 50%, #11998e 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: msc-letter-reveal 0.8s ease forwards, 
               msc-gradient-shift 3s ease infinite 1s;
}

@keyframes msc-gradient-shift {
    0%, 100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}
.msc-heading-brand-wrapper {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    position: relative;
}
.msc-brand-prefix {
    font-size: clamp(24px, 4vw, 48px);
    color: #6c757d;
    font-weight: 600;
}
.msc-heading-tagline {
    font-size: clamp(12px, 2vw, 16px);
    color: #6c757d;
    font-weight: 500;
    letter-spacing: 1px;
    opacity: 0;
    animation: msc-tagline-fade 0.3s ease forwards;
}

@keyframes msc-tagline-fade {
    to {
        opacity: 1;
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    
    .msc-subtitle-wrapper {
        gap: 10px;
    }
    
    .msc-line-left,
    .msc-line-right {
        width: 40px;
    }
    
    .msc-heading-word {
        margin: 0 5px;
    }
    
    .msc-heading-word br {
        display: block;
    }
    
    .msc-heading-decoration {
        gap: 10px;
        margin: 30px 0 20px;
    }
    
    .msc-deco-line-animated {
        width: 40px;
    }
}

/* Accessibility - Reduced Motion */
@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/*  */
.msc-services-deisgn {
    margin: 100px 0px;
    padding: 30px 0;
    position: relative;
    background: linear-gradient(135deg, #f8f9fa 0%, #f5f5f5 100%);
}
.msc-services-deisgn::after{
    content: '';
    position: absolute;
    height: 90px;
    width: 100%;
    background-image: url(../img/icons/shape-grey.png);
    background-repeat: no-repeat;
    background-size: contain;
    /* background-color: red; */
    top:-1rem;
}
.msc-services-deisgn::before{
    content: '';
    position: absolute;
    height: 90px;
    width: 100%;
    background-image: url(../img/icons/shape-grey.png);
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(180deg);
    /* background-color: red; */
    bottom:-1rem;
}

.msc-services-section-title {
    text-align: center;
    margin-bottom: 60px;
    animation: msc-services-fadeInDown 1s ease;
}

.msc-services-section-title h2 {
    font-size: 48px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

.msc-services-section-title h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg, #FF6B6B, #4ECDC4);
    border-radius: 2px;
}

.msc-services-section-title p {
    font-size: 18px;
    color: #7f8c8d;
    margin-top: 20px;
}

.msc-services-service-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 20px;
    height: 350px;
    cursor: pointer;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    transform-style: preserve-3d;
    perspective: 1000px;
}
.msc-services-service-card::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    outline: 2px dotted var(--msc-white);
    outline-offset: -4px;
    border-radius: 20px;
    z-index: 99;
    left: 0;
    top: 0;
}

.msc-services-service-card:hover {
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
}
.msc-services-container {
  display: grid;
  grid-template-columns: repeat(12, 1fr); /* 12-column grid */
  grid-auto-rows: auto;
  gap: 20px;
}
.msc-services-service-card.small {
  grid-column: span 3;
}

.msc-services-service-card.wide {
  grid-column: span 5; /* takes half the row width */
}

.msc-services-service-card.medium {
  grid-column: span 4; /* smaller card */
}


.msc-services-service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.7) 100%);
    z-index: 1;
    transition: all 0.5s ease;
}

.msc-services-service-card:hover::before {
    background: linear-gradient(180deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.85) 100%);
}

.msc-services-service-card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

.msc-services-service-card:hover .msc-services-service-card-image {
    transform: scale(1.15);
}
.msc-services-service-card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px;
    z-index: 2;
    color: white;
    transition: all 0.5s ease;
    transform: translateZ(35px);
}

.msc-services-service-icon {
    width: 70px;
    height: 70px;
    /* background: linear-gradient(135deg, #FFF176 0%, #FFEB3B 100%); */
        background: linear-gradient(135deg, #ffffff 0%, #f7f7f7 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: all 0.5s ease;
    animation: msc-services-float 3s ease-in-out infinite;
}
.msc-services-service-icon img{
    height: 45px !important;
    width: 45px !important;
    object-fit: contain !important;
}

.msc-services-service-card:hover .msc-services-service-icon {
    transform: rotate(360deg) scale(1.1);
    box-shadow: 0 10px 30px rgba(255, 235, 59, 0.5);
}

.msc-services-service-icon i {
    font-size: 32px;
    color: #2c3e50;
}

.msc-services-service-card h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
    color: white;
    transition: all 0.3s ease;
}

.msc-services-service-card:hover h3 {
    transform: translateX(5px);
}
.msc-services-service-card p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.5s ease 0.1s;
}
.msc-desciption-section-services-main {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
}

.msc-services-service-card:hover .msc-desciption-section-services-main {
    max-height: 300px;
}

.msc-services-service-card:hover p {
    opacity: 1;
    transform: translateY(0);
}

/* Individual Card Colors */
.msc-services-card-cricket-blue {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.msc-services-card-cricket-green {
    background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);
}

.msc-services-card-cricket-orange {
    background: linear-gradient(135deg, #ee0979 0%, #ff6a00 100%);
}

.msc-services-card-cricket-teal {
    background: linear-gradient(135deg, #0575e6 0%, #021b79 100%);
}

.msc-services-card-cricket-purple {
    background: linear-gradient(135deg, #a8edea 0%, #fed6e3 100%);
}

.msc-services-card-cricket-red {
    background: linear-gradient(135deg, #ff6b6b 0%, #4ecdc4 100%);
}

/* Badge on cards */
.msc-services-service-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 600;
    color: white;
    z-index: 3;
    border: 1px solid rgba(255, 255, 255, 0.4);
    transition: all 0.3s ease;
}

.msc-services-service-card:hover .msc-services-service-badge {
    background: rgba(255, 255, 255, 0.5);
    transform: scale(1.05);
}

/* Animations */
@keyframes msc-services-fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes msc-services-float {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
}

.msc-services-fade-in-up {
    animation: msc-services-fadeInUp 0.8s ease forwards;
    opacity: 0;
}

@keyframes msc-services-fadeInUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Staggered animation delays */
.msc-services-service-card:nth-child(1) { animation-delay: 0.1s; }
.msc-services-service-card:nth-child(2) { animation-delay: 0.2s; }
.msc-services-service-card:nth-child(3) { animation-delay: 0.3s; }
.msc-services-service-card:nth-child(4) { animation-delay: 0.4s; }
.msc-services-service-card:nth-child(5) { animation-delay: 0.5s; }
.msc-services-service-card:nth-child(6) { animation-delay: 0.6s; }

/* Responsive Design */
@media (max-width: 768px) {
    .msc-services-section-title h2 {
        font-size: 36px;
    }
    
    .msc-services-service-card {
        height: 350px;
    }
    
    .msc-services-service-card h3 {
        font-size: 24px;
    }
}

/* CTA Button */
.msc-services-cta-button {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 25px;
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid white;
    color: white;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 600;
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateY(20px);
}

.msc-services-service-card:hover .msc-services-cta-button {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.2s;
}

.msc-services-cta-button:hover {
    background: white;
    color: #2c3e50;
    transform: translateY(-3px);
}
.msc-services-deisgn{
    z-index: 999;
}
.msc-floating-playing-vector{
    position: absolute;
    top: 0;
    z-index: -1;
    width: 350px;
    height: 400px;
    object-fit: contain;
    top: 3rem;
    right: 0;
    opacity: .2;
}
.msc-floating-playing-vector-left{
    position: absolute;
    top: 0;
    z-index: -1;
    width: 350px;
    height: 400px;
    object-fit: contain;
    top: 3rem;
    left: 0;
    transform: rotateY(180deg);
    opacity: .2;
}
/* services-end */

/* why-choose-us */
.msc-design-why-choose-us{
    margin: 70px 0px;
    position: relative;
}
.msc-design-why-choose-us::after{
    content: '';
    position: absolute;
    height: 300px;
    width: 180px;
    background-image: url("../img/vectors/wickets.png");
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -4rem;
    right: 0;
    opacity: .7;
}
.msc-descripttion-content-choose{
    font-family: var(--msc-font-theme-b-regular);
    color: var(--msc-light-text);
    font-size: 15px;
}
.msc-section-small-image-choose{
    margin-top: 37px;
}
.msc-image-description-content-choose{
    height: 240px;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
}
.msc-image-description-content-choose img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.msc-btn-tabs-choose-us{
    width: 100% !important;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px !important;
    padding: 13px 25px !important;
    border: 2px solid var(--msc-theme-global-medium-blue) !important;
    /* font-family: var(--msc-font-theme-b-title); */
    font-family: var(--msc-font-theme-b-medium);
    color: var(--msc-theme-global-medium-blue);
    font-size: 16px;
    transition: all .3s ease-in-out;
}
.msc-btn-tabs-choose-us:hover{
    background-color: var(--msc-theme-global-tint-blue);
    color: var(--msc-white);
}
.msc-btn-tabs-choose-us.active{
    background-color: var(--msc-theme-global-tint-blue) !important;
}
.msc-tabs-content-wrapper-outer-choose{
    margin: 10px 25px;
    height: 100%;
    overflow: hidden;
}
.msc-wrapper-card-inner-choose-tab {
    background-color: #63aac91a;
    border: 2px solid var(--msc-theme-global-tint-blue);
    outline: 2px dashed #397ea2;;
    outline-offset: -10px;
    margin-top: 40px;
    padding: 24px;
    border-radius: 35px;
}
.msc-img-choose-tab{
    height: 330px;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
}
.msc-img-choose-tab img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.msc-content-tab-choose{
    padding: 0px 5px;
}
.msc-content-tab-choose h2{
    font-family: var(--msc-font-theme-b-title);
    font-size: 38px;
    color: var(--msc-theme-global-medium-blue);
}
.msc-content-tab-choose p{
    font-family: var(--msc-font-theme-b-regular);
    font-size: 16px;
    color: var(--msc-light-text);
}
.msc-tabs-main-outer.fade{
    animation: slideInUp 1s ease-in-out !important;
}
/* why-choose-us-end */

/* discover-us */
.msc-discover-us-section {
    margin-bottom: 0px !important;
    margin: 60px 0px;
    margin-top: 100px;
    overflow: hidden;
}
.msc-wrapper-video-play{
    height: 250px;
    width: 100%;
    z-index: 99;
    position: relative;
}
.msc-wrapper-video-play video{
    height: 100%;
    width: 100%;
    object-fit: cover;
    filter: brightness(40%);
}
.msc-overlay-text-content-discover{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.msc-overlay-text-content-discover{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.msc-icons-image-discover{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.msc-img-coach-contact{
    height: 90px !important;
    width: 90px !important; 
}
.msc-icons-image-discover img{
    height: 100%;
    border: 3px solid var(--msc-white);
    border-radius: 50%;
    width: 100%;
}
.msc-call-info{
    background-color: #e1fcff;
    height: 93px !important;
    width: 93px !important;
    outline: 3px solid var(--msc-theme-global-medium-blue);
    outline-offset: -3px;
    border-radius: 50%;
    display: flex;
    overflow: hidden;
    align-items: center;
    margin-right: -22px;
    z-index: 99;
}
.msc-call-info img {
    height: 48px;
    width: 100%;
    object-fit: contain;
    border: none;
}
.msc-about-coach-call{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
}
.msc-imp-info-bbca{
    font-family: var(--msc-font-theme-b-semibold);
    color: var(--msc-white);
    font-size: 17px;
    margin-bottom: 0px;
    line-height: 1.4;
    width: 600px;
    text-shadow: 2px 2px 6px rgba(0,0,0,0.6);
}
.msc-imp-info-bbca a{
    color: var(--msc-white) !important;
} 
.msc-change-bg-btn-imp{
    background: #016dd9 !important;
    border-color: #016dd9 !important;
    padding: 10px 25px !important;
}
.msc-button-important-discover {
    background: transparent;
    padding: 10px 19px;
    -webkit-animation: jello-horizontal 0.9s both;
    animation: jello-horizontal 0.9s both;
    border: 3px solid white;
    background-color: #d7d7d73d;
    backdrop-filter: blur(10px);
    outline: none;
    border-radius: 67px;
    color: #016dd9;
    font-size: 16px;
    font-weight: 600;
    color: white;
    transition: all .2s ease-in-out;
}

.msc-button-important-discover:hover {
  background: #016dd9;
  color: #ffffff;
  border-color: #016dd9;
  animation: squeeze3124 0.9s both;
}

@keyframes squeeze3124 {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.msc-inner-wrapper-content-discover{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.msc-important-buttons-overlay-discover{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
}
/* discover-us-end */

/* players */
.msc-players-section-design{
    margin: 60px 20px;
    padding: 0px 50px;
}
.msc-players-container {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1400px;
}
.msc-players-card {
    width: 100%;
    margin-top: 45px; 
    background: #1a1a1a;
    border-radius: 30px;
    box-shadow: 0 0px 5px rgba(99, 99, 99, 0.322);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    margin-bottom: 60px;
    /* border: 2px solid rgba(6, 94, 140, 0.2); */
}

.msc-players-card:hover {
    transform: translateY(-15px) scale(1.02);
    box-shadow: 0 0px 10px rgba(6, 93, 140, 0.223);
    border-color: var(--msc-theme-global-tint-blue);
}
.msc-players-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 30px;
    padding: 2px;
    background: linear-gradient(135deg, 
        var(--msc-theme-global-tint-blue), 
        var(--msc-theme-global-medium-blue), 
        var(--msc-theme-global-dark-blue)
    );
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.5s ease;
    pointer-events: none;
}

.msc-players-card:hover::before {
    opacity: 1;
}
.msc-players-image-wrapper {
    width: 275px;
    height: 340px;
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    background: linear-gradient(135deg, var(--msc-theme-global-dark-blue), var(--msc-theme-global-medium-blue));
}

.msc-players-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

.msc-players-card:hover .msc-players-image {
    transform: scale(1.08);
}
.msc-players-image-wrapper::before {
    content: '';
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        to bottom,
        transparent 0%,
        rgba(255, 255, 255, 0.4) 50%,
        transparent 100%
    );
    z-index: 2;
    transition: top 0.9s ease;
    pointer-events: none;
}

.msc-players-card:hover .msc-players-image-wrapper::before {
    top: 100%;
}
.msc-players-corner-accent {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    background: rgba(6, 94, 140, 0.9);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    color: #ffffff;
    font-weight: 700;
    z-index: 3;
    box-shadow: 0 10px 30px rgba(6, 94, 140, 0.5);
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}
.msc-players-info {
    background: linear-gradient(135deg, 
        var(--msc-theme-global-dark-blue) 0%, 
        var(--msc-theme-global-medium-blue) 50%,
        var(--msc-theme-global-tint-blue) 100%
    );
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 90%;
    margin: 0px 15px !important;
    /* text-align: center; */
    position: absolute;
    bottom: -3rem;
    outline: 1px dashed rgba(255, 255, 255, 0.405);
    outline-offset: -4px;
    z-index: 99;
    padding: 20px;
    border-radius: 30px;
    transition: all .3s ease-in-out;
}
.msc-players-card:hover .msc-players-info{
    bottom: .8rem;
}
.msc-players-name {
    font-family: var(--msc-font-theme-b-medium);
    font-size: 20px;
    color: #ffffff;
    text-shadow: 3px 3px 12px rgba(0, 0, 0, 0.5);
    letter-spacing: 0.5px;
    animation: fadeInUp 0.6s ease-out;
}
.msc-players-role {
    display: inline-block;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: #ffffff;
    padding: 5px 10px;
    border-radius: 30px;
    font-family: var(--msc-font-theme-b-medium);
    font-size: 12px;    
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    transition: all 0.4s ease;
    letter-spacing: 1px;
}

.msc-players-card:hover .msc-players-role {
    transform: scale(1.08);
    background: rgba(255, 255, 255, 0.25);
    border-color: rgba(255, 255, 255, 0.5);
    box-shadow: 0 12px 35px rgba(6, 94, 140, 0.6);
}
.msc-players-stats {
    display: flex;
    justify-content: space-around;
    margin: 25px 0;
    padding: 25px 15px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.msc-players-stat-item {
    text-align: center;
    transition: transform 0.3s ease;
}

.msc-players-stat-item:hover {
    transform: translateY(-5px);
}

.msc-players-stat-value {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.8rem;
    font-weight: 900;
    color: #fbbf24;
    display: block;
    margin-bottom: 8px;
    text-shadow: 2px 2px 8px rgba(251, 191, 36, 0.5);
}

.msc-players-stat-label {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.75);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 600;
}
.msc-players-button {
    background: #ffffff;
    color: var(--msc-theme-global-dark-blue);
    border-radius: 10px;
    border: 2px solid var(--msc-white);
    background-color: var(--msc-white);
    padding: 8px 12px;
    font-size: 1.05rem;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.msc-players-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(6, 94, 140, 0.4), 
        transparent
    );
    transition: left 0.7s ease;
}

.msc-players-button:hover::before {
    left: 100%;
}

.msc-players-button:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 40px rgba(6, 94, 140, 0.7);
    background: var(--msc-theme-global-tint-blue);
    color: #ffffff;
}

.msc-players-button-icon {
    font-size: 1.2rem;
    transition: transform 0.3s ease;
}

.msc-players-button:hover .msc-players-button-icon {
    transform: translateX(5px);
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@media (max-width: 480px) {
    .msc-players-card {
        width: 100%;
        max-width: 380px;
    }

    .msc-players-image-wrapper {
        height: 230px;
    }

    .msc-players-name {
        font-size: 1.8rem;
    }

    .msc-players-role {
        font-size: 0.95rem;
        padding: 10px 28px;
    }

    .msc-players-stat-value {
        font-size: 1.5rem;
    }

    .msc-players-stat-label {
        font-size: 0.75rem;
    }

    .msc-players-button {
        padding: 14px 35px;
        font-size: 0.95rem;
    }

    .msc-players-corner-accent {
        width: 50px;
        height: 50px;
        font-size: 1.1rem;
    }
}
.msc-players-card.msc-players-bowler .msc-players-info {
    background: linear-gradient(135deg, 
        var(--msc-theme-global-medium-blue) 0%, 
        var(--msc-theme-global-tint-blue) 50%,
        var(--msc-theme-global-dark-blue) 100%
    );
}

.msc-players-card.msc-players-bowler .msc-players-corner-accent {
    background: rgba(12, 54, 113, 0.9);
}
.msc-players-card-main .owl-item {
    margin-bottom: 0px !important;
    transition: transform 0.5s ease, width 0.5s ease, margin-right 0.5s ease;
}
.msc-players-card-main .owl-item {
    width: auto !important; 
    flex: 1 0 100%; 
    margin-right: 25px !important;
}

.msc-players-card-main .owl-item.center {
    transform: scale(1.08) translateY(-10px) !important;
    width: 380px !important;
    margin-right: 25px !important;
}
.msc-players-card-main .owl-item.center .msc-players-image-wrapper {
    width: 100% !important;
}
.msc-players-section-design{
    position: relative;
}
.msc-players-section-design::after{
    content: "";
    position: absolute;
    background-image: url("../img/vectors/helmat.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 250px;
    height: 250px;
    top: 0;
    left: 0;
    opacity: .2;
}
.msc-cricket-new-design-main{
    margin: 60px 0px;
}
/* players-end */

/* cricket-news */
.msc-cricket-new-design-main{
    margin: 60px 0px;
    padding-top: 80px;
}
.msc-cricket-news-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
    padding-bottom: 30px;
    border-bottom: 3px solid var(--msc-theme-global-tint-blue);
    position: relative;
}

.msc-cricket-news-header::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 150px;
    height: 3px;
    background: var(--msc-theme-electric-blue);
}

.msc-cricket-news-title-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
}

.msc-cricket-news-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--msc-theme-global-dark-blue), var(--msc-theme-global-tint-blue));
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    /* box-shadow: 0 10px 30px rgba(0, 217, 255, 0.3); */
}

.msc-cricket-news-main-title {
    font-family: var(--msc-font-theme-b-extra-bold);
    font-size: 2.7rem;
    font-weight: 400;
    text-transform: uppercase;
    background: linear-gradient(135deg,var(--msc-theme-global-tint-blue), var(--msc-theme-electric-blue));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
    margin-bottom: 0px;
}

.msc-cricket-news-live-badge {
    display: flex;
    align-items: center;
    gap: 8px;
    background: var(--msc-theme-danger-red);
    padding: 12px 25px;
    border-radius: 30px;
    font-size: 0.85rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    animation: pulse 2s infinite;
}

.msc-cricket-news-live-dot {
    width: 10px;
    height: 10px;
    background: #ffffff;
    border-radius: 50%;
    animation: blink 1.5s infinite;
}

@keyframes pulse {
    0%, 100% { box-shadow: 0 0 20px rgba(255, 8, 68, 0.5); }
    50% { box-shadow: 0 0 40px rgba(255, 8, 68, 0.8); }
}

@keyframes blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.3; }
}

/* News Grid */
.msc-cricket-news-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 25px;
}

/* Breaking News Card - Full Width */
.msc-cricket-news-breaking {
    grid-column: span 12;
    position: relative;
    height: 600px;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
}

.msc-cricket-news-breaking-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.msc-cricket-news-breaking-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease;
}

.msc-cricket-news-breaking:hover .msc-cricket-news-breaking-image {
    transform: scale(1.1);
}

.msc-cricket-news-breaking-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(10, 14, 26, 0.95) 0%, rgba(10, 14, 26, 0.4) 60%, transparent 100%);
    z-index: 1;
}

.msc-cricket-news-breaking-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px;
    z-index: 2;
}

.msc-cricket-news-breaking-tag {
    display: inline-block;
    background: var(--msc-theme-danger-red);
    color: #ffffff;
    padding: 10px 25px;
    border-radius: 8px;
    font-size: 0.75rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 20px;
}

.msc-cricket-news-breaking-headline {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 3.5rem;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 20px;
    text-shadow: 2px 4px 20px rgba(0, 0, 0, 0.8);
}

.msc-cricket-news-breaking-excerpt {
    font-size: 1.15rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.9);
    max-width: 700px;
    margin-bottom: 25px;
}

.msc-cricket-news-breaking-meta {
    display: flex;
    align-items: center;
    gap: 30px;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

.msc-cricket-news-meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Standard News Card */
.msc-cricket-news-card {
    background: #12161f;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid transparent;
    cursor: pointer;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.msc-cricket-news-card:hover {
    transform: translateY(-8px);
    border-color: var(--msc-theme-global-tint-blue);
    box-shadow: 0 20px 60px rgba(0, 217, 255, 0.2);
}

/* Large Card */
.msc-cricket-news-large {
    grid-column: span 8;
}

/* Medium Card */
.msc-cricket-news-medium {
    grid-column: span 4;
}

/* Small Card */
.msc-cricket-news-small {
    grid-column: span 4;
}

.msc-cricket-news-image-container {
    position: relative;
    overflow: hidden;
    height: 250px;
}

.msc-cricket-news-large .msc-cricket-news-image-container {
    height: 400px;
}

.msc-cricket-news-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.msc-cricket-news-card:hover .msc-cricket-news-thumbnail {
    transform: scale(1.08);
}

.msc-cricket-news-category-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: var(--msc-theme-global-dark-blue);
    color: var(--msc-theme-electric-blue);
    padding: 8px 20px;
    border-radius: 8px;
    font-size: 0.7rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 1px solid var(--msc-theme-electric-blue);
    backdrop-filter: blur(10px);
    z-index: 2;
}

.msc-cricket-news-trending-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: linear-gradient(135deg, #ff0844, #ff4757);
    color: #ffffff;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    z-index: 2;
    box-shadow: 0 8px 20px rgba(255, 8, 68, 0.5);
}

.msc-cricket-news-content-wrapper {
    padding: 25px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.msc-cricket-news-headline {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.5rem;
    font-weight: 900;
    line-height: 1.3;
    margin-bottom: 12px;
    color: #ffffff;
    transition: color 0.3s ease;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.msc-cricket-news-large .msc-cricket-news-headline {
    font-size: 2rem;
}

.msc-cricket-news-card:hover .msc-cricket-news-headline {
    color: var(--msc-theme-electric-blue);
}

.msc-cricket-news-excerpt {
    font-size: 0.95rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 20px;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.msc-cricket-news-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.msc-cricket-news-author {
    display: flex;
    align-items: center;
    gap: 12px;
}

.msc-cricket-news-avatar {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 2px solid var(--msc-theme-global-tint-blue);
}

.msc-cricket-news-author-info {
    display: flex;
    flex-direction: column;
}

.msc-cricket-news-author-name {
    font-size: 0.85rem;
    font-weight: 700;
    color: #ffffff;
}

.msc-cricket-news-publish-time {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.5);
}

.msc-cricket-news-stats {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
}

.msc-cricket-news-stat {
    display: flex;
    align-items: center;
    gap: 5px;
}

/* Read More Link */
.msc-cricket-news-read-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--msc-theme-electric-blue);
    font-weight: 700;
    font-size: 0.9rem;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 15px;
    transition: gap 0.3s ease;
}

.msc-cricket-news-read-more:hover {
    gap: 12px;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .msc-cricket-news-large,
    .msc-cricket-news-medium,
    .msc-cricket-news-small {
        grid-column: span 6;
    }
}

@media (max-width: 768px) {
    .msc-cricket-news-main-title {
        font-size: 2.5rem;
    }

    .msc-cricket-news-breaking {
        height: 500px;
    }

    .msc-cricket-news-breaking-content {
        padding: 30px;
    }

    .msc-cricket-news-breaking-headline {
        font-size: 2rem;
    }

    .msc-cricket-news-large,
    .msc-cricket-news-medium,
    .msc-cricket-news-small {
        grid-column: span 12;
    }

    .msc-cricket-news-header {
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
    }
}
.msc-main-wrapper-side-blogs{
    background-color: #12161f;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 15px;
    transition: all .3s ease-in-out;
}
.msc-main-wrapper-side-blogs:hover{
    transform: translateY(-10px) scale(1.01);
    cursor: pointer;
    box-shadow: 0 20px 60px rgba(0, 217, 255, 0.2);
}
.msc-side-wrapper-img-blog{
    height: 100% !important;
    width: 100% !important;
}
.msc-side-wrapper-img-blog img{
    height: 100%;
    width: auto;
    object-fit: cover !important;
}
.msc-content-side-blog{
    padding: 13px;
    padding-left: 0px;
}
.msc-tag-side-blog{
    background-color: rgba(255, 255, 255, 0.208);
    backdrop-filter: blur(12px);
    color: var(--msc-white);
    font-family: var(--msc-font-theme-b-medium);
    padding: 5px 15px;
    border: 1px solid var(--msc-white);
    font-size: 12px;
    border-radius: 10px;
    margin-bottom: 7px;
    display: inline-block;
}
.msc-content-side-blog h2{
    font-family: var(--msc-font-theme-b-semibold);
    font-size: 19px;
    color: var(--msc-white);
    font-family: 'Roboto Condensed', sans-serif;
    margin-top: 5px;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
.msc-side-blog-date-main{
    color: var(--msc-light);
    font-size: 15px;
    font-family: 'Roboto Condensed', sans-serif;
}
.msc-description-side-blog{
    font-family: var(--msc-font-theme-b-regular);
    color: var(--msc-theme-light-grey-tone);
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
.msc-main-wrapper-side-blog-outer{
    position: relative;
}
/* cricket-news-end */

/* gallery-section */
:root {
    --brand-red: #ff4d4d;
    --brand-dark: #1a1a2e;
    --brand-light: #ffffff;
}
.msc-gallery-section {
    padding-top: 70px !important;
    padding: 100px 20px;
    background-color: #fcfcfc;
    position: relative;
    overflow-x: hidden;
}
.msc-gallery-section::before {
    content: '';
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background-image: 
        linear-gradient(rgba(0,0,0,0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0,0,0,0.03) 1px, transparent 1px);
    background-size: 30px 30px;
    z-index: 0;
}
.msc-gallery-bg-icon {
    position: absolute;
    color: rgba(26, 26, 46, 0.03); /* Very subtle */
    z-index: 0;
    animation: msc-gallery-floatIcon 15s infinite linear;
}

@keyframes msc-gallery-floatIcon {
    0% { transform: translateY(0) rotate(0deg); opacity: 0.03; }
    50% { opacity: 0.06; }
    100% { transform: translateY(-100px) rotate(20deg); opacity: 0.03; }
}
.msc-gallery-section-header {
    text-align: center;
    margin-bottom: 70px;
    position: relative;
    z-index: 2;
}
.msc-gallery-section-title-wrapper {
    display: inline-block;
    position: relative;
}

.msc-gallery-section-title {
    font-family: 'teko';
    font-size: 3.5rem;
    line-height: 1;
    font-weight: 700;
    color: var(--brand-dark);
    text-transform: uppercase;
    margin-bottom: 15px;
    position: relative;
}

.msc-gallery-section-title span {
    color: var(--brand-red);
}
.msc-gallery-title-decoration {
    width: 100%;
    height: 4px;
    background: #e0e0e0;
    position: relative;
    margin: 0 auto;
    border-radius: 2px;
    overflow: visible;
}

.msc-gallery-rolling-ball {
    width: 20px;
    height: 20px;
    background: radial-gradient(circle at 30% 30%, #ff4d4d, #b30000);
    border-radius: 50%;
    position: absolute;
    top: -8px;
    left: 0;
    animation: msc-gallery-rollAcross 4s ease-in-out infinite;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.msc-gallery-rolling-ball::after {
    content: '';
    position: absolute;
    width: 100%; height: 100%;
    border: 2px dashed rgba(255,255,255,0.7);
    border-radius: 50%;
    animation: msc-gallery-spinBall 0.5s linear infinite;
}

@keyframes msc-gallery-rollAcross {
    0% { left: 0; }
    50% { left: 100%; }
    100% { left: 0; }
}
@keyframes msc-gallery-spinBall { 100% { transform: rotate(360deg); } }

.msc-gallery-section-subtitle {
    font-size: 1.1rem;
    color: #666;
    margin-top: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.msc-gallery-container {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    overflow-x: hidden;
}

.msc-gallery-grid {
    display: flex;
    gap: 20px;
    height: 600px;
    align-items: stretch;
}

.msc-gallery-column {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 1;
}

.msc-gallery-column.msc-gallery-large {
    flex: 1.5;
}
.msc-gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    cursor: pointer;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    flex: 1;
}

.msc-gallery-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.msc-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease;
}

.msc-gallery-item:hover img {
    transform: scale(1.1);
}
.msc-gallery-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(26, 26, 46, 0.9) 0%, rgba(26, 26, 46, 0.4) 50%, transparent 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 30px;
    opacity: 0;
    transition: opacity 0.4s ease;
}
.msc-gallery-item:hover .msc-gallery-overlay { opacity: 1; }
.msc-gallery-overlay-content {
    transform: translateY(20px);
    transition: transform 0.4s ease;
}
.msc-gallery-item:hover .msc-gallery-overlay-content { transform: translateY(0); }
.msc-gallery-overlay-tag {
    background: var(--brand-red);
    color: white;
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 0.75rem;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 8px;
}

.msc-gallery-overlay-title {
    color: white;
    font-family: var(--msc-font-theme-b-bold);
    font-size: 1.5rem;
    line-height: 1;
    margin-bottom: 5px;
}

.msc-gallery-overlay-subtitle {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
}
.msc-gallery-zoom-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 70px;
    height: 70px;
    background: var(--brand-red);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.8rem;
    z-index: 5;
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    box-shadow: 0 10px 30px rgba(255, 77, 77, 0.5);
    pointer-events: none;
}
.msc-gallery-zoom-icon::before {
    content: '';
    position: absolute;
    width: 80px;
    height: 80px;
    border: 2px solid rgba(255, 77, 77, 0.5);
    border-radius: 50%;
    animation: msc-gallery-pulse-ring 1.5s ease-out infinite;
}

@keyframes msc-gallery-pulse-ring {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}

.msc-gallery-item:hover .msc-gallery-zoom-icon {
    transform: translate(-50%, -50%) scale(1) rotate(90deg);
}
.msc-gallery-lightbox-modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(10, 10, 15, 0.95);
    z-index: 10000;
    align-items: center;
    justify-content: center;
    overflow-x: hidden;
    backdrop-filter: blur(8px);
}

.msc-gallery-lightbox-modal.msc-gallery-active { 
    display: flex; 
    animation: msc-gallery-fadeIn 0.3s ease; 
}

.msc-gallery-lightbox-content {
    max-width: 90vw;
    max-height: 85vh;
    border-radius: 4px;
    box-shadow: 0 0 50px rgba(0,0,0,0.5);
    border: 1px solid rgba(255,255,255,0.1);
}
.msc-gallery-lightbox-nav, 
.msc-gallery-lightbox-close {
    position: absolute;
    background: rgba(255,255,255,0.1);
    color: white;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s;
    z-index: 10001;
}

.msc-gallery-lightbox-nav:hover, 
.msc-gallery-lightbox-close:hover {
    background: var(--brand-red);
    transform: scale(1.1);
}

.msc-gallery-lightbox-prev { left: 30px; }
.msc-gallery-lightbox-next { right: 30px; }
.msc-gallery-lightbox-close { top: 30px; right: 30px; }

.msc-gallery-lightbox-info {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: white;
    z-index: 10001;
    background-color: black;
    padding: 6px 26px;
    border-radius: 37px;
}

.msc-gallery-lightbox-info h4 { 
    font-family: 'Teko', sans-serif; 
    font-size: 2rem; 
    margin: 0; 
    letter-spacing: 1px; 
}

.msc-gallery-lightbox-info p { 
    opacity: 0.7; 
    font-size: 0.9rem; 
}

@keyframes msc-gallery-fadeIn { 
    from { opacity: 0; } 
    to { opacity: 1; } 
}
@media (max-width: 992px) {
    .msc-gallery-grid { flex-wrap: wrap; height: auto; }
    .msc-gallery-column { flex: 1 1 45%; min-height: 350px; }
    .msc-gallery-column.msc-gallery-large { flex: 1 1 100%; }
}

@media (max-width: 768px) {
    .msc-gallery-section-title { font-size: 3rem; }
    .msc-gallery-grid { flex-direction: column; }
    .msc-gallery-column { width: 100%; min-height: 300px; }
    .msc-gallery-item { min-height: 250px; }
    .msc-gallery-zoom-icon { width: 60px; height: 60px; font-size: 1.5rem; }
    .msc-gallery-lightbox-nav { width: 40px; height: 40px; }
    .msc-gallery-lightbox-prev { left: 10px; } 
    .msc-gallery-lightbox-next { right: 10px; }
}
/* gallery-section-end */

/* shining-stars-section */
:root {
    --msc-shining-stars-brand-red: #ff4d4d;
    --msc-shining-stars-brand-dark: #1a1a2e;
    --msc-shining-stars-brand-gold: #ffd700;
    --msc-shining-stars-card-bg: #ffffff;
    --msc-shining-stars-bg-light: #f4f6f9;
}
.msc-shining-stars-section {
    padding: 65px 20px;
    position: relative;
    background-color: #f8f9fc;
    overflow: hidden;
}
.msc-shining-stars-section::before {
    content: '';
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background-image: 
        linear-gradient(rgba(26, 26, 46, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(26, 26, 46, 0.03) 1px, transparent 1px);
    background-size: 40px 40px;
    z-index: 0;
}
.msc-shining-stars-bg-floating-icon {
    position: absolute;
    color: rgba(255, 77, 77, 0.04); 
    z-index: 0;
    pointer-events: none;
    animation: msc-shining-stars-floatMove 20s infinite linear;
}

@keyframes msc-shining-stars-floatMove {
    0% { transform: translateY(0) rotate(0deg); }
    50% { transform: translateY(-40px) rotate(10deg); }
    100% { transform: translateY(0) rotate(0deg); }
}


.msc-shining-stars-section-header {
    text-align: center;
    margin-bottom: 31px;
    position: relative;
    z-index: 2;
}


.msc-shining-stars-section-title {
    font-family: 'Teko', sans-serif;
    font-size: 3.5rem;
    font-weight: 700;
    color: var(--msc-shining-stars-brand-dark);
    text-transform: uppercase;
    margin: 0;
    line-height: 0.9;
    letter-spacing: 1px;
    text-shadow: 2px 2px 0px rgba(0,0,0,0.05);
}


.msc-shining-stars-section-title span {
    color: var(--msc-shining-stars-brand-red);
}


.msc-shining-stars-section-subtitle {
    color: #666;
    font-size: 1.15rem;
    letter-spacing: 1px;
    margin-top: 15px;
    font-weight: 500;
}
.msc-shining-stars-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    margin-top: 40px;
    margin-bottom: 40px;
}


.msc-shining-stars-card {
    background: var(--msc-shining-stars-card-bg);
    border-radius: 40px;
    position: relative;
    padding-top: 70px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.06);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 1px solid rgba(0,0,0,0.03);
    overflow: visible;
}


.msc-shining-stars-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 25px 60px rgba(255, 77, 77, 0.15);
    border-color: rgba(255, 77, 77, 0.2);
}
.msc-shining-stars-card-curve-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 85%; 
    background: linear-gradient(180deg, #f8faff 0%, #ffffff 100%);
    border-radius: 100% 100% 24px 24px / 20% 20% 24px 24px; /* The Curve Effect */
    z-index: 0;
    border: 1px solid rgba(0,0,0,0.03);
    border-top: none;
    border-bottom-left-radius: 75px;
    border-bottom-right-radius: 75px;
}
.msc-shining-stars-img-wrapper {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    position: absolute;
    top: -25px; 
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    padding: 6px;
    background: white;
    border-radius: 50%;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}
.msc-shining-stars-img-wrapper::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 4px solid var(--msc-shining-stars-brand-dark);
    border-top-color: var(--msc-shining-stars-brand-red);
    transform: rotate(-45deg);
    transition: transform 0.6s ease;
}
.msc-shining-stars-card:hover .msc-shining-stars-img-wrapper::before {
    transform: rotate(135deg);
}
.msc-shining-stars-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 5px solid #fff;
}
.msc-shining-stars-content {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 70px 20px 30px;
}


.msc-shining-stars-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    padding: 6px 16px;
    border-radius: 50px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    margin-bottom: 15px;
    color: #555;
    font-size: 0.85rem;
    font-weight: 500;
    border: 1px solid #f0f0f0;
}


.msc-shining-stars-badge i {
    color: var(--msc-shining-stars-brand-gold);
    animation: msc-shining-stars-spinStar 3s infinite linear;
}


.msc-shining-stars-name {
    font-family: 'Teko', sans-serif;
    font-size: 2.4rem;
    font-weight: 600;
    color: var(--msc-shining-stars-brand-dark);
    margin-bottom: 0px;
    line-height: 1;
}


.msc-shining-stars-location {
    color: var(--msc-shining-stars-brand-red);
    font-weight: 600;
    font-size: 0.95rem;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.msc-shining-stars-stats {
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 12px;
    padding: 12px;
    margin-bottom: 10px;
    transition: 0.3s;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}
.msc-shining-stars-card:hover .msc-shining-stars-stats {
    border-color: var(--msc-shining-stars-brand-red);
    background: #fffbfb;
    box-shadow: 0 5px 15px rgba(255, 77, 77, 0.05);
}
.msc-shining-stars-stat-item {
    flex: 1;
    padding: 0 5px;
    position: relative;
}

.msc-shining-stars-stat-item:first-child::after {
    content: '';
    position: absolute;
    right: 0; top: 15%; height: 70%; width: 1px; background: #eee;
}


.msc-shining-stars-stat-value {
    display: block;
    font-family: 'Teko', sans-serif;
    font-size: 1.4rem;
    color: var(--msc-shining-stars-brand-dark);
    line-height: 1;
    white-space: nowrap;
}


.msc-shining-stars-stat-label {
    font-size: 0.75rem;
    color: #888;
    text-transform: uppercase;
    display: block;
    margin-top: 2px;
    font-weight: 500;
}
.msc-shining-stars-achievement {
    background: #fff8e1;
    color: #bfa004;
    padding: 10px 15px;
    border-radius: 8px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px dashed #ffe082;
    transition: 0.3s;
}


.msc-shining-stars-card:hover .msc-shining-stars-achievement {
    transform: scale(1.02);
    background: #fff3cd;
}


.msc-shining-stars-footer {
    font-size: 0.85rem;
    color: #999;
    border-top: 1px dashed #e0e0e0;
    padding-top: 15px;
    margin-top: 5px;
    display: flex;
    justify-content: center;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap;
}

.msc-shining-stars-tag-pill {
    background: #f1f3f5;
    border: 1px solid #e9ecef;
    color: #495057;
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
}

.msc-shining-stars-bcci-pill {
    background: var(--msc-shining-stars-brand-dark);
    color: var(--msc-shining-stars-brand-gold);
    border: 1px solid var(--msc-shining-stars-brand-dark);
}
@keyframes msc-shining-stars-spinStar {
    0% { transform: rotate(0deg) scale(1); }
    50% { transform: rotate(180deg) scale(1.2); }
    100% { transform: rotate(360deg) scale(1); }
}
@media (max-width: 768px) {
    .msc-shining-stars-section-title { font-size: 3.5rem; }
    .msc-shining-stars-grid { gap: 60px; }
}
/* shining-stars-section-end */

/* youtube-videos */
:root {
    --brand-red: #ff4d4d;
    --brand-dark: #1a1a2e;
    --brand-gold: #ffd700;
    --bg-white: #ffffff;
    --bg-light: #f9fafb;
}
.msc-youtube-video-section {
    padding: 75px 20px;
    position: relative;
    background-color: var(--bg-white);
    overflow: hidden;
}
.msc-youtube-video-section::before {
    content: '';
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background-image: radial-gradient(#e0e0e0 1.5px, transparent 1.5px);
    background-size: 24px 24px;
    z-index: 0;
    opacity: 0.6;
}
.msc-youtube-video-floater {
    position: absolute;
    color: rgba(26, 26, 46, 0.03);
    z-index: 0;
    pointer-events: none;
    animation: msc-youtube-video-float 18s infinite ease-in-out;
}

.msc-youtube-video-floater.msc-youtube-video-play-icon {
    color: rgba(255, 77, 77, 0.06); 
}

@keyframes msc-youtube-video-float {
    0% { transform: translateY(0) scale(1) rotate(0deg); }
    50% { transform: translateY(-40px) scale(1.1) rotate(15deg); }
    100% { transform: translateY(0) scale(1) rotate(0deg); }
}
.msc-youtube-video-section-header {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    z-index: 2;
}

.msc-youtube-video-section-title {
    font-family: 'Teko', sans-serif;
    font-size: 3.5rem;
    font-weight: 700;
    color: var(--brand-dark);
    text-transform: uppercase;
    line-height: 0.9;
    margin-bottom: 10px;
}

.msc-youtube-video-section-title span {
    color: var(--brand-red);
    position: relative;
    display: inline-block;
}
.msc-youtube-video-section-title span::after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 10px;
    background: url("data:image/svg+xml,%3Csvg width='100' height='20' viewBox='0 0 100 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 10 Q 25 20, 50 10 T 100 10' stroke='%23ffd700' stroke-width='4' fill='none' /%3E%3C/svg%3E") repeat-x;
    background-size: contain;
    opacity: 0.8;
    z-index: -1;
}

.msc-youtube-video-section-subtitle {
    color: #666;
    font-size: 1.1rem;
    letter-spacing: 1px;
    font-weight: 500;
    text-transform: uppercase;
}

.msc-youtube-video-container {
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 2fr 1fr; 
    gap: 30px;
}

.msc-youtube-video-featured-wrapper {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,0.15);
    background: #000;
    aspect-ratio: 16/9;
    border: 4px solid #fff;
    transition: transform 0.4s ease;
    box-shadow: 0 30px 80px rgba(255, 77, 77, 0.2);
    border-color: var(--brand-red);
}

.msc-youtube-video-featured-wrapper:hover {
    transform: scale(1.01);
}

.msc-youtube-video-iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.msc-youtube-video-live-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background: rgba(255, 77, 77, 0.9);
    color: white;
    padding: 8px 16px;
    border-radius: 6px;
    font-weight: 700;
    font-size: 0.9rem;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 8px;
    z-index: 10;
    backdrop-filter: blur(4px);
    animation: msc-youtube-video-pulseRed 2s infinite;
}

.msc-youtube-video-live-badge::before {
    content: '';
    width: 10px;
    height: 10px;
    background: white;
    border-radius: 50%;
}
@keyframes msc-youtube-video-pulseRed {
    0% { box-shadow: 0 0 0 0 rgba(255, 77, 77, 0.7); }
    70% { box-shadow: 0 0 0 10px rgba(255, 77, 77, 0); }
    100% { box-shadow: 0 0 0 0 rgba(255, 77, 77, 0); }
}
.msc-youtube-video-playlist-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 100%;
    overflow-y: auto;
    padding-right: 10px;
}
.msc-youtube-video-playlist-wrapper::-webkit-scrollbar { width: 6px; }
.msc-youtube-video-playlist-wrapper::-webkit-scrollbar-track { background: #f1f1f1; border-radius: 10px; }
.msc-youtube-video-playlist-wrapper::-webkit-scrollbar-thumb { background: #ccc; border-radius: 10px; }
.msc-youtube-video-playlist-wrapper::-webkit-scrollbar-thumb:hover { background: var(--brand-red); }

.msc-youtube-video-playlist-card {
    background: white;
    border-radius: 16px;
    padding: 10px;
    display: flex;
    gap: 15px;
    align-items: center;
    border: 1px solid #eee;
    transition: all 0.3s ease;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
}

.msc-youtube-video-playlist-card:hover, 
.msc-youtube-video-playlist-card.msc-youtube-video-active {
    border-color: var(--brand-red);
    background: #fffafa;
    transform: translateX(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.msc-youtube-video-playlist-thumb {
    width: 120px;
    height: 80px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    flex-shrink: 0;
}

.msc-youtube-video-playlist-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s;
}

.msc-youtube-video-playlist-card:hover .msc-youtube-video-playlist-thumb img {
    transform: scale(1.1);
}

.msc-youtube-video-play-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.3s;
}

.msc-youtube-video-playlist-card:hover .msc-youtube-video-play-overlay { 
    opacity: 1; 
}

.msc-youtube-video-play-overlay i { 
    color: white; 
    font-size: 1.5rem; 
}

.msc-youtube-video-playlist-info {
    flex: 1;
}

.msc-youtube-video-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    color: var(--brand-dark);
    margin-bottom: 5px;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.msc-youtube-video-meta {
    font-size: 0.8rem;
    color: #888;
    display: flex;
    align-items: center;
    gap: 10px;
}

.msc-youtube-video-meta i { 
    font-size: 0.7rem; 
    color: var(--brand-red); 
}
.msc-youtube-video-footer {
    text-align: center;
    margin-top: 50px;
    position: relative;
    z-index: 2;
}

.msc-youtube-video-btn {
    background: #ff0000;
    color: white;
    padding: 12px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 10px 20px rgba(255, 0, 0, 0.3);
    transition: 0.3s;
}
.msc-youtube-video-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(255, 0, 0, 0.4);
    color: white;
}
@media (max-width: 992px) {
    .msc-youtube-video-container {
        grid-template-columns: 1fr;
    }
    .msc-youtube-video-playlist-wrapper {
        flex-direction: row;
        overflow-x: auto;
        padding-bottom: 20px;
        padding-right: 0;
    }
    .msc-youtube-video-playlist-card {
        min-width: 300px;
    }
}

@media (max-width: 768px) {
    .msc-youtube-video-section-title { font-size: 3rem; }
}

/* ===== EMPTY STATE STYLING ===== */
.msc-youtube-video-empty-state {
    max-width: 800px;
    margin: 0 auto;
    padding: 0px 30px;
    text-align: center;
    position: relative;
    z-index: 2;
}

.msc-youtube-video-empty-content {
    background: white;
    border-radius: 30px;
    padding: 60px 40px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
    border: 2px dashed #e0e0e0;
    position: relative;
    overflow: hidden;
}

.msc-youtube-video-empty-content::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 77, 77, 0.03) 0%, transparent 70%);
    animation: msc-youtube-video-empty-pulse 8s infinite;
}

@keyframes msc-youtube-video-empty-pulse {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.2); opacity: 0.5; }
}

.msc-youtube-video-empty-icon-wrapper {
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
}

.msc-youtube-video-empty-icon {
    font-size: 8rem;
    color: #ff0000;
    opacity: 0.15;
    display: block;
    position: relative;
    z-index: 1;
}

.msc-youtube-video-empty-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3.5rem;
    color: var(--brand-red);
    z-index: 2;
    animation: msc-youtube-video-empty-bounce 2s infinite;
}

@keyframes msc-youtube-video-empty-bounce {
    0%, 100% { transform: translate(-50%, -50%) scale(1); }
    50% { transform: translate(-50%, -50%) scale(1.1); }
}

.msc-youtube-video-empty-title {
    font-family: 'Teko', sans-serif;
    font-size: 3rem;
    font-weight: 700;
    color: var(--brand-dark);
    margin-bottom: 15px;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
}

.msc-youtube-video-empty-text {
    font-size: 1.1rem;
    color: #666;
    line-height: 1.8;
    margin-bottom: 35px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2;
}

.msc-youtube-video-empty-actions {
    position: relative;
    z-index: 2;
}

.msc-youtube-video-empty-btn {
    background: #ff0000;
    color: white;
    padding: 15px 35px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 1.05rem;
    box-shadow: 0 10px 30px rgba(255, 0, 0, 0.3);
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.msc-youtube-video-empty-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(255, 0, 0, 0.4);
    color: white;
    border-color: #cc0000;
    background: #cc0000;
}

.msc-youtube-video-empty-btn i {
    font-size: 1.3rem;
}

/* Responsive */
@media (max-width: 768px) {
    .msc-youtube-video-empty-state {
        padding: 50px 20px;
    }
    
    .msc-youtube-video-empty-content {
        padding: 40px 25px;
    }
    
    .msc-youtube-video-empty-icon {
        font-size: 6rem;
    }
    
    .msc-youtube-video-empty-play-icon {
        font-size: 2.5rem;
    }
    
    .msc-youtube-video-empty-title {
        font-size: 2.2rem;
    }
    
    .msc-youtube-video-empty-text {
        font-size: 1rem;
    }
    
    .msc-youtube-video-empty-btn {
        padding: 12px 28px;
        font-size: 0.95rem;
    }
}

/* youtube-videos-end */

/* testimonial */
:root {
    --brand-red: #ff4d4d;
    --brand-dark: #111111;
    --brand-gold: #ffd700;
    --brand-gray: #f4f6f9;
    --text-color: #555;
}
.msc-testimonial-section {
    padding: 75px 20px;
    padding-bottom: 27px;
    position: relative;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fe 50%, #fff5f5 100%);
    overflow: hidden;
}
.msc-testimonial-gradient-mesh {
    position: absolute;
    inset: 0;
    background: 
        radial-gradient(circle at 20% 20%, rgba(255, 77, 77, 0.08) 0%, transparent 40%),
        radial-gradient(circle at 80% 80%, rgba(255, 215, 0, 0.12) 0%, transparent 40%),
        radial-gradient(circle at 50% 50%, rgba(15, 52, 96, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 90% 10%, rgba(255, 77, 77, 0.06) 0%, transparent 35%);
    animation: msc-testimonial-mesh-move 20s ease-in-out infinite alternate;
    z-index: 0;
}
@keyframes msc-testimonial-mesh-move {
    0% { transform: scale(1) rotate(0deg); }
    100% { transform: scale(1.1) rotate(5deg); }
}
.msc-testimonial-wave-pattern {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 120' preserveAspectRatio='none'%3E%3Cpath d='M0,0V46.29c47.79,22.2,103.59,32.17,158,28,70.36-5.37,136.33-33.31,206.8-37.5C438.64,32.43,512.34,53.67,583,72.05c69.27,18,138.3,24.88,209.4,13.08,36.15-6,69.85-17.84,104.45-29.34C989.49,25,1113-14.29,1200,52.47V0Z' opacity='.25' fill='%23ffffff'/%3E%3Cpath d='M0,0V15.81C13,36.92,27.64,56.86,47.69,72.05,99.41,111.27,165,111,224.58,91.58c31.15-10.15,60.09-26.07,89.67-39.8,40.92-19,84.73-46,130.83-49.67,36.26-2.85,70.9,9.42,98.6,31.56,31.77,25.39,62.32,62,103.63,73,40.44,10.79,81.35-6.69,119.13-24.28s75.16-39,116.92-43.05c59.73-5.85,113.28,22.88,168.9,38.84,30.2,8.66,59,6.17,87.09-7.5,22.43-10.89,48-26.93,60.65-49.24V0Z' opacity='.5' fill='%23ffffff'/%3E%3Cpath d='M0,0V5.63C149.93,59,314.09,71.32,475.83,42.57c43-7.64,84.23-20.12,127.61-26.46,59-8.63,112.48,12.24,165.56,35.4C827.93,77.22,886,95.24,951.2,90c86.53-7,172.46-45.71,248.8-84.81V0Z' fill='%23ffffff'/%3E%3C/svg%3E") no-repeat;
    background-size: cover;
    opacity: 0.3;
    z-index: 1;
}
.msc-testimonial-shape {
    position: absolute;
    z-index: 0;
    opacity: 0.08;
}

.msc-testimonial-shape-circle {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    border: 40px solid rgba(255, 77, 77, 0.1);
    top: 10%;
    right: 5%;
    animation: msc-testimonial-rotate-slow 30s linear infinite;
}

.msc-testimonial-shape-triangle {
    width: 0;
    height: 0;
    border-left: 150px solid transparent;
    border-right: 150px solid transparent;
    border-bottom: 260px solid rgba(255, 215, 0, 0.08);
    bottom: 10%;
    left: 8%;
    animation: msc-testimonial-float-triangle 25s ease-in-out infinite;
}

.msc-testimonial-shape-square {
    width: 200px;
    height: 200px;
    background: rgba(15, 52, 96, 0.05);
    top: 40%;
    left: 5%;
    transform: rotate(45deg);
    animation: msc-testimonial-rotate-reverse 35s linear infinite;
}

@keyframes msc-testimonial-rotate-slow {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes msc-testimonial-rotate-reverse {
    0% { transform: rotate(45deg); }
    100% { transform: rotate(405deg); }
}

@keyframes msc-testimonial-float-triangle {
    0%, 100% { transform: translateY(0) scale(1); }
    50% { transform: translateY(-30px) scale(1.05); }
}
.msc-testimonial-dots-pattern {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, rgba(0, 0, 0, 0.04) 1px, transparent 1px);
    background-size: 30px 30px;
    z-index: 0;
    opacity: 0.4;
    mask-image: radial-gradient(ellipse at center, black 30%, transparent 80%);
    -webkit-mask-image: radial-gradient(ellipse at center, black 30%, transparent 80%);
}
.msc-testimonial-floating-icon {
    position: absolute;
    color: rgba(26, 26, 46, 0.04);
    z-index: 0;
    animation: msc-testimonial-float-anim 20s infinite linear;
}

@keyframes msc-testimonial-float-anim {
    0% { transform: translateY(0) rotate(0deg); }
    50% { transform: translateY(-40px) rotate(15deg); }
    100% { transform: translateY(0) rotate(0deg); }
}
.msc-testimonial-sparkle {
    position: absolute;
    width: 4px;
    height: 4px;
    background: rgba(255, 215, 0, 0.6);
    border-radius: 50%;
    animation: msc-testimonial-sparkle-twinkle 3s infinite;
    z-index: 1;
}

@keyframes msc-testimonial-sparkle-twinkle {
    0%, 100% { opacity: 0; transform: scale(0); }
    50% { opacity: 1; transform: scale(1); }
}
.msc-testimonial-section-header {
    text-align: center;
    margin-bottom: 0px;
    position: relative;
    z-index: 2;
}

.msc-testimonial-section-tag {
    display: inline-block;
    background: rgba(255, 77, 77, 0.08);
    color: var(--brand-red);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.8rem;
    padding: 8px 16px;
    border-radius: 50px;
    margin-bottom: 15px;
    border: 1px solid rgba(255, 77, 77, 0.1);
    backdrop-filter: blur(5px);
}

.msc-testimonial-section-title {
    font-family: 'Teko', sans-serif;
    font-size: 3.5rem;
    font-weight: 700;
    color: var(--brand-dark);
    text-transform: uppercase;
    line-height: 0.9;
    margin-bottom: 15px;
}

.msc-testimonial-section-title span {
    color: var(--brand-red);
    position: relative;
    display: inline-block;
}

.msc-testimonial-section-title span::after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 8px;
    background: rgba(255, 215, 0, 0.4);
    z-index: -1;
    transform: skewX(-20deg);
}

.msc-testimonial-section-description {
    max-width: 600px;
    margin: 0 auto;
    font-size: 1.1rem;
    color: #666;
}
.msc-testimonial-carousel-wrapper {
    position: relative;
    z-index: 2;
}

.msc-testimonial-carousel .owl-stage-outer {
    padding: 30px 0 60px;
    overflow: visible;
}

.msc-testimonial-carousel .owl-item {
    opacity: 0.5;
    transition: all 0.4s ease;
    transform: scale(0.9);
}

.msc-testimonial-carousel .owl-item.active.center {
    opacity: 1;
    transform: scale(1);
    z-index: 10;
}
.msc-testimonial-card {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 24px;
    padding: 0 40px 20px;
    position: relative;
    margin: 15px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.8);
    text-align: center;
    transition: all 0.4s ease;
    margin-top: 60px;
    backdrop-filter: blur(10px);
}

.msc-testimonial-carousel .owl-item.active.center .msc-testimonial-card {
    box-shadow: 0 30px 80px rgba(255, 77, 77, 0.15);
    border-bottom: 5px solid var(--brand-red);
    background: #fff;
}
.msc-testimonial-profile-wrapper {
    width: 110px;
    height: 110px;
    margin: 0 auto;
    position: relative;
    top: -55px;
    margin-bottom: -30px;
}

.msc-testimonial-profile-img-border {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    padding: 5px;
    background: white;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 2;
}

.msc-testimonial-profile-img-border::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--brand-red), var(--brand-gold));
    z-index: -1;
}

.msc-testimonial-profile-img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid white;
}

.msc-testimonial-verified-tick {
    position: absolute;
    bottom: 5px;
    right: 5px;
    background: var(--brand-dark);
    color: var(--brand-gold);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    border: 3px solid white;
    z-index: 3;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.msc-testimonial-quote-watermark {
    font-size: 6rem;
    color: rgba(255, 77, 77, 0.05);
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    line-height: 1;
    font-family: serif;
    z-index: 0;
}
.msc-testimonial-content {
    position: relative;
    z-index: 1;
}

.msc-testimonial-text {
    font-size: 1.15rem;
    color: #444;
    line-height: 1.8;
    font-style: italic;
    margin-bottom: 25px;
}

.msc-testimonial-name {
    font-family: 'Teko', sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    color: var(--brand-dark);
    margin: 0;
    line-height: 1;
    text-transform: uppercase;
}

.msc-testimonial-role {
    font-size: 0.85rem;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 15px;
}

.msc-testimonial-achievement {
    display: inline-block;
    background: #fff0f0;
    color: var(--brand-red);
    padding: 5px 15px;
    border-radius: 6px;
    font-size: 0.8rem;
    font-weight: 700;
    border: 1px dashed rgba(255, 77, 77, 0.3);
}
.msc-testimonial-carousel .owl-nav { 
    margin-top: 40px; 
}

.msc-testimonial-carousel .owl-nav [class*='owl-'] {
    background: white;
    color: var(--brand-dark);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.5rem;
    margin: 0 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    border: 2px solid transparent;
}

.msc-testimonial-carousel .owl-nav [class*='owl-']:hover {
    background: var(--brand-red);
    color: white;
    box-shadow: 0 15px 30px rgba(255, 77, 77, 0.3);
    transform: translateY(-3px);
    border-color: var(--brand-gold);
}
.msc-testimonial-stats-strip {
    display: flex;
    justify-content: center;
    gap: 60px;
    margin-top: 80px;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
}

.msc-testimonial-stat-box { 
    text-align: center; 
}

.msc-testimonial-stat-number {
    font-family: 'Teko', sans-serif;
    font-size: 4rem;
    font-weight: 700;
    color: var(--brand-dark);
    line-height: 1;
    position: relative;
    display: inline-block;
}

.msc-testimonial-stat-number::after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 10px;
    background: rgba(255, 215, 0, 0.3);
    z-index: -1;
}

.msc-testimonial-stat-label {
    font-size: 0.9rem;
    color: #666;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 5px;
}

@media (max-width: 768px) {
    .msc-testimonial-section-title { font-size: 3rem; }
    .msc-testimonial-card { margin-top: 50px; padding: 0 20px 40px; }
    .msc-testimonial-stats-strip { gap: 30px; }
    .msc-testimonial-stat-number { font-size: 3rem; }
}
/* testimonial-end */

/* footer */
:root {
    --brand-red: #ff4d4d;
    --brand-dark: #0f172a;
    --brand-gold: #ffd700;
    --text-gray: #94a3b8;
    --border-color: rgba(255, 255, 255, 0.1);
}
.msc-footer-main-text{
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5em;
    margin: 0;
}

.msc-footer-main-hnca-footer {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #0f172a 100%);
    color: white;
    position: relative;
    padding-top: 80px;
    font-size: 0.95rem;
    overflow: hidden;
}
.msc-footer-main-gradient-mesh {
    position: absolute;
    inset: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgba(255, 77, 77, 0.08) 0%, transparent 35%),
        radial-gradient(circle at 90% 80%, rgba(255, 215, 0, 0.06) 0%, transparent 35%),
        radial-gradient(circle at 50% 50%, rgba(15, 52, 96, 0.04) 0%, transparent 50%);
    animation: msc-footer-main-mesh-pulse 15s ease-in-out infinite alternate;
    z-index: 0;
}

@keyframes msc-footer-main-mesh-pulse {
    0% { transform: scale(1); opacity: 1; }
    100% { transform: scale(1.05); opacity: 0.8; }
}
.msc-footer-main-grid-pattern {
    position: absolute;
    inset: 0;
    background-image: 
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 50px 50px;
    animation: msc-footer-main-grid-move 20s linear infinite;
    opacity: 0.5;
    z-index: 0;
}

@keyframes msc-footer-main-grid-move {
    0% { transform: translateY(0); }
    100% { transform: translateY(50px); }
}
.msc-footer-main-floating-icon {
    position: absolute;
    color: rgba(255, 255, 255, 0.03);
    z-index: 1;
    animation: msc-footer-main-float 20s infinite ease-in-out;
}

.msc-footer-main-floating-icon.msc-footer-main-red-tint {
    color: rgba(255, 77, 77, 0.05);
}

.msc-footer-main-floating-icon.msc-footer-main-gold-tint {
    color: rgba(255, 215, 0, 0.04);
}

@keyframes msc-footer-main-float {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    25% { transform: translateY(-30px) rotate(5deg); }
    50% { transform: translateY(-15px) rotate(-5deg); }
    75% { transform: translateY(-40px) rotate(8deg); }
}
.msc-footer-main-shape {
    position: absolute;
    z-index: 0;
    opacity: 0.04;
}

.msc-footer-main-shape-circle {
    width: 400px;
    height: 400px;
    border-radius: 50%;
    border: 50px solid rgba(255, 77, 77, 0.1);
    top: 20%;
    right: -100px;
    animation: msc-footer-main-rotate-slow 40s linear infinite;
}

.msc-footer-main-shape-triangle {
    width: 0;
    height: 0;
    border-left: 200px solid transparent;
    border-right: 200px solid transparent;
    border-bottom: 350px solid rgba(255, 215, 0, 0.06);
    bottom: -100px;
    left: -50px;
    animation: msc-footer-main-float-shape 30s ease-in-out infinite;
}

.msc-footer-main-shape-hexagon {
    width: 300px;
    height: 300px;
    background: rgba(15, 52, 96, 0.05);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    animation: msc-footer-main-rotate-reverse 50s linear infinite;
}

@keyframes msc-footer-main-rotate-slow {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes msc-footer-main-rotate-reverse {
    0% { transform: rotate(0deg) translateY(-50%); }
    100% { transform: rotate(-360deg) translateY(-50%); }
}

@keyframes msc-footer-main-float-shape {
    0%, 100% { transform: translateY(0) scale(1); }
    50% { transform: translateY(-50px) scale(1.05); }
}
.msc-footer-main-particle {
    position: absolute;
    width: 6px;
    height: 6px;
    background: rgba(255, 215, 0, 0.6);
    border-radius: 50%;
    animation: msc-footer-main-particle-twinkle 4s infinite;
    z-index: 1;
}

@keyframes msc-footer-main-particle-twinkle {
    0%, 100% { opacity: 0; transform: scale(0); }
    50% { opacity: 1; transform: scale(1.5); }
}
.msc-footer-main-hnca-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--brand-red), var(--brand-gold), var(--brand-red));
    z-index: 2;
    animation: msc-footer-main-border-shine 3s linear infinite;
}

@keyframes msc-footer-main-border-shine {
    0% { background-position: 0% 50%; }
    100% { background-position: 200% 50%; }
}
.msc-footer-main-content-wrapper {
    position: relative;
    z-index: 2;
}
.msc-footer-main-newsletter-wrapper {
    position: relative;
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 60px;
    margin-bottom: 60px;
}

.msc-footer-main-newsletter-title {
    font-family: 'Teko', sans-serif;
    font-size: 3rem;
    line-height: 1;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.msc-footer-main-newsletter-desc {
    color: var(--text-gray);
    margin-bottom: 0;
}

.msc-footer-main-subscribe-form {
    display: flex;
    gap: 15px;
    background: rgba(255, 255, 255, 0.05);
    padding: 8px;
    border-radius: 50px;
    border: 1px solid var(--border-color);
    transition: 0.3s;
    backdrop-filter: blur(10px);
}

.msc-footer-main-subscribe-form:focus-within {
    border-color: var(--brand-red);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 5px 25px rgba(255, 77, 77, 0.2);
}

.msc-footer-main-subscribe-input {
    background: transparent;
    border: none;
    color: white;
    padding: 10px 20px;
    width: 100%;
    outline: none;
}

.msc-footer-main-subscribe-input::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.msc-footer-main-subscribe-btn {
    background-color: var(--brand-red);
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 40px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Teko', sans-serif;
    letter-spacing: 1px;
    font-size: 1.1rem;
    white-space: nowrap;
    transition: 0.3s;
    cursor: pointer;
}

.msc-footer-main-subscribe-btn:hover {
    background-color: var(--brand-gold);
    color: var(--brand-dark);
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(255, 215, 0, 0.4);
}
.msc-footer-main-logo-area {
    margin-bottom: 30px;
}

.msc-footer-main-logo {
    font-family: 'Teko', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: white;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    transition: 0.3s;
}

.msc-footer-main-logo:hover {
    color: var(--brand-gold);
}

.msc-footer-main-logo i { 
    color: var(--brand-red); 
    transition: 0.3s;
}

.msc-footer-main-logo:hover i {
    transform: rotate(360deg);
}

.msc-footer-main-text {
    color: var(--text-gray);
    line-height: 1.7;
    margin-bottom: 25px;
}
.msc-footer-main-social-links {
    display: flex;
    gap: 10px;
}

.msc-footer-main-social-btn {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    transition: 0.3s;
    border: 1px solid var(--border-color);
}

.msc-footer-main-social-btn:hover {
    background: var(--brand-red);
    border-color: var(--brand-red);
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(255, 77, 77, 0.4);
    color: white;
}
.msc-footer-main-heading {
    font-family: 'Teko', sans-serif;
    font-size: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 25px;
    color: white;
    position: relative;
    padding-bottom: 10px;
}

.msc-footer-main-heading::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background: var(--brand-red);
}
.msc-footer-main-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.msc-footer-main-links li {
    margin-bottom: 15px;
}

.msc-footer-main-links a {
    color: var(--text-gray);
    text-decoration: none;
    transition: 0.3s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.msc-footer-main-links a:hover {
    color: var(--brand-gold);
    transform: translateX(8px);
}

.msc-footer-main-links a i {
    transition: 0.3s;
}

.msc-footer-main-links a:hover i {
    color: var(--brand-gold);
}
.msc-footer-main-contact-item {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    align-items: flex-start;
}

.msc-footer-main-contact-icon {
    width: 35px;
    height: 35px;
    background: rgba(255, 77, 77, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--brand-red);
    flex-shrink: 0;
    transition: 0.3s;
}

.msc-footer-main-contact-item:hover .msc-footer-main-contact-icon {
    background: var(--brand-red);
    color: white;
    transform: scale(1.1);
}

.msc-footer-main-contact-text {
    color: var(--text-gray);
    font-size: 0.9rem;
    line-height: 1.5;
}

.msc-footer-main-contact-text span {
    display: block;
    color: white;
    font-weight: 600;
    margin-bottom: 2px;
}
.msc-footer-main-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.msc-footer-main-gallery-thumb {
    aspect-ratio: 1/1;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    border: 2px solid transparent;
    transition: 0.4s;
}

.msc-footer-main-gallery-thumb:hover {
    border-color: var(--brand-red);
    transform: translateY(-5px);
}

.msc-footer-main-gallery-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s;
}

.msc-footer-main-gallery-thumb:hover img {
    transform: scale(1.15);
}

.msc-footer-main-gallery-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 77, 77, 0.8), rgba(255, 215, 0, 0.8));
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.4s;
}

.msc-footer-main-gallery-overlay i {
    color: white;
    font-size: 1.5rem;
}

.msc-footer-main-gallery-thumb:hover .msc-footer-main-gallery-overlay {
    opacity: 1;
}
.msc-footer-main-bottom {
    background: rgba(0, 0, 0, 0.3);
    padding: 25px 0;
    margin-top: 60px;
    border-top: 1px solid var(--border-color);
    backdrop-filter: blur(10px);
}

.msc-footer-main-payment-icons {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    align-items: center;
}

.msc-footer-main-payment-icons i {
    font-size: 2rem;
    color: rgba(255,255,255,0.7);
    transition: 0.3s;
}

.msc-footer-main-payment-icons i:hover {
    color: var(--brand-gold);
    transform: translateY(-3px);
}
@media (max-width: 992px) {
    .msc-footer-main-subscribe-form { margin-top: 20px; }
    .msc-footer-main-payment-icons { justify-content: flex-start; margin-top: 15px; }
    .msc-footer-main-newsletter-title { font-size: 2.5rem; }
}

@media (max-width: 768px) {
    .msc-footer-main-newsletter-title { font-size: 2rem; }
    .msc-footer-main-subscribe-form { flex-direction: column; }
    .msc-footer-main-subscribe-btn { width: 100%; }
}
/* footer-end */

/* hero-section */
.msc-hero-hnca-section {
    position: relative;
    height: 480px;
    width: 100%;
    background-image: url('../img/vectors/hero.jpg'); 
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 5%;
    color: white;
    overflow: hidden;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}
.msc-hero-hnca-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(15, 23, 42, 0.7), rgba(15, 23, 42, 0.85));
    z-index: 1;
}
.msc-hero-hnca-gradient-mesh {
    position: absolute;
    inset: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(230, 57, 70, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(255, 215, 0, 0.1) 0%, transparent 50%);
    z-index: 1;
    animation: msc-hero-hnca-mesh-pulse 8s ease-in-out infinite alternate;
}

@keyframes msc-hero-hnca-mesh-pulse {
    0% { opacity: 0.5; }
    100% { opacity: 1; }
}
.msc-hero-hnca-pattern-overlay {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px);
    background-size: 30px 30px;
    z-index: 1;
}
.msc-hero-hnca-grid-lines {
    position: absolute;
    inset: 0;
    background-image: 
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 50px 50px;
    z-index: 1;
}
.msc-hero-hnca-floating-icon {
    position: absolute;
    color: rgba(255, 255, 255, 0.04);
    z-index: 1;
    animation: msc-hero-hnca-float 20s infinite ease-in-out;
}

@keyframes msc-hero-hnca-float {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    50% { transform: translateY(-30px) rotate(10deg); }
}
.msc-hero-hnca-decor-circle {
    position: absolute;
    border: 2px solid rgba(255,255,255,0.05);
    border-radius: 50%;
    z-index: 1;
    animation: msc-hero-hnca-rotate 40s linear infinite;
}

@keyframes msc-hero-hnca-rotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.msc-hero-hnca-content {
    position: relative;
    z-index: 1;
    max-width: 1000px;
    text-align: center;
    margin-top: 80px;
}
.msc-hero-hnca-tagline {
    font-family: 'Poppins', sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 4px;
    color: #e63946;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: block;
    opacity: 0;
    animation: msc-hero-hnca-fadeUp 1s ease forwards 0.2s;
}

.msc-hero-hnca-title-wrapper {
    display: flex;
    flex-direction: column;
    line-height: 1;
    margin-bottom: 25px;
    align-items: center;
}

.msc-hero-hnca-title-hollow {
    font-family: 'Oswald', sans-serif;
    font-size: 4rem;
    font-weight: 700;
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke: 2px rgba(255,255,255,0.5);
    opacity: 0;
    margin-bottom: 5px;
    animation: msc-hero-hnca-fadeUp 1s cubic-bezier(0.2, 0.8, 0.2, 1) forwards 0.4s;
}

.msc-hero-hnca-title-solid {
    font-family: 'Oswald', sans-serif;
    font-size: 4rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    opacity: 0;
    animation: msc-hero-hnca-fadeUp 1s cubic-bezier(0.2, 0.8, 0.2, 1) forwards 0.6s;
}
.msc-hero-hnca-description-box {
    margin: 0 auto 35px;
    opacity: 0;
    animation: msc-hero-hnca-fadeUp 1s ease forwards 0.8s;
    max-width: 1000px;
}

.msc-hero-hnca-description {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.8;
    font-weight: 400;
}
.msc-hero-hnca-breadcrumbs-badge {
    display: inline-flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    padding: 12px 25px;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    gap: 12px;
    opacity: 0;
    animation: msc-hero-hnca-fadeUp 1s ease forwards 1s;
}
.msc-hero-hnca-breadcrumbs-badge a {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.95rem;
    text-decoration: none;
    font-weight: 500;
    transition: 0.3s;
}
.msc-hero-hnca-breadcrumbs-badge a:hover {
    color: #ffd700;
}
.msc-hero-hnca-breadcrumbs-badge span {
    color: #ffd700;
    font-weight: 600;
    font-size: 0.95rem;
}
.msc-hero-hnca-breadcrumbs-badge i {
    font-size: 10px;
    color: rgba(255, 255, 255, 0.4);
}
@keyframes msc-hero-hnca-fadeUp {
    from { opacity: 0; transform: translateY(40px); }
    to { opacity: 1; transform: translateY(0); }
}
@media (max-width: 1200px) {
    .msc-hero-hnca-title-hollow, .msc-hero-hnca-title-solid {
        font-size: 4rem;
    }
}
@media (max-width: 1024px) {
    .msc-nav-section-main {
        width: 95%;
        padding: 0 1rem;
        justify-content: center;
    }
    .msc-hero-hnca-title-hollow, .msc-hero-hnca-title-solid {
        font-size: 3.5rem;
    }
    .msc-hero-hnca-section {
        height: 270px;
    }
}
@media (max-width: 768px) {
    .msc-hero-hnca-section {
        height: 270px;
    }
    .msc-hero-hnca-title-hollow, .msc-hero-hnca-title-solid {
        font-size: 2.8rem;
        -webkit-text-stroke: 1.5px rgba(255,255,255,0.5);
    }
    .msc-hero-hnca-description {
        display: none;
    }
    .msc-hero-hnca-tagline {
        font-size: 0.85rem;
        letter-spacing: 3px;
    }
    .msc-hero-hnca-breadcrumbs-badge {
        font-size: 0.85rem;
        padding: 10px 20px;
        margin-bottom: 17px;
    }
    .msc-nav-main {
        display: none;
    }
}
@media (max-width: 480px) {
    .msc-hero-hnca-section {
        height: 270px;
    }
    .msc-hero-hnca-title-hollow, .msc-hero-hnca-title-solid {
        font-size: 2.2rem;
        -webkit-text-stroke: 1px rgba(255,255,255,0.5);
    }
}
/* hero-section-end */

/* all-players */
.msc-all-players-global-animated-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -10;
    background-color: #f8f9fa;
    overflow: hidden;
}

.msc-all-players-bg-blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.5;
    animation: msc-all-players-blobFloat 20s infinite alternate cubic-bezier(0.4, 0, 0.2, 1);
}

.msc-all-players-blob-1 {
    top: -10%;
    left: -10%;
    width: 50vw;
    height: 50vw;
    background: rgba(230, 57, 70, 0.2);
    animation-delay: 0s;
}

.msc-all-players-blob-2 {
    bottom: -10%;
    right: -10%;
    width: 60vw;
    height: 60vw;
    background: rgba(69, 123, 157, 0.2);
    animation-delay: -5s;
    animation-duration: 25s;
}

.msc-all-players-blob-3 {
    top: 40%;
    left: 30%;
    width: 40vw;
    height: 40vw;
    background: rgba(255, 215, 0, 0.15);
    animation-delay: -10s;
    animation-duration: 30s;
}

.msc-all-players-bg-texture-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(#1a1a1a 0.5px, transparent 0.5px);
    background-size: 30px 30px;
    opacity: 0.05;
}

@keyframes msc-all-players-blobFloat {
    0% { transform: translate(0, 0) scale(1); }
    33% { transform: translate(50px, -30px) scale(1.1); }
    66% { transform: translate(-20px, 40px) scale(0.95); }
    100% { transform: translate(0, 0) scale(1); }
}
.msc-all-players-section {
    padding: 80px 5%;
    background-color: transparent; 
    position: relative;
    z-index: 1;
}
.msc-all-players-section-header {
    text-align: center;
    margin-bottom: 70px;
    position: relative;
}
.msc-all-players-header-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, rgba(230, 57, 70, 0.1), rgba(255, 215, 0, 0.1));
    backdrop-filter: blur(10px);
    border: 2px solid rgba(230, 57, 70, 0.2);
    padding: 10px 30px;
    border-radius: 50px;
    margin-bottom: 25px;
    animation: msc-all-players-badge-pulse 2s infinite;
}

@keyframes msc-all-players-badge-pulse {
    0%, 100% { transform: scale(1); box-shadow: 0 5px 20px rgba(230, 57, 70, 0.2); }
    50% { transform: scale(1.02); box-shadow: 0 8px 30px rgba(230, 57, 70, 0.3); }
}

.msc-all-players-header-badge i {
    color: #e63946;
    font-size: 1.2rem;
    animation: msc-all-players-trophy-bounce 1s infinite;
}

@keyframes msc-all-players-trophy-bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}

.msc-all-players-header-badge-text {
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: linear-gradient(135deg, #e63946, #ffd700);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.msc-all-players-section-title-wrapper {
    position: relative;
    margin-bottom: 20px;
}

.msc-all-players-section-title {
    font-family: 'Oswald', sans-serif;
    font-size: 4.5rem;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 0;
    position: relative;
    display: inline-block;
}
.msc-all-players-title-outline {
    color: transparent;
    -webkit-text-stroke: 2.5px #1a1a1a;
    text-stroke: 2.5px #1a1a1a;
    display: block;
    text-shadow: 0 2px 20px rgba(255,255,255,0.8);
}
.msc-all-players-title-solid {
    background: linear-gradient(135deg, #e63946, #ff6b6b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: block;
    text-shadow: none;
}
.msc-all-players-title-decoration {
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 5px;
    background: linear-gradient(90deg, #e63946, #ffd700, #e63946);
    border-radius: 5px;
    animation: msc-all-players-decoration-pulse 2s infinite;
}

@keyframes msc-all-players-decoration-pulse {
    0%, 100% { width: 120px; opacity: 1; }
    50% { width: 150px; opacity: 0.8; }
}
.msc-all-players-floating-element {
    position: absolute;
    color: rgba(230, 57, 70, 0.08);
    font-size: 4rem;
    animation: msc-all-players-float-rotate 20s infinite ease-in-out;
}

@keyframes msc-all-players-float-rotate {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    50% { transform: translateY(-20px) rotate(15deg); }
}
.msc-all-players-section-subtitle {
    color: #555;
    font-size: 1.15rem;
    max-width: 650px;
    margin: 0 auto;
    font-weight: 500;
    line-height: 1.7;
    position: relative;
    padding: 0 40px;
}

.msc-all-players-section-subtitle::before,
.msc-all-players-section-subtitle::after {
    content: '⚡';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #ffd700;
    font-size: 1.5rem;
}

.msc-all-players-section-subtitle::before {
    left: 0;
}

.msc-all-players-section-subtitle::after {
    right: 0;
}
.msc-all-players-cards-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
    max-width: 1400px;
    margin: 0 auto;
    padding-top: 20px; 
}
.msc-all-players-card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 24px;
    position: relative;
    box-shadow: 0 10px 40px rgba(0,0,0,0.06);
    transition: all 0.4s ease;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(255,255,255,0.6);
    margin-top: 30px; 
    overflow: visible; 
}

.msc-all-players-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(0,0,0,0.12);
}

.msc-all-players-card-header-visual {
    height: 100px; 
    background: transparent;
    border-radius: 24px 24px 0 0;
    position: relative;
    overflow: hidden; 
}

.msc-all-players-gradient-blob {
    position: absolute;
    top: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    opacity: 0.15;
    filter: blur(40px);
    z-index: 0;
}

.msc-all-players-role-batter .msc-all-players-gradient-blob { background: #3498db; }
.msc-all-players-role-bowler .msc-all-players-gradient-blob { background: #e74c3c; }
.msc-all-players-role-allrounder .msc-all-players-gradient-blob { background: #2ecc71; }
.msc-all-players-role-wicketkeeper .msc-all-players-gradient-blob { background: #9b59b6; }

.msc-all-players-floating-img {
    position: absolute;
    top: -40px; 
    right: 20px;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border: 4px solid #ffffff;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    overflow: hidden;
    z-index: 2;
    transition: transform 0.4s ease;
    background: #eee;
}

.msc-all-players-card:hover .msc-all-players-floating-img {
    transform: scale(1.05);
}

.msc-all-players-floating-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.msc-all-players-card-content {
    padding: 10px 25px 30px 25px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.msc-all-players-name-group {
    margin-top: 10px;
    margin-bottom: 30px;
    z-index: 1;
}

.msc-all-players-name-group h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    line-height: 1.1;
    color: #222;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.msc-all-players-country {
    font-size: 0.9rem;
    font-weight: 600;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.msc-all-players-country::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 2px;
    background: #e63946;
}

.msc-all-players-action-area {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.msc-all-players-view-profile-btn {
    background: transparent;
    color: #1a1a1a;
    border: 2px solid #1a1a1a;
    padding: 10px 24px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 0.85rem;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.msc-all-players-view-profile-btn:hover {
    background: #1a1a1a;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.msc-all-players-card-footer-stats {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #f0f0f0;
    padding-top: 20px;
    margin-top: auto; 
}

.msc-all-players-stat-item {
    text-align: center;
    flex: 1;
}

.msc-all-players-stat-val {
    display: block;
    font-size: 1.1rem;
    font-weight: 700;
    color: #333;
    font-family: 'Oswald', sans-serif;
}

.msc-all-players-stat-lbl {
    font-size: 0.7rem;
    color: #888;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.msc-all-players-card.msc-all-players-bcci-highlight {
    background: #0f0f0f; 
    border: 1px solid #333;
}

.msc-all-players-card.msc-all-players-bcci-highlight .msc-all-players-card-header-visual {
    background: #0f0f0f;
}

.msc-all-players-card.msc-all-players-bcci-highlight .msc-all-players-floating-img {
    border-color: #1a1a1a; 
    box-shadow: 0 0 20px rgba(255, 215, 0, 0.3); 
}

.msc-all-players-card.msc-all-players-bcci-highlight h3 {
    color: #ffffff;
}

.msc-all-players-card.msc-all-players-bcci-highlight .msc-all-players-stat-val {
    color: #ffd700; 
}

.msc-all-players-card.msc-all-players-bcci-highlight .msc-all-players-stat-lbl {
    color: #666;
}

.msc-all-players-card.msc-all-players-bcci-highlight .msc-all-players-card-footer-stats {
    border-top-color: #333;
}

.msc-all-players-card.msc-all-players-bcci-highlight .msc-all-players-view-profile-btn {
    border-color: #ffd700;
    color: #ffd700;
}

.msc-all-players-card.msc-all-players-bcci-highlight .msc-all-players-view-profile-btn:hover {
    background: #ffd700;
    color: #000;
    box-shadow: 0 0 20px rgba(255, 215, 0, 0.4);
}

.msc-all-players-premium-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background: linear-gradient(135deg, #ffd700, #fdb931);
    color: #000;
    font-size: 0.7rem;
    font-weight: 800;
    padding: 4px 10px;
    border-radius: 4px;
    text-transform: uppercase;
    z-index: 2;
}
@media (max-width: 768px) {
    .msc-all-players-section-title {
        font-size: 3rem;
    }
    .msc-all-players-title-outline {
        -webkit-text-stroke: 2px #1a1a1a;
    }
    .msc-all-players-section-subtitle {
        font-size: 1rem;
        padding: 0 30px;
    }
    .msc-all-players-floating-element {
        display: none;
    }
}
/* all-players-end */

/* player-profile */
.msc-player-profile-global-animated-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -10;
    background-color: #f8f9fa; 
    overflow: hidden;
}

.msc-player-profile-bg-blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.5;
    animation: msc-player-profile-blobFloat 20s infinite alternate cubic-bezier(0.4, 0, 0.2, 1);
}

.msc-player-profile-blob-1 { top: -10%; left: -10%; width: 50vw; height: 50vw; background: rgba(230, 57, 70, 0.15); }
.msc-player-profile-blob-2 { bottom: -10%; right: -10%; width: 60vw; height: 60vw; background: rgba(69, 123, 157, 0.15); animation-delay: -5s; }
.msc-player-profile-blob-3 { top: 40%; left: 30%; width: 40vw; height: 40vw; background: rgba(255, 215, 0, 0.1); animation-delay: -10s; }

.msc-player-profile-bg-texture-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background-image: radial-gradient(#1a1a1a 0.5px, transparent 0.5px);
    background-size: 30px 30px; opacity: 0.05;
}

@keyframes msc-player-profile-blobFloat {
    0% { transform: translate(0, 0) scale(1); }
    100% { transform: translate(20px, -20px) scale(1.05); }
}
.msc-player-profile-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 50px 20px 60px 20px;
    display: grid;
    grid-template-columns: 350px 1fr;
    gap: 30px;
}
.msc-player-profile-identity-column {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.msc-player-profile-card-main {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(20px);
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    padding: 30px;
    text-align: center;
    box-shadow: 0 15px 40px rgba(0,0,0,0.05);
    position: relative;
    overflow: hidden;
}
.msc-player-profile-img-wrapper {
    width: 200px;
    height: 200px;
    margin: 0 auto 20px auto;
    position: relative;
    z-index: 2;
}

.msc-player-profile-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 6px solid #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}
.msc-player-profile-is-shining-star .msc-player-profile-img-wrapper::before {
    content: '';
    position: absolute;
    top: -10px; left: -10px; right: -10px; bottom: -10px;
    border-radius: 50%;
    background: conic-gradient(from 0deg, transparent, #ffd700, transparent);
    animation: msc-player-profile-spinGlow 4s linear infinite;
    z-index: -1;
    filter: blur(10px);
}

@keyframes msc-player-profile-spinGlow { 100% { transform: rotate(360deg); } }
.msc-player-profile-name-display {
    font-family: 'Oswald', sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.msc-player-profile-father-name {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 15px;
    font-weight: 500;
}

.msc-player-profile-badges-container {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 25px;
    flex-wrap: wrap;
}

.msc-player-profile-badge-pill {
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 6px;
}

.msc-player-profile-badge-bcci {
    background: #1a1a1a;
    color: #ffd700;
    border: 1px solid #ffd700;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.msc-player-profile-badge-role {
    background: #e63946;
    color: #fff;
}
.msc-player-profile-quick-info-row {
    display: flex;
    justify-content: center;
    gap: 20px;
    border-top: 1px solid rgba(0,0,0,0.1);
    padding-top: 20px;
}

.msc-player-profile-quick-stat {
    display: flex;
    flex-direction: column;
}

.msc-player-profile-qs-val { 
    font-family: 'Oswald', sans-serif; 
    font-size: 1.5rem; 
    font-weight: 600; 
    color: #1a1a1a; 
    line-height: 1; 
}

.msc-player-profile-qs-lbl { 
    font-size: 0.75rem; 
    color: #888; 
    text-transform: uppercase; 
}
.msc-player-profile-info-grid-column {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    grid-auto-rows: minmax(100px, auto);
}
.msc-player-profile-bento-tile {
    background: #fff;
    border-radius: 20px;
    padding: 25px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.03);
    border: 1px solid rgba(0,0,0,0.03);
    transition: transform 0.3s ease;
}

.msc-player-profile-bento-tile:hover { 
    transform: translateY(-5px); 
    box-shadow: 0 10px 30px rgba(0,0,0,0.06); 
}

.msc-player-profile-tile-title {
    font-family: 'Oswald', sans-serif;
    font-size: 1.1rem;
    color: #1a1a1a;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.msc-player-profile-tile-title i { 
    color: #e63946; 
}
.msc-player-profile-tile-bio-main {
    grid-column: span 2;
}

.msc-player-profile-bio-text { 
    font-size: 0.95rem; 
    line-height: 1.7; 
    color: #555; 
}
.msc-player-profile-tile-stats {
    grid-column: span 2;
}

.msc-player-profile-cricket-stats-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.msc-player-profile-c-stat-box {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 12px;
    text-align: center;
}

.msc-player-profile-cs-icon { 
    font-size: 1.2rem; 
    margin-bottom: 5px; 
    color: #3498db; 
}

.msc-player-profile-cs-val { 
    display: block; 
    font-weight: 700; 
    color: #1a1a1a; 
    font-size: 0.9rem; 
}

.msc-player-profile-cs-lbl { 
    font-size: 0.7rem; 
    color: #888; 
    text-transform: uppercase; 
}
.msc-player-profile-detail-list li {
    list-style: none;
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid #f0f0f0;
    font-size: 0.9rem;
}

.msc-player-profile-detail-list li:last-child { 
    border-bottom: none; 
}

.msc-player-profile-dt-lbl { 
    color: #888; 
    font-weight: 500; 
}

.msc-player-profile-dt-val { 
    color: #333; 
    font-weight: 600; 
    text-align: right; 
}
.msc-player-profile-contact-group { 
    margin-bottom: 15px; 
}

.msc-player-profile-contact-group h5 { 
    font-size: 0.8rem; 
    color: #888; 
    text-transform: uppercase; 
    margin-bottom: 5px; 
}

.msc-player-profile-contact-group p { 
    font-size: 0.95rem; 
    font-weight: 500; 
    color: #333; 
    display: flex; 
    align-items: center; 
    gap: 8px; 
}
.msc-player-profile-tile-achievements {
    background: linear-gradient(135deg, #1a1a1a, #2c3e50);
    color: #fff;
}

.msc-player-profile-tile-achievements .msc-player-profile-tile-title { 
    color: #ffd700; 
}

.msc-player-profile-tile-achievements .msc-player-profile-tile-title i { 
    color: #ffd700; 
}

.msc-player-profile-achievement-text { 
    font-size: 1rem; 
    font-style: italic; 
    line-height: 1.6; 
    opacity: 0.9; 
}
.msc-player-profile-address-grid {
    display: grid; 
    grid-template-columns: 1fr 1fr; 
    gap: 20px;
}
@media (max-width: 900px) {
    .msc-player-profile-container { 
        grid-template-columns: 1fr; 
        padding-top: 100px; 
    }
    .msc-player-profile-info-grid-column { 
        grid-template-columns: 1fr; 
    }
    .msc-player-profile-tile-bio, 
    .msc-player-profile-tile-stats { 
        grid-column: span 1; 
    }
    .msc-player-profile-cricket-stats-row { 
        grid-template-columns: repeat(2, 1fr); 
    }
    .msc-player-profile-address-grid {
        grid-template-columns: 1fr;
    }
}
/* player-profile-end */

/* about-us */
.msc-about-page-bg-pattern {
            position: fixed; 
            top: 0; 
            left: 0; 
            width: 100%; 
            height: 100%; 
            z-index: -1;
            background: linear-gradient(135deg, #fafafa 0%, #f4f4f5 50%, #e9ecef 100%);
            background-image: radial-gradient(#d4d4d8 1px, transparent 1px);
            background-size: 24px 24px;
            overflow: hidden;
        }

        /* Animated Gradient Orbs */
        .msc-about-page-orb {
            position: absolute;
            border-radius: 50%;
            filter: blur(80px);
            opacity: 0.3;
            animation: msc-about-page-float-orb 20s infinite ease-in-out;
        }

        .msc-about-page-orb-1 {
            width: 500px;
            height: 500px;
            background: linear-gradient(135deg, #e11d48, #fda4af);
            top: -200px;
            right: -100px;
            animation-delay: 0s;
        }

        .msc-about-page-orb-2 {
            width: 400px;
            height: 400px;
            background: linear-gradient(135deg, #3b82f6, #93c5fd);
            bottom: -150px;
            left: -100px;
            animation-delay: -5s;
        }

        .msc-about-page-orb-3 {
            width: 350px;
            height: 350px;
            background: linear-gradient(135deg, #fbbf24, #fde68a);
            top: 50%;
            left: 50%;
            animation-delay: -10s;
        }

        @keyframes msc-about-page-float-orb {
            0%, 100% { transform: translate(0, 0) scale(1); }
            33% { transform: translate(30px, -40px) scale(1.1); }
            66% { transform: translate(-20px, 30px) scale(0.9); }
        }

        /* Nav (Enhanced) */
        .msc-about-page-nav-section-main { 
            position: fixed; 
            top: 20px; 
            left: 50%; 
            transform: translateX(-50%); 
            width: 90%; 
            max-width: 1200px; 
            height: 70px; 
            background: rgba(255, 255, 255, 0.85); 
            backdrop-filter: blur(20px); 
            -webkit-backdrop-filter: blur(20px);
            border: 1px solid rgba(255, 255, 255, 0.6); 
            border-radius: 50px; 
            display: flex; 
            justify-content: center; 
            align-items: center; 
            z-index: 1000; 
            box-shadow: 0 10px 40px rgba(0,0,0,0.08); 
        }

        .msc-about-page-nav-main { 
            display: flex; 
            gap: 20px; 
            list-style: none; 
        }

        .msc-about-page-nav-main a { 
            text-decoration: none; 
            color: #18181b; 
            font-weight: 600; 
            font-size: 14px; 
            text-transform: uppercase; 
            padding: 10px 20px; 
            border-radius: 25px; 
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); 
        }

        .msc-about-page-nav-main a:hover { 
            background: #18181b; 
            color: #fff; 
            transform: translateY(-2px);
        }

        /* =========================================
           ENHANCED HEADER SECTION (More Compact)
           ========================================= */
        .msc-about-page-header-section {
            padding: 120px 5% 50px 5%;
            text-align: center;
            max-width: 1400px;
            margin: 0 auto;
            position: relative;
        }

        /* Animated Badge */
        .msc-about-page-brand-badge {
            background: linear-gradient(135deg, #e11d48, #be123c);
            color: white;
            padding: 8px 20px;
            border-radius: 30px;
            font-size: 0.85rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1.5px;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            margin-bottom: 20px;
            box-shadow: 0 8px 20px rgba(225, 29, 72, 0.3);
            animation: msc-about-page-badge-pulse 2s infinite;
        }

        @keyframes msc-about-page-badge-pulse {
            0%, 100% { transform: scale(1); box-shadow: 0 8px 20px rgba(225, 29, 72, 0.3); }
            50% { transform: scale(1.03); box-shadow: 0 12px 30px rgba(225, 29, 72, 0.4); }
        }

        .msc-about-page-brand-badge i {
            font-size: 1rem;
        }

        /* Powerful Title with Gradient */
        .msc-about-page-main-title {
            font-family: 'Oswald', sans-serif;
            font-size: 5.5rem;
            line-height: 0.95;
            text-transform: uppercase;
            color: #18181b;
            margin-bottom: 20px;
            position: relative;
            display: inline-block;
        }

        .msc-about-page-title-gradient {
            background: linear-gradient(135deg, #e11d48, #fbbf24);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            animation: msc-about-page-gradient-shift 5s ease infinite;
        }

        @keyframes msc-about-page-gradient-shift {
            0%, 100% { background-position: 0% 50%; }
            50% { background-position: 100% 50%; }
        }

        /* Decorative Underline */
        .msc-about-page-title-underline {
            position: absolute;
            bottom: -8px;
            left: 50%;
            transform: translateX(-50%);
            width: 150px;
            height: 4px;
            background: linear-gradient(90deg, transparent, #e11d48, transparent);
            border-radius: 10px;
            animation: msc-about-page-underline-expand 3s ease-in-out infinite;
        }

        @keyframes msc-about-page-underline-expand {
            0%, 100% { width: 150px; opacity: 1; }
            50% { width: 250px; opacity: 0.6; }
        }

        .msc-about-page-main-subtitle {
            font-size: 1.15rem;
            color: #52525b;
            max-width: 750px;
            margin: 25px auto 0;
            line-height: 1.7;
            font-weight: 500;
        }

        /* =========================================
           OPTIMIZED BENTO GRID LAYOUT (Tighter Spacing)
           ========================================= */
        .msc-about-page-bento-container {
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 5% 60px 5%;
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            grid-template-rows: auto;
            gap: 18px; /* Reduced from 24px */
        }

        /* Enhanced Base Tile Style (More Compact) */
        .msc-about-page-bento-tile {
            background: rgba(255, 255, 255, 0.9);
            backdrop-filter: blur(10px);
            border-radius: 20px; /* Reduced from 24px */
            padding: 28px; /* Reduced from 35px */
            border: 1px solid rgba(228, 228, 231, 0.8);
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            position: relative;
            overflow: hidden;
            display: flex;
            flex-direction: column;
        }

        /* Animated Border on Hover */
        .msc-about-page-bento-tile::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 3px;
            background: linear-gradient(90deg, #e11d48, #fbbf24, #3b82f6);
            transform: scaleX(0);
            transform-origin: left;
            transition: transform 0.5s ease;
        }

        .msc-about-page-bento-tile:hover {
            transform: translateY(-8px);
            box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08);
            border-color: rgba(225, 29, 72, 0.3);
        }

        .msc-about-page-bento-tile:hover::before {
            transform: scaleX(1);
        }

        /* Enhanced Icon Styles (Smaller) */
        .msc-about-page-tile-icon {
            font-size: 2rem;
            margin-bottom: 18px;
            color: #e11d48;
            background: linear-gradient(135deg, #fff1f2, #ffe4e6);
            width: 65px;
            height: 65px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 16px;
            transition: all 0.4s ease;
            box-shadow: 0 4px 15px rgba(225, 29, 72, 0.1);
        }

        .msc-about-page-bento-tile:hover .msc-about-page-tile-icon {
            transform: scale(1.1) rotate(5deg);
            box-shadow: 0 8px 25px rgba(225, 29, 72, 0.2);
        }

        .msc-about-page-tile-head {
            font-family: 'Oswald', sans-serif;
            font-size: 1.75rem;
            margin-bottom: 12px;
            text-transform: uppercase;
            color: #18181b;
            font-weight: 700;
            letter-spacing: 0.5px;
        }

        .msc-about-page-tile-desc {
            font-size: 0.95rem;
            color: #52525b;
            line-height: 1.6;
            margin-bottom: 12px;
            font-weight: 400;
        }

        /* --- Specific Enhanced Tile Customizations --- */

        /* 1. About (Large - More Content) */
        .msc-about-page-tile-about {
            grid-column: span 2;
            grid-row: span 2;
            background: linear-gradient(135deg, #18181b 0%, #27272a 100%);
            color: #fff;
            position: relative;
            overflow: hidden;
        }

        .msc-about-page-tile-about::after {
            content: '';
            position: absolute;
            top: -50%;
            right: -50%;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle, rgba(225, 29, 72, 0.1) 0%, transparent 70%);
            animation: msc-about-page-rotate-gradient 20s linear infinite;
        }

        @keyframes msc-about-page-rotate-gradient {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }

        .msc-about-page-tile-about .msc-about-page-tile-head { color: #fff; }
        .msc-about-page-tile-about .msc-about-page-tile-desc { 
            color: #d4d4d8; 
            font-size: 1.05rem; 
            line-height: 1.7;
            margin-bottom: 15px;
        }
        .msc-about-page-tile-about .msc-about-page-tile-icon { 
            background: rgba(255,255,255,0.1); 
            color: #fff; 
            backdrop-filter: blur(10px);
        }

        .msc-about-page-vision-stats {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 15px;
            margin: 20px 0;
            position: relative;
            z-index: 2;
        }

        .msc-about-page-stat-box {
            background: rgba(255, 255, 255, 0.05);
            padding: 15px;
            border-radius: 12px;
            text-align: center;
            border: 1px solid rgba(255, 255, 255, 0.1);
        }

        .msc-about-page-stat-number {
            font-family: 'Oswald', sans-serif;
            font-size: 2rem;
            font-weight: 700;
            color: #fbbf24;
            line-height: 1;
            margin-bottom: 5px;
        }

        .msc-about-page-stat-label {
            font-size: 0.8rem;
            color: #a1a1aa;
            text-transform: uppercase;
        }

        .msc-about-page-quote {
            margin-top: auto;
            font-weight: 700;
            color: #fbbf24;
            font-size: 1.05rem;
            font-style: italic;
            position: relative;
            z-index: 2;
            padding-top: 15px;
            border-top: 1px solid rgba(255, 255, 255, 0.1);
        }

        /* 2. Location (Enhanced with Map Icon) */
        .msc-about-page-tile-location {
            grid-column: span 2;
            background: linear-gradient(135deg, #ffffff 0%, #fafafa 100%);
        }

        .msc-about-page-location-address {
            font-weight: 600;
            color: #18181b;
            margin-top: 12px;
            padding: 14px;
            background: #f9fafb;
            border-radius: 12px;
            border-left: 4px solid #e11d48;
            font-size: 0.95rem;
        }

        .msc-about-page-location-address i {
            color: #e11d48;
            margin-right: 8px;
            font-size: 1.1rem;
        }

        .msc-about-page-location-sub {
            font-size: 0.85rem;
            color: #71717a;
            margin-top: 8px;
            font-weight: 500;
        }

        /* 3. Education (Enhanced with Badges) */
        .msc-about-page-tile-edu {
            grid-column: span 1;
            grid-row: span 2;
            background: linear-gradient(145deg, #ffffff, #f8fafc);
        }

        .msc-about-page-tile-edu .msc-about-page-tile-icon {
            color: #2563eb;
            background: linear-gradient(135deg, #eff6ff, #dbeafe);
        }

        .msc-about-page-edu-badge {
            background: linear-gradient(135deg, #2563eb, #1d4ed8);
            color: white;
            padding: 6px 12px;
            border-radius: 8px;
            font-size: 0.75rem;
            font-weight: 700;
            display: inline-block;
            margin-right: 8px;
            margin-bottom: 10px;
            box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
        }

        .msc-about-page-edu-badge.msc-about-page-badge-dark {
            background: linear-gradient(135deg, #18181b, #27272a);
        }

        .msc-about-page-edu-info {
            margin-top: auto;
            padding-top: 18px;
            border-top: 2px solid #e5e7eb;
        }

        .msc-about-page-edu-grades {
            font-weight: 700;
            font-size: 1.05rem;
            margin: 10px 0 8px;
            color: #18181b;
        }

        /* 4. Facilities (Enhanced List with Icons) */
        .msc-about-page-tile-facilities {
            grid-column: span 1;
            grid-row: span 2;
        }

        .msc-about-page-tile-facilities .msc-about-page-tile-icon {
            color: #16a34a;
            background: linear-gradient(135deg, #f0fdf4, #dcfce7);
        }

        .msc-about-page-facility-list {
            list-style: none;
            display: flex;
            flex-direction: column;
            gap: 12px;
            padding-left: 0px !important;
        }

        .msc-about-page-facility-list li {
            display: flex;
            align-items: center;
            gap: 12px;
            font-weight: 600;
            font-size: 0.92rem;
            padding: 10px 12px;
            background: #f9fafb;
            border-radius: 10px;
            transition: all 0.3s;
        }

        .msc-about-page-facility-list li:hover {
            background: #f0fdf4;
            transform: translateX(5px);
        }

        .msc-about-page-facility-list li i { 
            color: #16a34a;
            font-size: 1.1rem;
        }

        /* 5. Fees (Highlight with Gradient) */
        .msc-about-page-tile-fees {
            grid-column: span 2;
            background: linear-gradient(135deg, #fff1f2 0%, #ffe4e6 100%);
            border: 2px solid #fecdd3;
            flex-direction: row;
            align-items: center;
            justify-content: space-between;
            position: relative;
            overflow: hidden;
        }

        .msc-about-page-tile-fees::after {
            content: '₹';
            position: absolute;
            right: -30px;
            top: -30px;
            font-size: 15rem;
            color: rgba(225, 29, 72, 0.05);
            font-weight: 900;
            transform: rotate(-15deg);
        }

        .msc-about-page-price-tag {
            font-family: 'Oswald', sans-serif;
            font-size: 3.5rem;
            background: linear-gradient(135deg, #e11d48, #be123c);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            line-height: 1;
            font-weight: 800;
        }

        .msc-about-page-price-sub { 
            font-size: 0.92rem; 
            color: #9f1239; 
            font-weight: 700;
            margin-top: 5px;
        }

        /* 6. Admission (Enhanced) */
        .msc-about-page-tile-admission {
            grid-column: span 1;
        }

        .msc-about-page-admission-info {
            background: linear-gradient(135deg, #f4f4f5, #e5e7eb);
            padding: 14px;
            border-radius: 12px;
            font-size: 0.88rem;
            font-weight: 700;
            margin-top: 12px;
            border-left: 4px solid #fbbf24;
        }

        .msc-about-page-admission-info i {
            color: #fbbf24;
            margin-right: 8px;
        }

        /* 7. Contact (Enhanced Links) - Now spans 2 columns */
        .msc-about-page-tile-contact {
            grid-column: span 2;
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 12px;
        }

        .msc-about-page-contact-header {
            grid-column: span 2;
            display: flex;
            align-items: center;
            gap: 15px;
            margin-bottom: 10px;
        }

        .msc-about-page-contact-link {
            display: flex;
            align-items: center;
            gap: 10px;
            padding: 12px 15px;
            text-decoration: none;
            color: #18181b;
            font-weight: 600;
            font-size: 0.92rem;
            background: #f9fafb;
            border-radius: 10px;
            border: 1px solid #e5e7eb;
            transition: all 0.3s;
        }

        .msc-about-page-contact-link:hover {
            background: #e11d48;
            color: white;
            border-color: #e11d48;
            transform: translateX(5px);
        }

        .msc-about-page-contact-link i {
            width: 24px;
            text-align: center;
        }

        /* 8. Social (Enhanced Footer) */
        .msc-about-page-tile-social {
            grid-column: span 4;
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: space-between;
            padding: 25px 45px;
            background: linear-gradient(135deg, #18181b 0%, #27272a 100%);
            color: #fff;
            position: relative;
            overflow: hidden;
        }

        .msc-about-page-tile-social::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 3px;
            background: linear-gradient(90deg, #e11d48, #fbbf24, #3b82f6);
        }

        .msc-about-page-social-brand {
            display: flex;
            align-items: center;
            gap: 20px;
        }

        .msc-about-page-brand-name {
            font-weight: 800;
            font-size: 1.5rem;
            font-family: 'Oswald', sans-serif;
            letter-spacing: 1px;
        }

        .msc-about-page-copyright {
            font-size: 0.92rem;
            color: #a1a1aa;
            font-weight: 500;
        }

        .msc-about-page-social-icons {
            display: flex;
            gap: 18px;
            font-size: 1.5rem;
        }

        .msc-about-page-social-icons i {
            cursor: pointer;
            transition: all 0.3s;
            color: #71717a;
            width: 45px;
            height: 45px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.05);
        }

        .msc-about-page-social-icons i:hover {
            color: #fff;
            background: #e11d48;
            transform: translateY(-5px);
        }

        /* Responsive */
        @media (max-width: 1024px) {
            .msc-about-page-bento-container { grid-template-columns: repeat(2, 1fr); }
            .msc-about-page-tile-about { grid-column: span 2; }
            .msc-about-page-tile-fees { grid-column: span 2; }
            .msc-about-page-tile-contact { grid-column: span 2; }
            .msc-about-page-tile-social { 
                grid-column: span 2; 
                flex-direction: column; 
                gap: 20px; 
                text-align: center; 
            }
            .msc-about-page-main-title { font-size: 4rem; }
            .msc-about-page-social-brand {
                flex-direction: column;
                gap: 10px;
            }
            .msc-about-page-vision-stats {
                grid-template-columns: repeat(3, 1fr);
            }
        }

        @media (max-width: 600px) {
            .msc-about-page-bento-container { grid-template-columns: 1fr; }
            .msc-about-page-tile-about, 
            .msc-about-page-tile-location, 
            .msc-about-page-tile-fees, 
            .msc-about-page-tile-social, 
            .msc-about-page-tile-edu, 
            .msc-about-page-tile-facilities, 
            .msc-about-page-tile-admission, 
            .msc-about-page-tile-contact { 
                grid-column: span 1; 
            }
            .msc-about-page-tile-fees { 
                flex-direction: column; 
                text-align: center; 
                gap: 15px; 
            }
            .msc-about-page-tile-contact {
                grid-template-columns: 1fr;
            }
            .msc-about-page-contact-header {
                grid-column: span 1;
            }
            .msc-about-page-main-title { font-size: 3rem; }
            .msc-about-page-header-section { padding-top: 110px; }
            .msc-about-page-vision-stats {
                grid-template-columns: 1fr;
            }
        }

/* about-us-end */

/* dropdown-menu */
.msc-dropdown-main{
    position: relative;
}
.msc-overlay-dropdown {
    z-index: 99999;
    position: absolute;
    background-color: var(--msc-white);
    box-shadow: 0px 0px 3px var(--msc-border-color);
    margin-top: 15px;
    width: 230px;
    visibility: hidden;
    opacity: 0;
    transition: all .2s linear;
    border-radius: 23px;
    overflow: hidden;
}
.msc-overlay-dropdown a:hover{
    background-color: var(--msc-drop-color) !important;
}
.msc-overlay-dropdown p a{
    display: inline-block;
    line-height: normal !important;
    padding: 12px 20px;
    color: var(--msc-dark);
    margin: 0px;
    letter-spacing: 1px;
    border-bottom: 1px solid var(--msc-border-color);
}
.msc-dropdown-main:hover .msc-overlay-dropdown{
    height: auto;

    visibility: visible;
    opacity: 1;
    transform: translateY(-4px);
}
/* dropdown-menu-end */

/* gallery-group */
:root {
    --msc-gallery-group-primary:#164caa;
    --msc-gallery-group-primary-dark: #9f1239;
    --msc-gallery-group-secondary: #fbbf24;
    --msc-gallery-group-dark: #0f172a;
    --msc-gallery-group-text-main: #334155;
    --msc-gallery-group-text-light: #64748b;
    --msc-gallery-group-bg-body: #f1f5f9;
    --msc-gallery-group-bg-card: #ffffff;
    --msc-gallery-group-card-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    --msc-gallery-group-card-shadow-hover: 0 25px 50px rgba(225, 29, 72, 0.15);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


/* ========== GRID LAYOUT ========== */
.msc-gallery-group-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 40px;
    max-width: 1400px;
    width: 100%;
}

#gallery-group-section{
    margin: 60px 0px;
    margin-top: 20px;
}

/* ========== UNIQUE CARD DESIGN ========== */
.msc-gallery-group-card {
    background: var(--msc-gallery-group-bg-card);
    border-radius: 30px;
    position: relative;
    margin-top: 35px;
    box-shadow: var(--msc-gallery-group-card-shadow);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 1px solid rgba(255, 255, 255, 0.8);
    overflow: hidden;
    cursor: pointer;
    z-index: 1;
    position: relative;
}
.msc-gallery-group-card::before{
    content: "";
    position: absolute;
    background-image: url(../img/vectors/doodle-cricket.png);
    height: 100%;
    width: 100%;
    background-size: contain;
    opacity: 0.1;
}

.msc-gallery-group-card:hover {
    transform: translateY(-12px);
    box-shadow: var(--msc-gallery-group-card-shadow-hover);
    z-index: 10;
}

/* Unique Angle Cut for Image */
.msc-gallery-group-img-wrapper {
    position: relative;
    height: 260px;
    width: 100%;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    transition: clip-path 0.5s ease;
}

.msc-gallery-group-card:hover .msc-gallery-group-img-wrapper {
    clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
}

.msc-gallery-group-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease;
}

.msc-gallery-group-card:hover .msc-gallery-group-img {
    transform: scale(1.15);
}

/* Floating Badge */
.msc-gallery-group-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(8px);
    padding: 8px 16px;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--msc-gallery-group-dark);
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    z-index: 5;
    display: flex;
    align-items: center;
    gap: 8px;
    transform: translateY(0);
    transition: all 0.3s ease;
}

.msc-gallery-group-badge i {
    color: var(--msc-gallery-group-primary);
}

.msc-gallery-group-card:hover .msc-gallery-group-badge {
    transform: translateY(-5px);
    background: var(--msc-gallery-group-dark);
    color: white;
}

.msc-gallery-group-card:hover .msc-gallery-group-badge i {
    color: var(--msc-gallery-group-secondary);
}

/* Content Area */
.msc-gallery-group-content {
    padding: 10px 17px;
    position: relative;
}

/* Decorative Line */
.msc-gallery-group-content::before {
    content: '';
    position: absolute;
    top: -15px;
    left: 30px;
    width: 50px;
    height: 4px;
    background: var(--msc-gallery-group-primary);
    border-radius: 2px;
    z-index: 10;
    transition: width 0.3s ease;
}

.msc-gallery-group-card:hover .msc-gallery-group-content::before {
    width: 100px;
}

.msc-gallery-group-date {
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--msc-gallery-group-primary);
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 6px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.msc-gallery-group-date i {
    font-size: 0.85rem;
}

.msc-gallery-group-title {
    font-family: 'Archivo', sans-serif;
    font-size: 1.5rem;
    font-weight: 900;
    color: var(--msc-gallery-group-dark);
    line-height: 1.2;
    margin-bottom: 12px;
    transition: color 0.3s;
}

.msc-gallery-group-card:hover .msc-gallery-group-title {
    color: var(--msc-gallery-group-primary);
}

.msc-gallery-group-desc {
    font-size: 0.95rem;
    color: var(--msc-gallery-group-text-light);
    line-height: 1.6;
    margin-bottom: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Stats Grid */
.msc-gallery-group-stats {
    display: flex;
    gap: 15px;
    margin-bottom: 12px;
    background: #f8fafc;
    padding: 12px;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
}

.msc-gallery-group-stat {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--msc-gallery-group-text-main);
}

.msc-gallery-group-stat i {
    color: var(--msc-gallery-group-secondary);
    font-size: 1rem;
}

/* Powerful Button */
.msc-gallery-group-btn-wrapper {
    display: flex;
    justify-content: center;
}

.msc-gallery-group-btn {
    background: transparent;
    border: 2px solid var(--msc-gallery-group-text-light);
    color: var(--msc-gallery-group-text-main);
    padding: 10px 24px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.85rem;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 1;
    text-decoration: none;
}

.msc-gallery-group-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: var(--msc-gallery-group-primary);
    transition: width 0.3s ease;
    z-index: -1;
}

.msc-gallery-group-card:hover .msc-gallery-group-btn {
    border-color: var(--msc-gallery-group-primary);
    color: white;
    padding-right: 35px;
}

.msc-gallery-group-card:hover .msc-gallery-group-btn::before {
    width: 100%;
}

.msc-gallery-group-btn i {
    transition: transform 0.3s ease;
}

.msc-gallery-group-card:hover .msc-gallery-group-btn i {
    transform: translateX(5px);
}

/* Floating Accent Shapes */
.msc-gallery-group-card::after {
    content: '';
    position: absolute;
    bottom: 20px;
    left: -10px;
    width: 60px;
    height: 60px;
    background: radial-gradient(circle, var(--msc-gallery-group-secondary) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.5s;
    filter: blur(20px);
    z-index: -1;
}

.msc-gallery-group-card:hover::after {
    opacity: 0.4;
}

/* Image Count Badge */
.msc-gallery-group-count-badge {
    position: absolute;
    bottom: 15px;
    left: 20px;
    background: rgba(15, 23, 42, 0.9);
    backdrop-filter: blur(10px);
    color: white;
    padding: 8px 14px;
    border-radius: 10px;
    font-size: 0.8rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 6px;
    z-index: 5;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.msc-gallery-group-count-badge i {
    color: var(--msc-gallery-group-secondary);
}

/* Responsive */
@media (max-width: 768px) {
    .msc-gallery-group-grid {
        grid-template-columns: 1fr;
    }
    .msc-gallery-group-img-wrapper {
        height: 220px;
    }
}
/* gallery-group-end */

/* yt-videos */
.msc-yt-banner {
    position: relative;
    width: 100%;
    height: 240px;
    background: linear-gradient(135deg, #cc0000 0%, #ff0000 100%);
    overflow: hidden;
}

.msc-yt-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="40" height="40" patternUnits="userSpaceOnUse"><path d="M 40 0 L 0 0 0 40" fill="none" stroke="rgba(255,255,255,0.05)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
    opacity: 0.5;
}

.msc-yt-banner-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, transparent 100%);
    padding: 40px 5% 20px;
}

/* Channel Info */
.msc-channel-header {
    max-width: 1280px;
    margin: -50px auto 0;
    padding: 0 5%;
    position: relative;
    z-index: 10;
}

.msc-channel-info {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    background: white;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.msc-channel-avatar {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid white;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    flex-shrink: 0;
}

.msc-channel-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.msc-channel-details {
    flex: 1;
    padding-top: 10px;
}

.msc-channel-name {
    font-size: 2rem;
    font-weight: 700;
    color: #030303;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.msc-verified-badge {
    background: #909090;
    color: white;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
}

.msc-channel-handle {
    color: #606060;
    font-size: 0.95rem;
    margin-bottom: 8px;
    font-weight: 400;
}

.msc-channel-stats {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #606060;
    font-size: 0.9rem;
    margin-bottom: 20px;
}

.msc-channel-stats span {
    display: flex;
    align-items: center;
    gap: 5px;
}

.msc-channel-description {
    color: #030303;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 20px;
    max-width: 600px;
}

/* Subscribe Button - YouTube Style */
.msc-yt-subscribe-btn {
    background: #cc0000;
    color: white;
    border: none;
    padding: 10px 24px;
    border-radius: 24px;
    font-weight: 500;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.3s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-decoration: none;
}

.msc-yt-subscribe-btn:hover {
    background: #b30000;
}

/* YouTube-Style Tabs */
.msc-yt-tabs {
    max-width: 1280px;
    margin: 30px auto 0;
    padding: 0 5%;
    border-bottom: 1px solid #e5e5e5;
}

.msc-yt-tabs-nav {
    display: flex;
    gap: 32px;
    list-style: none;
}

.msc-yt-tab {
    padding: 14px 0;
    color: #606060;
    font-weight: 500;
    font-size: 0.95rem;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    transition: all 0.3s;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.msc-yt-tab:hover,
.msc-yt-tab.active {
    color: #030303;
    border-bottom-color: #030303;
}

/* Content Container */
.msc-yt-content {
    max-width: 1280px;
    margin: 40px auto;
    padding: 0 5%;
}

/* Section Title */
.msc-section-title {
    font-size: 1.3rem;
    font-weight: 500;
    color: #030303;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.msc-section-title i {
    color: #cc0000;
}

/* YouTube Grid */
.msc-yt-video-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 24px;
    margin-bottom: 60px;
}

/* Video Card - YouTube Style */
.msc-yt-video-card {
    cursor: pointer;
    transition: all 0.2s;
}

.msc-yt-video-card:hover {
    transform: translateY(-2px);
}

/* Thumbnail */
.msc-yt-thumbnail {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    background: #000;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 12px;
}

.msc-yt-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.msc-yt-video-card:hover .msc-yt-thumbnail img {
    transform: scale(1.05);
}

/* Duration Badge - YouTube Style */
.msc-yt-duration {
    position: absolute;
    bottom: 8px;
    right: 8px;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 3px 6px;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}

/* Video Meta */
.msc-yt-video-meta {
    display: flex;
    gap: 12px;
}

.msc-yt-channel-thumb {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.msc-yt-channel-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.msc-yt-video-details {
    flex: 1;
}

.msc-yt-video-title {
    font-size: 0.95rem;
    font-weight: 500;
    color: #030303;
    line-height: 1.4;
    margin-bottom: 6px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.msc-yt-video-card:hover .msc-yt-video-title {
    color: #065fd4;
}

.msc-yt-video-info {
    font-size: 0.85rem;
    color: #606060;
    line-height: 1.5;
}

.msc-yt-video-info span {
    display: inline-block;
}

.msc-yt-video-info span::after {
    content: "•";
    margin: 0 6px;
}

.msc-yt-video-info span:last-child::after {
    content: "";
    margin: 0;
}

/* Empty State */
.msc-yt-empty {
    text-align: center;
    padding: 80px 20px;
    color: #606060;
}

.msc-yt-empty i {
    font-size: 4rem;
    color: #cc0000;
    margin-bottom: 20px;
    opacity: 0.5;
}

.msc-yt-empty h3 {
    font-size: 1.5rem;
    color: #030303;
    font-weight: 400;
    margin-bottom: 10px;
}

/* Video Modal */
.msc-yt-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 99999;
    align-items: center;
    justify-content: center;
    animation: msc-fade-in 0.2s;
}

.msc-yt-modal.active {
    display: flex;
}

.msc-yt-modal-content {
    max-width: 90%;
    width: 1200px;
    position: relative;
}

.msc-yt-video-wrapper {
    position: relative;
    padding-top: 56.25%;
    background: #000;
    border-radius: 8px;
    overflow: hidden;
}

.msc-yt-video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.msc-yt-modal-close {
    position: absolute;
    top: -50px;
    right: 0;
    background: transparent;
    color: white;
    border: none;
    font-size: 2rem;
    cursor: pointer;
    padding: 10px;
    transition: opacity 0.2s;
}

.msc-yt-modal-close:hover {
    opacity: 0.7;
}

@keyframes msc-fade-in {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* Responsive */
@media (max-width: 768px) {
    .msc-yt-banner {
        height: 160px;
    }

    .msc-channel-header {
        margin-top: 25px;
    }

    .msc-channel-info {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 20px;
    }

    .msc-channel-avatar {
        width: 120px;
        height: 120px;
    }

    .msc-channel-name {
        font-size: 1.5rem;
        justify-content: center;
    }

    .msc-channel-stats {
        justify-content: center;
        flex-wrap: wrap;
    }

    .msc-yt-tabs-nav {
        gap: 20px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .msc-yt-video-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}
/* yt-videos-end */

/* contact-us-design */
:root {
    --msc-contact-us-primary: #ff3e3e;
    --msc-contact-us-primary-dark: #cc0000;
    --msc-contact-us-accent: #111111;
    --msc-contact-us-text-main: #1a1a1a;
    --msc-contact-us-text-light: #555555;
    --msc-contact-us-bg-body: #ffffff;
    --msc-contact-us-bg-gray: #f4f4f5;
    --msc-contact-us-border-color: #e4e4e7;
    --msc-contact-us-gradient-main: linear-gradient(135deg, #ff3e3e 0%, #ff7b00 100%);
}
.msc-contact-us-hero {
    position: relative;
    padding: 120px 20px 80px;
    text-align: center;
}
.msc-contact-us-hero-title {
    font-family: 'Oswald', sans-serif;
    font-size: 6rem;
    font-weight: 700;
    line-height: 0.9;
    text-transform: uppercase;
    color: var(--msc-contact-us-accent);
    letter-spacing: -1px;
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
}

.msc-contact-us-hero-title span {
    color: transparent;
    -webkit-text-stroke: 2px var(--msc-contact-us-primary);
    position: relative;
}
.msc-contact-us-hero-title::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) skew(-20deg);
    width: 110%;
    height: 40%;
    background: rgba(255, 62, 62, 0.1);
    z-index: -1;
}

.msc-contact-us-hero-subtitle {
    font-size: 1.1rem;
    color: var(--msc-contact-us-text-light);
    max-width: 500px;
    margin: 0 auto;
    line-height: 1.7;
    font-weight: 400;
}

.msc-contact-us-info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    max-width: 1400px;
    margin: 0 auto 100px;
    padding: 0 20px;
}

.msc-contact-us-info-card {
    background: #fff;
    border: 1px solid var(--msc-contact-us-border-color);
    padding: 40px 30px;
    position: relative;
    transition: all 0.3s ease;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 90% 100%, 0 100%);
}

.msc-contact-us-info-card:hover {
    border-color: var(--msc-contact-us-primary);
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.05);
}

.msc-contact-us-icon-box {
    font-size: 2rem;
    color: var(--msc-contact-us-primary);
    margin-bottom: 20px;
}

.msc-contact-us-info-title {
    font-family: 'Oswald', sans-serif;
    font-size: 1.5rem;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: var(--msc-contact-us-accent);
    font-weight: 600;
}

.msc-contact-us-info-text {
    color: var(--msc-contact-us-text-light);
    font-size: 0.95rem;
    line-height: 1.6;
}

.msc-contact-us-info-text a {
    color: var(--msc-contact-us-accent);
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.msc-contact-us-info-text a:hover {
    color: var(--msc-contact-us-primary);
    border-color: var(--msc-contact-us-primary);
}
.msc-contact-us-action-section {
    max-width: 1400px;
    margin: 0 auto 100px;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0; /* Seamless look */
    background: #fff;
    box-shadow: 0 30px 60px rgba(0,0,0,0.05);
    border: 1px solid var(--msc-contact-us-border-color);
}
.msc-contact-us-form-panel {
    padding: 60px;
    background: #fff;
}

.msc-contact-us-form-header {
    margin-bottom: 40px;
}

.msc-contact-us-form-title {
    font-family: 'Oswald', sans-serif;
    font-size: 2.5rem;
    text-transform: uppercase;
    color: var(--msc-contact-us-accent);
    margin-bottom: 10px;
}
.msc-contact-us-input-group {
    position: relative;
    margin-bottom: 35px;
}

.msc-contact-us-form-control {
    width: 100%;
    padding: 15px 0;
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    color: var(--msc-contact-us-accent);
    background: transparent;
    border: none;
    border-bottom: 2px solid var(--msc-contact-us-border-color);
    transition: all 0.3s ease;
    border-radius: 0;
}

.msc-contact-us-form-control:focus {
    outline: none;
    border-bottom-color: var(--msc-contact-us-primary);
}
.msc-contact-us-input-label {
    position: absolute;
    top: 15px;
    left: 0;
    font-size: 0.9rem;
    color: #999;
    pointer-events: none;
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1px;
}

.msc-contact-us-form-control:focus ~ .msc-contact-us-input-label,
.msc-contact-us-form-control:valid ~ .msc-contact-us-input-label {
    top: -10px;
    font-size: 0.75rem;
    color: var(--msc-contact-us-primary);
}
.msc-contact-us-submit-btn {
    width: auto;
    min-width: 200px;
    padding: 18px 40px;
    background: var(--msc-contact-us-accent);
    color: #fff;
    border: none;
    font-family: 'Oswald', sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
    transition: all 0.3s;
    clip-path: polygon(0 0, 100% 0, 100% 75%, 90% 100%, 0 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.msc-contact-us-submit-btn:hover {
    background: var(--msc-contact-us-primary);
    padding-right: 50px;
}
.msc-contact-us-map-panel {
    position: relative;
    background: var(--msc-contact-us-bg-gray);
    overflow: hidden;
    min-height: 600px;
}

.msc-contact-us-map-panel iframe {
    width: 100%;
    height: 100%;
    border: none;
    filter: grayscale(100%);
    opacity: 0.8;
    transition: all 0.5s;
}

.msc-contact-us-map-panel:hover iframe {
    filter: grayscale(0%);
    opacity: 1;
}
.msc-contact-us-map-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px;
    background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    pointer-events: none;
}

.msc-contact-us-map-overlay-content {
    pointer-events: auto;
}

.msc-contact-us-map-btn {
    background: #fff;
    color: var(--msc-contact-us-accent);
    padding: 10px 20px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    margin-top: 10px;
    transition: 0.3s;
}

.msc-contact-us-map-btn:hover {
    background: var(--msc-contact-us-primary);
    color: #fff;
}

.msc-contact-us-grid-2col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.msc-contact-us-form-subtitle {
    color: var(--msc-contact-us-text-light);
}

.msc-contact-us-map-title {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 1.5rem;
}
@media (max-width: 992px) {
    .msc-contact-us-hero-title { font-size: 3.5rem; }
    .msc-contact-us-action-section { grid-template-columns: 1fr; }
    .msc-contact-us-map-panel { min-height: 400px; }
    .msc-contact-us-info-card { clip-path: none; border-radius: 4px; }
    .msc-contact-us-form-panel { padding: 40px 30px; }
    .msc-contact-us-grid-2col { grid-template-columns: 1fr; gap: 0; }
}

@media (max-width: 768px) {
    .msc-contact-us-hero-title { font-size: 2.5rem; }
    .msc-contact-us-hero { padding: 80px 20px 60px; }
    .msc-contact-us-info-grid { gap: 15px; margin-bottom: 60px; }
    .msc-contact-us-form-title { font-size: 2rem; }
}
/* contact-us-design-end */

/* responsive */
/* Tablet - 1024px */
@media (max-width: 1200px) {
    #msc-site-header-main {
        padding: 0px 40px;
    }

    .msc-nav-main li {
        padding: 10px 12px;
    }

    .msc-nav-main li a {
        font-size: 14px;
    }

    .msc-section-logo-text h2 {
        font-size: 28px;
    }

    .msc-section-logo-text p {
        font-size: 12px;
    }
}

/* Tablet - 992px */
@media (max-width: 992px) {
    #msc-site-header-main {
        padding: 0px 30px;
        top: 1rem;
    }

    .msc-nav-section-main,
    .msc-btn-contact-us-outer-wrapper {
        display: none;
    }

    .msc-mobile-menu-toggle {
        display: flex;
    }

    .msc-logo-section-main img {
        width: 65px;
    }

    .msc-section-logo-text h2 {
        font-size: 24px;
    }

    .msc-section-logo-text p {
        font-size: 11px;
    }
}

/* Mobile - 768px */
@media (max-width: 768px) {
    #msc-site-header-main {
        padding: 0px 20px;
    }

    .msc-mobile-menu {
        width: 280px;
    }
}

/* Small Mobile - 480px */
@media (max-width: 480px) {
    #msc-site-header-main {
        padding: 0px 15px;
        top: 0.8rem;
    }

    .msc-logo-section-main img {
        width: 55px;
    }

    .msc-section-logo-text h2 {
        font-size: 20px;
    }

    .msc-section-logo-text p {
        font-size: 10px;
    }

    .msc-mobile-menu {
        width: 100%;
    }

    .msc-mobile-menu-toggle span {
        width: 25px;
        height: 2px;
    }
    body.no-scroll {
        overflow: hidden;
    }
}

/* Large Tablet - 1200px */
@media (max-width: 1200px) {
    .msc-player-profile-container {
        grid-template-columns: 320px 1fr;
        gap: 25px;
        padding: 40px 20px 50px;
    }

    .msc-player-profile-img-wrapper {
        width: 180px;
        height: 180px;
    }

    .msc-player-profile-name-display {
        font-size: 2rem;
    }

    .msc-player-profile-cricket-stats-row {
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
        gap: 12px;
    }
}

/* Tablet - 992px */
@media (max-width: 992px) {
    .msc-player-profile-container { 
        grid-template-columns: 1fr; 
        padding: 120px 20px 50px; 
        gap: 20px;
    }

    .msc-player-profile-identity-column {
        max-width: 100%;
    }

    .msc-player-profile-info-grid-column { 
        grid-template-columns: 1fr; 
    }

    .msc-player-profile-tile-bio-main, 
    .msc-player-profile-tile-stats { 
        grid-column: span 1; 
    }

    .msc-player-profile-cricket-stats-row { 
        grid-template-columns: repeat(2, 1fr); 
    }

    .msc-player-profile-blob-1,
    .msc-player-profile-blob-2,
    .msc-player-profile-blob-3 {
        width: 70vw;
        height: 70vw;
    }
}

/* Mobile - 768px */
@media (max-width: 768px) {
    .msc-player-profile-container {
        padding: 100px 15px 40px;
    }

    .msc-player-profile-card-main {
        padding: 25px;
    }

    .msc-player-profile-img-wrapper {
        width: 160px;
        height: 160px;
    }

    .msc-player-profile-name-display {
        font-size: 1.8rem;
    }

    .msc-player-profile-quick-info-row {
        gap: 15px;
    }

    .msc-player-profile-qs-val {
        font-size: 1.3rem;
    }

    .msc-player-profile-bento-tile {
        padding: 20px;
    }

    .msc-player-profile-tile-title {
        font-size: 1rem;
    }

    .msc-player-profile-address-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .msc-player-profile-cricket-stats-row {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .msc-player-profile-c-stat-box {
        padding: 12px;
    }
}

/* Small Mobile - 480px */
@media (max-width: 480px) {
    .msc-player-profile-container {
        padding: 90px 10px 30px;
    }

    .msc-player-profile-card-main {
        padding: 20px;
        border-radius: 20px;
    }

    .msc-player-profile-img-wrapper {
        width: 140px;
        height: 140px;
    }

    .msc-player-profile-name-display {
        font-size: 1.5rem;
    }

    .msc-player-profile-father-name {
        font-size: 0.85rem;
    }

    .msc-player-profile-quick-info-row {
        gap: 10px;
        flex-wrap: wrap;
    }

    .msc-player-profile-quick-stat {
        flex: 1 1 auto;
        min-width: 80px;
    }

    .msc-player-profile-qs-val {
        font-size: 1.2rem;
    }

    .msc-player-profile-qs-lbl {
        font-size: 0.7rem;
    }

    .msc-player-profile-bento-tile {
        padding: 18px;
        border-radius: 16px;
    }

    .msc-player-profile-tile-title {
        font-size: 0.95rem;
        gap: 8px;
    }

    .msc-player-profile-bio-text {
        font-size: 0.9rem;
    }

    .msc-player-profile-cricket-stats-row {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .msc-player-profile-c-stat-box {
        padding: 15px;
    }

    .msc-player-profile-detail-list li {
        flex-direction: column;
        gap: 4px;
        padding: 10px 0;
    }

    .msc-player-profile-dt-val {
        text-align: left;
    }

    .msc-player-profile-contact-group p {
        font-size: 0.85rem;
    }

    .msc-player-profile-badge-pill {
        font-size: 0.7rem;
        padding: 5px 12px;
    }
}

/* Extra Small - 360px */
@media (max-width: 360px) {
    .msc-player-profile-img-wrapper {
        width: 120px;
        height: 120px;
    }

    .msc-player-profile-name-display {
        font-size: 1.3rem;
    }

    .msc-player-profile-bento-tile {
        padding: 15px;
    }
}

@media (max-width: 992px){
    .msc-banner-wrapper-outer-main{
        height: 265px;
    }
    .msc-banner-text-main p {
        font-size: 20px;
    }
}


/* about-responsive */
/* Tablet Portrait - 992px */
@media (max-width: 992px) {
    #msc-about-us{
        overflow-x:hidden ;
    }
    .msc-main-section-about-us {
        margin: 40px 0px;
        margin-top: 60px;
    }
    
    .msc-wrapper-about-us-outer {
        margin-top: 30px;
        align-items: center;
        justify-content: center;
        margin-bottom: 40px;
    }
    
    .msc-main-image-about {
        width: 350px;
        height: 460px;
    }
    
    .msc-floating-image-about {
        width: 330px;
        height: 420px;
        top: -3rem;
        left: -1rem;
    }
    
    .msc-wrapper-description-about-outer {
        padding: 0px 15px;
    }
    
    .msc-main-heading-about-us {
        font-size: 34px;
        margin-top: 10px;
    }
}

/* Tablet Small - 768px */
@media (max-width: 768px) {
    .msc-main-section-about-us {
        margin: 30px 0px;
        margin-top: 50px;
    }
    
    .msc-wrapper-about-us-outer {
        margin-top: 20px;
        margin-bottom: 30px;
    }
    
    .msc-main-image-about {
        width: 320px;
        height: 420px;
    }
    
    .msc-floating-image-about {
        width: 300px;
        height: 380px;
        top: -2.5rem;
        left: -0.8rem;
        transform: rotate(6deg);
    }
    
    .msc-wrapper-description-about-outer {
        padding: 0px 10px;
    }
    
    .msc-tag-about p {
        padding: 6px 20px;
        font-size: 16px;
        border-width: 2px;
    }
    
    .msc-main-heading-about-us {
        font-size: 30px;
        line-height: 1.2;
    }
    
    .msc-description-about-us {
        font-size: 15px;
        margin-top: 12px;
    }
    
    .msc-highlighted-points {
        padding-bottom: 15px;
        margin-bottom: 18px;
    }
    
    .msc-highlighted-points p {
        font-size: 14px;
        margin-bottom: 8px;
    }
    
    .msc-about-coach {
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
    }
    
    .msc-coach-img {
        width: 65px;
        height: 65px;
    }
    
    .msc-coach-name-designation p {
        font-size: 18px;
    }
    
    .msc-coach-name-designation span {
        font-size: 15px;
    }
    
    .discover-button {
        margin-right: 0;
        padding: 14px 22px;
        width: 100%;
    }
}

/* Mobile - 640px */
@media (max-width: 640px) {
    .msc-wrapper-about-us-outer {
        margin-top: 15px;
        margin-bottom: 25px;
    }
    
    .msc-main-image-about {
        width: 280px;
        height: 380px;
        border-radius: 16px;
        border-width: 4px;
    }
    
    .msc-floating-image-about {
        width: 260px;
        height: 340px;
        top: -2rem;
        left: -0.6rem;
        border-radius: 16px;
        transform: rotate(5deg);
    }
    
    .msc-main-heading-about-us {
        font-size: 26px;
    }
    
    .msc-description-about-us {
        font-size: 14px;
    }
    
    .msc-highlighted-points p {
        font-size: 13px;
    }
    
    .msc-main-info-about-coach {
        gap: 10px;
    }
    
    .msc-coach-img {
        width: 60px;
        height: 60px;
    }
    
    .msc-coach-name-designation p {
        font-size: 17px;
    }
    
    .msc-coach-name-designation span {
        font-size: 14px;
    }
}

/* Mobile Small - 480px */
@media (max-width: 480px) {
    .msc-main-section-about-us {
        margin: 20px 0px;
        margin-top: 40px;
    }
    
    .msc-wrapper-about-us-outer {
        margin-top: 10px;
        margin-bottom: 20px;
    }
    
    .msc-main-image-about {
        width: 260px;
        height: 350px;
        border-radius: 14px;
        border-width: 3px;
    }
    
    .msc-floating-image-about {
        width: 240px;
        height: 310px;
        top: -1.5rem;
        left: -0.5rem;
        border-radius: 14px;
        transform: rotate(4deg);
    }
    
    .msc-wrapper-description-about-outer {
        padding: 0px 5px;
    }
    
    .msc-tag-about p {
        padding: 5px 18px;
        font-size: 15px;
        border-width: 2px;
    }
    
    .msc-main-heading-about-us {
        font-size: 24px;
        line-height: 1.2;
    }
    
    .msc-description-about-us {
        font-size: 14px;
        margin-top: 10px;
    }
    
    .msc-highlighted-points {
        padding-bottom: 12px;
        margin-bottom: 15px;
    }
    
    .msc-highlighted-points p {
        font-size: 13px;
        margin-bottom: 8px;
    }
    
    .msc-about-coach {
        gap: 15px;
    }
    
    .msc-main-info-about-coach {
        gap: 10px;
        flex-wrap: wrap;
    }
    
    .msc-coach-img {
        width: 55px;
        height: 55px;
    }
    
    .msc-coach-name-designation p {
        font-size: 16px;
    }
    
    .msc-coach-name-designation span {
        font-size: 13px;
    }
    
    .discover-button {
        padding: 12px 20px;
        border-radius: 40px;
    }
    
    .discover-button .button-text {
        font-size: 14px;
    }
    
    /* Adjust button circles for mobile */
    .circle-1 {
        width: 10rem;
        height: 10rem;
    }
    
    .circle-2 {
        width: 8rem;
        height: 8rem;
    }
    
    .circle-3 {
        width: 6rem;
        height: 6rem;
    }
    
    .circle-4 {
        width: 4rem;
        height: 4rem;
    }
    
    .circle-5 {
        width: 2rem;
        height: 2rem;
    }
}

/* Extra Small Mobile - 360px */
@media (max-width: 360px) {
    .msc-main-image-about {
        width: 240px;
        height: 320px;
        border-radius: 12px;
    }
    
    .msc-floating-image-about {
        width: 220px;
        height: 280px;
        top: -1.2rem;
        left: -0.4rem;
        border-radius: 12px;
        transform: rotate(3deg);
    }
    
    .msc-tag-about p {
        padding: 5px 15px;
        font-size: 14px;
    }
    
    .msc-main-heading-about-us {
        font-size: 22px;
    }
    
    .msc-description-about-us {
        font-size: 13px;
    }
    
    .msc-highlighted-points p {
        font-size: 12px;
        margin-bottom: 6px;
    }
    
    .msc-coach-img {
        width: 50px;
        height: 50px;
    }
    
    .msc-coach-name-designation p {
        font-size: 15px;
    }
    
    .msc-coach-name-designation span {
        font-size: 12px;
    }
    
    .discover-button {
        padding: 10px 18px;
    }
    
    .discover-button .button-text {
        font-size: 13px;
    }
}

/* Landscape Orientation Fix */
@media (max-width: 992px) and (orientation: landscape) {
    .msc-main-image-about {
        width: 280px;
        height: 360px;
    }
    
    .msc-floating-image-about {
        width: 260px;
        height: 320px;
        top: -2rem;
    }
    
    .msc-wrapper-about-us-outer {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

/* Container Adjustments for Bootstrap Grid */
@media (max-width: 992px) {
    .msc-main-section-about-us .row > [class*="col-"] {
        margin-bottom: 0;
    }
    
    .msc-main-section-about-us .row > .col-md-6:first-child {
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .msc-main-section-about-us .row > .col-md-6:first-child {
        margin-bottom: 25px;
    }
}

@media (max-width: 480px) {
    .msc-main-section-about-us .row > .col-md-6:first-child {
        margin-bottom: 20px;
    }
}
/* about-responsive-end */

@media (max-width: 992px){
    .msc-badge-icon{
        display: none;
    }
    .msc-letter {
        width: 100%;
        line-height: 1.4;
        display: inline-block;
        color: #2c3e50;
        font-family: var(--msc-font-theme-b-extra-bold);
        font-size: 20px;
        word-spacing: 2px;
        margin-top: 14px;
        letter-spacing: .3px;
    }
    .msc-players-section-design {
        margin: 0px;
        padding: 0px 10px;
    }
    .msc-highlight-word {
    font-weight: 900 !important;
    font-size: 17px;
    }
    .msc-single-letter {
    font-size: 21px !important;
    letter-spacing: 1px;
}
}

@media (max-width: 992px) {
    .msc-players-section-design {
        padding: 0px 20px;
        margin: 40px 10px;
    }
    
    .msc-players-section-design::after {
        width: 150px;
        height: 150px;
        opacity: 0.15;
    }
    
    .msc-players-card {
        margin-top: 35px;
        margin-bottom: 45px;
        border-radius: 25px;
    }
    
    .msc-players-image-wrapper {
        width: 230px;
        height: 290px;
        border-radius: 25px;
    }
    
    .msc-players-info {
        width: 92%;
        padding: 16px;
        border-radius: 25px;
        margin: 0px 10px !important;
    }
    
    .msc-players-name {
        font-size: 16px;
    }
    
    .msc-players-role {
        font-size: 11px;
        padding: 4px 8px;
    }
    
    .msc-players-button {
        padding: 7px 10px;
        font-size: 0.95rem;
    }
    
    .msc-players-card-main .owl-item.center {
        transform: scale(1.05) translateY(-8px) !important;
        width: 350px !important;
    }
}

/* Tablet Small - 768px */
@media (max-width: 768px) {
    .msc-players-section-design {
        padding: 0px 15px;
        margin: 35px 10px;
    }
    .msc-wrapper-headings-section {
    margin-bottom: 15px;
}
    
    .msc-players-section-design::after {
        width: 120px;
        height: 120px;
        opacity: 0.1;
    }
    
    .msc-players-card {
        margin-top: 30px;
        margin-bottom: 40px;
        border-radius: 22px;
    }
    
    .msc-players-image-wrapper {
        width: 220px;
        height: 280px;
        border-radius: 22px;
    }
    
    .msc-players-info {
        width: 93%;
        padding: 15px;
        border-radius: 22px;
        bottom: -2.8rem;
    }
    
    .msc-players-card:hover .msc-players-info {
        bottom: 0.5rem;
    }
    
    .msc-players-name {
        font-size: 16px;
    }
    
    .msc-players-role {
        font-size: 10px;
        padding: 4px 8px;
    }
    
    .msc-players-button {
        padding: 6px 10px;
        font-size: 0.9rem;
        border-radius: 8px;
    }
    .msc-heading-tagline{
        margin-bottom: 0px !important;
    }
    
    .msc-players-corner-accent {
        width: 50px;
        height: 50px;
        font-size: 1.1rem;
        top: 15px;
        right: 15px;
    }
    
    .msc-players-card-main .owl-item.center {
        transform: scale(1.03) translateY(-5px) !important;
        width: 320px !important;
    }
    
    .msc-players-card-main .owl-item {
        margin-right: 20px !important;
    }
}

/* Mobile - 640px */
@media (max-width: 640px) {
    .msc-players-section-design {
        padding: 0px 12px;
        margin: 30px 8px;
    }
    
    .msc-players-section-design::after {
        width: 100px;
        height: 100px;
    }
    
    .msc-cricket-new-design-main {
        margin: 40px 0px;
    }
    
    .msc-players-card {
        margin-top: 25px;
        margin-bottom: 35px;
        border-radius: 20px;
    }
    
    .msc-players-image-wrapper {
        width: 200px;
        height: 260px;
        border-radius: 20px;
    }
    
    .msc-players-info {
        width: 94%;
        padding: 14px;
        border-radius: 20px;
        bottom: -2.5rem;
    }
    
    .msc-players-card:hover .msc-players-info {
        bottom: 0.4rem;
    }
    
    .msc-reading-content-players {
        flex: 1;
    }
    
    .msc-players-name {
        font-size: 15px;
        margin-bottom: 5px;
    }
    
    .msc-players-role {
        font-size: 10px;
        padding: 4px 7px;
    }
    
    .msc-players-button {
        padding: 6px 9px;
        font-size: 0.85rem;
    }
    
    .msc-players-corner-accent {
        width: 45px;
        height: 45px;
        font-size: 1rem;
        top: 12px;
        right: 12px;
    }
    
    .msc-players-card-main .owl-item {
        margin-right: 15px !important;
    }
    
    .msc-players-card-main .owl-item.center {
        transform: scale(1.02) translateY(-3px) !important;
        width: 280px !important;
        margin-right: 15px !important;
    }
}

/* Mobile Small - 480px */
@media (max-width: 480px) {
    .msc-players-section-design {
        padding: 0px 10px;
        margin: 25px 5px;
    }
    
    .msc-players-section-design::after {
        width: 80px;
        height: 80px;
        opacity: 0.08;
    }
    
    .msc-cricket-new-design-main {
        margin: 35px 0px;
    }
    
    .msc-players-card {
        width: 100%;
        max-width: 280px;
        margin: 20px auto 35px;
        border-radius: 18px;
    }
    
    .msc-players-image-wrapper {
        width: 100%;
        width: 230px !important;
        height: 320px;
        border-radius: 18px;
    }
    
    .msc-players-info {
        width: 92%;
        padding: 12px;
        border-radius: 18px;
        bottom: -2.3rem;
        margin: 0px 10px !important;
        flex-direction: row;
        gap: 10px;
    }
    
    .msc-players-card:hover .msc-players-info {
        bottom: 0.3rem;
    }
    
    .msc-reading-content-players {
        display: flex;
        flex-direction: column;
        gap: 5px;
    }
    
    .msc-players-name {
        font-size: 14px;
        margin-bottom: 4px;
    }
    
    .msc-players-role {
        font-size: 9px;
        padding: 3px 7px;
        letter-spacing: 0.5px;
    }
    
    .msc-players-button {
        padding: 5px 8px;
        font-size: 0.8rem;
        border-radius: 8px;
    }
    
    .msc-players-corner-accent {
        width: 42px;
        height: 42px;
        font-size: 0.95rem;
        top: 10px;
        right: 10px;
        border-radius: 12px;
    }
    
    .msc-players-stats {
        padding: 15px 10px;
        margin: 15px 0;
        border-radius: 15px;
    }
    
    .msc-players-stat-value {
        font-size: 1.5rem;
    }
    
    .msc-players-stat-label {
        font-size: 0.75rem;
    }
    
    .msc-players-card-main .owl-item {
        margin-right: 12px !important;
    }
    
    .msc-players-card-main .owl-item.center {
        transform: scale(1) !important;
        width: 280px !important;
        margin-right: 12px !important;
    }
}

/* Extra Small Mobile - 360px */
@media (max-width: 360px) {
    .msc-players-section-design {
        padding: 0px 8px;
        margin: 20px 5px;
    }
    
    .msc-players-section-design::after {
        width: 70px;
        height: 70px;
        opacity: 0.06;
    }
    
    .msc-cricket-new-design-main {
        margin: 30px 0px;
    }
    
    .msc-players-card {
        max-width: 260px;
        margin: 18px auto 30px;
        border-radius: 16px;
    }
    
    .msc-players-image-wrapper {
        max-width: 230px;
        height: 300px;
        border-radius: 16px;
    }
    
    .msc-players-info {
        width: 90%;
        padding: 10px;
        border-radius: 16px;
        bottom: -2rem;
        gap: 8px;
    }
    
    .msc-players-card:hover .msc-players-info {
        bottom: 0.2rem;
    }
    
    .msc-players-name {
        font-size: 13px;
        margin-bottom: 3px;
    }
    
    .msc-players-role {
        font-size: 8px;
        padding: 3px 6px;
    }
    
    .msc-players-button {
        padding: 5px 7px;
        font-size: 0.75rem;
        border-radius: 7px;
    }
    
    .msc-players-corner-accent {
        width: 38px;
        height: 38px;
        font-size: 0.85rem;
        top: 8px;
        right: 8px;
        border-radius: 10px;
    }
    
    .msc-players-card-main .owl-item {
        margin-right: 10px !important;
    }
    
    .msc-players-card-main .owl-item.center {
        transform: scale(1) !important;
        width: 260px !important;
        margin-right: 10px !important;
    }
}

/* Landscape Orientation Fix */
@media (max-width: 992px) and (orientation: landscape) {
    .msc-players-image-wrapper {
        width: 200px;
        height: 250px;
    }
    
    .msc-players-card {
        margin-top: 25px;
        margin-bottom: 35px;
    }
    
    .msc-players-info {
        padding: 12px;
    }
    
    .msc-players-section-design::after {
        display: none;
    }
}

/* Owl Carousel Responsive Adjustments */
@media (max-width: 768px) {
    .msc-players-card-main .owl-stage-outer {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 480px) {
    .msc-players-card-main .owl-stage-outer {
        padding-left: 5px;
        padding-right: 5px;
    }
    
    .msc-players-card-main {
        margin: 0 -5px;
    }
}

/* Container Fluid Adjustments */
@media (max-width: 992px) {
    .msc-players-section-design .container-fluid {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 480px) {
    .msc-players-section-design .container-fluid {
        padding-left: 5px;
        padding-right: 5px;
    }
}

/* Touch Device Optimizations */
@media (hover: none) and (pointer: coarse) {
    .msc-players-card:hover {
        transform: translateY(-10px) scale(1.01);
    }
    
    .msc-players-card:hover .msc-players-image {
        transform: scale(1.05);
    }
    
    .msc-players-button {
        padding: 8px 12px;
        font-size: 0.9rem;
    }
}

/* High DPI Screens */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .msc-players-image {
        image-rendering: -webkit-optimize-contrast;
    }
}

/* Print Styles */
@media print {
    .msc-players-section-design::after {
        display: none;
    }
    
    .msc-players-card {
        page-break-inside: avoid;
        box-shadow: none;
        border: 1px solid #ddd;
    }
    
    .msc-players-button {
        display: none;
    }
}
/* Tablet Portrait - 992px */
@media (max-width: 992px) {
    .msc-gallery-section {
        padding: 60px 15px;
        padding-top: 50px !important;
    }
    
    .msc-gallery-grid { 
        flex-wrap: wrap; 
        height: auto; 
        gap: 15px;
    }
    
    .msc-gallery-column { 
        flex: 1 1 48%; 
        min-height: 350px; 
        gap: 15px;
    }
    
    .msc-gallery-column.msc-gallery-large { 
        flex: 1 1 100%; 
        min-height: 400px;
    }
    
    .msc-gallery-section-header {
        margin-bottom: 50px;
    }
    
    .msc-gallery-section-title {
        font-size: 2.6rem;
    }
    
    .msc-gallery-section-subtitle {
        font-size: 0.95rem;
    }
    
    .msc-gallery-zoom-icon {
        width: 65px;
        height: 65px;
        font-size: 1.6rem;
    }
    
    .msc-gallery-zoom-icon::before {
        width: 75px;
        height: 75px;
    }
    
    .msc-gallery-bg-icon {
        font-size: 4rem !important;
    }
    
    .msc-gallery-bg-icon:nth-child(2) {
        font-size: 6rem !important;
    }
    
    .msc-gallery-bg-icon:nth-child(3),
    .msc-gallery-bg-icon:nth-child(4) {
        display: none;
    }
}

/* Tablet Small - 768px */
@media (max-width: 768px) {
    .msc-gallery-section {
        padding: 50px 15px;
        padding-top: 45px !important;
    }
    
    .msc-gallery-section-title { 
        font-size: 2.4rem; 
    }
    
    .msc-gallery-section-subtitle {
        font-size: 0.9rem;
        margin-top: 15px;
    }
    
    .msc-gallery-section-header {
        margin-bottom: 40px;
    }
    
    .msc-gallery-grid { 
        flex-direction: column; 
        gap: 15px;
    }
    
    .msc-gallery-column { 
        width: 100%; 
        min-height: 320px; 
        flex: 1 1 100%;
    }
    
    .msc-gallery-column.msc-gallery-large {
        min-height: 380px;
    }
    
    .msc-gallery-item { 
        min-height: 280px; 
        border-radius: 16px;
    }
    
    .msc-gallery-overlay {
        padding: 20px;
    }
    
    .msc-gallery-overlay-title {
        font-size: 1.2rem;
    }
    
    .msc-gallery-overlay-subtitle {
        font-size: 0.85rem;
    }
    
    .msc-gallery-zoom-icon { 
        width: 60px; 
        height: 60px; 
        font-size: 1.5rem; 
    }
    
    .msc-gallery-zoom-icon::before {
        width: 70px;
        height: 70px;
    }
    
    .msc-gallery-lightbox-nav { 
        width: 45px; 
        height: 45px; 
    }
    
    .msc-gallery-lightbox-prev { 
        left: 15px; 
    } 
    
    .msc-gallery-lightbox-next { 
        right: 15px; 
    }
    
    .msc-gallery-lightbox-close {
        top: 15px;
        right: 15px;
        width: 45px;
        height: 45px;
    }
    
    .msc-gallery-lightbox-info {
        bottom: 20px;
        padding: 5px 20px;
    }
    
    .msc-gallery-lightbox-info h4 {
        font-size: 1.5rem;
    }
    
    .msc-gallery-lightbox-info p {
        font-size: 0.8rem;
    }
    
    .msc-gallery-rolling-ball {
        width: 18px;
        height: 18px;
        top: -7px;
    }
    
    .msc-gallery-title-decoration {
        height: 3px;
    }
    
    .msc-gallery-bg-icon {
        font-size: 3.5rem !important;
    }
    
    .msc-gallery-bg-icon:nth-child(2) {
        font-size: 5rem !important;
    }
}

/* Mobile - 640px */
@media (max-width: 640px) {
    .msc-gallery-section {
        padding: 40px 12px;
        padding-top: 40px !important;
    }
    
    .msc-gallery-section-title {
        font-size: 2.2rem;
    }
    
    .msc-gallery-section-subtitle {
        font-size: 0.85rem;
        letter-spacing: 0.5px;
    }
    
    .msc-gallery-section-header {
        margin-bottom: 35px;
    }
    
    .msc-gallery-column {
        min-height: 300px;
    }
    
    .msc-gallery-column.msc-gallery-large {
        min-height: 350px;
    }
    
    .msc-gallery-item {
        min-height: 260px;
        border-radius: 14px;
    }
    
    .msc-gallery-overlay {
        padding: 18px;
    }
    
    .msc-gallery-overlay-title {
        font-size: 1.1rem;
    }
    
    .msc-gallery-zoom-icon {
        width: 55px;
        height: 55px;
        font-size: 1.3rem;
    }
    
    .msc-gallery-zoom-icon::before {
        width: 65px;
        height: 65px;
    }
    
    .msc-gallery-bg-icon {
        font-size: 3rem !important;
    }
    
    .msc-gallery-bg-icon:nth-child(2) {
        font-size: 4.5rem !important;
    }
}

/* Mobile Small - 480px */
@media (max-width: 480px) {
    .msc-gallery-section {
        padding: 35px 10px;
        padding-top: 35px !important;
    }
    
    .msc-gallery-section-title {
        font-size: 2rem;
        margin-bottom: 12px;
    }
    
    .msc-gallery-section-subtitle {
        font-size: 0.8rem;
        margin-top: 12px;
    }
    
    .msc-gallery-section-header {
        margin-bottom: 30px;
    }
    
    .msc-gallery-grid {
        gap: 12px;
    }
    
    .msc-gallery-column {
        min-height: 280px;
        gap: 12px;
    }
    
    .msc-gallery-column.msc-gallery-large {
        min-height: 320px;
    }
    
    .msc-gallery-item {
        min-height: 240px;
        border-radius: 12px;
    }
    
    .msc-gallery-item:hover {
        transform: translateY(-5px);
    }
    
    .msc-gallery-overlay {
        padding: 15px;
    }
    
    .msc-gallery-overlay-title {
        font-size: 1rem;
    }
    
    .msc-gallery-overlay-subtitle {
        font-size: 0.75rem;
    }
    
    .msc-gallery-overlay-tag {
        font-size: 0.7rem;
        padding: 3px 10px;
    }
    
    .msc-gallery-zoom-icon {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
    }
    
    .msc-gallery-zoom-icon::before {
        width: 60px;
        height: 60px;
    }
    
    .msc-gallery-lightbox-nav {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
    
    .msc-gallery-lightbox-prev {
        left: 10px;
    }
    
    .msc-gallery-lightbox-next {
        right: 10px;
    }
    
    .msc-gallery-lightbox-close {
        top: 10px;
        right: 10px;
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
    }
    
    .msc-gallery-lightbox-content {
        max-width: 95vw;
        max-height: 80vh;
    }
    
    .msc-gallery-lightbox-info {
        bottom: 15px;
        padding: 4px 15px;
        border-radius: 30px;
    }
    
    .msc-gallery-lightbox-info h4 {
        font-size: 1.2rem;
    }
    
    .msc-gallery-lightbox-info p {
        font-size: 0.75rem;
        margin: 0;
    }
    
    .msc-gallery-rolling-ball {
        width: 16px;
        height: 16px;
        top: -6px;
    }
    
    .msc-gallery-title-decoration {
        height: 3px;
    }
    
    .msc-gallery-bg-icon {
        font-size: 2.5rem !important;
    }
    
    .msc-gallery-bg-icon:nth-child(2) {
        font-size: 4rem !important;
    }
}

/* Extra Small Mobile - 360px */
@media (max-width: 360px) {
    .msc-gallery-section {
        padding: 30px 8px;
        padding-top: 30px !important;
    }
    
    .msc-gallery-section-title {
        font-size: 1.8rem;
        margin-bottom: 10px;
    }
    
    .msc-gallery-section-subtitle {
        font-size: 0.75rem;
        margin-top: 10px;
    }
    
    .msc-gallery-section-header {
        margin-bottom: 25px;
    }
    
    .msc-gallery-grid {
        gap: 10px;
    }
    
    .msc-gallery-column {
        min-height: 260px;
        gap: 10px;
    }
    
    .msc-gallery-column.msc-gallery-large {
        min-height: 300px;
    }
    
    .msc-gallery-item {
        min-height: 220px;
        border-radius: 10px;
    }
    
    .msc-gallery-overlay {
        padding: 12px;
    }
    
    .msc-gallery-overlay-title {
        font-size: 0.95rem;
    }
    
    .msc-gallery-zoom-icon {
        width: 45px;
        height: 45px;
        font-size: 1.1rem;
    }
    
    .msc-gallery-zoom-icon::before {
        width: 55px;
        height: 55px;
    }
    
    .msc-gallery-rolling-ball {
        width: 14px;
        height: 14px;
        top: -5px;
    }
    
    .msc-gallery-title-decoration {
        height: 2px;
    }
    
    .msc-gallery-bg-icon {
        font-size: 2rem !important;
    }
    
    .msc-gallery-bg-icon:nth-child(2) {
        font-size: 3.5rem !important;
    }
    
    .msc-gallery-lightbox-info {
        padding: 3px 12px;
    }
    
    .msc-gallery-lightbox-info h4 {
        font-size: 1rem;
    }
}

/* Landscape Orientation Fix */
@media (max-width: 992px) and (orientation: landscape) {
    .msc-gallery-section {
        padding: 40px 15px;
    }
    
    .msc-gallery-column {
        min-height: 280px;
    }
    
    .msc-gallery-column.msc-gallery-large {
        min-height: 320px;
    }
    
    .msc-gallery-item {
        min-height: 250px;
    }
    
    .msc-gallery-section-header {
        margin-bottom: 35px;
    }
}

/* Touch Devices */
@media (hover: none) and (pointer: coarse) {
    .msc-gallery-item:hover {
        transform: translateY(-5px);
    }
    
    .msc-gallery-item:active {
        transform: translateY(-3px);
    }
    
    .msc-gallery-zoom-icon {
        display: none;
    }
    
    .msc-gallery-overlay {
        opacity: 1;
        background: linear-gradient(to top, rgba(26, 26, 46, 0.7) 0%, transparent 60%);
    }
}

/* High DPI Screens */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .msc-gallery-item img {
        image-rendering: -webkit-optimize-contrast;
    }
}

/* Reduce Motion */
@media (prefers-reduced-motion: reduce) {
    .msc-gallery-bg-icon,
    .msc-gallery-rolling-ball,
    .msc-gallery-zoom-icon::before {
        animation: none;
    }
    
    .msc-gallery-item,
    .msc-gallery-item img,
    .msc-gallery-overlay,
    .msc-gallery-zoom-icon {
        transition: none;
    }
}

/* Print Styles */
@media print {
    .msc-gallery-section::before,
    .msc-gallery-bg-icon,
    .msc-gallery-zoom-icon,
    .msc-gallery-rolling-ball {
        display: none;
    }
    
    .msc-gallery-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        height: auto;
    }
    
    .msc-gallery-item {
        page-break-inside: avoid;
        box-shadow: none;
        border: 1px solid #ddd;
    }
    
    .msc-gallery-overlay {
        display: none;
    }
}
@media (max-width: 768px) {
    .msc-gallery-column.msc-gallery-large {
    min-height: 270px !important;
}
.msc-gallery-item img {
    width: 100%;
    height: 290px !important;
    object-fit: cover;
    transition: transform 0.8s ease;
}
.msc-gallery-overlay-content {
    transform: translateY(49px);
    transition: transform 0.4s ease;
}
msc-gallery-column.msc-gallery-large {
        min-height: 220px !important;
    }
    .msc-gallery-section{
        overflow-x: hidden;
    }
    #msc-banner-design{
        overflow-x: hidden;
    }
}


@media (max-width: 992px) {
    .msc-design-why-choose-us {
        margin: 45px 0px;
    }
    
    .msc-design-why-choose-us::after {
        width: 120px;
        height: 220px;
        bottom: -2rem;
        opacity: 0.5;
    }
    
    .msc-main-wrapper-why-choose-outer {
        margin-bottom: 40px;
    }
    
    .msc-tabs-content-wrapper-outer-choose {
        margin: 10px 10px;
    }
    
    #pills-tab {
        gap: 12px !important;
    }
    
    .msc-btn-tabs-choose-us {
        height: 48px;
        padding: 11px 18px !important;
        font-size: 14px;
    }
    
    .msc-wrapper-card-inner-choose-tab {
        margin-top: 30px;
        padding: 18px;
        border-radius: 28px;
    }
    
    .msc-img-choose-tab {
        height: 260px;
        margin-bottom: 20px;
    }
    
    .msc-content-tab-choose h2 {
        font-size: 28px;
        margin-bottom: 12px;
    }
    
    .msc-content-tab-choose p {
        font-size: 14px;
    }
    
    .msc-image-description-content-choose {
        height: 200px;
        margin-bottom: 20px;
    }
    
    .msc-descripttion-content-choose {
        font-size: 14px;
    }
}

/* Tablet Small - 768px */
@media (max-width: 768px) {
    .msc-design-why-choose-us {
        margin: 30px 16px;
    }
    .msc-design-why-choose-us {
        margin: 40px 0px;
    }
    
    .msc-design-why-choose-us::after {
        width: 100px;
        height: 200px;
        bottom: -1.5rem;
        opacity: 0.4;
    }
    
    .msc-main-wrapper-why-choose-outer {
        margin-bottom: 35px;
    }
    
    .msc-tabs-content-wrapper-outer-choose {
        margin: 10px 5px;
    }
    
    #pills-tab {
        gap: 10px !important;
        flex-direction: column;
    }
    
    .nav-item {
        width: 100%;
    }
    
    .msc-btn-tabs-choose-us {
        height: 50px;
        padding: 12px 20px !important;
        font-size: 15px;
    }
    
    .msc-wrapper-card-inner-choose-tab {
        margin-top: 25px;
        padding: 16px;
        border-radius: 25px;
        outline-offset: -7px;
    }
    
    .msc-img-choose-tab {
        height: 240px;
        margin-bottom: 18px;
    }
    
    .msc-content-tab-choose {
        padding: 0px;
    }
    
    .msc-content-tab-choose h2 {
        font-size: 26px;
        margin-bottom: 10px;
    }
    
    .msc-content-tab-choose p {
        font-size: 14px;
    }
    
    .msc-image-description-content-choose {
        height: 190px;
        margin-bottom: 18px;
    }
    
    .msc-section-small-image-choose {
        margin-top: 25px;
    }
    
    .msc-descripttion-content-choose {
        font-size: 14px;
    }
}

/* Mobile - 640px */
@media (max-width: 640px) {
    .msc-design-why-choose-us {
        margin: 35px 0px;
    }
    
    .msc-design-why-choose-us::after {
        width: 90px;
        height: 180px;
        bottom: -1rem;
        opacity: 0.3;
    }
    
    .msc-main-wrapper-why-choose-outer {
        margin-bottom: 30px;
    }
    
    .msc-btn-tabs-choose-us {
        height: 48px;
        padding: 11px 18px !important;
        font-size: 14px;
        border-radius: 35px !important;
    }
    
    .msc-wrapper-card-inner-choose-tab {
        margin-top: 22px;
        padding: 15px;
        border-radius: 22px;
    }
    
    .msc-img-choose-tab {
        height: 220px;
        border-radius: 18px;
    }
    
    .msc-content-tab-choose h2 {
        font-size: 24px;
    }
    
    .msc-content-tab-choose p {
        font-size: 13px;
    }
    
    .msc-image-description-content-choose {
        height: 180px;
        border-radius: 18px;
    }
}

/* Mobile Small - 480px */
@media (max-width: 480px) {
    .msc-design-why-choose-us {
        margin: 30px 0px;
    }
    
    .msc-design-why-choose-us::after {
        width: 80px;
        height: 160px;
        bottom: -0.5rem;
        opacity: 0.25;
    }
    
    .msc-main-wrapper-why-choose-outer {
        margin-bottom: 25px;
    }
    
    .msc-tabs-content-wrapper-outer-choose {
        margin: 10px 0px;
    }
    
    #pills-tab {
        gap: 8px !important;
    }
    
    .msc-btn-tabs-choose-us {
        height: 46px;
        padding: 10px 16px !important;
        font-size: 13px;
        border-radius: 30px !important;
        border-width: 1.5px !important;
    }
    
    .msc-wrapper-card-inner-choose-tab {
        margin-top: 20px;
        padding: 14px;
        border-radius: 20px;
        border-width: 1.5px;
        outline-width: 1.5px;
        outline-offset: -6px;
    }
    
    .msc-img-choose-tab {
        height: 200px;
        border-radius: 16px;
        margin-bottom: 15px;
    }
    
    .msc-content-tab-choose h2 {
        font-size: 22px;
        margin-bottom: 8px;
        line-height: 1.2;
    }
    
    .msc-content-tab-choose p {
        font-size: 13px;
        line-height: 1.5;
    }
    
    .msc-image-description-content-choose {
        height: 170px;
        border-radius: 16px;
        margin-bottom: 15px;
    }
    
    .msc-section-small-image-choose {
        margin-top: 22px;
    }
    
    .msc-descripttion-content-choose {
        font-size: 13px;
        line-height: 1.5;
    }
    
    .msc-tag-about p {
        padding: 6px 20px;
        font-size: 15px;
        border-width: 2px;
    }
}

/* Extra Small Mobile - 360px */
@media (max-width: 360px) {
    .msc-design-why-choose-us {
        margin: 25px 0px;
    }
    
    .msc-design-why-choose-us::after {
        width: 70px;
        height: 140px;
        bottom: 0;
        opacity: 0.2;
    }
    
    .msc-main-wrapper-why-choose-outer {
        margin-bottom: 20px;
    }
    
    .msc-btn-tabs-choose-us {
        height: 44px;
        padding: 9px 14px !important;
        font-size: 12px;
    }
    
    .msc-wrapper-card-inner-choose-tab {
        margin-top: 18px;
        padding: 12px;
        border-radius: 18px;
        outline-offset: -5px;
    }
    
    .msc-img-choose-tab {
        height: 180px;
        border-radius: 14px;
    }
    
    .msc-content-tab-choose h2 {
        font-size: 20px;
        margin-bottom: 8px;
    }
    
    .msc-content-tab-choose p {
        font-size: 12px;
    }
    
    .msc-image-description-content-choose {
        height: 160px;
        border-radius: 14px;
    }
    
    .msc-section-small-image-choose {
        margin-top: 20px;
    }
    
    .msc-descripttion-content-choose {
        font-size: 12px;
    }
    
    .msc-tag-about p {
        padding: 5px 18px;
        font-size: 14px;
    }
}

/* Landscape Orientation Fix */
@media (max-width: 992px) and (orientation: landscape) {
    .msc-design-why-choose-us {
        margin: 35px 0px;
    }
    
    .msc-img-choose-tab {
        height: 220px;
    }
    
    .msc-image-description-content-choose {
        height: 160px;
    }
    
    .msc-wrapper-card-inner-choose-tab {
        padding: 15px;
    }
    
    .msc-design-why-choose-us::after {
        display: none;
    }
}

/* Touch Devices */
@media (hover: none) and (pointer: coarse) {
    .msc-btn-tabs-choose-us:hover {
        background-color: transparent;
        color: var(--msc-theme-global-medium-blue);
    }
    
    .msc-btn-tabs-choose-us:active {
        transform: scale(0.98);
    }
}

/* Bootstrap Grid Adjustments */
@media (max-width: 768px) {
    #msc-why-choose-us-section .row > [class*="col-"] {
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media (max-width: 480px) {
    #msc-why-choose-us-section .row > [class*="col-"] {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    #msc-why-choose-us-section .container {
        padding-left: 10px;
        padding-right: 10px;
    }
}

/* High DPI Screens */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .msc-img-choose-tab img,
    .msc-image-description-content-choose img {
        image-rendering: -webkit-optimize-contrast;
    }
}

/* Reduce Motion */
@media (prefers-reduced-motion: reduce) {
    .msc-tabs-main-outer.fade {
        animation: none !important;
    }
    
    .msc-btn-tabs-choose-us {
        transition: none;
    }
}

/* Print Styles */
@media print {
    .msc-design-why-choose-us::after {
        display: none;
    }
    
    .msc-wrapper-card-inner-choose-tab {
        box-shadow: none;
        border: 1px solid #ddd;
        outline: none;
        page-break-inside: avoid;
    }
    
    #pills-tab {
        display: none;
    }
    
    .tab-pane {
        display: block !important;
        opacity: 1 !important;
    }
}

@media (max-width: 768px) {
    .msc-design-why-choose-us {
        margin: 30px 16px !important;
    }
    .msc-shining-stars-section-title {
        font-size: 2rem;
    }
    .msc-shining-stars-section-subtitle {
        color: #666;
        font-size: 0.9rem;
        letter-spacing: 0px;
        margin-top: 15px;
        font-weight: 500;
    }
    .msc-shining-stars-section {
        padding: 30px 0px;
    }
}
@media (max-width: 992px) {
    .msc-discover-us-section {
        margin: 60px 0px;
        margin-bottom: 0px !important;
    }
    
    .msc-wrapper-video-play {
        height: 200px;
    }
    
    .msc-inner-wrapper-content-discover {
        flex-direction: column;
        gap: 20px;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    
    .msc-about-coach-call {
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }
    
    .msc-imp-info-bbca {
        width: 100%;
        max-width: 600px;
        font-size: 15px;
    }
    
    .msc-img-coach-contact {
        height: 75px !important;
        width: 75px !important;
    }
    
    .msc-call-info {
        height: 78px !important;
        width: 78px !important;
        margin-right: 0;
        margin-bottom: -20px;
        z-index: 99;
    }
    
    .msc-call-info img {
        height: 38px;
    }
    
    .msc-icons-image-discover {
        flex-direction: column;
    }
    
    .msc-important-buttons-overlay-discover {
        flex-wrap: wrap;
        justify-content: center;
    }
}

/* Tablet Small - 768px */
@media (max-width: 768px) {
    .msc-discover-us-section {
        margin: 50px 0px;
        margin-bottom: 0px !important;
    }
    
    .msc-wrapper-video-play {
        height: 280px;
    }
    
    .msc-inner-wrapper-content-discover {
        gap: 18px;
        padding: 15px 0;
    }
    
    .msc-about-coach-call {
        gap: 12px;
    }
    
    .msc-imp-info-bbca {
        width: 100%;
        max-width: 500px;
        font-size: 14px;
        line-height: 1.4;
    }
    
    .msc-img-coach-contact {
        height: 70px !important;
        width: 70px !important;
    }
    
    .msc-call-info {
        height: 73px !important;
        width: 73px !important;
        margin-bottom: -18px;
    }
    
    .msc-call-info img {
        height: 36px;
    }
    
    .msc-button-important-discover {
        padding: 8px 15px;
        font-size: 14px;
        border-width: 2px;
    }
    
    .msc-change-bg-btn-imp {
        padding: 8px 18px !important;
    }
    
    .msc-important-buttons-overlay-discover {
        gap: 10px;
    }
}

/* Mobile - 640px */
@media (max-width: 640px) {
    .msc-discover-us-section {
        margin: 40px 0px;
        margin-bottom: 0px !important;
    }
    
    .msc-wrapper-video-play {
        height: 320px;
    }
    
    .msc-overlay-text-content-discover .container {
        padding: 0 15px;
    }
    
    .msc-inner-wrapper-content-discover {
        gap: 16px;
    }
    
    .msc-imp-info-bbca {
        width: 100%;
        font-size: 13px;
        line-height: 1.5;
    }
    
    .msc-img-coach-contact {
        height: 65px !important;
        width: 65px !important;
    }
    
    .msc-call-info {
        height: 68px !important;
        width: 68px !important;
        margin-bottom: -16px;
        outline-width: 2.5px;
        outline-offset: -2.5px;
    }
    
    .msc-call-info img {
        height: 34px;
    }
    
    .msc-icons-image-discover img {
        border-width: 2.5px;
    }
    
    .msc-button-important-discover {
        padding: 8px 14px;
        font-size: 13px;
    }
    
    .msc-change-bg-btn-imp {
        padding: 8px 16px !important;
    }
    
    .msc-important-buttons-overlay-discover {
        gap: 8px;
        width: 100%;
    }
}

/* Mobile Small - 480px */
@media (max-width: 480px) {
    .msc-discover-us-section {
        margin: 35px 0px;
        margin-bottom: 0px !important;
    }
    
    .msc-wrapper-video-play {
        height: 360px;
    }
    
    .msc-overlay-text-content-discover .container {
        padding: 0 12px;
    }
    
    .msc-inner-wrapper-content-discover {
        gap: 15px;
        padding: 12px 0;
    }
    
    .msc-about-coach-call {
        gap: 10px;
    }
    
    .msc-imp-info-bbca {
        width: 100%;
        font-size: 13px;
        line-height: 1.5;
    }
    
    .msc-img-coach-contact {
        height: 60px !important;
        width: 60px !important;
    }
    
    .msc-call-info {
        height: 63px !important;
        width: 63px !important;
        margin-bottom: -15px;
        outline-width: 2px;
        outline-offset: -2px;
    }
    
    .msc-call-info img {
        height: 32px;
    }
    
    .msc-icons-image-discover img {
        border-width: 2px;
    }
    
    .msc-button-important-discover {
        padding: 8px 13px;
        font-size: 13px;
        border-radius: 50px;
        width: 100%;
        justify-content: center;
    }
    
    .msc-change-bg-btn-imp {
        padding: 8px 13px !important;
    }
    
    .msc-important-buttons-overlay-discover {
        flex-direction: column;
        gap: 10px;
        width: 100%;
    }
    
    .msc-important-buttons-overlay-discover a {
        width: 100%;
    }
}

/* Extra Small Mobile - 360px */
@media (max-width: 360px) {
    .msc-discover-us-section {
        margin: 30px 0px;
        margin-bottom: 0px !important;
    }
    
    .msc-wrapper-video-play {
        height: 380px;
    }
    
    .msc-overlay-text-content-discover .container {
        padding: 0 10px;
    }
    
    .msc-inner-wrapper-content-discover {
        gap: 12px;
    }
    
    .msc-imp-info-bbca {
        font-size: 12px;
        line-height: 1.5;
    }
    
    .msc-img-coach-contact {
        height: 55px !important;
        width: 55px !important;
    }
    
    .msc-call-info {
        height: 58px !important;
        width: 58px !important;
        margin-bottom: -14px;
    }
    
    .msc-call-info img {
        height: 30px;
    }
    
    .msc-button-important-discover {
        padding: 7px 12px;
        font-size: 12px;
    }
    
    .msc-change-bg-btn-imp {
        padding: 7px 12px !important;
    }
    
    .msc-important-buttons-overlay-discover {
        gap: 8px;
    }
}

/* Landscape Orientation Fix */
@media (max-width: 992px) and (orientation: landscape) {
    .msc-wrapper-video-play {
        height: 180px;
    }
    
    .msc-inner-wrapper-content-discover {
        flex-direction: row;
        gap: 15px;
    }
    
    .msc-about-coach-call {
        flex-direction: row;
        gap: 12px;
    }
    
    .msc-call-info {
        margin-right: -15px;
        margin-bottom: 0;
    }
    
    .msc-icons-image-discover {
        flex-direction: row;
    }
    
    .msc-imp-info-bbca {
        font-size: 12px;
        text-align: left;
    }
    
    .msc-important-buttons-overlay-discover {
        flex-direction: row;
    }
}

@media (max-width: 768px) and (orientation: landscape) {
    .msc-wrapper-video-play {
        height: 160px;
    }
    
    .msc-imp-info-bbca {
        font-size: 11px;
        max-width: 400px;
    }
    
    .msc-img-coach-contact {
        height: 50px !important;
        width: 50px !important;
    }
    
    .msc-call-info {
        height: 53px !important;
        width: 53px !important;
    }
    
    .msc-button-important-discover {
        padding: 6px 12px;
        font-size: 12px;
    }
}

/* Touch Devices */
@media (hover: none) and (pointer: coarse) {
    .msc-button-important-discover:hover {
        animation: none;
    }
    
    .msc-button-important-discover:active {
        transform: scale(0.95);
        background: #016dd9;
        color: #ffffff;
        border-color: #016dd9;
    }
}

/* High DPI Screens */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .msc-wrapper-video-play video {
        image-rendering: -webkit-optimize-contrast;
    }
    
    .msc-img-coach-contact img,
    .msc-call-info img {
        image-rendering: -webkit-optimize-contrast;
    }
}

/* Reduce Motion */
@media (prefers-reduced-motion: reduce) {
    .msc-button-important-discover {
        animation: none !important;
    }
    
    .msc-button-important-discover:hover {
        animation: none !important;
    }
}

/* Container Adjustments */
@media (max-width: 768px) {
    .msc-discover-us-section .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }
}

/* Print Styles */
@media print {
    .msc-wrapper-video-play video {
        display: none;
    }
    
    .msc-wrapper-video-play {
        background: #f5f5f5;
        border: 1px solid #ddd;
    }
    
    .msc-overlay-text-content-discover {
        position: relative;
    }
    
    .msc-button-important-discover {
        border: 1px solid #333;
    }
}

@media (max-width: 768px) {
.msc-icons-image-discover {
        flex-direction: row !important;
    }
    .msc-youtube-video-section-title {
    font-size: 2rem;
}
.msc-youtube-video-section-subtitle {
    color: #666;
    font-size: 0.9rem;
    letter-spacing: 0px;
    font-weight: 500;
    text-transform: uppercase;
}
.msc-testimonial-section-title {
    font-size: 2rem !important;
}
.msc-testimonial-section-description {
    max-width: 600px;
    margin: 0 auto;
    font-size: 0.9rem;
    color: #666;
}
.msc-testimonial-section {
    padding: 40px 8px;
    padding-bottom: 0px;
}
.msc-testimonial-card {
    margin-top: 30px;
    padding: 0 20px 40px;
}
.msc-footer-main-subscribe-form {
    border-radius: 27px;
}
.msc-gallery-lightbox-content {
    max-width: 85dvw !important;
    max-height: 100dvh !important;
}
.msc-wrapper-about-us-outer{
    position: relative !important;
    z-index: 1 !important;
}
}
/* responsive-end */

/* footer-alert */
.msc-custom-alert-footer {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
    opacity: 0;
    transform: translateX(400px);
    transition: all 0.3s ease-in-out;
}

.msc-custom-alert-footer.show {
    opacity: 1;
    transform: translateX(0);
}

.msc-custom-alert-footer-content {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
    padding: 20px 25px;
    display: flex;
    align-items: center;
    gap: 15px;
    min-width: 350px;
    position: relative;
}

.msc-custom-alert-footer.success .msc-custom-alert-footer-content {
    border-left: 5px solid #28a745;
}

.msc-custom-alert-footer.error .msc-custom-alert-footer-content {
    border-left: 5px solid #dc3545;
}

.msc-custom-alert-footer-icon {
    font-size: 35px;
    flex-shrink: 0;
}

.msc-custom-alert-footer.success .msc-custom-alert-footer-icon {
    color: #28a745;
}

.msc-custom-alert-footer.error .msc-custom-alert-footer-icon {
    color: #dc3545;
}

.msc-custom-alert-footer-message h4 {
    margin: 0 0 5px 0;
    font-size: 18px;
    font-weight: 600;
}

.msc-custom-alert-footer-message p {
    margin: 0;
    font-size: 14px;
    color: #666;
}

.msc-custom-alert-footer-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: transparent;
    border: none;
    font-size: 18px;
    color: #999;
    cursor: pointer;
    padding: 5px;
    line-height: 1;
    transition: color 0.3s;
}

.msc-custom-alert-footer-close:hover {
    color: #333;
}
@media (max-width: 576px) {
    .msc-custom-alert-footer {
        right: 10px;
        left: 10px;
    }
    
    .msc-custom-alert-footer-content {
        min-width: auto;
        padding: 15px;
    }
    
    .msc-custom-alert-footer-icon {
        font-size: 28px;
    }
    
    .msc-custom-alert-footer-message h4 {
        font-size: 16px;
    }
}

.newsletter_error{
    display: none;
    margin-top: 10px;
    padding: 10px 14px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
}

.newsletter_error.success{
    background: #e6fffa;
    color: #065f46;
    border: 1px solid #99f6e4;
}

.newsletter_error.error{
    background: #fef2f2;
    color: #991b1b;
    border: 1px solid #fecaca;
}

/* footer-alert-end */