@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Saira:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
.red_pencil_logo{
    padding: 35px 0px;
    background-color: #f5f5f5;
    height: 100px;
}
.redpencil_menu_relative{
    position: relative;
}
.redpencil_menu {
    width: 100px;
    height: 100px;
    background-color: #DE2100;
    position: absolute;
    right: 0px;
    top: -35px;
}
.redpencil_menu img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.navbar-brand img,
.custom-logo{
    width: 160px;
    height: auto;
}
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1250px !important;
    }
}
.Redpencil_mainmenu{
    flex-basis: auto;
    width: 100%;
    flex-grow: 1;
}
.Redpencil_mainmenu_ul {
    display: flex;
    flex-direction: row;
    list-style: none;
    margin-bottom: 0px !important;
    width: 100%;
}
.Redpencil_mainmenu li {
    margin-left: 40px;
}

.Redpencil_mainmenu a {
    color: #0f0f0f;
    text-decoration: none;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}
.redpencil_banner_video{
    width: 100%;
    height: 684px;
    background-position: center;
    background-size: cover;
    object-fit: cover;
}
.video-container{
    position: relative;
}
/* .video-container::before {
    content: "?";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 684px;
    background: rgba(7, 7, 7, 0.692);
    background: linear-gradient(40deg, #DE2100 4%, rgba(0, 0, 0, 0.5998774509803921) 46%, rgba(19, 19, 19, 0.502) 100%);
    z-index: 100;
} */
.redpencil_banner_text{
    text-align: center;
    position: absolute;
    width: 80%;
    top: 45%;
    left: 10%;
    right: 10%;
    z-index: 1000;
}
.redpencil_banner_text h2{
    color: #ffffff;
    text-decoration: none;
    font-size: 42px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}
.redpencil_banner_text span{
    color: #DE2100;
    text-decoration: none;
    font-size: 42px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}
.redpencil_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}
.redpencil_section_works{
    padding-top: 100px;
    background-color: #000;
    color: #ffffff;
}
.main_head{
 background: #3A008C;
background: linear-gradient(90deg, rgba(58, 0, 140, 1) 0%, rgba(150, 16, 170, 1) 49%, rgba(255, 1, 44, 1) 100%);
 -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
 text-decoration: none;
 font-size: 25px;
 font-family: "Poppins", sans-serif;
 font-weight: 800;
}
 .line {
  width: 1%;
  height: 60px;
  border-left: 2px solid #333;
} 
.redpencil_p {
  width: 78%;
  color: #333;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  padding-left: 50px;
}
.redpencil_section_works .redpencil_head,
.redpencil_section_works .redpencil_head .redpencil_p{
    color: #ffffff;
}
.redpencil_section_works .impact_title{
    color: #ffffff;
}
.redpencil_section_works .line{
    border-left-color: #444444;
}
.redpencil_section_works .redpencil_p{
    color: #d8d8d8;
}
.works_details{
    padding: 32px 32px;
}
.margin_button {
    margin-top: 50px;
    text-align: right;
    flex: 1;
}
.button_redpencil {
    display: inline-flex;
    height: 48px;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    background-color: #333;
    color: #fff;
}
.redpencil_section2{
    margin-top: 100px;
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #f8f8f8;
}
.redpencil_section_bottom{
    padding-top: 48px;
}

