/*
Theme Name: innosoftworks
Theme URI: https://innosoftworks.com/
Author: Asif Rasheed
Author URI: https://innosoftworks.com/
Description: Wordpress theme designed for Innososft Limited Agency.
Version: 1.0.12
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: netbeam
Tags: one-column, two-columns, custom-menu, featured-images, left-sidebar, right-sidebar
*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --bg-color: #BFF747;
    --text-dark: #000100;
    --text-white: #FFFFFF;
    --font-1: 'Plus Jakarta Sans';
}
@font-face {
    font-family: "Plus Jakarta Sans";
    src: url(fonts/PlusJakartaSans-ExtraLight.ttf);
    font-weight: 200;
}
@font-face {
    font-family: "Plus Jakarta Sans";
    src: url(fonts/PlusJakartaSans-Light.ttf);
    font-weight: 300;
}
@font-face {
    font-family: "Plus Jakarta Sans";
    src: url(fonts/PlusJakartaSans-Regular.ttf);
    font-weight: 400;
}
@font-face {
    font-family: "Plus Jakarta Sans";
    src: url(fonts/PlusJakartaSans-Medium.ttf);
    font-weight: 500;
}
@font-face {
    font-family: "Plus Jakarta Sans";
    src: url(fonts/PlusJakartaSans-SemiBold.ttf);
    font-weight: 600;
}
@font-face {
    font-family: "Plus Jakarta Sans";
    src: url(fonts/PlusJakartaSans-Bold.ttf);
    font-weight: 700;
}
@font-face {
    font-family: "Plus Jakarta Sans";
    src: url(fonts/PlusJakartaSans-ExtraBold.ttf);
    font-weight: 800;
}

body {
    font-family: var(--font-1);
    background: #171717;
    color: var(--text-white);
}
img{
    max-width: 100%;
    object-fit: cover;
    height: auto;
}
ul,li{
    list-style: none;
    padding: 0;
    margin: 0;
}
a{
    text-decoration: none;
}

h1{
    font-size: 69px;
    font-weight: 400;
    line-height: 77px;
}
h2 {
    font-size: 52px;
    font-weight: 300;
    line-height: 65.82px;
    margin-bottom: 16px;
}
h3{
    font-size: 42px;
    font-weight: 300;
}
h4{
    font-size: 31px;
}
h5{
    font-size: 27px;
}
p{
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
background: linear-gradient(90deg, #D1FF70 0%, #AAFA00 100%);
background-size: 200% auto;
background-clip: text;
text-fill-color: transparent;
-webkit-background-clip: text;
font-weight: 700;
-webkit-text-fill-color: transparent;
animation: shine 2s linear infinite;
}
@keyframes shine {
0% {
    background-position: 0% 50%;
    }
    50% {
    background-position: 100% 50%;
    }
    100% {
    background-position: 0% 50%;
    }
}
  
section{
    padding: 50px 0;
}

.btn-primary{
    font-size: 16px;
    border: 1px solid transparent;
    width: fit-content;
    padding: 14px 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 0 !important;
    transition: .2s linear;
    border-radius:45px !important;
    background: #555555;
    border: 1px solid var(--text-white);
    color: var(--text-white) !important;
}
.btn-primary:hover,.btn-primary:active{
    color: var(--bg-color) !important;
    border: 1px solid var(--bg-color) !important;
    background: transparent !important;
}
.btn-primary::after{
    content: "\F138";
    font-family: 'bootstrap-icons';
    color: var(--bg-color);
    transform: rotate(-45deg);
    transition: .2s linear;
}
.btn-primary:hover::after{
    transform: rotate(0);
}
.animate-text span {
    display: inline-block !important;
    opacity: 0;
    transform: scale(0.8) rotate(-30deg);
    animation: popIn 0.5s ease forwards;
}

@keyframes popIn {
    0% {
        opacity: 0;
        transform: scale(0.8) rotate(-30deg);
    }
    100% {
        opacity: 1;
        transform: scale(1) rotate(0);
    }
}

.intro {
    padding: 10px 40px;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

.intro::after {
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -2;
    background: linear-gradient(90deg, #BFF747 -31%, rgba(191, 247, 71, 0) 85%);
    transition:  0.5s linear;
}

.intro.active::after {
    width: 100%;
}



header {position:absolute; z-index: 2; top:0; right:0; left:0; padding:0;width: 100%;border-bottom: 1px solid #FFFFFF42}
  
  ul.top_right {padding:0; margin:0; list-style: none; text-align: right;}
  ul.top_right li {display: inline-block; margin-right:25px;}
  ul.top_right li:last-child {margin-right: 0;}
  ul.top_right li a {font-size: 18px;font-weight: 500;font-family: "Inter";color: #000000;}
  
  .top_featured_wrap {position: relative;}
  #menu{position:relative;}
  #menu ul{list-style:none;margin:30px 0;padding:0 0 0 48px;display: flex;gap: 44px; }
  #menu ul li{display:inline-block;position:relative;}
  #menu ul li a{color:#fff; display:block;text-decoration:none;position:relative; -webkit-transition:all .3s linear;font-size: 16px;font-weight: 400; transition:all .3s linear;}
  #menu li > a:after { content: '\f107'; font-family:'FontAwesome'; margin-left:5px; }
  #menu li > a:only-child:after { margin-left: 0; content: ''; }
  #menu ul li a,#menu ul li.active a,#menu ul li.current_page_item>a,#menu ul li.current-menu-ancestor>a,#menu ul li.current-menu-item>a,#menu ul li.current-menu-parent>a{position: relative;}
  #menu ul li a:hover::after,#menu ul li.active a::after,#menu ul li.current_page_item>a::after,#menu ul li.current-menu-ancestor>a::after,#menu ul li.current-menu-item>a::after,#menu ul li.current-menu-parent>a::after{content: "";background: var(--bg-color);position: absolute;bottom: -4px;left: 0; width: 100%;height: 2px;}
  #menu ul li a::after{content: "";background: var(--bg-color);position: absolute;bottom: -4px;left: 0; width:0;height: 2px;transition: .2s linear;}
  #menu li.active ul li a{color:#fff;background:#000}
  #menu li.active ul li a:hover{color:#fff;background:#333}
  #menu li>ul{position:absolute;left:0;top:0;z-index:999;white-space:nowrap;padding-left: 0;display: block;}
  #menu ul li.active ul li a { background:#fff; color:#C71846;}
  #menu li>ul li{background:var(--text-dark);border-bottom:1px solid rgba(0,0,0,0.09);display:block;position:relative; margin:0; text-align:left;}
  #menu li>ul li:hover{background:var(--bg-color);border-bottom:1px solid rgba(0,0,0,0.09)}
  #menu li>ul li a{color:#fff;font-size:13px; padding:10px 15px;  border-right:0;}
  #menu li>ul li a:hover{color:#fff;text-decoration:none}
  #menu li ul li.current_page_item>a,#menu li ul li.current-menu-ancestor>a,#menu li ul li.current-menu-item>a,#menu li ul li.current-menu-parent>a{background: #333;color:#fff}
  #menu>li{border-left:1px solid #999}
  #menu>li:first-child,#menu>li.has-submenu+li{border-left:0}
  #menu li>ul>li>ul{position:absolute;left:100%;top:0;transition:all linear .2s 0s;-webkit-transition:all linear .2s 0s;visibility:hidden;opacity:0}
  #menu li>ul>li:hover>ul{visibility:visible;opacity:1;display:block}
  #menu li>ul{transition:all linear .2s 0s;-webkit-transition:all linear .2s 0s;visibility:hidden;opacity:0}
  #menu li:hover>ul{visibility:visible;opacity:1}
  #menu li>ul li a{padding:0 23px;transition:all linear .2s 0s;-webkit-transition:all linear .2s 0s}
  #menu li:hover>ul li a{padding:10px 23px}
  #menu li>ul li:hover a {color:#000;}
  #menu li>ul li:hover ul li a {color:#000;}
  #menu li>ul li ul li a:hover {color:#ff9e00;}
  @keyframes menu_sticky {
    0%   {margin-top:-240px;}
    50%  {margin-top: -90px;}
    100% {margin-top: 0;}
  }
  header.sticky {  margin:0;  position: fixed; top:0; left:0; width:100%; z-index:99999; animation-name:menu_sticky; animation-duration: 0.60s; animation-timing-function:ease-out;  box-shadow:0 0 5px 0px rgba(255, 255, 255, 0.49); -webkit-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.49);background-color: #00000034;
    backdrop-filter: blur(5px) }
  
  header.sticky .top-bar,header.sticky .sub-manu{display: none;}

header .top-bar{
    background: linear-gradient(183.22deg, #171717 2.67%, #373737 97.33%);
    padding: 8px 0;
}
header .top-bar .contact a,
header .top-bar .social a{
    color: var(--text-white);
}
header .top-bar .contact,
header .top-bar .social{
   display: flex;
   gap: 21px;
   align-items: center;
}
header .top-bar .contact img,
header .top-bar .social img{
   margin-right: 8px;
}
header .top-bar .social img{
    filter: brightness(0) saturate(100%) invert(95%) sepia(94%) saturate(25%) hue-rotate(43deg) brightness(105%) contrast(109%);
}
header .top-bar .contact{
    display: flex;
    justify-content: end;
}
header.sticky::after {
    width: 100%;
}

header::after {
    content: "";
    width: 0px;
    height: 1px;
    position: absolute;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    background: var(--bg-color);
    transition: 1s linear ;
    animation-delay: 3s;
}

.banner{
    height: 960px;
    display: flex;
    align-items: center;
    padding-top: 130px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    animation: bg-move 40s linear infinite;
}
@keyframes bg-move {
    0%{
        background-size: 200%;
    }
    /* 50%{
        background-size: 100%;
    } */
    100%{
        background-size: 100%;
    }
    
}

