@font-face {
  font-family: "BentonSans";
  src:
    url("../fonts/BentonSans-Regular.woff2") format("otf"),
    url("../fonts/BentonSans-Regular.woff2") format("ttf"),
    url("../fonts/BentonSans-Regular.woff2") format("woff2"),
    url("../fonts/BentonSans-Regular.woff") format("woff");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "TFArrow";
  src:
    url("../fonts/TFArrow-Medium.woff2") format("otf"),
    url("../fonts/TFArrow-Medium.woff2") format("ttf"),
    url("../fonts/TFArrow-Medium.woff2") format("woff2"),
    url("../fonts/TFArrow-Medium.woff") format("woff");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "zapf-humanist-bt";
  src:
    url("../fonts/zapf-humanist-601-bt.otf") format("otf"),
    url("../fonts/zapf-humanist-601-bt.ttf") format("ttf"),
    url("../fonts/zapf-humanist-601-bt.woff2") format("woff2"),
    url("../fonts/zapf-humanist-601-bt.woff") format("woff");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

/* Fonts */
:root {
  --font-default: "BentonSans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans",
    "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-primary: "BentonSans", sans-serif;
  --font-secondary: "BentonSans", sans-serif;
  --font-title: "zapf-humanist-bt", sans-serif;
  --font-TFArrow: "TFArrow", sans-serif;
}

/* Colors */
:root {
  --color-default: #212529;
  --color-primary: #cc0000;
  --color-secondary: #eff2f6;
  --color-white: #ffffff;

  --color-success: #d1e7dd;
  --color-danger: #f8d7da;
  --color-warning: #fff3cd;
  --color-info: #cff4fc;
  --color-light: #fcfcfd;
  --color-dark: #ced4da;
}


/* Smooth scroll behavior */
:root {
  scroll-behavior: smooth;
}

.TFArrow {
  font-family: "TFArrow", sans-serif;
}

.light-bg {
  background-color: #eff2f6;
}

.text-white {
  color: #ffffff;
}

.input-white::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #ffffff;
}

.input-white:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ffffff;
  opacity: 1;
}

.input-white::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ffffff;
  opacity: 1;
}

.input-white:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ffffff;
}

.input-white::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #ffffff;
}

.input-white::placeholder {
  /* Most modern browsers support this now. */
  color: #ffffff;
}

.input-border {
  border: 1px solid #000;
}

.btn.btn-white {
  background-color: #ffffff;
  color: #cc0000;
  padding: 10px 15px;
}

.o-8 {
  opacity: 0.8;
}

.slick-dots {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

.slick-dots li {
  display: inline-block;
  list-style: none;
  margin-right: 10px;
}

.slick-dots li button {
  /* width: 15px;
  height: 15px; */
  width: 43px;
  height: 6px;
  border-radius: 5px;
  overflow: hidden;
  border: 0px;
  outline: none;
  /* border-radius: 50%; */
  background-color: #fff;
  color: transparent;
}

.slick-dots li.slick-active button {
  background: #cc0000;
}

section.gu-testimonial .slick-dots li button {
  background-color: #dfe4ea;
}

section.gu-testimonial .slick-dots .slick-active button {
  background: #cc0000;
}

section.gu-testimonial ul.slick-dots {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  text-align: center;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: var(--font-default);
  color: #333;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
}

a {
  color: var(--color-primary);
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-title);
}

.h1-common,
h1.wp-block-heading {
  font-size: 65px;
  font-style: normal;
  font-weight: 550;
  line-height: 140%;
  letter-spacing: 0px;
  color: #000;
  font-family: var(--font-title);
}

.h2-common,
h2.wp-block-heading {
  font-size: 50px;
  font-style: normal;
  font-weight: 550;
  line-height: 115%;
  color: #000;
  font-family: var(--font-title);
}

.h3-common,
h3.wp-block-heading {
  font-size: 38px;
  font-style: normal;
  font-weight: 550;
  line-height: 145%;
  color: #000;
  font-family: var(--font-title);
}

.h4-common,
h4.wp-block-heading {
  font-size: 30px;
  font-style: normal;
  /* font-weight: bolder; */
  line-height: 145%;
  color: #000;
  font-family: var(--font-title);
}

.h5-common,
h5.wp-block-heading {
  font-size: 25px;
  font-style: normal;
  font-weight: 550;
  line-height: 135%;
  letter-spacing: 0px;
  color: #000;
  font-family: var(--font-title);
}

.h6-common,
h6.wp-block-heading {
  font-size: 20px;
  font-style: normal;
  font-weight: 550;
  line-height: 125%;
  letter-spacing: 0px;
  color: #000;
  font-family: var(--font-title);
}

p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  /* line-height: 175%; */
  line-height: auto;
  color: #333;
  text-align: justify;
}

@media (max-width: 1000px) {
  p {
    text-align: left;
  }
}

img {
  max-width: 100%;
}

.text-sm-center {
  text-align: center;
}

/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/
main#main {
  overflow-x: hidden;
  /* margin-top: 69px; */
  /* margin-top: 120px; */
}

section {
  padding: 80px 0 0 0;
}

.btn {
  background: var(--color-primary);
  color: var(--color-white);
  border-radius: 0;
  border: 0;
  box-shadow: none;
  font-size: 22px;
  font-family: var(--font-title);
}

.btn:hover {
  color: var(--color-white);
  /*  background: var(--color-default);*/
  background: #000;
}

.light-text {
  color: #333333;
}

@media (max-width: 767px) {
  section {
    padding: 40px 0;
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  background: rgba(55, 55, 63, 0.05);
}

.m-show {
  display: none;
}

@media (max-width: 575px) {
  .breadcrumbs {
    margin-top: 70px;
  }

  .container {
    padding-left: calc(30px * 0.5);
    padding-right: calc(30px * 0.5);
  }
}

/*.breadcrumbs h2 {
  font-size: 30px;
  font-weight: 400;
  margin: 0 20px 0 0;
  padding: 15px 0;
}*/

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li a {
  font-size: 18px;
  color: #222222;
  padding: 22px 5px;
  position: relative;
}

.breadcrumbs ol li a:after {
  content: "";
  width: 100%;
  height: 4px;
  background-color: var(--color-primary);
  position: absolute;
  bottom: 0;
  left: 0;
  display: none;
}

.breadcrumbs ol li a.tab-active::after {
  display: block;
}

.breadcrumbs ol li+li {
  padding-left: 15px;
}

.mobile-breadcrumbs {
  display: none !important;
}

.mobile-breadcrumbs ul {
  padding: 20px 0 20px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.mobile-breadcrumbs ul li {
  display: flex;
  vertical-align: middle;
  position: relative;
  align-items: center;
}

.mobile-breadcrumbs ul li a {
  display: inline-block;
  width: auto;
  height: 25px;
  font-size: 16px;
}

.mobile-breadcrumbs ul li a img {
  margin-top: 0;
  display: block;
}

.mobile-breadcrumbs ul li+li:after {
  width: 10px;
  content: "";
  height: 10px;
  position: absolute;
  left: 5px;
  top: 9px;
  background-image: url(https://gurukul.org/wp-content/uploads/2023/01/🔹-Icon-Color.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
}

.breadcrumbs ol li a {
  display: inline-block;
}

.breadcrumbs ol li {
  padding: 0 15px;
}

.breadcrumbs ol {
  flex: 1;
}

.mobile-breadcrumbs ul li+li {
  padding-left: 20px;
}

@media (max-width: 992px) {
  .breadcrumbs ol li a {
    padding: 12px 5px;
  }

  /*.breadcrumbs h2 {
    margin-bottom: 10px;
  }*/

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

@media (max-width: 767px) {
  .m-show {
    display: block;
  }

  .d-show {
    display: none;
  }
}

/*--------------------------------------------------------------
# Scroll top button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 70px;
  bottom: 15px;
  z-index: 99999;
  background: var(--color-primary);
  width: 44px;
  height: 44px;
  border-radius: 50px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.scroll-top:hover {
  background: #ec2727;
  color: #fff;
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
  transition: all 0.6s ease-out;
  width: 100%;
  height: 100vh;
}

#preloader:before,
#preloader:after {
  content: "";
  position: absolute;
  border: 4px solid var(--color-primary);
  border-radius: 50%;
  -webkit-animation: animate-preloader 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  animation: animate-preloader 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

#preloader:after {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

@-webkit-keyframes animate-preloader {
  0% {
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
    left: calc(50% - 5px);
    opacity: 1;
  }

  100% {
    width: 72px;
    height: 72px;
    top: calc(50% - 36px);
    left: calc(50% - 36px);
    opacity: 0;
  }
}

@keyframes animate-preloader {
  0% {
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
    left: calc(50% - 5px);
    opacity: 1;
  }

  100% {
    width: 72px;
    height: 72px;
    top: calc(50% - 36px);
    left: calc(50% - 36px);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }

  .navbar .dropdown>.dropdown-active,
  .navbar .dropdown .dropdown>.dropdown-active {
    grid-template-columns: repeat(2, 50%) !important;
    /* width: 100vw; */
  }

  .navbar .dropdown ul,
  .navbar .dropdown .dropdown ul {
    max-height: 4500px;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  background: var(--color-primary);
  transition: all 0.5s;
  z-index: 997;
  padding: 9px 0;
  height: 68px;
}

.m-logo {
  display: none;
}

.header .btn-book-a-table img {
  display: none;
}

@media (max-width: 575px) {
  .header {
    height: 70px;
  }
}

.header.sticked {
  border-color: #fff;
  border-color: #eee;
}

.header .logo img {
  height: auto;
  margin-right: 6px;
  width: 120px;
}

.header .logo h1 {
  font-size: 28px;
  font-weight: 700;
  color: #000;
  margin: 0;
  font-family: var(--font-secondary);
}

.header .logo h1 span {
  color: var(--color-primary);
}

.header .btn-book-a-table,
.header .btn-book-a-table:focus {
  font-size: 20px;
  color: #fff;
  background: var(--color-primary);
  padding: 3px 20px;
  margin-left: 30px;
  transition: 0.3s;
  font-family: var(--font-title);
  border: 2px solid #fff;
}

.header .btn-book-a-table:hover,
.header .btn-book-a-table:focus:hover {
  color: #fff;
  background: #000;
}

section {
  scroll-margin-top: 90px;
}

.navbar>div>ul>li {
  list-style-type: none;
}

/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/
@media (min-width: 1280px) {
  .navbar {
    padding: 0;
  }

  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navbar li {
    position: relative;
    padding: 0 10px;
  }

  .navbar>div>ul>li {
    white-space: nowrap;
    padding: 10px 0 10px 15px;
  }

  .navbar>div>ul>li>a,
  .navbar>div>ul>li>a:focus {
    color: #ffffff;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 0 3px;
    font-family: var(--font-secondary);
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    white-space: nowrap;
    transition: 0.15s;
    position: relative;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .navbar .menu>li:hover>a,
  .navbar .menu>li.current-menu-item>a {
    color: #fff !important;
    border-bottom: 3px solid #fffc;
  }

  .navbar>div>ul>li>a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -6px;
    left: 0;
    background-color: var(--color-primary);
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
  }

  .navbar a:hover:before,
  .navbar li:hover>a:before,
  .navbar .active:before {
    visibility: visible;
    width: 100%;
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
    color: #000;
  }

  .navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 28px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    /* border-radius: 4px; */
  }

  /* .navbar .dropdown ul.sub-menu:before {
    content: "";
    position: absolute;
    width: 70px;
    height: 70px;
    border: 1px solid var(--color-primary);
    left: -10px;
    bottom: -10px;
    z-index: -1;
} */

  .ctm-branch-mtab ul.sub-menu {
    columns: 2;
    column-gap: 50px;
    width: 350px;
    background: #fff;
    padding-left: 15px;
    padding-right: 30px;
    padding-top: 8px;
    padding-bottom: 20px;
  }

  .navbar .dropdown ul li {
    min-width: max-content;
  }

  .navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    font-weight: 400;
    color: #000000;
  }

  .navbar .dropdown ul a i {
    font-size: 12px;
  }

  .navbar .dropdown ul a:hover,
  .navbar .dropdown ul .active:hover,
  .navbar .dropdown ul li:hover>a {
    color: var(--color-primary);
  }

  .navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
  }

  .navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
  }
}

