:root {
    --green-color: #29361a;
    --theme-color: #b46c29;
}
body {
    font-family: "Poppins", sans-serif !important;
    color: #333333;
}
@font-face {
    font-family: "Oswald";
    src:
        url("../font/oswald-f/Oswald-Regular.woff2") format("woff2"),
        url("../font/oswald-f/Oswald-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "poppins";
    src:
        url("../font/poppins/Poppins-Regular.ttf"),
        url("../font/poppins/Poppins-Bold.ttf");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
    line-height: 1.9;
    font-family: "Poppins", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Oswald";
}
a,
a:hover {
    color: #fff;
    text-decoration: none !important;
}
.sec-pd {
    padding: 75px 0 75px 0;
}
.inner-pd {
    padding: 75px 0 75px 0;
}
.bann-pd {
    padding: 90px 0 120px 0;
}
.bann-hd {
    font-size: 6.5rem;
    color: #fff;
    font-weight: 700;
}
.let-space {
    letter-spacing: 1.2px;
}
.sec-hd {
    font-size: 57px;
    font-weight: 700;
    text-transform: capitalize;
}
.sub-heading {
    font-weight: 700;
    font-size: 32px;
    text-transform: capitalize;
}
.main-heading {
    font-size: 4.5rem;
    color: #fff;
    letter-spacing: 2.5px;
    line-height: 85px;
    font-weight: 700;
}
.sec-hd2 {
    font-size: 2.7rem;
}
.color {
    color: var(--theme-color);
}
.color-green {
    color: var(--green-color);
}
.w-85 {
    width: 85%;
}
.w-80 {
    width: 80% !important;
}
.w-90 {
    width: 90% !important;
}
.brown-bg {
    background-color: var(--theme-color);
}
.green-bg {
    background-color: var(--green-color);
}
.theme-btn1 {
    display: inline-block;
    background-color: var(--theme-color);
    color: #fff;
    padding: 13px 30px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 17px;
    position: relative;
    z-index: 55;
    border: 2px solid #fff;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
    font-family: "Oswald";
    letter-spacing: 0.5px;
}
.theme-btn1.active {
    background-color: #fff !important;
    color: var(--theme-color);
    border-color: var(--theme-color);
}
.theme-btn1:hover {
    color: var(--theme-color) !important;
}
.theme-btn1:hover img {
    filter: brightness(0) saturate(100%) invert(45%) sepia(24%) saturate(1520%)
        hue-rotate(348deg) brightness(96%) contrast(80%);
}
.theme-btn1.active img {
    filter: brightness(0) saturate(100%) invert(37%) sepia(99%) saturate(365%)
        hue-rotate(348deg) brightness(102%) contrast(90%);
}
.theme-btn2:hover {
    color: var(--green-color);
}
.fw-600 {
    font-weight: 600;
}
.fw-500 {
    font-weight: 500;
}
.theme-font {
    font-family: "Oswald";
}
.para-color {
    color: #494949;
}
.theme-font {
    font-family: "Oswald";
}
.font-65 {
    font-size: 65px;
}
.font-30 {
    font-size: 30px;
}
.font-35 {
    font-size: 35px;
}
.font-45 {
    font-size: 45px;
}
.font-40 {
    font-size: 40px;
}
.font-50 {
    font-size: 50px;
}
.font-28 {
    font-size: 28px;
}
.font-25 {
    font-size: 25px;
}
.font-20 {
    font-size: 20px;
}
.font-15 {
    font-size: 15px;
}
.font-poppins {
    font-family: "poppins";
}
section {
    overflow: hidden;
}
.theme-btn2 {
    display: inline-block;
    background-color: var(--green-color);
    color: #fff;
    padding: 13px 30px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 18px;
    position: relative;
    z-index: 55;
    border: 2px solid #fff;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
    font-family: "Oswald";
    letter-spacing: 0.5px;
}
.theme-btn3 {
    display: inline-block;
    background-color: var(--green-color);
    color: #fff;
    padding: 13px 30px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 17px;
    transition: all 0.5s ease;
}
.theme-btn3:hover {
    color: var(--theme-color);
}
.grey-btn {
    display: inline-block;
    background-color: #949494;
    font-size: 17px;
    color: #fff;
    border-radius: 8px;
    padding: 13px 30px;
    font-weight: 500;
}
.grey-btn:hover {
    color: var(--green-color);
}
.text-upper {
    text-transform: uppercase;
}
.btn-overlay {
    position: relative;
    z-index: 55;
    border: 2px solid transparent;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}
.btn-overlay:hover::before {
    opacity: 1;
    height: 100%;
    width: 100%;
    border-radius: 0;
    top: 0;
    left: 0;
}
.btn-overlay::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 10px;
    background-color: #fff;
    right: 0;
    top: 0;
    opacity: 0;
    z-index: -5;
    border-color: var(--theme-color);
    transition: all 0.5s ease-in-out;
}
.bg-overlay{
    position: relative;
    z-index: 55;
}
.bg-overlay::before{
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg,rgba(40, 55, 27, 0.62) 0%, rgba(40, 55, 27, 1) 89%);
    z-index: -5;
}
/* ==================================header================================== */
.header-above {
    background-color: var(--green-color);
    padding: 10px 0 4px 0;
}
.head-right ul li i {
    height: 40px;
    width: 40px;
    background-color: var(--green-color);
    border-radius: 100px;
    display: inline-flex;
    align-items: center;
    font-size: 18px;
    color: #fff;
    justify-content: center;
    transition: all 0.5s ease-in-out;
}
.head-right ul li i:hover {
    animation-name: animation-pop;
    animation-duration: 0.3s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    background-color: var(--theme-color);
    color: #fff;
}
@keyframes animation-pop {
    50% {
        transform: scale(1.2);
    }
}
.head-contact ul li a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.4s ease-in;
}
.head-contact ul li a:hover {
    color: var(--theme-color) !important;
}
/* ==================================header================================== */
/* ==================================NavBar================================== */
.navbar-light .navbar-nav .nav-link {
    color: #333333 !important;
    font-family: "Oswald" !important;
    font-size: 17px;
}
.navbar-light .navbar-nav .nav-link:hover {
    color: #b36b2f !important;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
    color: #b36b2f !important;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
    color: rgb(179 107 47) !important;
}
.navbar {
    width: 100%;
    z-index: 999;
}
.navbar-nav {
    gap: 10px;
}
.head-ct-icon {
    width: 25px;
    height: 30px !important;
    object-fit: contain;
}
/* ==================================NavBar================================== */
/* ==================================h-Banner================================== */
.h-banner {
    background: url(../img/ubp-new/banner-bg.webp) no-repeat center center/cover;
    position: relative;
    overflow: hidden;
}
.black-overlay {
    z-index: 5;
    position: relative;
}
.black-overlay::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #000000a6;
    left: 0;
    top: 0;
    z-index: -5;
}
.img-right {
    position: absolute;
    right: -120px;
    bottom: 0;
    height: 500px !important;
    width: 440px;
    object-fit: contain;
}
.img-left {
    position: absolute;
    left: -80px;
    bottom: -70px;
    height: 500px !important;
    width: 500px;
    object-fit: contain;
}
.bann-heading .bann-hd {
    margin-top: -18px;
}
.bann-heading p {
    width: 85%;
}
.bann-heading div.font-65 {
    font-weight: 600;
}
.brand-slider img {
    height: 85px;
    object-fit: contain;
    width: 316px !important;
}
/* ==================================h-Banner================================== */
/* ==================================Section-1================================== */
.s1-form {
    padding: 50px 0px 50px 50px;
    position: relative;
    z-index: 55;
    background-color: var(--green-color);
    border-bottom-left-radius: 100px;
    border-top-left-radius: 100px;
}
.s1-form .form-wrap {
    position: relative;
    z-index: 999;
}
.s1-form::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 210px;
    right: -300px;
    top: 0;
    opacity: 0.4;
    z-index: 5;
    background: url(../img/form-leaf.webp) no-repeat center center / cover;
}
.s1-form::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 300px;
    background-color: var(--green-color);
    right: -300px;
    top: 0;
}
.form-wrap label {
    color: #fff;
    margin: 15px 0 5px 0;
}
.form-wrap .form-group .form-control {
    background-color: #49622d;
    border: none;
    padding: 10px 15px;
    color: #fff;
    font-weight: 500;
    box-shadow: none;
}
.form-wrap .form-group .form-control::placeholder {
    font-weight: 400;
    color: #ccccccde;
}
.form-wrap p {
    font-size: 13px;
    line-height: normal;
    margin: 5px 0;
}
.sec-1.publish-sec {
    overflow: hidden;
}
/* ==================================Section-1================================== */
/* ==================================Service-Section================================== */
.service-box {
    background-color: #efebea;
    text-align: center;
    width: 100%;
    border-radius: 20px;
    padding-bottom: 90px;
    margin-bottom: 25px;
    position: relative;
    overflow: hidden;
}