.redpencil_service{
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #8f8f8fb6;
}
.service_box1{
  width: 20%;
}
.service_number{
    width: 100px;
    text-align: center;
    padding: 20px 0px;
    font-family: "Poppins", sans-serif;
    font-size: 42px !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    background-color: #333;
}
.service_box2{
   width: 100%;
}
.service_box2 h3{
    color: #111111;
    font-size: 22px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    margin-bottom: 12px;
}
.service_box2 p{
    color: #333;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
}
.redpencil_featured_services{
    padding: 80px 0px;
    background-color: #ffffff;
}
.service_feature_block{
    padding: 40px 0px;
    border-bottom: 1px solid #e6e6e6;
}
.service_feature_block:last-of-type{
    border-bottom: none;
}
.service_feature_image{
    background-color: #000;
    border-radius: 16px;
    overflow: hidden;
    padding: 24px;
}
.service_feature_image img{
    width: 100%;
    display: block;
    border-radius: 12px;
}
.service_feature_content{
    padding-left: 10px;
}
.service_feature_heading{
    font-size: 28px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #111111;
    margin-bottom: 16px;
}
.service_feature_text{
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #333;
}
.service_feature_list{
    list-style-type: none;
    padding-left: 0px;
    margin: 16px 0px 24px 0px;
}
.service_feature_list li{
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #333;
    margin-bottom: 8px;
}
.service_feature_cta{
    margin-top: 10px;
    display: inline-flex;
}
.redpencil_impact{
    padding: 40px 0px;
    background-color: #000;
    text-align: center;
    position: relative;
    overflow: hidden;
    min-height: 70vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    max-height: 100%;
}
.impact_cover{
    position: absolute;
    inset: 0;
    background: #000;
    opacity: 1;
    z-index: 20;
    pointer-events: none;
}
.redpencil_impact .impact_title,
.redpencil_impact .impact_lead,
.redpencil_impact .impact_value,
.redpencil_impact .impact_label{
    color: #ffffff;
}
.impact_layout{
    text-align: left;
    min-height: 50vh;
    align-items: center;
    position: relative;
}
.impact_layout::after{
    content: "?";
    position: absolute;
    left: 56%;
    top: 15%;
    bottom: 15%;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    transform: translateX(-50%);
}
.impact_layout > [class^="col-"]{
    display: flex;
    flex-direction: column;
}
.impact_layout > [class^="col-"]:last-child{
    align-items: flex-start;
    justify-content: center;
}
.impact_stage{
    position: relative;
    min-height: 100vh;
}
.impact_stage_title{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: min(92%, 900px);
    text-align: center;
    margin: 0;
    z-index: 10;
    pointer-events: none;
    white-space: nowrap;
}
.impact_cards_wrap{
    position: absolute;
    inset: 0;
    z-index: 9;
    pointer-events: none;
}
.impact_card{
    position: absolute;
    width: 420px;
    max-width: 92%;
    border-radius: 22px;
    padding: 20px;
    color: #ffffff;
    background: linear-gradient(135deg, #4b0b7a, #2a0048);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
    will-change: transform, opacity;
    opacity: 0;
    z-index: 10000000;
}
.impact_card_1{ left: 9%; top: 20%; }
.impact_card_2{ right: 9%; top: 34%; }
.impact_card_3{ left: 9%; top: 48%; }
.impact_card_4{ right: 9%; top: 60%; }
.impact_card_value{
    font-size: 64px;
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    margin-bottom: 10px;
    line-height: 1;
}
.impact_card_label{
    font-size: 13px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.75);
}
@media (max-width: 992px){
    .impact_stage_title{ white-space: normal; }
    .impact_card{ width: 92%; left: 50% !important; right: auto !important; transform: translateX(-50%); }
    .impact_card_1{ top: 18%; }
    .impact_card_2{ top: 38%; }
    .impact_card_3{ top: 58%; }
    .impact_card_4{ top: 78%; }
}
.impact_title{
    font-size: 40px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 20px;
}
.redpencil_section_works .impact_title{
    font-size: 32px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #111111;
}
.impact_lead{
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #333;
    line-height: 1.7;
}
.impact_stats_row{
    margin-bottom: 50px;
}
.impact_stat{
    padding: 10px 20px;
}
.impact_value{
    font-size: 42px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #000;
    margin-bottom: 12px;
}
.impact_label{
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #333;
    margin: 0 auto;
    line-height: 1.6;
}
.impact_cta{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 28px;
    background-color: transparent;
    color: #fff !important;
    text-decoration: none !important;
    border: 1px solid #464646;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.impact_cta:hover{
    background-color: #39005E;
    color: #ffffff !important;
    border-color: #39005E;
    transform: translateY(-2px);
}
.about_do_list li{
    font-weight: 600 !important;
}
.home_testimonials .impact_cta{
    background-color: #ffffff;
    border-color: #ffffff;
    color: #111111 !important;
}
.home_testimonials .impact_cta:hover{
    background-color: #e6e6e6;
    color: #111111 !important;
    border-color: #e6e6e6;
}
.impact_cta:hover{
    background-color: #39005E;
    color: #ffffff !important;
    border-color: #39005E;
}
.service_detail_wrapper{
    background-color: #000;
    color: #ffffff;
}
.service_detail_content_section{
    padding: 80px 0px 120px 0px;
    background-color: #000;
}
.service_detail_image{
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
}
.service_detail_image img{
    border-radius: 0;
    width: 100%;
    display: block;
}
.service_detail_content p{
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #ffffff;
}
.service_detail_form_wrap{
    background-color: #111111;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}
.service_detail_form_wrap h3{
    font-size: 22px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    margin-bottom: 16px;
    color: #ffffff;
}
.service_detail_form .form-label{
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #ffffff;
}
.service_detail_form .form-control{
    border: 1px solid #2a2a2a;
    border-radius: 6px !important;
    height: auto;
    padding: 10px 12px;
    background-color: #0b0b0b;
    color: #ffffff;
}
.service_detail_form textarea.form-control{
    min-height: 140px;
}
.border_radius_reset,
*{
    border-radius: 0 !important;
}
.about_hero{
    padding: 120px 0 80px 0;
    background: linear-gradient(135deg, #0b1024 0%, #1a1f36 40%, #f3f5ff 100%);
    color: #ffffff;
}
.about_intro_section{
    padding: 80px 0;
    background: #ffffff;
}
.about_intro_heading{
    font-size: 32px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #111111;
    margin-bottom: 30px;
    line-height: 1.4;
}
.about_accent{
    color: #0d6efd;
}
.about_intro_text{
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #333;
    margin: 0;
}
.about_text_card{
    background: #ffffff;
    border: 1px solid #e5e5e5;
    padding: 16px;
    margin-bottom: 12px;
}
.about_image_block{
    margin-top: 12px;
    border: 1px solid #e5e5e5;
    padding: 6px;
}
.about_heading{
    color: #ffffff;
}
.about_intro{
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #e8e8e8;
    margin-bottom: 12px;
}
.about_list{
    list-style: none;
    padding-left: 0;
    margin-top: 12px;
}
.about_list li{
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #e8e8e8;
    margin-bottom: 8px;
}
.about_card{
    background: rgb(255 255 255);
    border: 0px solid rgb(0 0 0 / 12%);
    padding: 20px;
    height: auto;
    box-shadow: 0px 0px 13px #68686821;
}
.about_card_title{
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 10px;
}
.about_card_text{
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #e8e8e8;
}
.about_cards{
    padding: 0px 0 60px 0;
}
.about_stat_card{
    background: #0d6efd;
    border: 0;
    text-align: center;
    box-shadow: none;
}
.about_stat_card .impact_value,
.about_stat_card .impact_label{
    color: #ffffff;
}
.about_experience{
    padding: 40px 10px 80px 10px;
}
.about_experience_img{
    width: 100%;
    display: block;
}
.about_do{
    padding: 80px 10px;
}
.about_do_list{
    list-style: none;
    padding-left: 0;
    margin: 16px 0 0 0;
}
.about_do_list li{
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #333;
    margin-bottom: 8px;
    padding-left: 16px;
    position: relative;
}
.about_do_list li::before{
    content: "?";
    position: absolute;
    left: 0;
    color: #0d6efd;
    font-size: 24px;
}
.about_features{
    padding: 60px 0 80px 0;
}
.about_feature_card{
    border: 1px solid #e5e5e5;
    padding: 16px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06);
    background: #ffffff;
}
.about_feature_card h5{
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #111;
    margin-bottom: 8px;
}
.about_feature_card p{
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #333;
    margin: 0;
}
.about_title_row{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 8px;
}
.about_title_row h5{
    margin: 4px 0 0 0;
}
.about_icon img{
    width: 60px;
    height: 60px;
    object-fit: contain;
}
.about_steps{
    padding: 40px 0 80px 0;
}
.about_step_card{
    border: 1px solid #e5e5e5;
    padding: 16px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06);
    background: #ffffff;
    height: 100%;
}
.about_step_card h5{
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #111;
    margin-bottom: 8px;
}
.about_step_card p{
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #333;
    margin: 0;
}
.about_hero_dark{
    padding: 150px 0;
    background: radial-gradient(60% 60% at 80% 50%, rgba(0,77,176,0.25) 0%, rgba(0,0,0,0) 60%), #000000;
    color: #ffffff;
    text-align: center;
}
.about_hero_dark_inner{
    max-width: 960px;
    margin: 0 auto;
    padding: 0 16px;
}
.about_hero_dark_title{
    font-size: 64px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 20px;
}
.about_hero_dark_title span:first-child{
    color: #00b3ff;
}
.about_hero_dark_sub{
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #e8e8e8;
    margin-bottom: 28px;
}
.about_hero_dark_cta{
    border: 1px solid #ffffff;
    color: #ffffff !important;
    background: transparent;
    padding: 12px 28px;
}
.about_hero_dark_cta:hover{
    background: #ffffff;
    color: #000000 !important;
    border-color: #ffffff;
}
.contact_page_wrapper{
    background-color: #000000;
    color: #ffffff;
}
.contact_page_wrapper .page-header2{
    background: url('../images/sc.jpg') center center/cover no-repeat;
    padding: 150px 0px;
}
.contact_section{
    padding: 100px 0px;
}
.contact_heading{
    font-size: 32px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 16px;
}
.contact_intro{
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #d0d0d0;
}
.contact_brochure_title{
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #ffffff;
}
.contact_brochure_link{
    font-size: 12px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #ffffff !important;
    text-decoration: none !important;
}
.contact_brochure{
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 14px;
    background-color: rgba(255, 255, 255, 0.03);
}
.contact_tabs{
    gap: 16px;
}
.contact_tab{
    background: transparent;
    border: none;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    padding: 8px 4px;
    position: relative;
}
.contact_tab.active::after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -6px;
    height: 2px;
    background-color: #5f2dff;
}
.contact_form .form-label{
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #ffffff;
}
.contact_form .form-control{
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 0 !important;
    background-color: #0b0b0b;
    color: #ffffff;
}
.contact_form .form-control::placeholder{
    color: #9a9a9a;
}
.contact_form .form-control:focus{
    border-color: #5f2dff;
    box-shadow: none;
    background-color: #0b0b0b;
    color: #ffffff;
}
.contact_submit{
    margin-top: 12px;
    background-color: #101010;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.35);
}
.contact_submit:hover{
    background-color: #5f2dff;
    color: #ffffff;
}
.contact_info_section{
    padding: 0 0 100px;
}
.contact_info_card{
    border: 1px solid rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 0.03);
    padding: 30px 24px;
    display: flex;
    align-items: center;
    gap: 16px;
    min-height: 130px;
}
.contact_info_icon{
    width: 48px;
    height: 48px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #8d6bff;
    font-size: 24px;
    background-color: rgba(141, 107, 255, 0.08);
}
.contact_info_card h5{
    margin: 0 0 6px 0;
    color: #ffffff;
    font-size: 24px;
    font-weight: 500;
}
.contact_info_card a{
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 15px;
    font-weight: 500;
}
.contact_info_text{
    color: #ffffff;
    margin: 0;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 500;
}
.contact_social_list{
    display: flex;
    flex-wrap: wrap;
    gap: 8px 22px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.contact_social_list li{
    margin: 0;
    padding: 0;
}
.contact_info_card .contact_social_list a{
    color: #ffffff !important;
    text-decoration: underline !important;
    text-underline-offset: 6px;
    text-decoration-thickness: 1px;
    font-size: 15px;
    font-weight: 400;
}
.redpencil_section3{
    margin-top: 100px;
}
.redpencil_casestudy{
    background: rgb(246,246,246);
    background: linear-gradient(90deg, rgba(246,246,246,1) 0%, rgba(255,255,255,1) 100%);
}
.redpencil_casestudy_padding{
    padding-top: 70px;
    padding-bottom: 70px;
}
.casestudy_data {
    padding: 20px 20px;
}
.casestudy_data h6{
    color: #ffffff;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    text-transform: uppercase;
}
.casestudy_data h3{
    font-size: 24px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #111111;
    margin-bottom: 8px;
}
.redpencil_section4{
    padding-top: 100px;
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    height: 50px;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border-bottom: 1px solid #111111 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-bottom: 5px;
    border-radius: 0px !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.send_quote{
    color: #333;
    text-decoration: none;
    font-size: 25px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}
.send_quote_p{
    color: #333;
    text-decoration: none;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}
.testimonials {
    color: #333;
    text-decoration: none;
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    padding: 150px 0px;
    /* margin-top: 70px; */
}
.testimonials_lines{
    position: relative;
}
.line_left{
    position: absolute;
    height: 450px;
    width: 1px;
    background-color: #a0a0a0;
    left: 8%;
}
.line_right{
    position: absolute;
    height: 450px;
    width: 1px;
    background-color: #a0a0a0;
    right: 8%;
}
.line_center{
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: #a0a0a0;
    top: 70px;
}
.line_bottom{
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: #a0a0a0;
}
.textimonials_name{
    position: absolute;
    left: 10%;
    top: 20px;
}
.textimonials_name h6{
    color: #333;
    text-decoration: none;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}
.textimonials_name p{
    color: #333;
    text-decoration: none;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    margin-bottom: 4px !important;
}
.testimonials_redpencil{
    margin-bottom: 20%;
}
.testimonials_row{
    margin-top: 70px;
}
p{
    color: #fff;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}
.footer {
    margin:  2% 0% 0% 0%;
    background: rgb(243,243,243);
    background: linear-gradient(90deg, rgba(243,243,243,1) 0%, rgba(243,243,243,1) 70%, rgba(23,23,23,1) 70%, rgba(23,23,23,1) 100%);
    padding: 6% 5%;
}
.redpencil_location h4{
    color: #333;
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    margin-top: 40px;
}
.redpencil_location a{
    color: #333;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    font-weight:400;
    text-decoration: none;
}
.redpencil_menu h4{
    color: #333;
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}
.redpencil_location{
    width: 70%;
}
.redpencil_links{
    width: 30%;
}
.redpencil_links ul {
    list-style-type: none !important;
    padding: 0px !important;
    margin-top: 15px;
}
.redpencil_links ul li {
    color: #333;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    font-weight:400;
    text-decoration: none;
    margin-bottom: 10px;
}
.redpencil_contact_footer {
    display: flex;
    justify-content: space-between;
    flex:1;
    flex-grow: 1;
}
.redpencil_links h4{
    color: #333;
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    margin-top: 40px;
}
.redpencil_footer_map{
    position: relative;
}
.redpencil_footer_mapinner{
    position: absolute;
    top: -80px;
    right: 0px;
}
.social-header > a {
    background: #000 none repeat scroll 0 0;
    border-radius: 30px;
    border: 1px solid #fff;
    color: #0f0f0f;
    display: inline-block;
    height: 40px;
    line-height:40px;
    text-align: center;
    width: 40px;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 10PX;
}
.sub_footer{
    padding: 20px 0px;
}
.testimonials_button{
    position: relative;
}
.testimonials_button2{
    position: absolute;
    right: 0px;
    top:50px;

}
.redpencil_work_image{
    position: relative;
    overflow: hidden;
    width: 100%;
    background: #3A008C;
    background: linear-gradient(90deg, rgba(58, 0, 140, 1) 0%, rgba(150, 16, 170, 1) 49%, rgba(255, 1, 44, 1) 100%);
}
.work_content{
    position: absolute;
    left: 0px;
    top: 0px;
}
.work_content h1,
.work_content h2,
.work_content h3,
.work_content h4{
    padding: 40px;
    color: rgba(253, 253, 253, 0);
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    transition: color 0.6s ease;
}
.work_content h3{
    margin-bottom: 0;
}
.redpencil_work_image img {
    max-width: 100%;
    transition: all 0.3s;
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1);
}
.works_zoom{
    transform-origin: center;
    will-change: transform;
}

.redpencil_work_image:hover img {
    transform: scale(1.3);
    width: 100%;
    height: 100%;
    transition: 0.6s;
    opacity:0.4 !important;
}

.redpencil_work_image:hover .work_content h1,
.redpencil_work_image:hover .work_content h2,
.redpencil_work_image:hover .work_content h3,
.redpencil_work_image:hover .work_content h4 {
    color: #fdfdfd;
}
.redpencil_work_image:hover .work_button {
    background-color: #0e0e0e00;
    border: 1px solid #ffffff;
    color: #ffffff;
    text-decoration: none;
    transition: 0.6s;
}
.work_button {
    position: absolute;
    bottom: 50px;
    right: 50px;
    display: inline-flex;
    height: 48px;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    background-color: #0e0e0e00;
    border: 1px solid #ffffff00;
    color: #ffffff00;
}
.redpencil_section_works .redpencil_work_image{
    background: #000000;
    border: 1px solid #1c1c1c;
    padding: 20px;
}
.redpencil_section_works .work_image_link{
    display: block;
}
.redpencil_section_works .work_content{
    position: static;
    padding: 18px 24px 0px 0px;
}
.redpencil_section_works .work_content h1,
.redpencil_section_works .work_content h2,
.redpencil_section_works .work_content h3,
.redpencil_section_works .work_content h4{
    padding: 0;
    color: #ffffff;
    font-size: 22px;
    font-weight: 300;
}
.redpencil_section_works .work_button{
    display: none;
}
.redpencil_section_works .redpencil_work_image:hover img{
    transform: scale(1);
    opacity: 1 !important;
}
.redpencil_section_works .redpencil_work_image:hover .work_content h1,
.redpencil_section_works .redpencil_work_image:hover .work_content h2,
.redpencil_section_works .redpencil_work_image:hover .work_content h3,
.redpencil_section_works .redpencil_work_image:hover .work_content h4{
    color: #ffffff;
}
.redpencil_section_works .redpencil_work_image:hover .work_button{
    background-color: transparent;
    border: none;
    color: #bdbdbd;
}
.sidemenunav {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #ffffff !important;
    overflow: hidden;
    transition: 0.5s;
    z-index: 100000000;
    /* transform: translate(-50%, -50%); */
}
.sidemenunav li a{
    padding: 32px 8px 2px 32px;
    border-bottom: 1px solid rgb(17, 17, 17);
    text-decoration: none;
    font-size: 16px;
    color: #000;
    display: block;
    transition: 0.3s;
    list-style: none !important;
  }
  .sidemenunav a:hover {
    color: #f1f1f1;
  }
 .text_black {
    color: #333;
 } 
  .sidemenunav .closebtn {
    position: absolute;
    top: -10px;
    right: 50px;
    /* font-size: 20px; */
    margin-left: 10px;
    color: #141414 !important;
    font-size: 50px !important;
  }
  .redpencil_li ul {
    list-style-type: none !important;
  }
.page-header2 {
    background: url('../images/sc.jpg') center center/cover no-repeat;
    padding: 150px 0px;
    text-align: left !important;
    /* border-bottom: 1px solid #d6d6d6; */
    color: #ffffff;
}
.page-header2 h2{
    color: #ffffff;
    font-size: 32px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}
.page-header2 h1{
    color: #ffffff;
    font-size: 32px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}
.page-subquote{
    margin-top: 12px;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    color: #cfcfcf;
    max-width: 680px;
}
.casestudy_redpencil{
    padding: 30px;
    background-color: #f0f0f0;
    margin-bottom: 20px;
    border: 1px solid #e9e9e9;
}
.casestudy_redpencil h4{
    color: #141414 ;
    font-size: 20px ;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    padding-top: 10px;
}
.casestudy_redpencil_box{
    display: flex;
}
.casestudy_redpencil_box1{
    flex-grow: 1;
}
.casestudy_readmore_button {
    position: relative;
}
.casestudy_button {
    transition: 0.3s;
    right:0px;
    bottom: -80px;
    position: absolute;
    z-index: 10;
    display: inline-flex;
    height: 48px;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    background-color: transparent;
    color: transparent;
}
.text-end {
    text-align: right !important;
}
.casestudy_redpencil:hover .casestudy_button {
    bottom: 0px;
    background-color: #333;
    color: #fff;
}
.casestudy_redpencil:hover {
    border: 1px solid #e9e9e9;
}
.casestudy_margin_bottom {
    margin-bottom: 100px;
}
.industries{
    padding: 20px 0px;
    border-bottom: 1px solid #747373;
    position: relative;
    display: flex;
    align-items: center;
    justify-content:space-between;
}
.industries h4{
    color: #141414 ;
    font-size: 20px ;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    margin-bottom: 0px !important;
}
.page-template-page-industries .industries h4{
    color: #e6e6e6;
}
.industries_page_list .industries h4{
    color: #ffffff !important;
}
.arrow_right img{
    width: 24px;
}
.industries_image{
    display: none;
}
.industries_image img{
    width: 400px;
}
.industries:hover .industries_image{
    position: absolute;
    top: -70px;
    left: 200px;
    z-index: 100;
    display:flex;
}
.arrow_right {
    left: -100px;
    position: relative;
    transition: 0.3s;
}
.industries:hover .arrow_right{
    left: 0px;
}
.service_redpencil{
    margin-bottom: 50px;
}
.service_redpencil_h3{
    font-size: 40;
    color: #141414;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}
.redpencil_services_sub{
    padding-left: 100px;
    position: relative;
}
.redpencil_services_sub ul{
    list-style-type: none !important;
    padding: 0px !important;
    margin-bottom: 0px;
}
.redpencil_services_sub ul li {
    color: #333;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    text-decoration: none;
    margin-bottom: 10px;
    border: 1px solid;
    padding: 10px 10px;
}
.redpencil_services_sub a{
    display: inline-flex;
    color: #ffffff !important;
    text-decoration: none !important;
}
.redpencil_services_sub ul li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 12px;
}
.redpencil_services_sub ul li a::after{
    content: ">";
    font-size: 14px;
    color: #ffffff;
    transition: transform 0.2s ease, color 0.2s ease;
}
.redpencil_services_sub ul li a:hover::after{
    transform: translateX(4px);
    color: #39005e;
}
.service_rotator_link.active{
    font-weight: 600;
    color: #39005e !important;
}
.section_service_redpencil{
    margin-top: 100px;
}
.section_service_redpencil > .row + .row{
    align-items: center;
}
.get_a_qouta{
    position: relative;
}
.get_a_qouta_button{
    display: inline-flex;
    text-transform: uppercase;
    padding: 8px 16px;
    background-color: #e40303;
    color: #fff;
    position: fixed;
    top: 50%;
    right: -50px;
    text-decoration: none !important;
    transform: rotate(90deg);
}
.date_time_rel{
    position: relative;
}
.date_time {
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.date_time p{
    color: #333;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    margin-bottom: 0px;
}
.page-template-page-blogs .date_time p{
    color: #ffffff;
}
.blogs_more a {
    display: inline-flex;
    height: 48px;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    background-color: #333;
    color: #fff;
    position: absolute;
    bottom: 0px;
    text-decoration: none !important;
}
.padding_top_blog{
    padding-top: 20px;
}
.row_blog{
    border-top: 1px solid #afafaf;
    margin-top: 50px;
}
.carrers_box {
    background-color: #333;
    padding: 20px 10px;
}
.carrers_box h4 {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    color: #fff;
    font-weight: 300;
}
.carrers_box p {
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    color: #fff;
}
.carrers_box img {
    width: 32px;
    background-color: #fff;
    padding: 10px;
    border-radius: 50px;
}
.service_details_redpencil h3{
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    color: #111111;
    font-weight: 400
}
.service_details_redpencil{
    margin-top: 50px;
}
.Button_rabbitex {
   padding: 12px 32px;
    background-color: #39005E;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    color: #ffffff !important;
    font-weight: 400;
    border-radius: 16px;
    width: auto;
    text-decoration: none;
}
.Button_rabbitex2 {
    padding: 12px 32px;
    background: #ffffff;
    font-family: "Poppins", sans-serif;
    border: 0px !important;
    font-size: 14px;
    color: #111111;
    font-weight: 400;
    border-radius: 16px;
    text-decoration: none !important;
}
.nav-link {
   padding: 12px 24px !important;
   font-family: "Poppins", sans-serif;
   font-size: 14px !important;
   color: #ffffff !important;
   font-weight: 400;
}
.rabbitex_20{
    padding: 10px 0px; 
}
.rabbitex_100{
    padding: 200px 0px;
    background: #000 url("../images/hero_image.png") center/cover no-repeat;
    position: relative;
}
.rabbitex_100::before{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.7) 100%);
}
.rabbitex_100 > .container{
    position: relative;
    z-index: 1;
}
@media (min-width: 1700px){
    .rabbitex_100{
        padding: 400px 0px;
    }
}
.rabbitex_100 > .container{
    position: relative;
    z-index: 1;
}
.rabbitex_h2{
   font-family: "Poppins", sans-serif;
   font-size: 120px;
   color: #333;
   font-weight: 300;
}
.hero_blink{
    display: inline-block;
    animation: heroBlink 1.8s ease-in-out infinite alternate;
}
.hero_gradient{
    background: linear-gradient(90deg, #ffffff 100%, #ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.home_video_section{
    /* background: linear-gradient(to bottom, #000000 0%, #000000 50%, #ffffff 50%, #ffffff 100%); */
   background-color: #000;
    padding: 0px 0;
}
@keyframes heroBlink{
    from { opacity: 1; }
    to { opacity: 0.5; }
}
.rabbitex_p{
   font-family: "Poppins", sans-serif;
   font-size: 20px;
   color: #ffffff;
   font-weight: 400;
}
.rabbitex_p-lr-100{
   padding: 0px 100px;
}
.services_sub_button {
    border: 1px solid #111111;
    padding: 8px 16px;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    border-radius: 0;
    color: #111111;
    font-weight: 500;
    margin-right: 12px;
    text-decoration: none;
    margin-bottom: 10px;
    display: inline-flex;
    align-items: center;
    background-color: transparent;
}
.redpencil_section2 .service_box2 h3{
    font-size: 22px !important;
    font-weight: 500 !important;
    color: #111111 !important;
}
.redpencil_section2 .services_sub_button{
    border: 1px solid #111111 !important;
    color: #111111 !important;
    border-radius: 0 !important;
    background: transparent !important;
    padding: 8px 16px !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
}
 .circle-container {
    position: relative;
    width: 100px;
    height: 100px;
    }

    .circle-container span {
      position: absolute;
      left: -70%;
      top: 75%;
      transform-origin: 0 50px;
      font-size: 18px;
     font-family: "Poppins", sans-serif;
     background: #fff;
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
      font-weight: 500;
      animation: spin 10s linear infinite;
      z-index: 1000;
    }

    @keyframes spin {
      from { transform: rotate(var(--angle)) translateY(-55px); }
      to   { transform: rotate(calc(var(--angle) + 360deg)) translateY(-55px); }
    }
    .need{
        justify-content: flex-end;
         display: flex;
    }
    .design{
        background: #3A008C;
background: linear-gradient(90deg, rgba(58, 0, 140, 1) 0%, rgba(150, 16, 170, 1) 49%, rgba(255, 1, 44, 1) 100%);
 -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.redpencil_banner_video{
    border-radius: 16px;
}
.redpencil_2{
    border-radius: 16px;
}
@media(max-width:1024px){
    .rabbitex_h2 {
        font-size: 60px !important;
    }
    .d_non{
        display: none !important;
    }
    .rabbitex_x  img{
    width: 100px !important;
}
.rabbitex_x {
    position: absolute;
    top: 60px !important;
    left: 0px;
}
.rabbitex_y {
    position: absolute;
    top: 180px !important;
    right: 0px;
}
.rabbitex_y img{
    width: 100px !important;
}
.rabbit_text {
    font-size: 60px !important;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    background: #3A008C;
    background: linear-gradient(90deg, rgba(58, 0, 140, 1) 0%, rgba(150, 16, 170, 1) 49%, rgba(255, 1, 44, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-decoration: none;
    padding-top: 100px;
}
.rabbit_text2 {
    font-size: 24px !important;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #000;
}
}
.case_study_background{
    background-color: #efefef;
    border-radius: 16px 16px 16px 16px;
}
.case_study_background2{
    border-radius: 16px 16px 0px 0px;
}

.cs_card{
    background-color: #000000;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 8px;
    padding: 26px 26px 90px;
    height: 100%;
    min-height: 280px;
    display: flex;
    flex-direction: column;
    transition: transform 0.2s ease;
    position: relative;
}
#casestudies .cs_card{
    min-height: 332px;
}
.cs_card:hover{
    transform: translateY(-4px);
}
.cs_meta{
    font-size: 12px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #cfcfcf;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.cs_tag{
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-weight: 600;
    font-size: 11px;
    color: #ffffff;
    background-color: #1a1a1a;
    padding: 6px 12px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.cs_tag::before{
    content: "?";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #b8f25f;
}
.cs_date{
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 11px;
    color: #cfcfcf;
    padding: 12px 0px;
}
.cs_title{
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 16px 0;
    line-height: 1.4;
}
.cs_link{
    margin-top: auto;
    font-size: 11px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: inherit;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    position: absolute;
    left: auto;
    right: 26px;
    bottom: 26px;
    width: 44px;
    height: 44px;
    overflow: hidden;
    text-indent: -9999px;
}
.cs_link::after{
    content: "→";
    text-indent: 0;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background-color: #39005e;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: transform 0.2s ease;
}
.cs_link:hover::after{
    transform: translateX(2px);
}
.home_testimonials{
    position: relative;
    padding: 96px 0;
    color: #ffffff;
    background-color: #000;
    /* background-image:
        radial-gradient(60% 80% at 12% 85%, rgba(58, 0, 140, 0.35) 0%, rgba(58, 0, 140, 0) 60%),
        radial-gradient(45% 55% at 85% 20%, rgba(255, 1, 44, 0.28) 0%, rgba(255, 1, 44, 0) 55%);
    overflow: hidden; */
}
.home_testimonials .container{
    position: relative;
    z-index: 1;
}
.home_services_dark{
    background-color: #000;
    color: #ffffff;
    padding: 80px 0 0;
    overflow: hidden;
    position: relative;
}
.home_services_dark .container{
    position: relative;
    z-index: 2;
}
.services_marquee{
    margin: 28px 0 40px;
    border-top: 1px solid #1e1e1e;
    border-bottom: 1px solid #1e1e1e;
    overflow: hidden;
    background-color: #000;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}
html,
body{
    overflow-x: hidden;
}
body.home{
    background-color: #000;
    color: #ffffff;
}
body.home a{
    color: #000;
}
.services_marquee_track{
    display: flex;
    align-items: center;
    gap: 20px;
    white-space: nowrap;
    padding: 18px 0;
    animation: services-marquee 16s linear infinite;
}
.services_marquee_track span{
    font-size: 150px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #ffffff;
    text-transform: lowercase;
    letter-spacing: 1px;
}
@keyframes services-marquee{
    0%{
        transform: translateX(0);
    }
    100%{
        transform: translateX(-50%);
    }
}
.home_services_dark .impact_title{
    color: #ffffff;
}
.home_services_dark .redpencil_p{
    color: #d8d8d8;
}
.home_services_dark .line{
    border-left-color: #4a4a4a;
}
.dark_service_block{
    padding: 32px 0;
    border-bottom: 1px solid #2a2a2a;
    position: relative;
}
.dark_service_preview{
    position: absolute;
    right: 200px;
    top: -200px;
    width: 300px;
    opacity: 0;
    transform: translateY(-8px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    pointer-events: none;
    z-index: 1;
}
.dark_service_preview img{
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 18px 40px rgba(0,0,0,0.45);
    transition: opacity 0.2s ease;
}
.dark_service_block:last-child{
    border-bottom: none;
}
.dark_service_block:hover .dark_service_preview{
    opacity: 1;
    transform: translateY(0);
}
.dark_service_header h2{
    font-size: 40px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 18px;
    display: inline-block;
    transform-style: preserve-3d;
}
.dark_service_tags{
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    color: #cfcfcf;
    text-transform: none;
}
.dark_service_tags a{
    position: relative;
    padding-bottom: 6px;
    display: inline-block;
    transform-origin: center;
    transform-style: preserve-3d;
    transition: color 0.4s ease;
    text-decoration: none;
    color: inherit;
}
.home_services_dark .dark_service_tags a{
    color: #cfcfcf;
}
.dark_service_tags a::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #2a2a2a;
    transition: background-color 0.4s ease;
}
.dark_service_header h2 .char{
    display: inline-block;
    transform-origin: center;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    transition: color 0.4s ease;
}
.dark_service_block:hover .dark_service_header h2 .char{
    animation: dark-service-char-flip 0.8s ease both;
    animation-delay: calc(var(--i) * 40ms);
    color: #39005E;
}
@keyframes dark-service-char-flip{
    0%{ transform: rotateX(0deg); }
    50%{ transform: rotateX(180deg); }
    100%{ transform: rotateX(0deg); }
}
.home_testimonials_copy{
    margin-top: 36px;
}
.home_testimonials_title{
    font-size: 44px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.15;
    margin: 0;
}
.home_testimonials_title span{
    display: block;
    color: rgba(255, 255, 255, 0.7);
}
.home_testimonials_text{
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.75);
    margin: 0 0 18px 0;
}
.home_testimonials_cta{
    background-color: #ffffff !important;
    color: #111111 !important;
    border: 1px solid #ffffff !important;
    text-decoration: none;
    padding: 10px 18px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.home_testimonials_cta:hover{
    background-color: #e6e6e6 !important;
    color: #111111 !important;
    border-color: #e6e6e6 !important;
}
.testimonials-owl .testimonial_card{
    margin: 8px;
}
.testimonials-owl .owl-stage{
    display: flex;
}
.testimonials-owl .owl-item{
    display: flex;
    align-items: stretch;
    height: 100%;
}
.testimonial_card{
    border: 1px solid rgba(255, 255, 255, 0.25);
    padding: 22px 24px;
    height: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 350px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    position: relative;
    overflow: hidden;
}
.testimonial_card:hover{
    transform: translateY(-4px);
    background-color: #39005E;
}
.testimonial_floating_cta{
    position: absolute;
    left: 0;
    top: 0;
    padding: 8px 14px;
    font-size: 12px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #39005E;
    background: #ffffff;
    border-radius: 999px;
    text-decoration: none;
    opacity: 0;
    transform: translate(-9999px, -9999px);
    transition: opacity 0.15s ease;
    z-index: 2;
    white-space: nowrap;
}
.testimonial_card.is-hover .testimonial_floating_cta{
    opacity: 1;
}
.testimonial_card:hover .testimonial_body,
.testimonial_card:hover .testimonial_body p,
.testimonial_card:hover .testimonial_name,
.testimonial_card:hover .testimonial_role{
    color: #ffffff;
}
.testimonial_card:hover .testimonial_body p{
    text-decoration-color: #ffffff;
}
.testimonial_body{
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    color: #3f3f3f;
    line-height: 1.6;
    margin-bottom: 18px;
}
.testimonial_body p{
    text-decoration: underline;
    text-underline-offset: 6px;
    text-decoration-thickness: 1px;
}
.testimonial_footer{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
    margin-top: auto;
}
.testimonial_footer .d-flex > div{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}
.testimonial_avatar{
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
}
.testimonial_name{
    font-size: 20px;
    font-family: "Dancing Script", "Poppins", sans-serif;
    font-weight: 600;
    color: #ffffff;
}
.testimonial_role{
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #ffffff;
}
.testimonial_logo img{
    max-width: 48px;
    max-height: 48px;
    object-fit: contain;
}

.rabbitex_xy{
    position: relative;
}
.rabbitex_x{
    position: absolute;
    top: 100px;
    left: 0px;
}
.rabbitex_y{
    position: absolute;
    top: 150px;
    right: 0px;
}
.rabbit_text{
    font-size: 150px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
     background: #3A008C;
background: linear-gradient(90deg, rgba(58, 0, 140, 1) 0%, rgba(150, 16, 170, 1) 49%, rgba(255, 1, 44, 1) 100%);
 -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
 text-decoration: none;
 padding-top: 100px;
}
.rabbit_text2{
    font-size: 32px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
     color: #000;
}
.redpencil_section4{
    height: 560px;
}
footer{
    padding: 100px 0px;
    background: #0b050c;
    margin-top: 100px;
}
footer ul{
    padding-left: 0px;
}
footer h6{
    font-size: 32px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    color: #ffffff;
}
footer li{
    list-style-type: none !important;
    padding: 0px !important;
    margin-bottom: 12px;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}
.Menu_Footer a{
    color: #fff !important;
    text-decoration: none !important;
}
.footer_social_links a,
.menu-footer_social-container a,
.menu-footer-social-container a{
    color: #ffffff !important;
    text-decoration: underline !important;
    text-underline-offset: 6px;
    text-decoration-thickness: 1px;
}
.footer_social_links{
    display: flex;
    flex-wrap: wrap;
    gap: 16px 24px;
    justify-content: flex-end;
}
.footer_social_links li{
    margin-bottom: 0;
}
.whatsapp_chatbot{
    position: fixed;
    right: 24px;
    bottom: 24px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    background-color: #25D366;
    color: #ffffff !important;
    border-radius: 999px;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none !important;
    box-shadow: 0 12px 28px rgba(0,0,0,0.3);
    z-index: 9999;
}
.whatsapp_chatbot_icon{
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #ffffff;
    color: #25D366;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}
.whatsapp_chatbot:hover{
    transform: translateY(-2px);
    box-shadow: 0 16px 32px rgba(0,0,0,0.35);
    color: #ffffff !important;
}
@media (max-width: 768px){
    .whatsapp_chatbot_text{
        display: none;
    }
    .whatsapp_chatbot{
        padding: 12px;
    }
}
.text-end_2{
    text-align: end;
}
.row_p_left{
    padding-left: 20%;
}
.industrial{
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #000; 
}
.Softwear span{
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  color: #000; 
  padding-right: 50px;
}
.Softwear_readmore{
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #000; 
  text-align: end;
  display: block;
}
.industrial_h3{
    font-size: 24px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #000; 
    padding-top: 30px;
    padding-bottom: 30px;
}
.border_bottom_row{
    padding-bottom: 50px;
}
.border_bottom_2{
    border-bottom: #7a7a7a 1px solid;
    padding-top: 50px;
}
html {
  scroll-behavior: smooth;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #000 !important;
  color: #333;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
body, p {
  line-height: 1.7;
  margin-bottom: 1.2rem;
  letter-spacing: 0.2px !important;
}
.redpencil_services_sub_3 a {
    display: inline-flex;
    height: 48px;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    background-color: #333;
    color: #fff !important;
    position: absolute;
    bottom: 0px;
    text-decoration: none !important;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    text-decoration: underline !important;
    color: #000 !important;
    font-weight: 600;
}

@media (max-width: 991.98px){
.rabbitex_20{
    position: relative;
    z-index: 10010;
    background-color: #000;
}
.navbar{
    padding-top: 8px;
    padding-bottom: 8px;
}
.navbar-light .navbar-toggler{
    border-color: rgba(255, 255, 255, 0.5);
}
.navbar-light .navbar-toggler:focus{
    box-shadow: none;
}
.navbar-light .navbar-toggler-icon{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
#navbarSupportedContent{
    background-color: #000;
    padding: 10px 0 14px;
}
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link{
    color: #ffffff !important;
}
.navbar-nav .nav-link{
    display: block;
    padding: 10px 0 !important;
}
#navbarSupportedContent .d-flex{
    margin-top: 10px;
}
}

.client-carousel img {
    max-height: 80px;
    object-fit: contain;
}
@media(max-width:1024px){
.redpencil_section_works {
    padding-top: 0px !important;
}
.redpencil_section3 {
    margin-top: 0px !important;
}
.redpencil_casestudy_padding {
    padding-top: 0px;
    padding-bottom: 30px;
}
.text-end_2{
    text-align: start !important;
}
.footer_social_links{
    justify-content: flex-start;
}
.impact_title {
    font-size: 24px !important;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 20px;
}
.page-header2 .impact_title{
    color: #ffffff !important;
}
.about_do {
    padding: 20px 10px;
}
.about_intro_section {
    padding: 20px 10px;
    background: #ffffff;
}
.about_cards {
    padding: 10px 0 10px 10px;
}
.about_experience {
    padding: 10px 10px 10px 10px;
}
.about_features {
    padding: 10px 10px 10px 10px;
}
.dark_service_preview{
    display: none !important;
}
.dark_service_header h2{
    display: block;
    transform-style: flat;
}
.contact_section{
    padding: 40px 0;
}
.contact_info_section{
    padding: 0 0 50px;
}
.contact_info_card{
    min-height: 110px;
    padding: 20px 16px;
}
.contact_info_card h5{
    font-size: 18px;
}
.contact_info_card a{
    font-size: 20px;
}
.blogs_more a {
    display: inline-flex;
    height: 48px;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    background-color: #333;
    color: #fff;
    position: relative;
    bottom: 0px;
    text-decoration: none !important;
}
.padding_top_blog {
    padding-top: 20px;
}
.date_time {
    position: relative;
    bottom: 0px;
    left: 0px;
}
.redpencil_services_sub {
    margin-top: 24px;
    padding-left: 10px;
    position: relative;
}
.redpencil_services_sub_3 a {
    display: inline-flex;
    height: 48px;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    background-color: #333;
    color: #fff !important;
    position: relative;
    bottom: 0px;
    text-decoration: none !important;
}
.section_service_redpencil {
    margin-top: 40px;
}
.service_redpencil {
    margin-bottom: 10px;
}
.arrow_right {
    left: -20px;
    position: relative;
    transition: 0.3s;
}
.about_hero_dark {
    padding: 150px 0;
    background: radial-gradient(60% 60% at 80% 50%, rgba(0, 77, 176, 0.25) 0%, rgba(0, 0, 0, 0) 60%), #000000;
    color: #ffffff;
    text-align: center;
    margin-top: 50px;
}
}





