@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}
html {
  font-size: 10px;
}
ul {
    list-style: none;
    padding-left: 0;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 1.4rem;
}
dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 1.4rem;
}
.custom-btn {
       background-color: #a7116f;
    color: #fff;
    padding: 8px 15px;
    border-radius: 6px;
    transition: 0.3s ease;
    font-size: 1.4rem;
}

.custom-btn:hover {
    background-color: #8e0e5c;
    color: #fff;
}

/* Hover dropdown for desktop */
@media (min-width: 992px) {
    .navbar .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }
}
#accordionExample  h3
{
    font-size: 14px;
        font-weight: bold;
}
#accordionExample  button
{
    font-size: 16px;
  
}
a {
    text-decoration: none !important;
}
    .navbar-expand-lg {

        padding: 0px;
    }
.followup ul
{
    display: inline-flex;
   
   
}
.followup ul li
{
    margin-right:10px;
}
.head {
    padding: 0px 0;
    background: transparent;
       box-shadow: 0.1rem 0.1rem 0.3rem rgb(78 9 115 / 55%);
    border-bottom: 1px solid #eeeeee78;
}
.owl-dots{
    text-align: center;
    margin-top: 10px;
}
.owl-dots .owl-dot span {
    width: 12px;              /* size of circle */
    height: 12px;
    background: #329fd9;      /* color */
    border-radius: 50%;        /* make circle round */
    display: block;
    opacity: 0.5;
    margin: 5px;
    transition: all 0.3s;
}

.owl-dot.active span {
    opacity: 1;               /* active dot fully visible */
}
#header.sticky {
    position: fixed;
    width: 100%;
    top: 0;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    transition: .5s ease;
    z-index: 999999999;
   
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 20px;
    padding-left: 20px;
}
.nav-link {
    font-size: 1.6rem !important;
    color: black !important;
    letter-spacing: 1px;
}
.navbar-nav .dropdown-menu {
    position: static;
    font-size: 1.4rem;
    background: white;
    color: black;}

.dropdown-item:focus, .dropdown-item:hover {
    color: var(--bs-dropdown-link-hover-color);
    background-color: #60b3e0;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    clear: both;
    font-weight: 400;
    color: black;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-radius: var(--bs-dropdown-item-border-radius, 0);
}

header {
    /*display: flex;*/
    align-items: center;
    justify-content: space-between;
}

header .logo img {
    height: 60px;
}
.nav_offer{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.nav_offer_title{
    text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: 700;
    font-family: 'Nunito', sans-serif;
}
.nav_offer  img{
    height: 50px;
    margin-right: 1rem;
}

.free{
    color: orange;
}

/* scroll COMPUTER IMAGE */

.webzone {
    position: relative;
    width: 100%;
    overflow: hidden;
}

#wbg1 { background: #fff; height: 10vw; }
#wbg2 { background: #ebedec; height: 28.05vw; }
#wbg3 { background: #ff84843b; padding: 50px 0px 30px 0px;}

#wbigComputer {
    background: url('../img/pc.webp') no-repeat center top;
    background-size: 100% auto;
    width: 70vw;
    height: 40vw;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

/* SCREEN AREA */
.webscroll_holder {
    position: absolute;
    top: 1.4vw;
    left: 50%;
    transform: translateX(-50%);
    width: 54vw;
    height: 34.8vw;
    overflow: hidden;
    border-radius: 1vw;
    z-index: 2;
    background: #fff;
}

.webscroll_track {
    display: flex;
    flex-direction: column;
}


.webscroll_track img {
    width: 100%;
    height: auto;
    display: block;
}

/* Computer */



/* OUTSIDE ARROWS */
.webzone .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #000;
    color: #fff;
    border: none;
    font-size: 15px;
    padding: 12px 15px;
    cursor: pointer;
    z-index: 5;
    transition: 0.3s;
}

.webzone .arrow:hover {
    background: #a7116f;
}

.webzone .arrow.left {
    left: 15%;
}


.webzone  .arrow.right {
    right: 15%;
}
/* End  scroll COMPUTER IMAGE */
.s{
    color: red;
}