.service-content {
    position: absolute;
    bottom: -64%;
    height: 100%;
    width: 100%;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 50px;
    background: none;
    transition: all 0.4s ease-in-out;
    z-index: 1;
}

.service-content::after {
    content: "";
    position: absolute;
    inset: 0;
    background: url(../img/Shape-8.png) no-repeat center center/cover;
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
    z-index: -1;
}

.service-box:hover .service-content {
    bottom: 0;
    color: #fff;
}
.service-box .service-content p,
.service-content div {
    transition: all 0.3s ease-in-out;
}

.service-box:hover .service-content p,
.service-box:hover .service-content a,
.service-box:hover .service-content div {
    color: #fff;
}
.service-box:hover .service-content::after {
    opacity: 1;
}

.service-box::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 150px;
    background: url(../img/white-leaf.png) no-repeat center center/cover;
    right: -70px;
    top: 0;
}
.service-content p {
    line-height: normal;
}
.container-fluid {
    width: 90% !important;
}

/* ==================================Service-Section================================== */
/* ==================================Book-Cover-Section================================== */
.book-cover-sec {
    background-color: var(--green-color);
}
.cover-box {
    margin: 15px 0;
    width: 100%;
}
.portfolio-img {
    text-align: center;
}
.book-sec {
    position: relative;
    overflow: hidden;
}
.slider-tab .nav-tabs .nav-link {
    color: #fff !important;
}
.slider-tabs .nav-tabs .nav-link,
.slider-tab .nav-tabs .nav-link {
    border: 0;
    color: #fff;
    font-weight: 600;
    position: relative;
}
.slider-tabs .nav-tabs .nav-link::before,
.slider-tab .nav-tabs .nav-link::before {
    content: "";
    position: absolute;
    height: 20px;
    width: 2px;
    background-color: #6e6e6e;
    right: 0;
    top: 10px;
}
.slider-tabs .nav-tabs .nav-link.last-link::before,
.slider-tab .nav-tabs .nav-link.last-link::before {
    content: none;
}
.slider-tabs .nav-tabs .nav-item.show .nav-link,
.slider-tab .nav-tabs .nav-item.show .nav-link,
.slider-tabs .nav-tabs .nav-link.active,
.slider-tab .nav-tabs .nav-link.active {
    background-color: transparent;
    color: var(--theme-color) !important;
}

/* Remove default Bootstrap arrow */
.custom-dropdown .dropdown-toggle::after {
    display: none !important;
}

/* Dropdown icon */
.custom-dropdown .dropdown-icon {
    margin-left: 6px;
    transition: transform 0.3s ease;
    font-size: 12px;
}

/* Default Bootstrap display override */

.custom-dropdown .dropdown-menu {
    display: flex;
    flex-wrap: wrap;
    opacity: 0;
    width: 465px;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.25s ease;
    background-color: var(--theme-color) !important;
}
.custom-dropdown .dropdown-menu li {
    width: 48%;
    margin: 0 7px 4px 0;
    border-bottom: 1px solid var(--green-color);
}

.custom-dropdown .dropdown-item {
    color: #fff;
    background-color: transparent;
    padding: 8px 13px;
    font-size: 16px;
    font-family: "Oswald" !important;
    text-transform: capitalize;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #fff !important;
    background-color: var(--green-color) !important;
}

/* Hover open dropdown */
.custom-dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Icon rotates on hover */
.custom-dropdown:hover .dropdown-icon {
    transform: rotate(180deg);
}

.book-cover-sec .cover-box {
    position: relative;
    z-index: 3;
}
.book-cover-sec .cover-box img {
    display: inline-block !important;
    width: 100%;
}
.book-cover-sec .cover-box .s4_overlay2 {
    content: "";
    position: absolute;
    background: rgba(255, 255, 255, 0.3);
    bottom: 50%;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 5;
    opacity: 1;
    transition: all 600ms linear;
}
.book-cover-sec .cover-box .s4_overlay1 {
    content: "";
    position: absolute;
    background: rgba(255, 255, 255, 0.3);
    bottom: 0;
    left: 50%;
    right: 51%;
    top: 0;
    opacity: 1;
    z-index: 5;
    transition: all 500ms linear;
}
.book-cover-sec .cover-box:hover .s4_overlay1 {
    left: 0;
    right: 0;
    opacity: 0;
}
.book-cover-sec .cover-box:hover .s4_overlay2 {
    top: 0;
    bottom: 0;
    opacity: 0;
}
/* ==================================Book-Cover-Section================================== */
/* ==================================Testimonials-Section================================== */
.bann-right .book-img {
    height: 553px;
    width: 100%;
    object-fit: contain;
    z-index: -2;
}

.testi-pad .origin_box {
    background: url(../img/ipad.png) no-repeat center center / contain;
    aspect-ratio: 6 / 7;
    position: relative;
    width: 350px;
    height: 452px;
    bottom: -105px;
    right: 150px;
}
.testi-pad .origin_box img {
    height: 100%;
    object-fit: cover;
    object-position: top center;
    transition: all 0.5s ease-in-out;
    width: 100%;
    height: 100%;
}

.testi-pad .origin_box a {
    overflow: hidden;
    width: 87%;
    height: 88%;
    display: block;
    position: absolute;
    left: 50%;
    top: 47%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
}
.testi-pad .origin_box a:hover img {
    object-position: bottom center;
}
.profile-img {
    position: relative;
    text-align: center;
}
.profile-img::before {
    content: "";
    position: absolute;
    height: 45px;
    width: 45px;
    top: 16px;
    right: -16px;
    background: url(../img/qoute.png) no-repeat center center/contain;
}
.profile-img img {
    border-radius: 100%;
    display: inline-block !important;
}
.testimonial-slider .slick-dots {
    text-align: left;
    bottom: 20px;
    padding: 0 5px;
}
.testimonial-slider .slick-dots li button:before {
    font-size: 50px;
    color: var(--theme-color);
    opacity: 0.5;
    transition: all 0.4s ease-in-out;
}
.testimonial-slider .slick-dots li.slick-active button:before {
    color: var(--theme-color);
    opacity: 1;
}
/* ==================================Testimonials-Section================================== */
/* ==================================connect-section================================== */
.connect-sec {
    background: url(../img/banner-bg.webp) no-repeat center center/cover;
}
.connect-img {
    position: relative;
}
.connect-img .cover-3 {
    position: absolute;
    right: 250px;
    bottom: -100px;
}
.free-img {
    height: 115px;
    width: 115px;
    object-fit: contain;
    position: absolute;
    bottom: -79px;
    left: 50px;
    z-index: 99;
}
/* ==================================connect-section================================== */
/* ==================================Why-Choose-Section================================== */
.choose-box {
    padding: 20px;
    border-radius: 7px;
    margin-bottom: 30px;
    position: relative;
    border: 2px solid transparent;
    overflow: hidden;
    z-index: 55;
}
.choose-box:hover {
    border-color: var(--theme-color);
}
.choose-box::before {
    content: "";
    position: absolute;
    width: 0%;
    border-radius: 5px;
    height: 100%;
    background-color: var(--green-color);
    top: 0;
    left: 0;
    z-index: -5;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}
