/*
** - Default CSS
** - Common padding
** - Ideas Banner Area
** - Partner Area
** - Our Services Area
** - Industries We Help Area
** - Why Choose Us Area
** - Works Area
** - Explore Our Projects Area
** - Our Pricing Plan Area
** - Testimonal Area
** - FAQ Area
** - Blog Area
** - Get In Touch Area
** - Team Area
** - Subscribe Area
** - Footer Area
*/
/**/
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");

:root {
    --bodyFontFamily: "Plus Jakarta Sans", sans-serif;
    --dark: #000000;
    --white: #ffffff;
    --primary: #012c72;
    --paragraph: #4e595d;
    --tavrc-black: #121c27;
    --main-color: linear-gradient(180deg, #DDBA5D 0%, #BA8A35 100%);
    --smoke-color: #f6f6f6;
    --font-size: 16px;
    --transition: all 0.5s;
    --txt-highlight: #3F2C00;
}

.h1,
h1,
.h2,
h2 {
    font-size: 40px;
}

.txt-highlight {
    color: var(--txt-highlight)
}

/* Default CSS */
body {
    font-size: var(--font-size);
    font-family: var(--bodyFontFamily);
    color: var(--dark);
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

p {
    font-weight: 400;
    font-family: var(--bodyFontFamily);
    margin-bottom: 15px;
    color: var(--paragraph);
    line-height: 1.65;
    transition: var(--transition);
}

p:last-child {
    margin-bottom: 0;
}

h1,
h2 {
    margin-bottom: 20px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    font-family: var(--bodyFontFamily);
    line-height: 1.3;
    letter-spacing: 0.4;
    color: var(--tavrc-black);
}

.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: var(--tavrc-black);
}

.h1 a:hover,
.h2 a:hover,
.h3 a:hover,
.h4 a:hover,
.h5 a:hover,
.h6 a:hover,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    color: var(--primary);
}

a {
    text-decoration: none;
    outline: 0 !important;
    transition: var(--transition);
}

:focus {
    outline: 0 !important;
    box-shadow: unset !important;
}

img {
    max-width: 100%;
    height: auto;
}

.form-control {
    height: 60px;
    padding: 15px 20px;
    color: var(--tanspot-black);
    border: 1px solid transparent;
    box-shadow: unset !important;
    transition: var(--transition);
    border-radius: 0;
}

.form-control::-moz-placeholder {
    color: var(--paragraph);
    -moz-transition: var(--transition);
    transition: var(--transition);
}

.form-control::placeholder {
    color: var(--paragraph);
    transition: var(--transition);
}

.form-control:focus {
    border: 1px solid var(--primary);
}

.form-control:focus::-moz-placeholder {
    color: var(--primary);
}

.form-control:focus::placeholder {
    color: var(--primary);
}

.transition {
    transition: var(--transition);
}

.boxS {
    box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.08);
}

/* Common padding */
.pxy-120 {
    padding-top: 120px;
    padding-bottom: 120px;
}

.px-120 {
    padding-top: 120px;
}

.px-50 {
    padding-top: 50px;
}

.py-120 {
    padding-bottom: 120px;
}

.pxy-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.pxy-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.px-100 {
    padding-top: 100px;
}

.py-100 {
    padding-bottom: 100px;
}

/**/
.bg-edf2f6 {
    background-color: #edf2f6;
}

.bg-f5f5f5 {
    background-color: #f5f5f5;
}

.bg-121c27 {
    background-color: var(--tavrc-black);
}

/**/
.container-fluid.gloval-grid {
    max-width: 1620px;
}

/**/
.global-btn {
    border: none;
    box-shadow: unset !important;
    display: inline-block;
    padding: 10px 24px;
    font-size: 16px;
    font-weight: 500;
    font-family: var(--bodyFontFamily);
    color: var(--white);
    background: var(--txt-highlight);
    border-radius: 10px;
    transition: var(--transition);
    position: relative;
    z-index: 1;
}


.global-btn:hover {
    background: var(--main-color);
    color: #fff;
}

/* .global-btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 0%;
  border-radius: 10px;
  background: var(--main-color);
  transition: all 0.3s ease-in-out;
  z-index: -1;
} */
.global-btn i {
    font-size: 22px;
}

.global-btn.style-1 {
    background-color: var(--main-color);
}

.global-btn.style-1::before {
    background-color: var(--primary);
}

.global-btn.style-2 {
    background-color: var(--main-color);
    border-radius: 0;
    overflow: hidden;
}

.global-btn.style-2::before {
    background-color: var(--primary);
    border-radius: 0;
}

.global-btn:hover::before {
    height: 100%;
    width: 100%;
    opacity: 1px;
}

/* header button start */
.global-btn-header {
    border: none;
    box-shadow: unset !important;
    display: inline-block;
    padding: 10px 24px;
    font-size: 16px;
    font-weight: 500;
    font-family: var(--bodyFontFamily);
    color: var(--white);
    background: var(--main-color);
    border-radius: 50px;
    transition: var(--transition);
    position: relative;
    z-index: 1;
}


.global-btn-header:hover {
    background: var(--txt-highlight);
    color: #fff;
}

/* .global-btn-header::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 0%;
  border-radius: 10px;
  background: var(--main-color);
  transition: all 0.3s ease-in-out;
  z-index: -1;
} */
.global-btn-header i {
    font-size: 22px;
}

.global-btn-header.style-1 {
    background-color: var(--main-color);
}

.global-btn-header.style-1::before {
    background-color: var(--primary);
}

.global-btn-header.style-2 {
    background-color: var(--main-color);
    border-radius: 0;
    overflow: hidden;
}

.global-btn-header.style-2::before {
    background-color: var(--primary);
    border-radius: 0;
}

.global-btn-header:hover::before {
    height: 100%;
    width: 100%;
    opacity: 1px;
}

/* header button end */
/* main button */
.global-btn-main {
    border: none;
    box-shadow: unset !important;
    display: inline-block;
    padding: 10px 24px;
    font-size: 16px;
    font-weight: 500;
    font-family: var(--bodyFontFamily);
    color: var(--white);
    background: var(--main-color);
    border-radius: 10px;
    transition: var(--transition);
    position: relative;
    z-index: 1;
}


.global-btn-main:hover {
    background: var(--txt-highlight);
    color: #fff;
}