@media (min-width: 1280px) and (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

@media (min-width: 1280px) {

  .mobile-nav-show,
  .mobile-nav-hide {
    display: none;
  }
}

/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
@media (max-width: 1279px) {
  .navbar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 400px;
    border-left: 1px solid #666;
    bottom: 0;
    /* transition: 0.3s; */
    z-index: 9997;
  }

  .navbar ul {
    /* position: absolute; */
    inset: 0;
    padding: 68px 0 0 0;
    margin: 0;
    background: rgba(255, 255, 255, 0.9);
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    font-family: var(--font-secondary);
    font-size: 16px;
    font-weight: 400;
    color: #000;
    white-space: nowrap;
    /* transition: 0.3s; */
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .navbar li {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    list-style-type: none;
    position: relative;

    &:is(:hover, :focus) {
      transition: all 0.3s ease-in-out;
      background-color: #bb271b;
      color: #fff;
    }
  }

  .navbar a:hover,
  .navbar li:hover>a {
    /* color: var(--color-primary); */
    color: #fff;
  }

  .navbar>div>ul>li {
    border-bottom: 1px solid #ccc;
    transition: all 0.3s ease-in-out;
    border-right: 1px solid #ccc;

    /* &:nth-child(odd) {
    } */

    &:is(:hover, :focus) {
      background-color: #f4f4f4;
    }

    &>a {
      justify-content: center;
      font-weight: 500;
      font-size: 16px;
    }
  }

  .navbar .active,
  .navbar .active:focus {
    /* color: var(--color-primary); */
    color: #fff;
    border-color: var(--color-primary);
    background-color: var(--color-primary);
  }

  .navbar .dropdown ul,
  .navbar .dropdown .dropdown ul {
    position: absolute;
    top: 42px;
    display: none;
    padding: 0;
    margin: 10px 0;
    /* transition: all 0.5s ease-in-out; */
    border: 1px solid #eee;
    z-index: 9999;
    max-height: 600px;
    overflow-x: auto;
    -webkit-box-shadow: 1px 10px 16px -4px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 10px 16px -4px rgba(0, 0, 0, 0.75);
    box-shadow: 1px 10px 16px -4px rgba(0, 0, 0, 0.75);

    /* width */
    &::-webkit-scrollbar {
      width: 5px;
    }

    /* Track */
    &::-webkit-scrollbar-track {
      background: #f4f4f4;
    }

    /* Handle */
    &::-webkit-scrollbar-thumb {
      background: #bebebe;
      transition: all 0.2s ease-in-out;
    }

    /* Handle on hover */
    &::-webkit-scrollbar-thumb:hover {
      background: #8a8a8a;
    }
  }

  .navbar .dropdown>.dropdown-active,
  .navbar .dropdown .dropdown>.dropdown-active {
    display: grid;
    grid-template-columns: repeat(2, 50%);
  }

  .mobile-nav-show {
    color: var(--color-secondary);
    font-size: 28px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    z-index: 9999;
    margin: 0 10px 0 20px;
  }

  .mobile-nav-hide {
    color: var(--color-secondary);
    font-size: 32px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    /* position: fixed; */
    right: 20px;
    top: 20px;
    z-index: 9999;
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .navbar {
    right: 0;
    align-items: flex-start;
    padding: 0;
  }

  .mobile-nav-active .navbar:before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(255, 255, 255, 0.8);
    z-index: 9996;
  }

  .header .btn-book-a-table,
  .header .btn-book-a-table:focus {
    margin-left: auto;
  }

  .mobile-nav-active .navbar:before {
    background: rgb(0 0 0 / 80%);
  }

  .navbar ul {
    background: rgb(255 255 255);
    display: grid;
    grid-template-columns: repeat(4, 25%);
    height: max-content;
  }

  .mobile-nav-hide {
    color: #0f2522;
  }
}

@media screen and (max-width: 1024px) {
  .navbar ul {
    grid-template-columns: repeat(3, 33.33%);
  }
}

@media (max-width: 767px) {
  .header .logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
  }

  .d-logo {
    display: none;
  }

  .m-logo {
    display: inline-block;
    max-width: 90%;
  }

  .header {
    background: #fff;
  }

  .mobile-nav-show {
    color: #0f2522;
    margin: 0 !important;
    order: 1;
  }

  .logo {
    order: 2;
    margin: auto !important;
  }

  .header .btn-book-a-table,
  .header .btn-book-a-table:focus {
    order: 3;
    margin: 0 0 0 auto !important;
    background: transparent;
    color: #000000;
    padding-left: 0;
    padding-right: 0;
    border: 0px;
    display: flex;
    align-items: center;
  }

  .header .btn-book-a-table img {
    display: inline-block;
    margin-left: 5px;
  }

  .header .btn-book-a-table:hover,
  .header .btn-book-a-table:focus:hover {
    color: #000;
    background: transparent;
  }

  .navbar ul {
    grid-template-columns: repeat(2, 50%);
  }
}

@media (max-width: 575px) {
  .header .btn-book-a-table {
    font-size: 16px;
  }

  .header .btn-book-a-table img {
    width: 25px;
  }
}

@media screen and (max-height: 780px) {

  .navbar .dropdown ul,
  .navbar .dropdown .dropdown ul {
    max-height: 500px;
  }
}

@media screen and (max-height: 678px) {

  .navbar .dropdown ul,
  .navbar .dropdown .dropdown ul {
    max-height: 400px;
  }
}

@media screen and (max-height: 520px) {

  .navbar .dropdown ul,
  .navbar .dropdown .dropdown ul {
    max-height: 200px;
  }
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.section-titel h1 {
  margin-bottom: 50px;
}

.row.col-sec {
  margin-bottom: 80px;
  align-items: center;
}

.col-sec h2 {
  margin-bottom: 30px;
  margin-top: 30px;
}

.col-sec p,
.col-sec ul li {
  margin-bottom: 25px;
}

.col-sec ul {
  padding-left: 18px;
  margin-bottom: 25px;
  margin-top: 20px;
}

.col-sec ul li {
  margin-bottom: 5px;
}

.col-sec figure {
  position: relative;
  padding: 10px;
}

.col-sec figure:after {
  position: absolute;
  width: 160px;
  height: 160px;
  right: 0;
  bottom: 0;
  border: 1px solid var(--color-primary);
  content: "";
  z-index: -1;
}

.about-content {
  padding-right: 50px;
}

.col-sec.col-sec-left .about-content {
  padding-left: 50px;
  padding-right: 0;
}

.col-sec.col-sec-left figure:after {
  left: 0;
  bottom: 0;
  right: auto;
}

/*--------------------------------------------------------------
# Why Us Section
--------------------------------------------------------------*/
.adv-section {
  position: relative;
  margin: 40px 0;
  display: inline-block;
  width: 100%;
}

.adv-section:after {
  content: "";
  background-color: #eff2f6;
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: 100%;
  z-index: -1;
}

section.adv-section.adv-left:after {
  left: auto;
  right: 0;
}

.icon-item {
  display: flex;
  align-items: flex-start;
}

.icon-img {
  position: relative;
  margin-right: 20px;
  display: flex;
  /* Add this line */
  align-items: center;
  /* Add this line */
}

.contented-line {
  height: 70px;
  border-left: 2px solid #bf0202;
}

.icon-img figure {
  width: 80px;
  height: 80px;
  background: #fff;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 5px;
  z-index: 2;
}

.icon-img:after {
  content: "";
  position: absolute;
  width: 70%;
  height: 70%;
  border: 1px solid var(--color-primary);
  left: 0px;
  bottom: 0px;
  z-index: 1;
}

.icon-content h4 {
  margin: 5px 0 0;
}

.icon-content p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  color: #333;
  text-align: left;
}

.icon-content .buttons {
  background-color: #bf0202 !important;
  color: var(--color-white) !important;
  border: none !important;
  font-family: var(--font-title) !important;
  padding: 10px !important;
  border-radius: 6px !important;
  letter-spacing: 1px !important;
}

.side-img {
  position: relative;
  padding: 10px;
  z-index: 1;
}

.side-img:after {
  position: absolute;
  width: 100px;
  height: 100px;
  right: 0;
  bottom: 0;
  border: 1px solid var(--color-primary);
  content: "";
  z-index: -1;
}

section.adv-section.adv-left .side-img:after {
  left: 0;
  right: auto;
  bottom: 0px;
}

.bg-white .read-more a {
  color: #333333;
}

.bg-white .read-more a span {
  color: #ffffff;
  background: #cc0000;
}

.bg-white .read-more a:hover span {
  background: #333333;
  color: #fff;
}

.secondary-read.read-more a {
  color: #333333;
}

.secondary-read.read-more a span {
  color: #ffffff;
  background: #cc0000;
}

.secondary-read.read-more a:hover span {
  background: #333333;
  color: #fff;
}

.red-bg {
  background-color: #91191c;
}

.font-red {
  color: #cc0000;
}

.online-form-inner {
  background-color: #eff2f6;
  padding: 40px;
}

.online-form-inner br {
  display: none;
}

.online-form-inner .form-group {
  position: relative;
}

.online-form-inner .form-group i {
  position: absolute;
  left: 10px;
  top: 6px;
}

.online-form-inner .form-group .form-control {
  padding: 10px 10px 10px 35px;
  font-family: var(--font-title);
  border: 0;
  outline: none;
  box-shadow: none;
  font-weight: 550;
  font-size: 18px;
  line-height: 25px;
  color: #000000;
  border-radius: 8px;
}

.online-form-inner .submit-btn {
  height: 45px;
  background: #cc0000;
  border-radius: 8px;
  font-weight: 550;
  font-size: 20px;
}

.online-form-inner .submit-btn:hover {
  background: rgb(0 0 0 / 90%);
}

.video-gallery-section {
  background: #dfe4ea;
}

/*------------reviews-section---------------*/

/*.item{
  max-width: 360px
}*/
.reviews-content {
  background-color: #ffffff;
  padding: 70px 20px 50px 33px;
  position: relative;
  min-height: 356px;
  height: 404px;
}

.reviews-content img {
  position: absolute;
  left: 15px;
  top: 28px;
}

.r-profile-img {
  max-width: 115px;
  position: relative;
  padding-left: 5px;
  padding-bottom: 5px;
  z-index: 2;
}

.r-profile-img:after {
  width: 60px;
  height: 60px;
  border: 1px solid #cc0000;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.reviews-profile {
  margin-top: -40px;
  padding-left: 30px;
  padding-right: 10px;
  display: flex;
  align-items: flex-end;
}

.r-profile-info {
  margin-left: 10px;
  z-index: 1;
}

.r-profile-info .r-profile-name {
  padding-bottom: 0;
  font-weight: 550;
  font-size: 20px;
  font-family: var(--font-title);
  margin-bottom: 0;
}

.r-profile-post {
  font-weight: 400;
  font-size: 15px;
  font-family: var(--font-primary);
  margin-bottom: 0;
  text-align: left;
}

.light-bg.bg-white {
  background: #eff2f6 !important;
}

/*--------------------------------------------------------------
# Stats Counter Section
--------------------------------------------------------------*/
.footer-notes {
  background-color: #eff2f6;
  padding: 60px 0;
  margin-top: 60px;
}

.footer-notes .btn {
  font-family: var(--font-title);
  padding: 15px 30px;
  color: #fff;
  font-weight: 400;
  font-size: 22px;
  background: var(--color-primary);
  border-radius: 0;
  border: 0;
  transition: all 0.5s;
  line-height: 135%;
}

.footer-notes .btn:hover {
  background-color: var(--color-default);
}

/*--------------------------------------------------------------
#footer
--------------------------------------------------------------*/
footer {
  padding: 70px 0 0;
  background-color: rgb(0 0 0 / 90%);
  color: #fff;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(3, 33.33%);
  color: #fff;
  margin-bottom: 30px;

  &>div {
    border-right: 1px solid #ffffff2e;
    padding: 0 10px;
    margin-left: 50px;
    display: grid;
    justify-content: start;

    &:last-child {
      border: 0;
      grid-column: span 2;
    }

    &>a {
      padding: 0;
      font-size: 14px;
      display: block;
      color: #fff;
      width: max-content;
      margin: 0 0 5px 0;

      &:is(:hover, :focus) {
        color: var(--color-primary);
      }

      &>i {
        margin-right: 10px;
      }
    }

    .current-menu-item {
      &>a {
        display: none;
      }
    }

    ul {
      padding: 0;
      margin: 0;
      display: flex;
      flex-wrap: wrap;

      &>li {
        list-style-type: none;
        display: flex;

        &>a {
          margin: 0 10px 5px 0;
          font-size: 14px;
          color: #fff;

          &:is(:hover, :focus) {
            color: var(--color-primary);
          }
        }
      }

      &>.ctm-branch-mtab {
        display: none;
      }
    }

    &>.branchAddress .Braddress {
      font-size: 16px;
      color: #ffffff;
      margin-bottom: 5px;
      transition: all 0.2s;
      text-wrap: wrap !important;
    }

    &>p {
      font-size: 14px;
      color: #fff;
      margin-bottom: 5px;
      text-wrap: wrap;

      &.bname {
        font-size: 28px;
        text-transform: capitalize;
        font-family: var(--font-title);
        margin-bottom: 0.5rem;
        font-weight: 500;
        line-height: 1.2;
      }
    }

    &>.contact {
      font-size: 17px;
      line-height: normal;
      margin-top: 15px;
      transition: all 0.2s;

      a {
        color: white;
        transition: all 0.2s;
      }

      br+.phone2 {
        transition: all 0.2s;
        margin-left: 27px;
      }
    }

    &>.contact:hover,
    a:hover,
    br+.phone2:hover,
    &>.branchAddress .Braddress:hover {
      color: #cc0000;
      transition: all 0.3s;
    }

    &>div {
      &>div {
        &>p {
          margin: 0 10px 0 0;

          &>.dropdown-item {
            font-size: 14px;
            color: white;

            &:is(:hover, :focus) {
              color: var(--color-primary);
            }
          }
        }
      }
    }
  }
}

