/* Footer description – reduce gap between lines */
.footer .footer-side0 .footer-description p {
  line-height: 1.25 !important;
}

.footer .footer-side0 .footer-description {
  margin-bottom: 0.5rem;
}

.footer .footer-side0 .footer-logo img {
  padding-bottom: 0.75rem;
}

/* FTV At A Glance Section Styles */
.ravp-section1 {
  background: #f5e6e8 !important;
  /* Light pink background */
  position: relative;
  overflow: hidden;
}

.ravp-section1::before {
  content: "f" !important;
  position: absolute;
  font-size: 25vw;
  font-weight: 300;
  color: #f0d4d8;
  font-family: serif;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  opacity: 0.3;
  pointer-events: none;
  line-height: 1;
}

.ravp-section1::after {
  content: "" !important;
  position: absolute;
  width: 65%;
  height: 75%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #f0d4d8;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  z-index: 0;
  opacity: 0.6;
  pointer-events: none;
}

.ravp-section1 .container {
  position: relative;
  z-index: 1;
}

.ravp-section1 .tabs-content1>div>div:last-child {
  grid-template-columns: repeat(3, 1fr) !important;
}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1366px) {
  .philvma-section .philvma-heading ::after {
    top: 88px;
  }

  .kkintroimg-section .kkintroimg-image {
    overflow: hidden;
  }
}

@media screen and (max-width: 1200px) {
  .head_links {
    transition: all 1.5s linear;
    transform: scaleX(0);
    top: 100px;
    position: fixed;
    /* display: none; */
    width: 100%;
    height: 100%;
    right: -200%;
  }

  .head_links .head_nav_links .head_nav-link>ul>li a {
    color: #fff;
  }

  .head_links .head_nav_links .head_nav-link>ul>li.active>a {
    color: #2e3192;
  }

  .head_links .head_nav_links {
    /* display: none; */
    position: fixed;
    width: 100vw;
    top: 50%;
    left: 50%;
    height: 100vh;
    background: #f12f3e;
    transform: translate(-50%, -50%);
  }

  .head_links.navlinkactive {
    right: 0;
    transform: scaleX(1);
    transition: all 1.5s linear;
    z-index: 9999;
    /* display: block; */
  }

  .head_links .head_nav_links {
    flex-direction: column;
    gap: 25px;
    /* height: 100%; */
    justify-content: center;
  }

  .head_links .head_nav_links .head_nav-link>ul {
    flex-direction: column;
    padding-left: 0;
  }

  .head_links .head_nav_links .head_nav-link>ul>li:not(:last-child)::after {
    display: none;
  }

  .hamburger {
    display: flex;

    /* width: 65px; */
    /* background-color: #000; */
    /* height: 65px; */
  }

  .head_links .head_nav_links .head_nav-link>ul>li.linkactivate ul {
    background-color: #000;
  }

  .head_links .head_nav_links .head_nav-link>ul {
    background-color: transparent;
    padding: 5px;
  }
}

