/**
====================================================
 REJIGPROCESS TECHNOLOGY - MAIN STYLESHEET
 Refactored from Sailor Template
 Author: RejigProcess Technology
====================================================
*/

/*==================================================
ROOT VARIABLES
==================================================*/
:root{

    --primary:#CD2467;
    --primary-dark:#B81F5C;
    --primary-light:#E46195;

    --secondary:#1B0D4F;

    --text:#555;
    --text-dark:#222;

    --white:#ffffff;

    --bg-light:#f8f9fa;
    --bg-section:#f8fbff;

    --footer:#111827;

    --shadow-sm:0 5px 20px rgba(0,0,0,.08);
    --shadow-md:0 10px 30px rgba(0,0,0,.08);
    --shadow-lg:0 20px 50px rgba(0,0,0,.15);

    --radius:20px;
}

/*==================================================
GENERAL
==================================================*/
body{
    font-family:"Open Sans",sans-serif;
    color:#444;
    overflow-x:hidden;
}

a{
    text-decoration:none;
    color:var(--primary);
    transition:.3s;
}

a:hover{
    color:var(--primary-dark);
}

h1,h2,h3,h4,h5,h6{
    font-family:"Raleway",sans-serif;
}

section{
    padding:80px 0;
    overflow:hidden;
}

.section-bg{
    background:var(--bg-light);
}

/*==================================================
SECTION TITLE
==================================================*/
.section-title{
    text-align:center;
    margin-bottom:60px;
}

.section-title h2{
    font-size:14px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:2px;
    color:var(--primary);
}

.section-title h2::after{
    content:"";
    width:120px;
    height:2px;
    background:var(--primary);
    display:inline-block;
    margin-left:10px;
}

.section-title p{
    color:#666;
    max-width:750px;
    margin:15px auto 0;
    line-height:1.8;
}

/*==================================================
HEADER
==================================================*/
#header{
    background:#fff;
    padding:15px 0;
    transition:.4s;
    z-index:1030;
    box-shadow:0 2px 15px rgba(0,0,0,.08);
}

#header.header-scrolled{
    padding:10px 0;
}

.logo-img{
    height:85px;
    width:auto;
}

.company-name{
    font-size:20px;
    font-weight:700;
    color:var(--secondary);
}

@media(max-width:991px){

    .company-name{
        display:none;
    }

    .logo-img{
        height:65px;
    }
}

/*==================================================
NAVIGATION
==================================================*/
.navbar{
    padding:0;
}

.navbar-nav .nav-link{
    color:var(--secondary);
    font-weight:600;
    margin-left:12px;
    position:relative;
    transition:.3s;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active{
    color:var(--primary);
}

.navbar-nav .nav-link.active::after{
    content:"";
    position:absolute;
    left:0;
    bottom:-5px;
    width:100%;
    height:3px;
    background:var(--primary);
}

.dropdown-menu{
    border:none;
    border-radius:12px;
    padding:10px;
    box-shadow:0 10px 25px rgba(0,0,0,.12);
}

.dropdown-item{
    padding:12px 18px;
    border-radius:8px;
}

.dropdown-item:hover{
    background:#f8f9fa;
    color:var(--primary);
}

.nav-item.dropdown {
    position: relative;
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background-color: rgba(63, 73, 83, 0.8);
  overflow: hidden;
  position: relative;
}

#hero .carousel, #hero .carousel-inner, #hero .carousel-item, #hero .carousel-item::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#hero .carousel-item::before {
  content: '';
  background-color: rgba(30, 35, 40, 0.6);
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 70px;
  left: 50px;
  right: 50px;
}

#hero .container {
  text-align: center;
}

#hero h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: 700;
}

#hero p {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  background: none;
  font-size: 30px;
  line-height: 0;
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#hero .carousel-control-next-icon:hover, #hero .carousel-control-prev-icon:hover {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}

#hero .carousel-indicators li {
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  opacity: .6;
  transition: 0.3s;
}

#hero .carousel-indicators li.active {
  opacity: 1;
  background: #d9232d;
}

#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  background: #d9232d;
}

#hero .btn-get-started:hover {
  background: #df3740;
}