.banner h1{
    font-size: 80px;
    font-weight: 300;
    line-height: 100px;
}
.banner h1 span{
    color: var(--bg-color);
    font-weight: 600;
    display: block;
}
.banner .inner-btn{
    margin-top: 40px;
}


.marquee {
    width: 100%; 
    overflow: hidden; 
    white-space: nowrap;
    background: var(--bg-color);
    border: 1px solid #ddd;
    padding: 10px;
    font-family: Arial, sans-serif;
    position: relative;
    cursor: grab;
  }

  .marquee-content {
    display: inline-block;
    white-space: nowrap;
    position: relative;
  }

  .marquee-content span {
    display: inline-flex;
    margin-right: 40px; 
    font-size: 28px;
    font-weight: 700;
    color: var(--text-dark);
  }
  .marquee-content span::before{
    content: "\F138";
    font-family: 'bootstrap-icons';
    color: var(--text-white);
    margin-right: 10px;
  }






.about-sec{
    padding: 100px 0;
    position: relative;
}

.about-sec ul.about-list li{
    display: flex;
    align-items: center;
    gap: 35px;
    margin-bottom: 30px;
    padding-right: 20px;
} 
.about-sec ul.about-list li .icon{
    border: 1px solid #BFF747;
    transform: rotate(45deg);
    border-radius: 5px;
    padding: 10px;
    position: relative;
}
.about-sec ul.about-list li .icon::after{
    content: "";
    border-right: 1px dashed var(--bg-color);
    position: absolute;
    bottom: -42%;
    right: -13px;
    width: 1px;
    height: 43%;
    margin-inline: auto;
    transform: rotate(-45deg);
}
.about-sec ul.about-list li .icon img{
    transform: rotate(-45deg);
    width: 44px;
    min-width: 44px;
}

