@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
:root {
    --bgcolor: #f86044;
    --main-color : #fdc04d ;
}
body {
    font-family: 'montserrat';
    overflow-x: hidden;
}
p
{
    font-size: 18px;
    line-height: 30px;
    color: #444;
    margin: 0;
    font-weight: 400;
    font-family: 'montserrat';
}
*{
    margin: 0;
    padding: 0;
    letter-spacing: 0.25px;
}
a,h2,h3,h4,h5,h6{
    color: #000;
    margin: 0;
}
a{
    text-decoration: none;
}
h1{
  font-size: 60px;
}
h2{
    font-size: 60px;
}
h3{
    font-size: 26px;
}
h4{
    font-size: 24px;
}
h5{
    font-size: 20px;
}
h6{
    font-size: 18px;
}
img {
    max-width: 100%;
}
.gap {
    padding: 120px 0;
}
.no-top{
    padding-top: 0;
}
.no-bottom{
    padding-bottom: 0;
}
ul{
    padding: 0;
    margin: 0;
}
li{
    display: block;
}
figure {
    overflow: hidden;
}
/* 1. header */
.top-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 10;
}
.top-bar ul {
    display: flex;
    align-items: center;
}
.top-bar a i svg {
    width: 30px;
    fill: #000;
    height: auto;
}
.top-bar a i {
    width: 50px;
    height: 50px;
    background-color: var(--main-color);
    margin-right: 10px;
    display: flex;
    align-items: center;
    color: #000;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.top-bar a {
    font-size: 18px;
    color: #fff;
    display: flex;
    align-items: center;
}
.top-bar > a:hover {
    color: #f6bb4b;
}
.top-bar a:hover i svg {
    fill: #000;
} 
.top-bar a
.questions .btn span i {
    padding-right: 10px;
}
@media only screen and (max-width: 1920px) and (min-width: 1200px){
    #stickyHeader.slideUp {
        top: 0;
        z-index: 111;
        position: fixed;
        border-radius: 0;
        left: 0;
        box-shadow: 0 2px 10px 0 rgb(0 0 0 / 10%);
        padding-bottom: 15px;
        padding-top: 15px;
        background-color: #22244e;
    }
    body.dark #stickyHeader.slideUp {
        background: #111;
    }
    body.light #stickyHeader.slideUp {
        background: #f6fafb;
    }
}
.logo{
    margin-left: 20px;
}
header {
    padding-top: 15px;
    position: absolute;
    z-index: 1;
    width: 100%;
}
.top-bar ul li {
    padding: 0 25px;
}
.top-bar ul li a{
    color: white;
}
.top-bar ul li a:hover {
    color: var(--main-color);
}
/* 2. btn */
.btn {
    border: none;
    text-align: center;
    cursor: pointer;
    text-transform: capitalize;
    outline: none;
    overflow: hidden;
    position: relative;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    background-color: #f86044;
    padding: 26px 42px;
    border-radius: 60px;
    line-height: 0;
    border: 3px solid var(--bgcolor);
    border-bottom-right-radius: 0;
}
.btn:hover {
    background-color: transparent;
    color: var(--bgcolor);
    border-radius: 50px;
    border : 3px solid var(--bgcolor);
} 
 
