/* ----------------------------------------------------------------------------------------
* Template Name : Ecocharge – Electric Vehicle Charging HTML Template
* Author        : Template-Kit-Studio
* File          : Css File
* Service Html Template 
* Version: 1.0.0
* ---------------------------------------------------------------------------------------- */

/*------------------------------------------------------------------
[Table of contents]

01. Global Variables
02. General Css	
03. Header Css
04. Hero Css
05. FEATURES CARD SECTION CSS
06. ABOUT SECTION CSS
08. SERVICE SECTION CSS
09. WHO WE ARE SECTION CSS
10. FEATURES SECTION CSS
11. COUNTER SECTION CSS
12. VIDEO SECTION CSS
13. PRICING SECTION CSS
14. CTA SECTION CSS
15. REVIEW SECTION CSS
16. PROCESS SECTION CSS
17. FAQ SECTION CSS
18. TEAM SECTION CSS
19. BLOG SECTION CSS
20. CONTACT SECTION CSS
21. FOOTER CSS
22. PAGE LOADING CSS
23. ABOUT PAGE CSS
24. SERVICE PAGE CSS
25. SERVICE DETAIL PAGE CSS
26. PRICING PAGE CSS
27. BLOG DETAIL CSS
28. TEAM DETAIL PAGE CSS
29. CONTACT PAGE CSS
30. RESPONSIVE CSS
-----------------------------------------------*/


/************************************/
/*** 	 01. Global Variables	  ***/
/************************************/	
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

:root{
	--primary-color			: #191A1F;
	--light-bg      		: #eaefe8;
    --text-gradient1        : #B4EAA3;
    --text-gradient2        : #3B7C1D;
    --dark-shade            : #1C3E0E;
	--text-color			: #000000;
	--accent-color			: #5cad2f;
	--white-color			: #FFFFFF;
	--heading-font			: "Outfit", sans-serif;
    --body-font             : "Outfit", sans-serif;
}

/************************************/
/*** 	   02. General Css		  ***/
/************************************/
body{
	position: relative;
	font-family: var(--body-font);
	font-size: 18px;
    line-height: 26px;
	font-weight: 400;
	color: var(--text-color);
}

p{
	margin-bottom: 1.1em;
}
p:last-child {
    margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6{
	margin :0;
	font-weight: 600;
	line-height: 1.2em;
    font-family: var(--heading-font);
}
h1{
	font-size: 60px;
	line-height: 66px;
}
h2{
	font-size: 40px;
	line-height: 46px;
}
h3{
	font-size: 24px;
	line-height: 30px;
}

figure{
	margin: 0;
}

img{
	max-width: 100%;
}

a{
	text-decoration: none;
	display: inline-block;
}

a:hover{
	text-decoration: none;
	outline: 0;
}

a:focus{
	text-decoration: none;
	outline: 0;
}

html,
body{
	width: 100%;
	overflow-x: clip;
}

.container{
	max-width: 1200px;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl{
    padding-right: 15px;
    padding-left: 15px;
}

.image-anime{
	position: relative;
	overflow: hidden;
}

.image-anime:after{
	content: "";
	position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255,255,255,.3);
    transform: translate(-50%,-50%) rotate(-45deg);
    z-index: 1;
}

.image-anime:hover:after{
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}
.theme-btn{
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
    border-radius:5px;
	background: var(--accent-color);
	padding: 15px 25px;
	display: inline-block;
	color: var(--white-color) !important;
    transition: all .3s;
    position:relative;
    z-index: 1;
    overflow: hidden;
}
.theme-btn::before{
	content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
	right: 0;
    width: 0;
    height: 100%;
    background: var(--dark-shade);
	border-radius: 0;
    transition: all 0.4s ease-in-out;
    z-index: -1;
}
.theme-btn:hover::before{
	width: 100%;
	left: 0;
	right: auto;
}

.section-padding{
    padding: 100px 10px;
}
.light-bg{
    background: var(--light-bg);
}
/************************************/
/*** 	   03 HEADER CSS            ***/
/************************************/	

.ev-header .navbar-brand{
    font-size:24px;
    color:var(--primary-color);
}
.navbar-nav li ul.dropdown-menu {
    border: none !important;
}
.dropdown-item.active, .dropdown-item:active {
    background: var(--accent-color) !important;
}
.logo-icon{
    width:40px;
    height:40px;
    background:linear-gradient(135deg,var(--text-gradient1),var(--text-gradient2));
    color:var(--white-color);
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
}
.ev-header .nav-link{
    color:var(--primary-color);
    font-weight:500;
    margin:0 8px;
}
.ev-header .nav-item.dropdown{
    position: relative;
}
.ev-header .dropdown-toggle-split{
    position: absolute;
    right: 0px;
    top: 2px;
}
.ev-header .dropdown-toggle-split.show:after{
    transform: rotate(180deg);
}
.ev-header .nav-link:hover{
    color:var(--accent-color);
}
.btn-ev{
    background:var(--accent-color);
    color:var(--white-color);
    border-radius:30px;
    padding:8px 20px;
}
.btn-ev:hover{
    background:var(--dark-shade);
    color:var(--white-color);
}
.open-booking-modal{
    margin-left: 25px;
}
/************************************/
/*** 	   HERO SECTION           ***/
/************************************/	

.ev-banner-slider {
    position: relative;
    overflow: hidden;
}

.ev-slide {
    background-size: cover;
    background-position: center;
    position: relative;
}

.ev-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(12,31,44,0.9), rgba(12,31,44,0.4));
}

