/*
Theme Name: Blizzfull
Theme URI: https://wordpress.org/themes/twentyten/
Description: The 2010 theme for WordPress is stylish, customizable, simple, and readable -- make it yours with a custom menu, header image, and background. Twenty Ten supports six widgetized areas (two in the sidebar, four in the footer) and featured images (thumbnails for gallery posts and custom header images for posts and pages). It includes stylesheets for print and the admin Visual Editor, special styles for posts in the "Asides" and "Gallery" categories, and has an optional one-column page template that removes the sidebar.
Author: the WordPress team
Author URI: https://wordpress.org/
Version: 4.4
Tested up to: 6.8
Requires at least: 3.0
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, two-columns, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu, flexible-header, featured-images, footer-widgets, featured-image-header, block-patterns
Text Domain: twentyten
*/


/* Custom CSS Variables */
:root {
  --primary-green: #cee260;
  --secondary-green: #d6e160;
  --danger-red: #fe5c6b;
  --purple-light: #cfabff;
  --dark-bg: #1e1e1e;
  --gray-bg: #505050;
  --glass-bg: rgba(255, 255, 255, 0.1);
  --glass-border: rgba(255, 255, 255, 0.2);
}

/* Global Styles */
body {
  font-family: sofia-pro, sans-serif;
  background-color: var(--gray-bg);
  color: white;
  overflow-x: hidden;
}

/* Skip Link */
.skip-link {
  position: absolute;
  top: -40px;
  left: 6px;
  background: #000;
  color: #fff;
  padding: 8px;
  text-decoration: none;
  z-index: 1001;
  border-radius: 4px;
}

.skip-link:focus {
  top: 6px;
}

/* Custom Navigation */
.custom-nav {
    border-radius: 49px;
    margin: 26px auto;
    width: 100%;
    border-radius: 49px;
    border: 0.5px solid rgba(255, 255, 255, 0.50);
    background: linear-gradient(171deg, rgba(255, 255, 255, 0.70) 5.09%, rgba(255, 255, 255, 0.35) 93.89%);
    box-shadow: 10px 24px 36px 0 rgba(0, 0, 0, 0.13);
    backdrop-filter: blur(40px);
    max-width: 545px;
    padding: 5px 6px 5px 6px;
}

nav.navbar .container-fluid {
    padding: 0;
}

.custom-nav-content {
    gap: 5px;
}

.nav-home-icon {
    
    border-radius: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 55px;
    flex-shrink: 0;
    padding: 0;
    margin: 0 !important;
}
  /*
.nav-home-icon.active {
 background: rgba(0, 0, 0, 0.4); 
} */
.navbar-nav .nav-link.active {
    background: rgba(0, 0, 0, 0.4);
}

.nav-home-icon svg {
    width: 42px;
    height: 33px;
}

.navbar-nav .nav-link {
    font-weight: 700;
    font-size: 19px;
    transition: color 0.3s ease;
    margin: 0 !important;
    font-family: degular, sans-serif;
    padding: 10px 15px !important;
    border-radius: 50px;
}

.navbar-nav .nav-link:hover {
  color: var(--primary-green) !important;
}

/* Hero Section */
.hero-section {
  min-height: 75vh;
  background: linear-gradient(135deg, var(--gray-bg) 0%, #404040 100%);
  position: relative; 
}

.hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('../blizzfull/images/banner.svg');
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
}

.hero-content {
  position: relative;
  z-index: 3;
  padding: 120px 0 80px;
}

.hero-title {
  font-size: clamp(3rem, 8vw, 6rem);
  font-weight: 700;
  color: var(--primary-green);
  line-height: 1.1;
  margin-bottom: 2rem;
}

.hero-description {
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto;
}

/* Custom Buttons */
.btn-custom-primary {
  background-color: var(--primary-green);
  border: 3px solid #000;
  color: #000;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-custom-primary:hover {
  background-color: var(--secondary-green);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(206, 226, 96, 0.3);
  color: #000;
}