@media screen and (max-width: 1024px) {

  .features-section .swiper-button-next.mycustombtn-next,
  .features-section .swiper-button-prev.mycustombtn-prev {
    top: 72%;
  }

  .index1-section .index1-abs h1 {
    font-size: 3vw;
  }

  .michelvideo-section .michelvideo-content video,
  .maintrovideo-section .maintrovideo-content video {
    height: 600px;
  }

  .pagelinks-section .pagelinks-main .pagelinks-main_ul,
  .ravp-section .ravp-main .ravp-tabs {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 992px) {

  /* .footer .footer-contactbtn {
    right: 5%;
  } */
  .kkheading-sec .kkheading-content h2 {
    font-size: 6vw;
  }

  h1 {
    font-size: 5.5vw;
  }

  .index1-section {
    padding: 0 0 2.5rem 0;
  }

  .features-section .swiper-button-prev.mycustombtn-prev {
    left: 8%;
  }

  .index1-section .index1-container .index1-img img,
  .index1-section .index1-container .index1-img video,
  .index1-section .index1-container .index1-video img,
  .index1-section .index1-container .index1-video video {
    height: 500px;
  }

  .intro-section .intro-circle {
    left: 6vw;
  }

  .index3-section::after {
    bottom: 18px;
  }

  .potential1-section .potential1-content {
    width: 100%;
  }

  .philvma-section .philvma-heading ::after {
    top: 90px;
  }

  .brdsupport-section {
    padding: 3rem 0;
  }

  .somg-gallery {
    padding: 0 0;
  }

  .ravp-section1 {
    padding: 4rem 0;
  }

  .ravp-section1 .container {
    padding-top: 4rem !important;
  }

  .ravp-section1 .ravp-content1 .tabs-content1>div {
    gap: 3rem !important;
    flex-wrap: nowrap !important;
    align-items: flex-start !important;
  }

  .ravp-section1 .ravp-content1 .tabs-content1>div>div:first-child {
    align-items: flex-start !important;
    display: flex !important;
    flex-direction: column !important;
  }

  .ravp-section1 .ravp-content1 .tabs-content1>div>div:first-child>div:first-child {
    font-size: 4rem !important;
  }

  .ravp-section1 .ravp-content1 .tabs-content1>div>div:first-child>div:last-child {
    font-size: 1.6rem !important;
  }

  .ravp-section1 .ravp-content1 .tabs-content1>div>div:last-child {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 1.5rem 2rem !important;
  }

  .ravp-section1 .ravp-content1 .tabs-content1>div>div:last-child>div>div:first-child {
    font-size: 3rem !important;
  }
}

@media screen and (max-width: 767px) {
  .index1-section {
    display: none;
  }

  .head_links {
    top: 88px;
  }

  .pagelinks-section .pagelinks-main .pagelinks-main_ul {
    justify-content: flex-start !important;
    row-gap: 15px;
  }

  .features-section .swiper-button-next.mycustombtn-next,
  .features-section .swiper-button-prev.mycustombtn-prev {
    top: 75%;
  }

  .achiev-section .achiev-image {
    width: 55%
  }

  .kkfuture-section .kkfuture-brd {
    width: 80%;
    top: -5%;
    right: 10%;
    z-index: 1;
  }

  .workexp-section .workexp-content p span {
    color: #2e3192;
  }

  .index3-section .index3-para {
    width: 80%;
  }

  .somgdn2-section>.container-fluid,
  .somgdn1-section .somgdn1-content1 {
    padding: 3rem 0;
  }

  .prerequisite-section>.container-fluid {
    background-position: 46% -85%;
  }

  .kkintroimg-section {
    background-size: 52%;
    background-position: 0% 0%;
  }

  .enquiry-form form {
    flex-direction: column;
  }

  .enquiry-form form .form-enquire {
    width: 100%;
  }

  .somgdn2-section>.container-fluid {
    background-position: left, 75%;
    background-size: 50%, 40%;
  }

  .somgdn2-section .somgdn2-content {
    padding: 0 1rem;
    padding-bottom: 2rem;
  }

  .footer .copyright p {
    font-size: 10px;
  }

  .footer .footer-bottom-links {
    flex-direction: row;
    text-align: left;
    gap: 0.5rem;
    flex-wrap: wrap;
  }

  .footer .footer-bottom-links .footer-bottom-left {
    justify-content: flex-start;
  }

  .footer .footer-side1 .footer-social-links ul {
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    margin: 0;
  }

  .footer .footer-side1 .footer-social-links ul li {
    flex: 0 0 calc(25% - 9px);
    max-width: calc(25% - 9px);
    display: flex;
    justify-content: flex-start;
    margin-bottom: 1rem;
  }

  /* Align all footer content to left on mobile */
  .footer .footer-side0,
  .footer .footer-side1,
  .footer .footer-side2,
  .footer .footer-side3 {
    text-align: left;
  }

  .footer .footer-side0 .footer-logo {
    text-align: left;
  }

  .footer .footer-side0 .footer-logo img {
    margin-left: 0;
  }

  .footer .footer-side0 .footer-description {
    text-align: left;
    margin-bottom: 0.5rem;
  }

  .footer .footer-side0 .footer-description p {
    line-height: 1.25;
  }

  .footer .footer-side0 .footer-logo img {
    padding-bottom: 0.75rem;
  }

  .footer .footer-side2 .footer-pages-links h4,
  .footer .footer-side3 .footer-contact h4,
  .footer .footer-side1 .footer-newsletter h4 {
    text-align: left;
  }

  .footer .footer-side2 .footer-pages-links ul {
    text-align: left;
    align-items: flex-start;
  }

  .footer .footer-side3 .footer-contact ul {
    align-items: flex-start;
  }

  .footer .footer-side1 .footer-newsletter .newsletter-subtitle {
    text-align: left;
  }

  .footer .footer-side1 .footer-newsletter form {
    text-align: left;
  }

  .footer .footer-side1 .footer-newsletter .newsletter-input-group {
    justify-content: flex-start;
  }

  .footer .footer-side1 .footer-social-links {
    text-align: left;
    margin-top: 30px;
  }

  .footer .copyright {
    text-align: left;
  }

  .somgdn1-section .somgdn1-brd {
    width: 40%;
  }

  .somgdn1-section .somgdn1-brd svg .cls-2 {
    stroke: #fff;
  }

  .workexp-section::before,
  .marker-tag-disp {
    display: none;
  }

  .indexpagevid-section {
    display: block;
    background-color: #ff4453;
  }

  .pagelinks-section {
    padding: 2rem 0 2rem 0;
  }

  .kkintro-section .kkintro-image {
    width: 55%;
  }

  .workexp-section .workexp-image,
  .financial-section .financial-content h4 {
    padding-bottom: 1.5rem;
  }

  .mafuture-section {
    padding: 2rem 0 0 0;
  }

  .mafuture-section .mafuture-content h2 {
    padding-bottom: 1rem;
  }

  .index3-section .index3-content .index3-heading h4 {
    color: #2e3192;
    font-size: 1.5rem;
    font-family: "Helvetica";
  }

  .index3-section .index3-content .index3-heading h2 {
    color: #ff4453;
  }

  .index3-section .index3-content .index3-heading h3 {
    font-family: "BalooDa";
    font-size: 2rem;
  }

  p,
  a,
  ul li {
    font-size: 15px;
  }

  h1 {
    font-size: 6.5vw;
  }

  .index3-section .index3-content .index3-heading::after {
    font-size: 44vw;
    -webkit-text-stroke: 1px #f9ed325c;
  }

  .index3-section .index3-video {
    width: 70%;
  }

  .features-image1,
  .features-image2,
  .fashiontv3-image,
  .features-image3,
  .index2-section .index2-videolink,
  .index3-section::after {
    display: none;
  }

  .features-section .container-fluid .features-heading h2 {
    font-size: 7.5vw;
  }

  .index3-section .index3-image {
    bottom: 15vw;
  }

  .intro-section .intro-circle {
    left: auto;
    right: 7vw;
    top: 0vw;
  }

  .intro2-image {
    width: 65%;
  }

  .intro2-section .intro-branding2 {
    bottom: 30%;
  }

  .intro2-section .intro2-content h1,
  .intro-section .intro-content h1 {
    font-family: "Helvetica";
    color: #ff4453;
  }

  .intro2-section .intro2-content,
  .intro-section .intro-content {
    padding: 30px 20px;
  }

  .potential3-section {
    background: url(../media/images/m-9.png) no-repeat center;
    background-size: cover;
    background-color: #672a17;
    padding: 2rem 0 3rem 0;
    background-attachment: fixed;
    background-blend-mode: overlay;
  }

  .intro2-section .intro2-content h2 {
    font-size: 5.5vw;
  }

  .potential3-section .potential3-content {
    column-count: 1;
    column-gap: 0;
  }

  .potential3-section .potential3-content ul li {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
    line-height: 1.5;
    color: gray;
    padding-left: 0;
  }

  .potential3-section .potential3-content ul li::before {
    font-size: 1.15rem;
    flex-shrink: 0;
    line-height: 1.5;
  }

  .potential3-section .potential3-content p {
    color: #d7df23;
  }

  .philosophy-section .philosophy-image {
    left: 11%;
    bottom: 0;
    width: 36%;
  }

  .philosophy-section .philosophy-content h3 {
    font-size: 2rem;
  }

  .philosophy-section .philosophy-content h2 {
    font-size: 5.5vw;
  }

  .features-section .swiper-button-next.mycustombtn-next {
    right: 8%;
  }

  .page_padding {
    padding-top: 0px;
  }

  .footer .footer-absbranding {
    display: block;
  }

  .potential2-section .potential2-content h4 {
    font-size: 1.2rem;
  }

  .prerequisite-section .financial-prerequisite ul li span,
  .potential2-section .potential2-content h3 {
    font-size: 1.5rem;
  }

  .prerequisite-section .prerequisite-image {
    display: none;
  }

  .intro-section {
    background: url(../media/images/som-text.png) no-repeat top center;
    background-size: 70%;
  }

  .maintrovideo-section .maintrovideo-content .maintrovideo-heading h2 {
    font-size: 5vw;
  }

  .fashiontv2-section .fashiontv2-image::after {
    font-size: 23vw;
    bottom: -41px;
  }

  .fashiontv2-section .fashiontv2-content .fashiontv2-para1 span {
    color: #d7df23;
  }

  .fashiontv2-section .fashiontv-box {
    width: 40%;
    bottom: 51%;
  }

  .fashiontv2-section .fashiontv2-content .fashiontv2-para2 {
    padding-top: 0;
  }

  .fashiontv2-section .fashiontv2-content .fashiontv2-para1 {
    font-size: 1.4rem;
  }

  .fashiontv2-section .fashiontv2-content .fashiontv2-para1 span {
    font-size: 1.6rem;
  }

  .fashiontv2-section .fashiontv2-intro-heading {
    padding: 2rem 0 1.5rem 0;
  }

  .fashiontv2-section .fashiontv2-intro-heading .fashiontv2-section-title {
    font-size: 2.5rem;
  }

  .fashiontv2-section .fashiontv2-content .fashiontv2-divider {
    margin: 2rem 0;
  }

  .fashiontv2-section .fashiontv2-content .fashiontv2-para2 {
    font-size: 1rem;
  }

  .fashiontv3-section .faslider-main .fashiontv3-slider {
    flex-direction: column;
  }

  .fashiontv3-section .faslider-main .fashiontv3-slider .faslider-content,
  .fashiontv3-section .faslider-main .fashiontv3-slider .faslider-heading {
    width: 100%;
  }

  .fashiontv3-section .faslider-main .fashiontv3-slider .faslider-heading h1 {
    transform: rotate(0);
  }

  .fashiontv3-section .faslider-main .fashiontv3-slider .faslider-content ul li span,
  .fashiontv3-section .faslider-main .fashiontv3-slider .faslider-content p span {
    font-family: "Poppins-Bold";
    font-weight: bold;
  }

  .usp-section .usp-image {
    width: 70%;
  }

  .usp-section .usp-content h1 {
    color: #2e3192;
  }

  .usp-section .usp-content p {
    color: #ff4453;
  }

  .usp-section .usp-content ul {
    padding-top: 0.5rem;
  }

  .channels-slider,
  .ravp-section,
  .usp-section {
    padding: 3rem 0 1rem 0;
  }

  /* .channels-slider{} */
  .ravp-section .ravp-main .ravp-tabs {
    row-gap: 10px;
    column-gap: 20px;
  }

  .ravp-section .ravp-main .ravp-tabs .tabs__toggle h3 {
    font-size: 1.2rem;
  }

  .ravp-section1 {
    padding: 3rem 0;
  }

  .ravp-section1 .container {
    padding-top: 3rem !important;
  }

  .ravp-section1 .ravp-content1 .tabs-content1 {
    padding: 2rem 0 !important;
  }

  .ravp-section1 .ravp-content1 .tabs-content1>div {
    flex-direction: row !important;
    gap: 2rem !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    flex-wrap: nowrap !important;
  }

  .ravp-section1 .ravp-content1 .tabs-content1>div>div:first-child {
    width: auto !important;
    text-align: left !important;
    flex-shrink: 0 !important;
    align-items: flex-start !important;
    display: flex !important;
    flex-direction: column !important;
  }

  .ravp-section1 .ravp-content1 .tabs-content1>div>div:first-child>div:first-child {
    font-size: 3.5rem !important;
  }

  .ravp-section1 .ravp-content1 .tabs-content1>div>div:first-child>div:last-child {
    font-size: 1.5rem !important;
  }

  .ravp-section1 .ravp-content1 .tabs-content1>div>div:last-child {
    flex: 1 !important;
    max-width: 100% !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 1.5rem 2rem !important;
  }

  .ravp-section1 .ravp-content1 .tabs-content1>div>div:last-child>div>div:first-child {
    font-size: 2.5rem !important;
  }

  .ravp-section1 .ravp-content1 .tabs-content1>div>div:last-child>div>div:last-child {
    font-size: 0.75rem !important;
  }

  .ravpintro-section {
    background-color: transparent;
    padding: 2rem 0;
  }

  .philvma-section {
    background-size: 55%;
  }

  .channels-slider {
    background-size: 35%, cover;
    padding: 0 0 1rem 0;
    background-position: 100% 100%, center;
  }

  .ftvfuture-section>.container-fluid {
    padding: 2rem 0 3rem 0;
    background: #ff4453;
  }

  .ftvfuture-section .ftvfuture-content h1 {
    color: #fff;
  }

  .ftvfuture-section .ftvfuture-content {
    /* padding-left: 2rem; */
    padding: 20px 20px;
  }

  .ftvfuture-section .ftvfuture-brd1 {
    mix-blend-mode: soft-light;
  }

  .channelsintro-section .channelsintro::after {
    font-size: 49vw;
    left: 2%;
    top: 5%;
  }

  .maintrovideo-section .maintrovideo-content video {
    height: 580px;
  }

  .usp-section .usp-image::after {
    font-size: 32vw;
  }

  .kkfuture-section .kkfuture-brd1,
  .kkintro-section .kkintro-brd1,
  .usp-section .usp-branding {
    width: 40%;
  }

  .fashiontv2-section {
    background: linear-gradient(180deg,
        transparent 0%,
        transparent calc(100vh - 38%),
        #ff4453 calc(100vh - 38%),
        #ff4453 100%);
  }

  .michelintro-section {
    padding: 4rem 0 0 0;
    background-position: 8% 2%, 30% 30%, 100% 100%;
    background-size: 50%, 61%, 31%;
  }

  .awards-section .awards-content h2,
  .achiev-section .achiev-content h2,
  .workexp-section .workexp-content h2 {
    font-size: 5vw;
  }

  .mafuture-section .mafuture-content h2 {
    font-size: 5.5vw;
  }

  .workexp-section .workexp-brd {
    top: auto;
    bottom: -5%;
    width: 40%;
  }

  .achiev-section .achiev-brd {
    width: 40%;
    left: auto;
    top: auto;
    right: 0;
    bottom: 0;
  }

  .achiev-section .achiev-brd svg .cls-2 {
    stroke: #000;
  }

  .mafuture-section .mafuture-brd1 {
    width: 35%;
  }

  .workexp-section .workexp-content {
    background-color: #ff4453;
  }

  .workexp-section .workexp-content p,
  .workexp-section .workexp-content h2 {
    color: #fff;
  }

  .awards-section .awards-content,
  .kkintro-section .kkintro-content,
  .kkfuture-section .kkfuture-content,
  .workexp-section .workexp-content {
    padding: 20px 30px;
  }

  .kkgallery-section>.container {
    padding: 0 0;
  }

  .kkfuture-section .kkfuture-brd {
    width: 60%;
    top: 0%;
    right: 20%;
  }

  .kkfuture-section {
    padding: 1rem 0;
  }

  .awards-section {
    padding: 2rem 0;
  }

  .kkheading-sec .kkheading-content h2,
  .kkfuture-section .kkfuture-content h2 {
    font-size: 7vw;
  }

  .awards-section .awards-brd1 {
    width: 45%;
    top: auto;
    bottom: -5%;
  }

  .kkfuture-section .kkfuture-brd1 svg .cls-2 {
    stroke: #9ea500;
  }

  /* .kkfuture-section .kkfuture-image{
  margin: 0;
} */
  .potential2-section {
    padding-top: 50vw;
    padding-bottom: 0;
  }

  .pagelinks-section .pagelinks-brd1 {
    width: 42%;
  }
}

@media screen and (max-width: 680px) {

  .features-section .swiper-button-next.mycustombtn-next,
  .features-section .swiper-button-prev.mycustombtn-prev {
    top: calc(84vw + 13%);
  }
}

@media screen and (max-width: 576px) {
  h1 {
    font-size: 8.5vw;
  }

  .kkintro-section .kkintro-brd1 svg .cls-2,
  .kkheading-sec .kkheading-brd svg .cls-2 {
    stroke: #0005;
  }

  .kkheading-sec .kkheading-brd {
    width: 42%;
  }

  .potential2-section .potential2-content::after {
    display: none;
  }

  .table-parent {
    overflow-y: scroll;
  }

  .footer-social-links {
    text-align: left;
  }

  .workexp-section .workexp-image {
    padding: 0;
  }

  .workexp-section .workexp-brd {
    z-index: 1;
    width: 55%;
  }

  .kkfuture-section .kkfuture-content h2 {
    text-shadow: -2px -2px 0px #d7df23;
  }

  .kkintro-section .kkintro-content h1 {
    text-shadow: -2px -2px 0px #2e3192;
  }

  .awards-section .awards-content h2,
  .achiev-section .achiev-content h2,
  .workexp-section .workexp-content h2 {
    font-size: 6vw;
  }

  .mafuture-section .mafuture-content h2 {
    font-size: 6.5vw;
  }

  .footer .footer-side3 .footer-social-links ul {
    justify-content: flex-start;
  }

  .somgdn1-section>.container-fluid {
    background: url(../media/images/m-57.png) no-repeat left;
    background-size: contain;
    background-color: #2e3192;
    background-attachment: fixed;
  }

  .somgdn2-section>.container-fluid {
    background-position: left 50%, right 21%;
    background-size: 55%, 46%;
  }

  .financial-section>.container-fluid {
    background-size: contain;
  }

  .index3-section .index3-btn,
  .kkgallery-section,
  .prerequisite-section .prerequisite-image,
  .potential1-section .potential1-content .pot-img1,
  .potential1-section .potential1-content .pot-img4,
  .index3-section .index3-image {
    display: none;
  }

  .philvma-section .philvma-heading ::after {
    top: 60px;
  }

  .index3-section .index3-video {
    width: 100%;
  }

  .kkheading-sec .kkheading-content h2,
  .intro2-section .intro2-content h2,
  .kkfuture-section .kkfuture-content h2,
  .intro-section .intro-content h2 span {
    font-size: 9vw;
  }

  .intro2-section .intro2-content h2 span {
    color: #d7df23;
  }

  .intro2-section .intro2-content h2 {
    color: #2e3192;
  }

  .intro2-image {
    width: 80%;
    margin: 0 0 0 auto;
  }

  .intro2-section .intro2-absimage {
    width: 42%;
  }

  .intro2-section::after {
    font-size: 38vw;
    right: 0;
    z-index: -2;
  }

  .ftvfuture-section .ftvfuture-branding {
    width: 47%;
    mix-blend-mode: darken;
  }

  .ftvfuture-section .ftvfuture-brd1 {
    mix-blend-mode: unset;
    top: -9px;
  }

  .ftvfuture-section .ftvfuture-brd1 h2 {
    font-size: 14vw;
    color: #f12f3e;
  }

  .potential1-section .potential1-content .pot-img3 {
    width: 32%;
    padding-bottom: 5vw;
    margin-right: 0;
  }

  .potential1-section .potential1-content h2 {
    font-size: 9vw;
    color: #2e3192;
  }

  .potential1-section .potential1-content .pot-img2 {
    width: 25%;
  }

  .potential3-section {
    padding: 2rem 0 2rem 0;
  }

  .potential3-section .potential3-content {
    column-count: 1;
    padding: 0 15px;
    column-gap: 0;
  }

  .potential3-section .potential3-content ul {
    padding-left: 0;
  }

  .potential3-section .potential3-content ul li {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
    line-height: 1.5;
    color: #fff;
    padding-left: 0;
  }

  .potential3-section .potential3-content ul li::before {
    font-size: 1.15rem;
    flex-shrink: 0;
    line-height: 1.5;
  }

  .philosophy-section {
    background-color: transparent;
    background: url(../media/images/somg-text.png) no-repeat center;
    background-size: 84%;
    background-position: 35% 0%;
    padding: 40vw 0 0;
  }

  .philosophy-section .philosophy-content h4 {
    color: #2e3192;
  }

  .philosophy-section::after {
    position: absolute;
    width: 30%;
    height: 50%;
    left: 0;
    bottom: 0;
    content: "";
    z-index: -1;
    background-color: #ff4453;
  }

  .desk-disp {
    display: block;
  }

  .potential2-section .potential2-content .potential2-videolink,
  .intro-section .intro-circle,
  .philosophy-section .philosophy-content h2 {
    display: none;
  }

  .features-section .container-fluid .row>* .features-content .features-slider {
    padding: 20px 50px;
  }

  .features-section .swiper-button-next.mycustombtn-next {
    right: 0;
  }

  .features-section .swiper-button-prev.mycustombtn-prev {
    left: 0;
  }

  .philvma-section {
    padding: 2rem 0 4rem 0;
  }

  .features-section {
    padding: 0 0 4rem 0;
    background: linear-gradient(170deg,
        transparent 0%,
        transparent 60%,
        #e6e7e8 60%,
        #e6e7e8 100%);
  }

  .features-section .container-fluid .features-heading h2 {
    font-size: 10.5vw;
  }

  /* .philosophy-section .philosophy-content::after{} */
  .index3-section .index3-content .index3-heading h2 {
    font-size: 10vw;
  }

  .index3-section .index3-content .index3-heading h3 {
    font-size: 1.5rem;
  }

  .intro-section {
    padding: 0 0 2rem 0;
  }

  .index3-section .index3-video video {
    height: 300px;
  }

  .intro2-section .intro-branding,
  .intro2-section .intro-branding2 {
    width: 40%;
  }

  .somg-gallery .somg-images .somg-images2,
  .somg-gallery .somg-images .somg-images3 {
    width: 50%;
  }

  .futuregallery-section,
  .michel-gallery-section,
  .somg-gallery .somg-images .somg-images1,
  .somg-gallery .somg-images .somg-images4,
  .index2-section .index2-brd2 {
    display: none;
  }

  .potential2-section .potential2-content h2 {
    text-align: center;
    font-size: 7vw;
  }

  .intro-section .intro-content h2 {
    font-size: 1.5rem;
  }

  .philosophy-section .philosophy-content::after {
    mix-blend-mode: unset;
    color: #e3e3e366;
  }

  .index2-section::after {
    width: 40%;
    left: 10%;
    content: "";
    background: url(../media/images/s-letter.png) no-repeat center;
    background-size: contain;
    height: 50%;
    bottom: -5%;
    position: absolute;
    z-index: 1;
  }

  .potential1-section::after {
    width: 69%;
    right: 8%;
    content: "";
    background: url(../media/images/m-letter.png) no-repeat center;
    background-size: contain;
    height: 100%;
    bottom: 4%;
    position: absolute;
    z-index: -1;
  }

  .intro2-section::before {
    width: 52%;
    right: 2%;
    content: "";
    background: url(../media/images/o-letter.png) no-repeat center;
    background-size: contain;
    height: 21%;
    top: -15%;
    position: absolute;
    z-index: -1;
  }

  .philosophy-section::before {
    width: 50%;
    right: 2%;
    content: "";
    background: url(../media/images/G-letter.png) no-repeat center;
    background-size: contain;
    height: 50%;
    top: 15%;
    position: absolute;
    z-index: -1;
  }

  .index2-section .index2-content img {
    aspect-ratio: 1;
  }

  .philosophy-section .philosophy-content h4 {
    font-size: 1.1rem;
  }

  .features-section .container-fluid .row>* .features-content h4,
  .philosophy-section .philosophy-content h3 {
    font-size: 1.2rem;
  }

  .fashiontv2-section .fashiontv2-brd1,
  .features-section .features-brd {
    width: 45%;
  }

  .ftvfuture-section>.container-fluid {
    background-color: #ff4453;
    width: 100%;
  }

  .ravp-section .ravp-branding {
    left: auto;
    right: 0;
    top: -30px;
    z-index: -1;
  }

  .ravp-section .ravp-branding svg .cls-3 {
    stroke: #d5d5d5;
  }

  .fashiontv2-section .fashiontv2-content,
  .michelintro-section .michelintro-content,
  .ravpintro-section .ravp-intro,
  .achiev-section .achiev-content,
  .workexp-section .workexp-content,
  .channelsintro-section .channelsintro,
  .mafuture-section .mafuture-content,
  .usp-section .usp-content,
  .fashiontv3-section .faslider-main .fashiontv3-slider .faslider-content {
    padding: 20px 30px;
  }

  /* .workexp-section .workexp-content p,
  .workexp-section .workexp-content h2{
    color: #fff;
  } */
  /* .workexp-section .workexp-content p span{
    color:#2e3192;
  } */
  /* .workexp-section .workexp-content{
    background-color: #ff4453;
  } */
  .faslider-main .fashiontv3-slider .faslider-content ul {
    padding-left: 0.5rem;
  }

  .pagelinks-section .pagelinks-main .pagelinks-main_ul {
    row-gap: 5px;
    justify-content: flex-start;
  }

  .mafuture-section .mafuture-brd {
    width: 49%;
    top: 2%;
    right: 5%;
  }

  .fashiontv2-section {
    background: linear-gradient(180deg,
        transparent 0%,
        transparent calc(100vh - 32%),
        #ff4453 calc(100vh - 32%),
        #ff4453 100%);
  }

  .michelintro-section {
    background-position: 2% 2%, 30% 80%, 100% 100%;
    background-size: 75%, 20%, 31%;
  }

  .workexp-section {
    padding: 0 0 2rem 0;
  }

  .enquiry-form form select,
  .enquiry-form form input {
    width: 100%;
  }

  .ravp-section1 {
    padding: 2rem 0;
  }

  .ravp-section1 .container {
    padding-top: 2rem !important;
  }

  .ravp-section1 .ravp-content1 .tabs-content1 {
    padding: 1.5rem 0 !important;
  }

  .ravp-section1 .ravp-content1 .tabs-content1>div {
    gap: 1.5rem !important;
  }

  .ravp-section1 .ravp-content1 .tabs-content1>div>div:first-child>div:first-child {
    font-size: 2.5rem !important;
  }

  .ravp-section1 .ravp-content1 .tabs-content1>div>div:first-child>div:last-child {
    font-size: 1.2rem !important;
  }

  .ravp-section1 .ravp-content1 .tabs-content1>div>div:last-child {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 1.5rem !important;
    text-align: left !important;
  }

  .ravp-section1 .ravp-content1 .tabs-content1>div>div:last-child>div>div:first-child {
    font-size: 2rem !important;
  }

  .ravp-section1 .ravp-content1 .tabs-content1>div>div:last-child>div>div:last-child {
    font-size: 0.7rem !important;
  }
}

@media screen and (max-width: 575px) {
  .custom-col {
    background: linear-gradient(180deg,
        transparent 0%,
        transparent 68%,
        #ff4453 68%,
        #ff4453 100%);
  }

  .financial-section .financial-content .fianance-table tr th {
    font-size: 1.2rem;
  }

  .michelvideo-section .michelvideo-content .michelvideo-heading h2 {
    font-size: 8vw;
  }

  .head_links {
    top: 88px;
  }

  .enquiry-form-sec {
    padding: 2rem 0 5rem 0;
  }

  .ravp-section1 {
    padding: 1.5rem 0;
  }

  .ravp-section1 .container {
    padding-top: 1.5rem !important;
  }

  .ravp-section1 .ravp-content1 .tabs-content1 {
    padding: 1rem 0 !important;
  }

  .ravp-section1 .ravp-content1 .tabs-content1>div>div:first-child>div:first-child {
    font-size: 2rem !important;
  }

  .ravp-section1 .ravp-content1 .tabs-content1>div>div:first-child>div:last-child {
    font-size: 1rem !important;
  }

  .ravp-section1 .ravp-content1 .tabs-content1>div {
    flex-direction: row !important;
    gap: 1.5rem !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    flex-wrap: nowrap !important;
  }

  .ravp-section1 .ravp-content1 .tabs-content1>div>div:first-child {
    width: auto !important;
    text-align: left !important;
    flex-shrink: 0 !important;
    align-items: flex-start !important;
    display: flex !important;
    flex-direction: column !important;
  }

  .ravp-section1 .ravp-content1 .tabs-content1>div>div:last-child {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 1rem 1.5rem !important;
    text-align: left !important;
  }

  .ravp-section1 .ravp-content1 .tabs-content1>div>div:last-child>div>div:first-child {
    font-size: 1.8rem !important;
  }

  .ravp-section1 .ravp-content1 .tabs-content1>div>div:last-child>div>div:last-child {
    font-size: 0.65rem !important;
  }

}

@media screen and (max-width: 425px) {
  h1 {
    font-size: 10vw;
    padding-left: 2rem;
  }

  .maintrovideo-section .maintrovideo-content video {
    height: 380px;
  }

  .footer .footer-absbranding {
    width: 54%;
    bottom: 32%;
    right: 2%;
  }

  .kkintro-section .kkintro-image {
    width: 75%;
  }

  .enquiry-form form {
    padding: 1rem;
  }

  .enquiry-form-sec {
    padding: 2rem 0 5rem 0;
  }

  .enquiry-form form p.text-check {
    margin: 15px 0 10px 0;
    padding: 0 0.5rem;
  }

  .enquiry-form form button {
    margin: 20px 0 15px 0;
  }

  .kkheading-sec .kkheading-brd {
    width: 88%;
  }

  .indexpagevid-section .indexpage-video .indexpagevid-heading h2 {
    font-size: 9vw;
  }

  .financial-section .financial-content .fianance-table tr td,
  .financial-section .financial-content .fianance-table tr th {
    padding: 3px;
  }

  .achiev-section .achiev-image {
    width: 75%;
  }

  .kkheading-sec .kkheading-brd svg .cls-2 {
    stroke: #0000001a;
  }

  .mafuture-section .mafuture-brd1 {
    width: 45%;
  }

  .awards-section {
    background-size: 90%;
  }

  .usp-section .usp-image::after {
    font-size: 49vw;
  }

  .maintrovideo-section .maintrovideo-content .maintrovideo-heading h2 {
    font-size: 11vw;
  }

  .awards-section .awards-content h2,
  .achiev-section .achiev-content h2,
  .workexp-section .workexp-content h2 {
    font-size: 9vw;
  }

  .mafuture-section .mafuture-content h2 {
    font-size: 13.5vw;
  }

  .michelintro-section {
    background-position: 2% 2%, 34% 43%, 100% 100%;
    background-size: 94%, 90%, 31%;
  }

  .fashiontv2-section .fashiontv-box {
    bottom: 75%;
  }

  .pagelinks-section .pagelinks-main .pagelinks-main_ul {
    flex-direction: column;
  }

  .pagelinks-section .pagelinks-main .pagelinks-main_ul .pagelinks-main_ul_li:not(:last-child):after {
    display: none;
  }

  .usp-section .usp-content h1 {
    font-size: 10vw;
  }

  .michelvideo-section .michelvideo-content .michelvideo-heading p {
    font-size: 12px;
  }

  .michelvideo-section .michelvideo-content video,
  .maintrovideo-section .maintrovideo-content video {
    height: 450px;
  }

  .fashiontv2-section {
    background: linear-gradient(180deg,
        transparent 0%,
        transparent calc(100vh - 45%),
        #ff4453 calc(100vh - 45%),
        #ff4453 100%);
  }

  .somgdn2-section .somgdn2-content .somgdn-btn .somgdn2-clr-btn1 {
    background-color: #ff4453;
  }

  .somgdn2-section .somgdn2-content .somgdn-btn .somgdn2-clr-btn2 {
    background-color: #d7df23;
  }

  .somgdn2-section .somgdn2-content .somgdn-btn .somgdn2-clr-btn3 {
    background-color: #5ae3b9;
  }

  .fashiontv2-section .fashiontv2-content .fashiontv2-para1 span {
    font-size: 1.3rem;
  }

  .kkheading-sec .kkheading-content p,
  .fashiontv2-section .fashiontv2-content .fashiontv2-para1 {
    font-size: 1.2rem;
  }

  .fashiontv2-section .fashiontv2-intro-heading .fashiontv2-section-title {
    font-size: 2rem;
  }

  .fashiontv2-section .fashiontv2-content .fashiontv2-para2 {
    font-size: 0.95rem;
  }

  .philvma-section {
    background-size: 100%;
  }

  .ravp-section .ravp-main .ravp-tabs {
    column-gap: 10px;
  }

  .ravp-section .ravp-main .ravp-tabs .tabs__toggle h3 {
    padding: 8px 10px;
    font-size: 1.1rem;
  }

  .index3-section .index3-content .index3-heading h3 {
    font-size: 1.2rem;
  }

  .mafuture-section .mafuture-content p span,
  .michelintro-section .michelintro-content p {
    font-size: 1rem;
  }

  .ravp-section .ravp-main .ravp-content {
    padding-top: 1rem;
  }

  .index3-section .index3-content .index3-heading::after {
    font-size: 50vw;
    bottom: -8%;
  }

  .philosophy-section .philosophy-image {
    left: 2%;
    width: 70%;
  }

  .philosophy-section .philosophy-content {
    position: relative;
    z-index: 1;
  }

  .philvma-section .philvma-card {
    padding: 20px 12px;
    gap: 10px;
  }

  .usp-section .usp-content ul {
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    flex-direction: column;
  }

  .usp-section .usp-image,
  .michelvideo-section .michelvideo-content,
  .usp-section .usp-content ul li {
    width: 100%;
  }

  .ravp-section .ravp-main .ravp-content {
    width: 80%;
  }

  .philvma-section .philvma-card img {
    width: 80px;
  }

  .philsophy-heading::after {
    top: 34px;
  }

  .pc_navbar {
    width: 100%;
  }

  .features-section .container-fluid .row>* .features-content .features-slider {
    padding: 20px 30px;
  }

  .usp-section .usp-content,
  .ravpintro-section .ravp-intro,
  .fashiontv2-section .fashiontv2-content,
  .michelintro-section .michelintro-content,
  .mafuture-section .mafuture-content,
  .achiev-section .achiev-content,
  .awards-section .awards-content,
  .kkintro-section .kkintro-content,
  .kkfuture-section .kkfuture-content,
  .workexp-section .workexp-content {
    padding: 20px;
  }

  .prerequisite-section .financial-prerequisite ul li span,
  .features-section .container-fluid .row>* .features-content .features-slider-content .features-slheading h5 {
    font-size: 1.2rem;
  }

  .features-section .container-fluid .row>* .features-content .features-slider-content .features-slheading {
    padding-top: 2rem;
  }

  .philvma-section {
    padding: 2rem 0;
  }

  .features-section {
    padding: 0 0 0 0;
  }

  .footer .footer-side1 .footer-newsletter form input {
    width: 88%;
  }

  .footer .footer-side1 .footer-newsletter h4 {
    font-size: 1.5rem;
  }

  .potential2-section .potential2-content h2 {
    font-size: 9vw;
  }

  .index3-section .index3-video video {
    height: 250px;
  }

  .philosophy-section {
    padding: 85vw 0 0 0;
  }

  .philvma-section .philvma-heading ::after {
    top: 49px;
  }

  .channels-slider .channels-slider-content .ch-slider video {
    height: 350px;
  }

  .swiper-button-prev.channels-swiper-prevbtn {
    width: 20px;
    height: 20px;
    left: 2px;
  }

  .swiper-button-next.channels-swiper-nextbtn {
    height: 20px;
    width: 20px;
    right: 2px;
  }

  .kkintro-section {
    padding: 2rem 0;
  }

  .somgdn2-section .somgdn2-content {
    flex-direction: column;
  }

  .somg-gallery .somg-text1 h2 {
    font-size: 8vw;
  }

  .maintrovideo-section .maintrovideo-content {
    width: 100%;
  }

  .kkfuture-section .kkfuture-content h2,
  .kkheading-sec .kkheading-content h2 {
    font-size: 11vw;
  }

  .fashiontv2-section .fashiontv2-image::after {
    font-size: 35vw;
    bottom: -41px;
  }

  .fashiontv2-section .fashiontv2-intro-heading {
    padding: 1.5rem 0 1rem 0;
  }

  .fashiontv2-section .fashiontv2-intro-heading .fashiontv2-section-title {
    font-size: 1.8rem;
  }

  .fashiontv2-section .fashiontv2-content .fashiontv2-divider {
    margin: 1.5rem 0;
  }

  /* FTV SOMG Page - Left align all content on mobile */
  .fashiontv2-section .fashiontv2-intro-heading {
    text-align: left !important;
  }

  .fashiontv2-section .fashiontv2-intro-heading .fashiontv2-title-divider {
    margin: 1.5rem 0 0 0 !important;
  }

  .somgdn2-section .row.justify-content-center {
    justify-content: flex-start !important;
  }

  .somgdn2-section .text-center {
    text-align: left !important;
  }

  .somgdn2-section .somgdn2-title-divider {
    margin: 1.5rem 0 3rem 0 !important;
  }

  .somgdn2-section .somgdn2-content {
    text-align: left !important;
  }

  .somgdn2-section .somgdn2-content h4 {
    text-align: left !important;
  }

  .somgdn2-section .somgdn2-content .somgdn-btn {
    text-align: left !important;
  }

  .maintrovideo-section .maintrovideo-heading {
    text-align: left !important;
  }

  .brdsupport-section .row.justify-content-center {
    justify-content: flex-start !important;
  }

  .brdsupport-section .brdsupport-content {
    text-align: left !important;
  }

  .brdsupport-section .brdsupport-content h1,
  .brdsupport-section .brdsupport-content p {
    text-align: left !important;
  }

  .prerequisite-section .row.justify-content-center {
    justify-content: flex-start !important;
  }

  .philsophy-heading {
    text-align: left !important;
  }

  .philosophy-section .philosophy-content {
    text-align: left !important;
  }

  /* Prerequisite Section - Align questions and answers consistently */
  .prerequisite-section .financial-prerequisite {
    text-align: left !important;
  }

  .prerequisite-section .financial-prerequisite ul {
    text-align: left !important;
  }

  .prerequisite-section .financial-prerequisite ul li {
    text-align: left !important;
    display: block;
  }

  .prerequisite-section .financial-prerequisite ul li span {
    text-align: left !important;
    display: block;
    margin-bottom: 0.5rem;
  }

  /* Introduction Section - Align question headings and answer paragraphs consistently */
  .fashiontv2-section .fashiontv2-content .fashiontv2-welcome h1,
  .fashiontv2-section .fashiontv2-content .fashiontv2-para1 {
    text-align: left !important;
  }

  .fashiontv2-section .fashiontv2-content .fashiontv2-description,
  .fashiontv2-section .fashiontv2-content .fashiontv2-para2 {
    text-align: left !important;
  }

  .fashiontv2-section .fashiontv2-content .fashiontv2-para2 li {
    text-align: left !important;
  }
}

@media screen and (max-width: 375px) {
  .maintrovideo-section .maintrovideo-content video {
    height: 340px;
  }

  .intro2-section .intro2-absimage {
    width: 56%;
    top: -18vw;
  }

  .fashiontv2-section {
    background: linear-gradient(180deg,
        transparent 0%,
        transparent calc(100vh - 51%),
        #ff4453 calc(100vh - 51%),
        #ff4453 100%);
  }

  .mafuture-section .mafuture-brd1 {
    width: 55%;
  }

  .potential1-section .potential1-content .pot-img2 {
    margin-right: -1.5rem;
  }

  .usp-section .usp-content h1,
  .potential2-section .potential2-content h2 {
    font-size: 11vw;
  }

  .index3-section .index3-content .index3-heading h2,
  .potential1-section .potential1-content h2,
  .features-section .container-fluid .features-heading h2 {
    font-size: 12vw;
  }

  .intro2-section .intro2-content h2 span,
  .intro-section .intro-content h2 span {
    font-size: 11vw;
  }

  .footer .copyright p {
    font-size: 9px;
  }

  /* Ensure all footer content stays left-aligned on small mobile */
  .footer .footer-side0,
  .footer .footer-side1,
  .footer .footer-side2,
  .footer .footer-side3 {
    text-align: left !important;
  }

  .footer .footer-side0 .footer-logo,
  .footer .footer-side0 .footer-description,
  .footer .footer-side2 .footer-pages-links h4,
  .footer .footer-side3 .footer-contact h4,
  .footer .footer-side1 .footer-newsletter h4,
  .footer .footer-side1 .footer-newsletter .newsletter-subtitle,
  .footer .copyright {
    text-align: left !important;
  }

  .footer .footer-side2 .footer-pages-links ul,
  .footer .footer-side3 .footer-contact ul {
    align-items: flex-start !important;
  }

  .footer .footer-side1 .footer-newsletter .newsletter-input-group {
    justify-content: flex-start !important;
  }

  .footer .footer-side1 .footer-social-links ul {
    justify-content: flex-start !important;
  }

  .footer .footer-side1 .footer-social-links {
    margin-top: 40px;
  }

  .philvma-section .philvma-heading ::after {
    top: 46px;
  }

  .kkintro-section .kkintro-image,
  .achiev-section .achiev-image {
    width: 100%;
  }
}

@media screen and (max-width: 320px) {}

@media screen and (max-width: 280px) {}

/* dimond shape{
  clip-path: polygon(30% 0%, 10% 30%, 50% 100%, 90% 30%, 70% 0%);
} */

/* mobile diamong{
  clip-path: polygon(30% 0%, 0% 20%, 50% 60%, 100% 19%, 70% 0%);
} */