.top-bar .btn {
    padding: 12px 26px;
}
header .btn:after {
    width: 136%;
}
.btn:hover:after {
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
  transform: translateX(-9%) translateY(-25%) rotate(45deg);
}
/* 3. hero-section */
.hero-section {
  position: relative;
  padding-top: 175px;
  overflow: hidden;
  background-color: #22244e;

} 
.hero-section::before {
  position: absolute;
  content: "";
  inset: 0;
  background: linear-gradient(90deg, #000929 0%, rgba(34, 46, 92, 0.5) 100%);
  z-index: auto;
  pointer-events: none;  /* So it won't block clicks */
}

.hero-text {
    position: relative;
    margin-top: 40px;
    z-index: 100;
}
.hero-text img.heroimg {
    position: absolute;
    right: -25%;
    z-index: 1;
    bottom: -48%;
    width: 52%;
    height: auto;
}
.hero-text h2 {
    color: #fff;
    padding-bottom: 20px;
    line-height: 65px;
    font-weight: bold;
    font-size: 62px;
}
.hero-text h2 span {
    color: var(--main-color);
}
.hero-text ul li {
    color: white;
    padding-bottom: 18px;
    display: flex;
    align-items: center;
    font-size: 18px;
}
.hero-text ul li img {
    width: 30px;
    height: 30px;
    display: flex;
    border-radius: 50%;
    background-color: #ffffff30;
    margin-right: 17px;
    padding: 7px;
}
.listing {
    justify-content: space-between;
    width: 85%;
}
.hero-text > img {
    margin-left: auto;
    display: block;
    height: 263px;
    margin-top: 30px;
}
/* 4. get-a-quote */

form#contact-form h3 {
    font-size: 36px;
    font-weight: bold;
    line-height: 46px;
    padding-bottom: 6px;
}
.get-a-quote h6 {
    color: #858585;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 20px;
}
.get-a-quote {
    z-index: 11;
    margin-bottom: 40px;
    background-color: white;
    padding: 40px;
    border-radius: 20px;
    position: relative;
    box-shadow: -1px 0px 44px 15px rgb(0 0 0 / 7%);
    -webkit-box-shadow: -1px 0px 44px 15px rgb(0 0 0 / 7%);
    -moz-box-shadow: -1px 0px 44px 15px rgba(0,0,0,0.7);
    width: 94%;
    margin-left: auto;
}
.get-a-quote input[type="text"],.get-a-quote input[type="email"], .get-a-quote input[type="number"]{
    width: 100%;
    height: 60px;
    border: 0;
    outline: 0;
    margin-bottom: 20px;
    color: #444;
    font-size: 16px;
    border-bottom: 3px solid #d3d3d3;
}
textarea{
    width: 100%;
    height: 60px;
    border: 0;
    outline: 0;
    margin-bottom: 20px;
    color: #444;
    font-size: 16px;
    border-bottom: 3px solid #d3d3d3;
    padding-top: 15px;
}
.get-a-quote input:focus,
textarea:focus {
    border-color: var(--bgcolor);
}
.get-a-quote p {
    font-weight: bold;
    padding-bottom: 10px;
    padding-top: 10px;
}
.radio-button {
    margin-right: 15px;
    font-size: 16px;
    font-weight: 600;
    align-items: center;
    display: flex;
    margin-bottom: 35px;
}
.radio-button label {
    padding-left: 10px;
}
.radio-button input{
    width: 22px;
    height: 22px;
}
.group-img{
    position: relative;
}
.group-img svg ,
.group-img i{
    position: absolute;
    right: 0;
    width: 22px;
    height: auto;
    top: 21px;
}
.get-a-quote img {
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* 5. social-media-icon */
ul.social-media-icon {
    position: absolute;
    right: 10%;
    top: 22%;
}
ul.social-media-icon li {
  list-style: none; 
}
ul.social-media-icon li a {
    width: 50px;
    height: 50px;
    font-size: 16px;
    margin: 0 2px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    color: white;
    border-radius: 50%;
}
ul.social-media-icon li a .icon {
  position: relative;
  color: #fff;
  transition: .5s;
  z-index: 3;
}
ul.social-media-icon li a:hover .icon {
  color: #fff;
  transform: rotateY(360deg);
}
ul.social-media-icon li a:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--bgcolor);
  transition: .5s;
  z-index: 2;
}