/* Features Section */
.features-section {
    background: var(--gray-bg);
    background-image: url('../blizzfull/images/first-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.feature-card {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 2rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.feature-icon {
  font-size: 3rem;
  color: white;
  font-weight: 200;
  line-height: 1;
}

.feature-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: white;
}

/* Tab Format Section */
.tab-format-section {

 
  padding: 40px 30px;
  
}

.tab-item {
  padding: 25px 30px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
}

.tab-item:hover {
  background: rgba(255, 255, 255, 0.1);
}

.tab-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: white;
  margin: 0;
  line-height: 1.2;
}

.tab-icon {
  font-size: 2rem;
  color: white;
  font-weight: 300;
  line-height: 1;
}

.tab-divider {
  position: absolute;
  bottom: 0;
  left: 30px;
  right: 30px;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}

.tab-item:last-child .tab-divider,
.tab-item:nth-last-child(2) .tab-divider {
  display: none;
}
.container {
    max-width: 1320px;
}
h2{
  font-family: degular, sans-serif;
}
.yellow-text {
  color: var(--primary-green);
}
.row-custom-three {
    display: flex;
    column-gap: 100px;
    margin-top: 90px;
}
.row-custom-three > div {
    width: calc(100% / 3 - 50px);
}
.accordion-item button {
    background: transparent !important;
    border: 0;
    padding: 0;
    font-size: 26px;
    font-family: sofia-pro, sans-serif;
    font-weight: 600;
    color: #fff !important;
    padding: 10px 0;
    box-shadow: none !important;
}
.accordion-body {
    padding: 0;
    color: #fff;
    font-family: sofia-pro, sans-serif;
    font-size: 16px;
}
.accordion-body p {
    padding: 0;
    color: #fff;
    font-family: sofia-pro, sans-serif;
    font-size: 16px;
}
.accordion-item {
    background: transparent;
    border: hidden;
    border-bottom: 1px solid #fff;
    padding: 20px 0;
    border-radius: 0 !important;
}
.accordion-button::after {
  content: "";
  background-image: url('../blizzfull/images/plus.png');
}

/* Change to minus when accordion is open */
.accordion-button:not(.collapsed)::after {
  content: "";
  background-image: url('../blizzfull/images/plus.png');
}
.swiper.mySwiper {
    overflow: visible;
} 
  .swiper-button-next, .swiper-button-prev {
    background: #ffff;
    padding: 20px 20px;
    height: auto;
    width: auto;
    border-radius: 10px;
    opacity: 0.9;
    box-shadow: 0 0 10px #999;
}

/* Responsive adjustments for tabs */
@media (max-width: 991px) {
  .tab-item:nth-child(odd):not(:last-child) .tab-divider {
    display: block;
  }
  
  .tab-item:nth-child(even) .tab-divider {
    display: none;
  }
  div#navbarNav {
    position: absolute;
    left: 0;
    top: 75px;
    width: 100%;
    border-radius: 49px;
    border: 0.5px solid rgba(255, 255, 255, 0.50);
    background: linear-gradient(171deg, rgba(255, 255, 255, 0.70) 5.09%, rgba(255, 255, 255, 0.35) 93.89%);
    box-shadow: 10px 24px 36px 0 rgba(0, 0, 0, 0.13);
    backdrop-filter: blur(40px);
}
.custom-nav-content {
    gap: 25px;
    flex-direction: column !important;
    margin: 25px 0;
}
}

.feature-description {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 0;
}


/* Demo Section */
.portfolio-section {
    background-image: url('../blizzfull/images/banner_three.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.phone-mockup {
	border-radius: 20px;
	border: 0.368px solid rgba(255, 255, 255, 0.50);
	background: linear-gradient(171deg, rgba(255, 255, 255, 0.40) 5.09%, rgba(255, 255, 255, 0.20) 93.89%);
	backdrop-filter: blur(3.0813679695129395px);
	width: 351px;
	height: 553.803px;
	flex-shrink: 0;
}
.phone-header {

  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.phone-dots {
  display: flex;
  gap: 8px;
}

.phone-dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
}

.phone-url {
  background: white;
  padding: 4px 12px;
  border-radius: 4px;
  font-size: 0.8rem;
  color: #000;
}

.phone-menu {
  color: #000;
  font-size: 1.2rem;
}

.phone-content {
	width: 329.66px;
	height: 490.796px;
	flex-shrink: 0;
	justify-content: center;
	left: 0;
	right: 0;
	margin: auto;
}

.restaurant-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 15px;
}





