@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900|Caladea:400,700");


#scrollTopBtn {
  display: none;
  position: fixed;
  bottom: 40px;
  right: 30px;
  z-index: 99;
  width: 40px;          /* Width set */
  height: 40px;         /* Height set */
  background-color: #ed1a3b;
  color: white;
  border: none;
  border-radius: 50%;   /* Circular button */
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

    #scrollTopBtn:hover {
      background-color: darkred;
    }

  #scrollTopBtn i {
  font-size: 20px;
  color: white;
  text-shadow: 0 0 1px white, 0 0 1px white;
}



 @keyframes float {
      0%   { transform: translateY(0); }
      50%  { transform: translateY(-10px); }
      100% { transform: translateY(0); }
    }

    /* WhatsApp Icon Style */
    .whatsapp-icon {
      position: fixed;
      bottom: 20px;
      left: 20px;

      width: 50px;
      height: 50px;

      background-color: #25D366;
      color: white;

      border-radius: 50%; /* Perfect round shape */
      display: flex;
      justify-content: center;
      align-items: center;

      font-size: 28px;
      z-index: 1000;
      text-decoration: none;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);

      animation: float 2s ease-in-out infinite;
    }

    .whatsapp-icon:hover {
      background-color: #3cc0b1;
    }
    
/* ------------------------------------------------------------------------------- */


* {
    margin: 0;
    border: 0;
    box-sizing: border-box;
}

body {
    font-family: Poppins, sans-serif !important;
}

 
    .navbar button {
    background-color: #ed1a3b!important;
    margin-top: .8rem!important;
    height: 2.2rem!important;
    width: 4rem!important;
    border-radius: 8px;
    display: inline-block;
    position: relative;
    width: auto;
    border: 0;
    outline: 0;
    color: white!important;
    }

    .la-bars{
        color: white!important;
    }

    .navbar button:hover {
     background: white!important;
    color: black;
    box-shadow: rgba(229, 39, 52, 0.64) 0 2px 8px;
    transition: all 0.5s ease; 
    }

    .la-bars:hover{
        color: black!important;
    }

/* ------Header----- */
header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 4;
    padding: 0 0;
}

.top-header {
    background-color: #ed1a3b!important;
    padding: 4px 0;
    text-align: center;
    color: #ffffff;
}

.top-header a {
    color: #fff !important;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.5px;
}

/* -------NavBar------- */
.menu_area.menu1 {
    background-color: #fff;
}

.container {
    padding-right: 15px !important;
    padding-left: 15px !important;
}

.menu_area {
    box-shadow: .33333rem 0 1.33333rem rgba(87, 87, 87, .1);
    position: relative;
}

.menu_area .navbar {
    padding: 0.3rem;
}

.navbar-logo {
    margin-right: 124px;
    margin-left: -9px;
}

.navbar-nav {
    margin-left: auto;
}

.navbar-light .navbar-nav .nav-link {
    color: #131313 !important;
}

.navbar .navbar-toggler {
    padding: .33333rem .66667rem;
    box-shadow: 0 0 4px rgba(0, 0, 0, .1);
    border: 1px solid #f2f2f2 !important;
}

.navbar .navbar-toggler:hover {
    border-color: #ed1a3b!important;
    box-shadow: none;
}

/*Dropdown Menu Styles*/
.menu_area .navbar-nav .nav-link {
    font-weight: 500;
    text-transform: capitalize;
    padding: 1.2rem 0.7rem !important;
}

.nav-item .dropdown-menu {
    border: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important;
    margin-top: 0px!important;
    display: block;
    top: 2rem !important;
    border-radius: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    padding: 1rem;
}


/* Show dropdown menu on hover with transition */
.menu_area .navbar .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    top: 3.66667rem !important;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.menu_area .navbar .navbar-nav .nav-item.dropdown .nav-link {
    position: relative;
}

.menu_area .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    font-size: 12px;
    font-weight: 500!important;
}

/* Arrow */
.dropdown .las {
    font-size: 18px;
    color: #131313;
}

.dropdown .las:hover{
    color: #ed1a3b!important;
}

.dropdown-menu a:hover {
    color: #ed1a3b!important;
}

/* Dropdown menu item hover styles */
.dropdown-item:hover {
    background-color: #fff !important;
}

.dropdown-item:active {
    background-color: #fff !important;
}


