/*!
Theme Name: Website Design Jaipur
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
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: website-design-jaipur
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.
Website Design Jaipur 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.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
    	font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
 
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	 font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;

	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;

	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	 font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;

	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

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

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

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

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

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%;
}

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

/* .main-navigation li {
	position: relative;
} */

.main-menu li {
  position: relative;
}

.submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
}

.menu-item:hover .submenu {
  display: block;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}


/* ========shopify store design page====== */
.listicon {
    background: #f4f4f5;
    border-radius: 50px;
}

/* .twobtncls .elementor-icon-box-wrapper {
    background: #fff3;
    display: flex !important
;
    align-items: center !important;
    justify-content: center !important;
    padding: 16px;
    z-index: 1 !important;
    border-color: #fff3;
    border-style: solid;
    border-width: 1px;
    border-radius: 12px;
}
 */
/* .bookcls a.elementor-button {

	font-size:14px !important;
	font-weight:500;
} */

.shopistore {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
}

.twobtncls span.elementor-icon

 {
    display: flex
;
    align-items: center;
    justify-content: center;
	 padding-right:12px;
	 
}



.shopistore h2 {
    margin-bottom: 0px;
    text-align: center;
    padding: 24px;
    font-size: 24px;
    font-weight: 600;
}
.shopistore input{
    background-color: #ffffff;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #e9ebf0;
    border-radius: 12px !important;
    /* height: 45px; */
    width: 100%;
    padding: 8px !important;
    outline: none;
    margin-bottom: 16px !important;
}

.shopistore textarea.wpcf7-form-control.wpcf7-textarea {
    padding: 10px;
    height: 80px !important;
	border-radius:12px;
    border-color: #ededed;
}
.shopistore p {
    margin: 0;
}

.shopistore input.wpcf7-form-control.wpcf7-submit.has-spinner.cf-btn {
    background: #675aeb;
    padding: 13px !important;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.shopistore label {
    font-size: 14px;
    font-weight: 500;
	color:#1d2025;
}


.bookcls {
  position: relative;
  overflow: hidden;
  /* background: linear-gradient(135deg, hsl(235 68% 58%), hsl(250 84% 65%)); */
  transition: all .3s cubic-bezier(.4, 0, .2, 1);
	border-radius:12px;
}

.bookcls:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .3), transparent);
  transition: left .5s;
}

.bookcls:hover {
  transform: translateY(-2px);
  /* box-shadow: 0 10px 30px -10px hsl(235 68% 58% / .3); */
  background:transparent !important;
}

.bookcls:hover:before {
  left: 100%;
}

/* 
.svgrepo svg {
    fill: none;
    color: #4c58dd !important;
} */

.textcls {
    background: #4359d9;
    width: 32px;
    height: 32px;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50%;
    margin: auto;
}





.repocard:hover .textcls {
  transform: scale(1.2) ;
}

.wpcf7-response-output {
    width: 93%;
    margin: auto !important;
}


.shopistore .wpcf7-response-output {
    margin-top: -40px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 90%;
}


@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

/* .post,
.page {
	margin: 0 0 1.5em;
} */

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

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

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* 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;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* 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 start======== */

header#masthead {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	/*padding-top: 10px;*/
	position: relative;
	padding:10px;
	    background: #fff;
	position: sticky;
    top: 0;
    width: 100%;
    z-index: 1000;
    background-color: #fff;
}

.container {
 width: 100% !important;
    max-width: 1400px !important; 
/* padding:0px !important; */
overflow:hidden;
}

header#masthead button.menu-toggle2 {
    display: none;
}

header#masthead .container {
    /* width:100%;
	max-width:1400px;
    padding:0 !important; */
    overflow:visible;
}

header#masthead .submitbtn a.flex.items-center {
    background: #16a34a;
    color: #fff;
    display: flex;
    gap: 5px;
    padding: 10px 20px;
    border-radius: 11px;
	transition:all 0.2s ease-in-out;
}

header#masthead .submitbtn a.flex.items-center:hover {
    background: #15803D;
}

 .submitbtn a.flex.items-center{
    background: #16a34a;
    color: #fff;
    display: flex;
    gap: 5px;
    padding: 10px 20px;
    border-radius: 11px;
	transition:all 0.2s ease-in-out;
}

 .submitbtn a.flex.items-center:hover {
    background: #15803D;
}

.submitbtn {
    display: flex
;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
header#masthead .row {
    align-items: center;
}

header#masthead .site-branding img {
    width: 120px;
    height: auto;
}

header#masthead .main-navigation ul {
  
    gap: 25px;
    justify-content: end;
}

header#masthead .main-navigation ul li
{
	list-style:none;
}

header#masthead .main-navigation ul li a
{
	  font-size: 17px;
    color:#000;
	font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    width:100%;
}

li.servicecls ul.sub-menu li {
    padding: 5px;
}
.main-navigation li.current-menu-item a
{
	color:#5d68e0 !important;
	font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}



header#masthead .submitbtn {
    text-align: center;
}

header#masthead .submitbtn .btn {
    background: transparent;
    border: 1.6px solid #ffa500;
    padding: 13px 30px;
    border-radius: 7px;
    transition:all 0.5s;
}

header#masthead .submitbtn .btn:hover {
    background: #ffa500;
    border-color: transparent;
}


header#masthead .main-navigation ul li a:hover
 {
    color: #4c58dd;
}
header#masthead .submitbtn .btn:hover a {
   color:#fff;
}
 header#masthead .submitbtn .btn a {
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
	font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

header#masthead .submitbtn .btn a i {
    font-size: 18px;
}



header#masthead .mobilebtn {
    display: none;
}



.getbtn_cls {
  display: inline-block;
  transition: transform 0.5s ease;
}

.getbtn_cls:hover {
 transform: scale(1.10) translateY(0px);
}

.animationcls:hover{
     transform: scale(1.08) translateY(0px);

}
.animationcls svg
{
	    width: 18px;
}

.clsestr a.elementor-button
 {
    padding: 15px !important;
    width: 190px !important;
}
.animationcls2:hover{
     transform: scale(1.10) translateY(0px);

}
.animationcls2 a.elementor-button
{
/*     background-color:#6B5AED; */
	background-color:#675aeb;
    display: flex;
    width: 180px !important;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: auto;
	padding:15px !important;
}
.projectbtn span svg {
    fill: none;
    stroke: #000;
    width: 17px;
}
.projectbtn a {
    display: flex
;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.animationcls:hover svg{
background-image:url(http://localhost/website_design/wp-content/uploads/2025/07/arrow1.svg) !important;
fill:none !important;
}


.col-sm-4.submitbtn {
    display: flex;
    justify-content: end;
    align-items: center;
	gap:15px;
}

a.getbtn_cls {
    background-color:#6B5AED;
    padding: 10px 15px;
    border-radius: 10px;
    color: #fff !important;
    font-size: 16px;
}

header#masthead .submitbtn a {
    color: #16a34a;
}

/* ====header css end======= */

/* ====banner section======= */

.bannericon .elementor-icon-box-icon {
    background: #e9ecfb;
    padding: 10px;
    border-radius: 50%;
    display: flex
;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: auto;
}

.btn-3d span.elementor-button-text {
    display: flex;
    align-items: center;
    justify-content: center;
    gap:8px;
    font-size:18px;

}

/* .btn-3d a.elementor-button {

    display: flex;
    width: 200px;
    align-items: center;
    justify-content: center;
    text-align: center;

} */

.lastbtn a{
width: 200px;

}
.overflowcls
{
	overflow:hidden;
}

ul li.mega-current-menu-item a {
    background: transparent !important;
    color: #000 !important;

}

ul li.mega-current-menu-item  a:hover {
    background: transparent !important;
    color:#000 !important;

}


.iconban figure.elementor-image-box-img {
    background: #4b57dd;
    padding: 25px;
    border-radius: 10px;
}

.btn-3d:hover svg {
    fill: none !important;
    transform: translateX(7px);
    
}


.btn-3d svg{
    transition:all 0.5s ease-in-out;
        font-size: 15px !important;
    width: 20px;
    
}

.btn-3d {
  position: relative;
  overflow: hidden;
  /* background: linear-gradient(135deg, hsl(235 68% 58%), hsl(250 84% 65%)); */
  transition: all .3s cubic-bezier(.4, 0, .2, 1);
}

.btn-3d:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .3), transparent);
  transition: left .5s;
}

