/*
Theme Name: svasti
*/


/* main css starts */


@font-face {
  font-family: 'Montserrat';
  src: url('./assets/fonts/Montserrat-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
}

body {
  font-family: 'Montserrat', sans-serif !important;
  overflow-x: hidden;
}
 
html, body {
    height: 100%;
    margin: 0;
}

.page-container {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    overflow: hidden;
}

.footer {
    margin-top: auto;
}
 
 
p {
     font-family: 'Montserrat', sans-serif !important;
     font-weight: 400;
     font-size: 16px;
}

a {
    text-decoration:none!important;
    color:#1893a6;
}

html {
    scroll-behavior: smooth;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
} 

::selection {
	background: #717171;
	color: #fff;
}

::-moz-selection {
	background: #ffcd38;
	color: #fff;
}

::-webkit-scrollbar {
	width: 3px;
}

::-webkit-scrollbar-track {
	border-radius: 0px;
}

::-webkit-scrollbar-thumb {
	border-radius: 0px;
	background-color: #898989;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}

::-webkit-scrollbar-thumb:hover {
	background-color: #141414;
}

/* main css ends */

/* Slider section starts */

.slick-slide {
	margin: 0px 0px;
}

.slick-slide img {
	width: 100%;
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}


/* Arrows */
.slick-prev,
.slick-next {
	font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 50px;
    height: 50px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: #00000000;
    border: none;
    outline: none;
    background: #ffffff00;
    
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
    background-color: #FF6B00;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: .25;
}

.slick-prev:before,
.slick-next:before {
	font-family: 'slick';
	font-size: 20px;
	line-height: 1;
	opacity: 1;
    color: #0b0b0b;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: -50px;
}

[dir='rtl'] .slick-prev {
	right: -25px;
	left: auto;
}

.slick-prev:before {
    content: '\f177'; 
     font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 20px;
    color: #ffffff;
    display: flex;
    line-height: 0;
    justify-content: center;
    width: 50px;
    height: 50px;
     background: #2d2d2f47;
    border-radius: 50px;
    align-items: center;
     border: 1px solid #ffffff57;
}
[dir='rtl'] .slick-next:before {
    content: '\276E'; 
}

.slick-next {
	right: -50px;
}

[dir='rtl'] .slick-next {
	right: auto;
	left: -25px;
}

.slick-next:before {
      content: '\f178';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 20px;
    color: #ffffff;
    display: flex;
    line-height: 0;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: #2d2d2f47;
    border-radius: 50px;
    align-items: center;
    border: 1px solid #ffffff57;
}

[dir='rtl'] .slick-prev:before {
    content: '\276F'; 
}


/* Dots */

.slick-dots {
	position: absolute;
	bottom: -15px;

	display: block;

	width: 100%;
	padding: 0;
	margin: 0;

	list-style: none;

	text-align: center;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0px 5px !important;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	width: 10px;
	height: 10px;
	display: block;

	padding: 2px;

	cursor: pointer;

	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	font-family: 'slick';
	font-size: 6px;
	line-height: 20px;

	position: absolute;
	top: 0;
	left: 0;

	width: 15px;
	height: 15px;

	content: '•';
	text-align: center;

	opacity: .25;
	color: black;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	opacity: .75;
	color: black;
}

/* slider section ends */


/*header*/


.container {
    width: 100%;
    max-width: 1400px!important;
    margin: 0 auto;
    padding: 0 30px;
}

.svasti-header-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding: 10px 0;
    background: #ffffff;
    border-bottom: 1px solid rgba(201, 166, 70, 0.2);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

body.f-nav .svasti-header-wrapper {
    padding: 10px 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.svasti-header-wrapper .header-logo img {
    max-width: 180px;
    height: auto;
    transition: all 0.4s ease;
}

body.f-nav .svasti-header-wrapper .header-logo img {
    max-width: 150px;
}

.svasti-header-wrapper .header-menu #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    color: #000000 !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    font-size: 14px !important;
    background: transparent !important;
}

@media only screen and (min-width:1199px){
    .svasti-header-wrapper .header-menu #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:hover > a.mega-menu-link {
        color: #C9A646 !important;
    }
    
    .home .svasti-header-wrapper .header-menu #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
        color: #000000 !important;
    }
    
    .svasti-header-wrapper .header-menu #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:hover > a.mega-menu-link {
        color: #C9A646 !important;
    }
    
    body:not(.home) .svasti-header-wrapper .header-menu #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
    body:not(.home) .svasti-header-wrapper .header-menu #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link {
        color: #C9A646 !important;
    }
}



#mega-menu-wrap-primary #mega-menu-primary {
    text-align: right;
    padding: 0px;
}

.svasti-header-wrapper .header-action-group {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 35px;
}

.svasti-header-wrapper .header-email-link {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
}

.svasti-header-wrapper .icon-circle {
    width: 42px;
    height: 42px;
    background: #F7E7A3;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #A67C2E;
    font-size: 16px;
    transition: 0.3s;
}

.svasti-header-wrapper .icon-circle i{
        font-size: 16px;
}

.svasti-header-wrapper .header-email-link:hover .icon-circle {
    background: #C9A646;
    color: #ffffff;
}

.svasti-header-wrapper .email-text small {
    display: block;
    font-size: 10px;
    color: #A67C2E;
    font-weight: 500;
    text-transform: uppercase;
}

.svasti-header-wrapper .email-text span {
    font-size: 14px;
    color: #000000;
    font-weight: 500;
}

.svasti-header-wrapper .common-button {
    background: linear-gradient(135deg, #C9A646 0%, #A67C2E 100%);
    color: #ffffff !important;
    padding: 14px 28px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all .3s ease-in-out;
}

.svasti-header-wrapper .common-button i{
        font-size: 16px;
}

.svasti-header-wrapper .common-button:hover {
    transform: translateY(-2px);
    background: #000000;
}

@media (max-width: 1199px) {
    .svasti-header-wrapper .header-email-link {
        display: none;
    }
}


/*banner*/

.svasti-banner-section {
    position: relative;
    padding: 160px 0 70px;
    background: url(./assets/img/banner-bg.webp) no-repeat center center / cover;
    background-attachment: fixed;
    overflow: hidden;
    color: #fff;
    min-height: 800px;
    display: flex;
    align-items: center;
}

.svasti-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgb(0 0 0) 0%, rgb(184 151 56 / 90%) 100%);
    z-index: 1;
}