/* -------Hero Section------ */
.banner-section {
    padding: 120px 0 60px;
    background-image: linear-gradient(to top, rgb(28 110 112 / 17%), rgb(28 110 112 / 17%));
}

.banner-container {
    margin-left: auto;
    margin-right: auto;
    min-height: 560px;
    z-index: 1;
    display: flex;
    padding: 0 15px;
    align-items: center;
    justify-content: space-between;
}

h1 {
    font-size: 44px !important;
    font-weight: 600 !important;
}

h1 span {
    display: block;
    color: #ed1a3b!important;
}

.banner-content>p {
    margin-top: 20px;
}

#get-call-form,
#get-call-form-mobile {
    max-width: 420px;
    margin-top: 35px;
    position: relative;
}

.login #get-call-form .form-field,
.login #get-call-form-mobile .form-field {
    align-items: center;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 15px 33px rgba(45, 55, 72, .14), 0 4px 8px rgba(113, 125, 150, .1), 0 .997515px 3px rgba(113, 125, 150, .21), inset 0 2px 2px rgba(255, 255, 255, .25);
    display: flex;
    margin-bottom: 40px;
    padding: 8px;
    position: relative;
}

#get-call-form .form-field>input,
#get-call-form-mobile .form-field>input {
    border: none;
    flex: 1 1;
    font-size: 15px;
    font-weight: 500;
    line-height: 13px;
    margin-right: 8px;
    min-width: 0;
    padding: 12px;
    width: 100%;
    outline: 0;
    box-shadow: none;
}

.login #get-call-form button,
.login #get-call-form-mobile button {
    cursor: pointer;
    font-size: 14px;
    height: 36px;
    line-height: 13px;
    padding: 0 20px;
    white-space: nowrap;
    position: absolute;
    top: 12px;
    right: 12px;
    bottom: 0;
    background: #cc0000;
}

.call-btn {
    background: #c8010f;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 15px;
    display: inline-block;
    position: relative;
    box-shadow: rgb(229 39 52 / 64%) 0 2px 8px;
    width: auto;
    border: 0;
    outline: 0;
}

.call-btn:hover {
    background-color: #ed1a3b!important;
    color: #ffffff !important;
    box-shadow: 0 7px 16px rgba(28, 110, 112, 1) !important;
}

.call-btn,
.new-btn {
    transition: .4s;
    font-size: 18px !important;
    color: #ffffff;
}

.starting-price {
    font-size: 18px;
    margin-top: 30px;
}

.starting-price span {
    border-bottom: 2px solid #00696c;
    color: #ed1a3b!important;
}

.banner-btn {
    margin: 30px 0 0 0;
}

/* --------Trusted Points------ */
.trusted-points {
    padding: 60px 0 40px;
}

.trusted-points ul {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    list-style: none;
    flex-wrap: wrap;
}

.trusted-points ul li {
    padding: 20px 10px;
    max-width: 20%;
    flex: 0 0 20%;
    text-align: center;
}

.trusted-points ul li .trust-box {
    gap: 15px;
    background: #ffffff;
    padding: 10px;
    border-radius: 5px;
    align-items: center;
}

.trusted-points ul li .icon {
    display: inline-block;
    margin-bottom: 0;
}

img {
    max-width: 100%;
    height: auto;
}

.trusted-points ul li h3 {
    font-size: 22px;
    font-weight: 700;
    margin: 15px 0;
}

.trusted-points ul li p {
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 500;
    opacity: .7;
    font-size: 15px;
}

/* ------Content Area----- */
.content-area {
    padding-bottom: 70px;
}

.content-box {
    padding: 30px 0 0 0;
    text-align: center;
}

/* ------Video Demo----- */
.video-demo-started {
    padding: 0;
    background: #ffffff;
}

.video-autoplay {
    width: 100%;
    height: 100%;
    padding: 60px 0 0;
}

#player-container {
    text-align: center;
    max-width: 950px;
    margin: 0 auto;
    border: 4px solid #dadada;
    border-radius: 30px;
    padding: 30px;
    overflow: hidden;
}

#player-container iframe {
    width: 100%;
    height: 496px;
    border-radius: 20px;
    overflow: hidden;
    background: #ffffff;
}

/* ------Industry Work------ */
.industry-work {
    padding: 80px 0 0;
}

.industry-work .heading {
    margin-bottom: 70px;
}

.card {
    height: 100%;
    border: none !important;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
    transition: transform 0.6s ease;
}

