body {
    color: #0d3b75 !important;
    font-family: "Philosopher" !important;
}
a:where(:not(.wp-element-button)) {
    text-decoration: none !important;
}
/* BUTTON CSS*/
.cssbuttons-io {
  position: relative;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.05em;
  border-radius: 15px;
  cursor: pointer;
  border: none;
  background: linear-gradient(to right, #f2bc2a, #09437c);
  color: #000;
  overflow: hidden;
  display: inline-block;
  box-shadow: 8px 4px 0px #08427c;
  transition: transform 0.2s ease;
}
.cssbuttons-io span {
  position: relative;
  transition: color 0.4s;
  display: inline-flex;
  align-items: center;
  padding: 0.8em 1em 0.8em 1em;
}
.cssbuttons-io::before {
  content: "";
  position: absolute;
  top: 0;
  left: -10%;
  width: 120%;
  height: 100%;
  background: #f2bc2a;
  transform: skew(30deg);
  transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
  z-index: 0;
}
.cssbuttons-io:hover::before {
  transform: translate3d(100%, 0, 0);
}
.cssbuttons-io:hover {
  color: #fff;
}
/* Nav Bar */
.nav_bar {
    background: #08427c;
    background-image: -webkit-linear-gradient(-45deg, #ffffff 36%, #ffffff00 0);
}
.nav_inner {
    width: 100%;
}
.navbar-brand img {
    max-width: 130px;
}
.nav_bar .nav-link {
    color: white !important;
    font-size: 20px;
    padding: 0 38px !important;
    border-right: 3px solid #f2bc2a;
    letter-spacing: 1px;
}
.nav_bar .navbar-nav .nav-item:last-child a {
    border-right: none;
}
.navbar-nav {
    margin-top: 25px;
}
.nav_social {
    position: absolute;
    top: 20px;
    left: 65%;
}
#navbarNav {
    padding: 70px 0 30px 0;
}
.nav_social:hover a {
    text-decoration: none;
}
.nav_social a {
    color: #f2bc2a;
    font-size: 30px;
    padding: 0 8px;
}
a.nav-link {
    font-family: sans-serif;
}
.style img {
    position: absolute;
    top: -194px;
    left: 36.1%;
    max-width: 500px;
}
.style2 {
    padding: 10px 0;
    background: #f2bc2a;
    width: 65%;
    position: relative;
    left: 35%;
    clip-path: polygon(2% 0, 100% 0, 100% 100%, 0 100%);
}

/* Footer Section */
.footer {
    background: #f2bc2a;
}
.footer .footer_social {
   float: inline-end;
}
.footer .footer_social a {
    color: #08427c;
    font-size: 35px;
}
.footer .footer_social a:hover {
   text-decoration: none;
}
.footer_logo img {
    display: block;
    margin: auto;
    max-width: 100px;
}
.footer_logo {
    display: flex;
    justify-content: center;
    align-items: center;
	gap: 10px;
}
.footer_logo p {
    font-size: 45px;
    font-family: 'Grand Hotel';
    margin-top: 25px;
}
.footer .footer_nav ul {
   display: flex;
   justify-content: center;
   align-items: center;
}
.footer .footer_nav ul li {
   list-style-type: none;
   padding: 0 25px;
   letter-spacing: 5px;
}
.footer .footer_nav ul li a {
    color: #09437c;
    font-weight: bold;
    font-size: 22px;
    font-family: sans-serif;
}
.footer .footer_nav ul li a:hover {
   text-decoration: none;
}
.copywrite {
    background: #08427c;
    color: white;
    padding: 0 25px;
    padding-top: 15px;
    font-weight: 700;
}
.copywrite p {
    font-family: system-ui;
}
.copywrite a {
   color: white;
   text-decoration: underline;
}


/*********** HOME PAGE ***********/
/* Hero Section */
.hero_section {
    background: #f2bc2a;
}
.hero_section .container {
    background: #08427c;
    border-radius: 0 0 220px 0;
}
.hero_section .container {
    background-image: url(img/Screenshot.png);
    background-size: contain;
    border-radius: 0 0 220px 0;
	position: relative;
}
.hero_section .container .overlay {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(8, 66, 126, 0.8);
    border-radius: 0 0 220px 0;
}
.hero_text {
    color: #08427c;
    text-align: center;
    padding: 110px 0;
    border-radius: 100px 0 100px 0;
    font-weight: bold;
    background: repeating-linear-gradient(140deg,#f5aa1f,#f7c631 20px,#fdd44d 20px,#fdd44d 40px);
	position: relative;
}
.hero_text h2{
	font-size: 50px;
}
.hero_section .grand {
    font-family: 'Grand Hotel';
    font-size: 90px;
}
.hero_i {
    position: absolute;
    border: 0;
    left: 40%;
}
.hero_i img {
    max-width: 80px;
}
.hero_img {
    padding: 55px 0;
}
.hero_img p {
    color: #f3bd2b;
    font-size: 22px;
    font-family: 'Grand Hotel';
	letter-spacing: 1px;
}
/*.at_btn {
    color: #09437c;
    background: #f2bc2a;
    padding: 10px 20px;
    border-radius: 15px;
    font-weight: 600;
	font-size: 14px;
    box-shadow: 8px 4px 0px #08427c;
}
.at_btn:hover {
    text-decoration: none;
    color: #09437c;
}*/
/* About Section */
.about_inner {
    border-right: 5px solid #08427c;
}
.about_inner::before, .about_inner::after, .about_right::after {
    content: "";
    position: absolute;
    width: 7px;
    height: 40px;
    background: #f2bc2a;
    top: 50%;
    transform: translateY(-50%);
}
.about_inner::before{
	left: -50px;
}
.about_inner::after {
    right: 17px;
}
.about_inner h3 {
    font-size: 36px;
    font-family: sans-serif;
}
.about_inner h2 {
    font-size: 44px;
    font-weight: bold !important;
}
.about_right {
    position: relative;
}
.about_right::after {
    right: -35px;
}
.about_right p {
    font-size: 20px;
    color: #0d3b75;
    font-weight: bold;
    letter-spacing: 1px;
}
/* Image Section */
.image {
    background: url("https://incinque.org/live_sikhh/wp-content/uploads/2025/11/golden.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 100px 0;
	position: relative;
}
.image:before {
    content: "";
    background: #000;
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.5;
}
 
/* Mission/Calendar/Values/Glossary */
.mission-box {
    position: relative;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #0a3c75;
	border: 2px solid #ffe9ba;
    border-radius: 16px;
	padding: 150px 210px;
}
.mission-box::before, .mission-box.box1::before{
	content: "";
    position: absolute;
    width: 9px;
    height: 150px;
    top: 50%;
    transform: translateY(-50%);
    left: -5px;
}
.mission-box::before {
    background: #f2bc2a;
}
.mission-box.box1::before {
    background: #ffe9ba;
}
.mission-box::after, .mission-box.box1::after{
	content: "";
    position: absolute;
    width: 9px;
    height: 150px;
    top: 50%;
    transform: translateY(-50%);
    right: -5px;
}
.mission-box::after {
    background: #f2bc2a;
}
.mission-box.box1::after {
    background: #ffe9ba;
}
.mission-box.box1{
	border: 2px solid #f2bc2a;
}
.mission-box h2 {
    color: #0a4177;
    letter-spacing: 10px;
    font-weight: bold;
    margin-top: 20px;
}
.mission img {
    max-width: 110px;
}
.mission .row .col-md-3.col-lg-3 {
   padding: 0;
}
.box {
    padding: 10px 0;
    background: #ffe9ba;
}
.box1 {
    background-color: #ffe9ba;
}
.box2 {
	padding: 10px 0;
    background: #f2bc2a;
}
.box a:hover, .box2 a:hover {
   text-decoration: none;
}
/* Text Section */
.text {
    font-family: "Grand Hotel";
}
.text h1 {
    font-size: 65px;
}
.text .text_underline {
    position: relative;
	display: inline-block;
}
.text .underline-svg {
    position: absolute;
    left: 32px;
    bottom: 0;
    width: 80%;
    height: 20px;
}
/* Lession section */
.lession {
    background: #08427c;
    margin-top: 60px !important;
}
.lession .inner_btn a {
   background-color: #f2bc2a;
   color: #0d3b75;
   border-radius: 0;
   font-weight: 500;
   padding: 10px 30px;
   letter-spacing: 1px;
}
.lession .container {
    background: #08427c;
    top: 0;
    left: 50%;
	transform: translate(-50%, -50%);
}
/* Gurbani Messages & Testimonials */
.gurbani {
    background: #08427c;
}
.gurbani_inner h2 {
    background: #f2bc2a;
    text-align: center;
    padding: 15px 15px;
    border-radius: 30px 30px 0 0;
    font-weight: bold;
    font-size: 46px;
}
.inner_images {
    max-height: 338px;
    overflow: hidden;
	overflow-y: auto;
}
.inner_images img {
    margin: auto;
    display: block;
    margin-bottom: 15px;
}
.inner_images::-webkit-scrollbar {
    width: 7px;
}
.inner_images::-webkit-scrollbar-thumb {
    background-color: #f2bc2a;
    border: 3px solid #f2bc2a;
}
.inner_images::-webkit-scrollbar-track {
    background: #08427c;
}
.testimonial{
	background-image: url('img/bg2.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 70px 45px;
	border-radius: 60px 0 0 0;
	position: relative;
}
.test_overlay {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(255, 234, 187, 0.5);
    border-radius: 60px 0 0 0;
}
.testimonial p {
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 2px;
}
.test_inner {
    background-color: #325e84;
    color: white;
    border-radius: 0 25px 0 25px;
}
.test_heading {
    color: #f5b82e;
    font-weight: bold;
    width: 50%;
    background: -webkit-linear-gradient(35deg, #325e84 80%, transparent 0);
    padding-left: 20px;
    position: relative;
    top: 16px;
}
.test_heading h5 {
    font-size: 35px;
	position: relative;
}
.test_heading h5::after {
	content: "";
	position: absolute;
	left: 65px;
	bottom: 0;
	width: 22%;
	height: 4px;
	background-color: #f5b82e;
}
.carousel-control-next, .carousel-control-prev {
	opacity: 1;
}
.carousel-control-next-icon {
    background-image: url("https://incinque.org/live_sikhh/wp-content/uploads/2025/11/download.svg") !important;
}
.carousel-control-prev-icon {
    background-image: url("https://incinque.org/live_sikhh/wp-content/uploads/2025/11/download1.svg") !important;
}
.carousel-control-next, .carousel-control-prev {
    opacity: 1 !important;
}
.badge {
    background: #f2bc2a;
    color: #0d3b75;
    font-weight: bold;
    padding: 15px 25px !important;
    font-size: 16px !important;
	position: relative;
	top: 24px;
	left: 24px;
	border-radius: unset !important;
}
a.carousel-control-prev {
    margin-left: 5px;
}
a.carousel-control-next{
	margin-right: 5px;
}
.carousel-control-prev span, .carousel-control-next span {
    background-color: #0d3b75;
	color: white;
    border-radius: 50%;
    height: 30px;
    width: 30px;
}
/* Remove any background from carousel and parents */
.carousel,
.carousel-inner,
.carousel-item,
.carousel .carousel-inner,
.carousel .carousel-item {
  background: transparent !important;
}

/*********** KIDS GURMAT LESSION PAGE ***********/
/* Banner Sec */
.banner_sec{
	background: #08427c;
	padding: 100px 0;
}
.banner_sec .sec_text {
    position: relative;
}
.sec_text h2 {
    background: #f2bc2a;
    padding: 50px;
	margin: 0;
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    background: linear-gradient(to right, #f2bc2a 91%, #b79d3f 90%);
}
.sec_text::after {
    content: '';
    position: absolute;
    right: 0;
    top: -15px;
    width: 30px;
    height: 120%;
    background-color: #f2bc2a;
    border-radius: 50px;
}
.sec_img {
    background: #ffe9ba;
    padding: 10px;
    width: 100%;
    position: absolute;
    z-index: 9;
	top: -70px;
}
.sec_img img {
    display: block;
    margin: auto;
    width: 100%;
}
.triangle {
    position: absolute;
    bottom: -155px;
    width: 0;
    height: 0;
    border-top: 45px solid #08427c;
    border-left: 45px solid transparent;
    left: -30px;
    z-index: 99999;
}
/* Kids Lession */
.kids_lession{
	background: #ffe9ba;
	padding: 150px 0 50px;
	position: relative;
}
.kids_lession::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: repeating-linear-gradient( to bottom, #f2bc2a 0, #f2bc2a 80px, transparent 0, transparent 800px);
    z-index: 0;
    opacity: 0.9;
    top: 250px;
}
.lession_box {
    background: #08427c;
    padding: 10px;
    color: white;
	text-align: center;
    border-radius: 25px;
	margin-bottom: 60px;
}
.kids_img {
	overflow: hidden;
	border-radius: 25px;
	margin-bottom: 10px;
}
.lession_box .kids_img img {
    border-radius: 25px;
}
.lession_box:hover.lession_box img {
    transform: scale(1.1);
    transition: all 0.5s;
}
.lession_box h5 {
    margin-bottom: 20px;
	font-size: 18px;
}
.separator {
    position: relative;
    height: 3px;
    background-color: #08427c;
    width: 100px;
    margin: -30px auto 30px;
}
.separator::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  background-color: #08427c;
  transform: translate(-50%, -50%) rotate(45deg);
}

/*********** LESSON PAGE ***********/
/* Title */
.title{
	background: #08427c;
	padding: 70px 0;
	position: relative;
}
.title_text {
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 9;
}
.title_text h2 {
    background: #f2bc2a;
    text-align: center;
    padding: 20px;
    border-radius: 60px;
    /* width: 50%; */
    margin: auto;
    font-weight: 600;
    font-size: 40px;
	position: relative;
	z-index: 9;
}
/* Image Section */
.image_ii{
	background: #fff;
	position: relative;
	padding: 80px 0;
}
.inner_image {
  position: relative;
  height: 400px;
}
.wave-overlay {
    position: absolute;
    top: 10px;
    width: 42%;
    height: 95%;
    left: 29%;
    /* background: linear-gradient(to right, rgb(8 66 124 / 50%), rgba(8, 66, 124, 0.4), rgba(8, 66, 124, 0.6)); */
    background: #08427c;
    opacity: 1;
}
.inner_image::before {
    content: '';
    position: absolute;
    top: 0;
    width: 46%;
    height: 100%;
    left: -5%;
    background: linear-gradient(to right, rgb(8 66 124 / 60%), rgba(8, 66, 124, 0.4), rgba(8, 66, 124, 0.6));
    background: #08427c;
    opacity: 0.65;
    /* z-index: -1; */
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
}
/* Text Section */
.less_text{
	background: #ffe9ba;
}
.txt_inner {
	position: relative;
}
.txt_inner p {
    font-size: 30px;
    font-weight: 600;
}
.txt_inner ul li {
	list-style: square;
    font-size: 25px;
}
.txt_inner ul li::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 130px;
    background: #f2bc2a;
    top: 65%;
	left: -50px;
    transform: translateY(-50%);
}
/* PDF Section */
.pdf {
  padding: 40px 0;
  position: relative;
}

.pdf_preview iframe {
    width: 60%;
    height: 500px;
    margin: auto;
    display: block;
    z-index: 9;
    position: relative;
}
.corner {
  position: absolute;
  width: 50px;
  height: 50px;
}
.corner::before,
.corner::after {
  content: "";
  position: absolute;
  background: #08427c;
}

.corner::before {
  width: 10px;
  height: 100%;
  left: 0;
  bottom: 0;
  border-radius: 10px;
}

.corner::after {
  width: 100%;
  height: 10px;
  left: 0;
  bottom: 0;
  border-radius: 10px;
}
.top-right {
    top: 15px;
    right: 355px;
    transform: rotate(180deg);
}
.bottom-left {
    bottom: 15px;
    left: 355px;
    transform: rotate(0deg);
}
/* Activity */
.activity{
	background: #08427c;
	padding: 50px 0;
	position: relative;
}
.activity:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: auto;
    background: #00315b;
    transform: translateY(-50%);
}
.activity_inner h2 {
    padding: 15px 40px;
    background: #ffe9ba;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
    margin: 0 0 30px 0;
    width: 30%;
}
.act_inner{
	margin-bottom: 50px;
}
.act_inner a {
    color: #08427c;
}
.act_inner a:hover {
	text-decoration: none;
}
.act_inner h5 {
    background: #f2bc2a;
    padding: 5px 20px;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
    font-weight: 600;
    font-size: 26px;
}
.act_inner::before {
    content: '';
    position: absolute;
    background: #ffe9ba;
    padding: 15px 125px;
    clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
    top: 20px;
    left: 25px;
}
/* Slider */
.slide{
	background: #ffe9ba;
}
.wrapper h2 {
    text-align: center;
	font-size: 40px;
    font-weight: 600;
}
.wrapper{
  padding: 70px 0;
  overflow-x: hidden;
}
.slide .wrapper .lession_box{
	margin-bottom: 0 !important;
}
.my-slider{
  padding: 0 70px;
}
.slick-dotted.slick-slider {
     margin-bottom: 0 !important;
}
.slick-initialized .slick-slide{
  height: 400px;
  margin: 0 15px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slick-next, .slick-prev{
  z-index: 5;
}
.slick-next{
  right: 15px;
}
.slick-prev{
  left: 15px;
}
.slick-next:before, .slick-prev:before{
  color: #08427c;
  font-size: 26px;
  opacity: 1 !important;
}
.slick-dots{
	display: none !important;
}



.kids_img img {
    height: 200px !important;
    object-fit: cover;
    width: 100%;
}

.lession_box .kids_img img {
    border-radius: 25px;
    transition: all 0.5s;
}







@media (min-width:768px){
.pdf:before {
    content: "";
    position: absolute;
    top: 30%;
    left: 0;
    width: 100%;
    height: 200px;
    background: #08427c;
}

}

@media (max-width:767px){
	.slick-prev:before, .slick-next:before {
		color: #08427c;
	}
	.my-slider{
	  padding: 0 42px;
	}
	.about_inner {
		border-right: none;
	}
	.gurbani_inner {
		padding: 10px 0 0 0;
	}
	section.gurbani .col-md-8 {
		padding-bottom: 10px;
	}
	.test_overlay, .testimonial {
		border-radius: 0;
	}
}










/* Navbar */
.navbar-nav {
  list-style: none;
  display: flex;
}
 
.nav-item {
  position: relative;
}
 
.nav-link {
  padding: 10px 15px;
  text-decoration: none;
  color: #000;
  display: block;
}
 
/* Submenu */
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0px !important;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #12143e !important;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
    width: 210px !important;
}
 
.dropdown-menu li a {
  padding: 10px 15px;
  display: block;
  text-decoration: none;
  color: #000;
}
.nav_bar .dropdown-menu li a {
    padding: 10px 15px;
    display: block;
    text-decoration: none;
    color: #000;
    padding: 6px 16px !important;
    font-size: 18px;
    border-bottom: 1px solid #cccccc29;
    border-right: none;
}

 
/* SHOW submenu on hover */
.nav-item:hover .dropdown-menu {
  display: block !important;
}


span.dropdown-icon {
    display: none !important;
}

@media (max-width: 767px) {
	.inner_image_new img {
		width: 100%;
		height: 180px !important;
		object-fit: cover;
	}
	.inner_image_new {
		width: 90% !important;
	}
	img.pdf {
		margin: 0;
	}
}
.carousel-control-next, .carousel-control-prev {
    width: 5% !important;
}