/*
Theme Name: Safs
Author: AL Mamun
Author URI: https://themeforest.net/user/aseven
Version: 1.0
*/

/*
[Table of contents]

* Glogbal Style
* Preloader
* Section Title
* Main Menu / Navbar
* Hero Area / Welcome Area / Slider Area
* Featured Area
* About Area
* Fact Counter Section
* Service Section
* Why choose Me Section
* Portfolio Section
* Frequently asked questions
* Blog Section
  - Blog Main Page
  - Sidebar
  - Single Blog
* Testimonial Section
* Team Section
* Call to Action Area
* Pricing Area
* Contact Area 
* Footer Area
*/

/*============Glogbal Style================ */
html,
body {
    height: 100%;
}

p {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    line-height: 26px;
    color: #000;
    margin: 0;
}

a {
    -webkit-transition: .3s;
    transition: .3s
}

a:hover {
    color: #000;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Source Sans Pro', sans-serif;
    color: #000;
    font-weight: 600;
    line-height: 1.7;
    margin: 0;
}

.d-table {
    width: 100%;
    height: 100%;
}

.d-table-cell {
    vertical-align: middle;
}

img {
    max-width: 100%;
    height: auto;
}

.button {
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    border: 2px solid;
    padding: 10px 20px;
}

.button:hover {
    color: #000;
}

.bg-a {
    background-color: #000;
}

.section-padding {
    padding: 100px 0;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-85 {
    padding-bottom: 85px;
}

.bg-img {
    background-color: #ddd;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.bg-primari {
    background-color: #000 !important;
}

.bg-secondary {
    background-color:#f4f4f4  !important;
}

button:focus {
    outline: none;
}


/*::::::::::::::::::::::::::::::::::::
    Preloader
::::::::::::::::::::::::::::::::::::*/

/* 🔥 PRELOADER START */

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background: #ffffff; /* white clean look */
    
    display: flex;
    align-items: center;
    justify-content: center;

    z-index: 99999;
}

/* Center Box */
.loader-box {
    text-align: center;
}

/* 🟠 Logo */
.loader-logo {
    width: 80px;
    margin-bottom: 15px;
    animation: zoom 1.5s infinite alternate;
}

/* Logo Animation */
@keyframes zoom {
    from { transform: scale(1); }
    to { transform: scale(1.1); }
}

/* ✨ Loading Text */
.loading-text {
    color: #ff6600;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 2px;
}

/* 🔥 MOBILE RESPONSIVE */
@media (max-width: 768px) {

    .loader-logo {
        width: 60px;
        margin-bottom: 10px;
    }

    .loading-text {
        font-size: 18px;
        letter-spacing: 1px;
    }

}

/* 🔥 PRELOADER END */

/*::::::::::::::::::::::::::::::::::::
   Section Title
::::::::::::::::::::::::::::::::::::*/

.section-title {
    margin-bottom: 60px;
}

.section-title h2 {
    text-transform: uppercase;
    position: relative;
    font-size: 32px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    line-height: 1;
}

.section-title h2:before,
.section-title h2:after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0;
    width: 50px;
    height: 5px;
    background-color: #000000;
}

.section-title h2:before {
    left: auto;
    right: 50%;
    background-color: #ff6633
}

/* Orange aur Black bottom line design */
.section-title h2::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px; /* Line ki total length */
    height: 4px; /* Line ki thickness */
    background: linear-gradient(to right, #ff5722 50%, #000000 50%); /* Half Orange, Half Black */
}

/*::::::::::::::::::::::::::::::::::::
   Main Menu
::::::::::::::::::::::::::::::::::::*/
.navbar{
    -webkit-transition: .3s;
    transition: .3s;
}
.navbar-brand.logo img {
    max-height: 40px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
}

.navbar-expand-lg .navbar-nav .nav-link:hover,
.navbar-expand-lg .navbar-nav .nav-link.active {
    color: #ffff02;
}




/*::::::::::::::::::::::::::::::::::::
   Navbar Buttons Style Start
::::::::::::::::::::::::::::::::::::*/

/* 👉 Desktop buttons (right side alignment) */
.nav-buttons {
    display: flex;
    gap: 10px;
    margin-left: 10px;
}

/* 👉 Right edge gap kam */
.navbar .container {
    padding-right: px;
}

/* 👉 Common button style (square buttons) */
.btn-resume,
.btn-hire {
    padding: 6px 12px;
    font-size: 13px;
    text-decoration: none;
    border-radius: 0; /* square */
    transition: 0.3s;
    font-weight: 700;
}

/* 👉 Download Resume (white + orange) */
.btn-resume {
    background: #fff;
    color: #ff6600;
    border: 2px solid #ff6600;
}

.btn-resume:hover {
    background: #ff6600;
    color: #fff;
}

/* 👉 Hire Me (WhatsApp green) */
.btn-hire {
    background: #25D366;
    color: #fff;
    border: 2px solid #25D366;
}

.btn-hire:hover {
    background: #128C7E;
    border-color: #128C7E;
}