.footer-loction ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  margin: 25px 0 0;
  padding-left: 0;
}

.footer-loction ul li {
  list-style: none;
  margin: 10px;
  text-align: center;
}

.footer-loction ul li a {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
}

.footer-loction ul li a:hover {
  color: #cc0000;
  opacity: 1;
}

.footer-social-midia {
  margin-top: 25px;
  padding-bottom: 30px;
}

.footer-social-midia ul {
  margin: 0 0;
  padding: 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-social-midia ul li {
  list-style: none;
  margin: 5px;
  font-size: 20px;
}

.footer-social-midia ul li a {
  color: #fff;
  /*display:flex;
  align-items: center;
  justify-content: center;*/
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #91191c;
  font-weight: 400;
  transition: all 0.5s;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.footer-social-midia ul li a .bi {
  align-items: center;
  display: flex;
  justify-content: center;
  align-content: center;
}

.footer-social-midia ul li a:hover {
  background-color: #fff;
  color: #91191c;
}

.copy-right {
  border-top: 1px solid rgb(255 255 255 / 10%);
  padding: 10px 0;
}

.copy-right p {
  color: #ffffff;
  opacity: 0.7;
  font-weight: 400;
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 0;
  margin-bottom: 0;
}

.copy-right ul {
  margin: 0 0;
  padding: 0;
}

.copy-right ul li {
  list-style: none;
  float: left;
  padding: 5px;
}

.copy-right ul li a {
  color: #ffffff;
  opacity: 0.7;
  font-weight: 400;
  font-size: 14px;
  font-weight: 400;
}

.copy-right ul li a:hover {
  color: #cc0000;
  opacity: 1;
}

.m-footer {
  display: none;
}

.residential-life-page section.serves-full-section .mob-serves-full-con {
  display: none;
}

section.about-section {
  padding-bottom: 50px;
}

.carousel-control-next,
.carousel-control-prev {
  z-index: 1111;
}

/************************/

@media (max-width: 1279px) {

  .navbar .active,
  .navbar .active:focus {
    border-bottom: 0px;
  }
}

@media (max-width: 1200px) {
  .gurukul-branch .banner-content .h1-common {
    color: #fff;
    font-size: 60px;
    line-height: 75px;
  }
}

@media (max-width: 991px) {
  .gurukul-branch .banner-content .h1-common {
    color: #fff;
    font-size: 44px;
    line-height: 56px;
  }

  .footer-links {
    &>div {
      margin-left: 0px;
    }
  }

  .h1-common,
  h1.wp-block-heading {
    font-size: 53px;
    line-height: 57px;
  }

  .h2-common,
  h2.wp-block-heading {
    font-size: 40px;
    line-height: 47px;
  }

  .h3-common,
  h3.wp-block-heading {
    font-size: 34px;
    line-height: 41px;
  }

  .h4-common,
  h4.wp-block-heading {
    font-size: 28px;
    line-height: 36px;
  }

  .Blog-page section#latest-updates .h4-common {
    font-size: 28px !important;
    line-height: 36px !important;
  }

  .home-new-3 section#latest-updates .h4-common {
    font-size: 28px !important;
    line-height: 36px !important;
  }

  .about-content {
    padding-left: 0;
    padding-right: 0;
  }

  .adv-section:after {
    display: none;
    width: 100%;
  }

  .icon-img figure {
    background-color: #eff2f6;
  }

  .col-sec.col-sec-left .about-content {
    padding-left: 0px;
    padding-right: 0;
  }

  .side-img,
  .col-sec figure {
    max-width: 400px;
    margin: 0 auto 30px;
  }

  .notes-content p {
    margin-bottom: 0;
  }

  .section-titel h1 {
    margin-bottom: 20px;
  }

  .row.col-sec {
    margin-bottom: 20px;
  }

  section {
    padding: 30px 0 30px;
  }

  .adv-section {
    margin: 0 0;
  }

  .reviews-slider .reviews-inner {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .residential-life-page section.serves-full-section .mob-serves-full-con {
    display: block !important;
    padding-top: 30px;
  }

  .footer-links {
    grid-template-columns: repeat(2, 50%);
  }

  .gurukul-branch .banner-content .h1-common {
    color: #fff;
    font-size: 39px;
    line-height: 48px;
  }

  .residential-life-page section.serves-full-section .serves-full-content {
    display: none;
  }

  .residential-life-page section.adv-section {
    padding-top: 0;
  }

  section.residential-slider-section .slider-arow span {
    width: 38px;
    height: 38px;
    font-size: 18px;
  }

  .h1-common,
  h1.wp-block-heading {
    font-size: 43px;
    line-height: 51px;
  }

  .h2-common,
  h2.wp-block-heading {
    font-size: 32px;
    line-height: 40px;
  }

  .h3-common,
  h3.wp-block-heading {
    font-size: 28px;
    line-height: 36px;
  }

  .h4-common,
  h4.wp-block-heading {
    font-size: 25px;
    line-height: 30px;
  }

  .Blog-page section#latest-updates .h4-common {
    font-size: 25px !important;
    line-height: 30px !important;
  }

  .home-new-3 section#latest-updates .h4-common {
    font-size: 25px !important;
    line-height: 30px !important;
  }

  p {
    font-size: 17px;
    line-height: 170%;
    color: #333;
  }

  .icon-img figure {
    width: 60px;
    height: 60px;
    padding: 15px;
  }

  .col-sec ul li {
    font-size: 17px;
    line-height: 170%;
    color: #333;
  }

  .footer-notes .btn {
    padding: 10px 20px;
  }

  section.about-section .row.col-sec {
    flex-direction: column-reverse;
  }

  img.img-fluid {
    width: 100%;
  }

  section.about-section .row.col-sec.col-sec-left.mb-0 {
    flex-direction: column;
  }

  .adv-section .row.align-items-center {
    flex-direction: column-reverse;
  }

  section.adv-section.adv-left .side-img:after {
    left: -20px;
    right: auto;
    bottom: -20px;
  }

  section.adv-section.adv-left .row.align-items-center {
    flex-direction: column;
  }

  .section-titel h1 {
    order: 1;
  }

  section.about-section .col-sec figure,
  .side-img {
    padding: 0;
    margin: 30px auto 60px;
  }

  .col-sec figure:after {
    right: -20px;
    bottom: -20px;
  }

  .left-img-section {
    figure:after {
      left: -20px;
    }
  }

  .col-sec.col-sec-left figure:after {
    left: -20px;
    bottom: -20px;
    right: auto;
  }

  .side-img:after {
    right: -20px;
    bottom: -20px;
  }

  .section-titel h1 {
    margin-bottom: 10px;
  }

  .col-sec h2 {
    margin-top: 15px;
  }

  .adv-section:after {
    display: none;
    width: 100%;
  }

  .header {
    height: 70px;
  }

  .header.sticked {
    box-shadow: 0px 4px 4px rgb(202 202 202 / 25%);
    top: 0;
  }

  .icon-content p {
    font-size: 17px;
  }

  .notes-content {
    margin-bottom: 25px;
  }

  .footer-loction ul li {
    margin: 5px;
  }

  .footer-loction ul li a {
    font-size: 14px;
  }

  .m-footer {
    display: block;
  }

  .d-footer {
    display: none;
  }

  .m-footer {
    padding: 35px 0;
  }

  .m-footer .footer-social-midia ul {
    justify-content: flex-start;
    margin: 15px 0;
  }

  .m-footer .footer-social-midia {
    margin-top: 35px;
    padding-bottom: 0px;
  }

  .m-footer .btn {
    padding: 12px 30px;
    font-size: 17px;
    line-height: 22px;
  }

  .m-footer .btn.btn-call {
    background-color: #fff;
    color: #000000;
  }

  .m-footer .btn.btn-maill {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    padding: 10px 30px;
  }

  .footer-btn {
    margin: 20px 0;
  }

  .m-footer h2 {
    font-weight: 550;
    font-size: 25px;
    line-height: 165%;
    color: #ffffff;
  }

  .m-footer p {
    font-weight: 400;
    font-size: 18px;
    line-height: 175%;
    color: #ffffff;
    opacity: 0.8;
  }

  .adv-section {
    margin: 0 0;
  }

  .icon-grup {
    margin-bottom: 30px;
    position: relative;
  }

  .adv-left .container>.row,
  .col-sec-left {
    flex-wrap: wrap-reverse;
  }
}

@media (max-width: 575px) {
  .gurukul-branch section.latest-updates-section.bg-white.section-9 .blog-content p {
    font-size: 17px;
  }

  .gurukul-branch section.full-video-section.section-8 {
    padding-top: 110px;
    padding-bottom: 0;
  }

  .gurukul-branch .banner-content .h1-common {
    color: #fff;
    font-size: 30px;
    line-height: 37px;
  }

  .home-new-3 section#introduction h1.page-title.page-title-mobile.text-center {
    font-size: 30px;
    line-height: 37px;
  }

  .side-img:after {
    right: -10px;
    bottom: -10px;
  }

  .col-sec figure:after {
    right: -10px;
    bottom: -10px;
  }

  .col-sec.col-sec-left figure:after {
    left: -10px;
    bottom: -10px;
    right: auto;
  }

  section.adv-section.adv-left .side-img:after {
    left: -10px;
    right: auto;
    bottom: -10px;
  }
}

@media (max-width: 500px) {

  .h1-common,
  h1.wp-block-heading {
    font-size: 38px;
    line-height: 48px;
  }

  .h2-common,
  h2.wp-block-heading {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 0px;
  }

  .h3-common,
  h3.wp-block-heading {
    font-size: 25px;
    line-height: 32px;
  }

  .h4-common,
  h4.wp-block-heading {
    font-size: 23px;
    line-height: 30px;
  }

  .residential-life-page section.adv-section .h2-common {
    font-size: 27px;
    line-height: 38px;
    margin-top: 20px !important;
  }

  .col-sec h2 {
    margin-top: 5px;
    margin-bottom: 20px;
  }

  .col-sec p,
  .col-sec ul li {
    margin-bottom: 15px;
  }

  .Blog-page section#latest-updates .h4-common {
    font-size: 23px !important;
    line-height: 30px !important;
  }

  .home-new-3 section#latest-updates .h4-common {
    font-size: 23px !important;
    line-height: 30px !important;
  }

  .footer-notes .btn {
    padding: 8px 18px;
    font-size: 20px;
  }
}

@media (max-width: 450px) {
  p {
    font-size: 16px;
    line-height: 170%;
    color: #333;
  }

  .col-sec ul li {
    font-size: 16px;
    line-height: 170%;
    color: #333;
  }

  section.adv-section .icon-content p {
    font-size: 14px;
  }

  section.adv-section {
    padding: 0;
  }

  section.adv-section .icon-grup {
    margin-bottom: 10px;
  }

  section.adv-section .icon-item {
    /* margin: 10px 0; */
    margin: 0px 0px;
  }

  .icon-img figure {
    width: 50px;
    height: 50px;
    padding: 9px;
  }

  .m-footer .btn {
    padding: 12px 25px;
    font-size: 17px;
  }

  .m-footer p {
    font-size: 16px;
  }
}

