/*
Theme Name: My Custom Theme
Description: This is the project for custome them development in wordpress.
Author: Markseo 
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Roboto:wght@100;300;400;500;700;900&display=swap');


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box !important;
    scroll-behavior: inherit !important;
}

:root {
    --body-font: 'Roboto', sans-serif;
    --heading-font: 'Inter', sans-serif;
    --theme-color: #18c3a3;
    --theme-bg-light: #093370;
    --body-text-color: #757F95;
    --color-dark: #1d2a39;
    --color-white: #ffffff;
}

html,
body {
    height: auto;
    width: 100%;
    margin: 0 !important;
    padding: 0;
/*     overflow-x: hidden; */
    box-sizing: border-box;
}

body {
    font-family: var(--body-font);
    font-style: normal;
    font-size: 16px;
    font-weight: normal;
    color: var(--body-text-color);
    line-height: 1.8;
}

a {
    color: var(--color-dark);
    display: inline-block !important;
    text-decoration: none !important;
}

a,
a:active,
a:focus,
a:hover {
    outline: none;
    color: var(--body-text-color);
    transition: all 0.3s ease-out 0s;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--color-dark);
    margin: 0px;
    font-weight: 600;
    font-family: var(--heading-font);
    line-height: 1.2;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 35px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

p {
    margin: 0px;
}

.img,
img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
    height: auto;
}

label {
    color: #999;
    cursor: pointer;
    font-weight: 400;
}

*::placeholder {
    color: #999;
    font-size: 16px;
    opacity: 1;
}

/* Button  */
.theme-btn {
    font-size: 15px;
    color: var(--color-white);
    padding: 10px 20px;
    transition: all 0.5s;
    text-transform: uppercase;
    position: relative;
    border-radius: 3px;
    font-weight: 500;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    border: none;
    background: var(--theme-color); 
    z-index: 1;
}

.theme-btn:hover{
    color: var(--color-white);
}

.theme-btn::before {
    content: "";
    height: 300px;
    width: 300px;
    background: var(--theme-bg-light);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%) scale(0);
    transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: -1;
}

.theme-btn:hover::before{
    transform: translateY(-50%) translateX(-50%) scale(1);
}
.bg {
    background: #F9F9F9;
}

.nav-right .sidebar-btn .nav-right-link{
	border: none;
    color: var(--color-white);
    font-size: 28px;
    padding-right: 0;
	height: 55px;
	width: 55px;
	transition: 0.3s;
	border-radius: 50%;
	background: linear-gradient(90deg,rgba(24, 194, 162) 0%, rgba(0, 0, 0, 1) 45%, rgba(24, 194, 162) 100%);
}
.nav-right .sidebar-btn .nav-right-link:hover{
	background: linear-gradient(90deg,rgba(0, 0, 0, 1) 0%, rgba(24, 194, 162) 45%, rgba(0, 0, 0, 1) 100%);
}
.navbar  .theme-btn{
	  background-color: #c7050c;
	  border-radius: 4px;
	  padding: 10px 20px;
}
/* Global CSS */
/* breadcrumb */
.breadcrumb-wrapper {
    background: linear-gradient(90deg,rgb(5 30 68), rgb(25 195 163 / 69%)), url(https://storage2.perfectcdn.com/85regs/ggukzc7uuhxra3t7.jpeg) no-repeat center / cover;
    padding: 20px 60px;
    height: 300px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: end;
}
.breadcrumb-wrapper h1, .custom-breadcrumb, .custom-breadcrumb a{
	color: #fff;
}
/* Header  */
.header{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
 	 background-color: #fff; 
	border-bottom: 1px solid #ddd;
}
.header-top {
    padding: 8px 0 10px 0;
    position: relative;
    background: var(--color-dark);
    z-index: 1;
}

/* .header-top::before {
    content: "";
    position: absolute;
    background: #15A9E5;
    clip-path: polygon(0 0, 80% 0, 100% 100%, 0% 100%);
    width: 10%;
    top: 0;
    left: 0;
    bottom: -1px;
    z-index: -1;
} */

/* .header-top::after {
    content: "";
    position: absolute;
    background: #15A9E5;
    clip-path: polygon(20% 1%, 100% 0, 100% 100%, 0% 100%);
    width: 10%;
    top: 0;
    right: 0;
    bottom: -1px;
    z-index: -1;
} */

/* Parent wrapper */
.custom-nav-item {
    position: relative;
}
.custom-dropdown .nav-link{
    padding: 0px 0 !important;
} 
.custom-dropdown .custom-nav-item {
    border: 1px dashed #d5d5d5;
    padding: 10px 5px;
    /* margin-bottom: 10px; */
}
.custom-dropdown {
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all 0.3s ease;
}
/* Add icon to menu item that has dropdown */
.dropdown .custom-nav-link::after {
    content: "\f078"; /* Font Awesome down arrow */
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    margin-left: 6px;
    font-size: 12px;
}
.dropdown-menu .custom-nav-link::after {
    content: "\f078";
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    margin-right: 6px;
    font-size: 15px;
    position: absolute;
    right: 0;
}
.dropdown-menu .custom-nav-link:last-child::after {
    display: none !important;
}
/* Show on hover */
.custom-nav-item:hover > .custom-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    width: 400px;
    background: #223c5b;
    padding: 7px;
}
ul.dropdown-menu.dropdown-submenu.custom-dropdown {
    left: 100px;
}
.dropdown-menu a.nav-link.custom-nav-link{
	width: 100%;
	color: #fff;
}
.dropdown-menu .nav-link:hover{
	color: var(--theme-color) !important;
}
/* Optional: nice shadow */
.custom-dropdown {
    border: none;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    border-radius: 8px;
}