.choose-box:hover::before {
    width: 100%;
    opacity: 1;
    right: 0;
}
.choose-box.green-bg::before {
    opacity: 1;
    background-color: var(--theme-color);
}
.choose-box::after {
    content: "";
    position: absolute;
    height: 90%;
    width: 90px;
    background: url(../img/ubp-new/white-leaf.webp)no-repeat center center/contain;
    right: -50px;
    top: 10px;
    opacity: 0;
    transition: all 0.4s ease-in-out;
}
.choose-box:hover::after {
    right: -22px;
    opacity: 0.6;
}
/* ==================================Why-Choose-Section================================== */
/* ==================================service-form-sec-Section================================== */
.service-form {
    background-color: var(--green-color);
}

.step-numb {
    background-color: var(--theme-color);
    display: inline-flex;
    height: 50px;
    width: 50px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    overflow: hidden;
    position: relative;
    z-index: 55;
    transition: all 0.2s ease-in-out;
    font-size: 23px !important;
}
.step-numb::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #fff;
    top: 0;
    left: 0;
    transition: all 0.3s ease-in-out;
    transform: scale(0);
    z-index: -5;
    border-radius: 100%;
}
.process-step ul li:hover .step-numb {
    color: var(--theme-color) !important;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.process-step ul li:hover .step-numb::before {
    transform: scale(1);
}
.step-content p {
    line-height: normal;
}
.process-step ul {
    padding: 0 0 0 30px;
}
.process-step ul li {
    margin-bottom: 35px;
}
.service-form .nice-select {
    background-color: #49622d;
    border: none;
    width: 100%;
    margin-bottom: 15px;
}
.service-form .nice-select ul.list {
    width: 100%;
    background-color: var(--theme-color);
}
.service-form .nice-select .option {
    color: #fff;
}
.service-form .nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: var(--green-color) !important;
}
.service-form .nice-select .current {
    color: #fffffffa;
    font-weight: 500 !important;
    font-size: 15px !important;
}
.process-step {
    position: relative;
    z-index: 5;
    padding: 0 100px 0 0;
}
.process-step::before {
    content: "";
    position: absolute;
    height: 89%;
    width: 3px;
    background-color: var(--theme-color);
    left: 54px;
    top: 0;
    z-index: -5;
}
.service-form::after {
    /* content: ""; */
    position: absolute;
    height: 100%;
    width: 320px;
    background-color: var(--green-color);
    left: -310px;
    top: 0;
    z-index: -5;
}
.service-select p {
    font-size: 16px;
    margin: 0px 0px 0px 0;
}
.form-leaf {
    position: absolute;
    height: 100% !important;
    width: 255px;
    right: -100px;
    top: 0;
    opacity: 0.4 !important;
    z-index: -2;
}
/* Remove default radio */
.service-select input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid var(--theme-color);
    border-radius: 50%;
    display: inline-block;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-right: 6px;
    background: transparent;
}

/* Outer Hover Effect */
.service-select input[type="checkbox"]:hover {
    box-shadow: 0 0 8px rgba(180, 108, 41, 0.5);
}

/* INNER DOT when checked */
.service-select input[type="checkbox"]:checked {
    /* border-color: var(--theme-color); */
    border-color: #fff;
    background-color: var(--theme-color);
}

.service-select input[type="checkbox"]:checked::after {
    content: "";
    width: 10px;
    height: 10px;
    background: var(--green-color);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Label Style */
.service-select label {
    cursor: pointer;
    margin: 0 !important;
    font-weight: 500;
}
.service-select ul {
    gap: 15px 0;
    margin-top: 13px;
}
.service-select ul li {
    width: 33%;
    padding-left: 0px;
}
.service-form {
    position: relative;
    z-index: 66;
    padding: 30px 100px 20px 0;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    overflow: hidden;
}

.service-form-sec {
    position: relative;
}
.service-form-sec::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 310px;
    top: 0;
    left: 0;
    background-color: var(--green-color);
    z-index: -6;
}
/* ==================================service-form-sec-Section================================== */
/* ==================================Inner-Banner-Section================================== */
.inner-banner {
    background: url(../img/banner-bg.webp) no-repeat center center/cover;
}
.bann-box {
    border: 3px solid #e89f00;
    padding: 20px 15px;
    background-color: #29361a9f;
    border-radius: 10px;
    position: relative;
    z-index: 555;
    height: 100%;
    overflow: hidden;
}
.bann-box:hover .box-content {
    color: var(--green-color) !important;
}
.bann-box::before {
    content: "";
    position: absolute;
    height: 0%;
    width: 100%;
    background-color: #fff;
    top: 0;
    left: 0;
    z-index: -5;
    transition: all 0.2s ease-in-out;
}
.bann-box:hover::before {
    height: 100%;
    top: 0;
}
.box-content {
    transition: all 0.4s ease-in-out;
}
.box-content p {
    line-height: normal;
    margin-bottom: 0;
}
.form-wrapper {
    background-color: rgb(173 154 138 / 22%);
    border: 2px solid #fff;
    padding: 15px 25px 15px 25px;
    border-radius: 20px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(5px);
    position: relative;
}
.form-wrapper::before {
    content: "";
    position: absolute;
    height: 115px;
    width: 115px;
    background: url(../img/free-c.png) no-repeat center center / contain;
    top: -35px;
    right: -30px;
    rotate: 0deg;
    border-radius: 100%;
}
.bann-form label {
    color: #fff;
    margin-bottom: 5px;
}
.bann-form .form-control {
    background-color: #00000079;
    border: 1px solid transparent;
    padding: 10px 10px;
    color: #fff;
}
.bann-form .form-control:focus {
    background-color: #00000079;
    color: #fff;
    border: 1px solid #ccccccab;
    box-shadow: none;
}
.field-box {
    margin-bottom: 7px;
}
.box-content p {
    width: 100%;
    font-size: 14px;
}
.bann-form {
    width: 86%;
    margin-left: auto;
}

/* ==================================Inner-Banner-Section================================== */