.card:hover {
    transform: translateY(-20px);
}

/* ------Power Business----- */
.power-bs {
    padding: 60px 0 80px;
}

.power-bs .heading>* {
    margin-bottom: 40px;
}

ul {
    padding: 0 !important;
    list-style-type: none;
    margin: 0;
}

.horizontal {
    display: flex;
    align-items: center;
    margin-bottom: 65px;
    justify-content: center;
    text-align: center;
}

.horizontal>li {
    border-bottom: 2px solid #c4c8d1;
    border-radius: 0;
    min-width: clamp(70px, 40%, 140px);
}

.horizontal>li.active {
    border-color: #ed1a3b!important;
}

.tab-content {
    display: none;
    /* Hide all tab content initially */
}

.tab-content.active {
    display: block;
    /* Show the active tab content */
}

.img_icon1 img {
    width: 30px;
    height: 30px;
    position: relative;
    left: 13px;
    margin-bottom: 10px;
}

.horizontal>li>a .power-tab-heading {
    color: #1c6e70;
    font-weight: 500;
}

.tab-pane-col {
    padding: 0 20px;
}

.power-bs .bullet-bg {
    padding-top: 15px;
}

.icon-list.bullet-bg i {
    border-radius: 100%;
    width: 20px;
    height: 20px;
    top: .2rem;
    font-size: .6rem;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    display: table;
    position: absolute;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fa-check,
.feature-text-color::after,
.new-btn {
    background: #ed1a3b!important;
    color: #ffffff;
}

.icon-list.bullet-bg li {
    padding-left: 28px;
    font-weight: 400;
    color: #000;
    position: relative;
}

.icon-list:not(.row) li+li {
    margin-top: 11px;
}

.power-bs .tab-pane-col>img {
    max-width: 590px;
    margin-left: auto;
    display: block;
    border-radius: 8px;
}

/* -----Quick Access----- */
.quick-access-heading h2 {
    position: relative;
    border-radius: 15px;
    text-align: center;
    padding: 3px 0 10px;
    background: #1c6e70;
    color: #ffffff;
    margin-bottom: 30px;
}

.easy-operate-back {
    background: #1c6e70;
    background-position: right;
    padding: 30px;
    border-radius: 15px;
}

#run_b .manage-content-col {
    background-color: #ffffff;
}

.manage-content-col {
    max-width: 468px;
    margin: 0 auto;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 2px 30px #ccc6;
    height: 100%;
}

.manage-content-col h3 {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
}

/* -----Marg Works----- */
.bg-soft-primary {
    padding: 80px 0;
}

.bg-soft-primary .marg-works-section {
    margin-top: 85px;
}

.bg-soft-primary .margin-line-1 {
    margin-bottom: 200px;
}

.bg-soft-primary .margin-line-2 {
    margin-bottom: 100px;
}

.bg-soft-primary .cust_line {
    max-width: 250px;
}

.bg-soft-primary .cust_line h3 {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 6px !important;
}

.bg-soft-primary .cust_line p {
    font-size: 16px;
}

.bg-soft-primary .arrow-line-one {
    margin-bottom: 190px;
}

.bg-soft-primary .arrow-line-two {
    margin-bottom: 95px;
}

/* ------Overlay Background----- */
#call_action {
    padding: 50px 0;
    background-attachment: fixed;
}

.bg-overlay {
    position: relative;
    z-index: 0;
    border: 0;
    border-radius: 10px;
}

.bg-overlay::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(30, 34, 40, .5);
}

#call_action h2 {
    font-size: 17px;
    position: relative;
    padding-left: 28px;
}

#call_action h3 {
    font-size: 32px;
    font-weight: 600;
}

.text-line::before {
    content: "";
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 5px;
    width: .75rem;
    height: .05rem;
    background: #3f78e0;
}

.text-line.text-white::before {
    background-color: #ffffff;
}

/* -----Mobile App------ */
.mobile-app {
    padding: 80px 0;
}

.mobile-app-content>span {
    color: #ffffff;
    border-radius: 16px;
    justify-content: center;
    align-items: center;
    display: inline-block;
    padding: 6px 16px;
    margin-bottom: 20px;
    background-color: #ed1a3b!important;
}

.mobile-app-content h2 {
    margin-bottom: 25px;
}

/* Adjusting the mobile-app-image container */
.mobile-app-image {
    position: relative;
    margin: 0 auto;
}