/* Link hover effect */
.custom-nav-link:hover {
    color: #0d6efd;
}

.header-top-wraper {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}

.header-top-wraper {
    display: flex;
}

.header-top-contact ul {
    display: flex !important;
    align-items: center;
    gap: 25px;
}

.header-top-contact a {
    color: var(--color-white);
    font-weight: 500;
}

.header-top-contact a i {
    color: var(--theme-color);
}

.header-top-right {
    display: flex;
    align-items: center;
    gap: 15px;
}

.header-top-link a {
    color: var(--color-white);
    margin-right: 12px;
}

.header-top-link a:hover {
    color: var(--theme-color);
}

.header-top-social a {
    color: var(--color-white);
    font-size: 16px;
    text-align: center;
    margin-left: 14px;
    transition: all .5s ease-in-out;
}

.header-top-social a:hover {
    color: var(--theme-color);
}

.nav-right {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-left: 45px;
}

.nav-right .search-btn .nav-right-link {
    font-size: 20px;
    padding: 0;
}

.nav-right .cart-btn .nav-right-link {
    position: relative;
    font-size: 20px;
    padding: 0;
    margin-right: 15px;
    color: var(--color-dark);
}

.custom-logo-link .custom-logo {
    width: 210px;
    height: auto;
}
.sidebar-contact h4{
	font-size: 18px;
}
.navbar .nav-item .nav-link {
  color: var( --theme-bg-light);
}


.navbar .nav-item .nav-link {
    position: relative;
    margin-right: 10px;
    /* padding: 30px 0 30px 0; */
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}



/* .nav-right .nav-right-link:hover {
    color: var(--theme-bg-light);
} */

.navbar .nav-item .nav-link:hover {
    color: var(--theme-color);
}

a.nav-link.active {
    color: var(--theme-color) !important;
    transition: all .4s ease-in-out;
}



.sidebar-popup.active {
    transition: all .5s ease-in-out;
    right: 0;
} 

.sidebar-popup {
    position: fixed;
    top: 0;
    left: 0;
    content: "";
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    transition: all .5s ease-in-out;
}
.sidebar-popup.active {
    visibility: visible;
    opacity: 1;
}
.sidebar-wraper {
    position: fixed;
    top: 0;
    right: 0;
    width: 450px;
    background: #ffffff;
    padding: 10px 20px 20px 20px;
    transition: all .5s ease-in-out;
    z-index: 9999;
    height: 100vh;
}
.close-sidebar-popup{
    right: 2rem;
    position: absolute;
    top: 1rem;
    outline: none;
    border: none;
    font-size: 28px;
    background: transparent;
    color: var(--theme-color);
}
.sidebar-content i{
    color: var(--theme-color);
}

/* Footer  */
.footer-area {
    background: #021a3e;
    position: relative;
    z-index: 0;
}
.footer-widget {
    position: relative;
    z-index: 1;
}
.footer-widget-box p {
    color: var(--color-white);
    padding-right: 18px;
}
.footer-contact li {
    position: relative;
    display: flex;
    justify-content: start;
    align-items: center;
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 15px;
}
.footer-contact li a {
    color: #ffffff;
    transition: 0.3s;
}
.footer-contact i{
	color: var(--theme-color);
}
.footer-widget-title {
    color: var(--color-white);
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
    font-size: 21px;
    z-index: 1;
}
.footer-widget-title::before {
    position: absolute;
    content: '';
    z-index: -1;
    width: 90px;
    height: 2px;
    background: rgba(255, 255, 255, 0.2);
    bottom: 0;
    left: 0;
}
.footer-widget-title::after {
    position: absolute;
    content: '';
    z-index: -1;
    width: 30px;
    height: 2px;
    background-color: var(--theme-color);
    bottom: 0;
    left: 18px;
}
.footer-list {
    display: flex;
    flex-direction: column;
    gap: .65rem;
}
.footer-list li a {
    color: var(--color-white);
    transition: all .3s ease-in-out;
}
.footer-list li a:hover {
    padding-left: 10px;
    color: var(--theme-color);
}
.footer-list li a::before{
    content: "\f0da";
    font-family: "Font Awesome 7 Free";
    display: inline-block;
    font-weight: 900;
    font-size: 15px;
    margin-right: 10px;
}
.footer-widget-box p {
    color: var(--color-white);
    padding-right: 18px;
    margin-bottom: 20px;
}
.subscribe-form .form-control {
    padding: 16px 20px;
    border-radius: 12px;
    box-shadow: none;
    border: none;
}
.subscribe-form .theme-btn {
    margin-top: 20px;
    width: 100%;
    padding: 14px;
}
.copyright {
    position: relative;
    padding: 20px 0;
    background: #181818;
    z-index: 1;
}
.copyright::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    background: var(--theme-color);
    width: 50%;
    height: 100%;
    clip-path: polygon(10% 1%, 100% 0, 100% 100%, 0% 100%);
    z-index: -1;
}
.footer-social {
    display: flex;
    gap: 15px;
    justify-content: center;
}
.footer-social-icon-bx{
	    padding-top: 30px;
}
ul.footer-social li a {
    height: 35px;
    width: 35px;
    border: 1px solid #fff;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    display: inline-block;
    padding: 1px;
}
.footer-abut .custom-logo-link{
    background-color: #ffffff;
    padding: 17px;
    border-radius: 10px;
    margin-bottom: 15px;
}
.footer-social li a{
    color: #fff;
	transition: .3s;
}
.footer-social li a:hover{
	color: var(--theme-color);
	border: 1px solid var(--theme-color);
}
.copyright p{
    color: #fff;
}
.copyright-text a{
    color: var(--theme-color);
}
.ppc-tnc {
    display: flex;
    align-items: center;
    justify-content: end;
}
.ppc-tnc a{
	    color: #fff;
	transition: 0.3s;
}
.ppc-tnc a:hover{
	text-decoration: underline !important;
	color: #021A3E ;
}
/* footer Progress Scroll Button */
#progressBtn {
    position: fixed !important;
    bottom: 80px;
    right: 30px;
    width: 55px;
    height: 55px;
    cursor: pointer;
    display: none; 
    z-index: 9999; 
}