/* ==================================CTA-Section================================== */
.cta-sec {
    overflow: visible;
    background: url(../img/cta-bg.webp) no-repeat center center/cover;
}
.cta-sec .row {
    position: relative;
}
.cta-content {
    color: #fff;
    padding: 65px 0 45px 0;
}
.bg-rect {
    z-index: 55;
    position: relative;
    display: inline-block;
    padding: 5px 15px;
}
.bg-rect::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: var(--green-color);
    right: 0;
    top: 0;
    z-index: -5;
    border-radius: 5px;
}
.call-number {
    color: var(--green-color);
    font-size: 20px;
    transition: all 0.3s ease-in-out;
    font-weight: 600;
}
.cta-img {
    position: absolute;
    top: -50px;
    right: 0;
    height: 420px !important;
    width: auto !important;
    object-fit: contain;
    display: inline-block;
    padding: 0 !important;
}
.icon-btn span p {
    margin-bottom: -10px !important;
}
.icon-btn:hover .call-number {
    color: #fff;
}
.icon-btn:hover span p {
    color: var(--green-color);
}
.about-1 .icon-btn:hover .call-number {
    color: var(--theme-color) !important;
}
.about-1 .content {
    margin-top: 20px;
}
/* ==================================CTA-Section================================== */
/* ==================================Inner Service-Section================================== */
.market-box {
    background-color: #eaeaea;
    padding: 15px 20px 15px 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    transition: all 0.4s ease-in-out;
    position: relative;
    z-index: 55;
}
.market-box::before {
    content: "";
    position: absolute;
    height: 0%;
    width: 100%;
    background-color: var(--green-color);
    transition: all 0.3s ease-in-out;
    z-index: -5;
    bottom: 0;
    left: 0;
    border-radius: 10px;
}
.market-box::after {
    content: "";
    position: absolute;
    height: 80%;
    width: 90px;
    background: url(../img/white-leaf.png) no-repeat center center/contain;
    right: -30px;
    bottom: 0;
    z-index: -4;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.foot-box ul li {
    word-wrap: break-word;
}
.market-box h3 {
    transition: all 0.3s ease-in-out;
}
.market-box:hover {
    color: #fff;
}
.market-box:hover::after {
    right: 0;
    opacity: 0.4;
    bottom: -10px;
}
.market-box:hover::before {
    top: 0;
    height: 100%;
}
.market-icon img {
    transition: all 0.4s ease;
}
.market-box:hover .market-icon img {
    filter: brightness(100);
}
.market-box:hover h3 {
    color: #fff;
}
.mid {
    margin-top: 30px;
    margin-bottom: 0;
}
/* ==================================Inner Service-Section================================== */
/* ==================================Ads-Section================================== */
.ads-sec {
    position: relative;
    background: url(../img/ads-bg.jpg) no-repeat center center/cover;
}
.ads-sec::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(
        182deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(180, 108, 41, 0.83) 98%
    );
    bottom: 0;
    left: 0;
}
/* ==================================Ads-Section================================== */

/* ========================ModalCSS====================== */

.modal-dialog {
    max-width: 900px !important;
    margin: 8.75rem auto 8.75rem auto !important;
}
.modal-header .btn-close {
    z-index: 99999999;
    background-color: var(--green-color);
    opacity: 1 !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
    height: 25px;
    width: 25px;
    border-radius: 100%;
    margin: -40px 10px 0 auto !important;
}
.modal-header {
    border: none !important;
    padding: 0 !important;
}
.modal-header img {
    width: 16%;
}
.modal-body {
    padding: 25px 0 0 0 !important;
}
.modal-body input {
    width: 100%;
    padding: 10px;
    margin: 12px 0;
}
.modal-body input::placeholder,
.modal-body textarea::placeholder {
    color: #474747 !important;
}
.modal-body input,
.modal-body textarea {
    background-color: #ffff !important;
    color: #000 !important;
}
.modal-backdrop {
    width: 100%;
    height: 100%;
}
.modal-content {
    background-color: #ffefe2 !important;
    padding: 20px 15px;
    overflow: hidden;
}
.modal-title {
    color: #ffff00;
}
.modal-title > img {
    height: 85px;
    transition: all 0.5s ease-in-out;
    animation-name: transf;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 1s;
}
@keyframes transf {
    0% {
        transform: scale(1.05);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.05);
    }
}
.modal-content label {
    color: var(--green-color);
}
.modal-footer .theme-btn1 {
    width: 100%;
    border: unset;
    font-size: 16px;
    padding: 10px 20px;
    font-weight: 500;
}
.modal-footer {
    padding-top: 0px !important;
}
.form-heading p {
    font-size: 16px;
    font-weight: 600;
    color: var(--green-color);
}
.pop-img {
    position: relative;
    z-index: 66666666;
    margin-top: -35px;
}
.pop-circle {
    position: absolute;
    top: -50px;
    right: -80px;
    transform: scale(1.3);
}
img.pop-std {
    width: 80%;
}
/* =============================Product============================ */
/* =============================Footer============================ */
.foot-logo {
    margin-top: -10px;
}
.brand-sec {
    background-color: #181818;
}
footer {
    background-color: #232323;
    padding: 80px 0 12px 0;
}
.foot-box p {
    color: #ffff;
}
.foot-box ul li {
    font-size: 16px;
}
.foot-box ul li span i {
    color: #b0b0b0;
    font-size: 11px;
}
.foot-list {
    gap: 50px;
}
.footer-search input {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background-color: #35424f;
    border: none;
    color: #fff;
    padding: 10px 15px;
}
.footer-search input:focus {
    background-color: #35424f;
    box-shadow: none;
    color: #fff;
}
.footer-search i {
    background-color: #35424f;
    padding: 11px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-left: -2px;
}
.foot-list ul li a {
    transition: all 0.3s ease-in-out;
    color: #b0b0b0;
}
.foot-list ul li a:hover {
    color: var(--theme-color1) !important;
}
.foot-list ul li:hover i {
    color: #fff;
}
.foot-box .social-icon {
    display: inline-flex;
    gap: 10px;
    margin-top: 20px;
}
.foot-box .social-icon a i {
    background-color: #1b1c1d;
    height: 35px;
    width: 35px;
}
.foot-box .social-icon a i:hover {
    background-color: var(--theme-color2);
    color: #000;
}
.last-contain {
    padding: 65px 100px 0 100px !important;
}
.last-contain a,
.last-contain p {
    color: #b0b0b0;
    transition: all 0.2s ease-in-out;
}
.disclaimer p {
    font-size: 14px;
}

.info-detail ul li .info-icon img {
    width: 21px;
}
.foot-list ul li a:hover .info-icon img {
    filter: brightness(100);
}
.info-detail ul li .info-icon {
    background-color: #fff;
    color: var(--theme-color1);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    height: 42px;
    width: 42px !important;
    position: relative;
    z-index: 555;
}
.info-icon::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 100px;
    transform: scale(0);
    top: 0;
    transition: all 0.4s ease-in-out;
    left: 0;
    background-color: var(--theme-color);
    z-index: -4;
}
.info-detail ul li .info-icon:hover {
}
.foot-list ul li a:hover .info-icon::before {
    transform: scale(1);
}
.info-detail ul li .info-icon i {
    color: var(--theme-color1);
    font-size: 20px;
}
.disclaimer {
    background-color: var(--theme-color2);
}

footer .container-fluid,
.disclaimer .container-fluid {
    padding: 0 100px;
}
.brand-logo {
    gap: 0px;
    flex-wrap: wrap;
}
/* =====================================FAQs-section1===================================== */
.faq-sec .service-form {
    background: url(../img/form-bg-2.webp) no-repeat center center/cover;
    padding: 30px 30px 30px 30px;
    border-radius: 20px;
}
/* =====================================FAQs-section1===================================== */
/* contact-us */
.contact-map iframe {
    width: 100%;
}

.count {
    display: inline;
}
.count span {
    display: inline;
}
/* .count-num {
  width: 50%;
}
.count-text {
  width: 70%;
} */

/* ===============Process Section============= */

.process-box {
    text-align: center;
    width: 100%;
    position: relative;
}

.step-number {
    background: var(--theme-color);
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    width: 65px;
    height: 65px;
    border-radius: 50px 50px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    position: relative;
    top: -14px;
    /* margin-bottom: 24px; */
}
.bott-number {
    border-radius: 0 0 50px 50px;
    position: relative;
    top: unset;
    bottom: -14px !important;
}