/* BLog Single Page */
/* Customizing Gutenberg Headings */
/* Customizing Gutenberg Headings */
/* h1.wp-block-heading {
  font-size: 65px;
  font-style: normal;
  font-weight: 550;
  line-height: 140%;
  letter-spacing: 0px;;
  color: #000;
  font-family: var(--font-title);
  margin-top: 3rem;
}

h2.wp-block-heading {
  font-size: 50px;
  font-style: normal;
  font-weight: 550;
  line-height: 115%;
  color: #000;
  font-family: var(--font-title);
  margin-top: 3rem;
}

h3.wp-block-heading {
  font-size: 38px;
  font-style: normal;
  font-weight: 550;
  line-height: 145%;
  color: #000;
  font-family: var(--font-title);
  margin-top: 3rem;
}

h4.wp-block-heading {
  font-size: 30px;
  font-style: normal;
  font-weight: 550;
  line-height: 155%;
  color: #000;
  font-family: var(--font-title);
  margin-top: 3rem;
}

h5.wp-block-heading {
  font-size: 25px;
  font-style: normal;
  font-weight: 550;
  line-height: 135%;
  letter-spacing: 0px;;
  color: #000;
  font-family: var(--font-title);
  margin-top: 3rem;
}

h6.wp-block-heading {
  font-size: 20px;
  font-style: normal;
  font-weight: 550;
  line-height: 125%;
  letter-spacing: 0px;;
  color: #000;
  font-family: var(--font-title);
  margin-top: 3rem;
} */

.blog-single {
  li {
    margin-top: 15px;
  }

  .alert h1,
  .alert h2,
  .alert h3,
  .alert h4,
  .alert h5,
  .alert h6 {
    /* Custom styles for headings within your alert box */
    margin-top: 1px !important;
  }
}

/* ...and so on for other blocks */

/* CSS for Youtube Thumbnail Block */
/* Frontend and editor styles */

.thumbnail-container.hidden {
  display: none;
}

/* Rest of your CSS */

.youtube-video-thumbnail {
  cursor: pointer;
  /* Add any necessary styles for the thumbnail */
}

.youtube-video-iframe {
  /* Styles to ensure the video embed takes up the full width of the container */
  width: 100%;
  height: 100%;
  height: auto;
}

.thumbnail-container {
  position: relative;
  cursor: pointer;
}

.thumbnail-container img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.thumbnail-container .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* Add your play button icon styling here */
  /* Example: */
  width: 70px;
  height: 70px;
  background: url("/wp-content/uploads/2024/01/Gurukul-play-iocn.png") no-repeat center center;
  background-size: cover;
}

.thumbnail-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  /* semi-transparent black overlay */
}

.thumbnail-container.adjusted-position::before {
  position: relative !important;
  /* or any other position value you want */
}

/* Comments Gutenbarg Burify */

#comments ol {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
}

.comment-author cite {
  font-style: normal;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 600;
}

#comment-meta-timestamp {
  color: #b9b9b9 !important;
  text-decoration: none !important;
  transition: 0.3s Im !important;
  font-size: smaller !important;
}

#comments a {
  color: var(--color-primary);
  text-decoration: none !important;
  font-size: smaller;
}

.commentmetadata {
  margin-top: -18px !important;
}

.comment-reply {
  margin-top: -9px !important;
}

.comment-author {
  margin-top: 15px;
}

.comment-respond {
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 5px;
}

.comment-respond h3 {
  color: #333333;
}

.comment-form-comment label,
.comment-form-author label,
.comment-form-email label,
.comment-form-url label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

.comment-form input,
.comment-form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #dddddd;
  border-radius: 3px;
}

.comment-form input[type="submit"] {
  padding: 11px 15px;
  width: 100%;
  text-align: center;
  background-color: #c00;
  font-size: 23px;
  font-style: normal;
  font-weight: 550;
  line-height: 135%;
  font-family: var(--font-title);
  transition: 0.3s;
  border: none;
  color: #fff;
}

#respond {
  margin-top: 60px !important;
}

#reply-title {
  color: var(--color-primary);
  font-size: 40px;
}

/*  Checkbox */

#wp-comment-cookies-consent {
  display: none;
}

.comment-form-cookies-consent label {
  display: none;
}

.children {
  margin-left: 20px;
  list-style-type: none;
}

input.required.error,
textarea.required.error {
  border-color: var(--color-primary);
}

.has-primary-maroon-color {
  color: var(--color-primary) !important;
}

.has-secondary-whitelike-color {
  color: var(--color-secondary) !important;
}

.has-default-black-color {
  color: var(--color-default) !important;
}

.has-white-color {
  color: var(--color-white) !important;
}

.has-primary-maroon-background-color {
  background-color: var(--color-primary) !important;
}

.has-secondary-whitelike-background-color {
  background-color: var(--color-secondary) !important;
}

.has-default-black-background-color {
  background-color: var(--color-default) !important;
}

.has-white-background-color {
  background-color: var(--color-white) !important;
}

.has-success-color {
  color: var(--color-success) !important;
}

.has-danger-color {
  color: var(--color-danger) !important;
}

.has-warning-color {
  color: var(--color-warning) !important;
}

.has-info-color {
  color: var(--color-info) !important;
}

.has-light-color {
  color: var(--color-light) !important;
}

.has-dark-color {
  color: var(--color-dark) !important;
}

.has-success-background-color {
  background-color: var(--color-success) !important;
}

.has-danger-background-color {
  background-color: var(--color-danger) !important;
}

.has-warning-background-color {
  background-color: var(--color-warning) !important;
}

.has-info-background-color {
  background-color: var(--color-info) !important;
}

.has-light-background-color {
  background-color: var(--color-light) !important;
}

.has-dark-background-color {
  background-color: var(--color-dark) !important;
}

.has-text-align-center {
  text-align: center;
}

.has-text-align-center {
  text-align: center;
}

.has-text-align-left {
  text-align: left;
}

/*===================================================================== 
                Blog Landing Page for Category Awards
=====================================================================*/
.blog-group {
  display: grid;
  grid-template-columns: repeat(2, 50%);
}

.events-timeline .blog-section {
  position: relative;

  &::before {
    position: absolute;

    content: "";
    width: 20px;
    height: 20px;
    margin-top: 16px;
    border-radius: 50%;
    outline-offset: 4px;
    background-color: #cc0000;
    transition: all 0.4s;
    cursor: pointer;
  }

  .line {
    width: 30px;
    height: 1px;
    background-color: #cc0000;
    display: block;
    position: absolute;
    top: 75px;
  }
}

.events-timeline .blog-section:nth-child(odd) {
  border-right: 2px solid #d5d5d5;

  &::before {
    right: 15px;
  }

  &:hover {
    background: #cc000010;

    &::before {
      right: 20px;
      transition: all 0.2s;
    }
  }

  &>.line {
    right: 0px;
  }

  &>.img-section {
    position: relative;

    &>a {
      &>img {
        max-width: 100%;
        /* border-radius: 10px; */
        width: 100%;
        aspect-ratio: 3/2;
        object-fit: cover;

      }

      /* blur image
        .back-image {
          position: absolute;
          z-index: -1;
          left: 65px;
          width: 500px;
          height: 337px;
          object-fit: cover;
          opacity: 2;
          filter: blur(8px);
      } */
    }

    &>.date {
      text-align: right;
    }

  }

  .description-section {
    margin-left: auto;
    text-align: right;

    &>.heading {
      text-align: right;
    }


  }

  .tag-box {
    margin-left: auto !important;
    /* text-align: right; */
  }

}

.events-timeline .blog-section:nth-child(even) {
  margin-top: 150px;

  &::before {
    left: 15px;
  }

  &:hover {
    background: #cc000010;

    &::before {
      left: 20px;
      transition: all 0.2s;
    }
  }

  &>.line {
    left: 0px;
  }

  &>.img-section {
    text-align: start;
  }
}

.blog-section {
  display: block;

  .tag-box {
    border: 1px solid #D3D3D3;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 0 10px;
  }

  .tag-box p i {
    color: #cc0000;
    font-size: 20px;
  }

  .events-box {
    margin-top: 10px;
  }

  .tag-box p {
    line-height: 35px;
    font-size: 18px;
    color: black;
    font-family: "BentonSans";
    text-align: left;
    margin-bottom: 2px;

  }

  &>.img-section {
    text-align: center;
    padding: 10px 70px;
    position: relative;
    text-align: end;
    border-radius: 10px;

    &>a {
      &>img {
        max-width: 100%;
        width: 100%;
        border-radius: 10px;
        aspect-ratio: 3/2;
        object-fit: cover;

      }

      /* blur image */
      /* .back-image {
          position: absolute;
          z-index: -1;
          left: 65px;
          width: 500px;
          height: 337px;
          object-fit: cover;
          opacity: 1;
          filter: blur(8px);
      } */
    }



    &>.date {
      font-size: 35px;
      margin: 0 0 20px 0;
      font-family: var(--font-title);
    }

  }

  .description-group {
    padding: 10px 70px;
  }

  .description-section {
    width: 100%;
    max-width: 100%;
    text-align: left;

    &>.heading {
      font-size: 33px;
      margin: 0 0 1px 0;
      line-height: 38px;
      font-family: var(--font-title);
      text-align: left;
    }

    &>.posted-by {
      font-size: 15px;
      font-weight: 500;
    }

    &>.title {
      font-size: 16px;
      margin: 0px 0 10px 0;
      color: var(--color-default);

      &>.link {
        text-decoration: none;
        color: #000;

        &:is(:hover, :focus) {
          text-decoration: underline;
          color: #0056b3;
        }
      }
    }

    &>.read-more {
      color: var(--color-primary);
      font-weight: 500;
      font-size: medium;

      i {
        font-size: 14px;
      }
    }
  }
}

/* .blog-group {
  display: grid;
  grid-template-columns: repeat(2, 50%);

  .blog-section:nth-child(odd) {
    border-right: 2px solid #d5d5d5;
    position: relative;

    &::before,
    &::after {
      position: absolute;
      right: -13px;
      content: '';
      width: 25px;
      height: 25px;
      margin-top: 14px;
      border-radius: 50%;
      outline-offset: 4px;
      background-color: #cc0000;
      transition: all 0.4s;
      cursor: pointer;
    }


    &::after {
      top: 0;
      margin-top: 100px;
    }

    .description-section {
      margin-left: auto;
    }
  }

  .blog-section:nth-child(even) {
    margin-top: 150px;

    &>.img-section {
      text-align: start;
    }
  }
}

.blog-section {
  display: block;

  &>.img-section {
    text-align: center;
    padding: 10px 70px;
    position: relative;
    text-align: end;

    &>img {
      max-width: 70%;
      width: 100%;
      border-radius: 10px;
    }

    &>.date {
      font-size: 35px;
      margin: 0 0 10px 0;
      font-weight: 600;
    }
  }

  .description-group {
    padding: 10px 70px;
  }

  .description-section {
    width: 100%;
    max-width: 70%;
    font-family: TFArrowMedium;

    &>.heading {
      font-size: 25px;
      font-weight: 600;
      margin: 0 0 12px 0;
    }

    &>.posted-by {
      font-size: 15px;
      font-weight: 500;
    }

    &>.title {
      font-size: 16px;
      margin: 10px 0 10px 0;
      color: #000;

      &>.link {
        text-decoration: none;
        color: #000;

        &:is(:hover, :focus) {
          text-decoration: underline;
          color: #0056b3;
        }
      }
    }

    &>.read-more {
      text-decoration: none;
      color: #222222;
      font-size: 16px;
      font-weight: 600;
      color: #90191b;

      i {
        font-size: 14px;
      }
    }
  }
} */

@media screen and (max-width: 1280px) {
  .blog-section {
    &>.img-section {
      &>a {
        &>img {
          max-width: 100%;
        }
      }
    }

    .description-group {
      .description-section {
        max-width: 100%;
      }
    }
  }
}

@media screen and (max-width: 1024px) {
  .blog-section:nth-child(even) {
    .description-group {
      padding: 10px 30px 40px 30px;
    }
  }

  .blog-section {
    &>.img-section {
      padding: 15px 40px;

      &>a {
        &>img {
          max-width: 100%;
        }
      }
    }

    .description-group {
      padding: 10px 25px;

      .description-section {
        max-width: 100%;
      }
    }
  }
}