.menu-item {
  background: rgba(238, 240, 233, 0.9);
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menu-item-info h6 {
  color: #8c8c8c;
  font-size: 0.9rem;
  margin-bottom: 5px;
}

.menu-item-info .price {
  font-weight: 600;
}

.menu-item-image {
  width: 60px;
  height: 45px;
  border-radius: 6px;
  object-fit: cover;
}

.phone-navigation {
  display: flex;
  justify-content: space-around;
  align-items: center;

}

.nav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.7rem;
}

.nav-item.active {
  color: white;
}

.section-title {
  font-size: clamp(2.5rem, 6vw, 4rem);
  font-weight: 700;
  line-height: 1.1;
}

.smiley-icon {
  width: 80px;
  height: 80px;
}

.portfolio-card {
  transition: transform 0.3s ease;
}

.portfolio-card:hover {
  transform: translateY(-10px);
}

.browser-mockup {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  overflow: hidden;
}

.browser-header {
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.browser-dots {
  display: flex;
  gap: 8px;
}

.browser-dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
}

.browser-url {
  background: white;
  padding: 4px 12px;
  border-radius: 4px;
  font-size: 0.8rem;
  color: #000;
}

.browser-menu {
  color: #000;
  font-size: 1.2rem;
}

.browser-content {
  width: 100%;
  height: auto;
  display: block;
}

.portfolio-title {
	color: #1E1E1E;
	font-family: sofia-pro, sans-serif;
	font-size: 26px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

/* Journal Section */
.journal-section {
  background-image: url('../blizzfull/images/banner_4.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 0;
  position: relative;
}

.journal-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.journal-card:hover {
  transform: scale(1.05);
}

.journal-image {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.journal-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;

}

.journal-date {
  color: rgba(238, 240, 233, 0.8);
  font-size: 0.9rem;
  margin-bottom: 8px;
}



.journal-collage {
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 30px;
    padding: 30px;
    min-height: 780px;
}

.journal-item {
  position: absolute;
  border-radius: 15px;
  transition: all 0.5s ease;

}

.journal-item:hover {
  transform: scale(1.05);
  z-index: 10;
}

.journal-item-1 {
    top: 0;
    left: 0;
    z-index: 3;
    width: 270px;
    height: 300px;
    flex-shrink: 0;
}

.journal-item-2 {
    top: 130px;
    left: 28%;
    z-index: 4;
    width: 363px;
    height: 281px;
    flex-shrink: 0;
}

.journal-item-3 {
    top: -140px;
    z-index: 66;
    width: 237px;
    height: 316px;
    flex-shrink: 0;
    left: 52%;
}
.journal-item-4 {
    top: 310px;
    left: 50%;
    z-index: 6;
    width: 363px;
    height: 454px;
    flex-shrink: 0;
}

.journal-item-5 {
    top: 360px;
    left: 65px;
    z-index: 5;
    width: 361px;
    height: 386px;
    flex-shrink: 0;
}

.journal-item-6 {
    top: 120px;
    right: 0;
    z-index: 6;
    width: 364px;
    height: 386px;
    flex-shrink: 0;
}

.journal-item .journal-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 25px;
}

.row-custom-logos {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.journal-item:hover .journal-overlay {
  opacity: 1;
  visibility: visible;
}
.journal-item .journal-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 15px;
    font-size: 19px;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    border-radius: 25px;
}

.journal-item .journal-text-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.9);
  color: #333;
  padding: 15px 20px;
  border-radius: 10px;
  font-weight: 600;
  text-align: center;
  font-size: 0.9rem;
}