@media (max-width: 992px) {
  #hero {
    height: 100vh;
  }
  #hero .carousel-container {
    top: 8px;
  }
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 28px;
  }
}

@media (min-width: 1024px) {
  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 5%;
  }
}

@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }
}
/*==================================================
BUTTONS
==================================================*/
.btn-rp{
    background:var(--primary);
    color:#fff;
    border:none;
    padding:14px 35px;
    border-radius:50px;
    font-weight:700;
    display:inline-block;
    transition:.3s;
}

.btn-rp:hover{
    background:var(--primary-dark);
    color:#fff;
    transform:translateY(-4px);
}

.btn-rp-outline{
    border:2px solid var(--primary);
    color:var(--primary);
    padding:14px 35px;
    border-radius:50px;
    font-weight:700;
    background:transparent;
}

.btn-rp-outline:hover{
    background:var(--primary);
    color:#fff;
}

/*==================================================
ABOUT
==================================================*/
.about-image{
    position:relative;
}

.about-image img{
    border-radius:20px;
}

.experience-badge{
    position:absolute;
    right:20px;
    bottom:20px;
    background:var(--primary);
    color:#fff;
    padding:20px;
    border-radius:15px;
}

.feature-icon{
    width:50px;
    height:50px;
    border-radius:50%;
    background:var(--primary);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
}

.mission-box{
    border-left:5px solid var(--primary);
}

/*==================================================
SERVICES
==================================================*/
.services{
    background:var(--bg-section);
}

.service-card{
    background:#fff;
    padding:35px;
    border-radius:var(--radius);
    height:100%;
    border-top:4px solid transparent;
    transition:.4s;
    box-shadow:var(--shadow-md);
}

.service-card:hover{
    transform:translateY(-10px);
    border-top-color:var(--primary);
    box-shadow:var(--shadow-lg);
}

.service-icon{
    width:80px;
    height:80px;
    border-radius:20px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:25px;
    background:linear-gradient(
        135deg,
        var(--primary),
        var(--primary-light)
    );
}

.service-icon i{
    color:#fff;
    font-size:34px;
}

.service-card h4{
    color:var(--secondary);
    font-weight:700;
}

.service-card p{
    color:#666;
    line-height:1.8;
}

/*==================================================
CORE VALUES
==================================================*/
.core-values{
    background:var(--bg-light);
}

.value-box{
    background:#fff;
    padding:30px;
    border-radius:15px;
    text-align:center;
    height:100%;
    box-shadow:var(--shadow-sm);
    transition:.3s;
}

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

.value-box i{
    font-size:50px;
    color:var(--primary);
}

.value-box h4{
    color:var(--secondary);
    margin:15px 0;
}

/*==================================================
MISSION & VISION
==================================================*/
.mission-vision{
    background:linear-gradient(
        135deg,
        #fdf7fb,
        #fff,
        #f8f5ff
    );
}

.mv-card{
    background:#fff;
    padding:40px;
    border-radius:20px;
    height:100%;
    transition:.4s;
    box-shadow:var(--shadow-md);
}

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

.mission-card{
    border-top:5px solid var(--primary);
}

.vision-card{
    border-top:5px solid #6A1B9A;
}

.mv-icon{
    width:80px;
    height:80px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:20px;
    background:linear-gradient(
        135deg,
        var(--primary),
        #8E24AA
    );
}

.mv-icon i{
    color:#fff;
    font-size:36px;
}

/*==================================================
PORTFOLIO
==================================================*/
.portfolio-section{
    background:var(--bg-light);
}

.portfolio-card{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    height:100%;
    transition:.4s;
    box-shadow:var(--shadow-md);
}

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

.portfolio-card img{
    width:100%;
    height:250px;
    object-fit:cover;
}

.portfolio-content{
    padding:25px;
}

.portfolio-content h4{
    color:var(--secondary);
    font-weight:700;
}

/*==================================================
PAGE BANNER
==================================================*/
.page-banner{
    position:relative;
    padding:140px 0 80px;
    text-align:center;
    color:#fff;
    background:
    linear-gradient(
        rgba(0,0,0,.75),
        rgba(0,0,0,.75)
    ),
    url('../img/banner/page-banner.jpg');
    background-size:cover;
    background-position:center;
}