/* 👉 Mobile buttons hide by default */
.btn-mobile {
    display: none;
}

/*::::::::::::::::::::::::::::::::::::
   Mobile Menu Button Fix
::::::::::::::::::::::::::::::::::::*/
@media (max-width: 768px) {

    /* 👉 Desktop buttons hide */
    .nav-buttons {
        display: none;
    }

    /* 👉 Mobile buttons show */
    .btn-mobile {
        display: block;
        width: 100%;
    }

    .btn-mobile a {
        display: block;
        margin: 10px;
        text-align: center;
    }
}

/*::::::::::::::::::::::::::::::::::::
   Navbar Buttons Style End
::::::::::::::::::::::::::::::::::::*/

/*::::::::::::::::::::::::::::::::::::
   Main Menu End  
::::::::::::::::::::::::::::::::::::*/

/*::::::::::::::::::::::::::::::::::::
   Hero Area 
::::::::::::::::::::::::::::::::::::*/

.hero-aria,
.hero-area-slids,
.single-slider {
    height: 100%;
    position: relative;
    z-index: 1;
    background-position: center;
    background-size: cover;
}


.hero-aria:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 50%;
    height: 100%;
    background-color: #Ff6633;
    opacity: .8;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    z-index: 2;
}

.hero-area-slids .owl-stage-outer,
.hero-area-slids .owl-stage,
.hero-area-slids .owl-item {
    height: 100%;
}

.slider-bg {
    height: 100%;
    width: 100%;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
}


.slider-bg:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    z-index: -1;
}

.hero-content {
    position: absolute;
    z-index: 999;
    max-width: 40%;
}


.hero-content h2 {
    color: #fff;
    font-size: 90px;
    font-weight: 600;
    line-height: 1;
}

.hero-content .button {
    margin-top: 30px;
}

.hero-content .typed {
    color: #ffffff;
}

.hero-content h2,
.hero-content p,
.hero-content span,
.hero-content .typed {
    color: #ffffff;
}


/*::::::::::::::::::::::::::::::::::::
   Featured Area
::::::::::::::::::::::::::::::::::::*/

.single-featured-item {
    padding: 15px;
    margin-bottom: 30px;
}

.single-featured-item-wrap {
    background-color: #fff;
    box-shadow: 0 0 10px #eee;
}

.single-featured-item-wrap h3 a {
    text-align: center;
    text-transform: uppercase;
    padding: 15px;
    color: #Ff6633;
    display: block;
    position: relative;
    z-index: 1;
}

.single-featured-item-wrap:hover a {
    color: #f8f9fa
}

.single-featured-item-wrap:hover a:after {
    height: 100%;
}

.single-featured-item-wrap h3 a:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 0;
    background-color: #Ff6633;
    z-index: -1;
    left: 0;
    top: 0;
    -webkit-transition: .3s;
    transition: .3s;
}
.single-featured-item-wrap {
    text-align: center;
}

.featured-icon {
    font-size: 35px;
    color: #Ff6633;
    margin-bottom: 5px;
    display: block;
}


/* ===== Modern Card UI ===== */

.single-featured-item {
    padding: 20px;
}

.single-featured-item-wrap {
    background: #fff;
    padding: 40px 25px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

/* Hover Card */
.single-featured-item-wrap:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

/* Icon Circle */
.featured-icon {
    width: 65px;
    height: 65px;
    line-height: 65px;
    font-size: 28px;
    background: rgba(255,102,51,0.1);
    color: #ff6633;
    border-radius: 50%;
    margin: 0 auto 15px;
    transition: 0.3s;
}

/* Icon Hover */
.single-featured-item-wrap:hover .featured-icon {
    background: #ff6633;
    color: #fff;
    transform: scale(1.1) rotate(8deg);
}

/* Heading */
.single-featured-item-wrap h2 {
    margin: 10px 0;
}

.single-featured-item-wrap h2 a {
    color: #222;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
}

/* Paragraph */
.single-featured-item-wrap p {
    color: #000000;
    font-size: 18px;
    line-height: 24px;
    text-align: left;

    height: 150px;          /* 🔥 FIXED height */
    text-align: justify;          /* 🔥 main */
    text-align-last: left;        /* last line control */
}


/* ONLY Featured Section Equal Height */

#featured .row {
    display: flex;
    flex-wrap: wrap;
}

#featured .col-lg-4 {
    display: flex;
}

#featured .single-featured-item-wrap {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

#featured .single-featured-item {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
/* Mobile fix */
@media (max-width: 768px) {

    .single-featured-item-wrap p {
        font-size: 15px;          /* 👈 mobile ke liye chhota */
        line-height: 22px;

        text-align: justify;
        text-align-last: left;

        word-break: break-word;   /* 🔥 text bahar nahi jayega */
    }

}



/*::::::::::::::::::::::::::::::::::::
   About Area
::::::::::::::::::::::::::::::::::::*/

.about-bg {
    height: 100%;
    min-height: 400px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-color: #Ff6633;
}