/* .global-btn-header::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 0%;
  border-radius: 10px;
  background: var(--main-color);
  transition: all 0.3s ease-in-out;
  z-index: -1;
} */
.global-btn-main i {
    font-size: 22px;
}

.global-btn-main.style-1 {
    background-color: var(--main-color);
}

.global-btn-main.style-1::before {
    background-color: var(--primary);
}

.global-btn-main.style-2 {
    background-color: var(--main-color);
    border-radius: 0;
    overflow: hidden;
}

.global-btn-main.style-2::before {
    background-color: var(--primary);
    border-radius: 0;
}

.global-btn-main:hover::before {
    height: 100%;
    width: 100%;
    opacity: 1px;
}

/* main button */



.more-btn {
    border: none;
    box-shadow: unset !important;
    background-color: transparent;
    color: var(--primary);
    font-size: 20px;
    font-weight: 600;
    transition: var(--transition);
}

.more-btn i {
    font-size: 25px;
    line-height: 1;
}

.more-btn:hover {
    color: var(--main-color);
}

/* Navbar Area CSS */
.navbar {
    padding-top: 5px;
    padding-bottom: 10px;
    position: relative;
    z-index: 999;
}

.navbar .navbar-brand {
    margin-right: 10px;
}

.navbar-brand img {
    width: 90px;
}

.navbar .navbar-brand .main-logo {
    max-width: 120px;
}

.navbar .navbar-nav .nav-item {
    margin-left: 18px;
    margin-right: 18px;
}

.navbar .navbar-nav .nav-item:last-child {
    margin-right: 0;
}

.navbar .navbar-nav .nav-item:first-child {
    margin-left: 0;
}

.navbar .navbar-nav .nav-item .nav-link {
    color: var(--tavrc-black);
    transition: var(--transition);
    position: relative;
    padding: 20px 0;
    z-index: 1;
    transition: var(--transition);
    font-size: 16px;
    font-weight: 500;
}

.navbar .navbar-nav .nav-item .nav-link::after {
    font-size: var(--font-size);
    color: var(--tavrc-black);
}

.navbar .navbar-nav .nav-item .nav-link.dropdown-toggle {
    padding-right: 20px;
}

.navbar .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
    position: absolute;
    vertical-align: 0;
    content: "\ea4e";
    margin-left: 0;
    border: 0;
    right: 3px;
    top: 20px;
    color: var(--tavrc-black);
    font-size: 14px;
    font-weight: 600;
    line-height: 26px;
    transition: var(--transition);
    font-family: remixicon !important;
}

.navbar .navbar-nav .nav-item .nav-link.active,
.navbar .navbar-nav .nav-item .nav-link:hover {
    color: var(--main-color);
}

.navbar .navbar-nav .nav-item .nav-link.active::after,
.navbar .navbar-nav .nav-item .nav-link:hover::after {
    color: var(--main-color);
}

.navbar .navbar-nav .nav-item .dropdown-menu {
    left: 0;
    border: 0;
    top: 65px;
    opacity: 0;
    width: 200px;
    padding: 15px 0;
    border-radius: 0;
    visibility: hidden;
    display: block !important;
    background-color: var(--white);
    box-shadow: 0 0.275rem 1.25rem rgba(11, 15, 25, 0.05), 0 0.25rem 0.5625rem rgba(11, 15, 25, 0.03);
    transition: var(--transition);
    transform: translateY(25px);
}

.navbar .navbar-nav .nav-item .dropdown-menu li {
    position: relative;
    margin-left: 0;
    margin-right: 0;
}

.navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-item {
    display: block;
    padding: 7px 20px;
    position: relative;
    color: var(--tavrc-black);
    background-color: transparent !important;
    font-size: 15px;
    font-weight: 500;
}

.navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-item.dropdown-toggle {
    padding-right: 18px;
}

.navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-item.dropdown-toggle::after {
    position: absolute;
    vertical-align: 0;
    content: "\ea4e";
    margin-left: 0;
    right: 20px;
    border: 0;
    top: 6px;
    transition: 0.6s;
    font-size: 14px;
    font-weight: 500;
    font-family: remixicon !important;
}

.navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-item.active {
    color: var(--main-color);
}

.navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-item:hover {
    color: var(--main-color);
}

.navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    visibility: hidden;
    left: auto;
    right: -100%;
    opacity: 0;
    top: 0;
}

.navbar .navbar-nav .nav-item .dropdown-menu li:hover .sub-dropdown {
    color: var(--main-color);
}

.navbar .navbar-nav .nav-item .dropdown-menu li:hover .sub-dropdown.dropdown-toggle::after {
    color: var(--main-color);
}

.navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
}

.navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu .nav-link {
    font-size: 16px;
    font-weight: 500;
}

.navbar .navbar-nav .nav-item:hover .nav-link {
    color: var(--main-color);
}

.navbar .navbar-nav .nav-item:hover .nav-link.dropdown-toggle::after {
    color: var(--main-color);
}

.navbar .navbar-nav .nav-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.navbar.sticky {
    top: 0;
    left: 0;
    width: 100%;
    position: sticky;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    background-color: var(--white);
    box-shadow: rgba(27, 31, 35, 0.04) 0px 1px 0px, rgba(255, 255, 255, 0.25) 0px 1px 0px inset;
}

.navbar .navbar-toggler {
    color: var(--dark);
    font-size: inherit;
    box-shadow: unset;
    border: none;
    padding: 0;
}

.navbar .navbar-toggler .burger-menu {
    cursor: pointer;
}

.navbar .navbar-toggler .burger-menu span {
    height: 3px;
    width: 30px;
    margin: 5px 0;
    display: block;
    background-color: var(--white) !important;
}

.navbar .others-options {
    padding-left: 0px !important;
    vertical-align: middle;
}

.navbar .others-options ul li {
    vertical-align: middle;
    display: inline-block;
    position: relative;
    margin-right: 25px;
}

.navbar .others-options ul li .search-btn {
    border: none;
    box-shadow: none;
    font-size: 25px;
    background-color: transparent;
    color: var(--tavrc-black);
}

.navbar .others-options ul li .search-btn:hover {
    color: var(--main-color);
}

.navbar .others-options ul li .more-btn .r-position {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--tavrc-black);
}

.navbar .others-options ul li:last-child {
    margin-right: 0;
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        transform: translateZ(0);
    }
}

/* Responsive Navbar Area CSS ===*/
.mobile-navbar .offcanvas-header {
    padding: 60px 30px 40px;
    background-color: #f5f5f5;
}