.circle {
    width: 160px;
    height: 160px;
    border: 4px solid var(--theme-color);
    border-radius: 50%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    position: relative;
    overflow: hidden;
    z-index: 55;
}
.circle::before {
    content: "";
    position: absolute;
    height: 0;
    width: 100%;
    background-color: var(--green-color);
    top: 0;
    transition: all 0.2s ease;
    z-index: -5;
    border-radius: 50px;
}

.process-box:hover .circle::before {
    bottom: 0;
    height: 100%;
}
.process-box:hover .circle i {
    font-size: 43px !important;
}

.circle i {
    font-size: 40px;
    transition: all 0.3s ease;
    color: #000;
}

.circle.green i {
    color: #fff;
}
.process-box h3 {
    margin: 15px 0;
}
.process-box:hover .circle {
    /* background-color: var(--green-color); */
    border-color: var(--theme-color);
}
.process-box:hover .circle i {
    color: #fff !important;
}
.process-sec .row {
    position: relative;
}
.process-sec .row::before {
    content: "";
    position: absolute;
    height: 50%;
    width: 100%;
    background: url(../img/line-shape.png) no-repeat center center / contain;
    right: 0;
    top: 47%;
}
/* ===============Process Section============= */
/* ===============Pricing Section============= */
.pricing-sec {
    background-color: #ededed;
}
.pricing-box::before{
    content: "";
    position: absolute;
    height: 40%;
    width: 150px;
    background: url(../img/white-leaf.png)no-repeat center center/contain;
    bottom: 0;
    right: -40px;
    opacity: 0.5;
    rotate: -10deg;
    transition: all 2s ease;
    z-index: -5;
}
.pricing-box:hover::before{
    rotate: 12deg;
    bottom: 0;
    height: 100%;
    top: unset;
    opacity: 0.2;
}
.pricing-box {
    background-color: #fff;
    padding: 20px 25px;
    position: relative;
    transition: all 0.4s ease;
    border-radius: 10px;
    border: 2px solid var(--green-color);
    overflow: hidden;
    z-index: 555;
}
.pricing-box:hover {
    background-color: var(--green-color);
    color: #fff;
}
.pricing-box:hover ul li {
    color: #fff;
}
.pricing-box:hover .delete-price::before {
    background-color: #fff;
}
.pricing-box:hover .price {
    color: var(--theme-color);
}
.price {
    font-size: 45px;
    font-weight: 600;
}
.delete-price {
    position: relative;
    display: inline-block;
    z-index: 55;
    padding: 3px;
    color: #a7a7a7;
}
.delete-price::before {
    content: "";
    position: absolute;
    height: 32px;
    width: 200px;
    background-color: var(--green-color);
    left: -27px;
    transition: all 0.5s ease-in-out;
    top: 0;
    z-index: -5;
}
.pricing-content {
    margin-top: 40px;
}
.pricing-content ul li {
    color: #000f1d;
    font-weight: 500;
    padding: 11px 0 0 16px;
    font-size: 16px;
    position: relative;
}
.pricing-content ul li::before {
    content: "\f058";
    position: absolute;
    top: 10px;
    left: -12px;
    color: var(--theme-color);
    font-family: fontawesome;
}
.pricing-box:hover .price-view-btn {
    color: #fff;
    border-color: var(--theme-color);
    font-size: 15px;
}
.pricing-box:hover .theme-btn3 {
    background-color: #fff;
    color: var(--green-color);
}
.pricing-head {
    position: relative;
}
.badge-img {
    position: absolute;
    top: 70px;
    right: 30px;
}
.pricing-content ul {
    height: 320px;
    overflow: auto;
    padding: 0 0 0 20px;
}
.pricing-box:hover .btn-container p,
.pricing-box:hover .btn-container a {
    color: #fff;
}
.pricing-box:hover .btn-container img {
    filter: brightness(100);
}
.pricing-box:hover .btn-container .theme-btn3 {
    color: var(--green-color);
}
.pricing-head .font-35.theme-font.fw-600 {
    margin-bottom: -10px;
}
.pricing-tab-sec #service-5 .pricing-head h4{
    font-size: 30px;
}
.pricing-tab-sec #service-5 .pricing-head{
    
}
.pricing-tab-sec #service-5 .pricing-head ul li {
    position: relative;
}
.pricing-tab-sec #service-5 .pricing-content ul {
    height: 318px;
}

span.cut-price {
    background-color: var(--green-color);
    /* padding: 4px 115px 4px 9px; */
    font-weight: 700;
    color: #a7a7a7;
    position: absolute;
    right: -67px;
    width: 100%;
    display: inline-block;
    text-align: left;
    padding: 2px 0 2px 5px;
    transition: all 0.4s ease-in-out;
}
.pricing-tab-sec #service-5 .pricing-box:hover  span.cut-price{
    background-color: #fff;
}

/* ===============Pricing Section============= */

.accordion-sec .accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #a99a8c30;
    border: 1px solid #b46c29;
    border-radius: 5px;
    overflow-anchor: none;
    transition:
        color 0.15s ease-in-out,
        background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out,
        border-radius 0.15s ease;
    font-family: "Poppins", sans-serif;
}

.accordion-sec .accordion-button:not(.collapsed) {
    color: #ffffff !important;
    background-color: #b36b2f !important;
    box-shadow: inset 0 -1px 0 #b26a34 !important;
}

.accordion-sec .accordion-button:focus {
    z-index: 3;
    border-color: #b36b2f !important;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(179 107 47 / 32%) !important;
}

.accordion-sec .accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out;
    filter: brightness(0) saturate(100%) invert(42%) sepia(71%) saturate(478%)
        hue-rotate(345deg) brightness(94%) contrast(88%);
    /* PLUS ICON */
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23212529' viewBox='0 0 16 16'%3e%3cpath d='M8 1v14M1 8h14' stroke='%23212529' stroke-width='2'/%3e%3c/svg%3e") !important;
}

.accordion-sec .accordion-button:not(.collapsed)::after {
    /* MINUS ICON (jab open hoga) */
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%230c63e4' viewBox='0 0 16 16'%3e%3cpath d='M1 8h14' stroke='%230c63e4' stroke-width='2'/%3e%3c/svg%3e") !important;
    filter: brightness(0) saturate(100%) invert(97%) sepia(87%) saturate(20%)
        hue-rotate(213deg) brightness(104%) contrast(102%) !important;
}

.accordion-sec .accordion-item {
    background-color: #fff;
    border: 0px solid rgba(0, 0, 0, 0.125);
}

.compaign-img {
    position: relative;
}
.compaign-img .logo-1,
.logo-2,
.logo-3,
.logo-4,
.logo-5,
.logo-6 {
    position: absolute;
}

.logo-1 {
    animation: float1 3s ease-in-out infinite;
    top: -55px;
    right: 265px;
}
.logo-2 {
    top: 20px;
    left: 0;
    animation: float2 4s ease-in-out infinite;
}
.logo-3 {
    top: 20px;
    right: 100px;
    animation: float3 3.5s ease-in-out infinite;
}
.logo-4 {
    top: 190px;
    left: -45px;
    animation: float4 5s ease-in-out infinite;
}
.logo-5 {
    top: 177px;
    right: 130px;
    animation: float5 4.2s ease-in-out infinite;
}
.logo-6 {
    bottom: 80px;
    left: -20px;
    animation: float6 3.8s ease-in-out infinite;
}

.nice-select:after {
    border-color: #fff !important;
}

.marketing-compaign.logo-3 {
    top: 35px;
    right: 173px;
    width: 60px;
}

.marketing-compaign.logo-6 {
    width: 89px;
    left: 25px;
    bottom: 45px;
}

.marketing-compaign.logo-2 {
    top: 77px;
    left: 87px;
    width: 58px;
}