.d_help_box ul{
   padding: 15px 15px;
    line-height: 30px;
    font-size: 16px;
    margin-bottom: 0px; 
}
.d_help_box ul li a {
    color: black;
    text-decoration: underline;
}
.newbar{
        font-size: 14px;
    margin-bottom: 10px;
}

/* ====== hero ====== */
.hero {
    height: 100%;
    width: 100%;
 background-color: #ffffff;
/*background-image: url("https://www.cdrwriters.io/img/image.webp");*/
    background-position: center;
        background-size: cover;
    background-repeat: no-repeat;
    position : relative;
        z-index: 2;
    justify-content: space-between;
    align-items: center;
    /*display: flex;*/
    position: relative;
}
.left-area{
        z-index: 2;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
     margin-top: 2rem;
    padding-top: 0;
    display: flex;
}
.right-area{
    z-index: 2;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 0;
    display: flex;
}
.hero__reviews {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: right;
    display: grid;
}
.hero__reviews img{
    width:55%;
}
.service__reviews img {
    width: 100%;
}

.banner{
    margin-top: 2rem;
}
.banner_title{
    font-size: 3em;
    background-image: linear-gradient(-225deg, #231557 0, #44107a 29%, #ff1361 67%, #fff800 100%);
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    -webkit-background-clip: text;
    animation: 2s linear infinite textclip;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
}
@keyframes textclip {
    to {
        background-position: 200% center;
    }
}

.banner_para{
    font-size: 1.6rem;
    color: #000;
}
.btn-quote{
    padding: .5rem 2rem;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: #2eb77b;
    margin-right: 2rem;
    border-radius: 5px;
    transition: all .3s;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.btn-quote:hover{
    background: #000;
    color: #fff;
}
.btn-help{
    padding:.5rem  2rem ;
    font-size: 16px;
    font-weight:bold;
    border-radius : 5px;
    color: #fff;
    background:#000;
    transition: all .3s;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.btn-help:hover{
    background: #e66969;
    color: #fff;
}
.banner_list{
    font-size: 1.4rem;
    color: #000;
    padding-left: 0px;
    line-height: 30px;
  
}
.banner_list li{
    position: relative;
    padding-left: 2rem;
    font-weight: 500;
}
.banner_list li::after {
    content: '\f058';
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    position: absolute;
    top: -3%;
    left: 0;
    color: #329fd9;
}
.banner_form{
    background-color: #fff;
    padding: 2rem 3rem;
    border-radius: 1rem;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.form_title{
    font-size: 30px;
    margin-bottom: 2rem;
}
.pf-banner {
    padding-bottom: 0;
    height: calc(100vh - 10.55rem);
    position: relative;
    background: transparent;
    width: 100%;
    display: block;
    overflow: hidden;
}

video {
    height: 90vh;
    display: block;
    opacity: 1;
    width: 100vw;
    position: absolute;
    max-width: 100%;
    top: auto;
    object-fit: cover;
    bottom: -7rem;
}
/* ==============  service ============= */
.trust
{
        padding: 3rem 0rem;
    background: url(../img/sea.svg) bottom no-repeat #fff;
    background-size: cover;
}
.trust-section
{
    padding: 10px;
    font-size: 18px;
    line-height: 24px;
    background-color: #f2f2f2;
    border-radius: 20px;
}

.trust-section-2
{
    padding: 10px;
    font-size: 18px;
    line-height: 24px;
   background-color: #f2f2f2;
    border-radius: 20px;
    display: flex;
}

.r-trust__row {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: stretch;
    display: grid;
}
.r-trust__card {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    color: var(--r-black-dark);
    background-image: linear-gradient(119deg, #f7f7f78c, #cc6c6c1c);
    border-radius: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    padding: 10px;
    text-decoration: none;
    display: flex;
}
.r-trust__name{
    align-items: center;
    display: flex;
}
.r-trust__raitimg
{
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    display: flex;
}
.r-trust__star {
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    display: flex;
}
.r-trust__star img {
width:100%;
}
.r-trusted__col {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    text-align: center;
    flex-flow: column;
    flex: 1;
    justify-content: flex-start;
    align-items: center;
    padding-top: 10px;
    display: flex;
}
.r-trust__top {
    font-size: 16px;
    line-height: 28px;
}
.r-trust__bold {
    font-weight: 600;
}

.r-trust__left {
    font-size: 20px;
    line-height: 28px;
    width: 40%;
}
.r-trust__wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    margin-left: auto;
    display: flex;
    position: relative;
}
.r-trust__img {
    justify-content: center;
    align-items: center;
    display: flex;
}
.r-trust__small {
    color: #0006;
    font-size: 10px;
    line-height: 5px;
}
.r-trust__mid {
    text-align: center;
    font-size: 60px;
    font-weight: 300;
    line-height: 90px;
}
.r-trust__bot {
    color: var(--r-gray-dark);
    text-align: right;
    font-size: 20px;
    line-height: 28px;
}

.services, .steps {
    padding: 40px 0px;
}

 .title {
   font-size: 3rem;
    color: black;
    text-align: center;
}

 .title  span{
  color:#2eb67b;
  font-weight: bold;
}
 .para {
    font-size: 1.6rem;
    text-align: left;
    /*padding: 0 100px;*/
    /*margin-top: 12px;*/
}

.our_services {
    margin-top: 30px;
}

.our_services .service_box {
 display: flex;
    position: relative;
    transition: all .3s;
    cursor: pointer;
    background: white;
    border: 0.2rem solid;
    padding: 2rem;
    border-radius: 0.3rem 2rem 0 0;
    height: 380px;
}

.our_services .service_box .icon img {
    width: 60px;
}

.our_services .service_box .icon {
    flex-basis: 48px;
    flex-shrink: 0;
    margin-right: 20px;
}

.our_services .service_box .icon_content .icon_title {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 12px;
}

.our_services .service_box .icon_content .icon_para {
     font-size: 1.4rem;
    color: #2d2d2d;
    margin-bottom: 0;
    line-height: 24px;
}

.our_services .service_box:hover .icon img {
    animation: zoom 1s infinite linear;
}

@keyframes zoom {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.3);
    }
}





/* ========= mission_vision ======= */

.mission_vision{
    padding: 40px 0 30px 0px;
    background: #e7f5ff;
}
.d_help
{
    padding: 40px 0px;
    position: relative;;
}
/*.d_help::before*/
/*{*/
/*  content: "";*/
/*    position: absolute;*/
/*    top: -29rem;*/
/*    left: -40rem;*/
/*    width: 179rem;*/
/*    height: 69rem;*/
/*    background: url(https://purplefabric.ai/wp-content/uploads/2025/06/ede-banner-bg.png);*/
/*    background-size: cover;*/
/*    background-repeat: no-repeat;*/
/*    opacity: 0.2;*/
/*    transform: scale(0.5);*/
/*    z-index: -1;*/
/*}*/
.box-green {
    border-color: #80b38c !important;
    box-shadow: 0 2px 4px rgba(128, 179, 140, 0.5);
}
.box-orange {
    border-color: #dba872 !important;
    box-shadow: 0 2px 4px rgba(219, 168, 114, 0.5);
}
.box-purple {
    border-color: #ac9cd4 !important;
    box-shadow: 0 2px 4px rgba(172, 156, 212, 0.5);
}
.box-pink {
    border-color: #a7116f !important;
    box-shadow: 0 2px 4px rgba(128, 179, 140, 0.5);
}
.box-blue {
    border-color: #0c8690 !important;
    box-shadow: 0 2px 4px rgba(219, 168, 114, 0.5);
}
.box-yellow {
    border-color: #d9c715 !important;
    box-shadow: 0 2px 4px rgba(172, 156, 212, 0.5);
}
.mission_vision
.title {
    font-size: 3rem;
    color: black;
    text-align: center;
}

.mission_vision  .para {
    font-size: 1.6rem;
       margin-top: 10px;
    padding: 0px;
    text-align: left;
    
}
.mission_vision .nav-pills .nav-link.active {
    background: #a7116f;
    color: #fff !important;
}

.mission_vision  .nav-pills .nav-link {
    width: 250px;
    margin-bottom: 1.6rem;
    box-shadow: 0.15rem 0.3rem 0.425rem 0.275rem rgb(0 0 0 / 10%);
    font-size: 1.6rem !important;
    font-weight: 500 !important;
}
.vision_mission_tabs{
    display: flex;
    align-items: center;
    justify-content: center;
}
/* Chrome, Edge, Safari */
::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 6px;
}

::-webkit-scrollbar-thumb {
    background-color: #a7116f;
    border-radius: 6px;
    border: 3px solid #f1f1f1;
}

/* Hover effect */
::-webkit-scrollbar-thumb:hover {
    background-color: #8f0f5f;
}

/* Firefox */
html {
    scrollbar-width: thin;
    scrollbar-color: #a7116f #f1f1f1;
}
.margin{
    margin-top: 40px;
}
.nav-pills .nav-link:hover{
    background: #20beca;
    color: #fff important;
}
.nav-pills .nav-link.active {
    background: #20beca;
    color: #fff !important;
}
.vision_mission_content{
      height: 150px;
    overflow-y: scroll;
}
.vision_mission_content .title
{
   font-size: 1.8rem;
   font-weight: 600;
    text-align: left; 
}
.vision_mission_content p{
        font-size: 1.4rem;
    margin-bottom: 0rem;
    line-height: 20px;
}
.tab-pane{
    font-size: 16px;
    color: #000;
    letter-spacing: .5px;
    line-height: 25px;
}



/* =========================== ser _ offer ======================= */
.member-1 {
     display: flex;
    align-items: center;
    border: 0.1rem solid #866ec7;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    border-radius: 0.5rem 0.5rem 1rem 0.5rem;
    box-shadow: 0 4px 12px rgba(128, 179, 140, 0.3), 0 7px 8px rgba(128, 179, 140, 0.2);
    position: relative;
    height: 230px;
}
.member-1 img {
    width: 5rem;
    margin-right: 1rem;
}
.customer-experience h6 {
    color: #866ec7;
    font-size: 1.6rem;
}
.customer-experience p {
    font-size: 1.4rem !important;
}
.green-img-1
 {
    position: absolute;
    top: auto;
    right: -1.180rem;
    bottom: -0.15rem;
}
.tabBlock-tabs {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tabBlock {
    margin: 2.5rem 0 0 0;
}

.tabBlock-tab {
    background-color: #2eb77b;
    border-color: #d8d8d8;
    border-left-style: solid;
    border-top: solid;
    border-width: 2px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    padding: 0.625rem 1.25rem;
    position: relative;
    -webkit-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
}

.tabBlock-tab:last-of-type {
    border-right-style: solid;
}

.tabBlock-tab::before,
.tabBlock-tab::after {
    content: "";
    display: block;
    height: 4px;
    position: absolute;
    -webkit-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
}

.tabBlock-tab::before {
    background-color: #b6b5b5;
    left: -2px;
    right: -2px;
    top: -2px;
}

.tabBlock-tab::after {
    background-color: transparent;
    bottom: -2px;
    left: 0;
    right: 0;
}

@media screen and (min-width: 700px) {
    .tabBlock-tab {
        padding-left: 1.2rem;
        padding-right: 1.2rem;
    }
}

.tabBlock-tab.is-active {
    position: relative;
    color: #000;
    background-color: #fff;
    z-index: 1;
}

.tabBlock-tab.is-active::before {
    background-color: #000;
}

.tabBlock-tab.is-active::after {
    background-color: #fff;
}

.tabBlock-content {
    background-color: #fff;
    border: 2px solid #d8d8d8;
    padding: 1.25rem;
}

.tabBlock-pane> :last-child {
    margin-bottom: 0;
}

.ser_list li {
    font-size: 16px;
    color: #000;
    position: relative;
    margin-left: 2rem;
    padding-left: 2rem;
}

.ser_list li::after {
    content: '\f058';
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    position: absolute;
    top: -3%;
    left: 0;
    color: green;
}

/* =================== d_help =================== */
.d_help_container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(30%, auto));
    grid-template-rows: 1fr 1fr;
    grid-gap: 50px;
    margin-top: 50px;
}

