@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600&family=Roboto&family=Rubik:wght@400;500&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{
    scroll-behavior: smooth;
}
a:hover,
button:hover
input{
	outline: none;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
body{
    font-size: 14px;
    line-height: 27px;
    font-weight: 400;
    color: var(--text-color);
    font-family: 'Rubik', sans-serif;
}
:root{
    --primary--color: #01d0cc;
    --secondary--color: #000;
    --text-color:#191919;
    --accent:#01d0cc;
    --white-color: #fff;
    --blue-color: #2f5fad;
}
.service-box2 .generic-box-img1{
    z-index: 2;
}
/*** HEADER SECTION *********/
.header-con .navbar-dark .navbar-nav .nav-link:hover,
.client-info ul li a:hover,
.call-number a:hover,
.generic-box-content .call-number a:hover,
.contact-box ul li a:hover,
.site-map ul li a:hover,
.recant-post-content a h4:hover,
.contact-info-content a:hover{
    color: var(--primary--color);
}
.header-con .navbar-dark .navbar-nav .nav-link.active{
    color: var(--accent);
}
.nav-item.dropdown .dropdown-menu{
    margin-top: -4px;
}
.navbar-expand-lg .navbar-nav .dropdown-menu{
    background: var(--accent);
    
}
.header-con .dropdown-menu{
    border:none;
}
.dropdown-item:hover{
    color: var(--accent);
    background: var(--white-color);
}
.dropdown-item{
    font-size: 14px;
    color: var(--white-color);
    font-weight: 700;
    text-transform: capitalize;
    margin: 0 10px;
    font-family: 'Montserrat', sans-serif;
    display: block;
    padding: 4px 20px;
    width: auto;
    border-radius: 4px;
}
.dropdown-item:hover {
    background: var(--accent);
    color: #fff;
}
.black-btn:hover{
    background: var(--blue-color);
}
.service-item a:hover{
    background: transparent;
    box-shadow: inset 0 0 0 2px var(--accent);
}
.service-item a:hover img{
    filter: invert(58%) sepia(98%) saturate(1452%) hue-rotate(133deg) brightness(97%) contrast(99%);
}
.team-social-icon ul li a:hover{
    background: var(--blue-color);
}
.top-bar-con{
    padding: 16px 0;
    background: #152b4f;
}
.socisl-con ul li a i {
    width: 36px;
    height: 36px;
    color: var(--white-color);
    font-size: 14px;
    border-radius: 50%;
    border: 1px solid var(--white-color);
    transition: all 0.5s ease-in-out;
}
.socisl-con ul li a i:hover,
.generic-btn a:hover,
.submit-btn:hover,
.online-btn a:hover,
.footer-social ul li a i:hover{
    transform: translateY(-8px);
}
.socisl-con ul{
    gap: 10px;
}
.socisl-con span{
    font-size: 16px;
    padding-right: 23px;
}
.client-info ul{
    gap: 15px;
}
.client-info ul li a img {
    padding-right: 5px;
}
.client-info ul li a{
    color: var(--white-color);
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    text-decoration: none;
}
.client-info ul li:last-child a {
    font-size: 13px;
}
.header-con .navbar-dark .navbar-nav .nav-link{
    font-size: 16px;
    color: #0a0a0a;
    font-weight: 700;
    cursor: pointer;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}
.header-con .navbar-dark .navbar-nav{
    gap: 57px;
    align-items: center;
}
.header-con{
    padding: 11px 0;
}
.header-con .navbar-brand figure {
    left: 50%;
    top: -105px;
    position: absolute;
    transform: translateX(-50%);
}
.header-con .navbar-dark .navbar-brand {
    z-index: 1;
    position: relative;
}
/*** HEADER SECTION *********/
/*****BANNER SECTION******/
.banner-inner-con{
    padding-top: 310px;
    padding-bottom: 269px;
}
.banner-con{
    background-repeat: no-repeat;
    background-position: center;
}
.home-banner{
    overflow: hidden;
    background-image: url(../images/home-banner.webp);
    background-size: cover;
}
.banner-inner-con:after,
.contact-con:after {
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgb(47 95 173 / 90%);
}
.contact-title:after {
    top: 2px;
    right: 56px;
    content: "";
    width: 59px;
    height: 40px;
    position: absolute;
    background: url(../images/contact-leaf.webp) no-repeat;
}
.banner-inner-con:before {
    bottom: 0;
    left: 0;
    content: "";
    z-index: 3;
    width: 354px;
    height: 347px;
    position: absolute;
    background: url(../images/banner-dots-img.webp) no-repeat;
}
.banner-con:before{
    top: 61px;
    left: 24px;
    z-index: 2;
    content: "";    
    width: 460px;
    height: 304px;
    position: absolute;    
    background: url(../images/banner-bubble-top-img.webp) no-repeat;
    animation: mover 1s infinite alternate;
}
.banner-con:after {
    bottom: -78px;
    left: 50%;
    z-index: 2;
    content: "";
    width: 257px;
    height: 335px;
    position: absolute;
    background: url(../images/banner-bubble-bottom-img.webp) no-repeat;
    transform: translateX(-140%);
}
.banner-title h1{
    margin-bottom: 16px;
}
.banner-title p{
    font-size: 16px;
    line-height: 29px;
    padding-right: 94px;
    margin-bottom: 44px;
    color: rgb(255 255 255 / 60%);
}
.banner-title:after {
    top: -76px;
    right: 40px;
    content: "";
    width: 85px;
    height: 58px;
    position: absolute;
    background: url(../images/banner-left-leaf.webp) no-repeat;
}
.banner-title:before{
    top: 130px;
    left: -130px;
    content: "";
    width: 52px;
    height: 31px;
    position: absolute;
    background: url(../images/banner-rt-leaf.webp) no-repeat;
}
.call-con img {
    left: 0;
    top: -6px;
    position: absolute;
}
.call-number {
    padding-left: 81px;
}
.call-number span {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 11px;
    color: rgb(0 0 0 / 70%);
}
.call-number a {
    color: var(--white-color);
    font-size: 30px;
    font-weight: 500;
    text-decoration: none;
}
.more-details{
    gap: 34px;
}
.banner-img{
    left: -159px;
    bottom: -295px;
    position: absolute;
}
/*****BANNER SECTION******/
/*****CONTACT SECTION******/
.contact-con:before,
.contact-inner-con:after{
    bottom: 0;
    left: 0;
    z-index: 2;
    content: "";
    width: 313px;
    height: 371px;
    position: absolute;
    background: url(../images/contact-bubble-lft-img.webp) no-repeat;
}
span.error{
    color: red;
}
.contact-inner-con:before{
    top: 68px;
    left: 0;
    z-index: 2;
    content: "";
    width: 438px;
    height: 346px;
    position: absolute;
    background: url(../images/contact-bubble-img.webp) no-repeat;
    animation: mover 1s infinite alternate;
}
.contact-inner-con:after{
    bottom: 0;
    right: 0;
    left: auto;
    background: url(../images/contact-bubble-rt-img.webp) no-repeat;
}
.banner-con .wrapper2,
.contact-con .wrapper{
    z-index: 3;
    position: relative;
}
/*****CONTACT SECTION******/
/**** CLEAN SECTION****/
.clean-con {
    padding-top: 165px;
    padding-bottom: 140px;
}
.generic-box {
    gap: 48px;
    display: grid;
    align-items: center;
    grid-template-columns: 46.5% 44%;
}
.generic-box-content h2 {
    margin-bottom: 14px;
}
.generic-box-content p {
    margin-bottom: 42px;
    color: rgb(25 25 25 / 60%);
}
.generic-list ul li span {
    font-size: 18px;
    font-weight: 700;
    color: var(--blue-color);
    line-height: 18px;
    margin-bottom: 9px;
    font-family: 'Montserrat', sans-serif;
}
.generic-list ul li {
    margin-bottom: 37px;
    background: url(../images/check-icon.webp) no-repeat;
    padding-left: 50px;
    padding-right: 29px;
}
.generic-list ul li p{
    line-height: 24px;
}
.generic-box-content .call-number a{
    color: #0f0d1d;
}
.generic-list ul li:last-child{
    margin-bottom: 0;
}
.generic-list{
    margin-bottom: 47px;
}
.generic-box-content .generic-btn a{
    padding: 22px 48px 23px;
}
/** CLEAN SECTION****/
/***** SERVICE SECTION**/
.service-con {
    padding-top: 94px;
    padding-bottom: 125px;
}
.service-con .wrapper{
    z-index: 1;
    position: relative;
}
.service-con::after{
    content: "";
    width: 100%;
    height: 448px;
    top: 0;
    position: absolute;
    background: url(../images/service-bg-img.webp) no-repeat center;
    background-size: cover;
}
.service-con::before {
    top: 0;
    left: 0;
    z-index: 1;
    content: "";
    width: 100%;
    height: 448px;
    position: absolute;
    background: rgb(47 95 173 / 90%);
}
.service-title h2{
    margin-bottom: 56px;
}
.service-inner-box::after{
    top: 95px;
    left: 0;
    z-index: 1;
    content: "";
    width: 304px;
    height: 235px;
    position: absolute;
    background: url(../images/service-bubble-lf-img.webp) no-repeat;
    animation: mover 2s infinite alternate;
}
.service-inner-box::before{
    top: -21px;
    right:0;
    z-index: 1;
    content: "";
    width: 317px;
    height: 255px;
    position: absolute;
    background: url(../images/service-bubble-rt-img.webp) no-repeat;
    animation: mover 1s infinite alternate;
}
.service-title:before{
    top: 26px;
    left: 15%;
    z-index: 1;
    content: "";
    width: 85px;
    height: 58px;
    position: absolute;
    background: url(../images/service-leaf.webp) no-repeat;
}
.service-item {
    background: var(--white-color);
    box-shadow:0 -24px 80px 0 rgba(166, 184, 213, 0.17) inset;
    border-radius: 131px;
    padding: 11px 10px 14px 10px;
    width: 264px;
}
.service-item figure{
    margin-bottom: 35px;
}
.service-item h3{
    color: var( --secondary--color);
    margin-bottom: 16px;
}
.service-item p {
    padding: 0 9px;
    line-height: 25px;
    margin-bottom: 19px;
    color: rgb(25 25 25 / 50%);
}
.service-item a {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--accent);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.service-inner-con {
    margin-bottom: 38px;
}
.service-con .generic-btn a{
    padding: 22px 60px 23px;
}
/***** SERVICE SECTION**/
/***** SLIDER SECTION *****/
.slider-btn a {
    top: 42%;
    cursor: pointer;
    position: absolute;
    width: 55px;
    height: 55px;
    background: var(--white-color);
    border-radius: 50%;
    box-shadow: 13px 13px 18px 8px rgb(166 184 213 / 28%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.owl-dots{
    display: none;
}
.slider-btn a:first-child{
    left: -11.99%;
}
.slider-btn a:last-child{
    right: -11.99%;
}
.slider-btn a figure{
    margin-bottom: 0;
    line-height: initial;
}
/***** SLIDER SECTION *****/
/***** TEAM SECTION ****/
.team-con{
    padding:97px 0 52px;
    background: #fafafa;
}
.team-con:before,
.team-con:after{
    content: "";
    top: 0;
    right: 0;
    width: 236px;
    height: 256px;
    position: absolute;
    background: url(../images/right-top-dots-img.webp) no-repeat;
}
.team-con:before {
    bottom: -28px;
    top: inherit;
    left: 0;
    background: url(../images/left-bottom-dots-img.webp) no-repeat;
}
.team-title h2 {
    margin-bottom: 84px;
}
.team-box{
    gap: 77px;
    display: grid;
    grid-template-columns: 19.1% 19.1% 19.1% 19.1%;
}
.team-social-icon{
    top: 0;
    right: 0;
    position: absolute;
}
.team-box-item figure {
    margin-bottom: 39px;
}
.team-box-item h3 {
    color: var(--blue-color);
    margin-bottom: 2px;
    text-transform: uppercase;
}
.team-box-item span{
    color: rgb(0 0 0 / 60%);
    text-transform: uppercase;
}
.team-social-icon {
    top: -4px;
    right: -36px;
    position: absolute;
}
.team-social-icon ul li{
    position: relative;
    margin-bottom: 18px;
}
.team-social-icon ul li a {
    width: 33px;
    height: 33px;
    color: var(--white-color);
    background:var(--primary--color) ;
    border-radius: 50%;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.team-social-icon ul li a:hover{
    transform: translateY(-8px);
}
.team-social-icon ul {
    position: relative;
    z-index: 1;
    margin-bottom: 0;
    margin-top: 23px;
}
.team-social-icon ul li:last-child{
    margin-bottom: 0;
}
.team-social-icon::after{
    content: "";
    width: 88px;
    height: 230px;
    top: 0;
    right: 0;
    position: absolute;
    background: url(../images/border--shape-img.webp) no-repeat center;
}
.team-social-icon ul li:first-child{
    left: -13px;
}
.team-social-icon ul li:nth-child(2) {
    left: 11px;
}
.team-social-icon ul li:nth-child(3){
    left: 9px;
}
.team-social-icon ul li:last-child {
    left: -18px;
}
/***** TEAM SECTION ****/
/*****PROJECT SECTION******/
.project-con {
    padding: 125px 0 177px;
}
.project-title h2{
    margin-bottom: 30px;
}
.project-box{
    gap: 8px;
    display: flex;
    flex-wrap: wrap;
}
.blog-item figure{
    margin-bottom: 0;
}
.project-item-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgb(47 95 173 / 80%);
    width: 100%;
    height: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 35px;
    opacity: 0;
    transition: 0.2s ease-in-out;
}
.project-box{
    margin-bottom: 10px;
}
.project-item-content h3 {
    font-size: 30px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 20px;
}
.location-tag {
    background: rgb(16 190 199 / 80%);
    padding: 9px 20px 9px 41px;
    line-height: 18px;
    border-radius: 18px;
    width: 73%;
    margin-bottom: 12px;
}
.location-tag img{
    left: 19px;
    position: absolute;
}

.project-item-content p{
    line-height: 25px;
}
.project-item:hover .project-item-content{
    opacity: 1;
    height: 100%;
}
/*****PROJECT SECTION******/
/******* FORM SECTION *********/
.contact-con{
    background: url(../images/contact-bg-img.webp) no-repeat center;
    background-size: cover;
}
.contact-inner-con{
    padding-top: 100px;
    padding-bottom: 20px;
}
.form-con ul {
    display: grid;
    grid-template-columns: 50% 50%;
}
.form-con ul {
    display: grid;
    gap: 35px 37px;
    grid-template-columns: 44.4% 44.4%;
    margin-bottom: 32px;
}
.form-con ul li input,
.form-con ul li textarea{
    width: 100%;
    color: var(--white-color);
    font-size: 14px;
    background: transparent;
    border: 1px solid var(--white-color);
    padding: 11px 20px;
    font-family: 'Montserrat', sans-serif;
}
.form-con ul li input::placeholder,
.form-con ul li textarea::placeholder{
    color: var(--white-color);
    font-size: 14px;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
}
.contact-title h2{
    margin-bottom: 30px;
}
.form-con ul li input:focus,
.form-con ul li textarea:focus,
.blog-form form ul li input:focus,
.blog-form form ul li textarea:focus,
.search-input input:focus,
.news-letter-input input:focus{
    outline: none;
    border-color: var(--primary--color);
}
.form-con ul li:nth-child(5){
    grid-column: 1/-1;
}
.form-con ul li textarea{
    resize: none;
    height: 192px;
}
.submit-btn{
    border: none;
    color: var(--white-color);
    font-size: 16px;
    cursor: pointer;
    line-height: 16px;
    padding:25px 59px 23px 54px;
    text-transform: uppercase;
    border-radius: 8px;
    background: var(--accent);
    font-family: 'Montserrat', sans-serif;
    transition: all 0.5s ease-in-out;
}
.plan-btn a:hover{
    background: var(--white-color);
}
.contact-box {
    background: var(--white-color);
    padding: 18px 67px 18px 20px;
    box-shadow: 10px 10px 21px 10px rgb(0 0 0 / 21%);
    position: absolute;
    top: -197px;
    width: 286px;
    left: -30px;
    opacity: 0;
}
.contact-box:after {
    content: "";
    position: absolute;
    bottom: -28px;
    left: 58px;
    width: 29px;
    height: 28px;
    background: var(--white-color);
    clip-path: polygon(0 0, 100% 0, 0 100%, 0% 100%);
}
.contact-box ul li a {
    color: rgb(114 111 132 / 80%);
}
.contact-box ul li i{
    top: 5px;
    left: 0;
    position: absolute;
}
.contact-box ul li {
    padding-left: 31px;    
    margin-bottom: 17px;
    line-height: 24px;
    color: rgb(114 111 132 / 80%);
}
.contact-box ul li  i {
    font-size: 18px;
}
.contact-box ul li:last-child{
    margin-bottom: 0;
}
/******* FORM SECTION *********/
/*********** MAP SECTION ****/
.map-con iframe {
    height: 562px;
    width: 100%;
    border: none;
    margin: 0 0 -9px 0;
}
.map-box{
    left: 23%;
    bottom: 159px;
    position: absolute;
}

.map-box:hover .contact-box {
    opacity: 1 !important;
}
/*********** MAP SECTION ****/
/**** PLAN SECTION ****/
.user-con{
    padding-top: 145px;
    padding-bottom: 112px;
    background: #f7f8fb;
}
.price-title h2{
    margin-bottom: 228px;
}
.plan-header {
    padding: 50px 10px 21px;
    position: relative;
    border-radius: 10px 10px 0 0;
    background: var(--blue-color) url(../images/plan-bubble-img.webp) no-repeat center;
    background-size: cover;
}
.plan-header span{
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 12px;
    color: var(--white-color);
    font-weight: 500;
}
.plan-price{
    color: var(--white-color);
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 24px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}
.post-btn:focus,
.contact-submit-btn:focus{
    outline: none;
}
.paln-tag {
    background: var(--primary--color);
    border-radius: 18px;
    display: inline-block;
    color: var(--white-color);
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 26px 11px;
    line-height: 16px;
    position: absolute;
    bottom: -20px;
    left: 50%;
    z-index: 1;
    transform: translateX(-50%);
}
.plan-body {
    background: var(--white-color);
    border: 1px solid rgb(0 0 0 / 18%);
    border-radius: 0 0 10px 10px;
    padding: 62px 36px 70px;
    position: relative;
}
.plan-body span {
    font-size: 16px;
    color: #8e8e8e;
    line-height: 22px;
    margin-bottom: 20px;
    padding: 0 28px;
}
.plan-body ul li{
    color: #333;
    border-bottom: 1px solid rgb(0 0 0 / 18%);
    padding-bottom: 13px;
    margin-bottom: 12px;
}
.plan-body ul li img {
    padding-right: 19px;
}
.plan-btn{
    width: 100%;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}
.plan-btn a {
    display: inline-block;
    background: var(--accent);
    font-size: 16px;
    color: var(--white-color);
    border-radius: 8px;
    text-transform: uppercase;
    padding: 15px 27px 15px 34px;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
}
.plan-body ul li:last-child{
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.plan-body ul{
    margin-bottom: 0;
}

.generic-box-content::after{
    content: "";
    width: 85px;
    height: 58px;
    background: url(../images/leaft-icon.webp) no-repeat center;
    top: 25px;
    right: -43%;
    position: absolute;
}
.project-con .project-box1:after {
    content: "";
    width: 521px;
    height: 411px;
    right: -304px;
    top: -171px;
    position: absolute;
    background: url(../images/bubble-img.webp) no-repeat center;
    opacity: 20%;
    z-index: -1;
    animation: mover 1s infinite alternate;
}
.project-con .wrapper{
    position: relative;
}
.project-con .project-box1:before {
    content: "";
    width: 85px;
    height: 58px;
    background: url(../images/leaft-icon.webp) no-repeat center;
    top: 50%;
    left: -210px;
    position: absolute;
    transform: translatey(-52%);
}
.plan-box::after {
    content: "";
    width: 100%;
    height: 653px;
    background: url(../images/design-img.webp) no-repeat center;
    top: 167px;
    left: 0;
    position: absolute;
}
.plan-box .row{
    z-index: 1;
    position: relative;
}
.price-title h2::after{
    content: "";
    width: 59px;
    height: 40px;
    background: url(../images/plan-leaf.webp) no-repeat center;
    top: 130%;
    left: 50px;
    position: absolute;
}
/**** PLAN SECTION ****/
/**** BLOG SECTION ****/
.blog-con{
    padding-top: 135px;
    padding-bottom: 140px;
}
.blog-title h2{
    margin-bottom: 53px;
}
.blog-item-content {
    background: var(--white-color);
    border: 1px solid #eeeeee;
    padding: 36px 15px 28px 26px;
    margin-top: -104px;
    position: relative;
    z-index: 1;
    width: 89.4%;
    margin-left: auto;
}
.blog-item-content:hover a h4{
    color: var(--primary--color);
}
.blog-item-content:hover{
    box-shadow: 6px 6px 18px rgb(1 208 204 / 21%);
}
.blog-item-content a{
    text-decoration: none;
}
.blog-item-content a h4{
    font-size: 18px;
    color: var(--secondary--color);
    line-height: 25px;
    font-weight: 500;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
}
.blog-item-content p{
    line-height: 21px;
    color: rgb(0 0 0 / 40%);
    margin-bottom: 32px;
}
.blog-item-content ul,
.admin-con {
    gap: 32px;
    display: flex;
}
.blog-item-content ul li,.admin-con li{
    color: #2d2d2d;
}
.blog-item-content ul li i,.admin-con li i{
    color: var(--primary--color);
    padding-right: 2px;
}
.blog-item-content ul:before {
    content: "";
    height: 1px;
    width: 21.7%;
    position: absolute;
    top: -13px;
    left: 0;
    background: #b2b2b2;
}
.blog-title::after{
    content: "";
    width: 59px;
    height: 40px;
    background: url(../images/blog-leaf.webp) no-repeat center;
    top: 20px;
    left: 215px;
    position: absolute;
}
/**** BLOG SECTION ****/

/* Blog Subtitle */
.blog-subtitle {
    color: #666;
    font-size: 15px;
    margin-top: 8px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* Blog Tag Badge */
.blog-meta-top {
    margin-bottom: 10px;
}
.blog-tag {
    display: inline-block;
    background: var(--primary--color);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 3px 12px;
    border-radius: 30px;
    text-transform: uppercase;
}

/* Blog Read More Button */
.blog-read-more {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--primary--color);
    font-weight: 600;
    font-size: 13px;
    text-decoration: none;
    margin-top: 12px;
    transition: gap 0.3s ease;
}
.blog-read-more:hover {
    color: #152b4f;
    gap: 10px;
    text-decoration: none;
}

/* Blog Detail Tags */
.blog-tags {
    margin-top: 28px;
    padding-top: 18px;
    border-top: 1px solid #eee;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}
.blog-tag-link {
    display: inline-block;
    border: 1.5px solid var(--primary--color);
    color: var(--primary--color);
    border-radius: 30px;
    padding: 4px 14px;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.25s ease;
}
.blog-tag-link:hover {
    background: var(--primary--color);
    color: #fff;
    text-decoration: none;
}

/* Blog Navigation Buttons */
.blog-nav-btns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 28px;
    padding-top: 18px;
    border-top: 1px solid #eee;
    gap: 12px;
    flex-wrap: wrap;
}
.btn-back-blog,
.btn-next-blog {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: #152b4f;
    color: #fff;
    border-radius: 6px;
    padding: 9px 20px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.25s ease, transform 0.2s ease;
}
.btn-back-blog:hover,
.btn-next-blog:hover {
    background: var(--primary--color);
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
}

/**** FOOTER SECTION****/

.footer-con {
    padding-top: 158px;
    padding-bottom: 60px;
    background: #262626;
    margin-top: -66px;
}
.footer-box {
    gap: 30px;
    display: grid;
    grid-template-columns: 26.8% 17.8% 27.5% 20%;
}
.site-map h4{
    color: var(--white-color);
    font-size: 22px;
    line-height: 22px;
    position: relative;
    margin-bottom: 25px;
    padding-left: 14px;
    font-family: 'Montserrat', sans-serif;
}
.site-map h4:before {
    content: "";
    height: 27px;
    border-left: 3px solid var(--primary--color);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.site-map p {
    line-height: 22px;
    padding-right: 51px;
    color: rgb(255 255 255 / 60%);
}
.site-map ul li a{
    position: relative;
    text-decoration: none;
    color: rgb(255 255 255 / 60%);
}
.site-map ul li{
    margin-bottom: 2px;
}
.schedule li:last-child {
    padding-right: 15px;
}
.site-map ul li:last-child{
    margin-bottom: 0;
}
.site-map .schedule:last-child li:last-child{
    color: var(--primary--color);
}
.footer-phone a{
    font-size: 30px;
    line-height: 30px;
    color: var(--primary--color);
    display: inline-block;
    text-decoration: none;
    margin-bottom: 13px;
    font-family: 'Montserrat', sans-serif;
}
.site-map span {
    line-height: 22px;
    padding-right: 74px;
    margin-bottom: 32px;
    color: rgb(255 255 255 / 60%);
}
.online-btn a {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    line-height: 16px;
    text-decoration: none;
    border: 1px solid var(--primary--color);
    color: rgb(255 255 255 / 60%);
    padding: 21px 28px 21px 29px;
    border-radius: 30px;
    display: inline-block;
    transition: all 0.5s ease-in-out;
}
.online-btn a:hover{
    color: var(--white-color);
    background: var(--primary--color);
}
.schedule {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.schedule li{
    color: rgb(255 255 255 / 60%);
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #3c3c3c;
    margin-bottom: 6px;
    padding-bottom: 6px;
}
.schedule li span:last-child {
    color: var(--primary--color);
    padding-right: 0;
    margin-bottom: 0;
}
.schedule li span:first-child {
    padding-right: 20px;
    margin-bottom: 0;
}
.site-map .schedule:last-child{
    padding-bottom: 0;
}
.newsletter-box {
    background: var(--white-color);
    border-radius: 15px;
    box-shadow: 3px 3px 46px rgb(93 93 93 / 10%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 41px 59px 24px 44px;
    position: relative;
    z-index: 1;
}

.newsletter-content figure {
    position: absolute;
    left: 0;
}
.newsletter-text {
    padding-left: 85px;
}
.newsletter-text h3{
    margin-bottom: 9px;
}
.newsletter-text span{
    line-height: 19px;
    color: rgb(0 0 0 / 40%);
}
.news-letter-input input{
    border: none;
    font-size: 14px;
    background: #eeeeee;
    color: rgb(51 51 51 / 40%);
}
.news-letter-input input::placeholder{
    font-size: 14px;
    color: rgb(51 51 51 / 40%);
}
.news-letter-input input {
    font-size: 14px;
    background: #eeeeee;
    color: rgb(51 51 51 / 40%);
    padding: 10px 144px 10px 30px;
    width: 100%;
    border: 1px solid transparent;
    border-radius: 24px;
}
.news-letter-input{
    width: 49%;
    position: relative;
}
.news-letter-input input:focus{
    outline: none;
}
.news-letter-input button {
    border: none;
    cursor: pointer;
    background: var(--accent);
    color: var(--white-color);
    font-size: 16px;
    line-height: 16px;
    padding: 16px 33px 16px 34px;
    border-radius: 24px;
    position: absolute;
    right: 0;
    transition: all 0.5s ease-in-out;
    top: 1px;
}
.copyright-con {
    padding: 18px 0;
    background: #1e1e1e;
}
.footer-social ul li a i{
    width: 36px;
    height: 36px;
    color: var(--white-color);
    font-size: 14px;
    border-radius: 50%;
    border: 1px solid var(--white-color);
    transition: all 0.5s ease-in-out;
}
.footer-social  ul {
    gap: 10px;
}
.copyright-txt span{
    color: rgb(249 249 249 / 60%);
}
.footer-con:after {
    content: "";
    top: -66px;
    right: 0;
    width: 189px;
    height: 218px;
    position: absolute;
    background: url(../images/footer-right-bubble.webp) no-repeat center;
    animation: mover 1s infinite alternate;
}
.footer-con:before {
    content: "";
    top: 104px;
    left: 0;
    width: 210px;
    height: 255px;
    position: absolute;
    background: url(../images/footer-left-bubble.webp) no-repeat center;
    animation: mover 1s infinite alternate;
}
.footer-box::after {
    content: "";
    width: 59px;
    height: 40px;
    background: url(../images/blog-leaf.webp) no-repeat center;
    bottom: -28px;
    right: -41px;
    position: absolute;
}
.black-btn {
    position: absolute;
    width: 98px;
    height: 72px;
    background: var(--primary--color);
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    transition: all 0.5s ease-in-out;
}
.plan-con{
    margin-bottom: 170px;
}
.client-title h2{
    margin-bottom: 50px;
}
.owl-carousel .owl-item img {
    display: block;
    width: auto;
}
.client-review-content {
    background: var(--white-color);
    line-height: 25px;
    margin-bottom: 16px;
    padding:58px 40px 51px;
    box-shadow: -2px 0px 20px rgb(166 184 213 / 17%);
}
.client-review-content p {
    margin-bottom: 32px;
    color: rgb(0 0 0 / 60%);
}
.client-review-content:after {
    content: "";
    bottom: 17px;
    right: 45px;
    position: absolute;
    background: url(../images/comma-icon.webp) no-repeat;
    width: 60px;
    height: 60px;
    opacity: 30%;
}
.client-info {
    display: flex;
    align-items: center;
}
.client-name h4{
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 2px;
    color: var(--primary--color);
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}
.client-name span {
    color: rgb(0 0 0 / 60%);
}
.client-name {
    padding-left: 18px;
}
.client-info figure {
    width: 82px;
    height: 82px;
    background: var(--white-color);
    display: flex;
    border-radius: 50%;
    border: 1px solid rgb(137 137 137 / 45%);
    align-items: center;
    justify-content: center;
}
.client-review-content:before {
    content: "";
    position: absolute;
    bottom: -28px;
    left: 0;
    width: 29px;
    height: 28px;
    background: var(--white-color);
    clip-path: polygon(0 0, 100% 0, 0 100%, 0% 100%);
}
.owl-carousel .owl-nav button{
    top: 50%;
    width: 55px;
    height: 55px;
    display: flex;
    cursor: pointer;
    position: absolute;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    transform: translateY(-168%);
    background: var(--white-color) !important;
    box-shadow: 13px 13px 18px 8px rgb(166 184 213 / 28%);
}
.owl-carousel .owl-nav button:hover{
    background: var(--primary--color) !important;
}
.owl-carousel .owl-nav button:hover img{
    filter: brightness(0) invert(1);
}
.owl-carousel .owl-nav button:focus{
    outline: none;
}
.owl-carousel .owl-nav button.owl-prev {
    left: -106px;
}
.owl-carousel .owl-nav button.owl-next{
    right: -106px;
}
.client-title:after{
    top: 0;
    content: "";
    width: 59px;
    height: 40px;
    right: 160px;
    position: absolute;
    background: url(../images/client-leaf.webp) no-repeat center;
}
.user-con:after{
    top: 50%;
    right: 0;
    content: "";
    width: 312px;
    opacity: 20%;
    height: 312px;
    position: absolute;
    transform: translateY(65%);
    background: url(../images/user-buble-img.webp) no-repeat center;
    animation: mover 1s infinite alternate;
}
.sub-banner{
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
}
.sub-banner .banner-inner-con{
    padding-top: 283px;
    padding-bottom: 191px;
}
.gallery-banner{
    background-image: url(../images/generic-banner.webp);
    background-size: cover
}
.sub-banner .banner-img {
    left: 0;
    bottom: -191px;
    position: absolute;
}
.gallery-project{
    padding: 137px 0 130px;
}
.about-client-con {
    background: var(--white-color);
    padding-bottom: 122px;
}
.user-con.about-client-con:after {
    top: 70px;
    transform: none;
}
.goals-con{
    padding-bottom: 165px;
}
.goals-box {
    gap: 30px;
    display: grid;
    grid-template-columns: 48.7% 48.7%;
}
.goals-box-item {
    background: var(--white-color);
    padding: 60px 50px;
    border: 1px solid #eef2f6;
    border-top: 4px solid var(--blue-color);
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    transition: all 0.4s ease;
}
.goals-box-item:nth-child(2) {
    border-top-color: var(--primary--color);
}
.goals-box-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.06);
    border-color: rgba(1, 208, 204, 0.2);
}
.goals-box-item figure {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: 0 auto 30px;
    background: rgba(1, 208, 204, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
}
.goals-box-item:hover figure {
    background: var(--primary--color);
}
.goals-box-item figure img {
    max-width: 50px;
    height: auto;
    transition: all 0.4s ease;
}
.goals-box-item:hover figure img {
    filter: brightness(0) invert(1);
}
.goals-box-item h2 {
    color: var(--blue-color);
    margin-bottom: 16px;
    font-size: 24px;
    font-weight: 700;
    font-family: 'Rubik', sans-serif;
}
.goals-box-item p {
    font-weight: 400;
    line-height: 26px;
    color: rgb(25 25 25 / 60%);
    font-size: 15px;
}
.goals-box:after {
    top: 50%;
    content: "";
    width: 72px;
    height: 49px;
    left: -226px;
    position: absolute;
    background: url(../images/about-leaf.webp) no-repeat center;
}
.service-user-con:after{
    display: none;
}
.service-box .generic-box-content::after,
.service-box2 .generic-box-content::after{
    top: 200px;
    content: "";
    width: 50px;
    height: 34px;
    right: -110px;
    position: absolute;
    background: url(../images/service-left.webp) no-repeat center;
}
.service-box2 .generic-box-content::after {
    top: 40px;
    right: auto;
    width: 54px;
    height: 37px;
    left: -134px;
    background: url(../images/service-right-leaf.webp) no-repeat center;
}
.job-title{
    display: block;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 15px;
    color: var(--primary--color);
    font-family: 'Montserrat', sans-serif;
}
.service-box .generic-box-content p,.service-box2 .generic-box-content p{
    margin-bottom: 27px;
}
.generic-list2 ul li {
    margin-bottom: 17px;
    padding-bottom: 17px;
    color: rgb(51 51 51 / 60%);
    border-bottom: 1px solid #e7e7e7;
    background: url(../images/plan-check.webp) no-repeat;
}
.generic-list2 ul li {
    padding-left: 35px;
    margin-bottom: 12px;
    padding-bottom: 14px;
    color: rgb(51 51 51 / 60%);
    border-bottom: 1px solid #e7e7e7;
    background: url(../images/plan-check.webp) no-repeat 0% 6px;
}
.generic-list2 ul li:last-child{
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.generic-list2 {
    width: 33.5%;
}
.service-box:after,.service-box2:after {
    top: 44px;
    content: "";
    width: 430px;
    left: -191px;
    opacity: 20%;
    height: 375px;
    position: absolute;
    background: url(../images/service-bubble-img.webp) no-repeat;
    animation: mover 1s infinite alternate;
}
.service-box2:after {
    top: 39px;
    left: auto;
    right: -31px;
    background: url(../images/service-bubble-img2.webp) no-repeat;
}
.generic-box-img figure img{
    z-index: 1;
    position: relative;    
    border-radius: 50%;
}
.service-dots:after{
    top: 0;
    right: 0;
    content: "";
    width: 223px;
    height: 255px;
    position: absolute;
    background: url(../images/service-left-dots-img.webp) no-repeat;
}
.service-dots:before{
    left: 0;
    bottom: 0;
    content: "";
    width: 239px;
    height: 229px;
    position: absolute;
    background: url(../images/service-rigth-dots-img.webp) no-repeat;
}
.service-user-con{
    padding-bottom: 125px;
}
.blog-con .row{
    gap: 40px 0;
}
#pagination-demo{
    margin-top: 66px;
}
#pagination-demo .pagination{
    margin-bottom: 0;
    align-items: center;
    justify-content: center;
}
#pagination-demo li.page-item.first,li.page-item.last {
    display: none;
}
#pagination-demo .page-item .page-link {
    z-index: 1;
    padding: 0;
    font-size: 18px;
    color: #7f7f7f;
    border-color: transparent;
    background-color: transparent;
}
#pagination-demo .page-item.active .page-link{
    color: var(--primary--color);
    border-color: transparent;
    background-color: transparent;
}
#pagination-demo .pagination .page-item{
    margin: 0 18px;
}
#pagination-demo .page-item.prev a,#pagination-demo .page-item.next a{
    width: 55px;
    height: 55px;
    border: none;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: var(--white-color) !important;
    background-color: var(--white-color) !important;
    box-shadow: 13px 13px 18px rgb(166 184 213 / 28%);
}
#pagination-demo .page-item.prev a:after,#pagination-demo .page-item.next a:after {
    content: "";
    width: 22px;
    height: 18px;
    position: absolute;
    background: url(../images/pagination-left-arrow.webp) no-repeat;
}
#pagination-demo .page-item.next a:after{
    transform: rotate(180deg);
}
#pagination-demo .page-item.prev a:hover,
#pagination-demo .page-item.next a:hover{
    color: var(--accent) !important;
    background-color: var(--accent) !important;
}
#pagination-demo .page-item.next a:hover:after,
#pagination-demo .page-item.prev a:hover:after{
    filter: brightness(0) invert(1);
}
.blog-inner-con:after{
    content: "";
    width: 59px;
    height: 40px;
    bottom: 40px;
    right: -203px;
    position: absolute;
    background: url(../images/blog-right-leaf.webp) no-repeat center;
}
.gellery-page-project .project-box1:before{
    display: none;
}
.gellery-page-project:after,.gellery-page-project:before{
    content: "";
    width: 51px;
    height: 35px;
    bottom: -26px;
    right: -183px;
    position: absolute;
    background: url(../images/gallery-rt-leaf.webp) no-repeat center;
}
.gellery-page-project:before{
    top: 30.5%;
    right: auto;
    bottom: auto;
    left: -175px;
    background: url(../images/gallery-lf-leaf.webp) no-repeat center;
}
.contact-form-con {
    padding: 122px 0 130px;
}
.contact-box2 {
    gap: 48px;
    display: grid;
    margin-bottom: 48px;
    grid-template-columns: 64.8% 31%;
}
.contact-form h2,
.contact-info h2 {
    margin-bottom: 51px;
    text-transform: uppercase;
}
.contact-form form ul{
    display: grid;
    gap: 20px 31px;
    margin-bottom: 24px;
    grid-template-columns: 47.8% 47.8%;
}
.contact-form form ul li .input-field {
    height: 56px;
    width: 100%;
    padding: 3px 0;
    border: 1px solid #d7d7d7;
}
.contact-form form ul li .input-field input, .contact-form form ul li .input-field textarea {
    width: 82%;
    border: none;
    font-size: 14px;
    color: #909091;
    padding: 6px 10px;
    line-height: 39px;
}
.contact-form form ul li .input-field input::placeholder{
    font-size: 14px;
    color: #909091;
}
.contact-form form ul li .input-field textarea{
    resize: none;
}
.contact-form form ul li .input-field input:focus,
.contact-form form ul li .input-field textarea:focus,
.news-letter-input button:focus{
    outline: none;
}
.input-field-icon {
    width: 55px;
    padding: 10px 10px 10px 16px;
}
.input-field-icon:after{
    content: "";
    top: -2px;
    right: 0;
    width: 8px;
    height: 47px;
    position: absolute;
    background: url(../images/border-shape-img2.webp) no-repeat;
}
.contact-form form ul li:nth-child(3),.contact-form form ul li:last-child{
    grid-column: 1/-1;
}
.contact-form form ul li:nth-child(3) input,
.contact-form form ul li:last-child textarea{
    width: 92%;
}
.contact-form form ul li:last-child .input-field{
    height: 177px;
    display: flex;
}
.contact-submit-btn,.post-btn {
    border: none;
    color: var(--white-color);
    font-size: 16px;
    cursor: pointer;
    line-height: 16px;
    border-radius: 8px;
    background: var(--primary--color);
    text-transform: uppercase;
    padding: 21px 71px 20px 70px;
    font-family: 'Montserrat', sans-serif;
    transition: all 0.5s ease-in-out;
}
.contact-info ul li{
    border: 1px solid #eaeaea;
}
.contact-info ul li .contact-info-item figure{
    transition: all 0.5s ease-in-out;
}
.contact-info ul li:hover .contact-info-item figure {
    transform: translateY(-8px);
}