ul.social-media-icon li a:hover:before {
  top: 0;
}
ul.social-media-icon li:nth-child(1) a{
  background: #3b5999;
}
ul.social-media-icon li:nth-child(2) a{
  background: #55acee;
}
ul.social-media-icon li:nth-child(3) a {
  background: #dd4b39;
}
/* 6. heading */
.heading {
    text-align: center;
    width: 76%;
    margin: auto;
    margin-bottom: 40px;
}
.heading h2 {
    font-size: 25px;
    font-weight: 600;
}
.heading span {
    font-weight: 500;
    color: var(--bgcolor);
    text-transform: uppercase;
    font-size: 18px;
}
/* 8. server */
.heading.two {
    text-align: initial;
    margin: 0;
    width: 60%;
    margin-bottom: 40px;
}
.server h5 {
    padding-top: 30px;
    padding-bottom: 14px;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.25px;
    color: #fff;
}
.server i {
    width: 110px;
    height: 110px;
    display: flex;
    justify-content: center;
    background-color: white;
    border-radius: 50%;
    align-items: center;
}
.server:hover i img{
    transform: rotateY(180deg);
}
.server {
    position: relative;
    border-radius: 5px;
    padding: 40px;
}
.server img {
    height: 75px;
}
.server.two:before{
    background-color: #e1ae51;
} 

.server.three:before{
    background-color: #e66249;
}

.server:before{
    width: 100%;
    border-radius: 10px;
    content: "";
    height: 100%;
    top: 0;
    left: 0;
    background-color: #344557;
    position: absolute;
    z-index: -1;

} 
.server:after,.server h5,.server p{
 transition: .5s;   
}
.server p {
    color: #fff;
}
.server:hover h5,.server:hover p{
    color: white;
}
/* 9. questions */
.questions {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 50px;
} 
.btn span{
    display: flex;
    align-items: center;
}
.btn i {
    font-size: 22px;
}
.questions h5 {
    font-weight:500;
}
/* 10. it-works */
.it-works {
    position: relative;
    overflow: hidden; 
    margin-top: 80px;
} 
/* 11. staps */
.staps {
    display: flex;
    margin-bottom: 40px;
}
.staps:hover i {
    background-color: #f3b84a;
    border-radius: 150px;
}
.staps-img {
    position: relative;
    width: 150px;
    height: 150px;
    margin-right: 30px;
    align-items: center;
    display: flex;
} 
.staps:hover img {
    filter: invert(1);
}
.staps-img img {
    height: 70px;
}
.staps-img i {
    position: relative;
    width: 143px;
    height: 143px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--bgcolor);
    border-radius: 50%;
    border-top-right-radius: 0;
}
.staps-img span {
    background-color: var(--main-color);
    position: absolute;
    top: 3px;
    left: -6px;
    width: 40px;
    height: 40px; 
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    line-height: 6;
    font-size: 14px;
    font-weight: bold; 
}
.staps h4 {
    font-size: 22px;
    line-height: 25px;
    font-weight: bold;
    padding-bottom: 10px;
}
.staps p {
    font-size: 16px;
    line-height: 22px;

}
.staps-text {
    padding-top: 10px;
    width: 64%;
}
 .staps-text {
    width: 64%;
}
.staps:hover .staps-img span{
    background-color: var(--bgcolor);
    color: white;
}
.staps-img span,.staps-img i:before{
    transition: .3s;    
}
.logodata.owl-carousel .owl-item img {
    width: auto;
    margin: auto;
    transform: scale(0.9);
}
.logodata.owl-carousel .owl-item img:hover {
    transform: scale(1);
}
.logodata {
    width: 99%;
    margin: auto;
    margin-top: 120px;   
} 
/* 12. team */
#team {
    background-color: #f6f6f6;
    padding-top: 80px;
    padding-bottom: 15px;
}
#team {
  position: relative;
}