#progressBtn svg {
  transform: rotate(-90deg);
}

#progressCircle {
    fill: none;
    stroke: #DC2B00;
    stroke-width: 7px;
    stroke-dasharray: 163;
    stroke-dashoffset: 163;
    transition: stroke-dashoffset 0.2s linear;
}

#progressBtn i {
    position: absolute;
    top: 55%;
    left: 55%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    font-weight: bold;
    color: #DC2B00;
}

 


/* Front-page css  */
.slick-slide[aria-hidden="true"] a,
.slick-slide[aria-hidden="true"] button {
  pointer-events: none;
}


/* Hero Slider */
.hero-slider .hero-content .hero-sub-title {
    display: inline-block;
    color: var(--color-white);
    font-size: 17px;
    letter-spacing: 3px;
    font-weight: 800;
    position: relative;
    text-transform: uppercase;
}
.hero-content .hero-title {
    color: var(--color-white) !important;
    font-size: 46px;
    font-weight: 800;
    margin: 0 0 20px 0;
    text-transform: capitalize;
	    text-align: center;
}
.hero-slider .hero-content .hero-title span {
    color: var( --theme-color);
}
.hero-content p {
    color: var(--color-white);
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 20px;
    font-style: italic;
    letter-spacing: 2.1px;
    font-size: 18px;
	    text-align: center;
}
.slider-item .hero-content .hero-btn {
    gap: 1rem;
    display: flex;
    margin-top: 35px;
    justify-content: start;
}

.hero-section{ 
    overflow: hidden; 
	position: relative;
}
.slider-item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.5);
    z-index: 1;
}

.hero-content {
    position: relative;
    display: flex;
    z-index: 2;
    width: 970px;
    padding: 40px;
    margin: 0 auto;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    flex-direction: column;
    align-items: center;
    justify-content: center; 
}

.slider-item{
	height: 600px;
	background-size: cover;
    background-position: center;
	position: relative;
    display: flex !important;
	align-items: flex-end;
	padding-bottom: 50px;
}

.hero-arrow {
    width: 70px;
    height: 60px;
    background: linear-gradient(90deg, rgb(41 86 77 / 66%) 0%, rgb(0 0 0 / 54%) 45%, rgb(57 96 89 / 45%) 100%);;
    color: #fff;
    border: 1px solid #a7a7a7;
    border-radius: 10px 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    /* right: 30px; */
    z-index: 10;
    transition: 0.3s;
}
.hero-arrow:hover{
	background: linear-gradient(90deg,rgba(0, 0, 0, 1)  0%, rgba(24, 194, 162) 45%, rgba(0, 0, 0, 1) 100%) !important;
}
.hero-slider .slick-prev{
    left: 35px; !important;
    top: 55% !important;
}

.hero-slider .slick-next{
    right: 35px !important;
    top: 55% !important;
}


.hero-slider .slick-prev:before,
.hero-slider .slick-next:before{
display:none;
}
.hero-section .slick-prev::after{
content:"←";
font-size:20px;
}

.hero-section .slick-next::after{
content:"→";
font-size:20px;
}
.hero-section .slick-prev:hover, .hero-section .slick-prev:focus, .hero-section .slick-next:hover, .hero-section .slick-next:focus{
	color: #fff !important;
	background: linear-gradient(90deg, rgba(24, 194, 162) 0%, rgba(0, 0, 0, 1) 45%, rgba(24, 194, 162) 100%) !important;
}
 


/* About Section Css  */
.about-left{
    visibility: visible;
    animation-delay: 0.25s;
    animation-name: fadeInLeft;
    position: relative;
}

.about-experience {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 10px;
    top: -45px;
    left: -50px;
    background: #082d63;
    border-radius: 10px;
    padding: 15px 25px 15px 25px;
    color: var(--color-white);
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 10%);
    animation: move-up-down 5s linear infinite;
}