@media screen and (max-width: 768px) {
  .blog-group {
    display: block;

    .blog-section:nth-child(odd),
    .blog-section:nth-child(even) {
      .img-section {
        text-align: start;
        border: 0 !important;
      }

      .description-group {
        .description-section {
          text-align: start !important;
          border-left: 1px dashed #000;
          padding: 15px 25px;
          margin-left: 25px;
          position: relative;

          &::before {
            content: "";
            position: absolute;
            bottom: -5px !important;
            width: 20px !important;
            height: 20px !important;
            left: -10px;
            border-radius: 50%;
            top: 20px;
            outline: 1px solid #1f1f1f;
            background-color: #1f1f1f;
            outline-offset: 3px;
          }
        }
      }
    }
  }

  .blog-section {
    padding: 0;
    border-right: 0 !important;
    position: relative !important;
    border-bottom: 1px solid var(--color-light);

    &::before {
      display: none;
      content: "";
      position: absolute;
      bottom: -5px !important;
      width: 50px !important;
      height: 8px !important;
      margin-top: 8px;
      left: 0;
      right: 0;
      margin: 0 auto;
      background-color: var(--color-primary);
    }

    &:nth-child(even) {
      margin-top: 0 !important;
    }

    &::after {
      display: none;
    }

    &:last-child {
      border: 0;

      &::before {
        display: none;
      }
    }
  }

  .blog-section {
    &>.img-section {
      padding: 0px;
      border: 0;

      &>.date {
        font-size: 30px;
      }

      &>img {
        max-width: 100%;
      }
    }

    .description-group {
      padding: 0 !important;

      .description-section {
        max-width: 100%;

        &>.heading {
          font-size: 23px;
          line-height: 28px;
        }
      }
    }
  }
}

/*===================================================================== 
                      spirituality Blog Section
=====================================================================*/
.spirituality-blog-group {
  &>.blog-section:nth-child(odd) {
    .img-section {
      order: 1;
    }

    .description-group {
      order: 2;
    }
  }

  &>.blog-section:nth-child(even) {
    .img-section {
      order: 2;
      border-right: 0;
      border-left: 2px solid #d5d5d5;
      text-align: start;
      margin-left: -2px;

      &::before {
        left: 8px;
      }

      &>.date {
        color: #a01f1e;
      }

      &::after {
        left: -2px;
        top: 51px;
      }
    }

    .description-group {
      order: 1;

      .description-section {
        margin: 0 0 0 auto;
        text-align: end;
      }
    }
  }

  &>.blog-section {
    display: grid;
    grid-template-columns: repeat(2, 50%);

    &>.img-section {
      border-right: 2px solid #d5d5d5;
      text-align: center;
      padding: 40px 70px;
      position: relative;
      text-align: end;

      &>img {
        width: 100%;
        border-radius: 10px;
        max-width: 70%;
      }

      &::before {
        position: absolute;
        right: 7px;
        content: "";
        width: 20px;
        height: 20px;
        border-radius: 50%;
        margin-top: 2px;
        background-color: #90191b;
        transition: all 1.1s;
        cursor: pointer;
      }

      &>.date {
        font-size: 35px;
        margin: 0 0 10px 0;
        font-weight: 600;
      }

      &::after {
        position: absolute;
        content: "";
        width: 18px;
        top: 50px;
        border: 1px solid #90191b;
        right: -1px;
      }
    }

    &>.description-group {
      padding: 40px 70px;
    }

    .description-section {
      width: 100%;
      max-width: 70%;
      font-family: TFArrowMedium;

      &>.heading {
        font-size: 25px;
        font-weight: 600;
        margin: 0 0 12px 0;
      }

      &>.posted-by {
        font-size: 15px;
        font-weight: 500;
      }

      &>.title {
        font-size: 16px;
        margin: 10px 0 10px 0;
        color: #000;

        &>.link {
          text-decoration: none;
          color: #000;

          &:is(:hover, :focus) {
            text-decoration: underline;
            color: #0056b3;
          }
        }
      }

      &>.read-more {
        text-decoration: none;
        color: #222222;
        font-size: 16px;
        font-weight: 600;
        color: #90191b;

        i {
          font-size: 14px;
        }
      }
    }
  }
}

@media screen and (max-width: 1280px) {
  .spirituality-blog-group {
    &>.blog-section {
      &>.img-section {
        &>img {
          max-width: 80%;
        }

        &::after {
          top: 51px;
          right: -1px;
        }
      }

      &>.description-group {
        .description-section {
          max-width: 80%;
        }
      }
    }
  }
}

@media screen and (max-width: 1024px) {
  .spirituality-blog-group {
    &>.blog-section:nth-child(even) {
      &>.img-section {
        &::before {
          left: 7px;
          top: 13px;
        }

        &::after {
          top: 23px;
        }
      }

      .description-group {
        padding: 10px 30px 40px 10px;
      }
    }

    &>.blog-section {
      &>.img-section {
        padding: 10px 30px 40px 30px;

        &>img {
          max-width: 100%;
        }

        &::before {
          width: 18px;
          height: 18px;
          top: 12px;
        }

        &::after {
          top: 21px;
          right: -1px;
        }

        &>.date {
          text-align: center;
        }
      }

      .description-group {
        padding: 10px 0 40px 30px;

        .description-section {
          max-width: 100%;
        }

        &::after {
          top: 21px;
          right: -1px;
        }
      }
    }
  }
}

@media screen and (max-width: 768px) {
  .spirituality-blog-group {
    &>.blog-section {
      grid-template-columns: repeat(1, 100%);
      border-bottom: 1px solid #d5d5d5;
      padding: 10px 0;
      position: relative;

      &::before {
        position: absolute;
        bottom: -5px;
        content: "";
        width: 50px;
        height: 8px;
        margin-top: 5px;
        border-radius: 2px;
        left: 0;
        right: 0;
        margin: 0 auto;
        background-color: #90191b;
      }

      &:last-child {
        border: 0;

        &::before {
          display: none;
        }

        &::after {
          display: none;
        }
      }
    }

    &>.blog-section:nth-child(odd),
    &>.blog-section:nth-child(even) {
      .img-section {
        order: 1 !important;
        text-align: start;
        border: 0 !important;

        &>.date {
          color: #000 !important;
        }
      }

      .description-group {
        order: 2 !important;

        .description-section {
          text-align: start !important;
        }
      }
    }

    &>.blog-section {
      &>.img-section {
        padding: 10px 0 !important;
        border: 0;

        &::before {
          display: none;
        }

        &>.date {
          font-size: 30px;
        }

        &::after {
          display: none;
        }

        &>img {
          max-width: 100%;
        }
      }

      .description-group {
        padding: 10px 0 !important;

        .description-section {
          max-width: 100%;

          &>.heading {
            font-size: 23px;
          }
        }
      }
    }
  }
}

.gbase-branch-columns {
  .gbase-branches {
    display: grid;
    grid-template-columns: repeat(4, 25%);
  }

  .gbase-branch {
    list-style-type: none;
    margin: 15px auto 15px;
    width: 100%;
    padding: 0 10px;
    max-width: 250px;
    cursor: pointer;

    &:is(:hover, :focus) {
      .gbase-branch-field.image {
        transition: all 0.2s ease-in-out;
        background-color: #e8eef7;
      }

      .gbase-branch-field.title {
        color: #cc0000;
      }
    }
  }

  .gbase-branch-field.image {
    /* border-radius: 8px;*/
    padding: 5px;
    background-color: #eff2f6;
    position: relative;

    &>img {
      /* border-radius: 8px; */
      position: relative;
      aspect-ratio: 3/2;
    }

    &:before {
      content: "";
      position: absolute;
      width: 70%;
      height: 70%;
      border: 1px solid var(--color-primary);
      left: -5px;
      bottom: -5px;
    }
  }

  .gbase-branch-field.title {
    font-size: 25px;
    text-align: center;
    font-family: var(--font-title);
    color: #000;
  }

  .gbase-branch-field.map,
  .gbase-branch-field.email,
  .gbase-branch-field.phone,
  .gbase-branch-field.address-short,
  .gbase-branch-field.description {
    display: none;
  }
}

.detail-view-show {
  display: block !important;
  opacity: 1 !important;
  /* opacity: 1 !important;
  height: auto;
  width: auto;
  margin: 15px auto 15px;
  transition: all 0.5s; */
}

.detail-view-hide {
  display: none;
  /* opacity: 0;
  height: 0;
  width: 0;
  margin: none;
  overflow: hidden; */
}

.detail-view {
  grid-column: span 4;
  max-width: 100% !important;
  margin-top: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
  opacity: 0;

  &:is(:hover, :focus) {
    .gbase-branch-field.title {
      color: #000 !important;
    }
  }

  &>.gbase-branch-card {
    background-color: #eff2f6;
    display: flex;
    padding: 30px 15px;
    justify-content: space-evenly;
    align-items: flex-start;
    cursor: context-menu;

    .image {
      display: inline-block;
      max-width: 300px;
      height: auto;
      /* border-radius: 8px; */
      padding: 10px;
      background-color: #e0e8f1;
      margin: auto 10px auto 0;
    }

    .Info-section {
      max-width: 300px;
      margin-right: 10px;

      &>.contact-info {
        display: flex;
        align-items: center;
        margin-bottom: 5px;

        &>i {
          font-size: 20px;
          background: #dfe4ea;
          min-width: 40px;
          min-height: 41px;
          display: flex;
          justify-content: center;
          align-items: center;
          border-radius: 50%;
          margin-right: 10px;
          color: #000;
          font-size: 17px;
        }

        p {
          color: #333333;
          font-size: 15px;
          margin-bottom: 0;
          display: block;
        }
      }

      &>.description {
        font-size: 14px;
        margin-bottom: 5px;
        color: #737373;
      }

      &>.address-header {
        margin: 0 0 10px 0;
        color: #000;
        font-size: 21px;
        font-weight: 500;
        font-family: var(--font-title);
        line-height: normal;
      }

      &>.address-short,
      &>.phone,
      &>.map,
      &>.email {
        font-size: 15px;
      }

      &>.map {
        margin: 15px 0;
        cursor: pointer;
        display: flex;
        align-items: center;
        font-family: var(--font-title);
        font-size: 18px;

        &>a {
          color: #000;
        }

        &:is(:hover, :focus) {
          &>a {
            color: #cc0000;
          }

          &>i {
            background-color: #cc0000;
            color: #fff;
          }
        }

        &>i {
          background: #fff;
          width: 30px;
          height: 30px;
          display: flex;
          justify-content: center;
          align-items: center;
          border-radius: 50%;
          margin-left: 10px;
          font-size: 18px;
        }
      }
    }

    .action-section {
      margin: auto 0;

      &>.apply-btn {
        background-color: #cc0000;
        border: 2px solid transparent;
        color: #fff;
        font-family: var(--font-title);
        padding: 4px 20px;
        font-size: 18px;
        letter-spacing: 0px;
        display: block;
        margin-bottom: 15px;
        transition: all 0.2s ease-in-out;
        text-wrap: nowrap;

        &:is(:hover, :focus) {
          border-color: #cc0000;
          background-color: transparent;
          color: #cc0000;
        }
      }

      .mobile-apply-btn {
        display: none;
      }

      .desktop-apply-btn {
        display: block;
      }

      &>.know-btn {
        border: 2px solid #5b5b5b;
        letter-spacing: 0px;
        font-family: var(--font-title);
        font-size: 18px;
        display: block;
        margin-bottom: 15px;
        transition: all 0.2s ease-in-out;
        padding: 4px 20px;
        color: #313131;
        text-wrap: nowrap;

        &:is(:hover, :focus) {
          background-color: #5b5b5b;
          color: #fff;
        }
      }
    }

    .sidebar-header {
      position: absolute;
      left: 0;
      top: 0;
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      padding: 15px;
      background: transparent;
      display: none;
      height: 65px;

      &>.close-btn {
        border: 0;
        font-size: 18px;
        margin: 0;
        padding: 0;
        color: #5d5d5d;

        &>i {
          margin: 0;
        }
      }
    }

    .title {
      font-weight: 600;
    }

    .title,
    .description,
    .address-short,
    .phone,
    .map {
      display: block;
      text-align: left;
      margin-bottom: 6px;
    }
  }
}