.team-text {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.team-text .overlay {
  position: absolute;
  bottom: 0; left: 0;
  width: 100%; height: 30%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  padding: 10px;
  transform: translateY(30px);
  box-sizing: border-box;
  z-index: 20;
  align-items: center;
  text-align: justify;
  cursor: pointer;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.team-text .overlay-content {
  max-height: 100%;
  overflow-y: auto;
  font-weight: 400;
  line-height: 1.5;
  font-size: 1rem;
  color: white;

}
@keyframes slideUpFade {
  from {
    transform: translateY(30px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.team-text:hover .overlay {
  opacity: 1;
  visibility: visible;
    transform: translateY(0);
  animation: slideUpFade 1s ease forwards;
}

.team-text .follow {
  position: absolute;
  bottom: 20px;
  right: 20px;
  transition: all 0.3s ease;
  z-index: 30;
  margin-bottom: 10px;
}
.team-text:hover .follow {
  top: 20px;
  left: 0px;
  bottom: auto;
  right: auto;
}

.team-text {
    padding-left: 50px;
    padding-bottom: 50px;
    position: relative;
    z-index: 11;
}
.team-text:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 81%;
    background-color: #fff;
    z-index: -1;
    left: 0;
    bottom: 0;
    border-bottom-left-radius: 0;
} 
.team-img {
    position: relative;
    width: 90%;
}
.team-text:hover img {
    filter: grayscale(0);
}
.follow {
    position: relative;
    background-color: #fff;
    border: 1px solid #c3c3c3;
    padding: 2px 2px 2px 50px;
    display: inline-flex;
    align-items: center; 
    border-radius: 51px;
}
.follow ul.social-media-icon {
    position: relative;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    margin-left: -98px;
    opacity: 0;
    transition: .5s;
}
.team-text:hover .follow ul.social-media-icon {
    margin-left: 14px;
    opacity: 1;
}
.follow > a img{
    margin-right: 6px;
}
.follow > a {
    color: #000;
    font-size: 14px;
    font-weight: bold;
    align-items: center;
    text-transform: capitalize;
    margin-left: -34px;
}
.team-text span {
    padding-bottom: 6px;
    color: var(--bgcolor);
    text-transform: uppercase;
    font-weight: 600;
    padding-top: 30px;
    display: block;
}
.team-text h5 {
    font-size: 26px;
    font-weight: 400;
    padding-bottom: 16px;
    font-weight:bold ;
}
.callto a {
    color: #444;
    font-weight: bold;
    font-size: 16px;
}
.callto a:hover {
    color: var(--bgcolor);
}
.callto {
    padding-bottom: 30px;
    display: flex;
    align-items: center;
}
.callto a {
    padding-left: 6px;
}

#faq’s .heading.two {
    width: 100%;
}
/* 16. accordion */
.accordion-item.active .heading {
  color: #bccbb7;
}
.accordion-item.active .icon:before {
  background: #bccbb7;
}
.accordion-item.active .icon:after {
  width: 0;
}
.accordion-item.active .icon:before {
    background: #fff;
}
.accordion-item .heading {
    display: block;
    text-transform: capitalize;
    text-decoration: none;
    color: #000000;
    font-weight: 700;
    font-size: 20px;
    position: relative;
    transition: 0.3s ease-in-out;
} 
.accordion-item.active .icon {
    border-radius: 50px;
    background-color: var(--bgcolor);
}
.accordion-item .icon {
    display: block;
    position: absolute;
    top: 50%;
    width: 2rem;
    height: 2rem;
    transform: translateY(-50%);
    left: 20px;
    background-color: #c3c3c3;
    border-radius: 50%;
    border-bottom-right-radius: 0;
}
.accordion-item .icon:before, .accordion-item .icon:after {
    content: "";
    width: 13px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transition: 0.3s ease-in-out;
    transform: translate(-50%, -50%);
}
.progress {
    height: 8px;
}
.accordion-item.active {
    border: 1px solid var(--bgcolor);
    border-radius: 20px !important;
}
.accordion-item .icon:after {
  transform: translate(-50%, -50%) rotate(90deg);
  z-index: -1;
}
.accordion-item .content {
  display: none;
}
.accordion-item {
    border-radius: 50px !important;
    border-bottom-right-radius: 0 !important;
}
.title {
    text-align: start;
    padding: 15px 50px;
    font-size: 18px;
    font-weight: 500;
    padding-left: 65px;
}
.content {
    padding: 0px 50px;
    padding-bottom: 15px;
    padding-left: 65px;
}
.accordion-item {
    border: 1px solid #c3c3c3;
}
.accordion-item:first-of-type {
    border-radius: 0px;
}
.accordion-item.active a.heading {
    color: black;
} 
.accordion-item {
    margin-bottom: 15px;
}
.accordion-item:not(:first-of-type) {
    border-top: 0;
    border: 1px solid #c3c3c3;
}
.accordion-item.active:not(:first-of-type)
,.accordion-item.active {
    border: 1px solid var(--bgcolor);
}
a.heading{
    width: 100%;
    margin: 0;
}
/* 18. clients */

.clients {
    padding: 50px;
    border-radius: 15px;
    background-color: #e9eafa;
    position: relative;
    margin: 12px;
}
.clients-slider.owl-carousel.owl-theme.owl-loaded.owl-drag {
    margin-left: -1px;
}
.clients-slider.owl-theme .owl-dots .owl-dot.active span {
    background: transparent;
    border: 6px solid var(--bgcolor);
    padding: 3px;
    margin: 4px;
}
.clients-slider.owl-theme .owl-dots .owl-dot span {
    background: transparent;
    border: 6px solid #c3c3c3;
    padding: 3px;
    margin: 4px;
}
.clients-slider.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 60px;
    display: block !important;
}
/* 19. footer */
footer{
    position: relative;
    background-color: #f6fafb;
}
.footer-shaps {
    display: block;
    width: 100%;
    height: 75px;
    position: absolute; 
    bottom: 0;
    z-index: 0;
} 
.links h5 {
    font-size: 28px;
    font-weight: bold;
    text-transform: capitalize;
    color: #fff;
}
.links {
    width: 92%;
}
.links span {
    font-size: 16px;
    color: #d5d5d5;
}
.line {
    display: flex;
    background-color: var(--bgcolor);
    width: 110px;
    height: 3px;
    margin-bottom: 20px;
}
.links a {
    color: #d5d5d5;
    line-height: 25px;
}
.links a:hover{
    color: var(--bgcolor);
}
.footer-bottom {
    border-radius: 10px;
    text-align: center;
    margin-top: 100px !important;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    position: relative;
    padding-bottom: 100px;
}
.footer-end {
    position: relative;
    z-index: 1;
    border-top: 1px solid #d5d5d52b;
}
.footer-end p {
    font-size: 12px;
    text-align: center;
    padding-top: 20px;
    color: white;
    padding-bottom: 20px;
}
.footer-end p a{
    color: white;
}
.footer-bottom p {
    padding-top: 20px;
    padding-bottom: 30px;
    color: #d5d5d5;
}
.footer-bottom h3 {
    font-size: 50px;
    font-weight: bold;
    color: #fff;
}
#progress {
    z-index: 111;
  position: fixed;
  bottom: 20px;
  right: 25px;
  height: 50px;
  width: 50px;
  display: none;
  place-items: center;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
#progress-value {
  display: block;
  height: calc(110% - 10px);
  width: calc(110% - 10px);
  background-color: #ffffff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 35px;
  color: #001a2e;
}
span#progress-value i {
    font-size: 22px;
}
form#subscribe-form{
    position: relative;
}
form#subscribe-form input {
    width: 70%;
    background-color: #ffffff;
    height: 55px;
    padding-left: 30px;
    border-radius: 58px;
    border: 0;
    outline: none;
}
.hero-text p {
    color: white;
    padding-bottom: 50px;
    font-size: 19px;
    padding-top: 00px;
    line-height: 35px;
}
.hero-section.two .hero-text {
    margin-top: 20px;
    width: 64%;
    margin: auto;
    margin-bottom: 100px;
    text-align: center;
    margin-top: 50px;
}
.hero-section.two .review { 
    justify-content: center;
}
form#subscribe-form {
    position: relative;
    display: flex;
    align-items: center;
    /* justify-content: ; */
}
button.btn {
    height: 60px;
    /* margin-left: 10px; */
}
/* 20. review */
.review {
    display: flex;
    align-items: center; 
    margin-top: 50px;
    z-index: 11;
    position: relative;
}
ul.star li {
    /* border: 1px solid red; */
    /* padding: 0px; */
    padding: 0 3px 0;
    color: black;
}
.review h6 {
    color: white;
    font-size: 30px;
    padding: 0px 16px;
    font-weight: bold;
    text-transform: capitalize;
}
.review span {
    color: white;
    font-size: 16px;
    font-weight: 600;
}
ul.star {
    display: inline-flex;
    /* background: goldenrod; */
    background-color: var(--main-color);
    padding: 5px 10px;
    padding: 0 13px;
    border-radius: 38px;

}
.hero-section.for .hero-text p {
    color: white;
    padding-bottom: 30px;
    font-size: 18px;
    padding-top: 30px;
    line-height: 32px;
}
/* 21. youtube */
.hs-responsive-embed-youtube {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    padding-top: 25px;
}
.hs-responsive-embed-youtube iframe {
    position: absolute;
    width: 100%!important;
    height: 100%!important;
}
.hero-section.for .review {
    justify-content: flex-start;
    margin: 0;
    margin-bottom: 60px;
    margin-top: 20px;
}
.hero-section.for {
    padding-bottom: 150px;
}
img.shado {
    width: 100%;
    display: block;
    position: relative;
    margin-top: 16px;
}
/* 23. loading */