.mobile-navbar .offcanvas-header .main-logo {
    max-width: 120px;
}

.mobile-navbar .offcanvas-header .btn-close {
    transition: var(--transition);
    font-size: 15px;
    cursor: pointer;
    top: 38px;
    left: 25px;
    position: absolute !important;
    width: 30px;
    height: 30px;
    opacity: 1;
    border-radius: 100%;
    background-color: var(--white) !important;
}

.mobile-navbar .offcanvas-header .btn-close:hover {
    color: var(--main-color);
}

.mobile-navbar .offcanvas-body {
    padding: 30px 30px;
}

.mobile-navbar .offcanvas-body .mb-4 {
    margin-bottom: 35px !important;
}

.mobile-navbar .offcanvas-body ul {
    list-style-type: none;
    margin-bottom: 0;
}

.mobile-navbar .offcanvas-body ul.mobile-menu {
    padding-left: 0;
    overflow: hidden;
}

.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list {
    border-bottom: 1px solid #f5f5f5;
    position: relative;
    line-height: 1;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
    clear: both;
    width: 100%;
    color: var(--dark);
}

.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list.active .mobile-menu-items {
    padding: 18px 0 0 0;
    margin: 18px 0;
}

.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list:last-child {
    border-bottom: 1px solid #f5f5f5;
}

.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list a {
    height: 100%;
    padding-right: 30px;
    text-decoration: none;
    position: relative;
    display: block;
    color: var(--tavrc-black);
    font-size: 16px;
    font-weight: 600;
}

/* .mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list a:after {
    top: 15%;
    right: 0;
    content: "\ea4e";
    position: absolute;
    transform: translateY(-14%);
    transition: 0.6s;
    font-size: 16px;
    font-style: normal;
    font-family: remixicon !important;
} */

.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list a:hover,
.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list a.active {
    color: var(--main-color);
}

.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list a:hover::after,
.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list a.active::after {
    color: var(--main-color);
}

.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list .mobile-menu-items {
    height: 0;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list .mobile-menu-items li {
    padding: 0 0 20px 0 !important;
}

.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list .mobile-menu-items a {
    padding: 0 20px;
    font-size: 16px;
    font-size: 15px;
    font-weight: 600;
}

.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list .mobile-menu-items a.active {
    color: var(--main-color);
}

.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list .mobile-menu-items a:hover {
    color: var(--main-color);
}

.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list .mobile-menu-items a::after {
    display: none;
}

.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list .mobile-menu-items .mobile-menu-list {
    padding: 0;
    margin: 0;
    border: none;
}

.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list .mobile-menu-items .mobile-menu-list::after {
    right: 15px;
}

.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list .mobile-menu-items .mobile-menu-list .mobile-menu-items {
    padding: 0 !important;
    background-color: var(--bs-gray-100);
    margin: 0 20px !important;
}

.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list .mobile-menu-items .mobile-menu-list.active .mobile-menu-items {
    padding: 18px 0 0 0 !important;
    margin: 18px 20px !important;
}

.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list.without-icon:after {
    display: none;
}

.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list.without-icon a::after {
    display: none;
}

.mobile-navbar .offcanvas-body ul.mobile-menu .active:after {
    transform: translateY(-50%) rotate(180deg);
}

.mobile-navbar .offcanvas-body ul.mobile-menu .active>.mobile-menu-items {
    transition: all 300ms;
    display: block;
    height: auto;
    clear: both;
    float: left;
    width: 100%;
    background-color: #f5f5f5;
}

.mobile-navbar .offcanvas-body ul.mobile-menu .active>.mobile-menu-items li:last-child {
    border: none;
}

.mobile-navbar .offcanvas-body ul.mobile-menu .active>a {
    color: var(--main-color);
}

.mobile-navbar .others-options {
    padding-left: 0px !important;
    vertical-align: middle;
}

/* top search bar */
.offcanvas-backdrop.show {
    opacity: 0.9;
}

.top-search-bar .offcanvas {
    border: none;
}

.top-search-bar .offcanvas-header {
    border: none;
}

.top-search-bar .offcanvas-header .btn-close {
    position: relative;
    top: 30px;
    left: 0;
    opacity: 1;
    transform: translateY(-50%);
    background-color: #f5f5f5;
    border-radius: 0;
    width: 40px;
    height: 40px;
    padding: 12px;
    font-size: 25px;
}

.top-search-bar .offcanvas-body {
    padding: 50px;
}

.top-search-bar .search-form {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
}

.top-search-bar .search-form .global-btn {
    height: 70px;
    padding: 17px 20px;
    border-radius: 0;
    font-size: 25px;
}

.top-search-bar .search-form .form-control {
    color: var(--dark);
    height: 70px;
    border-radius: 0;
    border-color: var(--tavrc-black);
}

.top-search-bar .search-form .form-control:focus {
    border-color: var(--tavrc-black);
}

/* Ideas Banner Area */
.ideas-banner-area {
    padding: 200px 0;
}

.ideas-banner-image .hero-a {
    padding-right: 300px;
}

.ideas-banner-image .hero-a img {
    border-radius: 150px 10px 150px 10px;
}

.ideas-banner-image .circle-card img {
    animation: circle 15s infinite ease-out;
}

/* Partner Area */
.partner-area .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.partner-area .swiper-slide img {
    filter: invert(111);
    opacity: 0.7;
    transition: var(--transition);
}

.partner-area .swiper-slide img:hover {
    opacity: 1;
}

/* Our Services Area */
.services-image::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(1, 44, 114, 0.4);
    border-radius: 12px;
}

.services-card {
    margin-bottom: 20px;
    padding: 25px;
    border-radius: 16px;
    border: 0.8px solid #F3F4F6;
    background: #FFF;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10), 0 1px 2px -1px rgba(0, 0, 0, 0.10);
}

.services-card .services-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 25px;
    border-radius: 16px;
    background: var(--main-color);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
    transition: var(--transition);
}

.services-card .services-icon i {
    font-size: 30px;
    color: var(--white);
}

.services-card:hover .services-icon {
    background-color: var(--main-color);
}

/* Industries We Help Area */
.help-card {
    border-radius: 16px;
    border: 0.8px solid #F3F4F6;
    background: #FFF;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
    padding: 22px;
    margin-bottom: 20px;
}