.branch-details-section {
  background-color: #eff2f7;
  padding: 30px 0;

  &>.container {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }

  .branch-img {
    max-width: 300px;
    margin-right: 10px;
    height: auto;
    border-radius: 8px;
  }

  .about-branch-section {
    max-width: 300px;
    margin-right: 10px;

    &>.branch-name {
      font-size: 30px;
      font-family: var(--font-title);
      color: #000;
      margin-bottom: 5px;
    }

    &>.info {
      font-size: 14px;
      margin-bottom: 5px;
      color: #737373;

      &>b {
        color: #000;
      }
    }
  }

  .contact-info-section {
    max-width: 300px;
    margin-right: 10px;

    &>.title {
      color: #000;
      font-size: 16px;
      font-family: var(--font-title);
      margin-bottom: 10px;
    }

    &>.contact-info {
      display: flex;
      align-items: center;
      margin-bottom: 15px;

      &>i {
        min-width: 45px;
        min-height: 45px;
        background: #dfe4ea;
        color: #000;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
      }

      &>p {
        margin: 0 0 0 10px;
        font-size: 15px;
      }

      &>.mobile-no {
        color: #cc0000;
      }
    }
  }

  .action-section {
    &>.apply-btn {
      background-color: #cc0000;
      border: 2px solid transparent;
      color: #fff;
      font-family: var(--font-title);
      padding: 4px 20px;
      font-size: 18px;
      letter-spacing: 0px;
      display: block;
      margin-bottom: 15px;
      transition: all 0.2s ease-in-out;
      text-wrap: nowrap;

      &:is(:hover, :focus) {
        border-color: #cc0000;
        background-color: transparent;
        color: #cc0000;
      }
    }

    &>.know-btn {
      border: 2px solid #5b5b5b;
      letter-spacing: 0px;
      font-family: var(--font-title);
      font-size: 18px;
      display: block;
      margin-bottom: 15px;
      transition: all 0.2s ease-in-out;
      padding: 4px 20px;
      color: #313131;
      text-wrap: nowrap;

      &:is(:hover, :focus) {
        background-color: #5b5b5b;
        color: #fff;
      }
    }
  }
}

.custom-modal {
  height: 100vh;
  max-width: 100vw;

  .modal-content {
    border-radius: 0;
    background-color: #eff2f7;
    height: 100vh;
  }

  .modal-header {
    border-bottom: 0;

    .modal-title {
      &>img {
        max-width: 110px;
      }
    }
  }
}

.apply-form-modal {
  background-color: #dfe4ea;
}

@media screen and (max-width: 1399px) {
  .branch-details-section {

    .branch-img,
    .about-branch-section,
    .contact-info-section {
      max-width: 250px;
    }
  }
}

@media screen and (max-width: 1200px) {
  .gbase-branch-columns {
    .gbase-branches {
      grid-template-columns: repeat(4, 25%);
    }
  }

  .detail-view {
    grid-column: span 4;
  }
}

@media screen and (max-width: 991px) {
  .gbase-branch-columns {
    .gbase-branches {
      grid-template-columns: repeat(3, 33.33%);

      .gbase-branch-field.title {
        font-size: 28px;
      }
    }
  }

  .detail-view {
    grid-column: span 3;

    &>.gbase-branch-card {
      display: grid;
      grid-template-columns: auto max-content;
    }
  }

  .branch-details-section {

    .branch-img,
    .about-branch-section,
    .contact-info-section {
      max-width: 200px;
    }
  }
}

@media screen and (max-width: 767px) {
  .gbase-branch-columns {
    .gbase-branches {
      padding: 0 7px;

      .gbase-branch-field.title {
        font-size: 25px;
      }
    }
  }

  .branch-details-section {
    display: none;

    &>.container {
      display: grid;
      grid-template-columns: repeat(2, 50%);
    }

    .about-branch-section {
      margin-left: 20px;
    }

    .branch-img,
    .about-branch-section,
    .contact-info-section {
      /* margin: auto; */
      max-width: 100%;
    }
  }

  .detail-view {
    grid-column: span 3;
    position: fixed;
    top: 0;
    left: 0;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 9999;

    &>.gbase-branch-card {
      display: block;
      height: 100vh;
      padding: 80px 15px 20px 15px;

      .sidebar-header {
        display: flex;

        &>img {
          max-width: 120px;
        }
      }

      .image {
        max-width: 100%;
        width: 70%;
        padding: 0;

        &>img {
          width: 100%;
        }
      }

      &>.Info-section,
      &>.action-section {
        margin-top: 15px;

        .address-header {
          margin-top: 20px;
          margin-bottom: 6px;
          font-size: 19px;
        }
      }

      &>.action-section {
        display: flex;
        flex-wrap: wrap;

        &>.apply-btn {
          margin-right: 20px;
        }

        .mobile-apply-btn {
          display: block;
        }

        .desktop-apply-btn {
          display: none !important;
        }
      }
    }
  }
}

@media screen and (max-width: 500px) {
  .gbase-branch-columns {
    .gbase-branches {
      .gbase-branch-field.title {
        font-size: 23px;
      }
    }
  }

  .branch-details-section {
    &>.container {
      display: block;
    }

    .branch-img {
      width: 100%;
    }

    .about-branch-section {
      margin-bottom: 20px;
      margin-left: 0;
    }

    .branch-img,
    .about-branch-section,
    .contact-info-section {
      margin: 0 0 10px 0;
      text-align: left;

      &>.title {
        font-size: 22px;
      }

      &>.branch-name {
        font-size: 25px;
        margin-top: 5px;
      }

      &>.contact-info {
        justify-content: flex-start;
        margin-bottom: 10px;

        &>i {
          min-width: 30px;
          min-height: 30px;
          font-size: 15px;
        }
      }
    }

    .action-section {
      margin-top: 20px;
      display: flex;
      justify-content: space-evenly;
      align-items: center;
    }
  }
}

.quick-links {
  display: block;
}

@media screen and (max-width: 480px) {
  .gbase-branch-columns {
    .gbase-branches {
      grid-template-columns: repeat(2, 50%);

      .gbase-branch-field.title {
        font-size: 21px;
      }
    }
  }

  .detail-view {
    &>.gbase-branch-card {
      .image {
        max-width: 100%;
        width: 100%;

        &>img {
          width: 100%;
        }
      }

      .title {
        font-size: 25px !important;
        margin-bottom: 5px;
      }

      &>.action-section {

        &>.apply-btn,
        &>.know-btn {
          padding: 2px 16px;
          font-size: 14px;
          display: flex;
          height: max-content;
        }
      }

      .Info-section {
        &>.address-header {
          font-size: 18px;
        }
      }
    }
  }
}

@media screen and (max-width: 300px) {
  .gbase-branch-columns {
    .gbase-branches {
      grid-template-columns: repeat(1, 100%);
    }
  }

  .branch-details-section {
    .action-section {
      display: block;
    }

    .contact-info-section {
      &>.contact-info {
        &>p {
          font-size: 13px;
        }
      }
    }

    .about-branch-section {
      &>.info {
        font-size: 13px;
      }
    }

    .action-section {

      &>.apply-btn,
      &>.know-btn {
        padding: 3px 15px;
        font-size: 15px;
      }
    }
  }
}

.mobile-view-navabr {
  width: 100%;
  right: 0;
  top: 0;
  height: 68px;
  border-bottom: 1px solid #ccc;
  position: absolute;
  z-index: 9999;
  background: #f5f9ff;
  display: none;

  &>.container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 68px;
  }
}

.bg-layer {
  z-index: 9998;
  height: 100%;
  background: #ff000000;
  width: 100%;
  display: none;
}

@media screen and (max-width: 1279px) {
  .mobile-view-navabr {
    display: block;
  }

  .bg-layer {
    display: block;
  }
}

/*==============================================================================================
                                        Spencers Cards
==============================================================================================*/
section {
  padding: 50px 0 0px;

  .spencers-card-group {
    /* display: grid; */
    /* grid-template-columns: repeat(4, 25%); */
    /* padding: 20px; */
    place-items: ce;
    /* display: none; ======= Remove ======= */

    &>.spencers-card {
      /* box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.062); */
      padding: 15px 10px;
      border-radius: 6px;
      /* border: 1px solid rgba(0, 0, 0, 0.062); */
      font-family: Arial;
      max-width: 70%;
      min-width: 70px;
      width: 100%;
      margin: 0 auto;
      text-align: center;

      &>.images {
        width: 200px;

        &>img {
          width: 100%;
        }
      }

      &>.spencer-name {
        font-size: 18px;
        margin: 10px 0 0 0;
        color: rgb(110, 110, 110);
      }

    }
  }
}

@media screen and (max-width: 768px) {
  .spencers-card-group {
    grid-template-columns: repeat(4, 25%);

    &>.spencers-card {
      &>.spencer-name {
        font-size: 15px;
      }
    }
  }
}

@media screen and (max-width: 540px) {
  .spencers-card-group {
    grid-template-columns: repeat(2, 50.33%);

    &>.spencers-card {
      &>.spencer-name {
        font-size: 15px;
      }
    }
  }
}

/*==============================================================================================
                                        Services Card
==============================================================================================*/
.service-cards-section {
  padding: 10px;
  /* display: none; ======= Remove ======= */

  &>.heading {
    font-size: 36px;
    font-family: var(--font-title);
    color: rgb(255, 145, 0);
    margin: 0 0 15px 0;
    text-align: center;
    letter-spacing: 2px;
  }

  &>.services-cards-group {
    display: grid;
    grid-template-columns: repeat(5, 20%);

    &>.service-card {
      /* box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.212); */
      /* display: grid; */
      /* place-content: center; */
      padding: 25px 20px;
      /* border: 1px solid rgba(0, 0, 0, 0.178); */
      font-family: Arial;
      max-width: 70%;
      min-height: 80px;
      width: 100%;
      margin: 10px auto;
      text-align: center;

      &>.title {
        font-size: 32px;
        margin: 0 0 0 0;
        padding-bottom: 10px;
        color: #cc0000;
        font-family: var(--font-title);
        letter-spacing: 3px;
        border-bottom: 0.5px solid rgb(224, 224, 224);
      }

      &>.sub-title {
        margin: 0;
        color: #000000;
        /* font-weight: 500; */
        font-size: 14px;
        letter-spacing: 0px;
        padding-top: 10px;
      }
    }
  }
}

@media screen and (max-width: 1024px) {
  .service-cards-section {
    &>.services-cards-group {
      grid-template-columns: repeat(4, 25%);
    }
  }
}

@media screen and (max-width: 850px) {
  .service-cards-section {
    &>.services-cards-group {
      grid-template-columns: repeat(3, 33.33%);
    }
  }
}

@media screen and (max-width: 560px) {
  .service-cards-section {
    &>.services-cards-group {
      grid-template-columns: repeat(2, 50%);
    }
  }
}

@media screen and (max-width: 450px) {
  .service-cards-section {
    &>.heading {
      font-size: 24px;
      margin-bottom: 5px;
    }

    &>.services-cards-group {
      &>.service-card {
        min-height: max-content;
        padding: 20px;

        &>.title {
          font-size: 20px;
        }

        &>.sub-title {
          font-size: 13px;
        }
      }
    }
  }
}

/*==============================================================================================
                                        Hilight Cards
==============================================================================================*/
.highlights-group {
  padding: 80px 0;

  .container {
    grid-template-columns: repeat(4, 25%);

    &>.row {
      &>.highlight-card {
        display: flex;
        align-items: center;
        /* padding: 25px 10px; */
        padding: 25px;

        &>img {
          width: 65px;
          height: auto;
        }

        &>.info-section {
          margin-left: 25px;


          &>.count {
            font-size: 25px;
            color: var(--color-primary);
            margin-bottom: 5px;
            text-align: left;
            font-family: var(--font-title);
            letter-spacing: 0px;
            word-spacing: -3.2px;
            font-weight: 900;

            &>span {
              color: black;
              font-size: 16px;
            }
          }

          &>.title {
            color: #020202;
            font-size: 15px;
            margin: 0;
            font-style: normal;
            line-height: 1;
            letter-spacing: 0.4px;
            text-align: left;
          }
        }
      }
    }
  }
}

@media screen and (max-width: 1024px) {
  .highlights-group {
    grid-template-columns: repeat(3, 33.33%);
  }
}

@media screen and (max-width: 992px) {
  .highlights-group {
    &>.highlight-card {
      &>img {
        width: 70px;
      }
    }
  }
}

@media screen and (max-width: 768px) {
  .highlights-group {
    &>.highlight-card {
      padding: 10px;

      &>img {
        width: 60px;
      }

      &>.info-section {
        &>.count {
          font-size: 20px;
        }

        &>.title {
          font-size: 13px;
        }
      }
    }
  }
}

@media screen and (max-width: 576px) {
  .highlights-group {
    grid-template-columns: repeat(2, 50%);

    &>.highlight-card {
      &>.info-section {
        &>.title {
          line-height: 2 !important;
        }
      }
    }
  }
}

@media screen and (max-width: 400px) {
  .highlights-group {
    display: block;

    &>.highlight-card {
      padding: 15px 10px;
      /* &>.info-section {
        &>.title {
          line-height: 2 !important;
        }
      } */
    }
  }
}

