 @media (min-width: 1200px) {
  .container{
    max-width: 1170px;
  }
}
 .sec_padding{
        padding: 60px 0!important;
    }
    p{
        font-family: "Roboto", sans-serif;
        line-height: 1.6;
    }
    .cus_bg{
        background: #ebeef2;
    }
    .sec_heading h2 {
font-size: 40px;
  font-weight: 600;
  margin-bottom: 12px;
  font-family: "Outfit", sans-serif;
    }
     .sec_heading .sub {
color: #ff7422;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 auto 5px;
  font-size: 17px;
}

   
.certification_part{
    position: relative;
    margin: 20px;
    background-color: #ebeef2;
    padding: 40px 0;
    border-radius: 10px;
    overflow: hidden;
}
    .certification_inner {
        display: grid;
        grid-template-columns: repeat(8, 1fr);
        gap: 20px;
    }
    .certificate{
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px;
        border-radius: 5px;
        background: #fff;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }
    .certificate img{
        width: 100%;
        height: 80px;
        object-fit: contain;
    }

    /* about css */
    .about_section{
        position: relative;
    }

.about_content h1{
 font-size: 40px;
  font-weight: 600;
  margin-bottom: 12px;
  text-align: center;
  font-family: "Outfit", sans-serif;
}
.about_content .sub{
color: #1574bb;
  font-weight: 500;
  background: #ebeef2;
  width: fit-content;
  line-height: 1.4;
  padding: 5px 20px;
  border-radius: 5px;
  margin: 0 auto 25px;
}
.about_content p{
    color: #555;
    margin-bottom: 15px;
    text-align: center;
    font-size: 17px;
}
/* SECTION BACKGROUND */
.trust_bar {
background: #1574bb;
  padding: 50px 15px;
  position: relative;
  overflow: hidden;
  margin: 0 20px;
  border-radius: 10px;
}



/* MAIN CARD */
.review_bar {
    max-width: 1200px;
    margin: auto;
    padding: 30px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    background: #fff;
    font-family: "Outfit", sans-serif;
    position: relative;
    z-index: 2;
    box-shadow: #ffffff36 0 0 0 8px;
}

/* LEFT */
.review_left {
    display: flex;
    align-items: center;
    gap: 15px;
}
.google_icon{
width: 200px;
  height: 85px;
  border-radius: 100px;
  box-shadow: inset 4px 8px 8px #0000001a,4px 8px 8px #0000001a;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
}
.review_left img {
      width: 130px;
  height: 60px;
  object-fit: contain;
}
/* RATING TEXT */
.rating_text strong {
font-size: 27px;
  display: block;
  letter-spacing: 0.5px;
  line-height: 1.2;
}
.rating_text strong span{
color: #e1840d;
  font-size: 20px;
  opacity: 1;
  padding-left: 5px;
}
.rating_text {
  padding-left: 25px;
  text-align: center;
  padding-right: 30px;
  border-right: 1px solid #00000026;
}

@keyframes starGlow {
    from { opacity: 0.7; }
    to { opacity: 1; }
}

.rating_text .total_rating {
font-size: 14px;
  opacity: 0.85;
  background: #ebeef2;
  padding: 6px 20px 7px;
  margin-top: 9px;
  display: block;
  border-radius: 30px;
  line-height: 1.3;
}

/* MIDDLE TEXT */
.review_mid span {
font-size: 18px;
  font-weight: 500;
  position: relative;
}

/* pulse dot */
.review_mid span::before {
content: "";
  width: 20px;
  height: 20px;
  background: #39c934;
  border-radius: 50%;
  position: absolute;
  left: -32px;
  top: 2px;
  box-shadow: 0 0 0 rgba(57, 201, 52, 0.56);
  animation: pulse 1.5s infinite;
}
.review_right {
  display: flex;
  align-items: center;
}
@keyframes pulse {
    0% { box-shadow: 0 0 0 rgba(57, 201, 52, 0.56); }
    100% { box-shadow: 0 0 0 10px rgba(0,230,118,0); }
}



/* RESPONSIVE */
@media(max-width:768px){
    .review_bar {
        flex-direction: column;
        text-align: center;
        padding: 20px;
    }

    .review_left {
        justify-content: center;
    }

    .review_mid span::before {
        display: none;
    }
}


/* why section  */
.why_section{
    position: relative;
}
.why_wrapper{
display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 40px;
  align-items: center;
}

/* LEFT IMAGE */
.why_image{
    position: relative;
}

.why_image img{
    width: 100%;
    border-radius: 12px;
}

/* RIGHT CONTENT */
.why_content h2{
font-size: 27px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1.3;
  font-family: "Outfit", sans-serif;
}
.why_content {
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background: #fff;
  padding: 30px;
  border-radius: 10px;
}
.why_content p{
color: #555;
  margin-bottom: 0px;
  line-height: 1.5;
  font-size: 17px;
}
.about_section.sec_padding{
    padding: 40px 0!important;
}
.why_points{
display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
  margin: 15px 0;
}

.why_point{
position: relative;
  padding: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
  color: #333;
  transition: all 0.3s ease;
  overflow: hidden;
  display: flex;
  gap: 7px;
  align-items: center;
  font-family: "Roboto", sans-serif;
}

/* Gradient Border Effect */
/* .why_point::before{
content: "";
  position: absolute;
  padding: 2px;
  border-radius: 0;
} */



/* Icon Circle (optional if you add icon) */
.why_point i{
font-size: 10px;
  color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1574bb;
  transition: .5s ease-in-out;
}

/* Responsive */
@media(max-width: 991px){
    .why_points{
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width: 576px){
    .why_points{
        grid-template-columns: 1fr;
    }
}



/* Mobile */
@media(max-width:768px){
    .why_wrapper{
        grid-template-columns: 1fr;
    }

    .why_points{
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Portfolio Section */
.portfolio_section{
    position: relative;
    background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.portfolio_heading{
    text-align: center;
    margin-bottom: 35px;
}

.portfolio_heading h2{
font-size: 40px;
  font-weight: 600;
  font-family: "Outfit", sans-serif;
  margin-bottom: 10px;
}

.portfolio_heading p{
color: #ff6600;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 auto 25px;
  font-size: 17px;
}

/* Grid */
.portfolio_grid{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

/* Card */
.portfolio_card{
border-radius: 10px;
  overflow: hidden;
  transition: 0.3s ease;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.portfolio_card:hover{
    transform: translateY(-8px);
}

.portfolio_img{
    position: relative;
    height: 220px;
    overflow: hidden;
}
.portfolio_img img{
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    will-change: transform;
}

.portfolio_content{
padding: 25px 15px;
  text-align: center;
  background: #fff;
  margin-top: 2px;
}
.portfolio_content h4{
font-size: 18px;
  font-weight: 600;
  font-family: "Outfit", sans-serif;
  margin-bottom: 15px;
}
.portfolio_btn{
position: relative;
  display: inline-block;
  padding: 10px 55px 10px 25px;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(120deg, #1574bb, #146691);
  overflow: hidden;
  transition: all 0.3s ease;
  z-index: 1;
  font-family: "Outfit", sans-serif;
  line-height: 1.2;
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.11);
}
.portfolio_btn span {
position: absolute;
  font-size: 18px;
  width: 30px;
  height: 80%;
  text-align: center;
  top: 10%;
  right: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  color: #000;
  border-radius: 3px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

/* Glow Effect */
.portfolio_btn::before{
    content: "";
    position: absolute;
    inset: -2px;
    background: linear-gradient(120deg, #1574bb, #146691);
    z-index: -1;
    filter: blur(10px);
    opacity: 0;
    transition: 0.4s;
}

.portfolio_btn:hover::before{
    opacity: 1;
    color: #fff;
   background: linear-gradient(120deg, #1574bb, #146691);
}

/* Shine Effect */
.portfolio_btn::after{
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: rgba(255,255,255,0.3);
    transform: skewX(-25deg);
    transition: 0.5s;
}

.portfolio_btn:hover::after{
    left: 130%;
}

/* Hover Lift */
.portfolio_btn:hover{
    color: #fff;
    text-decoration: none;
}

/* Active Click */
.portfolio_btn:active{
    transform: scale(0.96);
}
.cus_bg5.cus_bg_img {
  background-color: transparent !important;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  position: relative;
}
.cus_bg_img .container{
    position: relative;
    z-index: 2;
}
.cus_bg_img::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000816;
  opacity: .8;
  content: '';
  z-index: 1;
  border-radius: 10px;
}
.cus_bg_img .portfolio_heading h2{
    color: #fff;
}
/* Responsive */
@media(max-width: 991px){
    .portfolio_grid{
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width: 576px){
    .portfolio_grid{
        grid-template-columns: 1fr;
    }
}



/* Header */
.testimonial_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.testimonial_title {
    font-size: 32px;
    font-weight: 700;
    color: #0f2c5c;
}
.testimonial_nav {
  display: flex;
}
/* Nav Buttons */
.testimonial_nav button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    cursor: pointer;
    transition: .5s ease-in-out;
}
.testimonial_nav button:hover{
background: linear-gradient(120deg, #1574bb, #146691);
transition: .5s ease-in-out;
border: none;
color: #fff;
}
.testimonial_nav button:focus,
.testimonial_nav button:active,
.testimonial_nav button:hover {
  border: none;
  outline: none;
}

/* Card */
.testimonial_card {
    background: #fff;
    border-radius: 12px;
    padding: 25px;
    margin: 10px;
    height: 100%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

/* User */
.testimonial_user {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
}
.testimonial_user_img{
     width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #0000002b;
}
.testimonial_user img {
    width: 42px!important;
    height: 42px!important;
    border-radius: 50%;
    object-fit: contain;
}

.testimonial_user h4 {
font-size: 16px;
  margin: 0;
  font-weight: 600;
  font-family: "Outfit", sans-serif;
}

.testimonial_user span {
color: #555;
  margin-bottom: 0px;
  line-height: 1.5;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
}

/* Rating */
.testimonial_rating {
color: #ff9900;
  margin-bottom: 15px;
  font-size: 11px;
  padding: 4px 15px;
  border-radius: 33px;
  width: fit-content;
  box-shadow: inset 4px 8px 8px #0000001a,4px 8px 8px #0000001a;
  background: #fff;
}

/* Text */
.testimonial_text {
color: #555;
  margin-bottom: 12px;
  line-height: 1.4;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}

/* Footer */
.testimonial_footer {
border-top: 1px dashed #a2a2a2;
  padding-top: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.testimonial_footer img {
    height: 45px;
    object-fit: contain;
    width: 100%;
}

.testimonial_footer span {
    font-size: 13px;
    color: #777;
}

.clients_part {
    background: #fff;
}

/* Grid */
.clients_grid {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    border: 1px solid #21252929;
    border-top: none;
  border-left: none;
}

.client_item {
    width: calc(100% / 6);
    padding: 20px;
    border: 1px solid #21252929;
    border-right: none;
  border-bottom: none;
}

.client_inner {
    position: relative;
    height: 80px;
    overflow: hidden;
}

/* both logos */
.client_inner img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    max-height: 80px;
    transition: 0.4s ease;
}

/* default logo */
.logo_default {
    top: 0;
}

/* hidden hover logo (below) */
.logo_hover {
    top: 100%;
}

/* hover effect */
.client_item:hover .logo_default {
    top: -100%;
}

.client_item:hover .logo_hover {
    top: 0;
}



@media (max-width: 1200px) {
    .client_item { width: calc(100% / 5); }
}

@media (max-width: 768px) {
    .client_item { width: calc(100% / 3); }
}

@media (max-width: 480px) {
    .client_item { width: calc(100% / 2); }
}

.cus_center{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}
.cus_left {
display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
}



.astro_next {
    position: relative;
    position: relative;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

/* Section Background */
.astro_section {
    position: relative;
    padding: 60px 20px;
    background: radial-gradient(circle at top left, #4f46e5, #9333ea);
    overflow: hidden;
    font-size:14px;
}

/* Glow Effect */
.astro_section::before {
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(255,255,255,0.15), transparent);
    top: -100px;
    left: -100px;
}

/* Wrapper Grid */
.astro_blob_wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 18px;
    position: relative;
    z-index: 1;
    margin-top: 35px;
}

/* Pills */
.astro_pill {
padding: 7px 20px;
  font-size: 16px;
  font-weight: 400;
  border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border: 1px solid rgba(255,255,255,0.15);
  backdrop-filter: blur(14px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15), inset 0 1px 0 rgba(255,255,255,0.2);
  color: #212529;
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
  font-family: "Outfit", sans-serif;
}

/* Icon */
.astro_pill::before {
    content: "\f00c";
    font-family: "FontAwesome";
    font-size: 9px;
    color: #fff;

    width: 20px;
    height: 20px;
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #1574bb;
    transition: .5s ease-in-out;
}

/* Shine Effect */
.astro_pill::after {
    content: "";
    position: absolute;
    width: 120%;
    height: 120%;
    background: linear-gradient(120deg, transparent, rgba(255,255,255,0.25), transparent);
    top: 0;
    left: -120%;
    transition: 0.6s;
}

/* Hover */
.astro_pill:hover::after {
    left: 120%;
}

.astro_pill:hover {
    transform: translateY(-3px) scale(1.01);

    background: #1574bb;
    color: #fff;
}
.cus_bg_img .sec_heading h2{
    color: #fff;
}
.astro_pill:hover::before {
  color: #fff;
  background: #FF6600;
  transition: .5s ease-in-out;
}
.tech_part {
    overflow: hidden;
    position: relative;
}

/* Slider wrapper */
.tech_slider {
    margin-top: 20px;
    overflow: hidden;
    position: relative;
}

/* Track */
.tech_track {
    display: flex;
    width: max-content;
    will-change: transform;
}

/* Item */
.tech_item {
width: 125px;
  height: 95px;
  margin: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  transition: 0.3s;
  box-shadow: inset 4px 8px 8px #0000001a,4px 8px 8px #0000001a;
  background: #fff;
}

/* Logo */
.tech_item img {
  height: 55px;
  transition: 0.3s;
  width: 85px;
  object-fit: contain;
}

/* Hover */
.tech_item:hover img {
    opacity: 1;
    transform: scale(1.1);
}

/* Animation */
@keyframes techScroll {
0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.certificate {
  position: relative;
  display: inline-block;
}

.certificate::after {
content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  border-radius: 8px;
  background: #ffffffad;
}
.certificate img{
    position: relative;
    z-index: 99;
    transition: 1.5s ease-in-out;
}
.certificate:hover::after {
  animation: ringPulse 1s infinite;
}
.certificate:hover img{
  transform: scale(1.1);
  transition: 1.5s ease-in-out;
}
@keyframes ringPulse {
  0% { opacity: 0.2; transform: scale(1); }
  70% { opacity: 0.8; transform: scale(1.1); }
  100% { opacity: 0; transform: scale(1.2); }
}
/* .why_point:hover::before{
 background: linear-gradient(120deg, #1574bb, #146691);
  transition: .5s ease-in-out;
} */
/* .why_point:hover i{
background: linear-gradient(120deg, #1574bb, #146691);
  transition: .5s ease-in-out;
} */
.portfolio_btn:hover::before{
  transition: .5s ease-in-out;
  background: linear-gradient(120deg, #146691, #1574bb);
}
.portfolio_btn:hover{
background: linear-gradient(120deg, #1574bb, #146691);
  transition: .5s ease-in-out;
}

.tech_item img {
  display: inline-block;
  transition: transform 0.2s;
}

/* Hover à¦•à¦°à¦²à§‡ shake animation à¦šà¦¾à¦²à§ à¦¹à¦¬à§‡ */
.tech_item:hover img {
  animation: shake 0.5s;
  animation-iteration-count: infinite;
}

/* Shake keyframes */
@keyframes shake {
  0% { transform: translate(0px, 0px) rotate(0deg); }
  20% { transform: translate(-2px, 2px) rotate(-2deg); }
  40% { transform: translate(-2px, -2px) rotate(2deg); }
  60% { transform: translate(2px, 2px) rotate(0deg); }
  80% { transform: translate(2px, -2px) rotate(2deg); }
  100% { transform: translate(0px, 0px) rotate(0deg); }
}

/* Section */
.combo_section {
    position: relative;
}
.combo_section .sub {
color: #1574bb;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 auto 25px;
}
/* Card */
.combo_card_v3 {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    text-align: center;
    box-shadow: 0 20px 50px rgba(0,0,0,0.08);
    transition: 0.3s;
    margin-top: 10px;
    border: 1px solid #777
}
.cus_bg_img{
position: relative;
background-position: center;
background-size: cover;
background-attachment: fixed;
}


.combo_card_v3:hover {
    transform: translateY(-10px);
}

/* Top Shield */
.combo_top {
    position: relative;
  padding: 25px 20px 30px;
  color: #fff;
  background-color: #1574bb;
  padding: 35px 20px 30px;
}

/* Shield shape */
.combo_top::after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 100%;
    height: 60px;
    background: inherit;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}

/* Colors */
.basic {
    background: #7c3aed;
}

.advanced {
    background: #f43f5e;
}

.premium {
    background: #22c55e;
}

/* Title */
.combo_top h4 {
font-size: 12px;
  font-family: "Roboto", sans-serif;
  background: #fff;
  padding: 5px 20px;
  line-height: 1.3;
  border-radius: 27px;
  color: #2c3b59;
  width: fit-content;
  margin: 0 auto 15px;
  text-transform: uppercase;
  font-weight: 600;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

/* Price */
.combo_top h2 {
font-size: 20px;
  margin: 5px 0;
  font-family: "Outfit", sans-serif;
}

/* Sub */
.combo_top span {
    font-size: 12px;
}

/* Body */
.combo_body {
padding: 35px 25px 25px;
}

.combo_body h5 {
    font-size: 16px;
    margin-bottom: 15px;
}

/* List */
.combo_body ul {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.combo_body ul li {
font-size: 15px;
  margin-bottom: 7px;
  position: relative;
  padding-left: 20px;
  font-family: "Roboto", sans-serif;
  border-bottom: 1px solid #00000017;
  padding-bottom: 7px;
}
.combo_body ul li:last-child {
  border-bottom: none;
}
.combo_wrapper {
  margin-top: 0;
}
/* Check */
/* .combo_body ul li::before {
    content: "âœ”";
    position: absolute;
    left: 0;
    color: #22c55e;
} */

/* Button */
.combo_btn_v3 {
    display: inline-block;
    padding: 12px 22px;
    background: #111;
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s;
}

.combo_btn_v3:hover {
    transform: translateY(-2px);
}

/* Active card */
.combo_card_v3.active {
    transform: scale(1.08);
    z-index: 2;
}

.whois_faq_section .faq_wrapper{
margin: 35px 0 0;
}

.whois_faq_section .faq_item{
    background:#fff;
    border:1px solid #e5e7eb;
    border-radius:5px;
    margin-bottom:15px;
    overflow:hidden;
    transition:.3s;
    box-shadow:0 4px 12px rgba(0,0,0,.05);
}

.whois_faq_section .faq_item:hover{
    box-shadow:0 8px 24px rgba(0,0,0,.08);
}

.whois_faq_section .faq_question{
width: 100%;
  border: none;
  background: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  cursor: pointer;
  text-align: left;
}

.whois_faq_section .faq_question span{
font-size: 18px;
  color: #1f2937;
  font-family: 'Outfit',sans-serif;
  font-weight: 500;
}

.whois_faq_section .faq_icon{
    font-style:normal;
    font-size:25px;
    font-weight:300;
    color:#1876bc;
    transition:.3s;
    min-width:30px;
    text-align:center;
}

.whois_faq_section .faq_answer{
    max-height:0;
    overflow:hidden;
    transition:max-height .45s ease;
}

.whois_faq_section .faq_content{
padding: 12px 20px;
  color: #4c596c;
 line-height: 1.4;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
}

.whois_faq_section .faq_item.active{
    border-color:#1876bc;
}

.whois_faq_section .faq_item.active .faq_question{
    background:#ebeef2;
}

.whois_faq_section .faq_item.active .faq_icon{
    color:#FF6600;
}

@media(max-width:768px){


    .whois_faq_section .faq_question{
        padding: 10px 15px;
    }

    .whois_faq_section .faq_question span{
        font-size: 16px;
    line-height: 1.2;
    padding-right: 13px;
    }
    .whois_faq_section .faq_content {
  padding: 10px 15px;
  line-height: 1.4;
  font-size: 15px;
}

}







/* Section */
.astro_content_section {
    background: #f8fafc;
}

/* Row */
.astro_row {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-bottom: 80px;
}

/* Alternate layout */
.astro_row:nth-child(even) {
    flex-direction: row-reverse;
}

/* Image */
.astro_img {
    flex: 1;
}

.astro_img img {
    width: 100%;
    border-radius: 12px;
}

/* Text */
.astro_text {
    flex: 1;
}

.astro_text h2 {
    font-size: 28px;
    margin-bottom: 15px;
}

.astro_text p {
    color: #555;
    line-height: 1.6;
}

/* List */
.astro_text ul {
    padding: 0;
    margin-top: 15px;
    list-style: none;
}

.astro_text ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}

/* Check */
.astro_text ul li::before {
    content: "âœ”";
    position: absolute;
    left: 0;
    color: #6f42c1;
}
.both p{
    text-align: justify;
    font-size: 17px;
}
  .both .car{
	width: 500px;
	height: auto;
	  clear: both;
	  float: left;
	  margin: 0px 40px 15px 0;
	  transition: 3s;
	  position: relative;
	  overflow: hidden;
	  position: relative;
	  z-index: 10;
	}
	.cus_team .team-item{
		margin: 15px 0;
	}
	.both .car img{
	  width: 100%;
	  height: 100%;
	  object-fit: fill;
	  transform: rotate(0deg) scale(1.0);
	  transition: 2s;
      border-radius: 10px;
	}
	.both .car:hover img{
		transition: 2s;
		transform: rotate(0deg) scale(1.2);
	}
	.both .car:hover{
	  transition: 2s;
	}
	.both iframe{
	  width: 100%;
	  height: 100%;
	  object-fit: fill;
	  transform: rotate(0deg) scale(1.0);
	  transition: 2s;
	}
	.video_bar .both .car:after, .video_bar .both .car:before{
	  display: none;
	}
	/*.both iframe:hover{
	  margin: 0px 35px 30px 15px;
	  border-radius: 5px;
	  transition: .5s;
	}*/
	.activities-area .both .car {
	  width: 370px;
	  height: auto;
	}
	.activities-area .both .car:after{
	  display: none;
	}
	.activities-area .both .car:before{
	  display: none;
	}
	.activities-area .both .car:hover img{
		transition: 2s;
		transform: rotate(0deg) scale(1.0);
	}
	.both h2 {
		font-size: 25px !important;
		margin-bottom: 5px !important;
		font-weight: 600;
	  }
	.both h4{
	clear: none;
	font-size: 18px !important;
	margin-bottom: 10px !important;
	color: #3a3a3a;
	line-height: 22px;
	font-weight: 500;
	}
	.both h6{
	  clear: none;
	font-size: 16px !important;
	margin-bottom: 10px !important;
	color: #3a3a3a;
	font-weight: 500;
	}

	.both ul{
	  list-style: inside;
	  padding-left: 0px;
	  margin-bottom: 0px;
	}
	.both ul li {
	  list-style: inherit;
      text-align: justify;
  line-height: 1.5;
  font-family: "Roboto", sans-serif;
  color: #212529;
  font-size: 17px;
	}
	.both ul li::marker{
	  color: #487fec;
	}
	.both{
	  width: 100%;
	  clear: both;
	  float: left;
	}
	.both_para {
	  padding: 34px 25px 34px 25px;
    border-radius: 6px;
    margin: 20px 0;
    background: #fff;
    background-image: none;
    border: 1px solid #1f242e;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	}
	.both_para ul{
	  list-style: square;
	  padding-left: 15px;
	  margin-bottom: 20px;
	}
	.both_para ul li {
	  list-style: inherit;
	}
	.both_para ul li::marker{
	  color: #ec6543;
	}
	.both_para h2 {
clear: none;
  font-weight: 600;
  font-size: 28px !important;
  line-height: 1.2;
  margin-bottom: 10px !important;
  font-family: "Outfit", sans-serif;
	}
	.both_para p{
		margin: 0px;
        text-align: justify;
  line-height: 1.5;
  font-family: "Roboto", sans-serif;
  color: #212529;
  font-size: 17px;
	}
    .sec_padding5{
        padding: 50px 0!important;
    }
    .partner_page .both {
		margin: 15px 0;
		padding: 15px;
	  }
	  .partner_page .both h2 {
font-size: 24px !important;
  font-family: "Outfit", sans-serif;
  line-height: 1.2;
	  }
	  .partner_page .both:nth-of-type(2n+2) .car {
		margin: 0px 0 20px 0px;
	  }
      .partner_page .both{
margin: 20px 0;
  background-color: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 30px;
  border-radius: 5px;
    }
    .partner_page .both .car {
        width: 440px;
    }
    .partner_page .both:nth-of-type(2n+2) .car {
        float: right;
        margin: 0px 0 15px 40px;
    }
    .both_para p {
        text-align: justify;
      }



/* Grid */
.contact_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 30px;
}

/* Card */
.contact_card {
    background: #fff;
    padding: 25px;
    border-radius: 6px;
    text-align: center;

    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    transition: 0.3s;
}

.contact_card:hover {
    transform: translateY(-6px);
}

/* Icon */
.contact_card .icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1574bb;
    border-radius: 50%;
}

.contact_card .icon i {
    font-size: 23px;
    color: #fff;
}

/* Title */
.contact_card h4 {
font-size: 20px;
  margin-bottom: 8px;
  font-family: "Outfit", sans-serif;
}

/* Text */
.contact_card p {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}

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

/* Highlight */
.contact_card.highlight {
background: linear-gradient(120deg, #1574bb, #1574bb);
    color: #fff;
}

.contact_card.highlight .icon {
background: linear-gradient(135deg, #25D366, #128C7E);
}

.contact_card.highlight .icon i {
    color: #fff;
}

/* Button */
.chat_btn {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 18px;
    background: #fff;
    color: #487fec;
    border-radius: 50px;
    font-size: 13px;
    transition: 0.3s;
}

.chat_btn:hover {
    transform: translateY(-2px);
}
.text-center .sub {
  margin-left: auto;
  margin-right: auto;
}
.contact_card.highlight p{
color: #fff;
  background: #0000001f;
  padding: 6px 25px;
  border-radius: 30px;
  width: fit-content;
  margin: auto;
}
.contact_card.highlight .cus_center {
  margin-top: 20px;
}
.contact_card.highlight .cus_center {
  margin-top: 20px;
}
.contact_card.highlight .portfolio_btn::before{
    background: #fff;
}
.contact_card.highlight .portfolio_btn{
    background: #fff;
  color: #000;
}
.contact_card.highlight .portfolio_btn span {
  color: #fff;
  background: linear-gradient(135deg, #25D366, #128C7E);
}
.href_list a {
border: 1px solid #00000021;
  padding: 5px;
  display: block;
  border-radius: 5px;
  margin: 5px 0;
}

/* Section */
.city_section {
    background: #f8fafc;
}

/* Grid */
.city_grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin-top: 30px;
}

/* City Tag */
.city_grid a {
    padding: 10px 16px;
    font-size: 14px;

    background: #fff;
    border-radius: 50px;

    text-decoration: none;
    color: #333;

    border: 1px solid #e5e7eb;

    transition: 0.3s;
}

/* Hover */
.city_grid a:hover {
    background: linear-gradient(135deg, #6f42c1, #9333ea);
    color: #fff;
    border-color: transparent;

    transform: translateY(-3px);
}


/* Icon */
.for_cities .astro_pill::before {
content: "\f041";
  font-size: 16px;
  color: #fff;
  width: 35px;
  height: 100%;
  background: #002036;
  box-shadow: none;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0;
}
.for_cities .astro_pill {
  padding-left: 50px;
}
.for_cities .astro_pill:hover {
background: linear-gradient(120deg, #ff7422, #ff7422);
}
.cus_bg3 {
  background: #1574bb;
}
.astro_next.cus_bg_img::after{
  opacity: .5;
}

.cta_new_unique .portfolio_btn::before{
    background: #fff;
}
.cta_new_unique .portfolio_btn{
    background: #fff;
  color: #000;
}
.cta_new_unique .portfolio_btn span {
  color: #fff;
  background: linear-gradient(120deg, #1574bb, #146691);
}












/* hero css */
.hero_section{position: relative;  margin: 110px 0px 20px 0px;  border-radius: 0px;  overflow: hidden;  height: 490px;  background-size: cover;  background-position: center;
background-repeat: no-repeat;  display: flex;  justify-content: flex-start;  align-items: center;  padding: 35px;/* max-width: 1326px;*/  margin-left: auto;  margin-right: auto; }
    .banner_data{
      width: 600px;
    }
    .portfolio_sub_head {
display: block;
  position: relative;
  margin: auto;
  width: fit-content;
  margin-bottom: 20px;
}

.portfolio_sub_head h6 {
background: linear-gradient(135deg, #ff0000, #b30000);
  color: #fff;
  padding: 9px 20px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 20px;
  position: relative;
  z-index: 2;
  margin: 0;
  font-family: "Outfit", sans-serif;
  text-transform: uppercase;
}

/* Left Ribbon */
.portfolio_sub_head::before {
  content: "";
  position: absolute;
  left: -18px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 20px;
  background: linear-gradient(135deg, #f5c16c, #d28a26);
  z-index: 1;
  border-radius: 45px;
}

/* Right Ribbon */
.portfolio_sub_head::after {
  content: "";
  position: absolute;
  right: -18px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 20px;
  background: linear-gradient(135deg, #f5c16c, #d28a26);
  z-index: 1;
  border-radius: 45px;
}
/* Left Ribbon */
.portfolio_sub_head h6 span {
  position: relative;
  z-index: 3;
}
.banner_data h1{
/*font-family: "Bebas Neue", sans-serif;*/
font-family: "Outfit", sans-serif;
  font-size: 50px;
  color: #fff;
  line-height: 1.1;
  text-align: center;
}
.banner_data h1 span{
  color: #fbdb5c;
}
.features_list{
display: flex;
  margin: 20px 0 0;
  padding: 0;
  gap: 34px;
  justify-content: center;
  align-items: center;
}
.features_list li{
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  position: relative;
  transition: .5s ease-in-out;
}
.features_list li::after{
position: absolute;
top: 0;
right: -17px;
content: '';
width: 2px;
height: 100%;
background: linear-gradient(0, transparent, #fff, transparent);
}
.features_list li:last-child:after{
display: none;
}

.features_list li h5{
font-size: 13px;
  font-weight: 500;
  margin-bottom: 12px;
  text-align: center;
  color: #fff;
  font-family: "Outfit", sans-serif;
}
.feature_icon {
background: linear-gradient(135deg, #440d63, #7726a5);
  width: 70px;
  height: 70px;
  display: flex;
  border-radius: 50%;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
  justify-content: center;
  align-items: center;
  border: 2px solid #fbdb5c;
}
.feature_icon img{  width: 35px;  height: 35px;  filter: brightness(0) saturate(100%) invert(83%) sepia(39%) saturate(742%) hue-rotate(3deg) brightness(105%) contrast(101%);
  object-fit: contain;  transform: rotate(0deg);  transition: .5s ease-in-out;}
  .features_list li:hover .feature_icon img{  transform: rotateY(360deg);  transition: .5s ease-in-out;}




















.hero_section{
    padding: 100px 0;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:50px;
    overflow:hidden;
  background-position: center right;
  background-size: cover;

}

.hero_content{
    width:75%;
}

.hero_image img{
    width:100%;
    max-width:700px;
    display:block;
    margin:auto;
}

.hero_badge{
display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 22px;
  border: 1px solid #ece6fb;
  border-radius: 50px;
  color: #1574bb;
  font-size: 15px;
  font-weight: 500;
  font-family: "Outfit",sans-serif;
  margin-bottom: 25px;
  background: #fff;
}

.hero_badge i{
    font-size:12px;
}

.hero_content h1{
font-family: "Playfair Display",serif;
  font-size: 60px;
  line-height: 1.08;
  font-weight: 600;
  color: #101828;
  margin-bottom: 18px;
}

.hero_content h1 span{
    color:#1574bb;
}

.hero_content p{
font-size: 17px;
  line-height: 1.4;
  color: #667085;
  max-width: 650px;
  margin-bottom: 25px;
  font-family: "Roboto", sans-serif;
}

.hero_buttons{
    display:flex;
    align-items:center;
    gap:20px;
    margin-bottom:50px;
}
.cus_btn{
background: #FF6600;
  color: #fff;
  padding: 10px 22px;
  margin-top: 10px;
  display: block;
  border-radius: 6px;
  font-size: 17px;
  font-family: "Outfit",sans-serif;
  transition: .5s ease-in-out;
}
.hero_buttons .cus_btn{
  border: 1px solid #FF6600;
}
.hero_buttons .cus_btn:nth-child(2){
  background: #fff;
  color: #FF6600;
}
.cus_btn:hover{
background: #1574bb;
  color: #fff;
  text-decoration: none;
  transition: .5s ease-in-out;
}
.hero_buttons .cus_btn:hover{
  border: 1px solid #1574bb;
}
.hero_buttons .cus_btn:nth-of-type(2):hover {
  color: #1574bb;
}
.hero_stats{
display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.stat_item{
    display:flex;
    align-items:center;
    gap:12px;
    position:relative;
    padding-right:30px;
}

.stat_item:not(:last-child)::after{
    content:'';
    position:absolute;
    right:0;
    top:50%;
    transform:translateY(-50%);
    width:1px;
    height:40px;
    background:#e4e4e7;
}

.stat_icon{
    width: 45px;
  height: 45px;
    border-radius:50%;
    background:#fff;
    border:1px solid #e9ddff;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#1574bb;
}

.stat_item h4{
    margin:0;
    font-size: 22px;
  font-family: "Outfit",sans-serif;
  color: #111827;
  font-weight: 600;
  margin-bottom: 2px;
}

.stat_item p{
    margin:0;
    font-size:13px;
    color:#6b7280;
    line-height:1.4;
}

/* Responsive */

@media(max-width:991px){

    .hero_section{
        flex-direction:column;
        padding:40px 25px;
    }

    .hero_content,
    .hero_image{
        width:100%;
    }

    .hero_content h1{
        font-size:52px;
    }

    .hero_content p{
        font-size:18px;
    }

    .hero_stats{
        gap:20px;
    }

    .stat_item{
        width:100%;
        padding-right:0;
    }

    .stat_item::after{
        display:none !important;
    }

    .hero_buttons{
        flex-direction:column;
        align-items:flex-start;
    }
}

/* SSL SECTION */

.ssl_pricing_wrapper{
    display:flex;
    gap:30px;
    margin-top:40px;
    justify-content:center;
    flex-wrap:wrap;
}

.ssl_card{
    flex:1;
    min-width:350px;
    background:#fff;
    border:1px solid #e5e7eb;
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
    transition:.3s;
    padding: 25px;
}

.ssl_card h3{
text-align: center;
  font-size: 30px;
  font-weight: 600;
 padding-bottom: 15px;
  margin: 0;
  font-family: "Outfit",sans-serif;
  border-bottom: 1px solid #edf2f7;
}

.ssl_price{
text-align: center;
  padding: 20px 20px;
  font-size: 18px;
  color: #333;
  font-family: "Outfit",sans-serif;
  font-style: italic;
}

.ssl_price span{
font-size: 40px;
  font-weight: 700;
  color: #1574bb;
  padding-right: 5px;
  font-style: normal;

}

.ssl_card select{
width: 100%;
  margin-bottom: 15px;
  display: block;
  border: 1px solid #d1d5db;
  border-radius: 4px;
  padding: 12px 25px;
  font-size: 15px;
  font-family: "Outfit",sans-serif;
  background: #fff;
}
.ssl_card select option{
  font-family: "Outfit",sans-serif;
}
.ssl_card .cus_btn{
  text-align: center;
}

.ssl_features{
    padding:0;
    list-style:none;
    margin: 20px 5px 0;
}

.ssl_features li{
padding: 10px 15px;
  border-top: 1px solid #edf2f7;
  position: relative;
  padding-left: 35px;
  color: #4b5563;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
}
.ssl_features li:first-child{
  border-top: none;
}
.ssl_features li:before{
content: "\f00c";
  font-family: FontAwesome;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  color: #22c55e;
  font-size: 15px;
}

/* MOBILE */

@media(max-width:991px){

    .ssl_pricing_wrapper{
        flex-direction:column;
    }

    .ssl_card{
        min-width:100%;
    }

    .ssl_card h3{
        font-size:28px;
    }

    .ssl_price span{
        font-size:42px;
    }

}

.sec_padding.pt-0 {
  padding-top: 0!important;
}

/* CONTENT SECTION */

.astro_content_section{
    position:relative;
    background:#fff;
}

.content_block{
    margin-bottom:40px;
}

.content_block:last-child{
    margin-bottom:0;
}

.content_block h2{
font-family: "Outfit",sans-serif;
  font-size: 32px;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 10px;
  line-height: 1.3;
}

.content_block p{
font-family: "Roboto", sans-serif;
  line-height: 1.6;
  font-size: 1rem;
  font-weight: 400;
  font-size: 17px;
  
}

.service_list{
    margin:0;
    padding-left:25px;
}

.service_list li{
margin-bottom: 5px;
  font-family: "Roboto", sans-serif;
  line-height: 1.6;
  font-size: 1rem;
  font-weight: 400;
  font-size: 17px;
}

.service_list li strong{
    color:#222;
    font-weight:700;
}

.seo_list{
margin-top: 15px;
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}

.seo_list li{
position: relative;
  padding-left: 35px;
  margin-bottom: 5px;
  font-family: "Roboto", sans-serif;
  line-height: 1.6;
  font-size: 1rem;
  font-weight: 400;
  font-size: 17px;
}

.seo_list li:before{
    content:"\f046";
    font-family:FontAwesome;
    position:absolute;
    left:0;
    top:2px;
    color:#18a3e2;
    font-size:18px;
}

@media(max-width:768px){

    .content_block{
        margin-bottom:50px;
    }

    .content_block h2{
        font-size:30px;
    }

    .content_block p,
    .service_list li,
    .seo_list li{
        font-size:16px;
        line-height:1.8;
    }

}

/* CTA BANNER */

.astro_cta_section{
position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
padding: 130px 70px;
  background-position: right;
}

/* Dark Overlay */

.astro_cta_section::before{
    content:'';
    position:absolute;
    inset:0;
    background:linear-gradient(
        90deg,
        rgba(9,14,105,.15) 0%,
        rgba(88,0,110,.10) 100%
    );
}

.cta_content{
    position:relative;
    z-index:2;
    max-width:420px;
}

.cta_content h2{
color: #fff;
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 1;
  font-family: "Outfit",sans-serif;
}

.cta_content h4{
    color:#ff7a22;
    font-size:18px;
    font-style:italic;
    font-weight:600;
    margin-bottom:15px;
    font-family:"Outfit",sans-serif;
}

.cta_price{
    color:#fff;
    font-size:68px;
    font-weight:800;
    line-height:1;
    margin-bottom:40px;
    font-family:"Outfit",sans-serif;
}

.cta_btn{
    display:inline-block;
    background:#ff7a22;
    color:#fff;
    text-decoration:none;
    padding:18px 40px;
    font-size:24px;
    font-weight:600;
    border-radius:3px;
    transition:.3s;
    font-family:"Outfit",sans-serif;
}

.cta_btn:hover{
    background:#ff6700;
    color:#fff;
    text-decoration: none;
}
.cta_section{
  margin-bottom: 60px;
}
.contact_card.highlight .cus_btn {
background: #FFF;
  color: #18a376;
  width: 100%;
  font-weight: 600;
}
/* Responsive */

@media(max-width:768px){

    .astro_cta_section{
        padding:35px 25px;
        min-height:220px;
        background-position:right center;
    }

    .cta_content h2{
        font-size:42px;
    }

    .cta_price{
        font-size:50px;
    }

    .cta_btn{
        font-size:18px;
        padding:14px 25px;
    }

}

.new_cta_inner{
padding: 60px 40px;
  border-radius: 10px;
  margin-bottom: 60px;
  background-color: #f4ddc8;
}
.new_cta_inner h2{
color: #1f2937;
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.1;
  font-family: "Outfit",sans-serif;
  text-align: center;
}
.new_cta_inner p{
font-family: "Roboto", sans-serif;
  line-height: 1.6;
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
  font-size: 17px;
}
.new_cta_inner .hero_buttons {
  margin-bottom: 0;
  justify-content: center;
  margin-top: 30px;
}
.new_cta_inner .hero_buttons .cus_btn{
  min-width: 220px;
  text-align: center;
}