.ev-slide .container {
    position: relative;
    z-index: 2;
}

.ev-slide h1 {
    color: var(--white-color);
    font-size:75px;
    line-height:normal;
}

.ev-slide p {
    color: #dce7ef;
    font-size: 30px;
    margin: 20px 0;
    line-height:normal;
}

.ev-btn {
    background: var(--primary-color);
    color: var(--white-color);
    padding: 14px 30px;
    border-radius: 6px;
    font-weight: 600;
}

.ev-btn i {
    margin-left: 8px;
}

.ev-features {
    display: flex;
    gap: 25px;
    color: var(--white-color);
}

.ev-features i {
    color: var(--accent-color);
    margin-right: 6px;
}

/* Info Box */
.ev-info-box {
    background: var(--white-color);
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.ev-info-box i {
    font-size: 40px;
    color: var(--primary-color);
    margin-bottom: 15px;
}

.ev-info-box h2 {
    font-size: 22px;
    margin-bottom: 10px;
}

.ev-info-box p {
    font-size:16px;
    color: #666;
}

.ev-info-box a i {
    background: var(--primary-color);
    color: #fff;
    padding: 10px;
    border-radius: 50%;
}
.ev-hero-slider .owl-nav{
        display: flex;
    justify-content: space-between;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.ev-hero-slider .owl-nav button{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--white-color) !important;
    border-radius: 7px;
    margin: 5px;
}
.ev-hero-slider .owl-dots{
    top: 50%;
    right: 30px;
    left: inherit;
    width: auto;
    display: flex;
    position: absolute;
    flex-direction: column;
    gap: 20px;
    transform: translateY(-50%);
}
.ev-hero-slider .owl-dots .owl-dot{
    background:var(--white-color);
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 100%;
}
.ev-hero-slider .owl-dots .owl-dot.active{
    outline: 1px solid var(--white-color);
    outline-offset: 6px;
    
}
/************************************/
/***  FEATURES CARD SECTION CSS   ***/
/************************************/	
.feature-box{
    position: relative;
    padding:40px 25px;
    overflow: hidden;
    border-radius:12px;
    background:var(--white-color);
    z-index:1;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.20);
}

.feature-box::before{
    content:"";
    position:absolute;
    left:0;
    bottom:-100%;
    width:100%;
    height:100%;
    background:var(--accent-color);
    transition:0.4s ease-in-out;
    z-index:-1;
}

.feature-box:hover::before{
    bottom:0;
}

.feature-box i{
    font-size:46px;
    color:var(--accent-color);
    margin-bottom:20px;
    transition:0.4s;
}

.feature-box h2{
    transition:0.4s;
    font-size: 24px;
    line-height: 30px;
    color: var(--text-color);
}

.feature-box p{
    font-size:15px;
    color:#6b6b6b;
    line-height:1.7;
    transition:0.4s;
}

.feature-box:hover i,
.feature-box:hover h2,
.feature-box:hover p{
    color:var(--white-color);
}
/************************************/
/*** 	   ABOUT SECTION CSS       ***/
/************************************/	
.video-btn{
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: var(--accent-color);
    color: var(--white-color);
    padding: 14px 20px;
    border-radius: 12px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    z-index: 1;
}