.btn-3d:hover {
  transform: translateY(-2px);
  /* box-shadow: 0 10px 30px -10px hsl(235 68% 58% / .3); */
  background:transparent !important;
}

.btn-3d:hover:before {
  left: 100%;
}


  




.hero-glow {
    position: relative;
	z-index: 9 !important;

}


.hero-glow:before {
  content: "";
  position: absolute;
  top: 50% !important;
  left: 50% !important;
	transform: translateY(-50%) translateX(-50%) ;
  width: 200%;
  height: 200%;
/* background: linear-gradient(135deg, #4c5fd6, #b33ae6); */
	    background-image: linear-gradient(135deg, #b2b9ed, #ffffff);
  opacity: 0.5;
  animation: pulse 4s infinite;
	z-index: -1;
	 border-radius: 50%;
}

@keyframes pulse {
  0%,
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.5;
  }
  50% {
    opacity: 0.7;
  } transform: translate(-50%, -50%) scale(1.2);
   
}	



/* ======Web Solutions for======= */

.bggreycls span.elementor-icon {
    background-image: linear-gradient(to bottom right, #ec4899, #f43f5e) !important;
}

.bggreycls2 span.elementor-icon {
    background-image: linear-gradient(to bottom right, #22c55e , #10b981) !important;
}

.bggreycls3 span.elementor-icon {

    background-image: linear-gradient(to bottom right, #3b82f6 , #6366f1) !important;
}

.bggreycls4 span.elementor-icon {
        background-image: linear-gradient(to bottom right, #a855f7 , #8b5cf6) !important;
}

.bggreycls5 span.elementor-icon {
        background-image: linear-gradient(to bottom right, #f97316 , #ef4444) !important;
}

.bggreycls6 span.elementor-icon {
        background-image: linear-gradient(to bottom right, #eab308 , #f97316) !important;
}

.bggreycls7 span.elementor-icon {
    background-image: linear-gradient(to bottom right, #14b8a6 , #06b6d4) !important;
}

.bggreycls8 span.elementor-icon {
        background-image: linear-gradient(to bottom right, #6366f1 , #a855f7) !important;
}


/* ============fation solution======= */

.ouricon figure.elementor-image-box-img {
    display:flex;
	justify-content:center;
	    margin: auto !important;
    padding-bottom: 15px;
}

.ouricon figure.elementor-image-box-img img {
    background-image: linear-gradient(to bottom right, #ec4899, #f43f5e) !important;
    padding: 10px;
    border-radius: 12px;
   width: 70px !important;
    height: 55px;
	object-fit: contain;
    overflow: visible;

}

.ouricon2 figure.elementor-image-box-img {
    display:flex;
	justify-content:center;
    margin: auto !important;
    padding-bottom: 15px;
}

.ouricon2 figure.elementor-image-box-img img {
    background-image: linear-gradient(to bottom right, #22c55e , #10b981) !important;
	    padding: 10px;
    border-radius: 12px;
    width: 70px;
    height: 55px;
    object-fit: contain;
    overflow: visible
}

.ouricon3 figure.elementor-image-box-img {
    display:flex;
	justify-content:center;
	    margin: auto !important;
    padding-bottom: 15px;
}

.ouricon3 figure.elementor-image-box-img img {

    background-image: linear-gradient(to bottom right, #3b82f6 , #6366f1) !important;
	    padding: 10px;
    border-radius: 12px;
      width: 70px !important;
    height: 55px;
    object-fit: contain;
    overflow: visible;
}


 .ouricon4 figure.elementor-image-box-img {
    display:flex;
	justify-content:center;
	    margin: auto !important;
    padding-bottom: 15px;
}

.ouricon4 figure.elementor-image-box-img img {
        background-image: linear-gradient(to bottom right, #a855f7 , #8b5cf6) !important;    padding: 12px;
    border-radius: 12px;
     width: 70px !important;
	padding:10px;
    height: 55px;
    object-fit:contain;
    overflow: visible;
}


.ouricon5 figure.elementor-image-box-img {
    display:flex;
	justify-content:center;
	    margin: auto !important;
    padding-bottom: 15px;
}
.ouricon5 figure.elementor-image-box-img img {
        background-image: linear-gradient(to bottom right, #f97316 , #ef4444) !important;
	    padding: 10px;
    border-radius: 12px;
     width: 70px !important;
    height: 55px;
    object-fit: contain;
    overflow: visible;
}



 .ouricon6 figure.elementor-image-box-img {
    display:flex;
	justify-content:center;
	    margin: auto !important;
    padding-bottom: 15px;
}
.ouricon6 figure.elementor-image-box-img img {
        background-image: linear-gradient(to bottom right, #eab308 , #f97316) !important;
	    padding: 10px;
    border-radius: 12px;
      width: 70px !important;
    height: 55px;
    object-fit: contain;
    overflow: visible;
}

 .ouricon7 figure.elementor-image-box-img {
    display:flex;
	justify-content:center;
	    margin: auto !important;
    padding-bottom: 15px;
}
.ouricon7 figure.elementor-image-box-img img {
    background-image: linear-gradient(to bottom right, #14b8a6 , #06b6d4) !important;
	    padding: 10px;
    border-radius: 12px;
       width: 70px !important;
    height: 55px !important;
    object-fit: contain;
    overflow: visible;
}

 .ouricon8 figure.elementor-image-box-img {
    display:flex;
	justify-content:center;
	    margin: auto !important;
    padding-bottom: 15px;
}
.ouricon8 figure.elementor-image-box-img img {
        background-image: linear-gradient(to bottom right, #6366f1 , #a855f7) !important;
	    padding: 10px;
    border-radius: 12px;
     width: 70px !important;
    height: 55px;
    object-fit: contain;
    overflow: visible;
}

.ouricon9 figure.elementor-image-box-img {
    display:flex;
	justify-content:center;
	    margin: auto !important;
    padding-bottom: 15px;
}
.ouricon9 figure.elementor-image-box-img img {
	  background: radial-gradient(circle,rgba(238, 174, 202, 1) 0%, rgba(148, 187, 233, 1) 100%) !important;
	    padding: 10px;
    border-radius: 12px;
    width: 70px;
    height: 55px;
    object-fit: contain;
    overflow: visible;
}


.ouricon10 figure.elementor-image-box-img {
    display:flex;
	justify-content:center;
	    margin: auto !important;
    padding-bottom: 15px;
}
.ouricon10 figure.elementor-image-box-img img {
      background: linear-gradient(135deg,rgba(110, 214, 255, 1) 0%, rgba(82, 117, 93, 1) 89%, rgba(163, 156, 103, 1) 100%) !important;
	    padding: 10px;
    border-radius: 12px;
      width: 70px !important;
    height: 55px;
    object-fit:contain;
    overflow: visible;
}




/* ========ourbgimg=========== */

.ourbgimg figure.elementor-image-box-img img {
    padding: 10px;
    padding: 10px;
    width: 70px;
    height: 70px;
    display: flex !important;
    justify-content: center;
    margin: auto;
    border-radius: 12px;
    background-image: linear-gradient(120deg, #ffafbd 58%, #ffc3a0) !important;
}


.ourbgimg2 figure.elementor-image-box-img img {
    padding: 10px;
    padding: 10px;
    width: 70px;
    height: 70px;
    display: flex !important;
    justify-content: center;
    margin: auto;
    border-radius: 12px;
    background-image: linear-gradient(120deg, #4ca1af 58%, #c4e0e5) !important;
}


.ourbgimg3 figure.elementor-image-box-img img {
    padding: 10px;
    padding: 10px;
    width: 70px;
    height: 70px;
    display: flex !important;
    justify-content: center;
    margin: auto;
    border-radius: 12px;
    background-image: linear-gradient(120deg, #ff5f6d 58%, #ffc371) !important;
}


.ourbgimg4 figure.elementor-image-box-img img {
    padding: 10px;
    padding: 10px;
    width: 70px;
    height: 70px;
    display: flex !important;
    justify-content: center;
    margin: auto;
    border-radius: 12px;
    background-image: linear-gradient(120deg, #43cea2 58%, #185a9d) !important;
}


.ourbgimg5 figure.elementor-image-box-img img {
    padding: 10px;
    padding: 10px;
    width: 70px;
    height: 70px;
    display: flex !important;
    justify-content: center;
    margin: auto;
    border-radius: 12px;
    background-image: linear-gradient(120deg, #36d1dc 58%, #5b86e5) !important;
}



.ourbgimg6 figure.elementor-image-box-img img {
    padding: 10px;
    padding: 10px;
    width: 70px;
    height: 70px;
    display: flex !important;
    justify-content: center;
    margin: auto;
    border-radius: 12px;
    background-image: linear-gradient(120deg, #ffd89b 58%, #19547b) !important;
}






/* figure.elementor-image-box-img img
 {
    padding: 10px;
    padding: 10px;
    width: 70px;
    height: 70px;
    display: flex !important;
    justify-content: center;
    margin: auto;
    border-radius: 12px;
    background-image: linear-gradient(120deg, #ffafbd 58%, #ffc3a0) !important;
} */

/* =========================project portfolio=========== */

.flextext {
    display: flex;
    justify-content: space-between;
    margin-right:10px;
    align-items: center;
}


.flextext h3 {
    font-size: 14px;
    color: #4b57dd;
}


.flextext .blog-title {
    font-size: 18px !important;
}

.projectbtn:hover {
    background: #e6f2ff;
}

.projectbtn {
    margin-left: 25px;
    text-align: center;
    background: #fff;
    margin-right: 10px;
    padding: 7px;
    box-shadow: rgb(0, 0, 0, .5) 0px 0px 2px;
    border-radius: 7px;
}

.projectbtn:hover a {
    color:#4a56dc !important;
}

.projectbtn a {
   color:#000 !important;
   font-size:14px;
   font-weight: 500;
}

   .tab-menu {
        list-style: none;
        padding: 0;
        margin: 40px 0;
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
    }
    .tab {
        cursor: pointer;
        padding: 8px 20px;
        background: #eee;
        border-radius: 4px;
        transition: all 0.3s ease;
    }
    .tab:hover {
        background: #ddd;
    }
    .tab.active {
        background: #4b57dd;
        color: #fff;
        font-size:14px;
    }
    .project-item {
        margin-bottom: 30px;
    }

	.tab-menu li[data-filter="uncategorized"] {
  display: none;
}










/* ========testimonials========= */
    .star-rating { font-size: 1.5rem; color: gold; }
    .swiper-slide { padding: 40px 0; min-height: 300px; }

.page-id-1950 .swiper-slide { padding: 0px 0; min-height: 300px; }

	/* .container {
    max-width: 1440px;
} */

.left-section
{
	margin-left:50px;
}

.myCustomSlider .col-sm-6 img {
    width: 130px;
    height: 130px;
    object-fit: cover !important;
    border-radius: 50% !important;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;

}



.myCustomSlider .col-sm-6.rightcolumn .contentcls p {
    margin: 0;
	    font-size: 18x;
}


.myCustomSlider span.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
}

.myCustomSlider .col-sm-6.rightcolumn .contentcls:after
 {
    background: #ced1f6;
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    top: -18px;
    left: -18px;
    z-index: 0;
    border-radius: 50%;
}

.myCustomSlider .col-sm-6.rightcolumn .contentcls:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
/*     background-image: url(https://wordpressdeveloperjaipur.com/projects/wdj/wp-content/uploads/2025/07/doublequite.svg); */
	background-image:url(https://websitedesignjaipur.in/wp-content/uploads/2025/07/doublequite.svg);
    top: -10px;
    left: -10px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}
.myCustomSlider .col-sm-6.rightcolumn .contentcls {
    width: 80%;
    background: linear-gradient(145deg, hsl(0 0% 100%), hsl(240 5% 96%)) !important;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 2rem;
    border-radius: 10px;
    position: relative;
	overflow:hidden;
}




.imgcls:after {
      content: "";
    position: absolute;
    top: -5px;
    right: 5px;
    background: #6c76e3;
    width: 37px;
    height: 37px;
    z-index: -1;
    border-radius: 50px;
}


.left-section h3 {
    font-weight: 700;
    font-size: 24px;
}

.left-section h4 {
    font-size: 18px;
    font-weight: 600;
    color: #6464e9;
}

.left-section h4 p {
    margin: 0;
    font-size: 16px;
}

.left-section h5 {
    font-weight: 400;
    font-size: 14px;
}

.star-rating {
    font-size: 22px;
    margin-left: -3px;
}

.imgcls:before {
   position: absolute;
    content: "";
/*     background-image: url(https://wordpressdeveloperjaipur.com/projects/wdj/wp-content/uploads/2025/07/doublequite.svg) !important; */
background-image:url(https://websitedesignjaipur.in/wp-content/uploads/2025/07/doublequite.svg);
	width: 20px;
    height: 20px;
    background-repeat: no-repeat !important;
    top: 4%;
    right: 9%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    /* border-radius: 50%; */
    overflow: visible;
    background-position: center;
    background-size: contain;
} 


.imgcls {
    position: relative;
    width: 155px;
    z-index: 9;
}

.imgcls img {

	transition: all 0.3s ease-in-out;
}

.imgcls:hover img {
    transform: translateY(-10px);
	box-shadow: 0 20px 45px -4px rgba(80, 87, 223, 0.3);
	/* border-radius:50%; */
}




/* ====blog section========= */

  .container_before_page .container
 {   position: relative;
    overflow: visible;
 }

.blog-background{
	width:100%;
	height:250px;
	background-image:url(https://wordpressdeveloperjaipur.com/projects/wdj/wp-content/uploads/2025/08/b1.png) !important;
	background-position:center;
	background-repeat:no-repeat;
/* 	background-size:cover; */
	position: relative;
}

.blog-background:before {
    background: rgb(0 0 0 / 31%);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    content: '';
}
.blog-background .container
{
	justify-content:center;
	display:flex;
	align-items:center;
	height: 200px;
}

.blog-background .container h2 {
    color: #fff;
    font-size: 40px;
    letter-spacing: 0.6px;
    position: relative;
    z-index: 0;
    padding-top: 42px;
    text-align: center;
}

.container_before_page {
    padding: 50px 0 50px 0;
}

.blog-page-inner {
    box-shadow: 0 9px 18px rgba(0, 0, 0, .08), 0 5px 7px rgba(0, 0, 0, .05);
	    padding-bottom: 25px;
	margin-bottom: 25px;
	border-radius: 5px;
}

.blog-img img {
    width: 100%;
    height: 300px !important;
    margin-bottom: 30px !important;
    border-radius: 5px 5px 0 0 !important;
       object-fit: fill !important;
}

.container_before_page .blog-page-inner {
    transition: all 0.4s ease-in-out;
	    width: 100%;
}

.blog-page-inner
{
     transition: all 0.4s ease-in-out;
	    width: 100%;
}

.blog-page-inner:hover{

/*  transform: scale(1.05) translateY(-5px); */ 
	 transform: auto;
	box-shadow: 0 20px 45px -4px rgba(80, 87, 223, 0.3);
}

.container_before_page .blog-page-inner:hover {
/*  transform: scale(1.05) translateY(-5px); */
 transform: scale(1) translateY(0) !important;
	box-shadow: 0 20px 45px -4px rgba(80, 87, 223, 0.3);
}

.gapcls {
    /* display: flex;
    margin: 10px; */
}

.blog-title {
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #222 !important;
/*     text-align: center !important; */
	   font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;

	    margin-bottom: 10px;
	margin-bottom: 10px;
    padding-left: 25px;
}

.blog-content p {
   font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
    padding-left: 25px;
    padding-right: 20px;
/*     text-align: center; */
	font-size: 15px;
    font-weight: 400;
	display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
margin-bottom:15px;
}

.read-btn {
    padding-left: 25px;
}
.read-btn a {
    text-decoration: none !important;
    color: hsl(235 68% 58%) !important;
/*     background-color: #000 !important; */
	    padding: 10px 20px 10px 20px;
		border-radius: 4px;
	    font-weight: 500;
        font-size:14px;
}
.read-btn a span {
    padding-left: 5px !important;
    font-size: 20px !important;
}


.fromcls h3 span {
    font-size: 18px;
}

.fromcls p {
    font-size: 14px !important;
}

.blog-title a {
    text-decoration: none;
    color: #000;
}

.blog-content p a {
    text-decoration: none;
    color: #000;
    font-size:14px;
}

.entry-header h1.entry-title {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 12px;
font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

.blog-page .entry-meta {
    margin-bottom: 12px;
}

.entry-meta .posted-on a {
    text-decoration: none;
}

.entry-meta span a {
    text-decoration: none;
    color: #e31720;
}
.entry-content p {
    font-size: 18px;
    font-weight: 400;
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}


.post-meta {
    padding-left: 25px;
    margin-bottom: 10px;
    display: flex
;
    gap: 10px;
}
.post-meta svg {
    font-size: 100px !important;
    width: 20px;
    /* display: flex
; */
}

/* .post-meta {
    font-size: 16px;
} */

span.post-date {
    font-size: 14px !important;
}

.category {
    padding-left: 25px;
	margin-bottom:15px;
}

.category span.post-categories a {
    color: #4c5fd6;
    background: #f0f8ff;
    padding: 6px;
    border-radius: .25rem;
    font-size: 12px;
}


span.post-author {
    font-size: 14px !important;
}

span.post-author svg {
    font-size: 14px !important;
    width: 18px;
}

.flexdiv {
    display: flex
;
    justify-content: space-between;
    align-items: center;
    margin: 0px 25px;
}



.ftr-news-letter {
    display: flex;
	gap:15px;
}


.ftr-news-letter input.wpcf7-form-control.wpcf7-submit.has-spinner.nl-btn {
    color: #fff;
    font-weight: 500;
    font-size: 17px;
    display: flex
;
    align-items: center;
    justify-content: center;
    padding: 14px 20px;
    border-radius: 10px;
    background: #717be4;
}



.ftr-news-letter {
    transform: translateX(3.5%);
}






 .elementor-widget-shortcode {
    width: 100%;
}

.ftr-news-letter .col-sm-9
 {
    /* width: 100%; */
}


.ftr-news-letter .col-sm-9 p {
    margin: 0;
}


.ftr-news-letter .col-sm-3 {
    /* width: 100%; */
}

.ftr-news-letter .col-sm-3 p {
    margin: 0;
}


.ftr-news-letter .col-sm-9 input {
    width: 100%;
    padding: 13px;
    border-color: hsl(220 13% 91%);
    border-radius: 12px;
}


/* ===footer css start====== */
footer#colophon {
    background: rgb(44 47 52);
    padding-top: 4rem;
    padding-bottom: 4rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.whatsappblink .btn-whatsapp-pulse {
	background: #25d366;
	color: white;
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 0;
	height: 0;
	padding: 35px;
	text-decoration: none;
	border-radius: 50%;
	animation-name: pulse;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
	z-index:9999;
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
	}
	80% {
		box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
	}
}

.whatsappblink .btn-whatsapp-pulse-border {
	bottom: 0px;
	right: 0px;
	animation-play-state: paused;
}

.whatsappblink .btn-whatsapp-pulse-border::before {
	content: "";
	position: absolute;
	border-radius: 50%;
	padding: 25px;
	border: 5px solid #25d366;
	opacity: 0.75;
	animation-name: pulse-border;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

.whatsappblink a.btn-whatsapp-pulse.btn-whatsapp-pulse-border {
    color: #fff;
}

@keyframes pulse-border {
	0% {
		padding: 25px;
		opacity: 0.75;
	}
	75% {
		padding: 50px;
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}



footer#colophon .container {
   max-width: 1400px;
}


.left-footer img
 {
    width: 150px;
    height: auto;
}

.left-footer p {
    color: #d0d4da;
    margin-bottom: 20px;
    font-size: 16px;
    margin-top: 20px;
	font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.social_text p {
        color: #d0d4da;
    margin: 0px !important;
    padding-bottom: 20px !important;
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}


.social_text p a{
    color: #d0d4da !important;
	font-size: 16px;
	font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
 
}

.social_text {
    margin-bottom: 10px;
}

button.footer-leftbtn {
    padding-left: 1.2rem;
    /* padding-right: 1rem; */
    background: #16a34a;
    padding-right: 1.2rem;
    border-color: rgb(22 163 74);
    border-radius: 10px;
    display: flex
;
    align-items: center;
    justify-content: center;
}

button.footer-leftbtn:hover {
    background: #15803d;
    border-color: #15803d;
}

button.footer-leftbtn a {
    color: #fff;
    display: flex;
font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    align-items: center;
    justify-content: center;
    gap: 5px;
	    margin-bottom: 3px;
}


footer#colophon .col-sm-3.footer-widget-area h2 {
    color: #d0d4da;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
	font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}


footer#colophon  ul{
    margin: 0;
    padding: 0;
}


footer#colophon ul li {
    list-style: none;
    padding-bottom: 10px;
}

button.footer-leftbtn svg {
    width: 20px;
}

footer#colophon ul li a
 {
    color: #d0d4da;
    font-size: 16px;
	font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}



.middle_ft
 {
    text-align: center;
}

.middle_ft h3 {
    
    color: #d0d4da;
    font-size: 18px;
	font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.middle_ft p {
    max-width: 56rem;
    margin-left: auto;
	
    color: #d0d4da;
    margin-right: auto;
	font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.lastft_cls {
    display: flex
;
    justify-content: space-between;
}

.iconban {
    background-image: linear-gradient(135deg, #b2b9ed, #ffffff);
}

.left-section
{
	margin-left:auto;
	margin-right:auto;
	margin-bottom:30px;
	text-align:center;

}

.copyright p {
    margin: 0;
    color: #d0d4da;
    font-size: 14px;
	font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.copyright p a.copyright-name {
    color: #d0d4da;
	font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.flex.items-center.space-x-6.text-sm.text-gray-300 a {
    color: #d0d4da;
	    font-size: 14px;
		font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.bottomtext {
    font-size: 12px;
    text-align: center;
    padding-top: 20px;
    color: #9CA3AF;
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

hr:not([size]) {
    margin-top: 3rem;
    margin-bottom: 2rem;
}

li.servicecls ul.sub-menu {
    display: block;
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    box-shadow: rgb(0, 0, 0, 0.5) 0px 0px 2px;
    margin-top: -10px;
    width: 275px;

}


footer#colophon ul li ul.sub-menu {
    display: none;
}


/* ======Why Choose WebsiteDesignJaipur?section===== */


.callsvg2 span.elementor-icon {
/*     background-color:#6B5AED; */
	background-color:#675aeb;
    width: 65px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 10px;
}

.callsvg3 span.elementor-icon {
/*     background-color:#6B5AED; */
	background-color:#675aeb;
    width: 50px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 10px;
}

.boxcontaincls
{
	 box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	 transition:all 0.8a ease-in-out;
}

.boxcontaincls:hover
{
	transform: scale(1.05) translateY(-5px);
	box-shadow: 0 20px 45px -4px rgba(80, 87, 223, 0.3);
	    background-image: linear-gradient(145deg, hsl(0 0% 100%), hsl(240 5% 96%));
}


.svgbtn_cls:after {
    content: "";
    position: absolute;
    background-image: url(https://wordpressdeveloperjaipur.com/projects/wdj/wp-content/uploads/2025/07/arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    right: 15px;
    width: 20px;
    height: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.svgbtn_cls {
    position: relative;
    z-index: 1;
    transition:all 0.6s ease-in-out;
}

.svgbtn_cls:hover:after {
    background-image: url(https://wordpressdeveloperjaipur.com/projects/wdj/wp-content/uploads/2025/07/arrow1.svg);
        

}


/* .blog-img {
    position: relative;
    overflow: hidden;
} */

.blog-page-inner {
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}

.blog-page-inner:hover  img{
    transform: scale(1.05) translateY(-5px);
        transition: all 0.5s ease-in-out;
}

.bgmcls 
{
	background:linear-gradient(145deg, hsl(0 0% 100%), hsl(240 5% 96%)) !important;
}


.btnbgm a.elementor-button.elementor-button-link.elementor-size-sm {
/*     background-color:#6B5AED; */
	background-color:#675aeb !important;
        display: flex;
    width: 230px;
    align-items: center;
    justify-content: center;
    text-align: end;
    margin-left: auto;
    padding:15px;
}




/* ===============home page contenct section===== */

.headcls span.gradient-text {
    background: linear-gradient(135deg, hsl(235 68% 58%), hsl(250 84% 65%));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.shadowcls:hover {
    transform: translateY(-8px) rotateX(2deg);
    box-shadow: 0 20px 45px -4px rgba(80, 87, 223, 0.3);
	transform :translateY(-10px);
}


.shadowcls {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 10px !important;
	background:#f8f8f9;
}

.callsvg span.elementor-icon
 {
/*     background-color:#6B5AED; */
	 background-color:#675aeb;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
	border-radius: 10px;
	padding:0px;
}



.callsvg span.elementor-icon svg {
    padding: 13px;
    font-size: 45px !important;
}


.main-form h2 {
    color: #101010;
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
    font-size: 24px;
    font-weight: 700;
    line-height: 21px;
    padding-bottom: 0px;
    margin-bottom:24px;
}

.main-form h3 {
    color: #999999;
    font-family: "barlow", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
}

.main-form {
    padding: 20px 20px 0 20px;
    /* border: 2px solid #5e925d; */
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
/*     margin-bottom: 30px; */
}

.wpcf7 form .wpcf7-response-output {
    margin: 0;
    padding: 0;
    border: 2px solid #00a0d2;
}



.main-form input {
    background-color: #ffffff;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #ededed;
    border-radius: 5px 5px 5px 5px;
    /* height: 45px; */
    width: 100%;
    padding: 12px;
    outline: none;
    margin-bottom:24px;
}



.main-form input.wpcf7-form-control.wpcf7-submit.has-spinner.cf-btn:hover {
   transform: scale(1.05) translateY(-5px);
}
.main-form input.wpcf7-form-control.wpcf7-submit.has-spinner.cf-btn

 {
    /* background-color: #885a4a !important; */
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
    font-size: 14px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    /* text-transform: uppercase; */
    font-weight: 500;
    letter-spacing: 1px;
    border-color: #ededed;
/*     background-color:#6B5AED; */
	 background-color:#675aeb;
	 
    width: 100%;
    padding: 15px;
	 transition: transform 0.5s ease;
}

.col-sm-12.mt-2.main-form-btn p
 {
    margin: 0px !important;
    height:60px;
}

.socialicon svg {
    width: 20px;
}


.main-form p
 {
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 500;
}

.main-form .col-sm-6 label {
    margin-bottom: 10px;
}



/* .foodmenutwo .main-form textarea.wpcf7-form-control.wpcf7-textarea {
    height: 150px !important;
	   border-color: #ededed;
} */
.main-form textarea.wpcf7-form-control.wpcf7-textarea {
    padding: 10px;
    height: 150px !important;
	   border-color: #ededed;
}
.cardcontact {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 50px 20px !important;
    border-radius: 10px !important;

}
.col-sm-3.mt-2.main-form-btn p {
    margin: 0;
    padding: 0;
}

.contectcls form:hover {
    transform: translateY(-8px) rotateX(2deg);
    box-shadow: 0 20px 45px -4px rgba(80, 87, 223, 0.3);
    /* transform: translateY(-10px); */
}

.contectcls form
 {
    /* box-shadow: 0 20px 45px -4px rgba(80, 87, 223, 0.3); */
    padding: 30px 30px 85px 30px;
    border-radius: 20px !important;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    transition: all 0.5s;
}

.main-form-btn.formbutn:before {
    content: "";
    position: absolute;
    background-image: url(https://wordpressdeveloperjaipur.com/projects/wdj/wp-content/uploads/2025/07/contact-arrow-1.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 17px;
    height: 17px;
    top: 40%;
    transform: translateY(-50%);
    left: 70%;
}

.main-form-btn.formbutn {
    position: relative;
}

.contextbg span.elementor-icon
{
    background-image: linear-gradient(to bottom right, #a855f7 , #9333ea) !important;
}

.contextbg2 span.elementor-icon
{
    background-image: linear-gradient(to bottom right, #3b82f6 , #2563eb) !important;
}


.contextbg3 span.elementor-icon
{
    background-image: linear-gradient(to bottom right, #22c55e , #16a34a) !important;
}


.repocard {
  position: relative;
  overflow: hidden;
}

.svgrepo svg {
  transition: all 0.5s ease-in-out;
  display: inline-block;
	color:#4c58dd !important;
}


.repocard:hover svg {
  transform: scale(1.1) translateX(2px) rotate(10deg);
	transition: all 0.3s ease-in-out;
}

.svgcolor svg
{
	color:#fff !important;
}

.svgmargin svg {
    margin-bottom: 0px !important;
	margin-right:12px;
}

.shinecls {
  position: relative;
  overflow: hidden;
  /* background: linear-gradient(135deg, hsl(235 68% 58%), hsl(250 84% 65%)); */
  transition: all .3s cubic-bezier(.4, 0, .2, 1);
}

.shinecls:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .3), transparent);
  transition: left .5s;
}

.twobtncls .shinecls:hover {
  transform: translateY(-2px);
  /* box-shadow: 0 10px 30px -10px hsl(235 68% 58% / .3); */
  background:transparent !important;
}

.shinecls:hover:before {
  left: 100%;
}

.wrapdiv {
    flex-wrap: wrap !important;
    display: flex !important;
    justify-content: left !important;
}

.wrapdiv1 {
    flex-wrap: wrap !important;
    display: flex !important;
}

.icon-before::before {
  content: "💬";
  margin-right: 0px;
  user-select: none;
  pointer-events: none;
	font-size: 16px;
}


.icon-before2::before {
  content: "📞";
}

.icon-before3::before {
  content: "📩";
}

.qnscla summary.e-n-accordion-item-title
 {
    border: none;
/*     border-bottom: 1.1px solid #E9EBEF; */
}

/* details#e-n-accordion-item-1510  {
    border: none;
    border-bottom: 1.1px solid #E9EBEF;
} */

.qnscla details.e-n-accordion-item
 {
    border: none;
    border-bottom: 1.1px solid #E9EBEF;
}

.qnscla summary.e-n-accordion-item-title
{
	padding-top:16px;
	padding-bottom:16px;
}

/* .elementor-icon-box-icon {
    margin: 0px !important;
} */

.spifybnr{
    background-image: url(https://img.freepik.com/premium-photo/abstract-geometric-background-with-triangle-shape-pattern_120542-1828.jpg?semt=ais_hybrid&w=740);
    z-index: 1;
    position: relative;
}

.spifybnr:before{
    content: "";
    background: #000;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: 0.4;
}


.icoflex img {
    width: 200px;
    background: #fff;
    height: 100px !important;
    object-fit: contain !important;
    padding: 10px !important;
    border-radius: 12px !important;
}


.spinner {
  width: 85px; /* size adjust kr sakte ho */
  height: 85px;
/*   animation: spin 3s linear infinite; */
}

.spinnercls {
    position: fixed;
    bottom: 22px;
    left: 40px;
	z-index: 9;
}

.defaultimg img {
    max-width: 60px !important;
    height: 60px !important;
    padding: 8px !important;
}

/* @keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
} */


.margincls svg
 {
    margin: 0 !important;
    padding: 5px !important;
}

.margincls span.elementor-icon {
    width: 60px;
    height: 60px;
}

.svgcolor2 svg
{
	color:#4b57dd !important;
}

/* =====form spam css==== */
.spam-check {
    display: none !important;
}



/* ==========desktop menu and mobile menu======= */
ul#shopify-dev {
    display: none;
}



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

	
	.left-section {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
	
	div#mainmenu ul li a i {
    display: none;
}
div#mainmenu ul li.downarrow
	{
		position:relative;
	}

	div#mainmenu ul li.downarrow:before {
    content: "\f107" !important;
    position: absolute;
    font-size: 20px;
    font-style: normal;
    font-family: 'FontAwesome';
    right: 0;
}
	
	
	div#mainmenu ul li.downarrow1
	{
		position:relative;
	}

	div#mainmenu ul li.downarrow1:before {
    content: "\f107" !important;
    position: absolute;
    font-size: 20px;
    font-style: normal;
    font-family: 'FontAwesome';
    right: 0;
}
	
	.mega1 ul {
    height: 250px;
    overflow: scroll;
}
	
	.mega ul li a {
    font-size: 15px;
}
	
	.mega .col ul li {
    padding: 12px 0px;
		border-bottom:0px;
}
	
	#mainmenu {
    display: none;
}
	
	ul#shopify-dev {
    position: inherit;
		display:block;
}
	
	.mega ul li:hover .mega1 {
    display: block;
		padding-left:10px;
}
	.mega {
    width:100% !important;
}

.mega1 {
    display: none;
	
}
	
	.col.right-col
 {
    display: none;
}
	
	ul#menu li a {
    display: flex;
    justify-content: space-between;
}

	
}


/* ========end desktop and moile menu css======== */

header#masthead {
    padding-top: 0px;
    padding-bottom: 0px;
}

.mega1 {
    display: none;
}

@media screen and (max-width: 768px)
{
	
	.tablecls table tr th {
    background: #707ae4;
    padding: 5px 10px !important;
    font-size: 14px !important;
    color: #fff !important;
}
	
	.tablecls table tr td {
    background: transparent;
    padding: 10px 10px !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}
	
	header#masthead {
    padding-top: 10px;
    padding-bottom: 10px;
}

	.blog-img img
	{
	  height: 150px !important;
	}
.blog-title
	{
		padding-right:10px;
		
	}
	
	.contectcls form {
    padding: 10px 0px 0px 0px;
	}
	
	
	
	.main-form input.wpcf7-form-control.wpcf7-submit.has-spinner.cf-btn
	{
		white-space:normal;
	}
	
	.main-form-btn.formbutn:before{
		display:none;
	}
	
	.ftr-news-letter {
    display: flex;
    gap: 15px;
    flex-direction: column;
		transform: translateX(0%);
    margin: auto;
    width: 95%;
}
	.ftr-news-letter input {
    width: 100%;
}
	
	.wrapid {
display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
	
	header#masthead .container
	{
		padding:0px;
	}

	ul#mega-menu-menu-1 li ul.mega-sub-menu
	{
		max-height: 300px !important;
    overflow-y: scroll !important;
/*     overflow-x: hidden !important; */
    scroll-behavior: smooth !important;
	}

    header#masthead .main-navigation ul {
    gap: 0px;
    justify-content: end;
}


        .mega-toggle-blocks-right {
        position: absolute;
        top: 0%;
        transform: translateY(-130%);
        right: 10px;
        }

        .mega-menu-toggle {
    background: transparent !important;
}
      
	.callsvg span.elementor-icon {
    width: fit-content;
    margin: auto;
}

	
	header#masthead .mobilebtn {
    display: none !important;
}
	
	header#masthead .col-sm-4.submitbtn
	{
		display:none;
	}
	
	 header#masthead .mobilebtn {
    display: block;
	}
	header#masthead .site-branding img {
    width:85px;
    height: auto;
}
ul.sub-menu {
    display: none;
    padding: 0;
    margin: 0;
}

li.menu-item-has-children:hover ul.sub-menu {
    display: block !important;
    position: inherit !important;
    z-index: 1;
    opacity: 1;
    background: #fff;
}

ul.sub-menu li {
    width: 100%;
/*     margin-bottom: -10px; */
}
header#masthead .container {
    width: 100%;
}

.post_home .news-card__body0 strong {
    font-size: 20px;
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
    color: #000;
    line-height: 50px;
}


header#masthead .col-sm-3.submitbtn {
    display: none;
}

    header#masthead button.menu-toggle2 {
        display: block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 10px;
        border: none;
        background: none;
        padding: 0;
        font-size: 24px;
    }
	
	
	ul#menu {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
	
	ul#menu li .mega {
    position: inherit;
/*     display: block; */
}
	
	
		ul#menu li .mega .mega1  {
    position: inherit;
/*     display: block; */
}
	
	ul#menu li .mega .col
 {
    padding: 10px;
}
	
	
	.mega ul li {
    font-size: 14px;
		padding:5px 0px;
}
	
	
	
	
	
	div#mega-menu-wrap-menu-1 {
    height: 0;
}

	ul#mega-menu-menu-1
	{
		margin-top:-30px !important;
	}

       .menu-toggle2.active:before {
        font-size: 31px;
        content: "\f00d";
        font-family: fontawesome;
        color: #301c00;
    }
	
	    .menu-toggle2.active i {
        display: none;
    }


header#masthead .site-branding {
    position: relative;
}
 nav#site-navigation {
        position: absolute;
/*         top: 100%; */
        z-index: 9;
        background: #fff;
        left: 0;
        right: 0;
    }


    nav#site-navigation ul {
    padding: 10px;
		width:100% !important;
}
	
	
	
	
	ul.tab-menu.d-flex.justify-content-center{
	
	    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    list-style: none;
    padding: 0;
    font-size: 14px;
    text-align: center;
    font-weight: 500;
		margin: 10px 0px 30px;
}	
	
	.myCustomSlider .col-sm-6.rightcolumn .contentcls
	{
		width:100%;
	}
	
/* 	.twodiv .lastbtn a span.elementor-button-text {
    font-size: 12px !important;
} */
	
	.myCustomSlider .col-sm-6
	{
    text-align:center !important;

}
	
	
	
	
}
/* my css for header */
.nav { display:flex; gap:20px; list-style:none; margin:0; padding:0; }
  .nav > li { position:relative; }
  .nav > li > a { text-decoration:none; font-weight:500; color:#333; display:flex; align-items:center; gap:5px; }
  .nav > li:hover > a { color:#5e59e6; }

  /* Mega dropdown panel */
  .mega { position:absolute; top:100%; left:0; width:720px; background:#fff; box-shadow:0 8px 20px rgba(0,0,0,0.1); border-top:3px solid #5e59e6; display:none; }
  .nav > li:hover .mega { display:flex; height: 500px; overflow-y: scroll; }
  .mega .col { flex:1; padding:20px; border-right:1px solid #eee; }
  .mega .col:last-child { border-right:none; }

  .mega ul { list-style:none; margin:0; padding:0; }
  .mega li { padding:10px 0; cursor:pointer; color:#333; transition:color .2s; border-bottom:1px solid #5e59e6; }
  .mega li:hover { color:#5e59e6; }
  .mega .col .active { color:##5e59e6; font-weight:600; }

  .right-btn { background:#ff5e14; color:#fff; padding:10px 20px; border-radius:30px; text-decoration:none; font-weight:500; transition:background .3s; }
  .right-btn:hover { background:#5e59e6; }
/* for dropdown */
/* Basic Styles */
.main-menu ul {
  list-style: none;
  display: flex;
  gap: 20px;
  align-items: center;
  margin: 0;
  padding: 0;
}
.main-menu a {
  text-decoration: none;
  color: #111;
  padding: 10px 15px;
  display: block;
  font-weight: 500;
  position: relative;
}

/* Mega Menu Setup */
.has-mega-menu {
  position: relative;
}
.has-mega-menu:hover .mega-menu {
  display: flex;
}

.mega-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 1000px;
  background: #fff;
  padding: 30px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  z-index: 999;
  justify-content: space-between;
}

.mega-column {
  width: 23%;
}

.mega-column h4 {
  font-size: 15px;
  font-weight: bold;
  color: #444;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.mega-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mega-column li a {
  color: #444;
  padding: 6px 0;
  display: block;
  font-size: 14px;
  transition: color 0.2s;
}
.mega-column li a:hover {
  color: #0073e6;
}
.mega-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: -679px;
    width: 1521px;
    padding-left: 75px;
}
.fa, .fas {
    font-weight: 900;
    font-size: 11px;
    padding-top: 5px;
}





.icoround span.elementor-icon svg
 {
    background: #6B5AED;
    padding: 12px;
    border-radius: 50% !important;
}


/* ====submenu css=== */
.mega ul li a
 {
    color: #000;
}

.left-col ul li a.active-link {
  color: #5e59e6 !important;
  font-weight: bold;
}

/* .active-link {
  color: #5e59e6 !important;
}
.active-link {
  color: #5e59e6 !important;
  font-weight: bold;
} */


.rounddiv {
    background: #5e69e1 !important;
    width: 85px !important;
    height: 85px !important;
    position: relative;
    min-height: auto !important;
	 display:flex !important;
        align-items:center !important;
        justify-content:center !important;
}

.rounddiv:before {
    content: "01" !important;
    color: #fff;
    position: absolute;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    font-size: 30px !important;
    font-weight: 600 !important;
}



.rounddiv:after {
    position: absolute;
    content: "";
    width: 6px;
    height: 100px;
    background: #5e69e1;
    /* top: 0; */
    bottom: -50px;
    display: flex;
    justify-content: center;
    left: auto;
    right: auto;
    justify-content: center;
    z-index: -1;
}

/* ==========2nd============= */

.rounddiv1 {
    background: #5e69e1 !important;
    width: 85px !important;
    height: 85px !important;
    position: relative;
    min-height: auto !important;
	 display:flex !important;
        align-items:center !important;
        justify-content:center !important;
}

.rounddiv1:before {
    content: "02" !important;
    color: #fff;
    position: absolute;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    font-size: 30px !important;
    font-weight: 600 !important;
}



.rounddiv1:after {
    position: absolute;
    content: "";
    width: 6px;
    height: 100px;
    background: #5e69e1;
    /* top: 0; */
    bottom: -50px;
    display: flex;
    justify-content: center;
    left: auto;
    right: auto;
    justify-content: center;
    z-index: -1;
}


/* ==============third================ */
.rounddiv2 {
    background: #5e69e1 !important;
    width: 85px !important;
    height: 85px !important;
    position: relative;
    min-height: auto !important;
	 display:flex !important;
        align-items:center !important;
        justify-content:center !important;
}

.rounddiv2:before {
    content: "03" !important;
    color: #fff;
    position: absolute;
   display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    font-size: 30px !important;
    font-weight: 600 !important;
}



.rounddiv2:after {
    position: absolute;
    content: "";
    width: 6px;
    height: 100px;
    background: #5e69e1;
    /* top: 0; */
    bottom: -50px;
    display: flex;
    justify-content: center;
    left: auto;
    right: auto;
    justify-content: center;
    z-index: -1;
}

/* ==========forth============= */
.rounddiv3 {
    background: #5e69e1 !important;
    width: 85px !important;
    height: 85px !important;
    position: relative;
    min-height: auto !important;
	 display:flex !important;
        align-items:center !important;
        justify-content:center !important;
}

.rounddiv3:before {
    content: "04" !important;
    color: #fff;
    position: absolute;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    font-size: 30px !important;
    font-weight: 600 !important;
}



.rounddiv3:after {
    position: absolute;
    content: "";
    width: 6px;
    height: 100px;
    background: #5e69e1;
    /* top: 0; */
    bottom: -50px;
    display: flex;
    justify-content: center;
    left: auto;
    right: auto;
    justify-content: center;
    z-index: -1;
}

/* ==============five=========== */

.rounddiv4 {
    background: #5e69e1 !important;
    width: 85px !important;
    height: 85px !important;
    position: relative;
    min-height: auto !important;
	 display:flex !important;
        align-items:center !important;
        justify-content:center !important;
}

.rounddiv4:before {
    content: "05" !important;
    color: #fff;
    position: absolute;
   display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    font-size: 30px !important;
    font-weight: 600 !important;
}



.rounddiv4:after {
    position: absolute;
    content: "";
    width: 6px;
    height: 100px;
    background: #5e69e1;
    /* top: 0; */
    bottom: -50px;
    display: flex;
    justify-content: center;
    left: auto;
    right: auto;
    justify-content: center;
    z-index: -1;
}



/* ====six====== */

.rounddiv5 {
    background: #5e69e1 !important;
    width: 85px !important;
    height: 85px !important;
    position: relative;
    min-height: auto !important;
	 display:flex !important;
        align-items:center !important;
        justify-content:center !important;
}

.rounddiv5:before {
    content: "06" !important;
    color: #fff;
    position: absolute;
   display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    font-size: 30px !important;
    font-weight: 600 !important;
}



.rounddiv5:after {
    position: absolute;
    content: "";
    width: 6px;
    height: 100px;
    background: #5e69e1;
    /* top: 0; */
    bottom: -50px;
    display: flex;
    justify-content: center;
    left: auto;
    right: auto;
    justify-content: center;
    z-index: -1;
}


/* ====seven====== */

.rounddiv6 {
    background: #5e69e1 !important;
    width: 85px !important;
    height: 85px !important;
    position: relative;
    min-height: auto !important;
	 display:flex !important;
        align-items:center !important;
        justify-content:center !important;
}

.rounddiv6:before {
    content: "07" !important;
    color: #fff;
    position: absolute;
   display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    font-size: 30px !important;
    font-weight: 600 !important;
}



.rounddiv6:after {
    position: absolute;
    content: "";
    width: 6px;
    height: 100px;
    background: #5e69e1;
    /* top: 0; */
    bottom: -50px;
    display: flex;
    justify-content: center;
    left: auto;
    right: auto;
    justify-content: center;
    z-index: -1;
}

/* ====eight===== */

.rounddiv7 {
    background: #5e69e1 !important;
    width: 85px !important;
    height: 85px !important;
    position: relative;
    min-height: auto !important;
	 display:flex !important;
        align-items:center !important;
        justify-content:center !important;
}

.rounddiv7:before {
    content: "08" !important;
    color: #fff;
    position: absolute;
   display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    font-size: 30px !important;
    font-weight: 600 !important;
}



.rounddiv7:after {
    position: absolute;
    content: "";
    width: 6px;
    height: 100px;
    background: #5e69e1;
    /* top: 0; */
    bottom: -50px;
    display: flex;
    justify-content: center;
    left: auto;
    right: auto;
    justify-content: center;
    z-index: -1;
}


/* ====timeline=== */

.timeline {
    position: relative !important;
    width: 8px !important;
    background: #757ee5 !important;
    height: 100% !important;
    margin: auto !important;
 }



/* ====single blog service page======= */

section.single-service {
    padding: 50px 15px;
}

.single-post .service-image img {
    width: 100%;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.single-post h1.service-title {
    font-size: 36px;
    font-weight: 700;
}

.single-post .service-meta {
    font-size: 18px;
    margin-bottom: 20px;
	    gap: 20px;
    display: flex;
}

.single-post .service-meta i {
    font-size: 16px !important;
}

.single-post .service-content p {
    margin-bottom: 10px;
    font-size: 18px;
    text-align: justify;
}


.single-post h3.blogh3 {
    font-size: 22px !important;
    font-weight: 700;
	    margin-top: 20px;
}


.single-post h4.blogh4 {
    margin-top: 20px;
    font-size: 20px;
    font-weight: 700;
}


.single-post ul.blogul {
    margin: 0;
	padding-left:5px;
}

.single-post ul.blogul li {
    list-style: none;
}


.single-post ul.blogul li:before {
    content: "☆";
    position: absolute;
    left: -8px;
    font-size: 25px;
    top: 0;
    transform: translateY(-7px);
}

.single-post ul.blogul li {
    list-style: none;
    position: relative;
    padding-left: 20px;
}

.single-post ul.blogul li:before {
    content: "☆";
    position: absolute;
    left: -8px;
    font-size: 25px;
    top: 0;
    transform: translateY(-7px);
}

.single-post ul.blogul li a{
	font-size:18px;
}

.single-post h2.blogh2 {
    font-size: 30px;
    font-weight: 700;
    margin-top: 20px;
}



table {
  width: 100%;
  border-collapse: collapse; /* double borders hatane ke liye */
  margin: 20px 0;
  font-size: 16px;
  text-align: left;
}

table th,
table td {
  border: 1px solid #ddd; /* border color */
  padding: 10px 15px;
}

table th {
  background-color: #f4f4f4; /* heading ke liye halka grey bg */
  font-weight: bold;
}

table tr:nth-child(even) {
  background-color: #fafafa; /* alternate row highlight */
}

table tr:hover {
  background-color: #f1f1f1; /* hover effect */
}

aside.sidebar {
    box-shadow: rgb(0, 0, 0, 0.2) 0px 0px 3px;
    padding: 20px;
    border-radius: 8px;
    margin-top: 3px;
}

aside.sidebar ul {
    margin: 0;
    padding: 0;
}

aside.sidebar ul li{
 list-style:none;
	padding-bottom:10px;
}
aside.sidebar ul li {
    list-style: none;
    padding-bottom: 10px;
    border-bottom: 2px dotted #7b84e6 !important;
    padding-top: 10px;
}
aside.sidebar ul li:last-child {
    border-bottom: none !important;
}

aside.sidebar ul li a {
    color: #000;
	font-size:18px;
}
aside.sidebar ul li  a:active
 {
    color: #717ae4 !important;
}
/* Normal */
.sidebar {
  position: relative;
}

/* Jab sticky ho */
.sticky-sidebar {
  position: sticky;
  top: 20px;   /* jitna gap upar se chahiye */
}


aside.sidebar.sticky-sidebar {
    width: 30% !important;
}





/* ======we industries===== */
.slider-wrapper {
      overflow: hidden;
/*       background: #f6f6f6; */
      padding: 30px 0;
    }
    .slider-track {
      display: flex;
      width: max-content;
      animation: scroll 25s linear infinite;
    }
    .slide {
      width: 300px;
      flex-shrink: 0;
      margin: 0 15px;
      border-radius: 12px;
      overflow: hidden;
      background: #fff;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
      text-align: center;
    }
    .slide img {
      width: 100%;
      height: 200px;
      object-fit: cover;
    }
    .slide h3 {
      margin: 0;
      padding: 12px;
      font-size: 18px;
      color: #e94e1b;
    }
    @keyframes scroll {
      0%   { transform: translateX(0); }
      100% { transform: translateX(-50%); }
    }



/* ====up down css ======= */
    @keyframes upDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}

.animate-up-down {
  display: inline-block;
  animation: upDown 2.5s ease-in-out infinite;
}


.project-item .blog-page-inner
 {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

.project-item .blog-img img
{
	    margin-bottom: 0px !important;
	height: 60% !important;
	object-position:top center !important;
}



.dialog-widget-content.dialog-lightbox-widget-content,
.elementor-lightbox,
.elementor-lightbox .dialog-message,
.elementor-lightbox .swiper-wrapper,
.elementor-lightbox .swiper-slide {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}

.elementor-lightbox .dialog-lightbox-widget {
    background: none !important;
}


.listbtm ul li:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color:#6B5AED;
}
.listbtm ul li {
    position: relative;
	padding: 13px 0px !important;
}

.listbtm ul li:last-child:before {
    background: none !important;
}

.tablecls table tr th

 {
    background: #707ae4;
    padding: 20px 10px;
    font-size: 20px;
	 color:#fff;
}

.tablecls table tr td {
    background: transparent;
    padding: 20px 10px;
    font-size: 20px;
    font-weight: 400;
}

.tablecls {
    overflow-x: scroll;
}

.sticky1 {
    position: sticky !important;
    top: 20px;
}

/* a.elementor-button.elementor-button-link.elementor-size-sm {
    background: #6B5AED !important;
} */





 .cta-container {
    text-align: center;       /* Center align on desktop */
    margin: 40px 0;
  }

  .cta-button {
    display: inline-block;
    margin: 10px;
    padding: 14px 30px;
    border-radius: 50px;
    font-size: 1.2rem;
    font-weight: bold;
    text-decoration: none;
    color: white;
    transition: 0.3s ease;
  }

  /* 🟢 WhatsApp Button */
  .whatsapp-btn {
    background-color: #25D366;
  }

  .whatsapp-btn:hover {
    background-color: #1ebc57;
  }

  /* 🔵 Call Button */
  .call-btn {
    background-color: #007BFF;
  }

  .call-btn:hover {
    background-color: #006ae1;
  }

  /* ✅ Responsive (for mobile) */
  @media (max-width: 768px) {
    .cta-button {
      display: block;
      width: 80%;
      margin: 10px auto;
      font-size: 1rem;
    }
  }



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




    .blink-button {
      display: inline-block;
      background-color: #6b5aed;
      color: #fff !important;
      padding: 12px 24px;
      font-weight: bold;
      font-size: 18px;
      border-radius: 6px;
      text-decoration: none;
      animation: blink 1.5s infinite;
      box-shadow: 0 4px 8px rgb(107 90 237);
      transition: background-color 0.3s ease;
		width:100%;
		text-align: center;
		
    }

    .blink-button:hover {
      background-color:#6b5aed;
		color:#fff;
    }

body > ul li a {
    color: #6b5aed !important;
}
.single-post p a {
    color: #6b5aed !important;
	margin-top:10px;
}

.single-post p a.blink-button
{
	 color: #fff !important;
	margin-top:10px;
}

.imghover {
    overflow: hidden !important;
    border-radius: 12px !important;
    max-height: 100% !important;
    box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.15);
}