.social-aria a {
    color: #fff;
    width: 30px;
    height: 30px;
    display: inline-block;
    border: 1px solid;
    text-align: center;
    line-height: 30px;
    margin: 0 5px;
    -webkit-transition: .3s;
    transition: .3s;
}

.social-aria {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    z-index: 1;
    padding: 15px;
}

.social-aria a:hover {
    border-radius: 50%;
}

.social-aria:after {
    position: absolute;
    content: '';
    background-color: #000;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    z-index: -1;
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.about-content h2 span {
    color: #Ff6633;
    font-size: 100%;
}

.about-content h4 {
    font-weight: 400;
    font-size: 22px;
    margin-bottom: 15px;
}

.about-content p {
    font-weight: 400;
}

.about-content h5 {
    margin: 30px 0;
    text-transform: uppercase;
}

.single-skill {
  margin-bottom: 20px;
}

.skillbar {
  position: relative;
  display: flex;
  align-items: center;
}

/* LEFT BLACK LABEL */
.skill-title {
  background: #Ff9933;
  color: #fff;
  padding: 10px 15px;
  font-size: 14px;
  min-width: 120px;
  text-align: center;
  font-weight: bold;
}

/* BAR BACKGROUND */
.skill-bar-wrap {
  flex: 1;
  background: #e5e5e5;
  height: 35px;
  position: relative;
}

/* YELLOW BAR */
.skill-bar {
  height: 100%;
  width: 0;
  background: #Ff6633; 
  transition: width 1.5s ease;
}

/* RIGHT % */
.skill-percent {
  position: absolute;
  right: 10px;
  font-size: 13px;
  font-weight: bold;
  color: #000;
}

/* ===== EXPERIENCE SECTION START ===== */

.dr-experience {
  padding: 40px 20px;
  background: #f9f9f9;
  display: flex;
  align-items: center;
}

.dr-container {
  max-width: 1100px;
  margin: auto;
  display: flex;
  gap: 60px;
  flex-wrap: wrap;
}

/* LEFT */
.dr-intro {
  flex: 1.2;
}

.dr-intro h2 {
  color: #ff6600;
  font-size: 2rem;
  margin-bottom: 20px;
  font-weight: 700;
}

.dr-intro p {
  margin-bottom: 25px;
}

.dr-details {
  list-style: none;
  padding: 0;
}

.dr-details li {
  margin-bottom: 10px;
}

.dr-details b {
  display: inline-block;
  width: 100px;
}

.dr-details .highlight {
  color: #ff6600;
}

/* RIGHT */
.dr-exp {
  flex: 1;
}

.dr-exp-item {
  position: relative;
  padding-left: 20px;
  margin-bottom: 30px;
}

/* vertical bar */
.dr-exp-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  bottom: 5px;
  width: 4px;
  border-radius: 2px;
}

.dr-exp-item.active::before {
  background: #ff6600;
}

.dr-exp-item.past::before {
  background: #ccc;
}

.dr-exp-item h3 {
  margin: 0;
  font-size: 18px;
}

.dr-exp-item.active h3 {
  color: #ff6600;
}

.dr-date {
  font-size: 13px;
  color: #777;
  display: block;
  margin: 5px 0;
}

/* MOBILE */
@media (max-width: 768px) {
  .dr-container {
    flex-direction: column;
    gap: 30px;
  }

  .dr-intro h2 {
    font-size: 1.6rem;
  }
}

/* ===== EXPERIENCE SECTION END ===== */

/*::::::::::::::::::::::::::::::::::::
   Fact Counter Section
::::::::::::::::::::::::::::::::::::*/

.fact-counter:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #Ff6633 ;
    z-index: -1;
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}


.single-fun-fact {
    border: 1px solid #fff;
    padding: 15px;
    margin-bottom: 30px;
}

.single-fun-fact h2 {
    line-height: 1;
    color: #fff;
}

.single-fun-fact h2 span {
    margin-right: 5px;
}

.single-fun-fact p {
    color: #fff;
    position: relative;
    margin-top: 30px;
}

.single-fun-fact p:after {
    position: absolute;
    content: '';
    left: 50%;
    top: -15px;
    width: 60px;
    margin-left: -30px;
    height: 1px;
    background-color: #fff;
}


/*::::::::::::::::::::::::::::::::::::
   Service Section
::::::::::::::::::::::::::::::::::::*/

.service-area {
    position: relative;
    z-index: 2;
    
}

.service-area .section-title h2:before {
    background-color: #fff;
}

.service-area:before {
    background-color: #F8F9FA;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.service-area.service-page:before {
    height: 100%;
}

.single-service {
    background-color: #fff;
    padding: 15px;
    border: 1px solid #Ff6633;
    -webkit-transition: .3s;
    transition: .3s;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.single-service h2,
.single-service p {
    -webkit-transition: .3s;
    transition: .3s;
}

.single-service:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 5px;
    background-color: #Ff6633;
    z-index: -1;
    -webkit-transition: .3s;
    transition: .3s;
}