.video-btn i{
    background: var(--white-color);
    color: var(--accent-color);
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-label{
    font-size:16px;
    font-weight: 600;
    letter-spacing: 1px;
    color: var(--accent-color);
}

.section-label i{
    margin-right: 6px;
}

.mission-list{
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.mission-list li{
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
    font-weight: 600;
}

.mission-list .number{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: var(--accent-color);
    border: 2px solid var(--accent-color);
    color: var(--white-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-popup{
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.85);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.video-popup-inner{
    position: relative;
    width: 90%;
    max-width: 900px;
    background: var(--text-color);
    border-radius: 16px;
    overflow: hidden;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.video-popup video{
    width: 100%;
    height: auto;
    max-height: 80vh;
    display: block;
}

.video-close{
    position: absolute;
    top: -45px;
    right: 0;
    font-size: 40px;
    color: var(--white-color);
    cursor: pointer;
    font-weight: 300;
}
/************************************/
/***       SERVICE SECTION CSS 	 ***/
/************************************/
.ev-service-card img{
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.ev-card-body h3{
    font-size: 20px;
    display: flex;
    padding-bottom: 15px;
}

.ev-card-body h5 span{
    width:10px;
    height: 10px;
    background: var(--accent-color);
    border-radius: 50%;
}
.ev-card-body{
    position: relative;
    margin-top: -40px;
    padding: 40px 30px 40px 50px;
    background-color: var(--white-color);
    border: 1px solid #ccc;
    border-radius: 20px 0 20px;
    margin-left: 20px;
}
.ev-card-body p{
    min-height:80px;
}
.ev-service-slider .owl-dots{
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
}

.ev-service-slider .owl-dot span{
    background: #cfd8cc;
    width: 13px;
    height: 13px;
    display: block;
}

.ev-service-slider .owl-dot.active span{
    background: var(--accent-color);
}
/************************************/
/***   WHO WE ARE SECTION CSS     ***/
/************************************/
.who-we-are-section{
    padding: 100px 0;
    background: linear-gradient(
        to right,
        rgba(0,0,0,0.75),
        rgba(0,0,0,0.4)
    ),
    url('../image/who-we-are-bg.jpg') center/cover no-repeat;
    color:var(--white-color);
}

.section-subtitle{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 15px;
}

.section-title{
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}

.section-text{
    color: var(--text-color);
    margin-bottom: 35px;
    max-width: 480px;
}

.btn-ev{
    background: var(--primary-color);
    color:var(--text-color);
    padding: 14px 28px;
    border-radius: 6px;
    font-weight: 600;
    transition: 0.3s;
}

.btn-ev:hover{
    background:#2db85c;
    color:var(--text-color);
}

.counter-wrapper{
    text-align: center;
}

.counter-box{
    margin-bottom: 30px;
}

.counter-box h3{
    font-size: 44px;
    line-height: 1;
    font-weight: 700;
    color:var(--white-color);
}

.counter-box p{
    padding-top: 15px;
    color: var(--white-color);
    font-size: 20px;
}
/************************************/
/***       FEATURES SECTION CSS   ***/
/************************************/
.text-green{
    color: var(--accent-color);
}
.feature-box-item{
    margin-bottom: 40px;
}

.feature-box-item .icon{
    width: 70px;
    height: 70px;
    background: var(--primary-color);
    color: var(--white-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 28px;
    margin-bottom: 15px;
}

.feature-box-item h3{
    font-size: 20px;
    font-weight: 600;
    color: var(--text-color);
    margin-bottom: 10px;
}

.feature-box-item p{
    font-size: 15px;
    color: var(--text-color);
    display: inline-block;
}

.text-end .feature-box-item p{
    margin-left: auto;
}
/************************************/
/***       COUNTER SECTION CSS    ***/
/************************************/
.ev-desc {
    max-width: 650px;
    margin: 0 auto;
}

.ev-counter-box {
    background: var(--white-color);
    border-radius: 14px;
    padding: 40px 25px;
    text-align: center;
    box-shadow: 0 0 15px 0px rgba(0,0,0,0.15);
    transition: 0.3s;
    width: 100%;
}

.ev-counter-box:hover {
    transform: translateY(-6px);
}

.ev-counter-box i {
    font-size: 40px;
    color: var(--accent-color);
    margin-bottom: 20px;
}

.ev-counter-box h3 {
    font-size: 46px;
    color: var(--accent-color);
}

.ev-counter-box p {
    margin-top: 8px;
    color: var(--text-color);
    font-weight: 500;
}
/************************************/
/***         VIDEO SECTION CSS    ***/
/************************************/
.video-section {
    background: url('../image/video-bg.jpg') no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    padding: 180px 0 !important;
    position: relative;
}

.video-section::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.45);
}

.video-content {
    position: relative;
    z-index: 2;
}

.play-btn {
    width: 90px;
    height: 90px;
    background: var(--white-color);
    border-radius: 50%;
    border: 0;
    font-size: 32px;
    cursor: pointer;
    color: var(--accent-color);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    animation: ripple 1s linear infinite;
}
@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 10px rgba(255, 255, 255, 0.2), 0 0 0 30px rgba(255, 255, 255, 0.2), 0 0 0 60px rgba(255, 255, 255, 0.2);
    }

    100% {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2), 0 0 0 30px rgba(255, 255, 255, 0.2), 0 0 0 60px rgba(255, 255, 255, 0.2), 0 0 0 90px rgba(255, 255, 255, 0);
    }
}
.play-btn:hover {
    box-shadow: 0 0 20px rgba(255, 90, 60, 0.6);
}

.modal-content {
    border: none;
    border-radius: 12px;
    overflow: hidden;
}

/************************************/
/***       PRICING SECTION CSS    ***/
/************************************/
.ev-pricing-section{
    border-radius: 0 0 40px 40px;
}

.pricing-desc{
    color: var(--text-color);
    font-size: 18px;
    margin-bottom: 30px;
}

.pricing-card{
    padding: 40px;
    border-radius: 24px;
    text-align: center;
    height: 100%;
}

.light-card{
    background: var(--white-color);
}

.pricing-card.bg-dark .pricing-icon{
    background: var(--white-color);
    color: var(--text-color);
}

.pricing-icon{
    width: 64px;
    height: 64px;
    background: var(--primary-color);
    color: var(--white-color);
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin-bottom: 20px;
}

.price{
    font-size: 44px;
    font-weight: 700;
    margin: 15px 0;
}

.price span{
    font-size: 16px;
    font-weight: 400;
}

.pricing-list{
    list-style: none;
    padding: 0;
    margin: 25px 0;
}

.pricing-list li{
    margin-bottom: 12px;
    font-size:20px;
}

.pricing-list i{
    color: var(--primary-color);
    margin-right: 8px;
}
/************************************/
/***       CTA SECTION CSS     	 ***/
/************************************/
.cta-content{
    position: relative;
    padding: 60px;
    color: var(--white-color);
}
.ev-cta-section .left-side{
    border-radius: 0 0 80px 0;
}
.ev-cta-section .right-side{
    background: url('../image/cta-image2.jpg') no-repeat center ;
    background-size: cover;
    border-radius: 80px 0 0 0;
}
/************************************/
/***       REVIEW SECTION CSS  	 ***/
/************************************/
.bg-green{
    background: var(--accent-color);
    border-radius: 60px 0;
    padding: 0 50px 50px 50px;
}
.review-image {
    margin-top: -100px;
}
.review-image img{
    border-radius: 50px 0 0;
}
.review-text-vertical{
    position: absolute;
    left: -60px;
    bottom: 30px;
    font-size: 90px;
    font-weight: 700;
    color: rgba(0,0,0,.05);
    transform: rotate(-90deg);
}

.review-content{
    padding: 0 60px 60px;
        margin-top: -104px;
}

.review-item{
    position: relative;
    padding-top: 40px;
}

.quote-icon{
    font-size: 50px;
    opacity: .3;
    margin-bottom: 20px;
}

.review-item p{
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 30px;
}

.review-author{
    display: flex;
    align-items: center;
    gap: 12px;
}

.review-author img{
    width: 50px !important;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.review-author h3{
    margin: 0;
    font-weight: 600;
}

.review-author span{
    font-size: 15px;
    opacity: .85;
}

.review-stars{
    margin-top: 10px;
}

.review-stars i{
    color: var(--white-color);
}

.review-nav{
    display: flex;
    gap: 10px;
    margin-top: 30px;
}

.review-nav button{
    width: 42px;
    height: 42px;
    border: none;
    background: var(--white-color);
    color: var(--text-color);
    border-radius: 8px;
    transition: .3s;
}
/************************************/
/***       PROCESS SECTION CSS    ***/
/************************************/
.ev-process-item {
    z-index: 2;
}

.ev-process-item h3 {
    margin-top: 25px;
}

.ev-process-item p {
    max-width: 280px;
    margin: 10px auto 0;
    font-size: 15px;
}
.ev-step-circle {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ev-step-circle:after {
    content: "";
    width: 120px;
    height: 120px;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    background: url('../image/process-plug-new.png') no-repeat center;
    background-size: 100%;
    transition: all .9s;
    z-index: -1;
}
.ev-process-item:hover .ev-step-circle:after{
    transform: rotate(90deg);
}
.ev-step-circle span {
    font-size: 32px;
    font-weight: 700;
}
.ev-icon {
    position: absolute;
    font-size: 20px;
    color: var(--accent-color);
}

.ev-icon.left {
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
}

.ev-icon.right {
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
}
.ev-connector-line {
    position: absolute;
    top: 55px;
    left: 10%;
    width: 80%;
    height: 2px;
    border-top: 2px dashed var(--accent-color);
    z-index: 1;
    opacity: 0.7;
}
/************************************/
/***       FAQ SECTION CSS  	 ***/
/************************************/
.ev-accordion .accordion-item {
    border: none;
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0px 10px 0 rgba(0,0,0,0.15);
}

.ev-accordion .accordion-button {
    background: var(--white-color);
    color: var(--text-color);
    font-size: 22px;
}

.ev-accordion .accordion-button:not(.collapsed) {
    background: var(--accent-color);
    color: var(--white-color);
}

.ev-accordion .accordion-button i {
    color: var(--accent-color);
}

.ev-accordion .accordion-button:not(.collapsed) i {
    color: var(--white-color);
}

.ev-accordion .accordion-body {
    background: var(--white-color);
    color: #555;
    line-height: 1.7;
}
/************************************/
/***       TEAM SECTION CSS  	 ***/
/************************************/
.team-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.4s ease;
}

.team-img::before {
    content: "";
    position: absolute;
    inset: 15px;
    border: 2px solid var(--accent-color);
    border-radius: 15px;
    opacity: 0;
    transition: 0.4s;
    z-index: 2;
}

.team-img:hover::before{
    opacity: 1;
}

.team-img {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.team-img img {
    width: 100%;
    height: 380px;
    object-fit: cover;
}

.team-img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #131419;
    width: 100%;
    height: 100%;
    transform: scale(.1, .1);
    transition: all 0.50s ease-in-out;
    opacity: 0;
    z-index: 0;
}

.team-img:hover:after{
    transform: scale(1, 1);
    opacity: 0.4 !important;
}
.team-social{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 11;
    opacity: 0;
    transition: 0.5s;
    width: max-content;
}
.team-img:hover .team-social{
    opacity: 1;
    transition: 0.5s;
}
.team-social a {
    width: 42px;
    height: 42px;
    background: var(--white-color);
    color: var(--text-color);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    font-size:16px;
    transition: 0.3s;
}

.team-social a:hover {
    background: var(--accent-color);
    color: var(--white-color);
}

.team-info {
    text-align: center;
    margin-top: 20px;
}

.team-info span {
    font-size: 15px;
    color: var(--primary-color);
    font-weight: 600;
    letter-spacing: 1px;
}

.team-info h3 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 5px;
}

/************************************/
/***       BLOG SECTION CSS       ***/
/************************************/

.ev-btn-outline {
    padding: 12px 26px;
    border: 1px solid var(--accent-color);
    border-radius: 30px;
    color: var(--text-color);
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

.ev-btn-outline:hover {
    background: var(--accent-color);
    color: var(--white-color);
}

.ev-blog-card {
    background: var(--white-color);
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    transition: 0.3s;
}

.ev-blog-card:hover {
    transform: translateY(-6px);
}
.ev-blog-img {
    position: relative;
}

.ev-blog-img img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}
.ev-date {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 60px;
    height: 60px;
    border-radius:100%;
    color: var(--white-color);
    font-weight: 700;
    font-size:16px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.2;
    background: var(--accent-color);
    transition: 0.4s;
}

.ev-date:hover {
    background: var(--text-color);
    border-radius: 0 20px;
}

.ev-blog-content {
    padding: 25px;
}

.ev-meta {
    font-size: 15px;
    display: flex;
    gap: 15px;
    margin-bottom: 12px;
}
.ev-meta span{
    position:relative;
    padding-left:20px;
}
.ev-meta span i{
        position: absolute;
    left: 0;
    top: 4px;
    
}

.ev-blog-content h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 18px;
}
/************************************/
/***       CONTACT SECTION CSS    ***/
/************************************/
.ev-feature-list {
    list-style: none;
    padding: 0;
}

.ev-feature-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    font-weight: 500;
}