.about-sec ul.about-list li .text p:nth-last-child(1){
    margin-bottom: 0;
}
.about-sec ul.about-list li:nth-last-child(1){
    margin-bottom: 0;
}
.about-sec ul.about-list li:nth-last-child(1) .icon::after{
    display: none;
}
.about-sec .inner-btn{
    margin-top: 30px;
}




.services-sec{
    position: relative;
}
.services-sec .head{
    margin-bottom: 30px;
}
.top-text{
    border-left: 1px solid var(--bg-color);
    padding-left: 25px;
}
.top-text p{
    font-size: 14px;
}
.services-sec .row{
    row-gap: 30px;
}
.services-sec .center.effect{
    top: 0;
    left: 0;
    right: auto;
    bottom: 0;
    margin: auto;
}

span.effect{
    backdrop-filter: blur(180px);
    position: absolute;
    top: 0;
    left: 0;
    width: 900px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    margin: 100px;
    width: 1px;
    height: 1px;
    background-color: #60870d3d;
    border-radius: 50%;
    box-shadow: 0 0 200px 112px #b4fa1d31;
    transform: scale(1);
    animation: bg-shine 8s linear infinite;

}
@keyframes bg-shine {
    0%{
        transform: scale(1);
    }
    50%{
        transform: scale(1.3);
    }
    100%{
        transform: scale(1);
    }
}
span.effect.bottom{
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
}