/* Testimonial Text Theme Two */
/*==============================================================================================
                                            Slider
==============================================================================================*/
/* Custom styles for slider */
.slider-section {
  overflow: hidden;
  padding: 30px 0;
  position: relative;
  background: #eff2f7;

  .Testimonialh2 {
    text-align: start !important;
  }

  .slider-inner {
    display: flex;
    transition: transform 0.5s ease-in-out;
    position: relative;

    &>.cards-section {
      flex: 0 0 20%;
      max-width: 20%;
      /* min-width: 100%; */

      box-sizing: border-box;
      transition: transform 0.5s ease;

      &>.card {
        margin: 0 10px;
        padding: 30px;
        place-content: flex-start;
        font-family: var(--font-title);
        height: 100%;
        border: 0;

        &>.header {
          display: grid;
          grid-template-columns: max-content auto;
          margin-bottom: 5px;
          background-color: white !important;

          &>img {
            min-width: 65px;
            height: 65px;
            outline: 1px solid rgba(128, 128, 128, 0.295);
            outline-offset: 2px;
          }

          &>.star-section {
            display: flex;
            align-items: center;
            justify-content: center;
            position: absolute;
            top: 95px;

            &>i {
              margin-top: 20px;
              margin-right: 5px;
              font-size: 17px;
              color: #f26e0d;
            }
          }
        }

        &>.description {
          margin: 40px 0 70px 0;
          font-size: 15.7px;
          /* word-spacing: 3px; */
          font-family: "BentonSans";
          letter-spacing: 0px;
          color: #333;
          position: relative;
          line-height: 2;
        }

        &>.info-section {
          margin: auto 0 auto 0;
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          padding: 0 30px;

          &>.name {
            color: #f26e0d;
            font-size: 16px;
            font-weight: 600;
            line-height: 1.5;
            margin-bottom: 0px;
          }

          &>.role {
            font-size: 12px;
            color: #000;
            line-height: 1.5;
            margin-bottom: 23px;
            font-family: var(--font-default);
          }
        }
      }
    }
  }

  .prev,
  .next {
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    cursor: pointer;
    padding: 10px;
    background-color: rgb(0 0 0 / 16%);
    color: white;
    z-index: 9;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.2s ease-in-out;

    &:is(:hover, :focus) {
      background-color: rgba(0, 0, 0, 0.5);
    }
  }

  .prev {
    left: 10px;
  }

  .next {
    right: 10px;
  }
}

@media screen and (max-width: 1280px) {
  .slider-section {

    &::before,
    &::after {
      width: 33.33%;
    }

    .slider-inner {
      .cards-section {
        flex: 0 0 33.33%;
        max-width: 33.33%;

        &>.card {
          &>.header {
            background-color: var(--color-white) !important;
          }
        }
      }
    }
  }
}

@media screen and (max-width: 1024px) {
  .slider-section {

    &::before,
    &::after {
      width: 33.33%;
    }

    .slider-inner {
      .cards-section {
        flex: 0 0 33.33%;
        max-width: 33.33%;

        &>.card {
          &>.header {
            background-color: var(--color-white) !important;
          }
        }
      }
    }
  }
}

@media screen and (max-width: 840px) {
  .slider-section {

    &::before,
    &::after {
      display: none;
    }

    .slider-inner {
      .cards-section {
        flex: 0 0 50%;
        max-width: 50%;

        &>.card {
          &>.header {
            background-color: var(--color-white);
          }
        }
      }

      .mobile-view {
        display: none;
      }
    }

    .prev,
    .next {
      top: 61% !important;
    }
  }
}

@media screen and (max-width: 768px) {
  .slider-section {
    .slider-inner {
      .cards-section {
        flex: 0 0 100%;
        max-width: 100%;

        &>.card {
          &>.header {
            background-color: var(--color-white);
          }
        }
      }
    }

    .prev,
    .next {
      top: 64% !important;
    }
  }
}

@media screen and (max-width: 700px) {
  .slider-section {
    .slider-inner {
      .cards-section {
        &>.card {
          &>.header {
            background-color: var(--color-white) !important;
          }
        }
      }
    }
  }
}


/* Latest Updates at */
/*==============================================================================================
                              Latest Updates at
==============================================================================================*/

.latest-updates-section {
  overflow: hidden;
  /* padding: 50px 0; */
  position: relative;

  .update-inner {
    display: flex;
    transition: transform 0.8s ease;

    &>.update-section {
      flex: 0 0 25%;
      max-width: 40%;

      &>.update {
        margin: 0 10px;
        padding: 10px;
        place-content: start;
        font-family: var(--font-title);
        height: 100%;
        border: 0;

        &>.updateImg {
          img {
            object-fit: cover !important;
          }
        }

        &>.description {
          position: relative;

          &>.h4-common {
            margin-bottom: 0px;
            line-height: 1.2;
            margin-top: 15px;
          }

          &>.author-name-blog {
            margin-bottom: 0px;
            font-size: 16px;
            font-style: italic;
            color: gray;
            font-family: var(--font-title);
          }

          &>.introduction {
            &>.intro {
              color: #222222 !important;
              font-size: 18px;
              margin-bottom: 1px;

              &>a {
                &>.more-information {
                  color: var(--color-primary) !important;
                }
              }
            }
          }
        }
      }
    }
  }

  .prev,
  .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    padding: 10px;
    background-color: rgb(0 0 0 / 16%);
    color: white;
    z-index: 9;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.2s ease-in-out;

    &:is(:hover, :focus) {
      background-color: rgba(0, 0, 0, 0.5);
    }
  }

  .prev {
    left: 10px;
  }

  .next {
    right: 10px;
  }
}

@media screen and (max-width: 1280px) {
  .latest-updates-section {
    .update-inner {
      .update-section {
        flex: 0 0 25%;
        max-width: 40%;
      }
    }
  }
}

@media screen and (max-width: 1176px) {
  .latest-updates-section {
    .update-inner {
      .update-section {
        flex: 0 0 36%;
        max-width: 36%;
      }
    }
  }
}

@media screen and (max-width: 840px) {
  .latest-updates-section {
    .update-inner {
      .update-section {
        flex: 0 0 50%;
        max-width: 50%;
      }
    }
  }
}

@media screen and (max-width: 768px) {
  .latest-updates-section {
    .update-inner {
      .update-section {
        flex: 0 0 100%;
        max-width: 100%;
      }
    }
  }
}

/* blog-popup-section */
/*==============================================================================================
                              blog-popup-section
==============================================================================================*/

.blog-popup-section {
  overflow: hidden;

  .update-inners {
    /* display: flex; */
    transition: transform 0.8s ease;

    &>.update-section {
      place-content: start;
      font-family: var(--font-title);
      /* height: 100%; */
      border: 0;

      &>.updateImg {
        &>img {
          object-fit: cover !important;
        }
      }

      &>.description {
        position: relative;

        &>.h4-common {
          margin-bottom: 0px;
          line-height: 1.2;
          margin-top: 15px;
        }

        &>.author-name-blog {
          margin-bottom: 0px;
          font-size: 16px;
          font-style: italic;
        }

        &>.introduction {
          .popUpBtn {
            border: none;
            background-color: var(--color-primary);
            font-family: var(--font-title);
            cursor: pointer;
            color: var(--color-light);
            font-size: 21px;
            margin-top: 14px;
            padding: 10px 26px;
          }

          &>.intro {
            color: #222222 !important;
            font-size: 18px;
            margin-bottom: 1px;

            &>a {
              &>.more-information {
                color: var(--color-primary) !important;
              }
            }
          }

          &>button {
            background-color: var(--color-primary);
            font-size: 20px;
            color: var(--color-white);
            border: none;
            padding: 5px;
            border-radius: 6px;
            font-family: var(--font-title);
            transition: all 1.1s;
          }

          &>button:hover {
            background-color: var(--color-default);
            transition: all 1.2s;
          }
        }
      }
    }
  }

  .modal-content {
    /* top: 25%;
    left: 0%;
    padding: 0;
    width: 100%; */
    background-color: none;
    color: none;
  }
}

@media (max-width: 1160px) {
  .blog-popup-section {
    .update-inners {
      .update-section {
        margin: 20px 0;

        &>.updates {
          text-align: center;
        }
      }
    }
  }
}

@media (max-width: 768px) {
  .blog-popup-section {
    .update-inner {
      .update-section {
        &>.update {
          text-align: center;
        }
      }
    }
  }
}

/*==============================================================================================
                                        Vision for World 
==============================================================================================*/
.swaminarayan-gurukul-page {
  height: max-content;
  background: url("../assets/vision-img/bg-img.jpg") no-repeat;
  background-size: cover;
  position: relative;
  display: grid;
  grid-template-columns: max-content auto;
  overflow: hidden;
  position: relative;
  margin-top: 30px;
  padding-bottom: 0px;

  &>.img-section {
    max-width: 600px;
    min-width: 100px;
    height: 530px;
    margin-top: auto;
    position: sticky;
    bottom: 0;
    transition: all 0.3s ease-in-out;
    z-index: 5;
  }

  &>.about-section {
    scroll-snap-type: y mandatory;
    scroll-behavior: smooth !important;
    overflow-y: auto;
    height: 100vh;

    &::-webkit-scrollbar {
      display: none;
    }

    ::-webkit-scrollbar {
      width: 5px;
      background-color: #000000 !important;
    }

    ::-webkit-scrollbar-thumb {
      background-color: #44bd9f39 !important;
      height: 5px;
    }

    &>.text-section {
      height: 100vh;
      display: grid;
      place-content: center;
      justify-content: center;
      /* scroll-snap-align: start; */

      &>.heading {
        font-size: 37px;
        font-family: var(--font-title);
        position: relative;
        width: max-content;
        margin: 0 auto 15px auto;
        font-weight: 600;

        &::before,
        &::after {
          content: "";
          position: absolute;
          background-color: #000;
          width: 15px;
          height: 15px;
          border-radius: 50%;
          left: -45px;
          top: 0;
          bottom: 0;
          margin: auto 0;
        }

        &::after {
          width: 20px;
          height: 0;
          border-bottom: 1px solid #000;
          border-radius: 0;
          left: -30px;
        }

        &>.design {
          position: absolute;
          background-color: #000;
          width: 15px;
          height: 15px;
          border-radius: 50%;
          right: -75px;
          top: 0;
          bottom: 0;
          margin: auto 0;

          &::before {
            content: "";
            position: absolute;
            width: 40px;
            height: 0;
            border-bottom: 1px solid #000;
            border-radius: 0;
            right: 15px;
            top: 0;
            bottom: 0;
            margin: auto 0;
          }
        }
      }

      &>.sub-heading {
        font-size: 25px;
        font-weight: 500;
        color: rgb(70 69 69);
        text-align: center;
        width: 100%;
        margin: 0 0 15px 0;
        line-height: 54px;
        font-family: var(--font-title);

        &>b {
          color: #cc0000;
          font-size: 30px;
        }
      }
    }

    &>.blog-section {
      justify-content: center;

      &>.heading {
        text-align: center;
        margin: 0 auto 40px auto;
      }

      &>.blog-card {
        display: grid;
        grid-template-columns: repeat(2, 50%);

        &:nth-child(odd) {
          &>.img {
            order: 2;
            margin: 50px auto 50px 50px;
          }

          &>.info-section {
            order: 1;
            border-right: 1px solid gray;
            text-align: end;
            margin-right: -1px;
            padding-left: 10px;

            &::before,
            &::after {
              right: -10px;
            }

            &::before {
              top: 95%;
            }
          }
        }

        &:nth-child(even) {
          &>.img {
            order: 1;
            margin: 50px 50px 50px auto;
          }

          &>.info-section {
            order: 2;
            border-left: 1px solid gray;
            padding-right: 10px;

            &::before,
            &::after {
              left: -10px;
            }
          }
        }

        &>.img {
          width: 130px;
          border-radius: 50%;
          border: 1px solid gray;
          padding: 10px;
          transition: all 0.3s ease-in-out;
        }

        &>.info-section {
          padding: 50px;
          position: relative;
          font-family: var(--font-title);
          max-width: 550px;

          &::before,
          &::after {
            content: "";
            position: absolute;
            top: 0;
            width: 20px;
            height: 20px;
            background-color: #000;
            border-radius: 50%;
          }

          &::after {
            top: 60px;
          }

          &>.heading {
            font-size: 30px;
            margin: 0 0 10px 0;
          }

          &>.description {
            font-size: 17px;
            margin: 0;
            color: rgb(105, 105, 105);
          }
        }
      }
    }

    &>.Inspiration-card {
      &>.card {
        padding: 30px;
        background-color: #ffffff91;
        /* background-color: #ffffff40; */
        border-radius: 5px;
        font-family: var(--font-title);
        text-align: center;
        margin: 0 10px;

        &>.card-body {
          margin: 0 auto 20px auto;
          max-width: 600px;
          min-width: 100px;
          position: relative;

          &:last-child {
            margin-bottom: 0;
          }

          &>.heading {
            margin: 0 auto 5px auto;
            color: #bf0202;
            width: max-content;
            position: relative;
            font-weight: 900;
            letter-spacing: 4px;
            font-family: var(--font-title);

            &::before {
              content: "";
              position: absolute;
              background-color: #bf0202;
              width: 10px;
              height: 10px;
              border-radius: 50%;
              left: -27px;
              top: 0;
              bottom: 0;
              margin: auto 0;
            }

            &>.design {
              position: absolute;
              background-color: #bf0202;
              width: 10px;
              height: 10px;
              border-radius: 50%;
              right: -23px;
              top: 0;
              bottom: 0;
              margin: auto 0;
            }
          }

          &>.title {
            color: #cc0000;
            font-size: 21px;
            margin: 0 auto 10px auto;
          }

          &>.description {
            font-size: 24px;
            margin: 0 auto 10px auto;
            line-height: 27px;
          }

          &>.by {
            font-size: 15px;
            text-align: right;
            margin: 0;
            color: rgb(155 155 155);
          }
        }
      }

      &>.blog-card {
        &>.img {
          order: 1 !important;
          margin: 30px 50px 30px auto !important;
        }

        &>.info-section {
          order: 2 !important;
          border-left: 1px solid gray !important;
          text-align: left !important;
          padding: 30px 50px !important;
          border-right: 0 !important;
          padding-right: 10px !important;

          &::before,
          &::after {
            left: -10px !important;
          }
        }
      }
    }
  }
}

