/*!
Theme Name: sambhaav
Theme URI: http://underscores.me/
Author: peanutsquare LLP
Author URI: https://peanutsquare.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sambhaav
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

sambhaav is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

@font-face{
	src:url(./assets/fonts/poppins/Poppins-Regular.ttf);
	font-family: 'Poppins';
	font-weight: normal;
	font-display: swap;
}

@font-face{
	src:url(./assets/fonts/poppins/Poppins-Bold.ttf);
	font-family: 'Poppins-blod';
	font-weight: normal;
	font-display: swap;
}

:root {
    --body-font-family: "Poppins", sans-serif;
    --body-font-size: 17px;
    --body-font-weight: 400;
    --body-font-color: #000;
    --body-line-height: 1.76;
    --heading-font-family: "Poppins", sans-serif;
    --heading-font-color: #000;
    --heading-font-weight: 400;
    --link-font-color: #000;
    --link-hover-font-color: #377dff;
	--theme-indigo-color: #7336FE;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}


/* Sections
	   ========================================================================== */

body {
    margin: 0;
}

main {
    display: block;
}

.section {
    padding-bottom: 85px;
    padding-top: 85px;
}

.section--green {
    background: rgba(0, 255, 224, 0.1);
}

.section-title {
    margin-bottom: 30px;
}

.section-title h2 {
    margin-bottom: 0;
}


/* Grouping content  ========================================================================== */

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}


/* Interactive 	 ========================================================================== */

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}


/* Box sizing --------------------------------------------- */

*,
*::before,
*::after {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
}


/* Typography
  --------------------------------------------- */

body,
button,
input,
select,
optgroup,
textarea {
    color: var(--body-font-color);
    font-family: var(--body-font-family);
    font-size: var(--body-font-size);
    line-height: var(--body-line-height);
    font-weight: var(--body-font-weight);
    background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: var(--heading-font-family);
    color: var(--heading-font-color);
    font-weight: var(--heading-font-weight);
    margin: 0 0 30px;
    line-height: 1.2;
}

h1,
.h1 {
    font-size: 56px !important;
    font-weight: 700 !important;
    font-family: 'Poppins';
}

h2,
.h2 {
    font-size: 40px;
    line-height: 1.28;
    font-weight: 700;
    font-family: 'Poppins';
}

h3,
.h3 {
    font-size: 36px;
    line-height: 1.4;
    font-weight: 600;
}

h4,
.h4 {
    font-size: 20px;
    line-height: 1.5;
}

h5,
.h5 {
    font-size: 18px;
}

h6,
.h6 {
    font-size: 16px;
    font-weight: 400;
	line-height: 24px;
}

p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 30px;
}

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

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    font-weight: normal;
    font-style: italic;
    margin: 0;
    overflow: hidden;
    padding: 0;
    margin-bottom: 24px;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", courier, monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

.gap {
	gap: 10px;
}

/*!*  Typo* ----------------------------------------------- */