.single-service:hover h2,
.single-service:hover p {
    color: #fff
}

.single-service:hover:after {
    height: 100%;
}

.service-icon {
    font-size: 50px;
    color: #Ff6633;
    transition: 0.3s;
}


/* 🔥 Pura box hover effect */
.single-service:hover .service-icon,
.single-service:hover h2,
.single-service:hover p {
    color: #fff;
}


/* 🔥 for Adustment text lines and box */

.single-service {
    display: flex;
    flex-direction: column;
    height: 260px;
    overflow: hidden;
    padding: 20px;
}

/* 4 line show */
.single-service p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex-grow: 1;
}

/* Read More text style */
.read-more {
    color: #Ff6633;
    cursor: pointer;
    font-weight: 600;
    margin-top: 10px;
    display: inline-block;
}

/* Hover effect */
.read-more:hover {
    text-decoration: underline;
}

/* Active (full text) */
.single-service.active {
    height: auto;
}

.single-service.active p {
    -webkit-line-clamp: unset;
}


/* Normal state */
.read-more {
    color: #Ff6633;
    cursor: pointer;
    font-weight: 600;
    margin-top: 10px;
    display: inline-block;
}

/* 👇 Box hover hone par Read More white ho jaye */
.single-service:hover .read-more {
    color: #fff;
}
.read-more {
    transition: 0.3s;
}

.single-service h2 {
    white-space: nowrap;
}
.single-service p {
    text-align: justify;
    text-justify: inter-word;
    word-spacing: -1px; /* 👈 extra gap kam karega */
    line-height: 1.6; /* ya 1.5–1.8 try karo */
}

.service-area h2,
.service-area p {
    color: #000000;
}


/*::::::::::::::::::::::::::::::::::::
   Why choose Me Section
::::::::::::::::::::::::::::::::::::*/

.single-why-me {
    position: relative;
    padding-right: 115px;
    text-align: right;
    margin-bottom: 30px;
}

.single-why-me:hover .why-me-icon {
    background-color: #000;
    color: #Ff6633 ;
}

.why-me-right .why-me-icon,
.why-me-left .why-me-icon 
{
    color: #fff;
    position: absolute;
    font-size: 40px;
    width: 100px;
    height: 100%;
    border: 1px solid #000;
    text-align: center;
    line-height: 1;
    right: 0;
    bottom: 0;
    display: inline-block;
    background-color:#Ff6633;
    -webkit-transition: .3s;
    transition: .3s;
}

.single-why-me.why-me-right {
    text-align: left;
    padding-right: 0;
    padding-left: 115px;

}

.why-me-right .why-me-icon {
    right: auto;
    left: 0;

}


/*::::::::::::::::::::::::::::::::::::
   Frequently asked questions
::::::::::::::::::::::::::::::::::::*/

.section-title.faq-title h2:after {
    background-color: #000;
}

.section-title.faq-title h2:before {
    background-color: #Ff6633;
}

.faq-bg {
    height: 100%;
    min-height: 350px;
}

.single-faq {
    margin-bottom: 5px;
}

.single-faq h4 {
    color: #fff;
    padding: 5px 15px;
    background-color: #333;
    cursor: pointer;
    font-weight: 400;
    font-size: 24px;
    position: relative;
    z-index: 1;
}

.single-faq h4[aria-expanded="true"]:after {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
}

.single-faq h4:after {
    position: absolute;
    font-family: FontAwesome;
    content: "\f107";
    text-align: center;
    right: 0;
    top: 0;
    color: #fff;
    background-color: #FF6633;
    width: 60px;
    height: 100%;
    line-height: 200%;
}

.faq-body {
    background: #3e3e3e;
    color: #ffffff;
    padding: 15px;
}

.faq-area h2,
.faq-area p {
    color: #000000;
}

/*::::::::::::::::::::::::::::::::::::
   Blog Section
::::::::::::::::::::::::::::::::::::*/

.single-blog {
    background-color: #fff;
    padding: 15px;
    box-shadow: 0 0 10px #ddd;
    margin-bottom: 30px;
}

.blog-thumb {
    height: 200px;
    background-position: center;
    background-size: cover;
}

h4.blog-title {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-top: 15px;
    font-weight: 400;
}

h4.blog-title a {
    color: #000;
}

.blog-meta {
    font-size: 14px;
    color: #aaa;
    margin: 5px 0 10px 0;
}

.blog-meta a {
    color: #aaa;
}

.single-blog .button {
    color: #333;
    padding: 5px 15px;
    margin-top: 15px;
}

.single-blog .button:hover {
    background-color: #Ff6633;
    border-color: #Ff6633;
}

/*::::::::::::::::::::::::::::::::::::
   Blog Main Page
::::::::::::::::::::::::::::::::::::*/

.bg-overlay {
    position: relative;
    z-index: 1;
}

.bg-overlay:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background-color: #000000;
    z-index: -1;
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

.blog-section {
    padding: 100px 0 70px 0;
}