.contact-info-item{
    position: relative;
}
.contact-info-item figure {
    left: 0;
    width: 60px;
    height: 60px;
    display: flex;
    border-radius: 50%;
    position: absolute;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--primary--color);
}
.contact-info-content {
    padding-left: 84px;
}
.contact-info ul li {
    height: 130px;
    margin-bottom: 18px;
    padding: 35px 30px 15px 28px;
    border: 1px solid #eaeaea;
}
.contact-info ul li:last-child{
    margin-bottom: 0;
}
.contact-info-content h5{
    color: var(--secondary--color);
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
    margin-bottom: 9px;
    font-family: 'Montserrat', sans-serif;
}
.contact-info-content span{
    font-size: 16px;
    line-height: 22px;
    color: #8b8b8b;
    display: block;
}
.contact-info-content a{
    font-size: 16px;
    color: #8b8b8b;
}
/* .map-con2{
    background: url(../images/map-bg-img2.webp) no-repeat;
} */
.map-con2 .map-box {
    left: 38%;
    bottom: 142px;
}
.map-con2:after {
    top: 37%;
    content: "";
    width: 59px;
    height: 40px;
    right: -156px;
    position: absolute;
    transform: translateY(-50%);
    background: url(../images/blog-leaf.webp) no-repeat;
}
.single-blog-con{
    padding: 175px 0 140px;
}
.single-blog-details > figure{
    margin-bottom: 38px;
}
.single-blog-details h2{
    color: var(--secondary--color);
    font-size: 30px;    
    font-weight: 700;
    line-height: 33px;
    margin-bottom: 26px;
    font-family: 'Montserrat', sans-serif;
}
.admin-con{
    margin-bottom: 20px;
}
.single-blog-details p{
    margin-bottom: 30px;
    color: rgb(0 0 0 / 60%);
}
.blog-note {
    margin-bottom: 33px;
    padding: 40px 58px 45px 38px;
    background: rgb(1 208 204 / 20%);
    border-left: 4px solid var(--blue-color);
}
.blog-note figure{
    margin-bottom: 25px;
}
.blog-note p{
    font-size: 18px;
    line-height: 32px;
    color: var(--secondary--color);
}
.specia-text{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: var(--primary--color);
    font-family: 'Montserrat', sans-serif;
}
.single-blog-details p:last-child{
    margin-bottom: 50px;
}
.blog-form h2{
    margin-bottom: 20px;
}
.blog-form form ul li input, .blog-form form ul li textarea {
    width: 100%;
    font-size: 16px;
    padding: 8px 19px;
    color: rgb(0 0 0 / 60%);
    border: 1px solid #e3e3e3;
}
.blog-form form ul li input::placeholder,
.blog-form form ul li textarea::placeholder,
.search-input input::placeholder{
    font-size: 16px;
    color: rgb(0 0 0 / 60%);
}
.blog-form form ul li{
    margin-bottom: 28px;
}
.blog-form form ul{
    margin-bottom: 13px;
}
.blog-form form ul li textarea{
    resize: none;
    height: 205px;
}
.post-btn{
    padding: 21px 32px 20px;
}
.single-generic-box {
    background: var(--white-color);
    padding: 39px 30px;
    margin-bottom: 40px;
    box-shadow: 4px 4px 18px 8px rgb(166 184 213 / 21%);
}
.single-generic-box h3 {
    margin-bottom: 27px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e5e5e5;
}
.search-input input{
    width: 100%;
    font-size: 16px;
    color: rgb(0 0 0 / 60%);
    padding: 14px 17px 13px;
    border: 1px solid #e3e3e3;
    background: url(../images/search-icon.webp) no-repeat 92%;
}
.input-radio li label {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 16px;
    padding-left: 13px;
    color: rgb(0 0 0 / 60%);
}
/* .input-radio input{
    accent-color: var(--primary--color);
} */
.single-blog-details ul{
    margin-bottom: 10px;
}
.input-radio input:focus{
    outline: none;
}
.input-radio li{
    margin-bottom: 28px;
}
.input-radio ul li:last-child{
    margin-bottom: 0;
}
.tag-link ul li a {
    color: var(--white-color);
    font-weight: 500;
    text-decoration: none;
    background: var(--primary--color);
    display: inline-block;
    padding: 13px 29px 14px;
}
.tag-link ul{
    gap: 7px;
    display: flex;
    flex-wrap: wrap;
}
.recant-post-box {
    display: flex;
    align-items: center;
}
.recant-post-content a{
    text-decoration: none;
}
.recant-post-content a h4 {
    color: var(--secondary--color);
    font-size: 16px;
    font-weight: 500;
}
.recant-post-content {
    padding-left: 18px;
}
.recant-post-content i{
    color: var(--primary--color);
    padding-right: 10px;
}
.recant-calander {
    color: rgb(45 45 45 / 60%);
}
.recant-post ul li:last-child{
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.recant-post li {
    margin-bottom: 29px;
    padding-bottom: 30px;    
    border-bottom: 1px solid #e5e5e5;
}
.single-blog-con:after {
    content: "";
    top: 14%;
    right: 8%;
    width: 60px;
    height: 61px;
    position: absolute;
    background: url(../images/single-blog-lft-leaf.webp) no-repeat;
}
.single-blog-con:before {
    content: "";
    bottom: 30.5%;
    left: 8%;
    width: 60px;
    height: 61px;
    position: absolute;
    background: url(../images/single-blog-rt-leaf.webp) no-repeat;
}
.service-con .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 38px;
}
.user-con .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 7px;
}
.service-item figure img {
    border-radius: 50%;
    width: 244px !important;
    height: 239px;
    object-fit: cover;
}
.generic-box-img1 img {
    top: 31px;
    left: 13px;
    width: 510px;
    height: 510px;
    object-fit: cover;
}
.team-box-item figure img {
    width: 217px;
    height: 217px;
    border-radius: 50%;
    object-fit: cover;
    position: relative;
    z-index: 1;
}
.generic-box-img1:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: var(--primary--color);
    width: 538px;
    height: 538px;
    border-radius: 50%;
}
.generic-box-img1:before {
    content: "";
    position: absolute;
    top: -28px;
    left: -47px;
    width: 218px;
    height: 218px;
    background: var(--white-color);
    border: 38px solid var(--blue-color);
    border-radius: 50%;
}
.circle-box:after{
    content: "";
    position: absolute;
    bottom: 19px;
    right: 57px;
    width: 147px;
    height: 147px;
    background: rgb(1 208 204 / 30%);
    border-radius: 50%;
    animation: mover 1s infinite alternate;
}
.generic-box-img2:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 218px;
    height: 218px;
    background: var(--blue-color);
    border-radius: 50%;
}
.generic-box-img2{
    position: absolute !important;
    bottom: -15px;
    z-index: 2;
    left: -52px;
}
.generic-box-img2 img{
    top: 12px;
    left: 5px;
    width: 207px;
    height: 207px;
    object-fit: cover;
    
}
.team-box-item figure{
    position: relative;
}
.team-box-item figure:after{
    content: "";
    position: absolute;
    top: 0px;
    left: -4px;
    width: 216px;
    height: 216px;
    background: var(--primary--color);
    border-radius: 50%;
}
.owl-carousel .owl-item .client-info img{
    width: 74px;
    height: 74px;
    border-radius: 50%;
    object-fit: cover;
}
.service-box2 .generic-box-img .generic-box-img1:before {
    left: auto;
    right: 47px;
}
.service-box:after{
    z-index: -1;
}
.recant-post-box img {
    width: 108px;
    height: 93px;
    object-fit: cover;
}
.site-map ul li a::after {
    left: 0;
    bottom: -2px;
    width: 0;
    height: 1px;
    content: '';
    position: absolute;
    background: var(--primary--color);
    transition: ease-in-out 0.3s;
}
.site-map ul li a:hover::after{
    width: 100%;
}
.newsletter-con{
    z-index: 2;
    position: relative;
}
.footer-phone a:hover{
    color: var(--white-color);
}
.socisl-con ul li a,
.footer-social ul li a{
    text-decoration: none;
}
.socisl-con ul li a i:hover,
.footer-social ul li a i:hover{
    background: var(--primary--color);
    border-color: var(--primary--color);
}
/**** FOOTER SECTION****/
/******** PRE LODER CSS****/
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translatey(-20px); }
}
.loader-mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99999;
}