.help-card .help-icon {
    width: 64px;
    height: 64px;
    margin-bottom: 20px;
    background-color: var(--primary);
    transition: var(--transition);
}

.help-card .help-icon i {
    font-size: 30px;
    color: var(--white);
}

.help-card:hover {
    transform: translateY(-5px);
}

.help-card:hover .help-icon {
    background-color: var(--main-color);
}

/* Why Choose Us Area */
.why-choose-us-image .choose-us-image {
    border-radius: 150px 10px 150px 10px;
}

.why-choose-us-image::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(1, 44, 114, 0.2);
    border-radius: 150px 10px 150px 10px;
}

.why-choose-us-image.integrity::after {
    border-radius: 12px;
}

.why-choose-us-image .hero-shape {
    top: -25px;
    right: -100px;
    animation: circle 15s infinite ease-out;
    z-index: -1;
}

.why-choose-us-image .hero-shape.shape-image2 {
    right: auto;
    left: -100px;
}

@keyframes circle {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/**/
.about-us-area .s-t {
    position: sticky;
    top: 120px;
}

/* Works Area */
.works-area::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.95);
    z-index: -1;
}

.works-area .global-btn {
    overflow: hidden;
}

.works-area .global-btn:hover::before {
    border-radius: 100px;
}

.works-card .works-icon {
    width: 100px;
    height: 100px;
    margin: auto;
    margin-bottom: 30px;
    background-color: var(--smoke-color);
    transition: var(--transition);
}

.works-card .works-icon i {
    font-size: 40px;
    color: var(--primary);
}

.works-card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.08);
}

.works-card:hover .works-icon {
    background-color: var(--main-color);
}

.works-card:hover .works-icon i {
    color: var(--white);
}

/* Explore Our Projects Area */
.projects-card .projects-image {
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

.projects-card .projects-image::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(3, 31, 66, 0.8) 0%, rgba(3, 31, 66, 0.2) 100%);
    transition: var(--transition);
}

.projects-card:hover .projects-image::after {
    background: linear-gradient(0deg, rgba(3, 31, 66, 0.9) 0%, rgba(3, 31, 66, 0.3) 100%);
}

.projects-card:hover .projects-image img {
    transform: scale(1.1);
}

.projects-swiper-btn {
    position: relative;
    margin-top: 50px;
}

.projects-swiper-btn .swiper-button-next,
.projects-swiper-btn .swiper-button-prev {
    width: 60px;
    height: 50px;
    background-color: var(--white);
    border: 1px solid var(--primary);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    transition: var(--transition);
}

.projects-swiper-btn .swiper-button-next i,
.projects-swiper-btn .swiper-button-prev i {
    font-size: 30px;
}

.projects-swiper-btn .swiper-button-next::after,
.projects-swiper-btn .swiper-button-prev::after {
    display: none;
}

.projects-swiper-btn .swiper-button-next:hover,
.projects-swiper-btn .swiper-button-prev:hover {
    background-color: var(--main-color);
    color: var(--white);
    border: 1px solid var(--main-color);
}

.projects-swiper-btn .swiper-button-prev {
    left: 0;
    right: 70px;
    margin: auto;
}

.projects-swiper-btn .swiper-button-next {
    right: 0;
    left: 70px;
    margin: auto;
}

/* Our Pricing Plan Area */
.pricing-card .icon {
    width: 90px;
    height: 90px;
    background-color: var(--white);
    font-size: 40px;
}

.pricing-card:hover {
    box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.08);
    transform: translateY(-5px);
}

.pricing-card:hover .icon {
    background-color: var(--primary);
    color: var(--white);
}

/* Testimonal Area */
.testimonial-area .shape {
    z-index: -1;
    opacity: 0.3;
    pointer-events: none;
}

.testimonial-card .quote {
    width: 100px;
    opacity: 0.1;
}

.testimonial-swiper-btn {
    position: relative;
    margin-top: 50px;
}

.testimonial-swiper-btn .swiper-button-next,
.testimonial-swiper-btn .swiper-button-prev {
    width: 70px;
    height: 50px;
    background-color: var(--white);
    border: 1px solid var(--primary);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    transition: var(--transition);
}

.testimonial-swiper-btn .swiper-button-next i,
.testimonial-swiper-btn .swiper-button-prev i {
    font-size: 35px;
}

.testimonial-swiper-btn .swiper-button-next::after,
.testimonial-swiper-btn .swiper-button-prev::after {
    display: none;
}

.testimonial-swiper-btn .swiper-button-next:hover,
.testimonial-swiper-btn .swiper-button-prev:hover {
    background-color: var(--main-color);
    color: var(--white);
    border: 1px solid var(--main-color);
}

.testimonial-swiper-btn .swiper-button-prev {
    left: 0;
    right: auto;
}

.testimonial-swiper-btn .swiper-button-next {
    right: auto;
    left: 80px;
}

/* FAQ Area */
.faq-content .accordion-item {
    border: none;
    box-shadow: none;
    background-color: #f5f5f5;
}

.faq-content .accordion-button {
    font-size: 20px;
    font-weight: 600;
    font-family: var(--bodyFontFamily);
    color: var(--tavrc-black);
    box-shadow: none;
    border: none;
    padding: 20px 30px;
    border-radius: 15px;
}

.faq-content .accordion-button::after {
    font-size: 25px;
    color: var(--main-color);
    transition: var(--transition);
}

.faq-content .accordion-button:not(.collapsed) {
    color: var(--tavrc-black);
    background-color: #f5f5f5;
}

.faq-content .accordion-button:not(.collapsed)::after {
    transform: rotate(180deg);
}

.faq-content .accordion-button:hover {
    color: var(--tavrc-black);
}

.faq-content .accordion-body p {
    margin-bottom: 0;
}

/* Blog Area */
.blog-card .blog-a {
    transition: var(--transition);
}

.blog-card:hover {
    transform: translateY(-5px);
}

.blog-card:hover .blog-a {
    transform: scale(1.1);
}

/* Get In Touch Area */
.get-form .textarea {
    min-height: 120px;
}

.get-in-touch-image::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(1, 44, 114, 0.5);
    border-radius: 12px;
}

/* Team Area */
.team-area.team-3 .devotion-heading {
    position: sticky;
    top: 0;
}

.team-card {
    width: 100%;
    height: 100%;
    padding: 320px 40px 40px 40px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.team-card::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(3, 31, 66, 0.9) 0%, rgba(3, 31, 66, 0.2) 100%);
    transition: var(--transition);
}