.page-banner h1{
    font-size:3rem;
    font-weight:700;
}

.page-banner .breadcrumb-item.active{
    color:var(--primary);
}

/*==================================================
FOOTER
==================================================*/
.footer{
    background:var(--footer);
    color:#fff;
}

.footer-top{
    padding:70px 0 40px;
}

.footer h4{
    margin-bottom:20px;
    font-weight:700;
}

.footer p,
.footer ul li a{
    color:#cbd5e1;
}

.footer ul{
    list-style:none;
    padding:0;
}

.footer ul li{
    margin-bottom:10px;
}

.footer ul li a:hover{
    color:var(--primary);
    padding-left:5px;
}

.social-links a{
    width:40px;
    height:40px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:#1f2937;
    color:#fff;
    margin-right:8px;
}

.social-links a:hover{
    background:var(--primary);
}

.footer-bottom{
    border-top:1px solid rgba(255,255,255,.1);
    padding:20px 0;
}

.footer-bottom a{
    color:var(--primary);
}

/*==================================================
BACK TO TOP
==================================================*/
.back-to-top{
    position:fixed;
    right:20px;
    bottom:20px;
    width:45px;
    height:45px;
    border-radius:50%;
    background:var(--primary);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    z-index:999;
    opacity:0;
    visibility:hidden;
    transition:.4s;
}

.back-to-top.active{
    opacity:1;
    visibility:visible;
}


/* ==========================================
   PAGE BANNER
========================================== */

.page-banner {
    position: relative;
    padding: 140px 0 80px;
    background: linear-gradient(
        rgba(25, 25, 25, 0.75),
        rgba(25, 25, 25, 0.75)
    ),
    url('../img/banner/page-banner.jpg');

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    color: #fff;
    overflow: hidden;
}

.page-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(192, 11, 83, 0.15);
}

.page-banner .container {
    position: relative;
    z-index: 2;
}

.page-banner h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.page-banner p {
    font-size: 1.15rem;
    color: rgba(255,255,255,0.9);
    max-width: 700px;
    margin: auto;
}

/* Breadcrumb */

.page-banner .breadcrumb {
    justify-content: center;
    background: transparent;
    margin-top: 15px;
}

.page-banner .breadcrumb-item a {
    color: #ffffff;
    text-decoration: none;
}

.page-banner .breadcrumb-item.active {
    color: #CD2467;
}

/* Responsive */

@media (max-width: 768px) {

    .page-banner {
        padding: 120px 0 60px;
    }

    .page-banner h1 {
        font-size: 2rem;
    }

    .page-banner p {
        font-size: 1rem;
        padding: 0 15px;
    }

}
/* ==============================
   MOBILE NAV FIX (BOOTSTRAP 5)
============================== */

@media (max-width: 991px) {

  .navbar-collapse {
    background: #fff;
    padding: 15px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
  }

  .navbar-nav .nav-link {
    padding: 12px 0;
    margin-left: 0;
    border-bottom: 1px solid #eee;
  }

  .navbar-nav .dropdown-menu {
    position: static !important;
    float: none;
    width: 100%;
    box-shadow: none;
    border: none;
    padding-left: 15px;
  }

  .dropdown-item {
    padding: 10px 0;
  }
}

/* Fix toggler visibility */
/* .navbar-toggler {
  border: none;
  outline: none;
  box-shadow: none;
} */

/* Mobile Slide Menu */
.offcanvas {
    width: 300px;
}

.offcanvas-header {
    border-bottom: 1px solid #eee;
}

.offcanvas-body .nav-link {
    color: #222;
    font-weight: 500;
    padding: 12px 0;
}

.offcanvas-body .nav-link:hover,
.offcanvas-body .nav-link.active {
    color: #0d6efd;
}

.offcanvas-body .collapse .nav-link {
    font-size: 14px;
    padding: 8px 0;
}

.navbar-toggler {
    box-shadow: none !important;
}

@media (min-width: 992px) {
  .navbar .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}

.dropdown-menu.show{
    display:block;
}

.offcanvas{
     z-index:10050 !important;
}
.offcanvas-backdrop{
    z-index:10040 !important;
}