:root {--default-font: "Roboto",  sans-serif;--nav-font: "Poppins",  sans-serif;}
:root {scroll-behavior: smooth;}
.eww_back{background-image: linear-gradient(90deg, rgba(450, 130, 31, 0.32) 0% 0%, rgba(217, 242, 81, 0.27) 100%) !important;padding-top:40px;}
.eww_btn{Background:#f6862b;color:#fff;font-size:18px;font-weight:600;}
#mhide {background: #ffe4ce;padding: 20px;}
.fa-regular.fa-hand-point-right {color: #81a40c;}
.green {color: #8fb50b;}
.red {color: #bf0707;}
.orange {color: #EE8016;}
/*--------------------------------------------------------------
# General Styling & Shared Classes
--------------------------------------------------------------*/
body {color: var(--default-color);background-color: var(--background-color);font-family: var(--default-font);}
a {color: var(--accent-color);text-decoration: none;transition: 0.3s; text-decoration: underline;}
a:hover {color: color-mix(in srgb, var(--accent-color), transparent 55%);text-decoration: none;}

h1,
h2,
h3,
h4,
h5,
h6 {
color: var(--heading-color);
font-family: var(--heading-font);
}
p{
text-align:justify;
font-size:20px;
font-family:Arial, Helvetica, sans-serif;
}

.eww-direction {
	background: #e86800;
	
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
}
.eww-direction p {
	color: #fff;
  display: inline-block;
  padding-left: 100%;
  animation: eww-direction 25s linear infinite;
  padding:20px;
  margin-bottom:0;
  font-size:25px;
}
@keyframes eww-direction {
  0%   { transform: translate(0, 0); }
  100% { transform: translate(-100%, 0); }
}
.eww_title{text-align:left!important;}
.eww_testimonial{background: #ffe4ce;}
.eww_testimonial h2{color:#0b0b0b;font-weight:500;}
.eww_testimonial span{color:#d0383f;font-weight:600;}
.rating i { color: #ffd327;}

/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
.header {
color: var(--default-color);
background-color: #fff;
padding: 5px 0;
transition: all 0.5s;
z-index: 997;
}

.header .logo {
line-height: 1;
}

.header .logo img {
max-height: 70px;
margin-right: 8px;
}

.header .logo h1 {
font-size: 26px;
text-transform: uppercase;
margin: 0;
font-weight: 700;
color: var(--heading-color);
}
@media (max-width: 1200px) {
.header .logo {
order: 1;
}
.header .navmenu {
order: 3;
}
}
.scrolled .header {
box-shadow: 0px 0 18px rgba(0, 0, 0, 0.1);
}
/*--------------------------------------------------------------
# Cards Section
--------------------------------------------------------------*/
.cards .card {
  background-color: transparent;
  color: var(--default-color);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  padding: 40px;
  margin: -1px;
  border-radius: 0;
}

.cards .card span {
  display: block;
  font-size: 24px;
  font-weight: 400;
  color: var(--accent-color);
}

.cards .card h4 {
  color: color-mix(in srgb, var(--heading-color), transparent 20%);
  font-size: 24px;
  font-weight: 400;
  padding: 0;
  margin: 20px 0;
}

.cards .card p {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  font-size: 15px;
  margin: 0;
  padding: 0;
}
.eww_box_card {
  padding: 20px;
  border: 1px solid;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

@media (min-width: 1200px) {
.navmenu {
padding: 0;
}

.navmenu ul {
margin: 0;
padding: 0;
display: flex;
list-style: none;
align-items: center;
}
.navmenu li {position: relative;}
.navmenu a,.navmenu a:focus {color: var(--nav-color);padding: 18px 7px;font-size: 15px;font-family: var(--nav-font);font-weight: 600;display: flex;align-items: center;
justify-content: space-between;white-space: nowrap;transition: 0.3s;text-decoration: none;}
.navmenu a i,.navmenu a:focus i {font-size: 12px;line-height: 0;margin-left: 5px;transition: 0.3s;}
.navmenu li:last-child a {padding-right: 0;}.navmenu li:hover>a,.navmenu .active,
.navmenu .active:focus {color: var(--nav-hover-color);}
.navmenu .dropdown ul {margin: 0;
padding: 10px 0;
background:#fff;
display: block;
position: absolute;
visibility: hidden;
left: 14px;
top: 130%;
opacity: 0;
transition: 0.3s;
border-radius: 4px;
z-index: 99;
box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}
.navmenu .dropdown ul li {
min-width: 200px;
}
.navmenu .dropdown ul a {
padding: 5px 20px;
font-size: 15px;
text-transform: none;
color: var(--nav-dropdown-color);
}
.navmenu .dropdown ul a i {
font-size: 12px;
}
.navmenu .dropdown ul a:hover,
.navmenu .dropdown ul .active:hover,
.navmenu .dropdown ul li:hover>a {
color: var(--nav-dropdown-hover-color);
}
.navmenu .dropdown:hover>ul {
opacity: 1;
top: 100%;
visibility: visible;
}
.navmenu .dropdown .dropdown ul {
top: 0;
left: -90%;
visibility: hidden;
}
.navmenu .dropdown .dropdown:hover>ul {
opacity: 1;
top: 0;
left: -100%;
visibility: visible;
}
}
/* Navmenu - Mobile */
@media (max-width: 1199px) {
.mobile-nav-toggle {
color: var(--nav-color);
font-size: 28px;
line-height: 0;
margin-right: 10px;
cursor: pointer;
transition: color 0.3s;
}
.navmenu {
padding: 0;
z-index: 9997;
}
.navmenu ul {
display: none;
list-style: none;
position: absolute;
inset: 60px 20px 20px 20px;
padding: 10px 0;
margin: 0;
border-radius: 6px;
background-color:  #fff;
overflow-y: auto;
transition: 0.3s;
z-index: 9998;
box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}
.navmenu a,
.navmenu a:focus {
color: var(--nav-dropdown-color);
padding: 10px 20px;
font-family: var(--nav-font);
font-size: 17px;
font-weight: 500;
display: flex;
align-items: center;
justify-content: space-between;
white-space: nowrap;
transition: 0.3s;
}

.navmenu a i,
.navmenu a:focus i {
font-size: 12px;
line-height: 0;
margin-left: 5px;
width: 30px;
height: 30px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
transition: 0.3s;
background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
}

.navmenu a i:hover,
.navmenu a:focus i:hover {
background-color: var(--accent-color);
color: var(--contrast-color);
}

.navmenu a:hover,
.navmenu .active,
.navmenu .active:focus {
color: var(--nav-dropdown-hover-color);
}

.navmenu .active i,
.navmenu .active:focus i {
background-color: var(--accent-color);
color: var(--contrast-color);
transform: rotate(180deg);
}

.navmenu .dropdown ul {
position: static;
display: none;
z-index: 99;
padding: 10px 0;
margin: 10px 20px;
background-color: var(--nav-dropdown-background-color);
border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
box-shadow: none;
transition: all 0.5s ease-in-out;
}

.navmenu .dropdown ul ul {
background-color: rgba(33, 37, 41, 0.1);
}

.navmenu .dropdown>.dropdown-active {
display: block;
background-color: rgba(33, 37, 41, 0.03);
}

.mobile-nav-active {
overflow: hidden;
}

.mobile-nav-active .mobile-nav-toggle {
color: #fff;
position: absolute;
font-size: 32px;
top: 15px;
right: 15px;
margin-right: 0;
z-index: 9999;
}

.mobile-nav-active .navmenu {
position: fixed;
overflow: hidden;
inset: 0;
background: rgba(33, 37, 41, 0.8);
transition: 0.3s;
}
.mobile-nav-active .navmenu>ul {
display: block;
}
}
/*--------------------------------------------------------------
# Topbar
--------------------------------------------------------------*/
#topbar {
font-size: 15px;
height: 40px;
padding: 0;
color: #fff;
background:#000;
}
#topbar .contact-info i {
color: #fff;
line-height: 0;
margin-right: 5px;
}
#topbar .contact-info a {
line-height: 0;
color: #fff;
transition: 0.3s;
font-size: 18px;
font-weight:600;
margin-right: 10px;
}

#topbar .social-links a {
color: #fff;
padding: 12px;
display: inline-block;
line-height: 1px;
transition: 0.3s;
font-size: 14px;
}

/*--------------------------------------------------------------
# Global Footer
--------------------------------------------------------------*/
.footer {
color: #000;

font-size: 14px;
position: relative;
}
.footer .social-links a {
display: flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
border-radius: 50%;
border: 1px solid #000;
font-size: 16px;
color: #000;
margin-right: 10px;
transition: 0.3s;
}

.footer .social-links a:hover {
color: #000;
border-color:#000;
}

.footer .footer-links h4 {
color:#000;
font-size:18px;
font-weight:600;
}
.sitename {
  color: #000;
  font-size: 20px;
  font-weight: 700;
}
.footer .footer-links a{
margin-bottom: 30px;
color:#000;
}
.footer .footer-links i{
color:#3e3e3e;}
.footer .footer-links ul {
list-style: none;
padding: 0;
margin: 0;
}
.footer .footer-links ul li{
margin:6px 0;
}
.copyright_eww {
  background: #000;
  padding: 20px 0;
  color:#fff;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
[data-aos-delay] {
transition-delay: 0 !important;
}
}

/*--------------------------------------------------------------
# Global Sections
--------------------------------------------------------------*/
.btn-getstarted {
  background: #f6862b;
  color: #fff;
  padding: 8px 14px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 18px;
  margin-left: 10px;
  margin-bottom: 6px !important;
}
.btn-getstarted:hover {
  background: #9dc525;}
  .slink{
	  font-size:20px!important;
  }
  .eww_footer p{
	  font-size:16px;
  }
  
section,
.section {
color: var(--default-color);
background-color: var(--background-color);
padding: 20px 0;
scroll-margin-top: 87px;
overflow: clip;
}

@media (max-width: 1199px) {

section,
.section {
scroll-margin-top: 63px;
}
}
/*--------------------------------------------------------------
# Global Section Titles
--------------------------------------------------------------*/
.section-title {
text-align:center;
}
.section-title h2 {
font-size: 45px;
font-weight: 700;
}
.services-section h3 {
font-size: 18px;
font-weight: 700;
}
.section-title p {
text-align:center;
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
padding: 0;
}
.hero h1 {
  margin-top:20px;
  font-size: 33px;
  font-weight: 800;
  animation: fadeInDown 1s both;

  color: #000;
}
.hero h1 span {
  color: #e60718;
    
  
}
.eww_about img{
width:100%

}
.eww_article{
	Background:#fff;
	box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 24px 0px;
	padding: 20px;
}
.section-heading {
  font-size: 44px;
  font-weight: 600;
}
.hero .carousel {
width: 100%;
min-height: 65vh;
padding: 0;
margin: 0;
background-color: var(--background-color);
position: relative;
}

.hero img {
position: absolute;
inset: 0;
display: block;
width: 100%;
height: 100%;
object-fit: cover;
z-index: 1;
}

.hero .carousel-item {
position: absolute;
inset: 0;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
overflow: hidden;
}

.hero .carousel-item:before {
content: "";

position: absolute;
inset: 0;
z-index: 2;
}

.hero .carousel-item::before {
content: "";

position: absolute;
inset: 0;
}

.hero .carousel-container {
position: absolute;
inset: 90px 64px 64px 64px;
display: flex;
justify-content: left;
align-items: left;
flex-direction: column;
z-index: 3;
}

.hero h2 {
margin-bottom: 10px;
font-size: 42px;
font-weight: 800;
animation: fadeInDown 1s both;
color: #000;
}
.hero h5 {
margin-bottom: 10px;
font-size: 20px;
font-weight: 700;
animation: fadeInDown 1s both;
}
.hero h4 {
margin-bottom: 10px;
font-size: 30px;
font-weight: 700;
animation: fadeInDown 1s both;
}

@media (max-width: 768px) {
.hero h2 {
font-size: 30px;
}
}
@media (max-width: 450px) {
.hero h2 {
font-size: 30px;
}
.hero .carousel {

min-height: 10vh;
}
.hero .carousel-container {
position: absolute;
inset: 0!important;
display: flex;
justify-content: left;
align-items: left;
flex-direction: column;
z-index: 3;
}

.hero h2 {
font-size: 13px;
padding: 10px 10px 0 10px;
}
.hero h4 {
font-size: 10px;
}
.hero h5 {
font-size: 10px;
margin:0;
padding: 0px 10px 0 10px;
}
.header .logo img {
max-height: 55px;

}
.btn-getstarted{
display:none;
}

.slide1 {
 padding: 50px 29px!important;
}
.hero h1 {
  font-size: 9px;
 padding: 0 10px ;
}
.hero h4 {
  font-size: 9px;
 padding: 0 10px ;
}
.eww-direction p {
	color: #fff;
  display: inline-block;
  padding-left: 100%;
  animation: eww-direction 25s linear infinite;
  padding:10px;
  margin-bottom:0;
  font-size:14px;
}
}


.hero p {
animation: fadeInDown 1s both 0.2s;
}

@media (min-width: 1024px) {

.hero h2,
.hero p {
max-width: 60%;
}
}

.hero .btn-get-started {
color: var(--contrast-color);
background: var(--accent-color);
font-family: var(--heading-font);
font-weight: 500;
font-size: 15px;
letter-spacing: 1px;
display: inline-block;
padding: 8px 32px;
border-radius: 4px;
transition: 0.5s;
margin: 10px;
animation: fadeInUp 1s both 0.4s;
}

.hero .btn-get-started:hover {
background: color-mix(in srgb, var(--accent-color), transparent 20%);
}

.hero .carousel-control-prev,
.hero .carousel-control-next {
width: 10%;
transition: 0.3s;
opacity: 0.5;
}

.hero .carousel-control-prev:focus,
.hero .carousel-control-next:focus {
opacity: 0.5;
}

.hero .carousel-control-prev:hover,
.hero .carousel-control-next:hover {
opacity: 0.9;
}

@media (min-width: 1024px) {

.hero .carousel-control-prev,
.hero .carousel-control-next {
width: 5%;
}
}

.hero .carousel-control-next-icon,
.hero .carousel-control-prev-icon {
background: none;
font-size: 32px;
line-height: 1;
}

.hero .carousel-indicators {
list-style: none;
}

.hero .carousel-indicators li {
cursor: pointer;
}



/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.about ul {
list-style: none;
padding: 0;
}

.about ul li {
padding-bottom: 5px;
display: flex;
align-items: center;
}

.about ul i {
font-size: 20px;
padding-right: 4px;
color: var(--accent-color);
}

.about .read-more {
background: var(--accent-color);
color: var(--contrast-color);
font-family: var(--heading-font);
font-weight: 500;
font-size: 16px;
letter-spacing: 1px;
padding: 10px 28px;
border-radius: 5px;
transition: 0.3s;
display: inline-flex;
align-items: center;
justify-content: center;
}

.about .read-more i {
font-size: 18px;
margin-left: 5px;
line-height: 0;
transition: 0.3s;
}

.about .read-more:hover {
background: color-mix(in srgb, var(--accent-color), transparent 20%);
}

.about .read-more:hover i {
transform: translate(5px, 0);
}

/*--------------------------------------------------------------
# Portfolio Section
--------------------------------------------------------------*/
.card{
height: 100%;
display: flex;
flex-direction: column;
margin-top:20px;
}

.portfolio .content {
padding: 30px 0;
text-align: center;
 flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.portfolio .content h3 {
font-size: 19px;
font-weight: 700;
margin-bottom: 8px;
transition: color 0.3s ease;
letter-spacing: 0.5px;
}
.btn.btn-info {
background: #ed502e;
color: #fff;
font-weight: 700;
margin-top:10px;
}
.card .content a.btn {
    margin-top: auto;   /* pushes button to bottom */
    display: inline-block;
}
.portfolio .content p {

font-size: 16px;
line-height: 1.6;
margin: 0;
letter-spacing: 0.3px;
}
/*--------------------------------------------------------------
# How We Work Section
--------------------------------------------------------------*/
.how-we-work .steps-wrapper {
  position: relative;
  padding: 20px 0;
}

.how-we-work .steps-wrapper::before {
  content: "";
  position: absolute;
  width: 2px;
  background-color: color-mix(in srgb, var(--accent-color), transparent 85%);
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.how-we-work .step-item {
  margin-bottom: 50px;
  width: 100%;
  position: relative;
}

.how-we-work .step-item:last-child {
  margin-bottom: 0;
}

.how-we-work .step-item:nth-child(even) .step-content {
  flex-direction: row-reverse;
}

.how-we-work .step-content {
  display: flex;
  align-items: center;
  gap: 30px;
}

.how-we-work .step-icon {
  flex-shrink: 0;
  width: 120px;
  height: 120px;
  background-color: var(--surface-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border: 2px solid color-mix(in srgb, var(--accent-color), transparent 85%);
  transition: all 0.3s ease-in-out;
}

.how-we-work .step-icon i {
  font-size: 32px;
  color: #f6892f;
  transition: transform 0.3s ease-in-out;
}

.how-we-work .step-info {
  flex: 1;
  
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease-in-out;
}

.how-we-work .step-info:hover {
  transform: translateY(-5px);
}

.how-we-work .step-number {
  display: inline-block;
  font-family: var(--heading-font);
  font-size:25px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.how-we-work h3 {
  font-size: 1.3rem;
  margin-bottom: 15px;
  font-weight: 600;
  color: var(--heading-color);
}

.how-we-work p {
  color: #000;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 0;
}
.step-info p{
	color: #fff;
}
@media (max-width: 991px) {
  .how-we-work .steps-wrapper::before {
    left: 25px;
  }

  .how-we-work .step-item .step-content {
    flex-direction: row !important;
  }

  .how-we-work .step-icon {
    width: 60px;
    height: 60px;
  }

  .how-we-work .step-icon i {
    font-size: 24px;
  }

  .how-we-work .step-info {
    padding: 20px;
  }

  .how-we-work h3 {
    font-size: 1.3rem;
  }
}

@media (max-width: 767px) {
  .how-we-work .step-content {
    gap: 20px;
  }

  .how-we-work .step-icon {
    width: 50px;
    height: 50px;
  }

  .how-we-work .step-icon i {
    font-size: 20px;
  }

  .how-we-work .step-info {
    padding: 15px;
  }

  .how-we-work h3 {
    font-size: 1.2rem;
  }

  .how-we-work p {
    font-size: 0.95rem;
  }
}
/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact .info-item {
background-color: var(--surface-color);
box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
padding: 24px 0 30px 0;
}

.contact .info-item i {
font-size: 20px;
color: var(--accent-color);
width: 56px;
height: 56px;
font-size: 24px;
display: flex;
justify-content: center;
align-items: center;
border-radius: 4px;
transition: all 0.3s ease-in-out;
border-radius: 50%;
border: 2px dotted color-mix(in srgb, var(--accent-color), transparent 40%);
}

.contact .info-item h3 {
font-size: 20px;
color: color-mix(in srgb, var(--default-color), transparent 20%);
font-size: 18px;
font-weight: 700;
margin: 10px 0;
}

.contact .info-item p {
padding: 0;
margin-bottom: 0;
font-size: 14px;
}
/* Section Background Split */
.eww-services-section {
background: linear-gradient(90deg, #ffffff 50%, #f6862b 50%);
padding: 80px 0;
}

/* Adjust for mobile */
@media (max-width: 991px) {
.eww-services-section {
background: #ffffff;
padding: 60px 0;
}
}

/* Industry Card */
.eww-services-card {
background: #fff;
border: 1px solid #e0e0e0;
border-radius: 12px;
box-shadow: 0 2px 6px rgba(0,0,0,0.05);
text-align: center;
padding: 25px 15px;
transition: all 0.3s ease;
height: 100%;
}

.eww-services-card:hover {
transform: translateY(-5px);
box-shadow: 0 6px 12px rgba(0,0,0,0.1);
}

.eww-services-card i {
font-size: 28px;
color: #5cb85c;
margin-bottom: 12px;
}

.eww-services-card h6 {
font-size: 15px;
font-weight: 600;
color: #333;
margin: 0;
}

/* Right Content */
.eww_content {
color: #fff;
padding-left: 50px;
}
.eww_content h3 span{
	color:#000;
	 text-shadow: 2px 2px 4px #fff;
}

@media (max-width: 991px) {
.eww_content {
color: #0e1b3d;
padding-left: 0;
margin-top: 40px;
text-align: center;
}
}

.eww_content h3 {
font-weight: 700;
margin-bottom: 20px;
color:#000;
font-size: 60px;
}
.eww_content p {
  color: #fff;
  line-height: 1.2;
  font-weight: 500;
  font-size: 20px;
}

@media (max-width: 991px) {
.eww_content p {
color: #555;
}
}
.accordion-body {
 
  font-weight: 600;
}
 .accordion-button {
background: #cfe2ff;
  color: #000;
  font-size: 16px;
  font-weight: 600;
}
.accordion-button:not(.collapsed) {
	
  color: #000;
  font-size: 16px;
font-weight: 600;}
.btn-demo {
background-color: #000;
  color: #fff;
  font-weight: 600;
  border: none;
  border-radius: 6px;
  padding: 10px 20px;
  margin-top: 15px;
  transition: 0.3s;
  font-size: 25px;
}

.btn-demo:hover {
  background-color: #fff;
  color: #000;
}
.trusted-section {
padding: 80px 0;
position: relative;
}
/* Transparent image on left */
.trusted-image {
position: relative;
z-index: 3;
}

.trusted-image img {
width: 100%;
max-width: 420px;

background: transparent;
position: relative;
}

/* Right side sliders */
.slider-area {
position: relative;
z-index: 1;
margin-left: -60px;
}

.slider-wrapper {
overflow: hidden;
white-space: nowrap;
margin-bottom: 35px;
}

.slide-track {
display: inline-flex;
gap: 30px;
animation: scroll-left 20s linear infinite;
}

.slide-track.reverse {
animation: scroll-right 20s linear infinite;
}

.slide {
display: inline-block;
background: #fff;
border-radius: 15px;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
padding: 15px 30px;
height: 100px;
display: flex;
align-items: center;
justify-content: center;
}
.slide1 {
  display: inline-block;
 background: #072c50;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  padding: 50px 120px;
  height: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slide1 p{
 color:#fff;
}
.slide1 span{
 color: #fff !important;
}
.slide1 img{
width:120px; height:120px; object-fit:cover;
}

.slider img {
max-height: 100%;
width: auto;
object-fit: contain;
}

/* Animations */
@keyframes scroll-left {
0% { transform: translateX(0); }
100% { transform: translateX(-50%); }
}

@keyframes scroll-right {
0% { transform: translateX(-50%); }
100% { transform: translateX(0); }
}

/* Responsive adjustments */
@media (max-width: 991px) {
.trusted-section {
text-align: center;
}

.slider-area {
margin-left: 0;
}

.trusted-image img {
max-width: 300px;
margin-bottom: 40px;
}
}
@media (max-width: 370px) {
.hero .carousel {

min-height: 10vh;
}
.hero .carousel-container {
position: absolute;
inset: 0!important;
display: flex;
justify-content: left;
align-items: left;
flex-direction: column;
z-index: 3;
}

.hero h2 {
font-size: 15px;
}
.hero h4 {
font-size: 13px;
padding: 10px 10px 0 10px;
}
.hero h5 {
font-size: 10px;
margin:0;
padding: 0 10px 0 10px;
}
.header .logo img {
max-height: 55px;

}
.btn-getstarted{
display:none;
}

.slide1 {
 padding: 50px 29px!important;
}
.hero h1 {
  font-size: 9px;
 padding: 0 10px ;
}
.hero h4 {
  font-size: 9px;
 padding: 0 10px ;
}

}

.tech_eww{
padding-bottom:57px!important;
}
.about_us h2 {
font-size: 70px;
color: #fff;
font-weight: 700;
}
.web_design h2{
font-size:25px;
font-weight:600;
color: #053360;
}
.web_design h1 {
font-size: 45px;
font-weight: 800;
color: #ed502e;
}
.divround {
border: 1px solid #87c15c;
border-radius: 15px;
padding: 20px;
width: 95%;
background-color: #FFF1E6;
}
.web_ul{
padding-left:20px!important;
}
.seo {
font-size: 20px;
color: #fff;
font-weight: 800;
}
.list-group-item a {
font-size: 15px;
font-weight: 600;
}
.card{
padding:10px;
}
.eww_card{
	height: 325px;
    margin-top: 20px;
	Background:#fff;
	padding:20px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
.course_eww{
margin-top:20px!important;
}
.eww_contact{

background:#000;
padding:20px;
}
.eww_contact p{
color:#fff;
font-size:20px;
margin-bottom:0;

}
.eww_contact a{
background:#fff;
color:#000;
padding:10px 20px;
font-size:18px;
}
.eww_cont{
border:1px solid #000;
padding-top:15px;
margin-top:20px;
font-size:20px;
}
.contact_mail {
width: 100%;
margin-top: 20px;
border-top: 3px solid #f6862b;
  border-bottom: 3px solid #f6862b;
padding: 30px;
background: #fff;
box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}.contact_mail button {
background: #04bf9d;
color: #fff;
padding: 8px;
margin-top: 20px;
}
.eww_traffic{
Background:#d1d2d2;
padding:10px;
margin-bottom:0;
font-size:18px;
}


/* services section */

.color1 {
    background-color: rgba(237, 70, 54, .9);
}
.eww_color1 {
    background-color: #f8f8f8;
}
.eww_color1:hover {
    background-color: #e86800;
}
.eww_courses{
	text-align:left;
}
.color2 {
    background-color: rgba(247, 142, 51, .9);
}

.color3 {
    background-color: rgba(83, 183, 87, .9);
}
.color4 {
    background-color: rgba(154, 66, 150, .9);
}
.color5 {
    background-color: rgba(72, 178, 228, .9);
}
.color6 {
    background-color: rgba(203, 34, 42, .9);
}
.image_box {
    width: 80px;
    height: 80px;
    margin: 10px auto 10px;
    text-align: center;
}
.service-box h3, .service-box img {
    margin-bottom: 10px;
}
.service-box h3 {font-size: 18px;
    line-height: 25px;
	font-weight: 700;
    margin: 10px 0;
    color: #202020;
    text-transform: uppercase;
}
.sbox-gutter:hover i::before, .service-box h3, .service-box p a {
    color: #fff;
}
.service-box p {
    color: #fff;
	font-size:15px;
	  line-height: 22px;
	  text-align:center;
     flex-grow: 1;
}
.service-box {
	text-align:center;
    padding: 20px 15px;
    min-height: 161px;
    border-radius: 20px;
	  margin: 10px auto;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.service-box:hover {
    background: #eb0f26;
    transition: background .65s ease-in-out;
    -moz-transition: background .65s ease-in-out;
    -webkit-transition: background .65s ease-in-out;
}
.services-section .row > [class*="col-md-3"] {
    margin-bottom: 20px;   /* हर 4 column के बाद space */
}
.section-title.text-center{
   font-size: 40px;
}
.section-title.text-center span {
	 font-weight: 700;
  color: #ed502e;
}
.list li {list-style: none; background-image: url("../img/list-style.webp");background-repeat: no-repeat;background-position: 0 6px;padding-left: 35px;margin-bottom: 6px;}
.neon{ color:#0ff;text-shadow: 0 0 5px #0ff, 0 0 10px #0ff, 0 0 20px #0ff;}
.pulse{ animation:pulse 1.5s infinite;}
@keyframes pulse {
0% { transform:scale(1); opacity:1;}
50% { transform: scale(1.1); opacity:0.7;}
100% { transform:scale(1); opacity:1;}
}
.myclass {     width:30%;     margin: 0 2% 2% 2%; width:20%;   }