footer {
    background-repeat: no-repeat;
    background-position: top;
    background-color: #22244e;
}
.staps i,.logodata.owl-carousel .owl-item img,
.top-bar a,.btn,.count-style,.callto a,.video a,.team-text img,
.server i img,.pricing-plans-text,.links a,.pricing-plans-text .btn span,ul.social-media-section li i:after{
    transition: .3s;
}
.links p {
    font-size: 16px;
    color: #d5d5d5;
    line-height: 25px;
}
.pricing-plans-text .hero-text {
    margin: 0;
}

@media (max-width:767px){
    .content{
        padding: 0 20px 15px;
        text-align: justify;
        font-size: 14px;
    }
    .accordion-item .icon {
        display: block;
        position: absolute;
        top: 50%;
        width: 1.5rem;
        height: 1.5rem;
    }
}

/* SEO + AI Parallax Section */
.seo-ai-section {
  position: relative;
  background-image: url('../img/seo.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  overflow: hidden;
}

.seo-ai-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7); 
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.seo-ai-content {
  max-width: 800px;
  z-index: 2;
}

.seo-ai-content h2 {
  font-size: 2.5rem;
  margin-bottom: 15px;
  color: #fff;
  font-weight: 600;

}
.seo-ai-content h2:hover{
    color: var(--main-color);
}