.ev-feature-list i {
    color: var(--primary-color);
    font-size: 18px;
}

.ev-contact-form {
    background: var(--white-color);
    padding: 35px;
    border-radius: 20px;
    box-shadow: 0 0 15px 0px rgba(0,0,0,0.15);
}
.ev-contact-form .form-control {
    border-radius: 12px;
    padding: 12px 15px;
    border: 1px solid #e5e7eb;
    font-size: 15px;
}

.ev-contact-form .form-control:focus {
    border-color: var(--primary-color);
    box-shadow: none;
}
/************************************/
/***       FOOTER CSS        	 ***/
/************************************/
#backToTop {
    position: fixed;
    right: 25px;
    bottom: 30px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--text-color);
    color: #fff;
    border: none;
    outline: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    z-index: 9999;
}

#backToTop.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

#backToTop:hover {
    background: var(--accent-color);
    transform: translateY(-5px);
}

.ev-footer{
    color:#ccc;
}
.footer-info {
    margin-bottom: -50px;
}
.info-box{
    padding:25px;
    color:var(--white-color);
    position: relative;
    background-color: var(--accent-color) !important;
    display: flex;
    align-items: center;
    gap: 20px;
    z-index: 1;
}
.info-box:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.25));
    background-repeat: no-repeat;   
    z-index: -1; 
}
.info-box:hover{
    background-color:var(--text-color) !important;
}
.info-box i{
    width: 45px;
    height: 45px;
    min-width: 45px;
    display: flex;
    font-size: 18px;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--white-color);
    border-radius: 100%;
}
.info-box p{
    margin-bottom: 0;
}
.footer-main{
    padding:110px 0 30px;
    background: var(--text-color);
}
.footer-logo h4{
    color:var(--white-color);
    margin-top:10px;
}
.footer-text{
    max-width:600px;
    margin:0 auto;
    font-size:15px;
}
.footer-social a{
    width:40px;
    height:40px;
    background:var(--accent-color);
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    color:var(--white-color);
    margin:0 5px;
}
.footer-social a:hover{
    background:var(--dark-shade);
}
.footer-copy{
    font-size:16px;
    color:#aaa;
}
/************************************/
/***       PAGE LOADING CSS   	 ***/
/************************************/
.preloader {
    position: fixed;
    inset: 0;
    background: var(--text-color);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loading-container {
    position: relative;
    width: 230px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.preloader.fade-out {
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s ease;
}
/************************************/
/***       ABOUT PAGE CSS     	 ***/
/************************************/
.inner-banner {
    position: relative;
    background: url("../image/inner-banner.jpg") center center / cover no-repeat;
    min-height: 350px;
    display: flex;
    align-items: center;
}

.inner-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
}

.inner-banner-content {
    position: relative;
    z-index: 2;
}

.inner-banner h1 {
    font-size: 70px;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 500;
    color: var(--white-color);
    margin-bottom: 10px;
}

.inner-banner .breadcrumb {
    display: inline-flex;
    padding: 8px 25px;
    background: var(--white-color);
    color: var(--text-color);
    margin-top: 15px;
    border-radius: 30px;
}

.inner-banner .breadcrumb-item a {
    color: var(--text-color);
    text-decoration: none;
    font-weight: 500;
}

.inner-banner .breadcrumb-item.active {
    color: var(--text-color);
}

.inner-banner .breadcrumb-item + .breadcrumb-item::before {
    content: "››";
    color: var(--text-color);
    padding: 0 8px 0 0;
}
/************************************/
/***       SERVICE PAGE CSS    	 ***/
/************************************/
.ev-service-section{
    background: var(--light-bg);
}

.service-box-item{
    background: var(--white-color);
    border-radius: 14px;
    padding: 35px 30px;
    height: 100%;
    position: relative;
    box-shadow: 0 15px 35px rgba(0,0,0,0.06);
    transition: all 0.4s ease;
}

.service-box-item:hover{
    transform: translateY(-10px);
}

.service-box-item .service-icon{
    margin-bottom: 20px;
}

.service-box-item .service-icon i{
    font-size: 42px;
    color: var(--accent-color);
}

.service-box-item h3{
    font-size: 22px;
    margin-bottom: 15px;
    color: var(--primary-color);
}

.service-box-item p{
    font-size: 18px;
    color: var(--text-color);
    margin-bottom: 20px;
}

.service-box-item .service-list{
    padding: 0;
    margin: 0 0 25px;
    list-style: none;
}

.service-box-item .service-list li{
    font-size:16px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--text-color);
}

