:root {
  --ink: #071024;
  --muted: #596174;
  --blue: #4474fe;
  --gold: #f2b40d;
  --lime: #aee80f;
  --dark: #030b1b;
  --card: #ffffff;
  --soft: #f7f9ff;
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

body {
  margin: 0;
  font-family: Poppins, Arial, sans-serif;
  background: #fff;
  color: var(--ink);
  overflow-x: hidden
}

a {
  text-decoration: none;
  color: inherit
}

.page-shell {
  background: linear-gradient(180deg, #fff 0%, #fbfcff 100%)
}
.impact{
  display: block;
  background: linear-gradient(90deg,
      #e09a09 0%,
      #f0bc1b 35%,
      #c7dd24 70%,
      #9dd11f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hero {
  position: relative;
  min-height: 100vh;
  padding: 50px 5% 50px;
  overflow: hidden;
  background: url(bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  /* display: flex;
  align-items: center; */

}

.cus_container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px;
   width: 100%;
  /* max-width: 1120px;
  margin: 0 auto;  */

}
.container{
  max-width:1350px;
  margin:auto;
  padding:0 15px;
}
.brand-head {
  position: relative;
  z-index: 3
}

.brand-head img {
  width: 325px;
  max-width: 54vw;
  display: block;

}

/* .hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1.12fr;
  align-items: center;
  gap: 40px;
} */

.hero-copy h1 {
  font-size: clamp(64px, 8vw, 112px);
  line-height: .95;
  margin: 0 0 28px;
  font-weight: 600;
  letter-spacing: -4px;
  font-size: 95px;
}

/* .hero-copy h1 span {

  font-family: "Dancing Script", cursive;
  font-size: .60em;
  color: var(--blue);
  font-weight: 500;
  text-decoration: underline;
  text-decoration-color: var(--blue);
  text-underline-offset: 10px
} */

.to_font {
  font-family: "Dancing Script", cursive !important; 
  color: var(--blue);
  font-weight: 500;
  position: relative;
}
.dot{
  color: var(--blue) !important;
}
.to_font::after{
  content: '';
  position: absolute;
  left: -16px;
  bottom: 3px;
  height: 14px;
  width: 150px;
  background: url(to.png);
  background-size: contain;
  background-repeat: no-repeat
}

.hero-copy h1 br+* {
  color: var(--gold)
}

.hero-copy h1::first-line {
  color: var(--ink)
}

.hero-copy h1 {
color: #000;
}
.impact{
  background: linear-gradient(
    to right,
    #cf8c00 0%,
    #e8ad00 30%,
    #d8cb18 65%,
    #9ddc00 100%
);

-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.hero-copy p {
  max-width: 450px;
  font-size: 17px;
  line-height: 1.7;
  color: #333b4d;
  margin: 0
}

.eyebrow {
  display: block;
  width: 88px;
  height: 4px;
  background: linear-gradient(90deg, var(--blue), var(--gold));
  border-radius: 99px;
  margin-bottom: 35px;
  margin-top: 35px;
}





@keyframes float {
  50% {
    transform: translateY(-18px) rotate(5deg)
  }
}

.shape {
  position: absolute;
  border-radius: 50%;
  opacity: .9
}

.shape-one {
  width: 170px;
  height: 170px;
  background: var(--blue);
  left: -70px;
  bottom: 120px
}

.shape-two {
  width: 120px;
  height: 120px;
  background: var(--gold);
  right: 8%;
  top: 70px;
  filter: blur(70px)
}

.services {
  padding: 55px 7% 34px;
  text-align: center
}

.section-kicker {
  color: var(--blue);
  font-weight: 700;
  letter-spacing: 6px;
  text-transform: uppercase
}

.services h2 {
  font-size: clamp(32px, 4vw, 54px);
  margin: 8px 0 45px;
  letter-spacing: -1.5px
}

.services h2 span {
  background: linear-gradient(90deg, var(--blue), var(--gold), var(--lime));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px;
  max-width: 1120px;
  margin: auto
}

.service-card {
  position: relative;
  text-align: left;
  
  background: #f2f2fe;
  border: 1px solid #e8ebf8;
  border-radius: 28px;
  padding: 35px 38px;
  box-shadow:rgb(58 60 221 / 0%) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  overflow: hidden
}
.service-card-inner{
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 30px;
  align-items: center;
  margin-bottom: 30px;
}

.service-card:after {
  content: "";
  position: absolute;
  right: 44px;
 
  bottom: -12px;
  height: 100px;
  background: url(blue.png);

  width: 100px;
  z-index: 9;
  background-repeat: no-repeat;
  background-size: contain;
} 

 .service-card.gold:after {
  background: url(gold.png);
  background-repeat: no-repeat;
  background-size: contain;
} 

.service-card.gold {
  background: #fefaf0;
  box-shadow: rgb(227 223 211) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;;
}

.icon-box {
  /* width: 140px;
  height: 140px; */
display: flex;
align-items: center;
justify-content: center;

}
.icon-box img {
  height: 200px;
}


.service-card h3 {
  font-size: 30px;
  margin: 0 0 14px;
  line-height: 35px;
}

.service-card h3:after {
  content: "";
  display: block;
  width: 58px;
  height: 3px;
  background: var(--blue);
  border-radius: 9px;
  margin-top: 7px;
}

.gold h3:after {
  background: var(--gold)
}

.service-card p {
  color: #4f586b;
  line-height: 1.8;
  /* margin: 0 0 26px; */
}

.service-card a {
  font-weight: 500;
  color: #4446ef;
  font-size: 22px;
  display: flex;
    align-items: center;
}

.gold a {
  color: #e59b00;
}
.gold a span {
background: #e59b00 !important;
}

.service-card a span {
  color: #fff;
  display: inline-grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border: 2px solid currentColor;
  border-radius: 50%;
  margin-left: 12px;
  background-color: #4446ef;
}

.cta {
  max-width: 1120px;
  margin:auto;
  margin-top: 5px;
  margin-bottom: 31px;
  border-radius: 24px;
  background: linear-gradient(100deg, #041027, #071225 70%, #111a32);
  color: #fff;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  box-shadow: 0 22px 50px rgba(3, 11, 27, .22)
}
.lets {
  padding-right: 90px;
}
.rocket{
  display: flex;
  align-items: center;
  justify-content: center;
  

}
.rocket img {
  margin-top: 10px;
  height: 190px;
}

.cta h2 {
  font-size: 26px;
  margin: 0 0 4px;
  font-weight: 500;
}

.cta p {
  margin: 0;
  color: #d6dcef;
}

.cta a {
  background: linear-gradient(90deg, var(--blue), var(--lime), var(--gold));
  padding: 16px 26px;
  border-radius: 999px;
  font-weight: 500;
  display: inline-flex;
  position: relative;
}
.cta a::before{
  content: '';
  position: absolute;
  top: -38px;
  right: -47px;
  height: 50px;
  width: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(btn.png);
}

.footer {
  position: relative;
  margin-top: 20px;
  /* background: #030b1b; */
  background-image: url(f-bg1.png);
  color: #fff;
  padding: 20px 0% 20px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  padding-bottom: 0;
}

/* .footer:before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 10% 15%, rgba(93, 117, 228, .18), transparent 30%);
  background: url(t.png);
  height: 100%;
  width: 100%;
} */

.footer-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 70px;
  max-width: 1120px;
  margin: auto;
  margin-bottom: 20px;
  align-items: center;
}

.footer-logo {
  width: 230px
}
.s_icon svg {
  fill: #617adb;
}
.cricle_box {
  border: 1px solid #617adb;
  border-radius: 50%;
  height: 44px;
  width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.s_icon {
  margin-bottom: 14px;

  display: flex;
  align-items: center;
  gap: 14px;
}
.footer p , .footer a {
  color: #d5dce9;
margin: 0;
  font-size: 17px;
}
.footer_intro {
  margin-bottom: 26px !important;
}
.socials {
  display: flex;
  gap: 14px
}

.socials a {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 50%;
  display: grid;
  place-items: center
}
.socials a svg {
  height: 22px;
  width: 20px;
}

.contact-list {
  border-left: 1px solid rgba(255, 255, 255, .25);
  padding-left: 70px;
  font-size: 20px
}

.copyright {
  position: relative;
  z-index: 1;
  text-align: center;
padding: 6px;
 background: linear-gradient(83deg,rgba(53, 58, 187, 1) 11%, rgba(0, 8, 27, 1) 33%, rgba(0, 8, 27, 1) 64%, rgba(181, 226, 27, 1) 99%);
  /* margin: 35px auto 0;
  max-width: 1120px; */
  /* margin: auto; */
  margin-top: 20px;
}


.d_none img{
  display: none;
}
 /* --------------responive----------- */
 @media (min-width: 1400px) {
  .cus_container {
      max-width: 1350px;
  }
}
@media only screen and (min-width:1200px) and (max-width:1399px){
.brand-head img {
  width: 275px;
}
.eyebrow {

  margin-bottom: 25px;
  margin-top: 25px;
}
.hero-copy h1 {
  font-size: 87px;
}
}
/* ===============================
   Tablet (768px - 991px)
================================== */
@media only screen and (min-width:768px) and (max-width:991px){

  .hero{
    min-height:auto;
    padding:30px 5%;
  }

  .cus_container {
    margin: 0;
}.hero-copy p {
  max-width: 520px;
  font-size: 17px;
}

.brand-head img {
  margin: 0;
  width: 250px;
}

  .hero-copy h1{
    font-size:60px;
    letter-spacing:-2px;
  }

  .hero-copy p{
    max-width:100%;
    margin:auto;
  }

  .service-grid{
    grid-template-columns:1fr;
  }

  .service-card{
    grid-template-columns:140px 1fr;
    padding:35px;
  }

  .icon-box img{
    height:140px;
  }

  .cta{
    grid-template-columns:1fr;
    text-align:center;
    padding:30px;
    margin: 14px;
  }

  .rocket img{
    height:150px;
  }

  .lets{
    padding-right:0;
  }

  .footer-grid{

    gap:50px;
  }
.footer_intro br {
  display: none;
}
.lets {
  margin-bottom: 15px;
}
  .contact-list{
    border-left:none;
    padding-left:0;
  }

}


/* ===============================
   Small Desktop (992px - 1199px)
================================== */
@media only screen and (min-width:991px) and (max-width:1199px){
  .service-card-inner {
    grid-template-columns: 100px 1fr;
    gap: 34px;
}
.eyebrow {

  margin-bottom: 32px;
  margin-top: 32px;
}
.hero-copy p {
  max-width: 335px;}
.service-card h3 {
  font-size: 26px;
}

.brand-head img {
  width: 230px;
}
  .cus_container,
  .footer-grid,
  .cta{
    max-width:960px;
  }

  .hero{
    padding:40px 5%;
  }

  .hero-grid{
    gap:25px;
  }

  .hero-copy h1{
    font-size:70px;
  }

  .hero-copy p{
    font-size:18px;
  }

  .service-grid{
    gap:25px;
  }

  .service-card{
    grid-template-columns:150px 1fr;
    padding:35px 30px;
    gap:20px;
  }

  .icon-box img{
    height:155px;
  }

  .service-card h3{
    font-size:26px;
  }

  .cta{
    padding:25px;
  }

  .rocket img{
    height:160px;
  }

  .cta h2{
    font-size:28px;
  }

  .footer-grid{
    gap:40px;
  }

  .contact-list{
    padding-left:40px;
  }

}
@media (max-width:900px) {
  .to_font::after {
    bottom: 1px;
    height: 10px;
    width: 150px;
}
  .d_none {
    display: block;
    margin-top: 20px;
  }

  .hero {
    min-height: auto;
    padding: 10px 7% 10px;
  }

  .hero-grid,
  .service-grid {
    grid-template-columns: 1fr
  }


  .service-card {
    grid-template-columns: 1fr;
    text-align: center;
    justify-items: center;
    padding: 20px 20px;
}

  .service-card h3:after {
    margin-left: auto;
    margin-right: auto
  }

  .cta {
    grid-template-columns: 1fr;
    text-align: center
  }

  .contact-list {
    border-left: 0;
    padding-left: 0
  }

  .hero-copy h1 {
    letter-spacing: -2px
  }
  .service-card a span {
    width: 40px;
    height: 40px;
  }
  .service-card a {
    font-size: 19px;
}
}

.s_icon p{
  margin: 0;
  flex: 1;
  min-width: 0;
  word-break: break-word;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .d_none img {
    display: block;
    height: 100%;
    width: 100%;
  }
  .services {
    padding: 25px 7% 34px;

}
.service-card.gold:after , .service-card:after{
  display: none;
}
.service-card-inner {
  
  margin-bottom: 1px;
}
.services h2 {
  margin: 8px 0 30px;}
.cta {
  margin: 14px;
}
.cta h2 {
  font-size: 25px;
}
.rocket img {
  margin-top: 26px;
  height: 125px;
}
.icon-box img {
  height: 130px;
}

  .hero-copy p {
    text-align: center;
    margin: auto;
  }
  .hero-copy p br {
    display: none;
  }
.brand-head img {
  margin: auto;
}
.hero-copy h1 {
  text-align: center;
  margin-top: 19px;
}
.hero {
  min-height: auto;
  background: unset;
}
.lets {
  padding-right: 0;
  margin-bottom: 44px;
}
.footer-grid {
  gap: 40px;
  grid-template-columns: 1fr;
}
.service-card-inner , .cus_container {
  grid-template-columns: 1fr;
}
.iner_footer-grid {
  text-align: center;
}
.socials {

  justify-content: center;
}

.footer p, .footer a {
  font-size: 16px;
}
.footer p br {
  display: none;
}
.hero-copy h1 {

  margin: 0px 0 24px;
  font-size: 65px;
}
.eyebrow {
  margin: auto;
  margin-bottom: 20px;
  margin-top: 20px;
}
.to_font::after {
  height: 9px;
  width: 105px;
}
}
/* =====================================
   SERVICE CARD HOVER EFFECT
===================================== */

.service-card {
    transition: transform 0.35s ease,
                box-shadow 0.35s ease,
                border-color 0.35s ease;
}

.service-card:hover {
    transform: translateY(-10px);
    border-color: #4474fe;
    box-shadow: 0 20px 45px rgba(68, 116, 254, 0.18);
}

/* Gold Card */
.service-card.gold:hover {
    border-color: #f2b40d;
    box-shadow: 0 20px 45px rgba(242, 180, 13, 0.20);
}


/* Card Image Hover */
.service-card .icon-box img {
    transition: transform 0.4s ease;
}

.service-card:hover .icon-box img {
    transform: scale(1.07) translateY(-4px);
}


/* Explore More Arrow */
.service-card a span {
    transition: transform 0.3s ease,
                box-shadow 0.3s ease;
}

.service-card:hover a span {
    transform: translateX(6px);
    box-shadow: 0 6px 15px rgba(68, 116, 254, 0.25);
}

.service-card.gold:hover a span {
    box-shadow: 0 6px 15px rgba(242, 180, 13, 0.30);
}


/* =====================================
   SOCIAL MEDIA BUTTON HOVER
===================================== */

.socials a {
    transition: transform 0.3s ease,
                background-color 0.3s ease,
                border-color 0.3s ease,
                box-shadow 0.3s ease,
                color 0.3s ease;
}

.socials a svg {
    transition: transform 0.3s ease;
}


/* Facebook */
.socials a:nth-child(1):hover {
    background-color: #1877f2;
    border-color: #1877f2;
    color: #fff;
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(24, 119, 242, 0.35);
}


/* Instagram */
.socials a:nth-child(2):hover {
    background: linear-gradient(
        135deg,
        #833ab4,
        #fd1d1d,
        #fcb045
    );
    border-color: #e1306c;
    color: #fff;
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(225, 48, 108, 0.35);
}


/* LinkedIn */
.socials a:nth-child(3):hover {
    background-color: #0a66c2;
    border-color: #0a66c2;
    color: #fff;
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(10, 102, 194, 0.35);
}


/* Icon animation */
.socials a:hover svg {
    transform: scale(1.12);
}
/* =====================================
   LET'S WORK TOGETHER BUTTON HOVER
===================================== */

.cta a {
    overflow: visible;
    transition: 
        transform 0.35s ease,
        box-shadow 0.35s ease,
        filter 0.35s ease;
}

.cta a:hover {
    transform: translateY(-5px) scale(1.04);
    box-shadow:
        0 10px 25px rgba(68, 116, 254, 0.30),
        0 5px 30px rgba(174, 232, 15, 0.20);
    filter: brightness(1.08);
}

/* Arrow animation */
.cta a span {
    transition: transform 0.3s ease;
}

.cta a:hover span {
    transform: translateX(6px);
}

/* Decorative yellow lines animation */
.cta a::before {
    transition: transform 0.35s ease;
}

.cta a:hover::before {
    transform: scale(1.15) rotate(5deg);
}