.seo-ai-content .subtitle {
  font-size: 1.25rem;
  margin-bottom: 20px;
  color: #ddd;
  font-weight: bolder;
}

.seo-ai-content .description {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #ccc;
  font-weight: 400;
}

.seo-ai-content .cta-button {
  display: inline-block;
  padding: 12px 30px;
  background-color: #ff6b00;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  transition: background 0.3s;
}

.seo-ai-content .cta-button:hover {
  background-color: #e65a00;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .seo-ai-section {
    height: 80vh;
    background-attachment: scroll; /* mobile fallback */
  }

  .seo-ai-content h2 {
    font-size: 2rem;
  }

  .seo-ai-content .subtitle {
    font-size: 1.1rem;
  }

  .seo-ai-content .description {
    font-size: 0.95rem;
  }
}

@media (max-width: 480px) {
  .seo-ai-content h2 {
    font-size: 1.75rem;
  }

  .seo-ai-content .subtitle {
    font-size: 1rem;
  }

  .seo-ai-content .description {
    font-size: 0.9rem;
  }

  .seo-ai-content .cta-button {
    padding: 10px 20px;
    font-size: 0.95rem;
  }
}


.seo-btn:hover {
    background-color: white;
    color: var(--bgcolor);
    border-radius: 50px;
    border : 3px solid var(--bgcolor);
} 

.LINK p:hover{
    color: var(--bgcolor) !important;
}