.marketing-compaign.logo-5 {
    top: 171px;
    right: 130px;
    z-index: -1;
}

/* Different Animations */
@keyframes float1 {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-12px);
    }
    100% {
        transform: translateY(0);
    }
}

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

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

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

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

@keyframes float6 {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
    100% {
        transform: translateY(0);
    }
}
.publish-1 {
    background-color: #ededed;
}
.publish-box {
    position: relative;
    width: 97% !important;
    /* padding: 15px 0 0 0; */
    overflow: hidden;
}
.publish-content a {
    color: #fff;
    transition: all 0.3s ease-in-out;
}
.publish-content a:hover {
    color: var(--theme-color);
}
.publish-content {
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: -300px;
    padding: 10px 5px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column !important;
    /* background: linear-gradient(180deg, rgb(40 55 27 / 10%) 0%, rgb(40 55 27) 61%); */
    background: linear-gradient(180deg,rgba(40, 55, 27, 0.12) 0%, rgba(40, 55, 27, 1) 100%);
    text-align: center;
    color: #fff;
    transition: all 0.4s ease-in-out;
    border-radius: 10px;
}
.publish-content p {
    padding: 0 7px;
    height: 160px;
}
.publish-content h3 {
    height: 50px;
    /* padding: 0px 10px; */
    font-size: 25px;
    transition: all 1s ease-in-out;
}
.publish-box:hover .publish-content {
    bottom: 0;
    background: linear-gradient(180deg,rgba(40, 55, 27, 0.47) 0%, rgba(40, 55, 27, 1) 89%);

}
.publish-box:hover .publish-content p{
    height: auto;
}
.publish-content p {
    font-size: 15px;
    line-height: 29px;
    height: 150px;
}
/* =================Platform-sec============ */
.platform-img {
    padding: 50px 35px;
    border-right: 2px solid var(--theme-color);
}
.platform-img img {
    height: 90px;
    width: 185px;
    object-fit: contain;
}
.platform-sec .row {
    position: relative;
}
.platform-sec .row::before {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: var(--theme-color);
    right: 0;
    top: 70%;
}
.publish-2 {
    background: url(../img/book-bg.png) no-repeat center center/cover;
}
.path-box {
    background-color: #fff;
    padding: 40px 30px;
    border-radius: 15px;
    height: 100%;
}
/* =================Platform-sec============ */
.cover-1 {
    animation: float 3.5s ease-in-out infinite;
}
.cover-2 {
    animation: float 4s ease-in-out infinite;
}
.cover-3 {
    animation: float 4.5s ease-in-out infinite;
}

@keyframes float {
    0% {
        transform: translatey(0px);
    }

    50% {
        transform: translatey(-15px);
    }
    100% {
        transform: translatey(0px);
    }
}

/* ==========About-Us=========== */
.green-img {
    position: relative;
    /* height: 400px; */
    /* width: 100%; */
}
.green-img img {
    transform: scale(1.1);
    /* position: absolute; */
    /* top: 0; */
    /* right: 30px; */
    /* height: 100%; */
    /* width: 100%; */
    /* object-fit: contain; */
}
.about-banner {
    position: relative;
    background-color: var(--green-color);
    overflow: hidden;
}

/* .white-leaf{
    position: absolute;
    height: 100%;
    width: 130px;
    right: -20px;
    top: 0;
    rotate: 5deg;
    object-fit: cover;
} */
.book-cover-sec .theme-btn3:hover {
    color: #000f1d;
    border-color: #000f1d;
}
.book-cover-sec .theme-btn3:hover img,
.theme-btn2:hover img {
    filter: brightness(0) invert(0);
}
/* ==========About-Us=========== */
/* Scrollbar Full Track Area */
::-webkit-scrollbar {
    width: 10px;
}

/* Background Track */
::-webkit-scrollbar-track {
    background: var(--green-color);
    border-radius: 10px;
}

/* Scroll Thumb (moving part) */
::-webkit-scrollbar-thumb {
    background: var(--theme-color);
    border-radius: 10px;
    border: 2px solid var(--green-color);
}

/* Scroll Thumb Hover Effect */
::-webkit-scrollbar-thumb:hover {
    background: #d58233; /* theme-color ko halka bright hover */
}

/* Firefox Support */
* {
    scrollbar-width: thin;
    scrollbar-color: var(--theme-color) var(--green-color);
}

.first-content {
    transition: transform 0.1s linear;
    will-change: transform;
}

/* ===============ContactUs================ */
.contact-form .form-floating.form-group {
    margin: 10px 0;
}
.contact-form .form-floating.form-group input,
.contact-form .form-floating.form-group textarea {
    background-color: #fff3e7;
    border: none;
}
.contact-form .form-floating > label {
    color: #7f7f7f;
}
.contact-form .form-control:focus {
    box-shadow: none;
}
.contact-list li {
    position: relative;
    background-color: #f0f0f0;
    padding: 5px 20px;
    border: 1px solid #757575;
    border-radius: 10px;
    z-index: 55;
    overflow: hidden;
    align-items: center;
}
.contact-list li:hover,
.contact-list li:hover h4 a {
    color: #fff;
}
.contact-list li:hover img {
    filter: brightness(100);
}
.contact-list li::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 0%;
    left: 0;
    top: 0;
    background-color: var(--theme-color);
    opacity: 0;
    z-index: -5;
    transition: all 0.3s ease-in-out;
}
.contact-list li:hover::before {
    width: 100%;
    opacity: 1;
}
.list-unstyled.contact-list {
    margin: 20px 0;
}
.contact-right .d-flex.gap-2.mb-4.color-green a {
    transition: all 0.2s ease-in-out;
}
.contact-right .d-flex.gap-2.mb-4.color-green a:hover {
    color: var(--theme-color1) !important;
}
.contact-right p {
    font-weight: 600;
}
.social-link img {
    width: 70px;
    height: auto;
    object-fit: contain;
}
.icon-box img {
    width: 40px;
}

.contact-2 {
    background-color: #efebea;
}
/* ===============ContactUs================ */
/* ===============Pricing Tabs================ */
.pricing-tabs .nav-tabs .nav-link {
    border: none;
    color: var(--green-color);
    font-size: 17px;
    font-weight: 600;
    position: relative;
}
.pricing-tabs .nav-tabs .nav-link::before,
.pricing-tab .nav-tabs .nav-link::before {
    content: "";
    position: absolute;
    height: 20px;
    width: 2px;
    background-color: var(--green-color);
    right: -20px;
    top: 10px;
}
.pricing-tabs .nav-tabs {
    gap: 35px;
    margin: 5px 0 30px 0;
}
.pricing-tabs .nav-tabs .nav-item.show .nav-link,
.pricing-tabs .nav-tabs .nav-link.active {
    border: none;
    color: var(--theme-color);
}
.pricing-tabs .nav-tabs .nav-link.last-link::before,
.pricing-tab .nav-tabs .nav-link.last-link::before {
    content: none !important;
}
/* ===============Pricing Tabs================ */
/* ===============Make UBP================ */
.make-img {
    position: relative;
}
.make-img .award-1 {
    position: absolute;
    bottom: 20%;
    right: 60px;
    animation: float 6s ease-in-out infinite;
    display: none;
}
.make-img .award-2 {
    position: absolute;
    bottom: 63px;
    left: 28%;
    animation: float 5s ease-in-out infinite;
    display: none;
}
.make-img .award-3 {
    position: absolute;
    top: 40%;
    left: 0;
    animation: float 7s ease-in-out infinite;
    display: none;
}
.make-img .award-4 {
    position: absolute;
    top: 50px;
    right: 0;
    animation: float 4.5s ease-in-out infinite;
    display: none;
}
.call-number {
    color: var(--green-color);
    font-size: 20px;
    transition: all 0.3s ease-in-out;
    font-weight: 600;
}
.content-box .icon-btn {
    color: var(--green-color);
}