.text-uppercase {
    text-transform: uppercase !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.font-lg {
    font-size: 24px;
}

.font-md {
    font-size: 20px;
}

.font-sm {
    font-size: 14px;
}


/*!*  Spacer* ----------------------------------------------- */

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-12 {
    margin-top: 12px !important;
}

.mt-24 {
    margin-top: 24px !important;
}

.mt-32 {
    margin-top: 32px !important;
}

.mt-48 {
    margin-top: 48px !important;
}

.mt-64 {
    margin-top: 64px !important;
}

.mt-80 {
    margin-top: 80px !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-8 {
    margin-bottom: 8px !important;
}

.mb-12 {
    margin-bottom: 12px !important;
}

.mb-16 {
    margin-bottom: 16px !important;
}

.mb-24 {
    margin-bottom: 24px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-64 {
    margin-bottom: 64px !important;
}

.mb-85 {
    margin-bottom: 85px !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.pb-15 {
    padding-bottom: 15px !important;
}


/*Grid*/

.row {
    margin-left: -10px;
    margin-right: -10px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}

[class*="col-"] {
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}

.col-1 {
    max-width: 8.33333333%;
    flex: 0 0 8.33333333%;
}

.col-2 {
    max-width: 16.66666667%;
    flex: 0 0 16.66666667%;
}

.col-3 {
    max-width: 25%;
    flex: 0 0 25%;
}

.col-4 {
    max-width: 33.33333333%;
    flex: 0 0 33.33333333%;
}

.col-5 {
    max-width: 41.66666667%;
    flex: 0 0 41.66666667%;
}

.col-6 {
    max-width: 50%;
    flex: 0 0 50%;
}

.col-7 {
    max-width: 58.33333333%;
    flex: 0 0 58.33333333%;
}

.col-8 {
    max-width: 66.66666667%;
    flex: 0 0 66.66666667%;
}

.col-9 {
    max-width: 75%;
    flex: 0 0 75%;
}

.col-10 {
    max-width: 83.33333333%;
    flex: 0 0 83.33333333%;
}

.col-11 {
    max-width: 91.66666667%;
    flex: 0 0 91.66666667%;
}

.col-12 {
    max-width: 100%;
    flex: 0 0 100%;
}

.no-guttor {
    margin-right: 0;
    margin-left: 0;
}

.no-guttor>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.row--reverse {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -o-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.row--space-between {
    justify-content: space-between;
}

.row--space-center {
    justify-content: center;
}

.row--items-center {
    -ms-align-items: center;
    align-items: center;
}

.d-flex {
	display:flex;
}

/* Elements
  --------------------------------------------- */

body {
    background: #ffff;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}


/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}

img {
    height: auto;
    max-width: 100%;
    display: block;
}

figure {
    margin: 1em 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}


/*Main center wrap*/

.wrap,
.wrap-fuild {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.wrap *,
.wrap-fuild * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.wrap {
    max-width: 1420px;
    margin-left: auto;
    margin-right: auto;
}


/*============= BUTTONS =============*/

.btn {
    padding: 10px 10px;
    font-size: 14px;
    letter-spacing: 1px;
    text-align: center;
    font-weight: normal;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: inline-block;
    cursor: pointer;
    border: 1px solid #FFFFFF;
    border-radius: 6px;
    color: #FFFFFF !important;
    text-decoration: none;
    min-width: 125px;
    -webkit-appearance: none;
}

.btn:hover {
    background-color: #fff;
    border-color: #000;
    color: #000 !important;
}

.btn+.btn {
    /* margin-left: 16px; */
}

.btn--lg {
    font-size: 18px;
    font-weight: 700;
    padding: 16px 48px;
}

.btn--sm {
    font-size: 14px;
    padding: 10px 16px;
}


/*Bullet List*/

.bullet-circle li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
}

.bullet-circle li:before {
    content: "";
    border: 2px solid #333;
    position: absolute;
    left: 0;
    top: 8px;
    width: 12px;
    height: 12px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.bullet-check li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 16px;
}

.bullet-check li:last-child {
    margin-bottom: 0;
}

.bullet-check li:before {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 8px;
    width: 8px;
    height: 16px;
    border: solid #333;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}


/* Links
  --------------------------------------------- */

a,
a:visited,
a:link {
    color: var(--link-font-color);
    text-decoration: none;
}

a:hover,
a:focus,
a:active {
    color: var(--link-hover-font-color);
    outline: none;
}


/*Form*/

.form-group {
    margin-bottom: 16px;
    position: relative;
}
.required {
    color: red;
}
.form-group br {
    display: none;
}

.form-group label {
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 12px;
    text-transform: uppercase;
    color: #33475b;
}

.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    height: 43px;
    border: 1px solid #cacaca;
    border-radius: 8px;
    background-color: #ffffff;
    padding: 0 15px;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    transition: border-color 0.3s ease;
}

.form-control:focus {
    outline: none;
}

label {
    margin-bottom: 5px;
    display: block;
    font-size: 13px;
    color: #252b33;
    font-weight: 500;
}

textarea.form-control {
    height: 100px;
}

.wpcf7-not-valid-tip {
    font-size: 16px;
    margin-top: 4px;
}

select.form-control {
    border-radius: 0;
    height: 40px;
    display: block;
    width: 100%;
    padding: 0 0 0 15px;
    background: url(assets/images/drop-down-arrow.png) no-repeat right 15px center var(--white-color);
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    font-size: 14px;
    box-sizing: border-box;
}

/* Posts and pages
  --------------------------------------------- */
/*sticky header key*/
@-webkit-keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}@keyframes slideInDown {
	 from {
		 -webkit-transform: translate3d(0, -100%, 0);
		 transform: translate3d(0, -100%, 0);
		 visibility: visible;
	 }
	 to {
		 -webkit-transform: translate3d(0, 0, 0);
		 transform: translate3d(0, 0, 0);
	 }
 }.slideInDown {
	  -webkit-animation-name: slideInDown;
	  animation-name: slideInDown;
  }
/*sticky header end*/

.sticky {
	position:fixed !important;
	box-shadow: 0 3px 25px rgba(0,0,0,0.08);
	-webkit-animation-duration: 0.6s;
	animation-duration: 0.6s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
	background-color: #fff !important;
}


.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}


/* Comments
  --------------------------------------------- */

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}


/* Widgets
  --------------------------------------------- */

.widget {
    margin: 0 0 1.5em;
}

.widget select {
    max-width: 100%;
}


/* Media
  --------------------------------------------- */

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}


/* Make sure logo link wraps around logo image. */

.custom-logo-link {
    display: inline-block;
}


/* Captions
  --------------------------------------------- */

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}