p.floating-line {
    position: absolute;
    bottom: -110px;
    right: 0;
    color: var(--primary-green);
}
p.floating-line::before {
    content: "";
    position: absolute;
    top: -33px;
    width: 50px;
    height: 2px;
    background-color: var(--primary-green);
    transform: rotate(90deg);
    left: 85px;
}
/* Responsive adjustments for collage */
@media (max-width: 768px) {

}


.journal-title {
  color: white;
  font-weight: 500;
  margin-bottom: 0;
}

/* Marketing Section */
.marketing-section {
  background: var(--gray-bg);
  padding: 100px 0;
}

.marketing-mockup {
  max-width: 600px;
}

.marketing-graphic {
  max-width: 300px;
}

.marketing-note {
  font-style: italic;
  font-size: 1.1rem;
}

/* Footer */
.footer-section {
  background: var(--dark-bg);
  padding: 100px 0 50px;
}

.partner-logo {
  height: 60px;
  width: auto;
  margin: 0 20px;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

.partner-logo:hover {
  opacity: 1;
}

.stats-graphic {
  max-width: 300px;
}

.stats-text {
  font-size: 1.2rem;
  line-height: 1.6;
  color: var(--purple-light);
}

.thank-you-section {
    margin: 150px 0 80px;
    position: relative;
}
.thank-you-section > img {
    max-width: 100%;
}
.let-chat-btn > button {
    background: transparent;
    color: #CEE260;
    border-color: #CEE260;
    padding: 15px 60px !important;
}

.thank-you-text {
  font-size: clamp(4rem, 12vw, 12rem);
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 4px var(--danger-red);
  text-stroke: 4px var(--danger-red);
  line-height: 0.8;
}

.footer-copyright,
.footer-credit {
  color: rgba(238, 240, 233, 0.8);
  font-size: 1.1rem;
}

.footer-link {
  color: rgba(238, 240, 233, 0.8);
  text-decoration: underline;
  font-size: 1.1rem;
  transition: color 0.3s ease;
}

.footer-link:hover {
  color: var(--primary-green);
}

.footer-logo {
  height: 30px;
  width: auto;
}

/* Responsive Design */
@media (max-width: 768px) {
  .custom-nav {
    margin: 15px;
    padding: 10px 15px;
  }
  
  .custom-nav-content {
    gap: 1rem;
  }
  
  .navbar-nav .nav-link {
    font-size: 16px;
  }
  
  .hero-content {
    padding: 100px 0 60px;
    text-align: center;
  }
  
  .feature-card {
    padding: 1.5rem;
  }
  
  .phone-mockup {
    max-width: 320px;
  }
  
  .partner-logo {
    height: 40px;
    margin: 0 10px;
  }
  
  .thank-you-text {
    font-size: 3rem;
  }
}

@media (max-width: 576px) {
  .custom-nav-content {
    flex-wrap: wrap;
    gap: 0.5rem;
  }
  
  .navbar-nav .nav-link {
    font-size: 14px;
    padding: 0.25rem 0.5rem;
  }
  
  .hero-title {
    font-size: 2.5rem;
  }
  
  .hero-description {
    font-size: 1rem;
  }
  
  .section-title {
    font-size: 2rem;
  }
  
  .feature-card {
    padding: 1rem;
  }
  
  .phone-mockup {
    max-width: 280px;
  }
}

/* Accessibility Improvements */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* Focus States */
.btn:focus,
.nav-link:focus,
a:focus {
  outline: 2px solid var(--primary-green);
  outline-offset: 2px;
}

/* High Contrast Mode Support */
@media (prefers-contrast: high) {
  .feature-card,
  .phone-mockup,
  .browser-mockup {
    border: 2px solid white;
  }
}



.section-title.text-white.seound_sec {
	color: #CEE260 !important;
	font-size: 88px;
	font-style: normal;
	font-weight: 700;
	line-height: 72px;
}
p {
	color: #FFF;
	font-family: sofia-pro, sans-serif;
	font-size: 26px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align: left;
}

.btn-custom-primary {
    border-radius: 92px !important;
    border: 3px solid #000;
    background: #CEE260;
    display: inline-flex;
    padding: 15px 63px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #000;
    font-family: sofia-pro, sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.text_under_sec3 p {
	width: 383px;
	height: 175px;
	flex-shrink: 0;
}

.text_under_sec3 span {
	color: #CEE260;
	font-family: sofia-pro, sans-serif;
	font-size: 26px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.text_under_sec3 {
	padding-top: 53px;
}


.restaurant-header h4 {
  

	color: #E8E8E8;
	font-family: sofia-pro, sans-serif;
	font-size: 26px;
	font-style: normal;
	font-weight: 700;
	line-height: 91.17%;

}
.phone-content img {
	border-radius: 20px;
}
.top-pad-glob {
	padding-top: 53px;
}
.portfolio-section h2 {
	color: #FE5C6C;
	font-size: 88px;
	font-style: normal;
	font-weight: 700;
	line-height: 72px;
}
.browser-mockup img {
	height: 592px;
}

#journal .section-title {
	color: #D7E160;
	font-size: 88px;
	font-style: normal;
	font-weight: 700;
	line-height: 72px;
}
.journal-overlay p {
	color: #EEF0E9;
	font-family: sofia-pro, sans-serif;
	font-size: 19px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}


.half-cadse {
	text-align: left;
	margin-top: -83px;
	/* padding-left: 22px; */
}
.before-footer-chat h2 {
    font-size: 80px;
    line-height: 72px;
    color: #cfabff !important;
    max-width: 740px;
}
.before-footer-chat {
    margin-top: 170px;
    display: inline-block;
    width: 100%;
    position: relative;
}
img.bf-imgo {
    position: absolute;
    left: 18%;
    top: -99px;
}
img.bf-imgth {
    position: absolute;
    right: 0;
    top: 25%;
}
img.bf-imgt {
    position: absolute;
    bottom: -40px;
    left: 44%;
}
.let-chat-btn {
    margin-top: 100px;
    display: inline-block;
    width: 100%;
    position: relative;
}
.let-chat-btn > img {
    position: absolute;
    left: 180px;
    top: 30px;
}
.left-footer-menu {
    display: flex;
    align-items: center;
    column-gap: 100px;
}
img.stats-graphic {
    position: absolute;
    right: 60px;
    top: -170px;
    max-width: 215px;
}
.half-cadse img {
    max-width: 680px;
}

/* Features */
.heading-main h1 {
    font-size: 78px;
    font-family: degular, sans-serif;
    color: #CEE260;
    line-height: 1;
    margin-top: 70px;
}


.main-features-section {
    display: flex;
    align-items: flex-start;
}

.left-nav-feature {
    width: 374px;
    flex-shrink: 0;
    position: relative;
    padding: 50px 20px 50px 0;
}

.right-nav-feature {
    width: 100%;
    padding-left: 100px;
}

.right-nav-feature p {
    font-size: 20px;
    line-height: 1.3em;
}

.left-nav-feature ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-flow: column;
    row-gap: 10px;
    position: relative;
    z-index: 2;
}

.left-nav-feature ul li a {
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    font-family: degular, sans-serif;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 100px;
}

.left-nav-feature::before {
    content: "";
    position: absolute;
    right: 0;
    width: 100vw;
    height: 100%;
    background: linear-gradient(171.44deg, rgba(255, 255, 255, 0.4) 5.09%, rgba(255, 255, 255, 0.2) 93.89%);
    border-radius: 20px;
    top: 0;
    box-shadow: 10px 24px 36px 0px #00000021;
}
.left-nav-feature ul li a.active {
    color: #CEE260;
    font-weight: 600;
}
.glass-box-feature {
    /* border: 0.5px solid; */
    /* background: linear-gradient(163.31deg, rgba(255, 255, 255, 0.5) 6.82%, rgba(255, 255, 255, 0.2) 96.61%); */
    /* border-radius: 20px; */
    /*padding: 30px; */
    min-height: 490px;
    display: flex;
    align-items: center;
    justify-content: center; *
    /* box-shadow: 10px 24px 36px 0px #00000021; */
}
.heading-main {
    margin-bottom: 80px;
}
.glass-box-feature img {
    max-width: 100%;
}

/* Journal */
.image-box-jornal img {
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 25px;
    width: 100%;
    max-height: 100%;
    object-fit: cover;
}
.image-box-jornal {
    height: 460px;
    display: flex;
    align-items: flex-end;
    margin-bottom: 20px;
}
.main-journal-section .row .col-md-6 {
    padding: 0 40px;
}
.main-journal-section .row {
    margin: 0 -40px;
    row-gap: 150px;
}
.single-journal span, .single-journal p {
    font-size: 25px;
    font-family: sofia-pro, sans-serif;
    font-weight: 700;
}
.single-journal p a {
    text-decoration: none;
    color: #fff;
}
.image-box-jornal a {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: flex-end;
}
.inner-page {
    padding: 100px 0 !important;
}

/* Contact */
.contact-section .heading-main h1 {
    color: #CFABFF;
    line-height: 1;
}
.field-box input, .field-box select {
    width: 100%;
    height: 72px;
    border: 1px solid #CEE260;
    border-radius: 0;
    color: #CEE260;
    background: transparent;
    padding: 0 30px;
    font-size: 30px;
    outline: none !important;
    
}
.field-box select {
-webkit-appearance: none;
    appearance: none;
    background-image: url(../blizzfull/images/plus-select.png);
    background-repeat: no-repeat;
    background-position: center right 30px;
}
.field-box textarea {
    width: 100%;
    height: 200px;
    border: 1px solid #CEE260;
    color: #CEE260;
    background: transparent;
    padding: 10px 15px;
    font-size: 16px;
    outline: none !important;
    border-radius: 0;
}
.field-box {
    display: inline-block;
    width: 100%;
    margin: 7px 0;
}
.main-contact-section form input[type="submit"] {
    font-size: 30px;
    background: transparent;
    border: hidden;
    line-height: 1;
    border-bottom: 2px solid #CEE260;
    padding: 3px 0;
    color: #CEE260;
    text-transform: capitalize;
    margin-top: 20px;
}
select option {
  color: #000; /* option text */
  background-color: white; /* dropdown background */
}
.field-box input::placeholder, .field-box textarea::placeholder {
  color: #CEE260;
  opacity: 1; /* required for Firefox, otherwise it may look faded */
}

/* For Firefox */
.field-box input::-moz-placeholder, .field-box textarea::-moz-placeholder {
  color: #CEE260;
  opacity: 1;
}



/* For Internet Explorer 10-11 */
.field-box input:-ms-input-placeholder, .field-box textarea:-ms-input-placeholder {
  color: #CEE260;
}

/* For Microsoft Edge (legacy) */
.field-box input::-ms-input-placeholder, .field-box textarea::-ms-input-placeholder {
  color: #CEE260;
}
.contact-section.inner-page {
    background-color: #000;
}

/* Developer */
.developer-section {
  background-image: url('../blizzfull/images/bg-developer.png');
  background-position: top center;
background-size: cover;
}
.developer-section .left-nav-feature::before {
    background: linear-gradient(171.44deg, rgba(255, 255, 255, 0.3) 5.09%, rgba(255, 255, 255, 0.15) 93.89%);
}
.developer-section .left-nav-feature ul li a.active {
    color: #CFABFF;
    font-weight: 600;
}
.developer-section h1 {
    color: #FE5C6C;
}
.main-developer-section {
    display: flex;
    align-items: flex-start;
}
.developer-section .accordion-item {
    border-bottom: hidden !important;
    padding: 10px 20px;
    background: linear-gradient(171.44deg, rgba(255, 255, 255, 0.4) 5.09%, rgba(255, 255, 255, 0.2) 93.89%);
    border-radius: 20px !important;
}
.developer-section .accordion-item button {
    font-size: 19px;
    font-weight: 400;
}
.right-nav-feature.right-nav-developer {
    display: flex;
    flex-flow: column;
    row-gap: 23px;
}
.developer-section .accordion-button::after {
    content: "";
    background-image: url('../blizzfull/images/plus.png');
    width: 24px;
    height: 24px;
    background-size: 100%;
}

/* 29-09-2025 */



/* Tab Content Styles */
.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

/* Improve accordion spacing in developer section */
.right-nav-feature.right-nav-developer .accordion {
    display: flex;
    flex-direction: column;
    gap: 23px;
}

/* Ensure proper spacing between tab contents */
.right-nav-feature.right-nav-developer .tab-content {
    width: 100%;
}

/* Left navigation hover effects */
.left-nav-developer ul li a {
    transition: all 0.3s ease;
    cursor: pointer;
}

.left-nav-developer ul li a:hover {
    color: #CFABFF;
    text-decoration: none;
}

/* Single Blog Page  */
.blog-page {
  background-image: url('../blizzfull/images/banner_journal.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 0;
  position: relative;
}

.blog-page h2 {
  color: #CEE160;
  font-weight: bold;
  font-size: 48px;
}

/* 2-10-25  */

img.logo-over-banner {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9;
    transform: translate(-50%, -50%);
    height: 35%;
}

/* 3-10-25  */

.blog-content p {
	color: #FFF;
	font-family: sofia-pro, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 25px;
	text-align: left;
}
.single-journal p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.modal-header h2 {
  	color: #CFABFF;
	line-height: 1;
}
.modal-header .btn-close {
	background-color: #e63969 !important;
}

.field-box input, .field-box select {
	width: 100%;
	height: 50px;
	border: 1px solid #CEE260;
	color: #CEE260;
	background: transparent;
	padding: 0 15px;
	font-size: 15px;
	outline: none !important;
}
/* Make modal behave like chat window */
.contact-chat-modal {
  position: fixed;
  top: 0;
  right: 0;
  margin: 0;
  width: 100%;
  height: 100vh;
  transform: translateX(120%);
  transition: transform 0.35s ease-in-out;
}

.modal-content {
    height: 100%;
    border-radius: 0 !important;
    border: none;
}


/* Animate in */
.modal.show .contact-chat-modal {
  transform: translateX(0);
}

/* Remove dark backdrop so it feels like a chat popup */
.modal.fade.show {
    backdrop-filter: blur(5px);
    background: #0000004a !important;
}

.modal-header h2 {
	color: #CFABFF !important;
	line-height: 1;
	font-size: 40px !important;
}

.modal-header .btn-close {
    background-color: transparent !important;
    filter: invert(1);
}

.modal-header {
    padding-left: 35px;
}

.modal-body {
    padding: 35px;
}

.butn-neon {
  background: #CEE260;
  border: 1px black solid;
  border-radius: 55px;
  color: black;
  transition: transform .2s; /* Animation */
}

.butn-neon:hover {
  transition: transform .2s; /* Animation */
  background: #CEE260;
  color: black;
}

/* Modal Scroll Issue */
body.modal-open {
  overflow: auto !important;
  padding-right: 0 !important; /* Prevent Bootstrap adding padding */
}

.blog-content p a {
	color: #fd5b6b;
}
.blog-content .container p a , .blog-content .container address a, .heading-main a {
	color: #fd5b6b;
}

.heading-main p {
    font-size: 18px;
}

.btn-custom-learn{
	border-radius: 92px !important;
	border: 3px solid #000;
	background: #CEE260;
	display: inline-flex;
	padding: 5px 20px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	color: #000;
	font-family: sofia-pro, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
    transition: all 0.3s ease;
	line-height: normal;
}

.btn-custom-learn:hover {
	background-color: var(--secondary-green);
	transform: translateY(-2px);
	box-shadow: 0 8px 25px rgba(206, 226, 96, 0.3);
	color: #000;
}

/* October-06-2025  */
.developer-section .accordion-item {
    border-bottom: none !important;
    padding: 10px 20px;
    background: linear-gradient(171.44deg, rgb(255 222 222 / 9%) 5.09%, rgb(255 255 255 / 2%) 93.89%);
    border-radius: 20px !important;
}
.developer-section .left-nav-feature::before {
    background: linear-gradient(
        171.44deg,
        rgba(255, 255, 255, 0.09) 5.09%,
        rgba(255, 255, 255, 0) 93.89%
    );
}

/* 07-10-25 Pagination and Patches Design */
.patch-post {
    border-bottom: none !important;
    padding: 10px 20px;
    background: linear-gradient(171.44deg, rgb(255 222 222 / 9%) 5.09%, rgb(255 255 255 / 2%) 93.89%);
    border-radius: 20px !important;
}

.patch-post a {
    text-decoration: none;
    color: #FE5C6C;
}

.patch-excerpt {
    color: white !important;
  font-size: 16px;
}

#patch-pagination {
    display: flex;
    gap: 8px;
    margin-top: 15px;
}

#patch-pagination a {
    padding: 5px 10px;
    border-radius: 5px;
    background: #fff;
    color: #333;
    text-decoration: none;
}