.video-box {
    position: relative;
    z-index: 55;
}
.play-btn a {
    color: #000;
    transition: all 0.5s ease-in-out;
    padding: 20px;
    border-radius: 100px;
}
.play-btn {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    color: #ffff;
    border: 4px solid #8b725f;
    border-radius: 100px;
    font-size: 20px;
    transition: all 0.5s ease-in-out;
    background-color: #29361bab;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
}


.play-btn:hover {
    background-color: var(--green-color);
    color: #fff;
}
.play-btn:hover a {
    color: #fff;
}

.play-btn::after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: 0 0 0 0 currentColor;
    animation: button-ripple 3s infinite;
    opacity: 0.6;
    z-index: -1;
    animation-delay: 0.3s;
}
.play-btn::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: 0 0 0 0 currentColor;
    animation: button-ripple 3s infinite;
    opacity: 0.6;
    z-index: -1;
}
@keyframes button-ripple {
    70% {
        box-shadow: 0 0 0 var(--glow-size, 15px) currentColor;
        opacity: 0;
    }
    100% {
        box-shadow: 0 0 0 0 currentColor;
        opacity: 0;
    }
}
.video-play {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    z-index: 55;
    justify-content: center;
}
.video-box {
    width: 95% !important;
}
.path-box {
    overflow: hidden;
}
.path-box.market-box:hover .path-head img {
    filter: brightness(100);
}
.theme-btn1.active.btn-overlay::before {
    background-color: var(--theme-color);
    z-index: -5;
}
.theme-btn1.active:hover {
    color: #fff !important;
    z-index: 55;
}
.theme-btn1.active:hover img {
    filter: brightness(100);
}
/* ===============Make UBP================ */
.publish-slider .slick-dots li button:before {
    color: var(--theme-color);
    font-size: 35px;
    opacity: 0.6;
}
.publish-slider .slick-dots li.slick-active button:before {
    color: var(--green-color);
    opacity: 1;
}
.website-portfolio .container-fluid {
    padding: 0 0 10px 0;
    overflow: hidden;
}

/* ==============Customer Reviews=============== */
.testimonials-sec-bg {
    background-image: url("../images/pf-leaf-about.webp");
}

.testimonials-sec {
    box-shadow: rgb(204, 204, 204) 0px 0px 18px 7px;
    padding: 10% 2% 3%;
    height: 96%;
    border-radius: 5px;
    margin-top: 20px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
}

.testimonials-sec ul.inline-block li {
    display: inline-block;
    color: rgb(0, 182, 121);
    padding-left: 0px;
    padding-right: 6px;
}

.testimonials-sec h3 {
    font-weight: 600;
    font-size: 24px;
}

.testimonials-sec strong i {
    color: rgb(0, 182, 121);
}

.testimonials-sec span {
    font-size: 23px;
    font-weight: 600;
    font-family: "Oswald";
    color: var(--green-color);
}

.testimonials-sec img {
    transition: 1s;
}

.testimonials-sec:hover img.lazy-loaded-image {
    transform: scale(1.1);
    transition: 1.5s;
}
.page_speed_1502502002 {
    height: 280px;
    overflow-y: auto;
    margin-bottom: 25px;
}
.testimonials-sec ul {
    padding-left: 0;
    margin-bottom: 0;
}
.page_speed_1946975005 {
    height: 400px;
    margin-bottom: 25px;
    overflow-y: auto;
}

.lead-sec .tab-content {
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
    border-radius: 0.5rem;
    padding: 1rem 1.5rem;
    margin-bottom: 35px;
    margin-top: 35px;
    border-bottom: 2px solid #fff;
    transition: all 1.5s;
    background-color: #cccccc5e;
}

.lead-sec .tab-content:hover {
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
    border-bottom: 2px solid var(--theme-color);
}

.lead-sec .accordion {
    cursor: pointer;
    width: 100%;
    text-align: left;
    transition: 0.4s;
    font-family: "Oswald";
    font-size: 23px;
    margin: 16px 0px 0px 0px;
    font-weight: 600;
    border-top: 0px;
    text-transform: capitalize;
    position: relative;
    transition: all 1.5s;
    align-items: center;
}

.stores__cards .store-card .card-container {
    border-radius: 0.5rem;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
    cursor: pointer;
    height: 7rem;
    overflow: hidden;
    transition: all 0.3s ease-out;
    padding: 1rem 0.5rem;
}

.lead-sec .accordion:after {
    content: "\f106";
    font-family: "FontAwesome";
    color: #0c1e36;
    float: right;
    background-color: transparent;
    margin: -18px 9px;
    text-align: center;
    line-height: 0;
    font-size: 30px;
    color: var(--theme-color);
    transform: rotate(180deg);
}

.lead-sec .active:after {
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 30px;
    transform: rotate(180deg);
}
.lead-sec .active {
    border-bottom: 0px;
}

.lead-sec .panelfaq {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    margin-top: 15px;
    margin-bottom: 0px;
    padding-left: 10px;
}

.row.main-g {
    margin-top: 30px;
}

.lead-sec .panelfaq img {
    border-radius: 10px;
}
.lead-sec .progressbar-warp {
    padding: 6px 0px;
}

.channel {
    max-width: 7rem;
    min-width: 7rem;
    max-height: 2rem;
    object-fit: contain;
}

.panelfaq .title {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 9px;
    font-family: "Oswald";
    color: var(--green-color);
}
.desc {
    font-size: 15px;
}
.company-name {
    font-size: 23px;
    font-family: "Oswald";
}
.lead-sec h3 {
    font-size: 22px;
    color: var(--theme-color);
    font-weight: 600;
    margin-bottom: 20px;
}

.lead-sec .panelfaq i {
    font-size: 14px;
}

.lead-sec .panelfaq span {
    font-size: 16px;
    font-weight: 600;
}

.lead-sec .main-book-line {
    margin-top: 50px;
}

.publish-card {
    text-decoration: none;
    display: block;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    margin-bottom: 20px;
}

.publish-card:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}
.publish-card:hover img {
    transform: scale(1.05);
}

.publish-img {
    position: relative;
}

.publish-img img {
    width: 100%;
    height: 465px;
    object-fit: cover;
    object-position: top;
    display: block;
    border-radius: 12px;
    transition: all 0.2s ease-in;
}
.publish-img::before {
    /* content: ""; */
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 12px;
    bottom: 0;
    left: 0;
    background: rgb(41 54 26 / 54%);
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.3s ease;
}

.publish-card:hover .overlay {
    opacity: 1;
}

.overlay .text {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
}
.blog-detail-sec .blog-link {
    background-color: #ffd1ae5c;
    padding: 20px 15px;
    position: sticky;
    top: 0;
}

.blog-content ul li {
    font-size: 13px;
}
.blog-content ul li a {
    transition: all 0.2s ease-in-out;
}
.blog-content ul li a:hover {
    color: var(--green-color);
}
.blog-content h4 a {
    transition: all 0.2s ease-in-out;
    color: var(--green-color);
}
.blog-img{
    overflow: hidden;
    width: 100%;
}
.blog-img img{
    height: 260px;
    width: 100%;
    object-fit: cover;
    transition: all 0.4s ease;
}
.blog-box:hover .blog-img img{
    transform: scale(1.05);
}