.page-title h2 {
    font-size: 50px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 30px;
    line-height: 1;
}

.button.blog-btn {
    color: #000;
    margin-bottom: 30px;
    margin-top: 30px;
}

.button.blog-btn:hover {
    background-color: #Ff6633;
    border-color: #Ff6633;
}

/*::::::::::::::::::::::::::::::::::::
   Sidebar
::::::::::::::::::::::::::::::::::::*/

.sidebar-widget {
    margin-bottom: 50px;
}

.sidebar-title {
    line-height: 1;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 30px;
}

.sidebar-widget form {
    border: 1px solid #aaa;
    position: relative;
}

textarea:focus,
input:focus {
    outline: none;
}

.sidebar-widget input {
    border: none;
    padding: 8px 15px;
    font-size: 14px;
    line-height: 1.5;
    width: 85%;
}

.sidebar-widget button {
    border: none;
    background-color: transparent;
    cursor: pointer;
    width: 13%;
    margin-left: 0;
    color: #aaa;
}

.sidebar-widget ol {
    margin: 0;
    padding: 0;
    list-style: none;
}


.sidebar-widget ol li {
    position: relative;
}

.sidebar-widget ol li:last-child a {
    border-bottom: none;
}

.sidebar-widget ol li a {
    color: #aaa;
    padding: 10px 5px;
    border-bottom: 1px solid #aaa;
    display: block
}

.sidebar-widget ol li a:hover {
    color: #Ff6633;
}

.sidebar-widget ol.recent-post li {
    margin-bottom: 30px;
}

.sidebar-widget ol.recent-post li span {
    width: 100px;
    height: 75px;
    display: inline-block;
    background-position: center;
    background-size: cover;
}

.sidebar-widget ol.recent-post li a {
    border: none;
}

.sidebar-widget ol.recent-post li a:hover {
    color: #Ff6633;
}

.blog-content {
    position: absolute;
    top: 0;
    padding-left: 115px;
    width: 100%;
    height: 100%;

}

.blog-date {
    color: #aaa;
    font-size: 12px;
}

.sidebar-widget .blog-content a {
    padding: 5px 0;
    color: #000;
    border: none;
    font-size: 15px;
}

.sidebar-widget ol.tags li {
    display: inline-block;
}

.sidebar-widget ol.tags li a {
    border: none;
    background-color: #aaa;
    color: #fff;
    margin-bottom: 5px;
    padding: 5px 10px;
}

.sidebar-widget ol.tags li a:hover {
    color: #000;
    background-color: #Ff6633;
}


/*::::::::::::::::::::::::::::::::::::
   Single Blog
::::::::::::::::::::::::::::::::::::*/

.blog-post {
    padding: 15px;
    background-color: #fff;
    box-shadow: 0 0 15px #eee;
}

span.blog-date,
.user-name {
    margin-right: 15px;
}

.blockquote {
    padding: 30px;
    margin: 15px;
    border-left: 10px solid #Ff6633;
}

.blog-content-footer {
    border-top: 1px solid #aaa;
    margin-top: 30px;
    padding-top: 5px;
    font-size: 15px;
}

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

ul.share li {
    display: inline-block;
}

ul.share li a {
    color: #aaa;
    display: block;
    padding: 0 5px;
    font-size: 13px;
}


.blog-author {
    position: relative;
    margin-top: 60px;
    margin-bottom: 60px;
}

.user-content h2 {
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 10px;
}

.user-content h2 span {
    display: block;
    font-size: 65%;
    font-weight: 400;
    margin-top: 5px;
    color: #aaa;
}

.blog-author .social-aria {
    position: relative;
    padding: 0;
}

.user-content .social-aria a {
    color: #aaa;
    margin: auto;
    margin-right: 5px;
    margin-top: 10px;
}

.blog-author .social-aria:after {
    background-color: transparent
}

.user-img {
    width: 140px;
    height: 160px;
    background-position: center top;
    background-size: cover;
    position: absolute;
    padding: 5px;
    border: 1px solid #eee;
    left: 0;
    bottom: 50%;
    margin-bottom: -80px;
}

.user-content {
    padding-left: 170px;
}


/*Comments CSS*/

.blog-comment h3 {
    margin-bottom: 30px;
    font-size: 24px;
}

.blog-comment ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.blog-comment ol li {
    position: relative;
}

.blog-comment ol li ol {
    margin-left: 75px;
}

.comment-user-img {
    width: 80px;
    height: 80px;
    background-color: #ddd;
    background-position: center top;
    background-size: cover;
    border-radius: 50%;
    position: absolute;
}

.comment {
    display: block;
    padding: 30px 0;
    margin: 30px 0;
}

.comment-content {
    padding-left: 95px;
}


.comment-content h4 {
    font-weight: 400;
    line-height: 1;
}

p.comment-date {
    font-style: italic;
    color: #aaa;
    font-size: 15px;
}


.comment-content a {
    padding: 5px 15px;
    display: inline-block;
    color: #fff;
    background-color: #aaa;
    font-size: 14px;
    margin-top: 15px;
}