.loader {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    font-size: 0;
    color: var(--accent);
    display: inline-block;
    margin: -25px 0 0 -25px;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}
.lead{
  font-size:13px;
}
.loader div {
    background-color: var(--accent);
    display: inline-block;
    float: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    opacity: .5;
    border-radius: 50%;
    -webkit-animation: ballPulseDouble 2s ease-in-out infinite;
    animation: ballPulseDouble 2s ease-in-out infinite;
}

.loader div:last-child {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

@-webkit-keyframes ballPulseDouble {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes ballPulseDouble {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/******** PRE LODER CSS****/
/****** 404 PAGE CSS****/  
.not-found-page{
    padding-top: 100px;
    padding-bottom: 100px;
}
.not-found-title h2{
    font-size: 200px;
    line-height: 200px;
    margin-bottom: 20px;
}
.not-found-title span{
    font-size: 30px;
    margin-bottom: 25px;
    letter-spacing: 10px;
}
.not-found-title p{
    font-size: 18px;
    margin-bottom: 40px;
}
/****** 404 PAGE CSS****/
/********* FAQ SECTION ****/
.faq-box{
    padding: 100px 0;
}
.faq-title h2{
    margin-bottom: 50px;
}
#accordion .card-header button {
    padding: 0;
    width: 100%;
    text-align: left;
    font-size: 20px;
    color: var(--text-color);
    position: relative;
}
#accordion .card-header button:hover,#accordion .card-header button:focus{
    text-decoration: none;
}
#accordion .card {
    border: none;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 3px 3px 46px rgb(93 93 93 / 10%);
}
#accordion .btn.btn-link:after{
    top: 0;
    right: 0;
    content: "\f068";
    position: absolute;
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    color: var(--primary--color);
}
#accordion .btn.btn-link.collapsed:after{
    content: "\f067";
}
#accordion .card-header {
    background: transparent;
    border: none;
    padding: 18px 30px;
    
}
#accordion .card-body{
    padding: 0 100px 30px 30px;
    font-size: 16px;
}
#accordion .card-header .btn.btn-link:not(.collapsed){
    color: var(--primary--color);
}
/********* FAQ SECTION ****/