.d_help_box {
    margin-top: 50px;
    padding: 20px;
    background: #F4F4F4;
    border: 1px solid #cfc9c4;
    border-radius: 10px;
    height: 330px;
}
.d_help_box img{
       width: 50px !important;
    height: 50px !important;
    background: #fff;
    border-radius: 68px;
    border: 1px solid #c7c7c7;
    margin: -50px 0 10px;
    padding: 5px;
}

.d_help_box .d_help_title a {
    font-size: 2.2rem;
    font-weight: 600;
    color: black;
 
}
.d_help_box .d_help_box_content {
    font-size: 1.6rem;
    line-height: 150%;
    color: #000;
    padding-bottom: 0;

}
.center{
    display: flex;
    align-items: center;
    justify-content: center;
   
}

.order-now-btn{
    position: relative;
    z-index: 1;
    overflow: hidden;
    font-weight: 600;
    padding: 5px 20px;
    border: 1px solid #a7116f;
    border-radius: 25px;
    transition: color 0.3s ease, background 0.3s ease;
        font-size: 1.6rem;
}
.order-now-btn:hover {
  transform: scale(1.1); /* Zoom-in effect */
}
.order-now-btn::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: conic-gradient(
    from 0deg,
    #ff0000,
    #ff9900,
    #33cc33,
    #00ccff,
    #9900cc,
    #ff0000
  );
  z-index: -1;
  animation: rotateBorder 2s linear infinite;
  border-radius: 8px; /* Match button radius */
}
.order-now-btn::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  background-color: #fff; /* Inside color of the button */
  z-index: -1;
  border-radius: 6px; /* Match button inside radius */
}