.comment-content a i.fa {
    margin-right: 10px;
}

.comment-content a:hover {
    background-color: #ffffff;
}


/*Comment Form*/

.blog-comment-form input,
.blog-comment-form textarea {
    width: 100%;
    margin-bottom: 15px;
    padding: 5px 15px;
    font-size: 15px;
}

.blog-comment-form textarea {
    height: 150px;
}

.comment-btn .button {
    color: #ffffff;
    background-color: #Ff6633;
    border-color: #Ff9933 ;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
    margin: 15px 0 20px 0;
}

.comment-btn .button:hover {
    color: #Ff6633;
    background-color: #000;
    border-color: #000;
}





/*::::::::::::::::::::::::::::::::::::
   Testimonial Section
::::::::::::::::::::::::::::::::::::*/

.testimonial-area {
    position: relative;
    z-index: 1;
}

.testimonials.owl-carousel {
    position: relative;
}

.testimonial-area .bg-white {
    padding: 60px;
}

.testimonial-quote {
    font-size: 30px;
}

.single-testimonial p {
    margin: 30px 0;
}

.single-testimonial h4 {
    font-size: 20px;
}

.single-testimonial h4 span {
    display: block;
    font-size: 70%;
    color: #aaa;
    font-weight: 400;
    line-height: 2;
}

.testimonials .owl-nav div {
    display: inline-block;
    font-size: 15px;
    width: 30px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: -50px;
    color: #Ff6633;
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -webkit-transition: .3s;
    transition: .3s;
}

.testimonials .owl-nav div.owl-next {
    left: auto;
    right: -50px;
}

.testimonials .owl-nav div:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}


/*::::::::::::::::::::::::::::::::::::
   Team Section
::::::::::::::::::::::::::::::::::::*/

.single-team {
    border-bottom: 10px solid #Ff6633;
    box-shadow: 0 0 30px #ddd;
    margin-bottom: 30px;
}

.team-thumb {
    position: relative;
    width: 100%;
    height: 290px;
    background-position: center top;
    background-size: cover;
    z-index: 1;
}

.team-thumb:after {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    -webkit-transition: .3s;
    transition: .3s;
}

.single-team:hover .team-thumb:after {
    background-color: #Ff6633;
}

.team-thumb:after,
.team-thumb:before {
    position: absolute;
    content: '';
    z-index: -1;
}