.about-experience-icon {
    color: var(--color-white);
    font-size: 45px;
    width: 70px;
    height: 70px;
    line-height: 68px;
    text-align: center;
    background: var(--theme-color);
    border-radius: 15px;
}
.about-right {
    position: relative;
    display: block;
    padding-left: 0px;
    visibility: visible;
    animation-delay: 0.25s;
    animation-name: fadeInRight;
}
.site-heading {
    position: relative;
    z-index: 1;
}
.site-title-tagline {
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 16px;
    font-weight: 700;
    color: var( --theme-color);
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
}
.site-title-tagline i {
    line-height: 0;
    font-size: 21px;
}
.site-title {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 38px;
    color: var(--color-dark);
    margin-bottom: 0;
}
.site-title span {
    color: var( --theme-color);
}
.about-list-wrapper {
    position: relative;
    display: block;
    margin-top: 20px;
    margin-bottom: 10px;
}
.about-list {
    position: relative;
    display: block;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.about-list li {
    position: relative;
    padding-left: 25px;
    margin-top: 10px;
    font-weight: 500;
}
.about-list li::before {
    content: "\f058";
    position: absolute;
    left: 0;
    top: 0;
    font-family: "Font Awesome 7 Free";
    color: #ed9f06;
}

.counter-area {
    position: relative;
    background: var(--theme-color);
    z-index: 1;
}
.counter-area::before {
    content: "";
    position: absolute;
    background-image: url(./assets/images/counterBg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .15;
    z-index: -1;
}
.counter-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    gap: 12px;
    position: relative;
    z-index: 1;
}
.counter-box .icon {
    position: relative;
    text-align: center;
    font-size: 0px;
    border-radius: 50%;
    width: 95px;
    height: 95px;
    line-height: 90px;
    color: var(--color-white);
    border: 2px solid var(--color-white);
    background: var(--color-dark);
    z-index: 1;
}
.counter-box .counter {
    display: block;
    line-height: 1;
    color: var(--color-white);
    font-size: 36px;
    font-weight: 600;
}
.counter-box .title {
    color: var(--color-white);
    margin-top: 5px;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
}


/* heading style */
.heading-divider {
    display: inline-block;
    position: relative;
    border-bottom: 4px solid var(--theme-bg-light);
    width: 90px;
    height: 4px;
}
.heading-divider:after {
    content: '';
    position: absolute;
    left: 0;
    top: -1px;
    height: 6px;
    width: 15px;
    border-radius: 0px;
    background-color: var( --theme-color);
    animation: heading-move 5s infinite linear;
}

/* service style */
.service-area{
	background: url('https://ppminfotech.com/markseo/wp-content/uploads/2026/03/service-bg1.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #100A08;
	position: relative;
}
/* .service-area:before {
    content: "";
    position: absolute;
    opacity: 0.77;
    display: block;
    bottom: 0;
    left: 0;
    height: 500px;
    width: 100%;
    background-image: url(https://seoinux.zozothemes.com/wp-content/uploads/2024/12/rocket-bg-img1.png);
    --background-overlay: '';
    background-position: center;
    background-repeat: no-repeat;
} */
.service-item{
	row-gap: 20px;
	justify-content: space-between;
}
.service-card{
	width: 24%;
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.02);
    margin: 0px 0px 0px 0px;
    padding: 31px 32px 26px 32px;
    border-style: solid;
    border-width: 1px 3px 3px 1px;
    border-color: #FFFFFF36;
    border-radius: 20px 20px 20px 20px;
	position: relative;
	overflow: hidden;
	transition: 0.3s;
}
/* .service-card:nth-child(2){
	margin-top: -80px;
}
.service-card:nth-child(3){
	margin-top: -160px;
} */
/* .service-card:nth-child(4){
	margin-top: -80px;
} */
.service-card:before{
	background: rgb(255 255 255 / 14%);
    backdrop-filter: blur(12px); 
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.service-card-inner{
	position: relative;
	z-index: 1;
}
.service-card-img{
	display: inline-block;
	margin-bottom: 22px;
}
.service-card-number{
	color: var(--theme-color);
    opacity: calc(10 / 10);
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1em;
    letter-spacing: 3px;
	position: absolute;
    top: 0;
    right: 0;
    transition: all .3s;
}
.service-card:hover{
    border-style: solid;
    border-width: 1px 3px 3px 1px;
	transform: translateY(-10px);
    border-color: var(--theme-color);
}
.service-card-title{
	transition: 0.3s;
}
.service-card:hover .service-card-title{
	color:var( --theme-color) !important;
}
.service-title-row {
	padding-bottom: 30px;
}
.service-rocket-img{
	max-width: 230px;
	animation: move-up-down 5s linear infinite;
}

/* work process/ */
.process-section{
	position: relative;
	z-index: 1;
}
.process-section:before {
	content: "";
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: 
		url("https://ppminfotech.com/markseo/wp-content/uploads/2026/03/map.jpeg");
	background-size: cover;
	background-repeat: no-repeat; 
    z-index: -1;
	opacity: 0.3;
}

.process-item{
    position:relative;
}

.circle{
    width:100px;
    height:100px;
    background:#fff;
    border-radius:50%;
    margin:auto;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:35px;
    color: var(--theme-color);
    box-shadow:0 0 20px rgba(0,0,0,0.05);
/*     overflow:hidden; */
    position:relative;    
}

.process-item h3{
    color:var(--theme-bg-light);
    font-weight:700;
    margin-top:15px;
}

.process-item p{
    font-size:16px;
    color:#333;
}

/* connector line */
.process-item .circle::after {
    content: "";
    position: absolute;
    top: 50px;
    right: -165%;
    width: 150%;
    height: 2px;
    border-top: 2px dashed var(--theme-color);
}

.process-section-inner .col-lg-3:last-child .circle::after{
    display:none;
}
.process-item:hover .circle i{
	transform: rotate3d(15, 15, 15, 360deg); 
    transition: all .3s ease;
}

/* Why choose us */
.why-choose-area{
	position: relative;
}
/* .why-choose-area::before {
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    width: 35%;
    background-color: rgb(237 234 255);
} */
.choose-img img{
	border-radius: 10px;
    border: 1px solid var(--theme-color);
    padding: 3px;
}

/* why vhoose us point design css  */
.why-card {
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 7px;
    padding: 12px 20px;
    gap: 10px;
    height: 100%;
    transition: 0.3s ease;
}
.why-card:hover {
  transform: translateY(-5px);
  background: #ecfdf5;
}

.why-icon {
    min-width: 24px;
    width: 28px;
    height: 28px;
    background: #18C3A3;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.why-card p {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  color: #111827;
}
.choose-img img{
	height: 300px;
    max-height: 100%;
    width: 100%;
    object-fit: cover;
}










/* faq */
.faq{
background:#f5f5f5;
}

.faq-box{
background:#efefef;
padding:25px;
border-radius:20px;
}

.faq .accordion-item{
border:none;
margin-bottom:15px;
}

.faq .accordion-button{
background:#fff;
font-weight:600;
color: #0a3470;
}

.faq .accordion-button:not(.collapsed){
background:#fff;
box-shadow:none;
color: var(--theme-color);
}

.faq .accordion-body{
color:#555;
line-height:1.7;
}

.faq-image{
position:relative;
}

.faq-image img{
width:100%;
border-radius:13px;
}



/* review style */
.review-slider .custom-prev, .review-slider .custom-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 38px;
    height: 40px;
    background: #f39c12;
    color: #fff;
    border: none;
    border-radius: 5px;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

/* left arrow */
.review-slider .custom-prev{
    left:-20px;
}

/* right arrow */
.review-slider .custom-next{
    right:-20px;
}

.review-slider .custom-prev i,
.review-slider .custom-next i{
    font-size:18px;
}
.review-section{
  background:#1f1f1f;
  color:#fff;
  padding:60px 0;
}

/* LEFT */
.review-summary h2{
  font-weight:700;
	color: #fff;
}

.review-summary .stars{
  color:#fbbc04;
  font-size:22px;
  margin:10px 0;
}

.google-text{
  color:#4285F4;
}

/* CARD */
.review-card {
    background: #3d3d3dab;
    padding: 20px;
    border-radius: 15px;
    margin: 10px;
    min-height: 340px;
    /* max-height: 340px; */
    height: 100%;
}
.review-header{
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:10px;
}

.review-header img{
  border-radius:50%;
}

.review-header h5{
  margin:0;
  font-size:16px;
	color: var(--theme-color);
}

.review-header span{
  font-size:12px;
  color:#aaa;
}

.google-icon{
  width:40px;
  margin-left:auto;
}

.review-card .stars {
    color: #fbbc04;
    margin: 0;
    font-size: 20px;
}

.review-card p{
  font-size:14px;
  color:#ccc;
}

.review-card a{
  color:#aaa;
  font-size:13px;
}
/* googlr review */
.ti-widget.ti-goog .ti-rating-text strong.ti-rating{
	color: #fff !important;
}
.ti-rating-text .nowrap{
	color: #fff !important;
}
.ti-rating-text .nowrap strong{
	color: var(--theme-color) !important;
}
/* video review */
.video-slider {
    width: 100%;
}

.video-item img {
    width: 100%;    
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
}

/* Play button center */
.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    color: #00a8a8;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    z-index: 9;
}
.video-item {
  position: relative;
  cursor: pointer;
  overflow: hidden;
	width: 100%;  
	margin-right: 20px;
  border-radius: 10px;
}

.video-item img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

/* Play button */
.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  color: #00a8a8;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
	z-index: 9;
}