.svasti-animated-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

.svasti-animated-bg i {
   position: absolute;
    color: #ffffff5c;
    opacity: 0.7;
    font-size: 40px;
    filter: drop-shadow(0 0 15px rgba(0, 255, 212, 0.5));
    animation: floatIcons 8s infinite ease-in-out;
}

@keyframes floatIcons {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    50% { transform: translateY(-30px) rotate(15deg); }
}

.svasti-animated-bg i:nth-child(1) { top: 20%; left: 15%; animation-delay: 0s; }
.svasti-animated-bg i:nth-child(2) { top: 22%; right: 12%; animation-delay: 2s; }
.svasti-animated-bg i:nth-child(3) { bottom: 10%; left: 8%; animation-delay: 4s; }
.svasti-animated-bg i:nth-child(4) { bottom: 5%; right: 15%; animation-delay: 1s; }
.svasti-animated-bg i:nth-child(5) { top: 45%; left: 45%; animation-delay: 3s; }

.svasti-banner-section .container {
    position: relative;
    z-index: 3;
}

.svasti-banner-content .svasti-subtitle {
   color: #eaeaea;
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: block;
}

.svasti-banner-content .svasti-title {
       font-size: 50px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 30px;
    text-transform: capitalize;
}

.svasti-banner-content .svasti-desc {
    font-size: 1.15rem;
    margin: 20px 0px;
    opacity: 0.95;
}

.svasti-btn {
   display: inline-block;
    background: #bb9b3a;
    color: #ffffff;
    padding: 16px 45px;
    border-radius: 50px;
    font-weight: 500;
    text-decoration: none !important;
    transition: 0.3s;
}

.svasti-btn:hover {
    background: #fff;
    transform: translateY(-3px);
}

.svasti-banner-form-wrapper {
    background: #ffffff24;
    padding: 35px;
    border-radius: 20px;
}

.svasti-banner-section input:not([type="submit"]) {
    height: 55px !important;
}

.svasti-banner-section textarea {
    height: 150px !important;
}

.svasti-banner-form-wrapper h3 {
    color: #e8e8e8;
    font-weight: 600;
    text-align: left;
}

.svasti-input-group {
    position: relative;
    margin-bottom: 20px;
    width: 100%;
}

.svasti-input-group i {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    z-index: 10;
    font-size: 16px;
    pointer-events: none;
    line-height: 1;
}

.svasti-input-group.textarea-group i {
    top: 22px;
    transform: none;
}

.svasti-banner-section .wpcf7-form-control-wrap {
    display: block;
}

.svasti-banner-section input:not([type="submit"]), 
.svasti-banner-section textarea {
        width: 100% !important;
    padding: 15px 15px 15px 48px !important;
    border: 1px solid #ced4da !important;
    border-radius: 10px !important;
    background: #00000000 !important;
    color: #fff !important;
    font-size: 16px !important;
    transition: all 0.3s ease !important;
    box-sizing: border-box !important;
}

.svasti-banner-section input:focus, 
.svasti-banner-section textarea:focus {
    border-color: #003366 !important;
    background: #fff !important;
    outline: none !important;
    box-shadow: 0 0 0 0.2rem rgba(0, 51, 102, 0.1) !important;
}

.svasti-banner-section .submit-btn input {
        width: 100%;
    background: #b39235!important;
    color: #fff;
    border: none;
    padding: 16px !important;
    border-radius: 10px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.3s;
    border-radius: 30px;
}

.svasti-banner-section .submit-btn input:hover {
    background: #a5812b!important
}

.svasti-input-group p br{
   display: none;
}

.svasti-banner-section input::placeholder,
.svasti-banner-section textarea::placeholder {
    color: #ffff !important;
    opacity: 1 !important;
    font-weight: 400 !important;
}

.svasti-banner-section input:focus, 
.svasti-banner-section textarea:focus {
    outline: none !important;
    box-shadow: none !important;
    background-color: #00000000!important;
    border-color: #ffff!important;
}

/*about*/

.svasti-about-section {
    padding: 100px 0;
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
}

.svasti-about-section .svasti-about-visual {
    position: relative;
    padding: 20px;
}

.svasti-about-section .svasti-main-img img {
    width: 100%;
    border-radius: 30px;
    box-shadow: 20px 20px 60px #d9d9d9, -20px -20px 60px #ffffff;
    height: 500px;
    object-fit: cover;
}

.svasti-about-section .svasti-startup-tag {
   position: absolute;
    top: -10px;
    left: -10px;
    background: #252525;
    color: #ffffff;
    padding: 20px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 51, 102, 0.2);
}

.svasti-about-section .svasti-startup-tag span {
    display: block;
    font-size: 1.2rem;
    font-weight: 800;
    color: #bfa03c;
}