@keyframes rotateBorder {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* ==================== steps =================== */

.step_container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(30%, auto));
    gap: 50px;
    margin-top: 40px;
   
}
.step_container .step_box{
        transition: .3s ease;
    padding: 1rem;
    cursor: pointer;
    background: white;
    border-radius: 10px;
     border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
 .box_img img{
    height: 50px;
    margin-bottom: 1rem;
}
.step_container .step_box .box_title{
    font-size: 18px;
    font-weight: 600;
}
.box_content{
    font-size: 16px;
    line-height: 24px;
    color: #333;
    margin-bottom: 0;
}

/* =============== review =================== */

.review {
  
    padding: 40px 0;
}



#news-slider {
    margin-top: 20px;
}

.post-slide {
   background: #fff;
    height: 280px;
    /* margin: 20px 15px 20px; */
    border-radius: 5px;
    padding: 1.5rem;
    /* box-shadow: 0px 14px 22px -9px #bbcbd8; */
    border: 1px solid #dee2e675;
}

.post-slide .post-description {
    font-size: 14px;
    line-height: 24px;
    color: #000;
    margin-bottom: 25px;
}


.reviewer_start {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.reviewer_name {
       font-size: 16px;
    color: #000;
    font-weight: bold;
    margin-bottom: 0px;
}

.rate_star span {
    color: #eeae0a;
}


/* ================= faq ======================== */
.faq {
    padding: 0 0 40px 0;
    background: url(../img/sea.svg) bottom no-repeat #fff;
    background-size: cover;
}


.accordion {
    /*width: 90%;*/
    /*max-width: 1000px;*/
    /*margin: 2rem auto;*/
}

.accordion-item {
    background-color: #fff;
    color: #111;
    margin: 1rem 0;
    border-radius: 0.5rem;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
}

.accordion-item-header {
   padding: 10px 15px;
    line-height: 2rem;
    font-size: 1.6rem;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    margin-bottom: 0px;
}

.accordion-item-header::after {
    content: "\002B";
    font-size: 2rem;
    position: absolute;
    right: 1rem;
}

.accordion-item-header.active::after {
    content: "\2212";
}

.accordion-item-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.accordion-item-body-content {
    padding: 1rem 2rem;
    line-height: 2.1rem;
    border-top: 1px solid;
    border-image: linear-gradient(to right, transparent, #34495e, transparent) 1;
    font-size: 1.4rem;
}
.faq_list{
    list-style: disc;
}
.faq_list li{
    margin-left: 3rem;
    padding-left: 1rem;   
}


/* ====== fooooter ======= */
.footer-section {
    background-color: black;
    position: relative;
}

.footer-widget ul li a{
    color:white;
    font-size: 15px;
}
.footer-widget ul li a:hover{
    text-decoration: underline;
}

.footer-widget ul li{
     color: white;
    display: flex;
    align-items: center;
    gap: 5px;
}
.footer-widget ul li i{
   
      font-size: 1.3rem;
      color:white;
}
.footer-widget ul li span{
color: white;
    font-size: 1.3rem;
    line-height: 28px;
}

.footer-widget ul li a{
  font-size: 1.4rem;
    line-height: 24px;
}
.footer-content {
    position: relative;
    z-index: 2;
}

.footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
}

.footer-logo {
    margin-bottom: 20px;
}

.footer-logo img {
    max-width: 200px;
}

.footer-text p {
      font-size: 1.4rem;
    color: white;
    line-height: 20px;

}

.footer-social-icon span {
    color: #000;
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
}

.footer-social-icon a {
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
}

.footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
}