.service-card{
    position: relative;
    border-radius: 20px;
    padding: 30px;
    border: 1px solid #FFFFFF;
    backdrop-filter: blur(21px);
    background: #FFFFFF1A;
    height: 100%;
    overflow: hidden;
    background: #ffffff0a;
}
.service-card::before{
    content: "";
    background: #FFFFFF30;
    position: absolute;
    top: -108px;
    left: -108px;
    width: 237px;
    aspect-ratio: 1/1;
    border-radius: 50%;
}
.service-card .img-box{
    border-radius: 50%;
    border: 1px solid var(--bg-color);
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    backdrop-filter: blur(20px)

}
.service-card .circle {
    position: absolute;
    width:1px;
    aspect-ratio: 1/1;
    background: rgb(191,247,71);
    background: radial-gradient(circle, rgba(191,247,71,1) 0%, rgba(191,247,71,0.7063200280112045) 100%);
    box-shadow: 0px 10px 100px 40px rgb(51, 255, 0);
    border-radius: 50%;
    pointer-events: none;
    transform: translate(-50%, -50%);
    transition: top 100ms ease, left 100ms ease;
    opacity: 0;
  }
  .service-card:hover .circle{
    opacity: 1;
  }
.service-card .text{
    padding: 20px 0 0 0;
}
.services-sec .inner-btn{
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.business-sec{
    position: relative;
}

.business-sec .value-main{
    display: flex;
    gap: 20px;
    margin-top: 30px;
}
.business-sec .business-box{
    background: linear-gradient(180deg, #BFF747 0%, rgba(191, 247, 71, 0) 64.61%) ;
    border-radius: 30px; 
    padding: 14px 26px;
}
.business-sec .business-box .row{
    background: #171717;
    border-radius: 30px 30px 0 0;
    padding: 26px 10px;
}
.business-sec .value-main .value-box h6{
    font-size: 17px;
    color: var(--bg-color);
}
.business-sec .value-main .value-box h6 b{
    color: var(--text-white);
    font-size: 34px;
}
.business-sec .value-main .value-box p{
    font-size: 14px;
    line-height: 24px;
}
.business-sec .business-box .service-card{
    height:fit-content ;
    padding: 5px 20px;
}
.business-sec .business-box .service-card::before{
    display: none;
}
.business-sec .business-box .service-card h5{
    font-size: 22px;
}
.business-sec .business-box .service-card p{
    font-size: 15px;
}
.scervice-mian{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.business-sec .business-box img.business-img{
    margin-top: 30px;
}
.left-bottom-small.effect{
    bottom: 0;
    left: 0;
    right: auto;
    top: auto;
    margin: 88px;
    box-shadow: 0 0 100px 83px #b4fa1d31;
}


.pricing-sec .heading{
    text-align: center;
    margin-bottom: 60px;
}
.pricing-box{
    box-shadow: 0px 4px 20px 0px #BFF74736;
    border: 1px solid #FFFFFF;
    background: #FFFFFF1A;
    border-radius: 30px;
    padding: 30px;
    position: relative;
}
.pricing-box h3{
    font-size: 32px;
}
.pricing-box .top .flag{
    background: linear-gradient(90deg, rgba(191, 247, 71, 0) 8%, #BFF747 88%);
    position: absolute;
    right: 0;
    top: 37px;
    padding: 5px 15px 5px 29px;
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
}
.pricing-box .price span{
    color: var(--bg-color);
    font-size: 58px;
    font-weight: 700;
    text-shadow: 3px 2px 7px #BFF74738;
    display: block;
}
.pricing-box .price{
    font-weight: 700;
    font-size: 16px;
}
.pricing-box .info ul{
    margin: 20px 0;
}
.pricing-box .info ul li{
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 15px;
}
.pricing-box .info ul li::before{
    content: "\F26B";
    font-family: 'bootstrap-icons';
    color: var(--bg-color);
}
.pricing-box .inner-btn{
    margin-top: 30px;
}
.pricing-box .inner-btn a{
    width: 100%;
}
.case-study{
    position: relative;
}
.case-study h2{
    text-align: center;
}
.case-study .owl-carousel .img-box{
    height: 460px;
    border: 1px solid var(--bg-color);
    border-radius: 20px;
    overflow: hidden;
    background: #FFFFFF1A;
    position: relative;
}
.case-study .owl-carousel .img-box .desktop{
    position: absolute;
    width: 400px;
    left: 30px;
    bottom: 0px;
    height: 90%;
}
.case-study .owl-carousel .img-box .mobile{
    position: absolute;
    right: 30px;
    bottom: 0;
    width: 280px;
    height: 60%;
}
.case-study .owl-carousel .img-box .desktop img,
.case-study .owl-carousel .img-box .mobile img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    transition: 5.9s linear;
}
.case-study .owl-carousel .img-box .mobile img{
    transition: 7.9s linear;
}
.case-study .owl-carousel .img-box .desktop img:hover,
.case-study .owl-carousel .img-box .mobile img:hover{
   object-position: bottom;

}
.owl-carousel .owl-next, .owl-carousel .owl-prev{font-size: 40px !important;position: absolute;top: 40%; background: transparent !important;}
.owl-carousel .owl-next:active, .owl-carousel .owl-prev:active{color: var(--bg-color) !important;}
.owl-carousel  .owl-next{right: -60px;}
.owl-carousel  .owl-prev{left: -60px;color: var(--text-white) !important;}
.owl-carousel .owl-dots{display: flex;justify-content: center;display: none;margin-top: 40px;gap: 20px;}
.owl-carousel .owl-dots button.owl-dot {  width: 100px;border-radius: 28px !important;display: inline-block;background: #D9D9D9;aspect-ratio: 9/1;}
.owl-carousel .owl-dots button.owl-dot.active{ background-color: var(--bg-color);}
#case-slider .owl-item > .row{
    max-width: 90%;
    margin-inline: auto;
}
.case-study #case-slider .owl-item > .row h3{
    font-size: 32px;
    font-weight: 500;
}
.case-study #case-slider .owl-item > .row p{
    font-size: 14px;
}
.case-study #case-slider .owl-item > .row .flag span{
    background: var(--text-white);
    color: var(--text-dark);
    padding: 5px 20px;
    border-radius: 30px;
    font-weight: 600;
}
.case-study #case-slider .owl-item > .row .flag{
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}
.case-study .heading{
    margin-bottom: 40px;
}
.case-study .inner-btn{
    display: flex;
    justify-content: center;
    margin-top: 70px;
}
.testimonias-box{
    /* box-shadow: 0px 4px 46px 0px #BFF74736; */
    border: 1px solid #FFFFFF;
    background: #FFFFFF1A;
    border-radius: 20px;
    padding:25px 30px;
    height: 100%;
}
.testimonias-box .rating i{
    color: var(--bg-color);
}
.testimonias-box .bottom{
    display: flex;
    align-items: center;
    gap: 20px;
}
.testimonias-box .content p{
    font-size: 17px;
    line-height: 30px;
}
.testimonias-box .content{
    max-height: 130px;
    min-height: 130px;
    overflow-y: auto;
    scrollbar-width: none;
    margin-bottom: 20px;
}