.team-thumb:before {
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.single-team:hover .team-thumb:before {
    width: 90%;
    height: 90%;
    top: 5%;
    left: 5%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.team-content {
    padding: 15px 0;
    text-align: center;
}

.team-content h4 {
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 1;
}

.team-content span {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.team-social {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    z-index: 1;
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
}

.team-social a {
    color: #fff;
    width: 30px;
    height: 30px;
    display: inline-block;
    border: 1px solid;
    font-size: 15px;
    line-height: 30px;
    -webkit-transition: .3s;
    transition: .3s;
}

.team-social a:hover {
    color: #000;

}

.single-team:hover .team-social {
    margin-top: -15px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}


/*::::::::::::::::::::::::::::::::::::
   Call to Action Area
::::::::::::::::::::::::::::::::::::*/

.cta-button {
    height: 100%;
    text-align: right;
}

.cta-button .button {
    color: #Ff6633;           /* normal text color */
    background-color: #ffffff;
    border-color: #FF9933;
}

.cta-button .button:hover {
    color: #ffffff;           /* hover par text color change */
    border-color: #FF9933;
    background-color: #FF6633;
}


/*::::::::::::::::::::::::::::::::::::
   How We Work Section
::::::::::::::::::::::::::::::::::::*/

/* Custom CSS 5 columns ko desktop par barabar manage karne ke liye */
@media (min-width: 992px) {
    .col-lg-2-4 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

/* Process Box Design (Aapki pricing theme jaisa) */
.single-process-box {
    background: #fff; /* Agar dark theme hai to aap change kar sakte hain */
    padding: 30px 20px;
    border-radius: 8px;
    box-shadow: 0px 5px 20px rgba(0,0,0,0.05); /* Soft shadow */
    transition: all 0.3s ease;
    height: 100%;
}

.single-process-box:hover {
    transform: translateY(-5px); /* Hover effect */
}

.process-icon-wrap {
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
}

.process-number {
    position: absolute;
    top: -10px;
    right: -15px;
    font-size: 14px;
    font-weight: bold;
    background: #ff5e14; /* Isse apni main theme color se replace karlein */
    color: #fff;
    padding: 2px 8px;
    border-radius: 20px;
}

.process-icon i {
    font-size: 40px;
    color: #ff5e14; /* Isse apni main theme color se replace karlein */
}

.single-process-box h3 {
    font-size: 20px;
    margin-bottom: 12px;
    font-weight: 600;
}

.single-process-box p {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
}

/* Mobile screens ke liye adjustments */
@media (max-width: 767px) {
    .single-process-box {
        margin-bottom: 30px; /* Har step ke beech barabar space rahega */
        padding: 25px 15px;  /* Mobile screen ke hisab se padding thodi kam */
    }
    
    .process-icon i {
        font-size: 35px; /* Mobile par icon thoda optimize karne ke liye */
    }
}

/*::::::::::::::::::::::::::::::::::::
    My Process Section END
::::::::::::::::::::::::::::::::::::*/

/*::::::::::::::::::::::::::::::::::::
   Contact Area  form
::::::::::::::::::::::::::::::::::::*/

.contact-form {
    padding: 60px;
    box-shadow: 0 0 10px #FF6633;
}

.contact-form .form-control {
    background-color: #f8f9fa;
    font-size: 14px;
    padding: 10px;
    border: none;
    border-radius: 0;
}

.contact-form .form-control:active {
    box-shadow: 0 0 0;
    background-color: #f8f9fa;
}


.contact-form textarea.form-control {
    height: 140px;
}

input:-webkit-autofill {
    background-color: #f8f9fa;
    border: none;
}

.form-control::-webkit-input-placeholder {
    color: #aaa;
}

.form-control:-ms-input-placeholder {
    color: #aaa;
}

.form-control::-ms-input-placeholder {
    color: #aaa;
}

.form-control::-webkit-input-placeholder {
    color: #aaa;
}

.form-control::-moz-placeholder {
    color: #aaa;
}

.form-control:-ms-input-placeholder {
    color: #aaa;
}

.form-control::placeholder {
    color: #aaa;
}

.form-control:focus {
    box-shadow: none;
}

.form-btn .button {
    margin: 0;
    border: none;
    background-color: #Ff9933;  /* black हटाकर orange */
    color: #fff;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
}

.form-btn .button:hover {
    color: #fff;
    background-color: #Ff6633; /* hover पर dark orange */
}

.form-message {
    margin-top: 15px;
    font-weight: 700;
}
.form-message.error {
    color: #f00;
}

.form-message.success {
    color: #000;
}


/*:::::::::::::::::::::::::::::::::::
        Footer Area
:::::::::::::::::::::::::::::::::::*/

.dr-footer{
background:#494949;
color:#ccc;
padding:70px 0 20px;
}

.dr-footer h4{
color:#fff;
margin-bottom:20px;
font-weight:600;
}

.dr-footer p{
font-size:14px;
line-height:24px;
}

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

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

.dr-footer-links a{
color:#ccc;
text-decoration:none;
transition:0.3s;
}

.dr-footer-links a:hover{
color:#ff5f00;
}


.dr-contact{
list-style:none;
padding:0;
}

.dr-contact li{
margin-bottom:12px;
font-size:14px;
}

.dr-contact i{
margin-right:10px;
color:#ff5f00;
}

.dr-social a{
display:inline-block;
width:40px;
height:40px;
background:#222;
color:#fff;
text-align:center;
line-height:40px;
border-radius:50%;
margin-right:8px;
transition:0.3s;
}

.dr-social{
margin-top:20px;
}

.dr-social a:hover{
background:#ff5f00;
}

.dr-footer-bottom{
text-align:center;
border-top:1px solid #ff5f00;
margin-top:40px;
padding-top:20px;
font-size:14px;
}
.dr-footer-bottom p{
color: #ffffff;
}
.dr-footer p{
color:#ffffff;
}
.dr-footer h4 {
    color: #fff !important;
}

/* Footer bottom links style for index page */
.footer-bottom-links {
    margin-top: 15px;
    font-size: 15px;
    font-weight: 500;
    color: #ff5f00; /* Pipe separator (|) ka color orange dikhane ke liye */
}

.footer-bottom-links a {
    color: #ffffff !important; /* Links ka color humesha white rahega */
    text-decoration: none;
    margin: 0 12px;
    display: inline-block;
    transition: color 0.3s ease;
}

.footer-bottom-links a:hover {
    color: #ff6600 !important; /* Mouse le jane par signature orange ho jayega */
}



/* BUY ME A COFFEE */

.bmc-wrap {
  display: flex;
  justify-content: flex-end; /* right side me rahe */
  align-items: center;
}

.bmc-wrap iframe {
  transform: scale(0.7);
  transform-origin: right center;
}


/* Mobile me center karna ho to */
@media (max-width: 768px) {
  .bmc-wrap iframe {
    transform: scale(0.8);
    transform-origin: center;
  }
}
.bmc-wrap {
  animation: float 2s ease-in-out infinite;
}

@keyframes float {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-5px); }
  100% { transform: translateY(0px); }
}

/* Navbar same color fix */

.navbar,
.navbar-area,
.main-menu {
    background-color: #ff6600 !important;
}

/* Mobile menu open hone par bhi same color */
.mean-container .mean-nav {
    background-color: #ff6600 !important;
}

/* Mobile menu links */
.mean-container .mean-nav ul li a {
    background: transparent;
    color: #fff;
}



/* ===== Work Policy ===== */

.single-policy {
  background: #fff;
  padding: 30px;
  margin-bottom: 25px;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.06);
  transition: 0.3s ease;
}

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

/* Heading */
.single-policy h4 {
  color: #ff6600;
  margin-bottom: 15px;
  font-weight: 600;
}

/* Paragraph */
.single-policy p {
  font-size: 15px;
  margin-bottom: 15px;
  color: #555;
}

/* Ordered List (1–15 numbering) */
.single-policy ol {
  padding-left: 20px;
  margin-bottom: 15px;
}

.single-policy ol li {
  font-size: 14.5px;
  margin-bottom: 10px;
  line-height: 1.6;
  color: #333;
}

/* Nested List (sub points) */
.single-policy ul {
  padding-left: 18px;
  margin-top: 8px;
}

.single-policy ul li {
  font-size: 14px;
  margin-bottom: 6px;
  line-height: 1.5;
}

/* Smooth scroll position fix */
#work-policy h4 {
  scroll-margin-top: 100px;
}