.facebook-bg {
    background: #3B5998;
}

.twitter-bg {
    background: #55ACEE;
}

.fa-instagram {
    background: #DD4B39;
}

.footer-widget-heading h3 {
      color: white;
    font-size: 1.8rem;
    text-transform: capitalize;
    margin-bottom: 30px;
    position: relative;

}

.footer-widget-heading h3::before {
   content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 59px;
    background: #a7116f;
}
.navbar-brand {
   
    width: 150px;
}
.logo
{
        width: 60%;
}

.copyright-area {
  text-align:center;
}

.copyright-text p {
      margin: 0;
    font-size: 1.2rem;
    color: white;

}

.copyright-text p a {
    color: #a7116f;
    font-weight: bold;
}

.footer-menu li {
    display: inline-block;
    margin-left: 20px;
}

.footer-menu li:hover a {
    color: #ff5e14;
}

.footer-menu li a {
    font-size: 14px;
    color: #878787;
}



/*======================= whats app*/


.whatsAppCTAWrp {
      position: fixed;
     z-index: 99; 
    bottom: 15%;
    left: 0px;
    /* right: 5px; */
    border-right: none;
    bottom: 30px;
    left: 30px;
}



.whatsAppCTAWrp img {
    max-width: 80px;
    display: block;
    animation: shake 12s;
    animation-iteration-count: 1;
    animation-iteration-count: infinite;
        cursor: pointer;
}