.team-card .team-card-body {
    z-index: 1;
    position: relative;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
}

.team-card .social-icon li a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--white);
    border-radius: 100%;
    color: var(--white) !important;
    transition: var(--transition);
}

.team-card .social-icon li a:hover {
    color: var(--main-color) !important;
}

.team-card:hover::after,
.team-card.active::after {
    background: linear-gradient(0deg, rgb(3, 31, 66) 0%, rgba(3, 31, 66, 0.1) 100%);
}

.team-card:hover .team-card-body,
.team-card.active .team-card-body {
    opacity: 1;
    visibility: visible;
}

.team-area.team-style .team-card {
    padding: 320px 40px 0px 40px;
}

/* Subscribe Area */
.subscribe-area {
    background: #d0a84f7d;
}

.subscribe-content p {
    color: #3f2c00d4;
    margin-bottom: 40px;
    margin-top: 20px;
}

.footer-area {
    background-color: var(--txt-highlight);
}

.border-theme {
    border: var(--bs-border-width) var(--bs-border-style) var(--txt-highlight) !important;
    color: var(--txt-highlight);
}


.subscribe-form .form-control {
    height: 70px;
}

.subscribe-form .global-btn {
    height: 70px;
}

/* Footer Area */
.footer-widget {
    padding-bottom: 120px;
}

.footer-widget a:hover {
    color: var(--white) !important;
}

/* Home2 For Banner Area */
.for-banner-area {
    padding: 130px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.for-banner-area::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* border-radius: 16px; */
    background: linear-gradient(180deg, #ddba5dbf 0%, #ba8a358f 100%);
    z-index: -1;
}

/* Features Area */
.single-features-card .icon {
    margin-bottom: 30px;
}

.single-features-card .icon i {
    font-size: 100px;
    color: var(--primary);
}

.single-features-card:hover {
    transform: translateY(-7px);
}

/* Integrity Area */
.trust-card .icon {
    width: 80px;
    height: 80px;
    background-color: #f5f5f5;
    font-size: 40px;
}

/* Case Studies Area */
.case-studies-card {
    width: 100%;
    height: 100%;
    padding: 290px 40px 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.case-studies-card .case-studies-card-body {
    bottom: -80px;
}

.extra-padding {
    padding-bottom: 200px;
}

/* FAQ Area */
.faq-card .question-icon {
    width: 90px;
    height: 90px;
    font-size: 50px;
}

/* Home3 Creative Banner Area */
.creative-banner-area {
    padding: 630px 0 120px;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.creative-banner-area::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(3, 31, 66, 0.9) 0%, rgba(3, 31, 66, 0.2) 100%);
    z-index: -1;
}

/**/
.creative-searvices-card .icon {
    width: 60px;
    height: 60px;
    border: 1px solid var(--primary);
    font-size: 30px;
}

.creative-searvices-card:hover .icon {
    background-color: var(--primary);
    color: var(--white);
}

/* Page Banner Area */
.page-banner-area {
    padding: 200px 0;
}

.page-banner-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgb(1, 44, 114) 0%, rgba(1, 44, 114, 0.9) 50%, rgba(1, 44, 114, 0.1) 100%);
    z-index: -1;
}

.page-banner-content ul li {
    position: relative;
    color: var(--white);
}

.page-banner-content ul li::before {
    content: "/";
    position: absolute;
    top: 0;
    right: -16px;
    color: var(--white);
}

.page-banner-content ul li a {
    color: var(--white);
}

.page-banner-content ul li a:hover {
    color: var(--main-color);
}

.page-banner-content ul li:last-child::before {
    display: none;
}

/* Team Details Page */
.team-details-content .call-list li a {
    color: var(--car-black);
}

.team-details-content .call-list li a:hover {
    color: var(--car-base) !important;
}

.team-details-content .social-list a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--primary);
    color: var(--primary);
}

.team-details-content .social-list a:hover {
    border-color: var(--main-color);
    color: var(--main-color);
}

/* Contact Us Page */
.list-items .info-list .icon {
    width: 80px;
    height: 80px;
    background-color: var(--smoke-color);
    color: var(--primary);
    font-size: 35px;
    transition: var(--transition);
}

.list-items .info-list a {
    color: var(--tavrc-black);
}

.list-items .info-list a:hover {
    color: var(--main-color);
}

.list-items .info-list:hover .icon {
    background-color: var(--main-color);
    color: var(--white);
}

.map-area .container-fluid {
    padding-left: calc(var(--bs-gutter-x) * 0);
    padding-right: calc(var(--bs-gutter-x) * 0);
}

iframe {
    width: 100%;
    border-radius: 0;
    display: block;
}

/**/
.reply-form .form-control {
    color: var(--tanspot-black);
    margin-bottom: 20px;
    background-color: #f8f9fb;
    border-color: #f1f1f1;
}

.reply-form .form-control:focus {
    border-color: var(--tanspot-base);
}

.reply-form .textarea {
    min-height: 150px;
}

/**/
.sidebar {
    position: sticky;
    top: 120px;
}

.sidebar .services-categories li a {
    position: relative;
    display: flex;
    color: var(--tavrc-black);
}

.sidebar .services-categories li i {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 25px;
    transition: var(--transition);
}

.sidebar .services-categories li:hover i,
.sidebar .services-categories li.active i {
    color: var(--main-color);
}

.sidebar .services-categories li:hover a,
.sidebar .services-categories li.active a {
    color: var(--main-color);
}

.sidebar .tags ul {
    position: relative;
    display: block;
    margin-left: -5px;
    margin-right: -5px;
}

.sidebar .tags ul li {
    display: inline-block;
    margin-bottom: 10px;
    padding: 0 5px;
}

.sidebar .tags ul li a {
    display: inline-block;
    background-color: var(--white);
    border-radius: 5px;
    padding: 5px 12px;
    color: var(--tavrc-black);
    border: 1px solid #f1f1f1;
}

.sidebar .tags ul li a:hover {
    color: var(--main-color);
    border-color: var(--main-color);
}

.sidebar .tags ul li:last-child {
    margin-bottom: 0;
}

/* Terms & Condition Page ===*/
.terms-condition-content .mt-1 {
    margin-top: 40px !important;
}

.terms-condition-content .mb-1 {
    margin-bottom: 30px !important;
}

/* 404 Error Page CSS ===*/
.error-area {
    text-align: center;
}