/* Text overlay */
.video-info {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: #fff;
}

/* Optional dark overlay */
.video-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.6), transparent);
}
#popupVideo{
	height:400px;
}




/* blog */
.blog-area .pagination{
	align-items: center;
	gap: 14px;
	justify-content: end;
}
.page-numbers {
    height: 30px;
    width: 50px;
    border-radius: 2px;
    background: var(--theme-color);
    color: #fff;
    padding: 3px;
	transition: 0.2s;
}
.page-numbers.current{
	background: var(--theme-bg-light);
}



.blog-item {
    padding: 20px;
    margin-bottom: 25px;
    background: var(--color-white);
    border-radius: 12px;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    transition: all .5s ease-in-out;
}
.blog-item-img {
    border-radius: 12px;
    overflow: hidden;
}
.blog-item-img img {
    border-radius: 0;
    width: 100%;
}
.blog-item-info {
    padding: 15px 0 0 0;
}
.blog-item-meta ul {
    margin: 0;
    padding: 0;
    margin-bottom: 14px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    padding-bottom: 18px;
}
.blog-item-meta ul li {
    display: inline-block;
    margin-right: 15px;
    font-weight: 500;
    position: relative;
    color: var(--color-dark);
}
.blog-title {
    font-size: 20px;
    margin-bottom: 12px;
    text-transform: capitalize;
}