.service-box-item .service-list i{
    color: var(--accent-color);
    font-size:16px;
}
/************************************/
/***  SERVICE DETAIL PAGE CSS  	 ***/
/************************************/
.service-list-box,
.company-profile-box {
  background: var(--white-color);
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 0px 10px 0 rgba(0,0,0,0.15);
}
.service-list-box h2, .company-profile-box h2{
    font-size: 24px;
    line-height: 1;
}
.service-list {
  list-style: none;
  padding: 0;
}

.service-list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 14px;
  border-radius: 30px;
  margin-bottom: 10px;
  text-decoration: none;
  color: #333;
  font-size:16px;
  background: #f3f5f6;
}

.service-list li a span {
  width: 8px;
  height: 8px;
  background: #ccc;
  border-radius: 50%;
  margin-right: auto;
}

.service-list li.active a,
.service-list li a:hover {
  background: var(--accent-color);
  color: var(--white-color);
}

.service-list li.active a span {
  background: var(--white-color);
}

.profile-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--accent-color);
  color: var(--white-color);
  padding: 12px 15px;
  border-radius: 10px;
  margin-bottom: 10px;
  text-decoration: none;
  font-size:16px;
}

.profile-link i {
  color: var(--white-color);
}
.call-box {
  background: #111;
  color: var(--white-color);
  padding: 30px 20px;
  border-radius: 20px;
}