/* Galleries
  --------------------------------------------- */

.gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
    display: block;
}


/* Accessibility
  --------------------------------------------- */


/* Text meant only for screen readers. */

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}


/* Do not show the outline on the skip link target. */

#primary[tabindex="-1"]:focus {
    outline: 0;
}


/* Alignments
  --------------------------------------------- */

.alignleft {
    /*rtl:ignore*/
    float: left;
    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {
    /*rtl:ignore*/
    float: right;
    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}


/*============= Header css=============*/

.site-header {
	padding-top: 10px;
	padding-bottom: 10px;
	position: absolute;
	width: 100%;
	top: 0;
    left: 0;
    right: 0;
	z-index: 999;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
.homepage-header{
	background-color: #eff5ff;
}
.header__wrap {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	padding-left: 15px;
	padding-right: 15px;
	max-width: 1320px;
}

.site-title {
	font-size: 30px;
	line-height: 1.33;
	margin: 0;
}

.navbar ul.menu {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	-ms-align-items: center;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

.navbar li {
	position: relative;
}

.navbar li+li {
	margin-left: 32px;
}

.navbar li a {
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 1px;
	color: var(--link-font-color);
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	/* padding: 0 4px 8px; */
	position: relative;
}

.navbar li a::before {
	content: "";
	width: 0;
	height: 1px;
	position: absolute;
	right: 0;
	bottom: 0;
	border-bottom: 2px solid var(--link-hover-font-color);
	-webkit-transition: width .35s ubic-bezier(.35,.7,.35,1) 0s;
	-moz-transition: width .35s cubic-bezier(.35,.7,.35,1) 0s;
	-ms-transition: width .35s cubic-bezier(.35,.7,.35,1) 0s;
	-o-transition: width .35s cubic-bezier(.35,.7,.35,1) 0s;
	transition: width .35s cubic-bezier(.35,.7,.35,1) 0s;
}

.navbar li a:hover:before {
	width: 100%;
	left: 0;
	right: auto;
}
.navbar li a:hover:before,
.navbar .current-menu-item>a:before {
	display: block;
}

.navbar .current-menu-item:active, .sub-menu .current-menu-ancestor:active,.current-menu-ancestor, .sub-menu .current-menu-ancestor:active,.current-menu-ancestor:active,.current-menu-parent:active{
	color: var(--link-hover-font-color) !important;
}
.navbar li a:hover,
.navbar .current-menu-item > a {
	color: var(--link-hover-font-color) !important;
/*	font-weight: 700;*/
	transition: all 0.5s ease;
}
 .current-menu-parent > a{
	color: var(--link-hover-font-color) !important;
} 
.secondary-nav li.btn-link {
	padding: 0;
}

.navbar .sub-menu {
	background-color: #fff;
	box-shadow: 0 0 2px 1px rgb(0 0 0 / 16%);
	left: 0;
	opacity: 0;
	padding: 15px 0;
	position: absolute;
	top: 100%;
	-webkit-transform: translateY(1rem);
	transform: translateY(1rem);
	transition: top 0s, opacity 0.3s, -webkit-transform 0.3s;
	transition: top 0s, transform 0.3s, opacity 0.3s;
	transition: top 0s, transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	transition-delay: 0.3s, 0, 0;
	visibility: hidden;
	z-index: -1000;
	border-radius:5px;
    margin: 0;
	/* min-width: 230px !important; */
}

.navbar .sub-menu ul{
	min-width: 260px !important;
}

.navbar ul.menu .sub-menu {
	list-style: none;
	margin-left: 0;
}
.navbar li:hover > .sub-menu {
	opacity: 1;
	top: 100%;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	transition: top 0s, opacity 0.3s, -webkit-transform 0.3s;
	transition: top 0s, transform 0.3s, opacity 0.3s;
	transition: top 0s, transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	transition-delay: 0;
	visibility: visible;
	z-index: 999;
}
.navbar .sub-menu li {
	padding: 0;
}
.navbar .sub-menu li+li {
	margin-left: 0;
}
.navbar .sub-menu li a {
	display: block;
	padding: 6px 16px;
	white-space: nowrap;
	color: #000;
	font-size: 15px;
}
.navbar .sub-menu li a:hover {
	color: #377dff;
}
.navbar li .sub-menu li a::before {
	display: none;
}

.navbar li:hover > .sub-menu > li > .sub-menu{
	left: 100%;
	top: 0;
	width:100%;
}
.site-branding{
   max-width: 126px;
   display: grid;
}
/* menu-toggle */
.menu-toggle {
	background: none;
	border: none;
	width: 32px;
	height: 20px;
	border-top: 2px solid #000 !important;
	cursor: pointer;
	z-index: 99;
	position: relative;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	background-color: transparent !important;
	border-bottom: 0 !important;
	border-left: 0 !important;
	border-right: 0 !important;
	border-radius: 0 !important;
	display: none;
	top: -3px;
	left: -14px;
}

.menu-toggle:before,
.menu-toggle:after {
	content: "";
	position: absolute;
	left: 0;
	width: 32px;
	height: 2px;
	background-color: #000;
}

.menu-toggle:before {
  	top: 66%;
    margin-top: -2px;
    width: 17px;
    margin: 0;
    transform: rotate(0);
    transition: .3s ease-in-out;
    cursor: pointer;
    top: 7px;
    display: grid;
    left: 14px;
}

.menu-toggle:after {
	bottom: 0;
}

.nav-on .menu-toggle {
	width: 32px;
	height: 32px;
	border: 0;
	border-top: 0 !important;
}

.sub-menu-toggle {
/* 	display: none; */
}

.nav-on .menu-toggle .label-close {
	display: block;
}

.nav-on .menu-toggle:hover {
	opacity: 1;
}

.nav-on .menu-toggle:before,
.nav-on .menu-toggle:after {
	position: absolute;
	left: 15px;
	content: " ";
	height: 32px;
	width: 2px;
	background-color: #000;
}

.nav-on .menu-toggle:before {
	transform: rotate(45deg);
	top: 0;
	margin-top: 0;
}

.nav-on .menu-toggle:after {
	transform: rotate(-45deg);
}


/* sub-menu-icon */
.d-flex{
	display: flex;
	img{
	    width: 100%;
        max-width: 15px;
        min-width: 18px;
	}
}

.menu-nav-icon{
	padding-right: 10px;
    width: 100%;
    max-width: 30px;
	align-items: center;
    display: grid;
}

/* -ps-footer-new- */
.footer__top h2,.f-widget2{
	display: grid;
	justify-content: center;
	margin-top: -6px;
	color:#ffffff;
}
/* envato css */
.widget-title{
	font-size:20px !important; 
	justify-content: flex-start !important;
}
.wp-block-heading{
	font-size:20px !important; 
}
.footer__top h3{
	color:#ffffff;
}
.footer_social_icon{
	display:flex;
	gap: 10px;
}
.footer_p{
	margin-top: 20px;
}

.is-stacked-on-mobile{
	align-items: center;
    display: flex;
    flex-flow: wrap;
}
.f-widget1{
	p{
		display: flex;
        justify-content: center;
        width: 96%;
        font-size: 16px;
	}
}
.md-0 h2{
	margin-bottom: 0!important;
	justify-content: flex-start;
}
.footer-men{
	a{
		color: #fff;
	}
}
.footer-logo img{
	max-width: 126px;
}
.social-icon:hover{
	 fill: #fce57e;
}
.social-icon{
	transition: filter 0.3s ease
}

.submenu-services::after {
    content: "+";
    position: absolute;
    top: 6%;
    right: -12px;
    font-weight: 600;
}
.content-info h2{
	justify-content: flex-start;
}

/*page css*/

.site-main{
	margin-top: 100px;
	overflow: hidden;
}

/* Animation Classes */
.fade-in {
    opacity: 0;
    animation: fadeIn 0.6s ease-in-out forwards;
}

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

.slide-up {
    transform: translateY(30px);
    opacity: 0;
    animation: slideUp 0.6s ease-out forwards;
}

@keyframes slideUp {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}


/* Hero Section  */
.hero-section {
    height: 650px;
    background-image: url('/wp-content/uploads/2025/06/img_sambhaavgroupheader_1.png');
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.hero-banner-video{
    height: 725px;
    background-image: url('/wp-content/uploads/2025/06/img_sambhaavgroupheader_1.png');
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.hero-section::after {
	/**content: ' ';
    background-image: url(/wp-content/uploads/2025/07/Investors-back-image.png);
    background-size: 100px;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1; */
}

.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}
.hero-content {
    position: relative;
    z-index: 2;
    max-width: 600px;
}
/* .play-button {
      position: relative !important;
    z-index: 1 !important;
    width: 63px;
    height: 62px;
    background-color: rgba(0, 0, 0, 0.5) !important;
    border: 1px solid rgba(255, 255, 255, 0.5) !important;
    border-radius: 31px;
    align-items: center;
    justify-content: center;
    cursor: pointer !important;
    transition: all 0.3s ease;
} */
/* .play-button img {
	position: absolute;
    top: 19px;
    left: 19px;
} */
.video-control {
    position: absolute;
    z-index: 10;
    background: rgba(0,0,0,0.5);
    border: none;
    padding: 10px;
    cursor: pointer;
    border-radius: 50%;
}

.play-button {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mute-button {
    bottom: 20px;
    right: 20px;
}

.video-control img {
    width: 40px;
    height: 40px;
}

/* home page css end */
.awards-carousel {
    scrollbar-width: auto; /* Firefox */
}

.awards-carousel::-webkit-scrollbar {
    height: 5px;
	display: none;
}

.awards-carousel::-webkit-scrollbar-thumb {
    background-color: #999;
    border-radius: 4px;
}

.purple-card-title {
	color: #121212;
    font-weight: 700;
    font-size: 16px;
	margin-top:10px;
    line-height: 26px;
	text-align: center;
}
.color-while{
    color: #FFFFFF !important;
	z-index: 2;
}

/**********-----===== Responsive =====-----**********/
@media screen and (max-width: 1099px) {

}

@media screen and (max-width: 1024px) {
    .um-page-login .happy_login .elementor-shortcode .um-col-alt-b {
        right: 50%;
        transform: translateX(50%);
    }
    .post-type-archive-library .page-header {
        padding: 250px 0 184px;
    }
}

@media screen and (max-width: 992px) {
	#primary-menu {
		display: none;
	}

    .row .col-md-12 {
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }

    .row .col-md-6 {
        max-width: 50%;
        flex: 0 0 50%;
    }

    .row .col-md-8 {
        max-width: 66.66666667%;
        flex: 0 0 66.66666667%;
    }

    .row .col-md-4 {
        max-width: 33.33333333%;
        flex: 0 0 33.33333333%;
    }

    .mb-md-32 {
        margin-bottom: 32px !important;
    }

    /* mobile header-menu */
    .site-header {
        padding: 20px 0;
    }

    .menu-toggle {
		display: block;
		margin-left: auto;
	}
	
	#site-navigation .menu {
		display: block;
		height: 100%;
	}
	#site-navigation {
	    position: absolute;
		display:none;
        top: 100%;
        right: -700px;
        width: 100%;
        max-width: 500px;
        z-index: 999;
        height: calc(100vh - 74px);
        overflow-y: auto;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
        background-color: #FFFFFF;
		border-top: 2px solid #C6C6C6;
        border-left: 2px solid #C6C6C6;
		border-top-left-radius: 6px;
		box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
	}
	body.nav-on #site-navigation {
		right: 0;
		display:block;
	}
    .submenu-services {
		.sub-menu {
			width: unset!important;
			min-width: unset!important;
		}
	}
	.navbar .sub-menu .sub-menu-toggle {
		top: 10px;
	}
	.submenu-services:before{
		content: '+';
		font-size: 18px;
		position: absolute;
		right: 10px;
		top: 10px;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	
	.submenu-heading:before{
		content: '+';
		font-size: 18px;
		position: absolute;
		right: 10px;
		top: 3px;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	
	.navbar .menu-item-has-children .sub-menu-toggle.active {
		transform: rotate(-180deg);
		-webkit-transform: rotate(-180deg);
	}
	.navbar .sub-menu, .navbar li:hover .sub-menu {
		position: static;
		display: none;
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateY(0);
		transform: translateY(0);
		padding: 1px;
		top: 0;
		border-radius: 10px;
		margin: 12px 12px 12px 12px !important;
	}
	.menu-item-has-children.focus > .sub-menu {
		display: block;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	.navbar ul.menu .sub-menu li .sub-menu{
		margin: 5px 20px;
	}
	.navbar li:hover>.sub-menu>li>.sub-menu{
		width: initial;
	}

	.navbar .header_login ul {
		display: block !important;
	}

	.main-navigation .menu > li{
		margin: 0;
		display: block;
		min-height: auto;
		overflow:hidden;
		background-color: #E0E0E0;
        margin: 10px;
        border-radius: 15px;
	}
	.main-navigation .menu li.current-menu-item a {
		color: #377dff;
	}
	.main-navigation .menu li a {
		color: #000000;
		display: block;
		white-space: initial;
		padding: 13px 18px;
	}
	.navbar li a {
		padding: 12px 0;
	}
	.main-navigation.navbar li a:hover {
		color: var(--link-hover-font-color);
	}
	.navbar li a::before{
		display:none;	
	}
	.navbar .sub-menu li a {
		padding: 8px 12px;
		color:var(--link-font-color);
	}
    .menu-btn a {
        display: inline-block !important;
        padding: 8px 15px !important;
        margin-top: 14px;
    }

    #pattern_right_design > .elementor-container:after,
    .um-page-password-reset #pattern_right_design > .elementor-container:after,
    .um-page-login .happy_login .elementor-shortcode .um-col-alt-b {
        width: 100%;
    }

    .library_post article.type-library {
        max-width: 33.33333333%;
        flex: 0 0 33.33333333%;
    }
    .music_playmix:after{
        left: 92%;
    }
    .main-navigation.navbar{
        display: block;
    }
	.footer-bottom-links {
		justify-content: start !important;
		margin-top: 10px;
	}
	.vtv-right-col{
		justify-content: center !important;
	}
	.vtv-mobile-gap {
		row-gap: 55px;
	}
	.feachres-mobile-gap {
		gap: 47px;
	}
	.purple-left{
		display: none;
	}

}

@media screen and (max-width: 767px) {
    .row .col-sm-12 {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .row .col-sm-6 {
        max-width: 50%;
        flex: 0 0 50%;
    }
    .mb-sm-32 {
        margin-bottom: 32px;
    }

    .mb-row--reverse {
        flex-direction: column-reverse;
    }

}

@media screen and (max-width: 577px) {
    h1,
    .h1 {
        font-size: 30px;
        font-weight: 300;
    }

    h2,
    .h2 {
        font-size: 32px;
        line-height: 1.16;
    }

    h3,
    .h3 {
        font-size: 26px;
        line-height: 1.2;
    }

    h4,
    .h4 {
        font-size: 20px;
        line-height: 1.2;
    }

    h5,
    .h5 {
        font-size: 18px;
        line-height: 1.2;
    }

    h6,
    .h6 {
        font-size: 16px;
        font-weight: 400;
    }
    .library_post article.type-library {
        max-width: 50%;
        flex: 0 0 50%;
    }
    .row .col-xs-12 {
        max-width: 100%;
        flex: 0 0 100%;
    }
}


@media screen and (max-width: 479px) {
	.vtv-stat-number,
	.vtv-stat-label {
		font-size: 20px !important;
	}
}

@media screen and (max-width: 420px) {

}

@media screen and (max-width: 374px) {

}

/* Header Styles */
/* .header {
    background-color: #ffffff;
    height: 80px;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
} */
.header, .site-sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: transparent;  /* Transparent initially */
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    z-index: 9999;
}

/* When scrolled */
.site-sticky-header.scrolled {
    background: #ffffff;       /* White after scroll */
    box-shadow: 0 2px 6px rgba(0,0,0,0.1); /* Optional shadow */
}
.logo {
    width: 82px;
    height: 70px;
    margin-right: 340px;
}

.nav-menu {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    margin: 0;
}

.nav-menu .menu-item {
    font-size: 16px;
    font-weight: 500;
    color: #111111;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: color 0.3s ease;
}

.nav-menu .menu-item:hover {
    color: #7336fe;
}
.menu-item-has-children {
    background-image: url('/wp-content/uploads/2025/06/img_left_1.svg');
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 22px;
}

.nav-dropdown {
    width: 19px;
    height: 19px;
}

/* Footer */
.footer {
    background-color: #111111;
    padding: 34px 0 0;
}

.footer-logo {
    width: 144px;
    height: 122px;
}

.footer-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #ffffff;
    margin-bottom: 18px;
    width: 100px;
}

.footer-link {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    list-style: none;
    transition: color 0.3s ease;
    margin: 0 !important;
	padding: 0 !important;
    color: var(--Gray, #CACACA);

}
.footer-link li{
    margin-bottom: 8px;
}
.footer-link a{
    color: var(--Gray, #CACACA);
}

.footer-link:hover {
    color: #ffffff;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 7px;
    margin-bottom: 10px;
}

.contact-icon {
    margin-top: 3px;
}

.footer-divider {
    color: #C3C3C3;
    font-size: 12px;
    padding: 15px 0;
    border-top: 1px solid #3D3D3D;
    margin-top: 40px;
} 

.footer-bottom-text {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #c3c3c3 !important;
}

.footer-bottom-links {
    display: flex;
    gap: 18px;
    justify-content: end;
}

/* Responsive Design */
@media (max-width: 768px) {
    .header {
        padding: 0 20px;
        flex-wrap: wrap;
        height: auto;
    }

    .nav-menu {
        flex-wrap: wrap;
        gap: 15px;
    }

    .content-section {
        padding: 50px 20px 0;
    }

    .main-heading {
        font-size: 28px;
        line-height: 40px;
    }

    .sub-heading {
        font-size: 18px;
        line-height: 28px;
    }

    /* .features-row {
        flex-direction: column;
        gap: 40px;
    } */

    .purple-section {
        flex-direction: column;
        height: auto;
    }

    .purple-content {
        padding: 30px 20px;
    }

    .cards-row {
        flex-wrap: wrap;
        gap: 15px;
    }

    .info-card {               
        padding: 15px;
    }

    .platform-tabs {
        flex-wrap: wrap;
        gap: 15px;
    }

    .platform-tab {
        min-width: 200px;
    }

    .awards-heading,
    .awards-description {
        padding: 0 20px;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 15px;
        padding: 0 20px 18px;
        text-align: center;
    }		
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 10;
}

.d-flex{
	display: flex;
    flex-flow: wrap;
    gap: 12px;
}
.background-white {
	background-color:#FFFFFF;
}

/* Advertisement Section Styles */
.advertisement-section {
    background-color: #ffffff;
    padding: 80px 0;
    position: relative;
}

.advertisement-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, #7336FE 0%, #7336FE 100%);
}

.advertisement-section::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, #FF6B35 0%, #FF6B35 100%);
}
.advertisements-title, .advertisements-subtitle{
    margin: 0 0 10px 0 !important;
    padding-left: 20px !important;
}

.advertisement-title {
    font-size: 26px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0 0 10px 0 !important;
}

.advertisement-subtitle {
    font-size: 18px;
    font-weight: 400;   
    line-height: 1.6;
}

.advertisement-card {
    background: #ffffff;
    padding: 20px 20px;
    border-radius: 8px;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.advertisement-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.advertisement-icon {
    margin-bottom: 25px;
    display: flex;
    justify-content: left;
    align-items: center;
}

.advertisement-icon img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(27%) sepia(51%) saturate(2878%) hue-rotate(246deg) brightness(104%) contrast(97%);
}

/* Statistics Banner Section Styles */
.statistics-banner-section {
    background: linear-gradient(135deg, #FF6B35 0%, #FF8C42 100%);
}

.statistics-banner {
    position: relative;
}

.statistics-banner .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0;
}

.statistics-banner .col-4 {
    flex: 1;
    text-align: center;
    position: relative;
    padding: 20px 15px;
}

.statistics-banner .col-4:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 20%;
    right: 0;
    bottom: 20%;
    width: 1px;
    background: rgba(255, 255, 255, 0.3);
}

.statistics-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 95px;
}

.statistics-number {
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1;
    margin-bottom: 10px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.statistics-description {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.4;
    text-align: center;
    opacity: 0.95;
}

/* Digital Ads Section Styles */
.digital-ads-section {
    padding: 80px 0;
    background: #ffffff;
    position: relative;
}

.digital-ads-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, #e0e0e0 50%, transparent 100%);
}

.digital-ads-section::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, #e0e0e0 50%, transparent 100%);
}