.testimonias-box .bottom .quat-img{
    background: linear-gradient(180deg, #BFF747 0%, #84BF06 100%);
    border-radius: 50%;
    display: flex;
    width: 60px;
    height: 60px;
    align-items: center;
    padding: 12px;
}
.testimonias-box .bottom .name p{
    margin-bottom: 0;
    font-size: 15px;
}
.testimonias-box .bottom .name h4{
    color: var(--bg-color);
    font-size: 22px;
    line-height: 25px;
}
#testimonials-slider{
    margin-top: 60px;
}
#testimonials-slider .owl-dots{display: flex;}
footer{
    padding: 100px 0 0 0;
    position: relative;
}
footer .logo{
    margin-bottom: 30px;
}
footer .info ul li,
footer .info ul li a{
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--text-white);
    font-size: 18px;
}
footer .info ul li i,
footer .info ul li a i{
    color: var(--bg-color);
    font-size: 22px;
    min-width: 23px;
}
footer .info ul li{
    margin-bottom: 25px;
}
footer a{
    color: var(--text-white);
}
footer h5{
    line-height: 2.3;
    margin-bottom: 33px;
}
footer .footer-links ul li{
    margin-bottom: 18px;
}
footer .contact form{
    border-radius: 40px;
    background: var(--text-white);
    display: flex;
    overflow: hidden;
    padding: 5px;
    
}
footer .contact form .form-control{
    box-shadow: none !important;
    outline: none !important;
    border: none !important;
    border-radius: 0 !important;
    font-size: 14px;
}
footer .contact form input[type="submit"]{
    background: var(--text-dark);
    color: var(--text-white);
    border: none;
    border-radius: 50px;
    width: fit-content;
    padding-inline: 13px;
    font-size: 12px;
}
footer .social-links{
    margin-top: 30px;
    display: flex;
    gap: 25px;
}
footer .social-links i{
    color: var(--bg-color);
    font-size: 18px;
}
footer .copy-right{
   position: relative;
    margin-top: 60px;
    text-align: center;
    padding: 20px 0 10px;
}
footer .left-bottom.effect{
    top: auto;
    bottom: 0;
    left: 0;
}