.blog-item-meta ul li i { 
    color: var(--theme-color);
}
.read-more-btn{
	color: var(--theme-color);
	transition: 0.3s;
}
.read-more-btn:hover{
	color: var(--theme-bg-light);
}
.blog-text li{
	list-style: square;
    margin: 0 30px;
}
.blog-text li::marker {
    color: #06e0b8;
}

/* contact section */
.contact-section {
  background: #f8f9fa;
}

/* Left Card */
.contact-card {
  background: #1f2a37;
  color: #fff;
  border-radius: 12px;
	height: 350px;
}
.contact-card a{
	color: #fff;
	transition:.3s;
}
.contact-card a:hover{
	color: var(--theme-color);
}
.wpcf7-spinner{
	display: none;
}
.icon-box {
  width: 45px;
  height: 45px;
  background: #2d3748;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
}
.icon-bx-descp h6{
	color: #fff;
}
/* Right Form */
.contact-form-section {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.contact-section input, 
.contact-section textarea,
.contact-section select{
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 20px;
}

.contact-section textarea {
  height: 150px;
}

.contact-section input:focus,
.contact-section textarea:focus {
  outline: none;
  border-color: var(--theme-color);
}

.contact-section input[type="submit"] {
  background: var(--theme-color);
  color: #fff;
  border: none;
  padding: 12px 30px;
  border-radius: 10px;
  font-weight: 600;
  cursor: pointer;
}
.contact-full input[type="submit"] {
	width: 260px;
	margin: 0 auto;
}
.contact-section input[type="submit"]:hover {
  background: var(--theme-bg-light);
}
.map-container iframe {
    width: 100%;
    height: 330px;
	border-radius: 10px;
    padding: 10px;
    border: 1px dashed var(--theme-color) !important;
}

.site-heading-img{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.heading-img-icon{
	position: relative;
} 

.heading-img-span {
  position: relative;
  display: inline-block;
}

/* LEFT DESIGN */
.heading-img-span::before {
    content: '';
    position: absolute;
    left: -150px;
    bottom: 5px;
    width: 140px;
    height: 3px;
    border-radius: 2px;
    background: linear-gradient(to right, #2d353e00, #3d4f61f7);
}

/* RIGHT DESIGN */
.heading-img-span::after { 
    content: '';
    position: absolute; 
	left: 54px;
    bottom: 5px;
    width: 140px;
    height: 3px; 
    border-radius: 2px;
    background: linear-gradient(to right, #2d353e, transparent);
}
/* Project card */
.project-card a{
	color: var(--theme-color);
	font-size: 15px;
	font-weight: 700px;
}
.project-card h3{
	font-size: 18px;
}
.contact-card .icon-box i{
	color: var(--theme-color);
}
.project-row{
  row-gap: 20px;
}









/* single blog section */

.blog-text p {
  margin-bottom: 15px;
  line-height: 1.7;
}

.recent-posts h5 {
  font-weight: 600;
}

.recent-item img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 5px;
}

.recent-item h6 {
  font-size: 14px;
  margin: 5px 0 0;
}

.recent-item a {
  text-decoration: none;
  color: #000;
}

.recent-item a:hover {
  color: var(--theme-color);
}

.booking-form-section {
    background: linear-gradient(112deg, rgb(13 52 110) 0%, rgba(0, 0, 0, 1) 89%, rgba(64, 181, 227, 1) 100%);
    padding: 40px 20px;
    border-radius: 4px;
}
.booking-form-title span{
	color: #0eef94;
}
.booking-form-section input, .booking-form-section 	select{
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 13px;
} 

.booking-form-section input:focus{
  outline: none;
  border-color: var(--theme-color);
}

.booking-form-section input[type="submit"] {
  background: var(--theme-bg-light);
  color: #fff;
  border: none;
  padding: 12px 30px;
  border-radius: 10px;
  font-weight: 600;
  cursor: pointer;
}

.booking-form-section input[type="submit"]:hover {
  background: var(--theme-color);
}
.sidebar-sticky{
	position: sticky;
  top: 100px;
}
/* service page */
.service-page-area .service-card:before {
    background: rgb(53 53 53);
    backdrop-filter: blur(12px);
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.service-page-area .service-item{
	display: grid;
    grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}
.service-page-area .service-card{
	width: 100%;
	margin: 0;
}
.service-page-area .service-title-row {
    padding-bottom: 0px;
}
.service-page-area .service-rocket-img {
    max-width: 180px;
    animation: move-up-down 5s linear infinite;
}
.service-page-area .service-card-inner{
	display: flex;
    flex-direction: column;
}

/* Booking section css */
.booking-area .container{
  background: linear-gradient(135deg, #e9f0f2, #d7e1e5);
  padding: 40px 20px;
	border: 2px dashed var(--theme-color);
	border-radius: 25px;
}
.custom-figure{
	height: calc(100% - 25px);
}
.booking-images img {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    border: 3px solid #0000004d;
    margin-left: -15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.booking-images img:first-child {
  margin-left: 0;
}

.booking-title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #2d3436;
}

.booking-text {
  max-width: 700px;
  margin: 0 auto 30px;
  font-size: 16px;
  color: #555;
}

.booking-btn { 
  padding: 12px 30px;
  font-weight: 600;
  border-radius: 6px;
}

/* Responsive */
@media (max-width: 992px) {
  .booking-title {
    font-size: 28px;
	padding: 12px 14px;
	  margin-bottom: 0px;
  }
}

@media (max-width: 576px) {
  .booking-title {
    font-size: 26px;
  }

  .booking-images img {
    width: 60px;
    height: 60px;
  }

  .booking-text {
    font-size: 14px;
  }
}

/* Service details page */
.local-seo-section {
  padding: 60px 0px;
  background: #f7f7f7;
  font-family: Arial, sans-serif;
}

/* .local-seo-section .container {
  max-width: 1200px;
  margin: auto;
} */

.section-header {
  text-align: center;
  margin-bottom: 40px;
}

.section-header h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 15px;
}

.section-header p {
  font-size: 16px;
  color: #555;
  margin-bottom: 10px;
}

.section-header em {
  color: #333;
  font-size: 15px;
}

/* Grid Layout */
.seo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

/* Cards */
.seo-card {
    background: #fff;
    padding: 10px 12px;
    border-bottom: 4px solid var(--theme-bg-light);
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    transition: 0.3s;
    height: 175px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.seo-card:hover {
  border-top: 4px solid var(--theme-bg-light);
  transform: translateY(-5px);
	border-bottom: 0px solid #007bff;
}

.seo-card h4 {
  font-size: 20px;
  margin-bottom: 10px;
}

.seo-card p {
  font-size: 15px;
  color: #555;
}

.service-detail-section .service-details-main-fig{
	height: 100%;
    width: 100%;
    object-fit: cover;
}





















/* Responsive */
@media (min-width: 1200px){
	.container {
    	max-width: 1200px !important;
	}
}

@media (max-width: 992px) {
  .seo-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
  
	.why-choose-area .container .row{
    	row-gap: 0px;
	}
}

@media (max-width: 768px) {
  .section-header h2 {
    font-size: 28px;
  }

  .seo-grid {
    grid-template-columns: 1fr ;
  }
	.why-card {
    padding: 10px 10px;
    gap: 10px;
  }
	.why-card p { 
		font-size: 14px; 
	}
	.why-icon { 
		width: 23px;
		height: 23px; 
	}
}

@media (max-width: 480px) {
  .section-header h2 {
    font-size: 24px;
  }

  .seo-card {
    padding: 20px;
  }
}
.service-info h3{
	font-size: 22px;
	font-weight: 500;
}
/* calll to action */
.cta-section {
  background: #6a0004;
  padding: 60px 20px;
  color: #fff;
}

.cta-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 30px;
}

/* Left */
.cta-left {
  flex: 1;
}

.cta-left h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
	color: #fff;
}

/* Divider */
.cta-divider {
    width: 2px;
    height: 160px;
    background: var(--theme-color);
}

/* Right */
.cta-right {
  flex: 1;
}

.cta-right p {
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 1.6;
}

/* Button */
.cta-btn { 
  padding: 12px 25px;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none; 
}



/* Tablet */
@media (max-width: 992px) {
  .cta-container {
    flex-direction: column;
    text-align: center;
  }

  .cta-divider {
    display: none;
  }

  .cta-left h2 {
    font-size: 32px;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .cta-left h2 {
    font-size: 26px;
  }

  .cta-right p {
    font-size: 14px;
  }

  .cta-btn {
    padding: 10px 20px;
  }
}
.card-top-wrap{
	display: flex;
    align-items: center;
    justify-content: flex-start;
	column-gap: 14px;
}
.card-top-wrap {
    font-size: 30px;
    align-items: end;
    gap: 0;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.card-top-wrap i {
    color: var(--theme-bg-light);
    font-size: 20px;
}

.card-top-wrap h4{
	font-size: 24px;
	margin-bottom: 0;
}

/* Privacy policy */
.MARK_privacy_section {
    background: #f8f9fb;
}

.MARK_privacy_wrapper {
    background: #ffffff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
}

/* Paragraph */
.MARK_privacy_wrapper p {
    font-size: 15px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 15px;
}

/* Headings */
.MARK_privacy_wrapper h4 {
    font-size: 20px;
    font-weight: 600;
    color: #222;
    margin-top: 30px;
    margin-bottom: 10px;
    position: relative;
}

/* Heading underline */


/* Lists */
.MARK_privacy_section ul li,
.MARK_privacy_section ol li {
    margin: 0;
    padding: 0px 0 10px 15px;
    list-style: none;
    position: relative;
}

.MARK_privacy_section ul li:before,
.MARK_privacy_section ol li:before {
    content: '';
    font-size: 10px;
    color: var(--theme-color);
    position: absolute;
    left: 0;
    top: 9px;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: var(--theme-color);
}



/* Links */
.MARK_privacy_wrapper a {
    color: #007bff;
    text-decoration: none;
    font-weight: 500;
}

.MARK_privacy_wrapper a:hover {
    text-decoration: underline;
}

/* Order dash style */
.MARK_order_no {
    color: #007bff;
    font-weight: bold;
    margin-right: 5px;
}

/* Contact section */
.MARK_privacy_wrapper ul li a {
    font-weight: 500;
}

/* Responsive */
@media (max-width: 768px) {
    .MARK_privacy_wrapper {
        padding: 20px;
    }

    .MARK_privacy_wrapper h4 {
        font-size: 18px;
    }

    .MARK_privacy_wrapper p,
    .MARK_privacy_wrapper ul li {
        font-size: 14px;
    }
}

/* book for a strategy consoltation */
/* Overlay */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

/* Popup box */
.popup-content {
    background: #fff;
    padding: 30px;
    width: calc(100% - 100px);
    height: 90vh;
    margin: auto 0;
    border-radius: 10px;
    position: relative;
    animation: popupFade 0.3s ease;
}

/* Close button */
.close-btn {
    position: absolute;
    right: 16px;
    top: 0px;
    font-size: 25px;
    cursor: pointer;
    color: var(--theme-bg-light);
	transition: 0.3s;
}
.close-btn:hover {
    transform: rotate(90deg);
	color: var(--theme-color);
}
.book-strategy .col-md-6.col-lg-6.col-12{
	margin-top: 12px;
}
/* Animation */
@keyframes popupFade {
    from {
        transform: scale(0.8);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

.book-strategy .form-control, .book-strategy select {
    height: 45px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 10px 15px;
    font-size: 15px;
    background: #fff;
}
.book-strategy .form-control:focus,
.book-strategy select:focus {
    outline: none;
    box-shadow: none;
    border-color: var(--theme-color); /* keep same border */
}
.book-strategy textarea.form-control {
    height: 120px;
    resize: none;
}
.strategy-btn{
	    transition: 0.3s;
}
.book-strategy .strategy-btn:hover {
    background: linear-gradient(90deg, rgba(24, 194, 162) 0%, rgba(0, 0, 0, 1) 45%, rgba(24, 194, 162) 100%);
}

/* service-process */

.row-service-card{ 
    display: flex; 
    justify-content: center; 
    flex-wrap: wrap;
    gap: 20px;
}

.process_card_1_col {
    flex: none;
    width: 275px;
	height: 100%;
    margin: 0;
	position: relative;
    padding: 20px 20px 20px 20px;
    margin-top: 40px;
/* 	height: 270px; */
}

.process_card_in {
    position: relative;
    z-index: 1;
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.08);
    text-align: center;
    padding: 10px 10px 20px;
    border-radius: 20px;
	background-color: #fff;
    height: 225px;
}
.process_card_shape {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #ecf1f5; 
    transition: all 0.4s ease;
}
.process_card_icon {
    height: 90px;
    width: 90px;
    border: 5px solid #ecf1f5;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -45px;
    background-color: #fff;
    padding: 15px; 
    transition: all 0.4s ease;
}
/* .row-service-card .process_card_1_col:last-child .process_card_icon {
  margin-top: 30px;
} */
.cs_fs_24 {
    font-size: 20px;
    line-height: 1.417em;
	    padding-bottom: 10px;
}

.process_card.process_type_1 .process_card_icon {
    margin-top: 0;
    margin-bottom: -60px;
}
.process_card.process_type_1 .process_card_shape {
    top: 0;
    bottom: initial;
}
.process_card_shape svg{
	width: 100%;
}
.process_card_1_col:hover .process_card_shape{
	    color: var(--theme-color);
}
.process_card_1_col:hover .process_card_icon{
	    border: 5px solid var(--theme-color);
}






/* hm cta section */
/* calll to action */
.hm-cta-section {
  background: #e7a703;
  padding: 20px 20px;
  color: #fff;
}

.hm-cta-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 30px;
}

/* Left */
.hm-cta-left {
  width: 70%
}

.hm-cta-left h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
	color: #fff;
	text-align: center;
}

/* Divider */
.hm-cta-divider {
    width: 1px;
    height: 70px;
    background: #6a0004;
}

/* Right */
.hm-cta-right {
    /* flex: 1; */
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    width: 30%;
}

/* Button */
.hm-cta-right .theme-btn{ 
    background: #c7050c  !important;
    z-index: 1;
}
.hm-cta-btn { 
  padding: 12px 70px;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none; 
}

/* suburb section */
.subb-banner {
      border-radius: 20px;
      overflow: hidden;
      position: relative;
    }

    .subb-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px 0 0 20px;
    }

    .content-box {
      background: #0B336D;
      color: #fff;
      padding: 50px;
      height: 100%;
      position: relative;
/*       clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%); */
    }

    .content-box h2 {
      font-weight: 700;
      margin-bottom: 20px;
		color: #fff;
    }

    .content-box p {
      font-size: 16px;
      line-height: 1.6;
    }

    /* Mobile Fix */
    @media(max-width: 768px){
      .content-box{
        clip-path: none;
        padding: 30px;
      }
    }