#patch-pagination a.active {
    background: #FE5C6C;
    color: #fff;
}



.field-box input:focus,
.field-box textarea:focus,
.field-box select:focus {
    background: #000000;
    color: #CEE260;
    border-color: #f2ffbe !important;
    box-shadow: none; 
}

.form-control input:focus {
    border-color: #f2ffbe !important;
    background-color: #000000 !important;
}

.custom-nav {
    border: 0.5px solid rgb(255 255 255 / 44%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.50) 2.09%, rgba(255, 255, 255, 0.1) 85%, rgba(255, 255, 255, 0.15) 100%);
  box-shadow: 10px 24px 36px 0 rgba(0, 0, 0, 0.13);
  backdrop-filter: blur(40px);
}

.swiper-button-next, .swiper-button-prev {
	border: 0.5px solid rgb(236 255 141 / 63%);
	background: linear-gradient(333deg, rgb(86 184 73) 5.09%, rgb(192 219 96) 93.89%);
	width: 60px;
	height: 60px;
	border-radius: 100px;
}
 
.swiper-button-next::after, .swiper-button-prev::after {
	font-family: swiper-icons;
	font-size: 30px;
	text-transform: none !important;
	letter-spacing: 0;
	font-variant: initial;
	line-height: 1;
	color: white;
}