#hiring, #payment, #terms, #refund, #system, #privacy {
  scroll-margin-top: 100px;
}

/* ===== Mobile Responsive ===== */
@media (max-width: 768px) {

  .single-policy {
    padding: 20px;
  }

  .single-policy h4 {
    font-size: 18px;
  }

  .single-policy p {
    font-size: 14px;
  }

  .single-policy ol li {
    font-size: 13.5px;
  }

}


/* Policy work End*/



/* ==========================================================================
   ONLY FOR MOBILE & TABLET VIEW (Desktop par koi asar nahi padega)
   ========================================================================== */
@media (max-width: 991px) {
    
    /* 1. Navbar ko mobile par hamesha top par rakhne ke liye */
    .navbar-area, .header-navigation, .navbar { 
        /* (Aapki active navbar class jo bhi ho, ye sab par kaam karega) */
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        z-index: 99999 !important; /* Taaki sabse upar rahe */
    }

    /* Mobile par content navbar ke peeche na dabe, isliye body me thoda top space */
    body {
        padding-top: 75px !important; 
    }

    /* 2. WhatsApp Button ko mobile par screen par ek jagah rokne ke liye */
    .whatsapp-btn, .whatsapp-floating, .ws-btn { 
        /* (Aapke whatsapp button ki class ka naam jo bhi ho) */
        position: fixed !important;
        bottom: 20px !important;  /* Niche se gap */
        right: 20px !important;   /* Right side se gap */
        z-index: 999999 !important; /* Taaki text ya images ke upar tairta rahe */
        display: block !important;  /* Agar kahin se hide ho raha ho toh unhide ho jaye */
    }
}




/*==============================
      Call To Action - Ready to Build Your Brand with Creative 
==============================*/

.cta-section{

    padding:90px 20px;
    background:linear-gradient(135deg,#ff6600,#ff8533);
    color:#fff;
    text-align:center;
    position:relative;
    overflow:hidden;

}

.cta-section::before{

    content:"";
    position:absolute;
    width:350px;
    height:350px;
    background:rgba(255, 255, 255, 0.08);
    border-radius:50%;
    top:-120px;
    left:-120px;

}

.cta-section::after{

    content:"";
    position:absolute;
    width:280px;
    height:280px;
    background:rgba(255,255,255,.08);
    border-radius:50%;
    bottom:-120px;
    right:-120px;

}

.cta-content{

    position:relative;
    z-index:2;
    max-width:850px;
    margin:auto;

}

.cta-tag{

    display:inline-block;
    background:#fff;
    color:#ff6600;
    padding:8px 18px;
    border-radius:30px;
    font-weight:600;
    margin-bottom:20px;

}

.cta-tag i{

    margin-right:8px;

}

.cta-content h2{

    font-size:46px;
    font-weight:700;
    margin-bottom:20px;
    line-height:1.3;
    color: #ffffff;

}

.cta-content p{

    font-size:18px;
    line-height:1.9;
    margin-bottom:35px;
    opacity:.95;

}

.cta-buttons{

    display:flex;
    justify-content:center;
    gap:20px;
    flex-wrap:wrap;

}

.cta-btn-primary,
.cta-btn-outline{

    padding:15px 35px;
    border-radius:40px;
    font-size:17px;
    font-weight:600;
    text-decoration:none;
    transition:.35s;

}

.cta-btn-primary{

    background:#05ee11;
    color:#000000;

}

.cta-btn-primary:hover{

    background:#569c06;
    color:#ffffff;

}

.cta-btn-outline{

    border:2px solid #fff;
    color:#fff;

}

.cta-btn-outline:hover{

    background:#fff;
    color:#ff6600;

}

/*==============================
      Responsive
==============================*/

@media(max-width:768px){

.cta-section{

    padding:70px 20px;

}

.cta-content h2{

    font-size:32px;

}

.cta-content p{

    font-size:16px;

}

.cta-btn-primary,
.cta-btn-outline{

    width:100%;

}

}

@media(max-width:480px){

.cta-content h2{

    font-size:26px;

}

.cta-content p{

    font-size:15px;

}

}