.error-area .container {
    max-width: 700px;
}

.error-area .error-content-wrap {
    z-index: 1;
    position: relative;
}

.error-area .error-content-wrap p {
    margin: 25px 0 35px;
    font-size: 18px;
    font-weight: 500;
}

.error-area .error-content-wrap .global-btn {
    padding: 20px 50px;
}

.error-area .health-shape-1 {
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
}

/* Back To Top */
.back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: var(--main-color);
    color: var(--white);
    border: none;
    cursor: pointer;
    opacity: 0;
    transform: translateY(100px);
    transition: var(--transition);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.back-to-top:hover {
    background-color: var(--primary);
    transform: translateY(-5px);
}

.back-to-top .ti {
    font-size: 40px;
}

.back-to-top.show {
    opacity: 1;
    transform: translateY(0);
}

/* Preloader */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

.preloader .dots-container {
    display: flex;
    gap: 10px;
}

.preloader .dots-container .dot {
    width: 20px;
    height: 20px;
    background-color: var(--tavrc-black);
    border-radius: 100%;
    animation: bounce 1.2s infinite ease-in-out;
}

.preloader .dots-container .dot:nth-child(1) {
    animation-delay: 0s;
}

.preloader .dots-container .dot:nth-child(2) {
    animation-delay: 0.2s;
}

.preloader .dots-container .dot:nth-child(3) {
    animation-delay: 0.4s;
}

@keyframes bounce {

    0%,
    80%,
    100% {
        transform: scale(0);
    }

    40% {
        transform: scale(1);
    }
}

.preloader.hide {
    opacity: 0;
    visibility: hidden;
}

/**/
.fs-8 {
    font-size: 8px;
}

.fs-16 {
    font-size: var(--font-size);
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

.fs-25 {
    font-size: 25px;
}

.fs-30 {
    font-size: 30px;
}

.fs-40 {
    font-size: 40px;
}

.fs-50 {
    font-size: 50px;
}

.fs-70 {
    font-size: 70px;
}

/**/
.p-30 {
    padding: 30px;
}

.p-40 {
    padding: 40px;
}

/**/
.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

/**/
.pi {
    color: var(--primary);
}

.text-base {
    color: var(--main-color);
}

.bg-base {
    background-color: var(--main-color);
}

.bg-pi {
    background-color: var(--primary);
}

/*# sourceMappingURL=style.css.map */
.for-banner-content h1 {
    margin-bottom: 15px;
}

.for-banner-content p {
    margin-bottom: 35px;
}

.bg-gary {
    background: linear-gradient(180deg, #F9FAFB 0%, #FFF 100%);
}

.mission-bg {
    border-radius: 16px;
    background: linear-gradient(135deg, #2B7FFF 0%, #00B8DB 100%);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
}

.vision-bg {
    border-radius: 16px;
    background: linear-gradient(135deg, #AD46FF 0%, #F6339A 100%);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
}

.values-bg {
    border-radius: 16px;
    background: linear-gradient(135deg, #FF6900 0%, #FB2C36 100%);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
}

/* Our journey */
/* Section Styling */

/* Timeline */
.timeline {
    position: relative;
}

.timeline::before {
    content: "";
    position: absolute;
    top: 35px;
    left: 10%;
    width: 80%;
    height: 2px;
    opacity: 0.3;
    background: #cea64d;
    z-index: 0;
}

/* Timeline Item */
.timeline-item {
    position: relative;
    z-index: 1;
}

.year-circle {
    width: 80px;
    height: 70px;
    color: #fff;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 18px;
    border-radius: 26843500px;
    background: #CEA64D;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
}

.timeline-item h6 {
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
}

.timeline-item p {
    font-size: 14px;
    color: #6c757d;
    max-width: 220px;
    margin: 0 auto;
    text-align: center;
}

@media (max-width: 991px) {

    .timeline::before {
        display: none;
    }

    .timeline-item {
        margin-bottom: 50px;
    }
}

/* Mobile Style */
@media (max-width: 767px) {

    .timeline::before {
        display: none;
    }

    .timeline-item {
        margin-bottom: 50px;
    }
}

/* our journey end */
.back-to-top {
    border-radius: 12px;
    background: rgb(112 79 3);
    z-index: 999;
}

.footer-bottom {
    padding: 20px 0px;
}

.social-media-icons {
    width: 35px;
    height: 35px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.10);
    color: #fff;
}

.social-media-icons i {
    color: #fff;
}

.text-white-50 {
    --bs-text-opacity: 1;
    color: rgb(255 255 255 / 61%) !important;
}

.img-sec img {
    border-radius: 20px;
}

/* business.php */
    /* Badge */
    /* Badge */
.business-section-v2 .badge-tag {
    color: #fff;
    font-size: 13px;
    padding: 6px 18px;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 15px;
}

/* Headings */
.business-section-v2 h2 {
    font-weight: 700;
    color: #0e1b2f;
}

.business-section-v2 .sub-text {
    color: #6c757d;
    font-style: italic;
    margin-bottom: 15px;
}

.business-section-v2 .description-text {
    color: #5f6b85;
    margin-bottom: 25px;
}

/* Image */
.business-section-v2 .img-wrapper {
    position: relative;
    animation: floatAnim 4s ease-in-out infinite;
}

.business-section-v2 .img-wrapper img {
    width: 100%;
    border-radius: 18px;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.10);
}

/* Floating Animation */
@keyframes floatAnim {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-12px); }
    100% { transform: translateY(0px); }
}

/* Corner icon */
.business-section-v2 .corner-badge {
    position: absolute;
    top: 0;
    right: 0;
    padding: 14px;
    border-top-right-radius: 18px;
    border-bottom-left-radius: 18px;
}

/* Key Features */
.business-section-v2 .feature-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-bottom: 25px;
}

.business-section-v2 .feature-list li {
    list-style: none;
    display: flex;
    gap: 10px;
    font-size: 14px;
    color: #0e1b2f;
}

.business-section-v2 .tick-icon {
    width: 18px;
    height: 18px;
    margin-top: 3px;
}

/* Feature Cards */
.business-section-v2 .feature-card-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    margin-bottom: 35px;
    padding: 25px;
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 25px 35px -15px rgba(0, 0, 0, 0.15);
    transition: 0.4s ease;
}

.business-section-v2 .feature-card-wrapper:hover {
    transform: translateY(-8px);
    box-shadow: 0 35px 60px rgba(0, 0, 0, 0.12);
}