.mobile-app-image>img {
    margin: 0 auto;
    display: block;
    border-radius: 10px;
    max-width: 666px;
    width: 100%;
}

.mobile-app-content-data {
    color: #ffffff;
    border-radius: 8px;
    padding: 18px;
    position: absolute;
    bottom: 24px;
    left: -24px;
    margin: 0;
    box-shadow: 0 0 10px #00000051;
    background-color: #ed1a3b!important;
}

.mobile-app-icon-badge,
.mobile-app-icon-swithcher {
    width: 72px;
    height: 72px;
    border-radius: 12px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.mobile-app-icon-badge {
    background-color: #c8010f;
    position: absolute;
    top: 36px;
    left: -37px;
}

.mobile-app-icon-swithcher {
    position: absolute;
    bottom: 36px;
    right: -37px;
    background-color: #ed1a3b!important;
}


/* ------Footer------ */
.footer-home {
    background-color:#FFF7ED!important;
    color: #ffffff !important;
    position: relative;
    margin-top: 50px;
    padding-top: 0;
}
.footer-home p{
    font-family: 'Poppins', sans-serif;
    color: #212529;
    font-size: 1rem!important;
    font-weight: 500!important;
    margin-bottom: 0!important;
}

.footer-inner-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    margin: 0 auto;
}

.footer-inner-col:first-child {
    width: 28%;
}

.footer-inner-erap {
    padding: 13px 0;
    border-radius: 15px;
    max-width: 550px;
}

footer .footer-logo {
    max-width: 150px;
    margin-bottom: 16px;
}

.footer .small,
.footer p {
    color: #131313 !important;
}

.footer p {
    line-height: normal;
    font-size: 14px;
}

.footer-inner-col:nth-child(2) {
    width: 72%;
}

.list-unstyled {
    column-gap: 20px;
    display: flex;
    align-items: center;
    justify-content: end;
}

.footer .footer-link-1 li {
    margin: 0 0 5px;
}

footer ul:not(.list-inline):not(.slides)>li {
    line-height: 30px !important;
}

.footer .footer-link-1 li a {
    position: relative;
    color: #131313 !important;
    font-weight: 500;
    font-family: Poppins;
    font-size: 13px;
}

.footer .footer-bottom {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid rgba(33, 33, 53, .1);
}

.footer .small, .footer .small a {
    font-size: 14px;
}

footer a {
    font-weight: 400;
    color: #c8010f;
}



/* ----------Responsive navbar menu-------- */
@media (max-width: 992px) {
    .navbar-nav .dropdown-menu {
        position: static;
        float: none;
        width: 100%;
        top: auto;
        margin-top: 0;
        padding: 0;
        box-shadow: none;
        display: none;
    }

    .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
        display: block;
        padding: 10px 15px;
    }

    .menu_area .dropdown-menu a.dropdown-item {
        padding: 4px 15px;
    }

    .navbar .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        background: #fff;
        width: 100%;
        z-index: 100;
        max-height: 300px;
        overflow: scroll;
        -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, .1);
        box-shadow: 0 1px 6px rgba(0, 0, 0, .1);
    }

}

@media (max-width: 991px) {
    .menu_area .navbar .navbar-nav .nav-item .nav-link {
        padding: 10px 20px !important;
    }

    .menu_area .dropdown-menu,
    .menu_area .mega-menu {
        width: 100%;
        -webkit-box-shadow: 0 0 0;
        box-shadow: 0 0 0;
        background: #f9f9f9;
        left: auto;
        position: initial;
        padding: 10px 20px;
    }
}

/* Hover color for the navbar links in non-responsive view */
@media (min-width: 993px) {

    /* Targets screens larger than 992px (for desktop menu)*/
    .navbar-light .navbar-nav .nav-link:hover {
        color: #ed1a3b!important;
    }
}

/* Hover color for the navbar links in responsive view */
@media (max-width: 992px) {

    /* Targets screens smaller than or equal to 992px */
    .navbar-light .navbar-nav .nav-link:hover {
        color: #ed1a3b!important;
    }

    .menu_area .navbar .navbar-nav .nav-item.dropdown .nav-link i {
        float: right;
    }
}

@media (min-width: 992px) {
    .menu_area .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
        padding: 0 0 1rem;
    }

    .menu_area .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:last-child {
        padding: 0;
    }
}