/* 08-oct-2025 */
.mobile-accordion { display: none; }

.navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* 12-oct-25 */

#patch-pagination a {
	padding: 5px 10px;
	border-radius: 5px;
	background: #fff0;
	color: #958A8D;
	text-decoration: none;
}
.swagger-ui .info {
   text-align: center;
}
.swagger-ui .info .description p {
  text-align: center;
}
.swagger-ui .info .title {
  font-family: degular, sans-serif;
}

.heading-main.feature-head {
  margin-bottom: 30px;
}

.heading-main.feature-head h1 {
  margin-top:0;
}

.swiper-wrapper a.text-black {
  color: white !important;
}

.swiper-wrapper a.text-black:hover {
  text-decoration: underline !important;
}

.swiper-wrapper img {
    transition: transform 0.3s ease-in-out;
}

.swiper-wrapper img:hover {
	transform: scale(1.04);
    transition: transform 0.3s ease-in-out;
}

.journal-item:hover {
	transform: scale(1.1) !important;
}

.swagger-ui .info .title small pre{
    overflow: visible;
}

#swagger .scheme-container {
    background-color: transparent !important;
    box-shadow: none;
}

.swagger-ui .info, .swagger-ui section.models .model-container {
    background: var(--bg-bold) !important;
}

.swagger-ui p {
    font-size: 14px !important;
    color: var(--text);
    padding-top: 5px !important;
}


h1.home-headline {
    color: #CEE260 !important;
    font-size: 88px;
    font-style: normal;
    font-weight: 700;
    line-height: 72px;
    font-family: degular, sans-serif;
}

h2.home-subheadline {
    color: #FFF;
    font-family: sofia-pro, sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left;
}