/********* WHATSAPP FLOATING BUTTON ********/
.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    text-decoration: none;
    transition: all 0.3s ease;
}
.whatsapp-float img {
    width: 75px;
    height: 75px;
    display: block;
}
.whatsapp-float:hover {
    transform: scale(1.1);
}

/********* SEO PREMIUM SECTION ********/
.seo-premium-section {
    background: #f8fafb;
    padding: 80px 0 70px;
    position: relative;
    overflow: hidden;
}
.seo-premium-section::before {
    content: "";
    position: absolute;
    top: -60px;
    left: -60px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(1,208,204,0.08) 0%, transparent 70%);
    pointer-events: none;
}
.seo-premium-section::after {
    content: "";
    position: absolute;
    bottom: -60px;
    right: -60px;
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, rgba(47,95,173,0.07) 0%, transparent 70%);
    pointer-events: none;
}
/* Tag Pill */
.seo-tag-pill {
    display: inline-block;
    margin-bottom: 18px;
}
.seo-tag-pill span {
    background: rgba(1, 208, 204, 0.1);
    color: #01d0cc;
    font-size: 13px;
    font-weight: 600;
    font-family: 'Rubik', sans-serif;
    padding: 8px 22px;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
/* Main Title */
.seo-main-title {
    font-size: 34px;
    line-height: 44px;
    font-weight: 700;
    font-family: 'Rubik', sans-serif;
    color: var(--secondary--color);
    margin-bottom: 18px;
}
.seo-intro-text {
    font-size: 16px;
    line-height: 28px;
    color: rgb(25 25 25 / 60%);
    max-width: 700px;
    margin: 0 auto 50px;
}
/* Feature Cards */
.seo-features-row {
    margin-bottom: 50px;
}
.seo-feat-card {
    background: #fff;
    border-radius: 16px;
    padding: 32px 24px 28px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    transition: all 0.4s ease;
    height: calc(100% - 24px);
    border: 1px solid #eef2f6;
}
.seo-feat-card:hover {
    transform: translateY(-4px);
    box-shadow: 6px 6px 18px rgba(1, 208, 204, 0.15);
    border-color: rgba(1, 208, 204, 0.2);
}
.seo-feat-icon {
    width: 62px;
    height: 62px;
    background: rgba(1, 208, 204, 0.08);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    font-size: 22px;
    color: #01d0cc;
    transition: all 0.4s ease;
}
.seo-feat-card:hover .seo-feat-icon {
    background: #01d0cc;
    color: #fff;
}
.seo-feat-card h4 {
    font-size: 16px;
    font-weight: 600;
    font-family: 'Rubik', sans-serif;
    color: var(--secondary--color);
    margin-bottom: 10px;
}
.seo-feat-card p {
    font-size: 13.5px;
    color: rgb(25 25 25 / 55%);
    line-height: 22px;
    margin: 0;
}
/* Two Column Blocks */
.seo-two-col {
    margin-bottom: 50px;
}
.seo-col-block {
    background: #fff;
    border-radius: 18px;
    padding: 36px 36px 32px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    border-top: 4px solid var(--blue-color);
    transition: all 0.4s ease;
    height: calc(100% - 24px);
}
.seo-col-block:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    transform: translateY(-4px);
}
.seo-col-block--teal {
    border-top-color: #01d0cc;
}
.seo-col-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 18px;
}
.seo-col-icon-wrap {
    width: 50px;
    height: 50px;
    background: rgba(1, 208, 204, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #01d0cc;
    flex-shrink: 0;
}
.seo-col-block h3 {
    font-size: 20px;
    font-weight: 600;
    font-family: 'Rubik', sans-serif;
    color: var(--secondary--color);
    margin: 0;
    line-height: 1.3;
}
.seo-col-block p {
    font-size: 14px;
    line-height: 26px;
    color: rgb(25 25 25 / 60%);
    margin-bottom: 20px;
}
.seo-col-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #01d0cc;
    font-weight: 600;
    font-size: 14px;
    font-family: 'Rubik', sans-serif;
    text-decoration: none;
    transition: all 0.3s ease;
    border-bottom: 1px solid rgba(1,208,204,0.3);
    padding-bottom: 2px;
}
.seo-col-cta:hover {
    color: var(--blue-color);
    border-bottom-color: var(--blue-color);
    gap: 14px;
}
/* Bottom Row */
.seo-bottom-row {
    margin-top: 20px;
}
.seo-bottom-text h3 {
    font-size: 22px;
    font-weight: 600;
    font-family: 'Rubik', sans-serif;
    color: var(--secondary--color);
    margin-bottom: 14px;
    line-height: 1.4;
}
.seo-bottom-text p {
    font-size: 14.5px;
    line-height: 27px;
    color: rgb(25 25 25 / 60%);
    margin-bottom: 20px;
}
.seo-check-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.seo-check-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14.5px;
    color: rgb(25 25 25 / 70%);
    margin-bottom: 12px;
    line-height: 22px;
}
.seo-check-list li i {
    color: #01d0cc;
    font-size: 16px;
    margin-top: 3px;
    flex-shrink: 0;
}
/* Responsive */
@media (max-width: 991px) {
    .seo-main-title { font-size: 26px; line-height: 36px; }
    .seo-bottom-text { padding: 0 0 30px; }
    .seo-cta-card { margin-top: 20px; height: auto; }
    .seo-feat-card { margin: 8px 5px; }
    .seo-col-block { margin: 0 0 20px; }
}
@media (max-width: 575px) {
    .seo-premium-section { padding: 50px 0 40px; }
    .seo-main-title { font-size: 22px; line-height: 32px; }
    .seo-col-block { padding: 24px 20px; }
}
/********* SEO PREMIUM SECTION ********/