.call-box a {
  color: var(--accent-color);
  font-weight: 600;
  text-decoration: none;
}

.icon-box i {
  font-size: 40px;
  color: var(--primary-color);
  margin-bottom: 10px;
}

.icon-box h6 {
  font-weight: 600;
}

.check-list {
  list-style: none;
  padding: 0;
}

.check-list li {
  margin-bottom: 8px;
  padding-left: 24px;
  position: relative;
}

.check-list li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: var(--primary-color);
  position: absolute;
  left: 0;
}
/************************************/
/***  PRICING PAGE CSS      	 ***/
/************************************/
.pricing-section {
  background: var(--light-bg);
}

.pricing-tag i {
  font-size: 10px;
  margin-right: 6px;
}

.pricing-box {
  background: var(--white-color);
  border-radius: 22px;
  padding: 40px 30px;
  text-align: center;
  height: 100%;
  transition: 0.4s;
}

.pricing-box.active {
  background: var(--text-color);
  color: var(--white-color);
}

.pricing-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 20px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--accent-color);
}

.pricing-icon i {
    font-size: 30px;
    color: var(--white-color);
}

.pricing-box h4 {
    font-size: 48px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 25px;
}

.pricing-box h4 span {
    font-size: 16px;
    font-weight: 400;
}

.pricing-box ul {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.pricing-box ul li {
    margin-bottom: 12px;
    font-size: 15px;
}

.pricing-box ul li i {
    color: var(--primary-color);
    margin-right: 8px;
}
.pricing-box.active i{
    color: var(--white-color);
}
/************************************/
/***       BLOG DETAIL CSS     	 ***/
/************************************/
.ev-blog-box img{
    border-radius: 10px;
}

.ev-blog-quote{
    background: var(--accent-color);
    color: var(--white-color);
    padding: 30px;
    border-radius: 10px;
    margin: 30px 0;
    position: relative;
}

.ev-blog-quote i{
    font-size: 30px;
    margin-bottom: 10px;
    display: block;
}

.ev-blog-footer{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
}

.ev-tags a{
    background: var(--accent-color);
    color: var(--white-color);
    padding: 6px 12px;
    font-size: 15px;
    border-radius: 4px;
    margin: 4px;
    display: inline-block;
    text-decoration: none;
}

.ev-share a{
    margin-left: 10px;
    color: var(--accent-color);
}

.ev-author-box{
    background: var(--accent-color);
    color: var(--white-color);
    text-align: center;
    padding: 30px;
    border-radius: 10px;
    margin-top: 40px;
}

.ev-author-box img{
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin-bottom: 10px;
}

.ev-sidebar-box{
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    padding: 25px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.ev-sidebar-box h3{
    margin-bottom: 20px;
}

.ev-search input{
    flex: 1;
    border: 1px solid #ddd;
    padding: 10px;
    width:80%;
}

.ev-search button{
    background: var(--accent-color);
    color: var(--white-color);
    border: none;
    padding: 10px 15px;
}

.ev-category{
    list-style: none;
    padding: 0;
}

.ev-category li{
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}

.ev-social a{
    width: 40px;
    height: 40px;
    background: var(--accent-color);
    color: var(--white-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 8px;
}

.ev-feed-item{
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
    align-items: center;
}
.ev-feed-item p{
    margin-bottom: 0;
}
.ev-feed-item img{
    width: 70px;
    border-radius: 6px;
}
/************************************/
/***       TEAM DETAIL PAGE CSS   ***/
/************************************/
.ev-team-img img{
    border-radius: 50px 0;
}

.ev-team-info{
    padding: 40px;
    position: relative;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    border-radius: 50px 0;
        margin-left: -80px;
        background: var(--white-color);
}

.ev-team-social a{
    width: 36px;
    height: 36px;
    background: #f2f2f2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-left: 6px;
    color: var(--primary-color);
}

.ev-team-info h2{
    font-weight: 600;
}

.ev-role{
    color: var(--accent-color);
    font-weight: 600;
    display: block;
    margin-bottom: 20px;
}

.ev-contact-list{
    list-style: none;
    padding: 0;
}

.ev-contact-list li{
    margin-bottom: 8px;
}

.ev-dropcap::first-letter{
    font-size: 50px;
    font-weight: 700;
    color: var(--accent-color);
    float: left;
    margin-right: 10px;
}

.ev-skill span{
    display: flex;
    justify-content: space-between;
    font-weight: 600;
}

.progress{
    height: 6px;
    background: #eee;
}

.progress-bar{
    background: var(--accent-color);
}

.ev-exp-list{
    list-style: none;
    padding: 0;
}

.ev-exp-list li{
    padding-left: 25px;
    position: relative;
    margin-bottom: 10px;
}

.ev-exp-list li::before{
    content: "•";
    position: absolute;
    left: 0;
    color: var(--accent-color);
    font-size: 22px;
}
/************************************/
/***       CONTACT PAGE CSS  	 ***/
/************************************/
.ev-contact-box{
    padding: 35px 30px;
    border-radius: 12px;
    box-shadow: 0 0 10px 0px rgba(0,0,0,0.15);
    height: 100%;
    transition: 0.3s;
}

.ev-contact-box:hover{
    transform: translateY(-5px);
}

.ev-contact-icon{
    width: 55px;
    height: 55px;
    border: 2px solid var(--accent-color);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.ev-contact-icon i{
    color: var(--accent-color);
    font-size: 22px;
}

.ev-contact-box h3{
    font-weight: 600;
    margin-bottom: 10px;
    color: var(--primary-color);
}

.ev-contact-box p{
    margin: 0;
    color: var(--text-color);
    line-height: 1.7;
}
.ev-contact-section iframe{
    width: 100%;
     border-radius: 20px;
}
/************************************/
/***       RESPONSIVE CSS     	 ***/
/************************************/
@media(min-width:992px){
 .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
  .ev-hero{
    height: 100vh;
  }
  
}

@media only screen and (max-width: 991px){
    h1 {
        font-size: 40px;
        line-height: 46px;
    }
    h2 {
        font-size: 28px;
        line-height: 34px;
    }
    .section-padding {
        padding: 80px 10px;
    }
    .ev-review-section{
        margin-top:20px;
    }
    .pricing-card, .team-card {
        max-width: 350px;
        margin: 0 auto;
    }
    .inner-banner h1 {
        font-size: 50px;
    }
    .cta-content{
        padding: 20px;
    }
    .ev-team-info {
        padding: 25px;
    }
    .review-content {
        padding: 0 15px 15px;
    }
    .review-item p{
        line-height:normal;
    }
}

@media only screen and (max-width: 767px){
    .ev-slide h1{
        font-size:50px;
    }
    .ev-slide p{
        font-size:22px;
    }
    .ev-hero-slider .owl-dots {
        top: auto;
        right: 0;
        left: 0;
        width: 100%;
        flex-direction: row;
        bottom: 40px;
        justify-content: center;
    }
    .section-padding {
        padding: 50px 10px;
    }
    .ev-review-section{
        margin-top:50px;
    }
    .ev-connector-line {
        display: none;
    }
    .bg-green {
        padding: 0 15px 0px 15px;
    }
    .review-content {
       padding: 0 15px 15px;
        margin-top: 20px;
        color: var(--white-color);
    }
    .review-content .section-label{
        color: var(--white-color);
    }
    .review-item{
        padding-top: 0;
    }
    .info-box {
        max-width: 100%;
        margin: 0 auto;
    }
    .ev-cta-section .left-side{
        border-radius:0;
    }
}
@media only screen and (max-width: 575px){
     .ev-team-info{
        margin-left: 0;
        margin-top: -60px;
    }
    
}