.svasti-about-section .svasti-startup-tag p {
    margin: 0;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.svasti-about-section .svasti-about-text-content {
    padding-left: 50px;
}

.svasti-about-section .svasti-label {
    color: #ffffff;
    background: linear-gradient(135deg, #C9A646 0%, #A67C2E 100%);
    padding: 8px 20px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1px;
}

.svasti-about-section .svasti-heading {
    font-size: 40px;
    font-weight: 700;
    color: #191a1a;
    margin: 20px 0;
    line-height: 1.2;
    margin-bottom: 30px;
}

.svasti-about-section .svasti-lead-para {
    font-size: 1.1rem;
    color: #323232;
    margin-bottom: 25px;
}

.svasti-about-section .svasti-core-vision {
    display: flex;
    align-items: center;
    background: #f8fcfc;
    padding: 25px;
    border-radius: 20px;
    border-right: 5px solid #b69536;
    margin-bottom: 25px;
}

.svasti-about-section .vision-icon i {
    font-size: 35px;
    color: #ab8b35;
    margin-right: 20px;
}

.svasti-about-section .vision-text {
    font-size: 1rem;
    color: #323232;
}

.svasti-about-section .svasti-secondary-text {
    color: #323232;
    margin-bottom: 30px;
}

.svasti-about-section .svasti-support-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.svasti-about-section .svasti-support-tags span {
    background: #000000b5;
    color: #fff;
    padding: 8px 18px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    transition: 0.3s;
    border: 2px solid #bd9e3b;
}

.svasti-about-section .svasti-support-tags span:hover {
    background: #be9f3c;
    color: #ffffff;
}

@media (max-width: 991px) {
    .svasti-about-section .svasti-about-text-content {
        padding-left: 0;
        margin-top: 60px;
    }
    .svasti-about-section .svasti-heading {
        font-size: 2.2rem;
    }
}


/*services*/

.services-modern-section {
    padding: 100px 0;
    background-color: #f3f3f3;
    overflow: hidden;
}

.services-modern-section .header-flex-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 70px;
    gap: 50px;
}

.services-modern-section .header-column-left { flex: 1; }

.services-modern-section .header-column-right {
    flex: 1;
    border-left: 3px solid #C9A646;
    padding-left: 35px;
}

.services-modern-section .category-badge {
color: #ffffff;
    background: linear-gradient(135deg, #C9A646 0%, #A67C2E 100%);
    padding: 8px 20px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1px;
}

.services-modern-section .display-heading {
    font-size: 45px;
    font-weight: 700;
    color: #191a1a;
       margin-top: 20px;
    line-height: 1.1; 
}

.services-modern-section .services-main-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.services-modern-section .service-item-wrapper {
    width: 33.333%;
    padding: 15px;
    display: flex;
}

.services-modern-section .custom-service-card {
    background: #fff;
    padding: 30px;
    border-radius: 25px;
    border: 1px solid #f2f2f2;
    width: 100%;
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0;
    transform: translateX(-60px);
}

.services-modern-section .custom-service-card h3 {
    font-size: 25px;
    text-transform: capitalize;
}

.services-modern-section .custom-service-card:hover {
    border-color: #C9A646;
    transform: translateY(-12px) !important;
    box-shadow: 0 25px 50px rgba(166, 124, 46, 0.1);
}

.services-modern-section .shape-icon-container {
    width: 70px;
    height: 70px;
    margin-bottom: 30px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.services-modern-section .hexagon-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(201 166 70 / 24%);
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    transition: all 0.5s ease;
    animation: hexagonSwing 8s ease-in-out infinite;
}

@keyframes hexagonSwing {
    0% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(10deg);
    }
    75% {
        transform: rotate(-10deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

.services-modern-section .custom-service-card:hover .hexagon-bg {
    background: #C9A646;
    animation-play-state: paused;
    transform: scale(1.1) rotate(90deg);
}

.services-modern-section .custom-service-card:hover .hexagon-bg {
    background: #C9A646;
    transform: rotate(90deg) scale(1.1);
}

.services-modern-section .shape-icon-container i {
    font-size: 28px;
    color: #111;
    z-index: 2;
    transition: 0.4s;
}

.services-modern-section .custom-service-card:hover i { color: #fff; }

.services-modern-section .solutions-animated-card {
    background: #111;
    padding: 45px;
    border-radius: 25px;
    width: 100%;
    color: #fff;
    position: relative;
    overflow: hidden;
    opacity: 0;
    transform: translateX(-60px);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.services-modern-section .card-inner-content {
    position: relative;
    z-index: 5;
}

 
.services-modern-section .animated-blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(40px);
    z-index: 1;
    opacity: 0.4;
    animation: moveBlobs 10s infinite alternate;
}

.services-modern-section .blob-1 {
        width: 200px;
    height: 200px;
    background: #ffc512;
    top: -20px;
    right: -20px;
}

.services-modern-section .blob-2 {
    width: 200px;
    height: 200px;
    background: #A67C2E;
    bottom: -50px;
    left: -50px;
    animation-duration: 15s;
}

@keyframes moveBlobs {
    0% { transform: translate(0, 0) scale(1); }
    100% { transform: translate(30px, 50px) scale(1.2); }
}

.services-modern-section .solutions-animated-card h3 {
       color: #C9A646;
    font-weight: 700;
    margin-bottom: 20px;
}

.services-modern-section .check-list-gold {
    list-style: none;
    padding: 0;
}

.services-modern-section .check-list-gold li {
    margin-bottom: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.services-modern-section .check-list-gold li i {
    color: #C9A646;
    margin-right: 15px;
}

.services-modern-section .active-reveal {
    opacity: 1 !important;
    transform: translateX(0) !important;
}

@media (max-width: 991px) {
    .services-modern-section .service-item-wrapper { width: 50%; }
    .services-modern-section .header-flex-row { flex-direction: column; align-items: flex-start; }
    .services-modern-section .header-column-right { border-left: none; border-top: 3px solid #C9A646; padding-top: 25px; }
}

@media (max-width: 768px) {
    .services-modern-section .service-item-wrapper { width: 100%; }
}


/*products*/

.product-showcase-section {
  padding: 100px 0;
    background-color: #070708;
    color: #ffffff;
    overflow: hidden;
}

.product-showcase-section .product-flex-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    margin-bottom: 80px;
}

.product-showcase-section .product-content-left {
    flex: 1.2;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease;
}

.product-showcase-section .product-badge {
    background: #C9A646;
    color: #111;
    padding: 5px 15px;
    font-weight: 700;
    border-radius: 50px;
    font-size: 12px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 20px;
}

.product-showcase-section .product-title {
    font-size: 56px;
    font-weight: 900;
    letter-spacing: -1px;
    margin-bottom: 10px;
    color: #fff;
}

.product-showcase-section .product-subtitle {
    font-size: 20px;
    color: #C9A646;
    font-weight: 600;
    margin-bottom: 25px;
    text-transform: capitalize;
}

.product-showcase-section .product-description {
    font-size: 16px;
    color: #ffffff;
    line-height: 1.8;
    margin-bottom: 30px;
}

.product-showcase-section .feature-simple-list .simple-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    gap: 15px;
}

.product-showcase-section .feature-simple-list .simple-item i {
    color: #C9A646;
    font-size: 20px;
}

.product-showcase-section .btn-google-play {
    display: inline-block;
    background: #fff;
    color: #111;
    padding: 15px 30px;
    border-radius: 12px;
    font-weight: 700;
    text-decoration: none;
    margin-top: 20px;
    transition: transform 0.3s ease;
}

.product-showcase-section .btn-google-play:hover {
    transform: scale(1.05);
    background: #C9A646;
}

.product-showcase-section .product-image-right {
    flex: 1;
    position: relative;
    opacity: 0;
    transform: scale(0.9);
    transition: all 1s ease;
}

.product-showcase-section .image-placeholder-frame {
    width: 100%;
    max-width: 400px;
    height: 550px;
    background: #1a1e22;
    border-radius: 30px;
    border: 1px solid #333;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 5;
}

.product-showcase-section .actual-image-holder {
    width: 90%;
    height: 90%;
    background: #252a30;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #555;
    font-size: 14px;
}

.product-showcase-section .actual-image-holder img{
    width: 90%;
    height: 90%;
    object-fit: cover;
    border-radius: 20px;
}   

.product-showcase-section .floating-ring-1 {
    position: absolute;
    width: 120%;
    height: 90%;
    border: 2px solid rgb(201 166 70 / 28%);
    border-radius: 40%;
    z-index: -1;
    animation: rotateShape 20s linear infinite;
}

 

@keyframes rotateShape {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* Feature Grid */
.product-showcase-section .product-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 20px;
}

.product-showcase-section .feature-box {
    background: #1a1e22;
    padding: 30px 20px;
    border-radius: 20px;
    text-align: center;
    border: 1px solid #222;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.5s ease;
}

.product-showcase-section .feature-box:hover {
    border-color: #C9A646;
}

.product-showcase-section .feature-icon-hex {
    width: 50px;
    height: 50px;
    margin: 0 auto 15px;
    background: rgba(201, 166, 70, 0.15);
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #C9A646;
    font-size: 18px;
}

.product-showcase-section .feature-box h4 {
    font-size: 17px;
    font-weight: 300;
    margin: 0;
}

.product-showcase-section .active-reveal {
    opacity: 1 !important;
    transform: translateY(0) scale(1) !important;
}

@media (max-width: 991px) {
    .product-showcase-section .product-flex-row { flex-direction: column; text-align: center; }
    .product-showcase-section .feature-simple-list .simple-item { justify-content: center; }
}


/*partners*/

.founders-section {
    padding: 100px 0;
    background-color: #ffffff;
    overflow: hidden;
}

.founders-section .header-columns {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 70px;
    gap: 40px;
}

.founders-section .header-left { flex: 1; }

.founders-section .header-right {
    flex: 1;
    border-left: 3px solid #C9A646;
    padding-left: 30px;
}

.founders-section .badge {
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #ffffff;
    background: linear-gradient(135deg, #C9A646 0%, #A67C2E 100%);
    padding: 8px 20px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1px;
}

.founders-section .main-heading {
      font-size: 45px;
    font-weight: 700;
    color: #191a1a;
    margin-top: 20px;
    line-height: 1.1;
}

.founders-section .section-description {
    font-size: 17px;
    color: #232323;
    line-height: 1.6;
}

.founders-section .founders-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}

.founders-section .founder-wrapper {
    width: 50%;
    padding: 20px;
    display: flex;
}

.founders-section .founder-card {
   background: #fff;
    border: 1px solid #f2f2f2;
    padding: 40px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    gap: 35px;
    width: 100%;
    transition: all 0.5s ease;
    opacity: 0;
    transform: translateY(40px);
    box-shadow: 0px 0px 2px 2px #0000000d;
    background-color: #00000008;
}

.founders-section .founder-card:hover {
    border-color: #C9A646;
    box-shadow: 0 30px 60px rgba(0,0,0,0.05);
    transform: translateY(-5px) !important;
}

.founders-section .founder-image-area {
    position: relative;
    flex-shrink: 0;
}

.founders-section .founder-image-area img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 20px;
    position: relative;
    z-index: 2;
}

.founders-section .image-frame-decoration {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid #C9A646;
    border-radius: 20px;
    top: -10px;
    left: -10px;
    z-index: 1;
}

.founders-section .founder-info h3 {
     font-size: 20px;
    font-weight: 600;
    color: #111;
    margin-bottom: 5px;
}

.founders-section .designation {
    color: #A67C2E;
    font-weight: 600;
    font-size: 14px;
    display: block;
}

.founders-section .info-divider {
   width: 40px;
    height: 3px;
    background: #000000d4;
    margin: 10px 0;
}

.founders-section .founder-bio {
    font-size: 14px;
    color: #000000;
    line-height: 1.6;
    margin-bottom: 15px;
    text-align: justify;
}


.founders-section .active-reveal {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

@media (max-width: 1199px) {
    .founders-section .founder-card { flex-direction: column; text-align: center; }
    .founders-section .info-divider { margin: 15px auto; }
    .founders-section .founder-tags { justify-content: center; }
}

@media (max-width: 768px) {
    .founders-section .founder-wrapper { width: 100%; }
    .founders-section .header-columns { flex-direction: column; align-items: flex-start; }
    .founders-section .header-right { border-left: none; border-top: 3px solid #C9A646; padding: 20px 0 0 0; }
    .founders-section .main-heading { font-size: 36px; }
}


/*results*/

.results-section {
    padding: 80px 0;
    background: #b9993908;
   
}

.results-section .section-title {
        font-size: 28px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #191a1a;
    margin-top: 20px;
    line-height: 1.1;
    text-transform: capitalize;
}

.results-section .section-desc {
    color: #666;
    font-size: 16px;
}

.results-section .result-box {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    display: flex;
    align-items: center;
    height: 100%;
    border: 1px solid #f0f0f0;
    transition: transform 0.3s ease;
}

.results-section .result-box:hover {
    transform: translateY(-5px);
}

.results-section .result-box i {
    color: #C9A646;
    font-size: 20px;
    margin-right: 20px;
    flex-shrink: 0;
}

.results-section .result-box p {
    margin: 0;
    font-size: 14px;
    color: #444;
    line-height: 1.5;
    text-transform: uppercase;
    font-weight: 500;
}

.results-section .highlight-box {
    background: #fdfaf3;
    border-color: #C9A646;
}

.results-section .highlight-box p {
    font-weight: 700;
    color: #111;
}

@media (max-width: 768px) {
    .results-section .section-title {
        font-size: 22px;
    }
}

/*footer*/
 
.premium-footer {
    padding: 75px 0 15px;
    background-color: #fff5d94d;
    position: relative;
}

.premium-footer .footer-cards-row {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-bottom: 60px;
    flex-wrap: wrap;
}

.premium-footer .contact-card {
    background: #bebebe2e;
    border: 1px solid #f0f0f0;
    padding: 30px;
    border-radius: 20px;
    flex: 1;
    min-width: 300px;
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
    box-shadow: 0px 0px 3px 0px #0000001a;
}

.premium-footer .card-glow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(201, 166, 70, 0.05) 0%, transparent 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.premium-footer .contact-card:hover {
    transform: translateY(-10px);
    border-color: #C9A646;
    box-shadow: 0 20px 40px rgba(166, 124, 46, 0.08);
}

.premium-footer .contact-card:hover .card-glow {
    opacity: 1;
}

.premium-footer .icon-circle {
    width: 60px;
    height: 60px;
    background: #1a1a1a;
    color: #C9A646;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
    transition: all 0.4s ease;
}

.premium-footer .contact-card:hover .icon-circle {
    background: #C9A646;
    color: #ffffff;
    transform: rotateY(360deg);
}

.premium-footer .card-text label {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    color: #C9A646;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.premium-footer .card-text p {
    font-size: 15px;
    color: #444;
    font-weight: 500;
    margin: 0;
    line-height: 1.5;
}
 
.premium-footer .footer-copyright-row {
    text-align: center;
}

.premium-footer .copyright-line {
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, #ac924003, #bc9d3a, #bfa03c00);
    margin-bottom: 20px;
}

.premium-footer .footer-copyright-row p {
    font-size: 16px;
    color: #000000;
    margin: 0;
    letter-spacing: 0.5px;
}

.premium-footer .footer-copyright-row p span {
    color: #000000;
    font-weight: 600;
}

.footer-heading .category-badge{
    color: #ffffff;
    background: linear-gradient(135deg, #C9A646 0%, #A67C2E 100%);
    padding: 8px 20px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1px;
}

.footer-heading .display-heading{
       font-size: 45px;
    font-weight: 700;
    color: #191a1a;
    margin-top: 20px;
    line-height: 1.1;
    margin-bottom: 25px;
}


/* Mobile Responsiveness */
@media (max-width: 768px) {
    .premium-footer {
        padding: 60px 0 30px;
    }
    .premium-footer .contact-card {
        padding: 20px;
    }
}


/*floating icons*/

.floating-container {
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 9999;
}

.floating-container .float-btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff !important; 
  text-decoration: none !important;
  outline: none;
  font-size: 24px;
  border: none;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.floating-container .gold-btn {
  background: linear-gradient(135deg, #bc9835bf 0%, #A67C2E 100%);
  background-size: 200% 200%;
}

.floating-container .gold-btn:hover {
  transform: scale(1.1) translateY(-5px);
  filter: drop-shadow(0 0 12px rgba(191, 149, 63, 0.7));
  background-position: right center;
}

.floating-container .scroll-top {
  background: linear-gradient(135deg, #434343, #000000);
}

.floating-container .scroll-top:hover {
  transform: scale(1.1) translateY(-5px);
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5));
}

.floating-container .hidden {
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px) scale(0.5);
}

.floating-container .visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

.floating-container .float-btn i {
  color: #ffffff !important;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}


/*inner header*/

.svasti-inner-header {
    position: relative;
    height: 300px;
    width: 100%;
    background: #050505;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding-top: 100px;
}

.svasti-gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 15% 50%, rgb(191 149 63 / 52%) 0%, transparent 45%), radial-gradient(circle at 85% 50%, rgb(170 119 28 / 39%) 0%, transparent 45%);
    z-index: 1;
}

.svasti-line-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.svasti-svg-lines {
    width: 100%;
    height: 100%;
}

.svasti-line {
    stroke-dasharray: 100 500;
    stroke-linecap: round;
    transform-origin: center;
    opacity: 0.6;
    animation: svastiLineRotate 15s linear infinite;
}

.svasti-line-1 {
    stroke: #BF953F;
    animation-duration: 12s;
}

.svasti-line-2 {
    stroke: #FCF6BA;
    animation-duration: 20s;
    animation-direction: reverse;
    stroke-dasharray: 180 600;
}

.svasti-line-3 {
    stroke: #AA771C;
    animation-duration: 28s;
    stroke-dasharray: 70 400;
}

@keyframes svastiLineRotate {
    0% { transform: rotate(0deg); stroke-dashoffset: 0; }
    100% { transform: rotate(360deg); stroke-dashoffset: -1200; }
}

.svasti-header-content {
    position: relative;
    z-index: 3;
    text-align: center;
}

.svasti-page-title {
    font-size: 30px;
    font-weight: 500;
    margin: 0 0 15px 0;
    background: linear-gradient(135deg, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    letter-spacing: 3px;
    filter: drop-shadow(0 5px 15px rgba(0,0,0,0.3));
}

.svasti-breadcrumbs {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    font-size: 13px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #ffffff;
}

.svasti-breadcrumbs a {
    color: #BF953F;
    text-decoration: none;
    transition: all 0.3s ease;
    outline: none;
}

.svasti-breadcrumbs a:hover {
    color: #FCF6BA;
    text-shadow: 0 0 10px rgba(252, 246, 186, 0.6);
}

.svasti-sep {
    color: rgba(191, 149, 63, 0.4);
    font-weight: bold;
}

.svasti-current {
    font-weight: 300;
    color: rgba(255, 255, 255, 0.9);
}


/*event page*/


.svasti-event-section {
    padding: 80px 0;
    background-color: #ffffff;
}

.svasti-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.svasti-event-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
}

.svasti-event-card {
    background: #ffffff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    border: 1px solid #f0f0f0;
    display: flex;
    flex-direction: column;
}

.svasti-event-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(191, 149, 63, 0.15);
}

.svasti-event-image-wrapper {
    position: relative;
    height: 220px;
    overflow: hidden;
}

.svasti-event-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.svasti-event-card:hover .svasti-event-img {
    transform: scale(1.1);
}

.svasti-event-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent, rgba(0,0,0,0.2));
}

.svasti-event-details {
    padding: 25px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.svasti-event-title {
    font-size: 25px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 12px;
    line-height: 1.3;
}

.svasti-event-about {
    font-size: 0.95rem;
    color: #252525;
    line-height: 1.6;
    margin-bottom: 20px;
    flex-grow: 1;
    font-weight: 600;
}

.svasti-event-link {
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #BF953F;
    transition: color 0.3s ease;
    margin-top: auto;
}

.svasti-event-link:hover {
    color: #AA771C;
}

.svasti-event-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #f5f5f5, #e0e0e0);
}

@media (max-width: 768px) {
    .svasti-event-grid {
        grid-template-columns: 1fr;
    }
}

.svasti-event-inner{
    padding: 70px 0px;
}


/*thank you*/

.svasti-thank-you-page {
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    padding: 120px 20px 60px;
}

.thank-you-card {
    text-align: center;
    max-width: 600px;
    width: 100%;
}

.success-icon-wrapper {
    position: relative;
    width: 120px;
    height: 120px;
    margin: 0 auto 40px;
}

.icon-circle-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(201, 166, 70, 0.1);
    border-radius: 50%;
    animation: pulseCircle 2s infinite;
}

.checkmark-svg {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #C9A646;
    stroke-miterlimit: 10;
    box-shadow: inset 0px 0px 0px #C9A646;
    animation: fillCheck 0.4s ease-in-out 0.4s forwards, scaleCheck 0.3s ease-in-out 0.9s both;
    position: relative;
    z-index: 2;
}

.checkmark-circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #C9A646;
    fill: none;
    animation: strokeCircle 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark-check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: strokeCheck 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes strokeCircle {
    100% { stroke-dashoffset: 0; }
}

@keyframes strokeCheck {
    100% { stroke-dashoffset: 0; }
}

@keyframes scaleCheck {
    0%, 100% { transform: none; }
    50% { transform: scale3d(1.1, 1.1, 1); }
}

@keyframes fillCheck {
    100% { box-shadow: inset 0px 0px 0px 60px rgba(201, 166, 70, 0.1); }
}

@keyframes pulseCircle {
    0% { transform: scale(1); opacity: 0.8; }
    100% { transform: scale(1.5); opacity: 0; }
}

.thank-you-title {
    font-size: 48px;
    font-weight: 700;
    color: #191a1a;
    margin-bottom: 15px;
}

.thank-you-message {
    font-size: 18px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 40px;
}

.btn-home {
    display: inline-block;
    background: linear-gradient(135deg, #C9A646 0%, #A67C2E 100%);
    color: #ffffff;
    padding: 15px 40px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px rgba(166, 124, 46, 0.2);
}

.btn-home:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(166, 124, 46, 0.3);
    color: #ffffff;
}

@media (max-width: 767px) {
    .svasti-thank-you-page {
        padding: 100px 20px 50px;
    }
    
    .thank-you-title {
        font-size: 32px;
    }
    
    .thank-you-message {
        font-size: 16px;
    }
    
    .success-icon-wrapper {
        width: 100px;
        height: 100px;
    }
    
    .checkmark-svg {
        width: 100px;
        height: 100px;
    }
}


/*404 error*/

.svasti-error-page {
    min-height: 85vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    padding: 120px 20px;
    position: relative;
    overflow: hidden;
}

.svasti-error-page .error-content-card {
    text-align: center;
    max-width: 700px;
    width: 100%;
    position: relative;
    z-index: 5;
}

.svasti-error-page .error-visual {
    width: 100%;
    margin-bottom: 30px;
}

.svasti-error-page .error-svg {
    width: 100%;
    max-width: 450px;
    height: auto;
}

.svasti-error-page .svg-404-text {
       font-size: 80px;
    font-weight: 900;
    fill: #1a1a1a;
    letter-spacing: 1px;
}

.svasti-error-page .svg-orbit {
    animation: rotateOrbit 20s linear infinite;
    transform-origin: center;
}

@keyframes rotateOrbit {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.svasti-error-page .error-title {
    font-size: 40px;
    font-weight: 700;
    color: #191a1a;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.svasti-error-page .error-text {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 40px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.svasti-error-page .btn-back-home {
    display: inline-block;
    background: linear-gradient(135deg, #C9A646 0%, #A67C2E 100%);
    color: #ffffff;
    padding: 16px 45px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 13px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px rgba(166, 124, 46, 0.2);
}

.svasti-error-page .btn-back-home:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(166, 124, 46, 0.3);
    color: #ffffff;
}

@media (max-width: 767px) {
    .svasti-error-page {
        padding: 80px 20px;
    }

    .svasti-error-page .svg-404-text {
        font-size: 100px;
    }

    .svasti-error-page .error-title {
        font-size: 28px;
    }

    .svasti-error-page .error-text {
        font-size: 14px;
        padding: 0 10px;
    }

    .svasti-error-page .btn-back-home {
        padding: 14px 35px;
        font-size: 12px;
    }
}

/*Responsive section*/

@media (max-width: 991px) {
    
    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 
    .mega-toggle-animated-slider .mega-toggle-animated-inner::before {
        top: 10px;
        width: 25px;
        animation: widthPulse 1s ease-in-out infinite;
    }
    
    @keyframes widthPulse {
        0% {
            width: 25px;
        }
        50% {
            width: 40px;
        }
        100% {
            width: 25px;
        }
    }

    .svasti-banner-section {
        padding: 120px 0 60px;
        min-height: auto;
        background-attachment: scroll;
    }

    .svasti-banner-content {
        text-align: center;
        margin-bottom: 50px;
    }

    .svasti-banner-content .svasti-title {
        font-size: 42px;
    }

    .svasti-banner-form-wrapper {
        max-width: 600px;
        margin: 0 auto;
    }
    
}

@media (min-width: 768px) and (max-width: 991px) {
    .svasti-banner-content .svasti-title {
        font-size: 45px;
    }
    
    .svasti-animated-bg i {
        font-size: 35px;
    }
    
    .header-right-info{
        display: none;
    }
    
    .svasti-banner-section {
        padding: 150px 0 80px;
    }
    
    .svasti-about-section {
        padding: 80px 0;
    }

    .svasti-about-section .svasti-main-img img {
        height: 400px;
    }

    .svasti-about-section .svasti-heading {
        font-size: 32px;
    }
    
    .services-modern-section {
        padding: 80px 0;
    }

    .services-modern-section .display-heading {
        font-size: 38px;
    }

    .services-modern-section .header-flex-row {
        gap: 30px;
        margin-bottom: 50px;
    }

    .services-modern-section .service-item-wrapper {
        width: 50%;
    }

    .services-modern-section .custom-service-card h3 {
        font-size: 22px;
    }
    
    .product-showcase-section {
        padding: 80px 0;
    }

    .product-showcase-section .product-title {
        font-size: 48px;
    }

    .product-showcase-section .product-flex-row {
        gap: 40px;
    }

    .product-showcase-section .image-placeholder-frame {
        height: 480px;
        max-width: 350px;
    }

    .product-showcase-section .product-features-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .results-section {
        padding: 60px 0;
    }

    .results-section .section-title {
        font-size: 26px;
    }

    .results-section .result-box {
        padding: 20px;
    }
    
    .founders-section {
        padding: 80px 0;
    }

    .founders-section .main-heading {
        font-size: 38px;
    }

    .founders-section .header-columns {
        margin-bottom: 50px;
    }

    .founders-section .founder-card {
        padding: 30px;
        gap: 20px;
    }

    .founders-section .founder-image-area img {
        width: 120px;
        height: 120px;
    }
    
    .premium-footer .contact-card {
        flex: 1 1 45%; /* Grid style for medium screens */
        min-width: unset;
    }
    
    .svasti-inner-header {
        height: 250px;
        padding-top: 80px;
    }

    .svasti-page-title {
        font-size: 26px;
        letter-spacing: 2px;
    }
    
    .svasti-event-section {
        padding: 60px 0;
    }

    .svasti-event-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .svasti-event-title {
        font-size: 20px;
    }
    
    .svasti-header-wrapper .header-menu #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
        color: #ffffff !important;
    }
}

@media (max-width: 767px) {
    
    .svasti-header-wrapper .header-logo img {
        max-width: 150px;
        height: auto;
    }
    
    .svasti-header-wrapper .header-menu #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
        color: #ffffff !important;
    }
    
    body.f-nav .svasti-header-wrapper {
        padding: 5px 0;
    }
    
    body.f-nav .svasti-header-wrapper .header-logo img {
        max-width: 110px;
        height: auto;
    }

    .svasti-banner-section {
        padding: 150px 0 80px;
    }

    .svasti-banner-content .svasti-subtitle {
        font-size: 0.9rem;
        letter-spacing: 1px;
    }

    .svasti-banner-content .svasti-title {
        font-size: 27px;
        margin-bottom: 20px;
    }

    .svasti-banner-content .svasti-desc {
        font-size: 1rem;
    }
    
    .svasti-header-wrapper {
        padding: 5px 0;
    }
    
    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:only-child {
        margin-top: 10px;
    }
    
    .floating-container .float-btn {
        width: 50px;
        height: 50px;
    }

    .svasti-btn {
        padding: 10px 10px;
        width: 50%;
        text-align: center;
    }
    
    .header-right-info{
        display: none;
    }

    .svasti-banner-form-wrapper {
        padding: 25px 20px;
    }

    .svasti-banner-form-wrapper h3 {
        font-size: 1.4rem;
        text-align: center;
    }

    .svasti-banner-form-wrapper p {
        text-align: center;
        font-size: 0.9rem;
    }

    .svasti-animated-bg i {
        font-size: 25px;
    }

    .svasti-animated-bg i:nth-child(5) {
        display: none;
    }
    
    .svasti-about-section {
        padding: 60px 0;
    }

    .svasti-about-section .svasti-about-visual {
        padding: 10px;
    }

    .svasti-about-section .svasti-main-img img {
        height: 300px;
        border-radius: 20px;
    }

    .svasti-about-section .svasti-startup-tag {
        padding: 12px;
        border-radius: 12px;
        top: 0;
        left: 0;
    }

    .svasti-about-section .svasti-startup-tag span {
        font-size: 1rem;
    }

    .svasti-about-section .svasti-startup-tag p {
        font-size: 10px;
    }

    .svasti-about-section .svasti-about-text-content {
        margin-top: 40px;
        text-align: center;
    }

    .svasti-about-section .svasti-heading {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .svasti-about-section .svasti-lead-para {
        font-size: 1rem;
    }

    .svasti-about-section .svasti-core-vision {
        flex-direction: column;
        padding: 20px;
        text-align: center;
        border-right: none;
        border-bottom: 5px solid #b69536;
    }

    .svasti-about-section .vision-icon i {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .svasti-about-section .svasti-support-tags {
        justify-content: center;
    }

    .svasti-about-section .svasti-support-tags span {
        font-size: 12px;
        padding: 6px 14px;
    }
    
    .services-modern-section {
        padding: 60px 0;
    }

    .services-modern-section .header-flex-row {
        margin-bottom: 40px;
        gap: 20px;
    }

    .services-modern-section .header-column-right {
        padding-left: 0;
        padding-top: 20px;
    }

    .services-modern-section .display-heading {
        font-size: 30px;
    }

    .services-modern-section .lead-text {
        font-size: 1rem;
    }

    .services-modern-section .service-item-wrapper {
        width: 100%;
        padding: 10px 15px;
    }

    .services-modern-section .custom-service-card {
        padding: 25px;
        text-align: center;
    }

    .services-modern-section .shape-icon-container {
        margin: 0 auto 20px;
    }

    .services-modern-section .custom-service-card h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .services-modern-section .solutions-animated-card {
        padding: 30px 20px;
        text-align: center;
    }

    .services-modern-section .check-list-gold li {
        justify-content: center;
        font-size: 14px;
        text-align: left;
    }
    
    .product-showcase-section {
        padding: 60px 0;
    }

    .product-showcase-section .product-flex-row {
        gap: 40px;
        margin-bottom: 50px;
    }

    .product-showcase-section .product-title {
        font-size: 36px;
    }

    .product-showcase-section .product-subtitle {
        font-size: 18px;
    }

    .product-showcase-section .product-description {
        font-size: 15px;
        padding: 0 10px;
    }

    .product-showcase-section .image-placeholder-frame {
        height: 420px;
        max-width: 300px;
    }

    .product-showcase-section .feature-simple-list .simple-item {
        font-size: 14px;
        text-align: left;
        max-width: 280px;
        margin-left: auto;
        margin-right: auto;
    }

    .product-showcase-section .btn-google-play {
        width: 100%;
        max-width: 280px;
        padding: 12px 20px;
    }

    .product-showcase-section .product-features-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .product-showcase-section .feature-box {
        padding: 20px 10px;
    }

    .product-showcase-section .feature-box h4 {
        font-size: 14px;
    }

    .product-showcase-section .floating-ring-1 {
        width: 110%;
    }
    
    .results-section {
        padding: 50px 0;
    }

    .results-section .section-title {
        font-size: 24px;
        margin-top: 10px;
    }

    .results-section .section-desc {
        font-size: 14px;
        padding: 0 15px;
    }

    .results-section .result-box {
        padding: 18px;
        flex-direction: row;
        text-align: left;
        align-items: flex-start;
    }

    .results-section .result-box i {
        margin-right: 15px;
        font-size: 18px;
        margin-top: 3px;
    }

    .results-section .result-box p {
        font-size: 12px;
        letter-spacing: 0.5px;
    }

    .results-section .col-lg-6 {
        margin-bottom: 15px !important;
    }

    .results-section .highlight-box {
        margin-top: 10px;
    }
    
    .founders-section {
        padding: 60px 0;
    }

    .founders-section .header-columns {
        margin-bottom: 40px;
        gap: 20px;
    }

    .founders-section .header-right {
        padding-top: 15px;
    }

    .founders-section .main-heading {
        font-size: 30px;
        margin-top: 15px;
    }

    .founders-section .section-description {
        font-size: 15px;
    }

    .founders-section .founder-wrapper {
        width: 100%;
        padding: 10px 15px;
    }

    .founders-section .founder-card {
        padding: 30px 20px;
        flex-direction: column;
        text-align: center;
    }

    .founders-section .founder-image-area {
        margin-bottom: 10px;
    }

    .founders-section .founder-image-area img {
        width: 130px;
        height: 130px;
    }

    .founders-section .image-frame-decoration {
        top: -8px;
        left: -8px;
    }

    .founders-section .founder-info h3 {
        font-size: 19px;
    }

    .founders-section .designation {
        font-size: 13px;
    }

    .founders-section .info-divider {
        margin: 12px auto;
    }

    .founders-section .founder-bio {
        font-size: 13px;
        text-align: center;
        line-height: 1.5;
    }
    
    .premium-footer {
        padding: 50px 0 20px;
    }

    .footer-heading {
        text-align: center;
        margin-bottom: 40px;
    }

    .footer-heading .display-heading {
        font-size: 32px;
    }

    .premium-footer .footer-cards-row {
        gap: 15px;
        margin-bottom: 40px;
    }

    .premium-footer .contact-card {
        flex: 1 1 100%;
        min-width: 100%;
        padding: 25px 20px;
        gap: 15px;
    }

    .premium-footer .icon-circle {
        width: 50px;
        height: 50px;
        font-size: 18px;
    }

    .premium-footer .card-text label {
        font-size: 11px;
    }

    .premium-footer .card-text p {
        font-size: 14px;
        word-break: break-word; /* Prevents long emails/addresses from breaking layout */
    }

    .premium-footer .footer-copyright-row p {
        font-size: 13px;
        padding: 0 10px;
        line-height: 1.6;
    }

    .premium-footer .copyright-line {
        margin-bottom: 15px;
    }
    
    .svasti-inner-header {
        height: 200px;
        padding-top: 70px;
    }

    .svasti-page-title {
        font-size: 20px;
        letter-spacing: 1.5px;
        margin-bottom: 10px;
        padding: 0 15px;
    }

    .svasti-breadcrumbs {
        font-size: 11px;
        letter-spacing: 1.5px;
        gap: 8px;
    }

    /* Scaling down the SVG effect for smaller screens */
    .svasti-svg-lines {
        transform: scale(1.2);
    }

    .svasti-line {
        stroke-width: 1.5; /* Slightly thinner lines for mobile */
    }
    
    .svasti-event-section {
        padding: 50px 0;
    }

    .svasti-container {
        padding: 0 15px;
    }

    .svasti-event-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .svasti-event-image-wrapper {
        height: 200px;
    }

    .svasti-event-details {
        padding: 20px;
    }

    .svasti-event-title {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .svasti-event-about {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .svasti-event-link {
        font-size: 13px;
    }

    .svasti-event-inner {
        padding: 40px 0;
    }
}