.mobile_view {
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
  margin: 0 !important;
}

.desktop_view {
  visibility: visible;
  max-height: max-content;
  padding-bottom: 20px;
}

@media screen and (max-width: 1300px) {
  .swaminarayan-gurukul-page {
    &>.img-section {
      max-width: 500px;
    }
  }
}

@media screen and (max-width: 1024px) {
  .swaminarayan-gurukul-page {
    &>.img-section {
      max-width: 400px;
    }

    &>.about-section {
      &>.text-section {
        &>.heading {
          font-size: 29px;
        }

        &>.sub-heading {
          font-size: 18px;

          &>b {
            font-size: 24px;
          }
        }

        &>.blog-card {
          &>.img {
            width: 100px;
          }

          &>.info-section {
            padding: 30px;

            &>.heading {
              font-size: 25px;
            }

            &>.description {
              font-size: 16px;
            }

            &::before,
            &::after {
              width: 15px;
              height: 15px;
            }

            &::after {
              top: 40px;
            }
          }

          &:nth-child(odd) {
            &>.img {
              margin: 30px auto 30px 30px;
            }

            &>.info-section {

              &::before,
              &::after {
                right: -8px;
              }
            }
          }

          &:nth-child(even) {
            &>.img {
              margin: 30px 30px 30px auto;
            }

            &>.info-section {

              &::before,
              &::after {
                left: -8px;
              }
            }
          }
        }
      }

      &>.Inspiration-card {
        &>.card {
          &>.card-body {
            padding-bottom: 10px;
            /* border-bottom: 1px solid #d7d7d7; */
            border-bottom: 1px solid #0000001c;
            margin-bottom: 10px;

            &:nth-child(2),
            &:last-child {
              margin-bottom: 0;
              padding-bottom: 0;
              border-bottom: 0;
            }
          }
        }

        &>.blog-card {
          &>.img {
            margin-right: 30px !important;
          }

          &>.info-section {
            padding: 30px auto 30px 30px !important;
            padding-left: 30px !important;

            &::before,
            &::after {
              left: -8px !important;
              top: 40px;
            }

            &::after {
              top: 100%;
            }
          }
        }
      }
    }
  }
}

@media screen and (max-width: 992px) {
  .swaminarayan-gurukul-page {
    display: block;
    /* padding-top: 50px; */

    &>.img-section {
      position: absolute;
      bottom: 0;
      height: 305px;
    }

    &>.about-section {
      &>.text-section {
        display: block;
        padding-top: 40px;
        height: calc(100vh - 40px);

        &>.heading {
          margin-bottom: 20px;

          &::before {
            width: 12px;
            height: 12px;
            left: -40px;
          }

          &>.design {
            width: 12px;
            height: 12px;
            right: -60px;

            &::before {
              right: 12px;
            }
          }
        }

        &>.sub-heading {
          margin: 0 auto;
        }
      }
    }
  }

  .mobile_view {
    visibility: visible;
    max-height: max-content;
  }

  .desktop_view {
    visibility: hidden;
    max-height: 0;
    overflow: hidden;
    margin: 0;
  }
}

@media screen and (max-width: 480px) {
  .swaminarayan-gurukul-page {
    &>.img-section {
      max-width: 265px;
      max-height: 245px;
    }

    &>.about-section {
      &>.text-section {
        padding-top: 25px;
        height: calc(100vh - 25px);

        &>.heading {
          font-size: 25px;

          &>.design {
            right: -45px;

            &::before {
              width: 23px;
            }
          }
        }

        &>.sub-heading {
          font-size: 17px;
          line-height: 40px;

          &>b {
            font-size: 21px;
          }
        }

        &>.blog-card {
          &>.img {
            width: 80px;
          }

          &>.info-section {
            padding: 15px;

            &>.heading {
              font-size: 22px;
            }

            &>.description {
              font-size: 15px;
            }

            &::before,
            &::after {
              width: 12px;
              height: 12px;
            }
          }

          &:nth-child(odd) {
            &>.img {
              margin: 15px auto 15px 15px;
            }

            &>.info-section {

              &::before,
              &::after {
                right: -6px;
              }
            }
          }

          &:nth-child(even) {
            &>.img {
              margin: 15px 15px 15px auto;
            }

            &>.info-section {

              &::before,
              &::after {
                left: -6px;
              }
            }
          }
        }
      }

      &>.Inspiration-card {
        &>.blog-card {
          &>.img {
            margin-right: 15px !important;
          }

          &>.info-section {
            padding: 15px auto 15px 15px !important;
            padding-left: 15px !important;

            &::before,
            &::after {
              left: -6px !important;
            }
          }
        }
      }
    }
  }
}

@media screen and (max-width: 390px) {
  .swaminarayan-gurukul-page {
    &>.img-section {
      max-width: 236px;
      max-height: 230px;
    }
  }
}

@media screen and (max-width: 340px) {
  .swaminarayan-gurukul-page {
    &>.img-section {
      max-width: 215px;
      max-height: 234px;
    }
  }

  .footer-social-midia ul li {
    margin: 0 1px 0 0;
  }
}

.pagination {
  a {
    color: #bf0202;
  }

  .active>.page-link,
  .page-link.active {
    z-index: 3;
    background-color: #bf0202;
    border: none;
  }

  .page-link:hover {
    color: #000000e6;
  }
}

body.source-app-embed .main-header-bar {
  display: none;
}

.monogram-home {
  font-size: 15px;
  margin-right: -18px;
}

.monogram {
  width: 30px;
  height: 30px;
}

.monogram-home:hover .monogram {
  filter: grayscale(1);
}


.footer-logo .monogram {
  filter: grayscale(1) invert(1);
  width: 85px;
  height: 85px;
}


/*==============================================================================================
                                        Admission Section
==============================================================================================*/
/* .banner-section {
  .banner-content {}
} */
#wpadminbar {
  min-width: 40px !important;
  width: 40px !important;
  overflow: hidden !important;
  /* opacity: 0.5 !important; */
  transition: all 0.25s;
  border-bottom-right-radius: 10px;
  position: fixed !important;
}

#wpadminbar:hover {
  width: 100% !important;
  overflow: initial !important;
  /* opacity: 1 !important; */

}

/*==============================================================================================
                                        Hilight Cards
==============================================================================================*/
.highlights-alumni {
  /* grid-template-columns: repeat(4, 100%); */
  margin: 0 auto;
  padding: 50px 15px 50px;

  .swiper {
    .swiper-wrapper {
      .swiper-slide {
        &>.highlight-card-alumni {
          display: flex;
          align-items: center;
          padding: 15px 10px;

          &>img {
            width: 80px;
            height: auto;
          }

          &>.info-section {
            /* margin-left: 10px; */
            font-family: ITC-Bold;

            &>.count {
              font-size: 25px;
              color: #cc0000;
              margin-bottom: 0;
              font-family: var(--font-title);
              text-align: center;
              font-weight: 700;
              letter-spacing: 1px;
              margin-top: 10px;
            }

            &>.title {
              color: #020202;
              font-size: 15px;
              margin: 0;
              font-style: normal;
              font-family: var(--font-primary);
              line-height: 1;
              letter-spacing: 0.4px;
            }
          }
        }
      }
    }

    .prev,
    .next {
      position: absolute;
      top: 50%;
      display: block;
      transform: translateY(-50%);
      cursor: pointer;
      padding: 10px;
      background-color: rgb(0 0 0 / 16%);
      color: white;
      z-index: 9;
      border-radius: 50%;
      width: 40px;
      height: 40px;
      display: flex;
      justify-content: center;
      align-items: center;
      transition: all 0.2s ease-in-out;

      &:is(:hover, :focus) {
        background-color: rgba(0, 0, 0, 0.5);
      }
    }

    .prev {
      left: 10px;
    }

    .next {
      right: 10px;
    }
  }

}

/* Hide prev and next on screens larger than 1280px */
@media screen and (min-width: 1280px) {

  .highlights-alumni .swiper .prev,
  .highlights-alumni .swiper .next {
    visibility: hidden !important;
  }
}

/* Show prev and next on screens up to 1280px */
@media screen and (max-width: 1279px) {

  .highlights-alumni .swiper .prev,
  .highlights-alumni .swiper .next {
    visibility: visible !important;
  }
}


@media screen and (max-width: 992px) {
  .highlights-alumni {
    &>.highlight-card {
      &>img {
        width: 70px;
      }
    }
  }
}

@media screen and (max-width: 768px) {
  .highlights-alumni {
    &>.highlight-card {
      padding: 10px;

      &>img {
        width: 60px;
      }

      &>.info-section {
        &>.count {
          font-size: 20px;
        }

        &>.title {
          font-size: 13px;
        }
      }
    }
  }
}


@media screen and (max-width: 400px) {
  .highlights-alumni {
    display: block;
    overflow: hidden;
    padding: 0 15px;

    &>.highlight-card {
      padding: 15px 10px;
    }
  }
}


.swiper {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}


.highlight-card-alumni {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* Academic Life Section */
.academic-life-margin {
  margin-bottom: -15px;
}


/* scroll bar  */
/* ::-webkit-scrollbar {
  width: 8px;
  background-color: #e9e9e973 !important;
  -webkit-overflow-scrolling:touch;
}
::-webkit-scrollbar-thumb {
  background-color: #cc0000 !important;
  height: 2px;
  border-radius: 5px;
  -webkit-overflow-scrolling:touch;
}
scrollbar {
  width: 8px;
  -webkit-overflow-scrolling:touch;
  background-color: #e9e9e973 !important;
}

scrollbar-thumb {
  background-color: #cc0000 !important;
  height: 2px;
  -webkit-overflow-scrolling:touch;
  border-radius: 5px;
} */



/* Downloads */
view,
.count,
.like,
.download {
  font-size: 20px;
  color: #000000;
  cursor: pointer;
}

.like i {
  color: #cc0000;
}

.view {
  color: rebeccapurple;
}

.download {
  color: coral;
}

.wp-bootstrap-blocks-container {
  margin-bottom: 10px !important;
}

.line-height_remove {
  line-height: 20px;
}

/* CSR Document*/
.openPopupBtn {
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  margin: 20px;
}

.popup {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: auto;
}

.popup-content {
  position: relative;
  margin: 10% auto;
  padding: 20px;
  width: 90%;
  height: 600px;
  max-width: 800px;
  background-color: var(--color-white);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

.openPopupBtn {
  background-color: var(--color-primary) !important;
  color: var(--color-white) !important;
  font-size: 20px !important;
}

.close_icon {
  position: absolute;
  top: -8px;
  right: 4px;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
  color: #000000;
}

.iframe {
  width: 100% !important;
  border: none;
  height: 100%;
  transform: scale(1.0);
}

.card-titles {
  font-size: 50px;
}

@media (max-width: 768px) {
  .popup-content {
    padding: 15px;
    max-width: 600px;
    margin: 45% auto;
  }

  #closePopupBtn {
    right: 0px;
    font-size: 2%;
  }

  .card-titles {
    font-size: 30px;
  }
}