/********* BEFORE AFTER SECTION ********/
.before-after-section {
    background: linear-gradient(160deg, #0d1b2a 0%, #152b4f 60%, #1a3a6e 100%);
    padding: 80px 0 70px;
    position: relative;
    overflow: hidden;
}
.before-after-section::before {
    content: "";
    position: absolute;
    top: -80px;
    right: -80px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(1,208,204,0.12) 0%, transparent 70%);
    pointer-events: none;
}
.ba-tag-pill {
    display: inline-block;
    margin-bottom: 18px;
}
.ba-tag-pill span {
    background: rgba(1,208,204,0.18);
    border: 1px solid rgba(1,208,204,0.4);
    color: #01d0cc;
    font-size: 13px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    padding: 8px 22px;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.ba-main-title {
    font-size: 34px;
    line-height: 44px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    margin-bottom: 12px;
}
.ba-intro {
    color: rgba(255,255,255,0.65);
    font-size: 15px;
    margin-bottom: 50px;
}
.ba-card {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 12px 50px rgba(0,0,0,0.45);
    margin: 0 10px 24px;
    background: #0a1628;
}
.ba-label-top {
    display: flex;
    justify-content: space-between;
    padding: 12px 20px;
    background: rgba(255,255,255,0.06);
}
.ba-label-before {
    font-size: 11px;
    font-weight: 700;
    color: #ff6b6b;
    letter-spacing: 1.5px;
    font-family: 'Montserrat', sans-serif;
}
.ba-label-after {
    font-size: 11px;
    font-weight: 700;
    color: #01d0cc;
    letter-spacing: 1.5px;
    font-family: 'Montserrat', sans-serif;
}
.ba-slider {
    position: relative;
    overflow: hidden;
    cursor: ew-resize;
    user-select: none;
    height: 320px;
}
.ba-after, .ba-before {
    position: absolute;
    top: 0; left: 0;
    height: 100%;
    overflow: hidden;
}
.ba-after { width: 100%; }
.ba-before {
    width: 50%;
    border-right: 3px solid #fff;
    z-index: 2;
}
.ba-after img, .ba-before img {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    object-fit: cover;
    pointer-events: none;
}
.ba-before img {
    width: auto;
    max-width: none !important;
    min-width: 0 !important;
}
.ba-handle {
    position: absolute;
    top: 0; left: 50%;
    height: 100%;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: translateX(-50%);
    cursor: ew-resize;
}
.ba-handle-line { flex: 1; width: 3px; background: #fff; }
.ba-handle-circle {
    width: 46px; height: 46px;
    background: #01d0cc;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    box-shadow: 0 4px 16px rgba(1,208,204,0.5);
    flex-shrink: 0;
    font-size: 13px; color: #fff;
    border: 3px solid #fff;
}
.ba-card-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 20px;
    background: rgba(1,208,204,0.08);
    color: #01d0cc;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}
@media (max-width: 991px) {
    .ba-main-title { font-size: 26px; line-height: 36px; }
    .ba-card { margin: 0 0 24px; }
    .ba-slider { height: 250px; }
}
@media (max-width: 575px) {
    .before-after-section { padding: 50px 0 40px; }
    .ba-slider { height: 200px; }
}
/********* BEFORE AFTER SECTION ********/

/********* REVIEWS AVATAR LETTER ********/
.client-info.no-avatar {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 16px;
}
.client-avatar-letter {
    width: 46px; height: 46px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
/********* REVIEWS AVATAR LETTER ********/

/********* NEDEN BIZ SECTION ********/
.neden-biz-con {
    overflow: hidden;
}

/* İstatistik Şeridi */
.neden-biz-stats {
    background: #0f1e3d;
    padding: 70px 0;
    position: relative;
}
.nb-stat-item {
    padding: 20px 15px;
    position: relative;
}
.nb-stat-number {
    display: block;
    font-size: 54px;
    font-weight: 700;
    color: #01d0cc;
    font-family: 'Rubik', sans-serif;
    line-height: 1;
    margin-bottom: 12px;
    letter-spacing: -1px;
}
.nb-stat-label {
    display: block;
    font-size: 14px;
    color: rgba(255,255,255,0.7);
    font-weight: 600;
    font-family: 'Rubik', sans-serif;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.nb-stat-item::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 55px;
    width: 1px;
    background: rgba(1,208,204,0.22);
}
.nb-stat-item:last-child::after { display: none; }

/* Neden Biz Kartlar */
.nb-cards-section {
    background: #f8fafc;
    padding: 80px 0 80px;
}
.nb-header {
    margin-bottom: 55px;
}
.nb-tag {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: rgba(1,208,204,0.1);
    color: #01d0cc;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 8px 22px;
    border-radius: 30px;
    margin-bottom: 20px;
    font-family: 'Rubik', sans-serif;
}
.nb-header h2 {
    font-size: 40px;
    font-weight: 700;
    font-family: 'Rubik', sans-serif;
    color: var(--secondary--color);
    margin-bottom: 18px;
    line-height: 1.25;
}
.nb-header p {
    font-size: 16px;
    color: rgb(25 25 25 / 60%);
    max-width: 620px;
    margin: 0 auto;
    line-height: 1.8;
}

/* Cards */
.nb-card {
    background: #fff;
    border: 1px solid #eef2f6;
    border-radius: 20px;
    padding: 38px 30px;
    transition: all 0.35s ease;
    height: 100%;
}
.nb-card:hover {
    box-shadow: 0 15px 35px rgba(0,0,0,0.04);
    transform: translateY(-5px);
    border-color: rgba(1,208,204,0.25);
}

/* Featured Card */
.nb-card-featured {
    background: var(--blue-color);
    border-color: var(--blue-color);
}
.nb-card-featured h3,
.nb-card-featured p {
    color: #fff !important;
}
.nb-card-featured:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(47,95,173,0.2);
}

/* Card Icon */
.nb-card-icon {
    width: 62px;
    height: 62px;
    background: rgba(1,208,204,0.08);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    transition: all 0.3s ease;
}
.nb-card:hover .nb-card-icon {
    background: #01d0cc;
}
.nb-card:hover .nb-card-icon i {
    color: #fff;
}
.nb-card-featured .nb-card-icon {
    background: rgba(255,255,255,0.15);
}
.nb-card-featured .nb-card-icon i {
    color: #fff;
}
.nb-card-icon i {
    font-size: 24px;
    color: #01d0cc;
    transition: all 0.3s ease;
}
.nb-card h3 {
    font-size: 19px;
    font-weight: 600;
    font-family: 'Rubik', sans-serif;
    color: var(--secondary--color);
    margin-bottom: 14px;
    line-height: 1.3;
}
.nb-card p {
    font-size: 14.5px;
    color: rgb(25 25 25 / 60%);
    line-height: 1.8;
    margin: 0;
}

/* CTA Buttons */
.nb-cta {
    margin-top: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
}
.nb-cta-btn-phone {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #01d0cc;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    font-family: 'Rubik', sans-serif;
    padding: 16px 36px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
}
.nb-cta-btn-phone:hover {
    background: #00b8b5;
    color: #fff;
    transform: translateY(-4px);
    box-shadow: 0 10px 24px rgba(1,208,204,0.3);
}
.nb-cta-btn-wp {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #25d366;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Rubik', sans-serif;
    padding: 15px 32px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
}
.nb-cta-btn-wp:hover {
    background: #1ebe5b;
    color: #fff;
    transform: translateY(-4px);
    box-shadow: 0 10px 24px rgba(37,211,102,0.25);
}
.nb-cta-btn-wp i,
.nb-cta-btn-phone i { font-size: 18px; }

/* Responsive */
@media (max-width: 991px) {
    .nb-header h2 { font-size: 28px; }
    .nb-stat-number { font-size: 40px; }
    .nb-cards-section { padding: 60px 0; }
    .neden-biz-stats { padding: 50px 0; }
    .nb-stat-item::after { display: none; }
    .nb-card-featured { transform: none; }
}
@media (max-width: 575px) {
    .nb-header h2 { font-size: 24px; }
    .nb-stat-number { font-size: 32px; }
    .nb-card { padding: 28px 22px; margin-bottom: 0; }
    .nb-cta { flex-direction: column; gap: 12px; }
    .nb-cta-btn-phone,
    .nb-cta-btn-wp { width: 100%; justify-content: center; }
}
/********* NEDEN BIZ SECTION ********/

/********* SERVICE PAGE SEO BLOCK ********/
.seo-content-section {
    background-color: #f3f7fa !important;
    padding: 70px 0 90px;
}

/* Sol taraftaki içerik kartları */
.seo-content-main {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.seo-content-card {
    background: #ffffff;
    border: 1px solid #e1eaf3;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 8px 24px rgba(21,43,79,0.03);
    transition: all 0.3s ease;
}
.seo-content-card:hover {
    box-shadow: 0 12px 35px rgba(21,43,79,0.06);
    border-color: rgba(1,208,204,0.3);
}

/* Başlık tasarımları */
.seo-content-card h2,
.seo-content-card h3 {
    font-family: 'Montserrat', sans-serif;
    color: #152b4f;
    font-weight: 800;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 12px;
}
.seo-content-card h2 {
    font-size: 26px;
    border-bottom: 2px solid #f0f4f8;
    padding-bottom: 15px;
}
.seo-content-card h3 {
    font-size: 20px;
    margin-top: 10px;
}
.seo-content-card h2 i,
.seo-content-card h3 i {
    color: #01d0cc;
    font-size: 22px;
}

.seo-content-card p {
    font-size: 15px;
    color: #506176;
    line-height: 1.85;
    margin-bottom: 18px;
}
.seo-content-card p strong {
    color: #152b4f;
    font-weight: 700;
}

/* Listeler */
.seo-ul-list {
    padding-left: 0;
    list-style: none;
    margin-bottom: 10px;
}
.seo-ul-list li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 14px;
    font-size: 15px;
    color: #506176;
    line-height: 1.7;
}
.seo-ul-list li::before {
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
    color: #01d0cc;
    font-size: 18px;
}
.seo-ul-list li strong {
    color: #152b4f;
    font-weight: 700;
}

/* Sağ taraftaki Yapışkan Sidebar */
.seo-sidebar {
    position: sticky;
    top: 100px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.sidebar-widget {
    background: #ffffff;
    border: 1px solid #e1eaf3;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 8px 24px rgba(21,43,79,0.03);
}
.widget-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #152b4f;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #f0f4f8;
    display: flex;
    align-items: center;
    gap: 10px;
}
.widget-title i {
    color: #01d0cc;
}

/* Hızlı İletişim Widget */
.widget-contact-box {
    background: linear-gradient(135deg, #152b4f 0%, #0d1b2a 100%);
    color: #fff;
    border: none;
    text-align: center;
}
.widget-contact-box .widget-title {
    color: #fff;
    border-bottom-color: rgba(255,255,255,0.1);
    justify-content: center;
}
.widget-contact-box .widget-title i {
    color: #01d0cc;
}
.widget-contact-phone {
    font-size: 22px;
    font-weight: 800;
    color: #01d0cc;
    font-family: 'Montserrat', sans-serif;
    display: block;
    margin: 15px 0;
    text-decoration: none;
    transition: all 0.3s ease;
}
.widget-contact-phone:hover {
    color: #fff;
    transform: scale(1.03);
}
.widget-contact-desc {
    font-size: 13.5px;
    color: rgba(255,255,255,0.7);
    line-height: 1.6;
    margin-bottom: 20px;
}
.widget-wp-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #25d366;
    color: #fff;
    font-weight: 700;
    padding: 12px 20px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(37,211,102,0.3);
}
.widget-wp-btn:hover {
    background: #1ebe5b;
    color: #fff;
    transform: translateY(-2px);
}

/* Saatler Listesi */
.widget-hours {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}
.widget-hours li {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #506176;
    padding: 10px 0;
    border-bottom: 1px dashed #e1eaf3;
}
.widget-hours li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.widget-hours li span:first-child {
    font-weight: 600;
    color: #152b4f;
}

/* Bölgeler Listesi */
.widget-regions {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.widget-regions li {
    font-size: 13px;
    background: #f0f4f8;
    color: #152b4f;
    padding: 6px 14px;
    border-radius: 30px;
    font-weight: 600;
}

@media (max-width: 991px) {
    .seo-sidebar {
        margin-top: 40px;
        position: static;
    }
}
@media (max-width: 767px) {
    .seo-content-card {
        padding: 30px 20px;
    }
    .seo-content-card h2 {
        font-size: 20px;
    }
    .seo-content-card h3 {
        font-size: 17px;
    }
}
/********* SERVICE PAGE SEO BLOCK ********/

/********* SUB-PAGE BANNER LAYOUT ********/
/* Alt sayfalarda banner görsel sütununu kaldır ve metin sütununu tam genişlik yap */
.sub-banner .banner-img {
    display: none !important;
}
.sub-banner .col-lg-7,
.sub-banner .col-md-7 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    text-align: center;
}
.sub-banner .banner-title {
    max-width: 800px;
    margin: 0 auto;
}
/********* SUB-PAGE BANNER LAYOUT ********/