.business-section-v2 .single-feature-card {
    background: #f1f3f6;
    padding: 16px 18px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    color: #0e1b2f;
}

.business-section-v2 .icon-holder {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Buttons */
.business-section-v2 .btn-primary-custom {
    background: #c99a2e;
    color: #fff;
    padding: 12px 32px;
    border-radius: 40px;
    font-weight: 600;
    border: 1px solid #585f7e;
}

.business-section-v2 .btn-outline-custom {
    border: 1px solid #1f2d4a;
    color: #1f2d4a;
    padding: 12px 32px;
    border-radius: 40px;
    font-weight: 600;
    background: #fff;
}

.business-section-v2 .btn-outline-custom:hover {
    background: #1f2d4a;
    color: #fff;
}

/* Responsive */
@media(max-width:768px) {
    .business-section-v2 .feature-list,
    .business-section-v2 .feature-card-wrapper {
        grid-template-columns: 1fr;
    }
}

/* Gradient Section */
.business-section-v2 .gradient-area {
    background: linear-gradient(135deg, #4e73df, #1cc88a);
    padding: 60px 0;
    color: white;
}
       /* Section Background */
.crs-wrap{
    padding:80px 0;
    background:#F2E7CE;
    font-family:Arial, Helvetica, sans-serif;
}

/* Container */
.crs-box{
    width:90%;
    max-width:1200px;
    margin:auto;
    text-align:center;
}

/* Heading */
.crs-heading{
    font-size:38px;
    font-weight:700;
    color:#c79a2c;
    margin-bottom:10px;
}

/* Subtitle */
.crs-text{
    color:#333;
    margin-bottom:45px;
}

/* Grid */
.crs-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:28px;
}

/* Card */
.crs-item{
    background:#F2E7CE;
    border:1px solid #bfb59e;
    border-radius:12px;
    padding:25px;
    text-align:left;
    transition:.3s;
}

.crs-item:hover{
    transform:translateY(-6px);
}

/* Icon */
.crs-icon{
    width:50px;
    height:50px;
    border-radius:12px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:20px;
    margin-bottom:15px;
}

/* Icon Colors */
.crs-blue{background:#1976d2;}
.crs-green{background:#16a34a;}
.crs-purple{background:linear-gradient(45deg,#a100ff,#ff0080);}
.crs-red{background:#ff2d00;}

/* Title */
.crs-title{
    font-size:18px;
    margin-bottom:6px;
}

/* Desc */
.crs-desc{
    font-size:13px;
    color:#1e3a8a;
    margin-bottom:18px;
}

/* Meta */
.crs-meta{
    font-size:13px;
    margin-bottom:18px;
}

.crs-meta div{
    display:flex;
    justify-content:space-between;
    margin-bottom:6px;
}

/* Button */
.crs-btn{
    width:100%;
    padding:10px;
    background:#5a3b00;
    border:none;
    border-radius:8px;
    color:#fff;
    font-weight:600;
    cursor:pointer;
}

/* Responsive */
@media(max-width:992px){
    .crs-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:600px){
    .crs-grid{
        grid-template-columns:1fr;
    }
}
        /* business style end */
/*  Business  banner start*/
.hero-banner {
    height: 100vh;
    background: url('assets/images/business sol/business sol/business sol.jpg') center center/cover no-repeat;
    position: relative;
    overflow: hidden;
    animation: zoomBg 15s ease-in-out infinite alternate;
}

/* Background Zoom Animation */
/* @keyframes zoomBg {
      0% {
        background-size: 100%;
      }

      100% {
        background-size: 110%;
      }
    } */

/* Dark Overlay */
.hero-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
}

/* Content */
.hero-content {
    position: relative;
    z-index: 2;
    animation: fadeUp 1.5s ease forwards;
    opacity: 0;

}


/* Text Fade + Slide Animation */
@keyframes fadeUp {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* end business.php */

/* services.php */
/* Heading Animation */
.animate-section .title-animate,
.animate-section .para-animate {
    opacity: 0;
    transform: translateY(40px);
}

.animate-section.active .title-animate {
    animation: slideDown 0.8s ease forwards;
}

.animate-section.active .para-animate {
    animation: fadeUp 1s ease forwards;
    animation-delay: 0.3s;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Underline Grow */
.title-animate {
    position: relative;
    display: inline-block;
    font-weight: 700;
}

.title-animate::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -8px;
    width: 0;
    height: 3px;
    background: #0d6efd;
    transform: translateX(-50%);
    transition: 0.6s ease;
}

.animate-section.active .title-animate::after {
    width: 60%;
}

/* ================= CARDS ================= */

.service-card {
    border: none;
    border-radius: 20px;
    overflow: hidden;
    transition: 0.4s ease;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.service-card img {
    transition: 0.5s ease;
}

.service-card:hover img {
    transform: scale(1.08);
}

.icon-box {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 45px;
    height: 45px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    transition: 0.3s ease;
}

.service-card:hover .icon-box {
    transform: scale(1.15) rotate(8deg);
}

.icon-blue {
    background: #1da1f2;
}

.icon-red {
    background: #ff4d4f;
}

.icon-purple {
    background: #a855f7;
}

.icon-green {
    background: #22c55e;
}

.icon-indigo {
    background: #6366f1;
}

.icon-orange {
    background: #f59e0b;
}

.learn-link {
    text-decoration: none;
    font-weight: 500;
    color: #0d6efd;
    transition: 0.3s;
}

.learn-link:hover {
    letter-spacing: 1px;
}

/* Responsive */
@media(max-width:768px) {
    .hero h1 {
        font-size: 32px;
    }
}

/* end services.php */
/* blog.php */


/* CARD */
.feature-card {
    position: relative;
    height: 520px;
    border-radius: 25px;
    overflow: hidden;
    color: #fff;
    transition: 0.4s ease;
}

.feature-card:hover {
    transform: translateY(-8px);
}

.feature-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* BADGES */
.top-badges {
    position: absolute;
    top: 25px;
    left: 25px;
    z-index: 3;
}

.badge-featured {
    background: #827040;
    color: #fff;
    padding: 7px 16px;
    border-radius: 30px;
    font-size: 13px;
    margin-right: 8px;
}

.badge-category {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(6px);
    color: #fff;
    padding: 7px 16px;
    border-radius: 30px;
    font-size: 13px;
}

/* OVERLAY */
.overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.3));
    padding: 45px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

/* TEXT */
.feature-title {
    font-size: 34px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 15px;
}

.feature-desc {
    opacity: 0.6;
    color: #fff;
    margin-bottom: 20px;
}

.meta {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    font-size: 14px;
    opacity: 0.9;
    margin-top: 10px;
}

.meta div {
    display: flex;
    align-items: center;
    gap: 8px;
}

.meta svg {
    width: 16px;
    height: 16px;
    stroke: white;
}

/* BUTTON */
.read-btn {
    background: #BF913B;
    border: none;
    padding: 12px 24px;
    border-radius: 10px;
    font-weight: 500;
    margin-top: 50px;
    width: max-content;
}

.read-btn:hover {
    background: #BF913B;
}



/* Dark Overlay */
.hero-banner-blog::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(213, 175, 84, 0.28);
}


/* end blog.php */

/* blog.php */
.card {
    border: none;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
    transition: 0.3s;
}

.card:hover {
    transform: translateY(-6px);
}

.card img {
    height: 220px;
    object-fit: cover;
}

 .badge-custom {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #b8860b;
    color: white;
    padding: 6px 12px;
    font-size: 12px;
    border-radius: 20px;
}

.tag {
    background: #eef1f4;
    padding: 6px 10px;
    font-size: 12px;
    border-radius: 20px;
    margin-right: 6px;
}

.author-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.author-info {
    display: flex;
    align-items: center;
    gap: 10px;
}

.author-icon {
    width: 40px;
    height: 40px;
    background: #b8860b;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

svg {
    stroke: #ffffff;
}

.meta-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #6c757d;
}

.meta-item svg {
    width: 16px;
    height: 16px;
    stroke: #6c757d;
    stroke-width: 1.8;
    fill: none;
}

/* Card */
.custom-card {
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    animation: slideLeft 1s ease forwards;
}

/* Info Boxes */
.info-box {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.07);
    margin-bottom: 20px;
    animation: fadeUp 1s ease forwards;
}

/* Icon Box */
.info-box .icon-box {
    width: 50px;
    height: 40px;
    background: #c89b3c;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    animation: floatIcon 3s ease-in-out infinite;
    position: inherit;
}

.icon-box svg {
    width: 22px;
    height: 22px;
    stroke: #fff;
    stroke-width: 2;
    fill: none;
}

/* Button */
.btn-gold {
    background: linear-gradient(to right, #c89b3c, #d4a84f);
    border: none;
    color: #fff;
    padding: 12px;
    border-radius: 10px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-gold:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(200, 155, 60, 0.4);
}

/* Business Box */
.business-box {
    background: #5a3e00;
    color: #fff;
    border-radius: 12px;
    padding: 25px;
    animation: slideRight 1.2s ease forwards;
}

.business-box hr {
    border-color: rgba(255, 255, 255, 0.2);
}

.business-box h5 {
    color: white;
}

/* Text Fade + Slide Animation */
@keyframes fadeUp {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.form-control {
    border: 1px solid #ced4da;
    border-radius: 10px;
}

/* focus outline */
.form-control:focus {
    border-color: #c89b3c;
    /* gold color */
    box-shadow: 0 0 0 0.2rem rgba(200, 155, 60, 0.25);
}

/* blog.php */
/*blog-deatils-pages*/

/* ================= BACK LINK ================= */

.ai-back-wrapper-x501{
padding:15px 0;
background:#ffffff;
border-bottom:1px solid #e5e7eb;
font-family:Arial, Helvetica, sans-serif
}

.ai-back-link-x502{
color:#BF913B;
text-decoration:none;
font-size:14px;
font-weight:500;
}

.ai-back-link-x502:hover{
text-decoration:underline;
}

/* ================= HERO SECTION ================= */

.ai-hero-section-x503{
position:relative;
height:520px;
display:flex;
align-items:center;
overflow:hidden;
font-family:system-ui;
}

/* background image */

.ai-hero-bg-x504{
position:absolute;
width:100%;
height:100%;
top:0;
left:0;
object-fit:cover;
z-index:1;
}

/* overlay */

.ai-hero-overlay-x505{
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
background:linear-gradient(90deg,rgba(0,0,0,0.75),rgba(0,0,0,0.2));
z-index:2;
}

/* hero content */

.ai-hero-content-x506{
position:relative;
z-index:3;
color:white;
max-width:650px;
animation:heroFadeUp 1s ease;
}

/* category badge */

.ai-category-x507{
display:inline-block;
background:#fbbf24;
color:#000;
padding:6px 14px;
border-radius:20px;
font-size:13px;
font-weight:600;
margin-bottom:15px;
}

/* title */

.ai-title-x508{
font-size:48px;
font-weight:700;
line-height:1.1;
margin-bottom:15px;
color: white;
}

/* description */

.ai-desc-x509{
font-size:16px;
opacity:.9;
color: white;
}

/* animation */

@keyframes heroFadeUp{

from{
opacity:0;
transform:translateY(40px);
}

to{
opacity:1;
transform:translateY(0);
}

}

/* responsive */

@media (max-width:991px){

.ai-title-x508{
font-size:34px;
}

.ai-hero-section-x503{
height:420px;
}

}
/* main container */

.ai-blog-container{
max-width:1000px;
margin:80px auto;
padding-left:40px;
padding-right:40px;
line-height:1.7;
font-family:Arial, Helvetica, sans-serif;
color:#1f2937;
box-sizing:border-box;
}

/* main heading */

.ai-blog-heading{
font-size:30px;
font-weight:700;
margin-bottom:18px;
}

/* section headings */

.ai-blog-subheading{
font-size:26px;
font-weight:700;
margin-top:55px;
margin-bottom:15px;
}

/* paragraphs */

.ai-blog-text{
font-size:15px;
color:#4b5563;
margin-bottom:20px;
}

/* list */

.ai-blog-list{
padding-left:18px;
margin-top:15px;
margin-bottom:30px;
}

.ai-blog-list li{
font-size:15px;
color:#4b5563;
margin-bottom:8px;
}

/* bold text */

.ai-blog-bold{
font-weight:600;
color:#1f2937;
}

/* responsive */

@media(max-width:768px){

.ai-blog-container{
padding-left:25px;
padding-right:25px;
}

.ai-blog-heading{
font-size:24px;
}

.ai-blog-subheading{
font-size:22px;
}

}

/* slider start */

/* slider end */