.inner-banner{height: 658px;display: flex; align-items: center; padding: 130px 0 0; background-position: center !important;animation: bg-move 40s linear infinite;background-repeat: no-repeat !important;}
.inner-banner h1{font-size: 70px;font-weight: 300;}
.inner-banner  h1 span{font-weight: 700;color: var(--bg-color);}
.top_agency .img-box img{border-radius: 30px;box-shadow: 0px 4px 46px 0px #BFF74736;}
.improve-sec .main-box{padding: 42px;border-radius: 30px;border: 1px solid var(--text-white);}
.improve-sec .main-box ul{display: flex;gap: 20px;flex-wrap: wrap;}
.improve-sec .main-box ul li{width: fit-content;display: flex;align-items: center;font-size: 26px;font-weight: 700;}
.improve-sec .main-box ul li::before{content: ' \F138';font-family: 'Bootstrap-icons';font-size: 24px;color: var(--bg-color);margin-right: 10px;}
.content-box {
    border: 1px solid var(--text-white);
    border-radius: 20px;
    padding: 20px 10px 20px 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: #ffffff10;
    justify-content: center;
}

.content-box p:nth-last-child(1){margin-bottom: 0;}
.content-box h4{font-size: 26px;}
.services-sec .row{row-gap: 20px;}


/*Abdul Haseeb  Styling */



.build-card{background-color: #ffffff10;border-radius: 20px;border: 1px solid var(--text-white);padding: 27px 30px 20px 30px;height: 100%;}
.build-card .img-box{margin-bottom: 10px;}
.build-card .img-box img{width: 100%;border-radius: 10px;}
.build-card p{font-size: 15px;line-height: 32px;}
.webblog-sec .row{row-gap: 35px;}
.build-card-v2{padding: 63px 24px 18px;}
.build-card-v2 .content{text-align: center;max-width: 1148px;margin:0 auto 20px;}


/* seo-page */
.team-sec .row{row-gap: 20px;}
.pricing-box{box-shadow: 0px 4px 46px 0px #BFF74736; background: #FFFFFF1A;border-radius: 30px;padding: 30px;position: relative;}
.pricing-box-v2{text-align: center;}
.pricing-box-v2 p {font-size: 22px;line-height: 42px;max-width: 1208px;margin-inline: auto;}
.seo-service .row{row-gap: 52px;}
.seo-service .main-box .service-img {position: absolute;left: 0;right: 0;margin:20px auto 0;width: 94%;}
.seo-service .main-box .service-img img{border-radius: 20px;}
.seo-service .main-box{position: relative; margin-bottom: 240px; padding-bottom: 90px; background-color: #ffffff10;}
.services-sec .heading{text-align: center;}
.services-sec .heading h2{max-width:950px; margin: auto;}
.faq-sec-v2 #faq_1 .accordion-button, .faq-sec-v2 #faq_2 .accordion-button {background: none;color: var(--text-white);font-size: 22px;}
.faq-sec-v2 h3{font-weight: 700;}


.approach-sec h2{font-size: 42px;}
.approach-sec .row{row-gap: 30px;}
.service-info{background-color: #ffffff10;border-radius: 16px;border: 1px solid var(--text-white);padding: 20px;height: 100%;}
.service-info .img-box{margin-bottom: 10px;}
.service-info .img-box img{width: 100%;border-radius: 10px;}
.service-info  h4{margin-bottom:5px;} 
.service-info p{font-size: 15px;line-height: 32px;}
.team-box{position: relative;width: 100%;min-height: 470px;border-radius: 16px;overflow: hidden;display: flex;align-items: end;padding: 16px;box-shadow: 0px 1px 10px 0px #BFF74736;}
.team-box::after{content: '';position: absolute; top: 0;left: 0;height: 100%;width: 100%;background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);z-index: 12;}
.team-box .content{position: relative;color: var(--text-white);z-index: 15;}
.team-box .content p:nth-last-child(1){margin-bottom: 0;}
.team-box img{width: 100%;height: 100%;position: absolute;left: 0;top: 0;}
.team-main{margin-top: 30px;}

#faq_1{margin-top: 30px;}
#faq_1 .accordion-item{background: transparent;border: 1px solid var(--text-white);border-radius: 20px;background-color: #ffffff10; box-shadow: 0 4px 16px 0 #ffffff09;}
#faq_1 .accordion-button.collapsed{background: none;box-shadow: none;border: none;}
#faq_1 .accordion-button{background: none;color: var(--text-white);font-size: 28px;font-weight: 700;box-shadow: none;border: none;}
#faq_1 .accordion-item + .accordion-item{margin-top: 20px;}
.accordion-button::after{filter: brightness(0) saturate(100%) invert(99%) sepia(74%) saturate(1341%) hue-rotate(19deg) brightness(94%) contrast(106%);background-size: 28px;width: 28px;}
#faq_1 .accordion-button::before{content: '';width: 29px;height: 29px;background-image:url(images/icons/question.svg);background-size: contain;margin-right: 15px; background-repeat: no-repeat;}
#faq_1 .accordion-item .accordion-body{color: var(--text-white);padding-left: 60px;}


.contact_info .box{display: flex;flex-direction: column;align-items: center;border: 1px solid var(--text-white);border-radius: 20px;padding: 19px;gap: 10px;background: #FFFFFF17;
}
.contact_info .box img{width: 90px;aspect-ratio: 1/1;}
.contact_info .box h6{margin-bottom: 0;font-weight: 700;color: var(--text-white);font-size: 28px;}
.contact_info .box p{color: var(--text-white);line-height: 19px;}
.contact_info {margin-top: 20px;}
.get-touch{position: relative;padding: 69px 0;}
.get-touch form{border:1px solid #ffffff28;padding: 30px;border-radius:20px;background: #FFFFFF07;}
.get-touch form .form-control{background: #FFFFFF02;border: 1px solid #ffffff28; box-shadow: 0px 4px 26px 0px #FFFFFF06;height: 66px;color: var(--text-white);}
.get-touch form textarea{min-height: 129px;}
.get-touch form label{margin-bottom: 8px;}
.get-touch .btn-primary{width:
100%; background-color: transparent;border-color: #ffffff28;}
footer::before, footer .copy-right::before {
    content: '';
    width: 70%;
    left: 0;
    right: 0;
    height: 1px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(191, 247, 71, 1) 0%, rgb(255 255 255 / 0%) 100%);
    top: 0;
    position: absolute;
    margin: auto;
}
.faq-sec-v2 #faq_1 .accordion-button{background: none;color: var(--text-white);font-size: 22px;}
.faq-sec-v2 h3{font-weight: 700;}
.contact-banner h1{font-size:66px ;}

.wpcf7-spinner{
	display:none;
}
form p{
	margin-bottom:0 !important;
}