@-webkit-keyframes shake {
    0%, 100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}



.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}


.btnhover .mt_btn_white-bor {
    color: #fff
}

.btnhover .mt_btn_white-bor:before {
    background-color: #31b8a8;
}

.btnhover .mt_btn_white-bor.on-hover {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
}

.btnhover {
    display: inline-block;
    position: relative;
    margin-left: 5px;
    width: 76%;
    transition: all 400ms ease;
}

.btnhover:hover .mt_btn_white-bor.on-hover {
    opacity: 1;
    transition: all 200ms ease;
    border: 2px solid #fff;
    padding: 8px 20px;
    display: inline-block;
    border-radius: 5px;
}

.btnhover:hover .mt_btn_white-bor {
    opacity: 0;
}

:root {
    --background_color: #0f0f10;
    --text-color: rgb(233, 225, 225);
    --yellow: #edda0a;
    --neon: #01d9fa;
    --red: #ed3519;
}



.box {

    animation: box 2s linear infinite;
}

.box:hover {
    animation: none;
}



/*============ thank you ==============*/

.thank{
    height: 100vh;
    width: 100%;
       display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.thank_img{
    height: 70%;
   max-width: 800px;
 
}
.thank_img img{
    height: 100%;
    width: 100%;
}

/*======== 404 ========*/

.page_404{
    height: 100vh;
    width: 100%;
    padding: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.img_404{
    height: 60vh;
    max-width: 600px;
    width: 100%;
}
.img_404 img{
    height: 100%;
    width: 100%;
}