.digital-ads-title {
    font-size: 32px;
    font-weight: 600;
    color: #000000;
    text-align: center;
    margin-bottom: 30px;
    line-height: 1.2;
    position: relative;
    padding: 10px 20px;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
}

.digital-ads-subtitle {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    text-align: center;
    line-height: 1.6;
    margin-bottom: 60px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.digital-ads-grid {
    margin-top: 40px;
}

.digital-ad-card {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    padding-bottom: 40px;
    display: flex;
    flex-direction: column;
}

.digital-ad-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.ad-device-image {
    background: linear-gradient(180deg, #eee7ff 0%, #eee7ff 100%);
    text-align: center;
    position: relative;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ad-device-image img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.digital-ad-title {
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    margin: 25px 20px 15px 20px;
    line-height: 1.3;
}

.ad-description {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 1.5;
    margin: 0 20px 25px 20px;
    flex-grow: 1;
}

/* RJs Section Styles */
.rjs-section {
    padding: 60px 0;
    background: #FF582A;
    position: relative;
    margin-bottom: 60px;
}

.rjs-title {
    font-size: 44px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    margin-bottom: 30px;

}


.rjs-grid {
    margin-top: 40px;
}

.rj-card {
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
}


.rj-image img {
    width: 100%;
    height: 230px;
    border-radius: 20px;
    object-position: center;
}

.rj-name {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    margin: 10px 0;
    line-height: 1.3;
}

.rj-subtitle {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 1.5;
    margin: 0 20px 25px 20px;
    flex-grow: 1;
}

/* Key Campaigns Section Styles */
.campaigns-section {
    padding: 80px 0;
    background: #ffffff;
    position: relative;
}

.campaigns-grid .row{
    display: flex;
    justify-content: center;
}

.campaigns-title {
    font-size: 32px;
    font-weight: 600;
    color: #000000;
    text-align: center;
}

.campaigns-grid {
    margin-top: 40px;
}

.campaign-card {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    border: 0.6px solid #CACACA;
    display: flex;
    padding-bottom: 20px;
    flex-direction: column;
}

.campaign-image {
    display: flex;
    justify-content: center; /* Horizontal center */
    align-items: center;     /* Vertical center (optional) */
}

.campaign-image img{
    padding: 15px 15px;
}


.campaign-title {
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    margin: 15px 20px 15px 20px;
    line-height: 1.3;
}

.campaign-description {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 1.5;
    margin: 0 20px 25px 20px;
    flex-grow: 1;
}

/* Mobile Toggle Responsive Styles */
@media screen and (max-width: 767px) {
    .mobile-toggle-btn {
        display: block;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        background: rgba(255, 255, 255, 0.9);
        padding: 8px;
        border-radius: 4px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }
    
    .select-title-coll {
        position: relative;
        padding-right: 50px;
    }
    
    .parent-category {
        position: relative;
        padding: 10px 15px;
        margin: 5px 0;
        border-radius: 5px;
        transition: all 0.3s ease;
    }
    
    .parent-category:hover {
        background-color: rgba(115, 54, 254, 0.1);
    }
    
    .parent-category.active-parent-category {
        background-color: rgba(115, 54, 254, 0.2);
    }
    
    .board-directors-item {
        position: relative;
        z-index: 1003;
    }
    
    /* Improve mobile layout */
    .reports-box {
        position: relative;
    }
    
    .tab-title {
        position: relative;
    }
    .advertisement-section {
        padding: 60px 0;
    }
    
    .advertisement-title {
        font-size: 28px;
    }
    
    .advertisement-subtitle {
        font-size: 14px;
    }
    
    .advertisement-card {
        padding: 25px 15px;
    }

    .advertisement-icon img {
        width: 50px;
        height: 50px;
    }
    
    .advertisement-title {
        font-size: 18px;
    }
    .digital-ads-section {
        padding: 60px 0;
    }
    
    .digital-ads-title {
        font-size: 28px;
        margin-bottom: 20px;
    }
    
    .digital-ads-subtitle {
        font-size: 14px;
        margin-bottom: 30px;
    }
    
    .ad-title {
        font-size: 18px;
        margin: 20px 15px 10px 15px;
    }
    
    .ad-description {
        font-size: 13px;
        margin: 0 15px 20px 15px;
    }
    
    .ad-device-image {
        padding: 20px 15px;
    }
    
    .rjs-section {
        padding: 60px 0;
    }
    
    .rjs-title {
        font-size: 28px;
        margin-bottom: 20px;
    }
    
    .rjs-subtitle {
        font-size: 14px;
        margin-bottom: 30px;
    }
    
    .rj-name {
        font-size: 18px;
        margin: 20px 15px 10px 15px;
    }
    
    .rj-subtitle {
        font-size: 13px;
        margin: 0 15px 20px 15px;
    }
    
    .rj-image {
        min-height: 150px;
    }
    
    .rj-image img {
        height: 190px;
    }
    
    .campaigns-section {
        padding: 60px 0;
    }

    .campaigns-grid .row{
        gap: 20px;
    }
    
    .campaigns-title {
        font-size: 28px;
        margin-bottom: 40px;
    }
    
    .campaign-title {
        font-size: 18px;
    }
    
    .campaign-description {
        font-size: 13px;
    }
}

 .magic-images{
	display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}
@media (max-width: 768px) {
    .hero-banner-video {
        height: 100vh; /* or any value suitable for mobile */
    }
}