/* ------------Responsive--------- */
@media only screen and (max-width: 767px) {
    .container-own {
        max-width: 100%;
        width: 100%;
    }

    h1 {
        font-size: 28px !important;
    }

    h2 {
        font-size: 25px !important;
    }

    li,
    p {
        font-size: 14px;
    }

    /* navbar */
    .navbar img {
        height: 40px !important;
    }

    /* Hero section */
    .banner-container {
        padding: 10px 0 30px;
        flex-wrap: wrap;
        min-height: inherit;
    }

    .banner-section {
        padding: 130px 0 20px;
    }

    .banner-content {
        width: 100%;
    }

    .banner-content p {
        font-size: 13px;
    }

    .starting-price {
        text-align: center;
        font-size: 16px !important;
    }

    .banner-btn {
        text-align: center;
        margin-top: 40px;
    }

    .banner-btn .call-btn {
        font-size: 14px !important;
    }

    .heading h2 {
        font-size: 25px !important;
    }

    .login #get-call-form .form-field,
    .login #get-call-form-mobile .form-field {
        margin-bottom: 25px;
    }

    .banner-img {
        display: none;
    }

    /* Trusted Points */
    .trusted-points {
        padding: 30px 0;
    }

    .trusted-points ul li .trust-box {
        height: auto;
    }

    .trusted-points ul li {
        max-width: 50%;
        flex: 0 0 50%;
        padding: 5px;
    }

    /* Video Demo */
    #player-container {
        height: 240px;
        padding: 15px;
    }

    #player-container iframe {
        height: 100%;
    }

    .content-area {
        padding-bottom: 0;
    }

    /* Industry Work */
    .industry-work {
        overflow: inherit;
        height: auto;
        padding: 40px 0;
    }

    .industry-work .heading {
        margin-bottom: 40px;
    }

    /* Power Business */
    .power-bs {
        padding: 30px 0 40px;
    }

    .horizontal {
        margin-bottom: 25px;
    }

    .tab-pane-col {
        padding: 20px 0 0;
    }

    .tab-pane-col h3 {
        font-size: 20px;
    }

    /* Quick Access */
    .easy-operate-back {
        padding: 10px;
    }

    /* Marg Works */
    .bg-soft-primary {
        padding: 40px 0;
    }

    .bg-soft-primary .marg-works-section {
        margin-top: 40px;
    }

    .marg-works-section .d-flex {
        display: block !important;
    }

    .bg-soft-primary .margin-line-1,
    .bg-soft-primary .margin-line-2 {
        margin-bottom: 40px !important;
    }

    .bg-soft-primary .arrow-line-one,
    .bg-soft-primary .arrow-line-two {
        display: none;
    }

    .bg-soft-primary .cust_line p,
    .power-bs-marg .nav-tabs li p {
        font-size: 14px;
    }

    .bg-soft-primary .cust_line {
        margin: 0 auto;
    }

    /* Overlay Background */
    .overlay {
        margin-top: 40px;
    }

    .text-line::before {
        top: 8px;
    }

    #call_action h3 {
        font-size: 18px;
    }

    .bg-overlay {
        background-size: auto 100% !important;
    }

    /* Mobile App */
    .mobile-app {
        padding: 50px 0;
    }

    .mobile-app-content-data {
        position: static;
        margin-top: 10px;
    }

    .mobile-app-icon-badge {
        top: 15px;
        left: -15px;
    }

    .mobile-app-icon-swithcher {
        bottom: 70px;
        right: 0;
    }

    /* Footer */
    .footer {
        margin-top: 0px;
    }

    .footer-inner-flex {
        display: block;
    }

    .footer-inner-col:first-child,
    .footer-inner-col:nth-child(2) {
        width: 100%;
    }

    .list-unstyled {
        flex-wrap: wrap;
        justify-content: center;
    }

    .footer .footer-link-1 li {
        margin: 0;
    }

    .social-links .justify-content-end {
        justify-content: center !important;
    }
}

@media (max-width: 1280px) {

    /* Hero section */
    .banner-section h1 {
    font-size: 32px !important;
    }

    .banner-img {
        /* width: 50%; */
        padding-left: 50px;
    }
}

@media (min-width: 1080px) {
    .banner-content {
        width: 45%;
        flex-shrink: 0;
    }


}

@media (max-width: 1079.98px) {
    /* header */
    .top-header {
        margin-bottom: 0;
        background-color: #000;
    }
}