.blog-content{
    padding: 10px;
}
.blog-content h4 a:hover {
    color: var(--theme-color) !important;
}
.blog-box {
    transition: all 0.5s ease-in-out;
    margin-bottom: 40px;
    background-color: #c08e5e1f;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
    overflow: hidden;
}
.blog-box:hover{
    box-shadow: rgba(34, 63, 0, 0.342) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}
.blog-slide{
    padding: 10px 0 0 10px;
    width: 96% !important;
}
.blog-slider .slick-prev,.blog-slider .slick-next{
    background-color: var(--green-color);
    height: 35px;
    width: 35px;
    border-radius: 100px;
}
.blog-slider .slick-prev:hover,.blog-slider .slick-prev:focus,.blog-slider .slick-next:hover,.blog-slider .slick-next:focus{
    background-color: var(--theme-color);

}
.slick-prev:before{
    content: \f104;
    font-family: fontawesome;
}
.blog-link a {
    transition: all 0.2s ease-in-out;
    color: var(--green-color);
}
.blog-link a:hover {
    color: var(--theme-color);
}
.blog-detail p {
    line-height: 28px;
    font-size: 17px;
    /* font-family: "Oswald"; */
}
.profile-box {
    position: sticky;
    top: 0;
}
.last-contain a:hover {
    color: var(--theme-color);
}
.counter-row .col-lg-4 {
    /* padding: 0; */
}
.counter-row .item.theme-font {
    gap: 10px;
}
.s1-form input[type="checkbox"] {
    /* width: 4%; */
    margin: 8px 0 0 0;
    display: inline-block;
}
.s1-form .form-check-label {
    width: 90%;
    margin-top: 0 !important;
    display: inline-block;
}
.c-box {
    display: inline-block;
    width: auto !important;
}

/* Change tooltip background */
.tooltip-inner {
    background-color: #2c3e50 !important;
    color: #ffffff !important;
}

.tooltip {
    --bs-tooltip-bg: #2c3e50; /* Change this to your desired background color */
    --bs-tooltip-color: #ffffff; /* Text color */
}

/* If you also want to change the arrow color */
.tooltip .tooltip-arrow::before {
    border-top-color: var(--bs-tooltip-bg) !important;
}

/* Specific arrow directions */
.tooltip.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: var(--bs-tooltip-bg) !important;
}

.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: var(--bs-tooltip-bg) !important;
}

.tooltip.bs-tooltip-start .tooltip-arrow::before {
    border-left-color: var(--bs-tooltip-bg) !important;
}

.tooltip.bs-tooltip-end .tooltip-arrow::before {
    border-right-color: var(--bs-tooltip-bg) !important;
}

.testimonial-box .name-circle .name-1 {
    border: 2px solid var(--green-color);
    border-radius: 100%;
    background-color: #ffd5bd;
    color: #000;
    font-size: 20px;
    font-weight: 600;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 85px;
    width: 85px;
}
.testimonial-box .name-circle {
    /* margin: 26px; */
    text-align: center;
}
.service-img {
    height: 320px;
}
.service-img img {
    height: 100%;
}
.market-content p {
    height: 285px;
}
.bg-gre {
    background-color: #ededed;
}
.inner-heading .theme-btn1 {
    padding: 10px 30px;
}
.form-checks .color:hover {
    color: #fff;
    transition: all 0.3s ease-in-out;
}
.form-group.col-12 {
    margin-bottom: 20px;
}

#nav-home-publishing .cover-box img {
    display: inline-block !important;
    width: 100%;
    /* height: 360px; */
}
#nav-profile-illustration img {
    height: 575px;
    width: 95% !important;
    object-fit: cover;
    object-position: top;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type="number"] {
    -moz-appearance: textfield; /* Firefox */
}

.nice-select.w-100 ul.list {
    width: 100% !important;
}
.box-set {
    width: 29% !important;
}
.trust-log {
    width: 110px;
}
.only-this-tooltip .tooltip-inner {
    background-color: #b46c29 !important;
    color: #fff !important;
    font-size: 17px;
    font-weight: 500;
}

/* Arrow – ALL placements covered */
.only-this-tooltip.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: #b46c29 !important;
}

.only-this-tooltip.bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: #b46c29 !important;
}

.only-this-tooltip.bs-tooltip-start .tooltip-arrow::before {
    border-left-color: #b46c29 !important;
}

.only-this-tooltip.bs-tooltip-end .tooltip-arrow::before {
    border-right-color: #b46c29 !important;
}
.phase-box {
    text-align: center;
    background-color: var(--theme-color);
    border: 2px solid var(--green-color);
    color: #fff;
    width: 95% !important;
    transition: all 0.4s ease-in-out;
    padding: 10px 10px 10px 10px;
    border-radius: 10px;
    cursor: pointer;
}
.phase-box img {
    height: 60px;
    margin-bottom: 10px;
    display: inline-block !important;
}

.process-nav .slick-slide.slick-current.slick-active .phase-box {
    background-color: var(--green-color);
    border-color: var(--theme-color);
}
.process-nav .slick-track,
.process-nav .slick-list {
    /* transform: none !important; */
}
.process-nav .slick-list{
    position: relative;
}
.process-nav .slick-list::before {
    content: "";
    position: absolute;
    height: 2px;
    width: 93%;
    top: 50px;
    background-color: var(--theme-color);
    left: 13px;
}
.phase-img img {
    display: inline-block !important;
}
.phase-img {
    text-align: center;
}
.phase-box p {
    margin-bottom: 0;
    line-height: normal;
}
.pricing-tab-sec .nav-tabs .nav-link {
    background-color: var(--theme-color);
    color: #fff;
    border: 2px solid #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-family: "Oswald";
    padding: 15px 10px;
    border-radius: 10px;
    margin-bottom: 14px;
}

.pricing-tab-sec .nav-tabs .nav-item.show .nav-link,
.pricing-tab-sec .nav-tabs .nav-link.active,
.pricing-tab-sec .nav-tabs .nav-link:hover {
    background-color: var(--green-color);
    color: #fff !important;
    border-color: var(--theme-color);
}

.accordion-body {
    padding: 1rem 0.25rem !important;
}

/* flip box */
.flip-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
}

.flip-box {
    height: 430px;
    perspective: 1000px;
    padding: 0 0 20px 0;
}

.flip-inner {
  width: 100%;
  height: 95%;
  position: relative;
  /* transition: transform 0.8s ease; */
  transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  transform-style: preserve-3d;
}

.flip-box:hover .flip-inner {
  transform: rotateY(180deg);
}

/* Sides */
.flip-front,
.flip-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  overflow: hidden;
  border-radius: 10px;
}

/* Front */
.flip-front img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 10px;
}
/* Back */
.flip-back {
    color: #fff;
    transform: rotateY(180deg);
    padding: 20px 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-size: cover;
    background-position: center;
}
/* flip box */


.privacy-contact ul {
    display: flex;
    margin: -31px 0 34px -3px;
}


.foot-list.info-detail.privacy-contact ul li a {
    color: #101010;
}
.review-div .color-green i{
    color: #ffab12;
}

 .contact-list .color-green:hover a{ 
    color: #fff;
}

.feedback-sec{
    background-color: #f3f3f3;
    /* padding-top: 50px !important; */
}
.review-div.mb-5 {
    background-color: #ffffff;
    padding: 19px;
    border-radius: 4px;
}
.book-img img {
    border: 20px solid #cccc;
}

h2.theme-font.pack-1 {
     font-family: "Oswald";
    text-align: center;
     font-size: 27px;
   font-weight: 700;
}
.publish-book .flip-box{
    height: 500px;
}
.publish-book  .flip-front img{
    height: 100%;
    object-fit: cover;
}

/* zrdt */
.pricing-head h4 {
    font-size: 16px;
}
/* zrdt */