@charset "UTF-8";
/*!
Theme Name: Siara Software Services
Theme URI: https://themespartner.com/products/siara-wordpress-theme/
Author: Siara Software
Author URI: 
Description: Siara Software Services is a sleek, technology-focused WordPress theme crafted for businesses that turn ideas into digital solutions. With a modern interface, flexible layouts, and a professional visual style, it helps software companies, IT firms, startups, and digital agencies present their expertise, services, and innovation with confidence.
Template: siara-corporate-business
Requires at least: 5.3
Tested up to: 6.9
Requires PHP: 5.6
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: siara-software-services
Tags: blog, one-column, two-columns, left-sidebar, right-sidebar, custom-colors, custom-background, custom-logo, custom-menu, e-commerce, custom-header, grid-layout,featured-images, footer-widgets, post-formats, threaded-comments, theme-options, translation-ready, wide-blocks, rtl-language-support

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

SiaraSoftwareServices is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/ 

/* ===== TOP HEADER SECTION ===== */
.home.blog .site-header-row-wrapper.siaracorporatebusiness-primary-bar-row.sticky-menu.sticky-style-normal{
    position: relative !important;
}
.has-menu-sticked .topbar-wrapper {
    display: none;
}

.has-menu-sticked .navigation-bar {
    top: 0px;
}

.site-title a, .site-description span {
    color: #000;
}

.has-menu-sticked .primary-bar-row-wrapper{
    background: #fff !important;
}



/* First Top Bar Row - Text Only */
.topbar-first-row {
    background-color: #80b33b;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.topbar-first-row .topbar-container {
    display: flex;
    align-items: center;
    margin: 0 auto;
}

.topbar-first-row .topbar-left-section {
    width: 100%;
}

.topbar-left-section {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 8px;
}

.topbar-first-row .topbar-text-row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.topbar-first-row .topbar-text {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

/* Second Top Bar Row - Join Button, Contact Info, and Social Icons */
.topbar-second-row {
    background-color: #80b33b;
    padding: 12px 0;
}

.topbar-second-row .topbar-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
}

.topbar-second-row .topbar-left-section {
    display: flex;
    align-items: center;
    gap: 25px;
    flex: 1;
}

.topbar-second-row .topbar-right-section {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

/* Join With Us Button */
.join-with-us-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background-color: #ffffff;
    color: #000000;
    padding: 8px 16px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
    border: none;
    flex-shrink: 0;
}

.join-with-us-btn:hover {
    background-color: #f0f0f0;
    color: #000000;
    text-decoration: none;
    transform: translateY(-1px);
}

.join-with-us-btn svg {
    width: 12px;
    height: 12px;
    fill: #000000;
}

/* Contact Info Section */
.contact-info {
    display: flex;
    align-items: center;
    gap: 25px;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #ffffff;
    font-size: 14px;
}

.contact-item svg {
    width: 14px;
    height: 14px;
    fill: #ffffff;
    flex-shrink: 0;
}

.contact-item a,
.contact-item span {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 14px;
}

.contact-item a:hover {
    color: #cccccc;
    text-decoration: none;
}

/* Time display */
.topbar-time {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #ffffff;
    font-size: 14px;
}

.topbar-time svg {
    width: 16px;
    height: 16px;
    fill: #ffffff;
}

/* ===== NAVIGATION BAR SECTION ===== */
.navigation-bar {
    box-shadow: none;
    border-bottom: none ! Important;
    position: relative;
    padding: 0;
}

.topbar-container {
    display: flex;
    justify-content: space-between;
}

.nav-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    padding: 9px 27px;
}

/* Logo Section */
.nav-logo {
    flex-shrink: 0;
}

.nav-logo .site-branding {
    display: flex;
    align-items: center;
}

.nav-logo .site-logo img {
    max-height: 50px;
    width: auto;
}

/* Center Menu Section */
.nav-menu-center {
    padding: 0 20px;
}


.pd-0 {
    padding: 0;
}

/*top header*/
.tphead{
    position: relative;
    overflow: hidden;
  background: linear-gradient(to right, #9333ea, #3b82f6);
  padding: 2px 0;
}
.tphead p{    
    width: 80%;
    display: inline-flex;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}
.tphead p svg {
    margin-right: 8px;
    width: 16px;
}
.tphead .buttn {
    width: 20%;
    text-align: right;
}
.tphead .buttn a {
    display: inline-block;
    font-size: 14px;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
}
.tphead .buttn a:hover{color: #000;}
.mid-header{
    position: relative;
    background: #02255b; /* purple-700 → blue-600 */
    padding: 6px 0;
}

.mid-header .topbar-left-section {
    display: inline-block;
}
.mid-header .topbar-right-section {
    display: inline-block;
    right: 0;
    text-align: right;
    float: right;
}
.mid-header .social-icons {
    display: flex;
    gap: 10px;
    color: #fff;
    width: 100%;
    justify-content: center;
}
.mid-header .social-icons svg {
    width: 28px;
    stroke-width: 1px;
    line-height: 28px;
    height: 28px;
    fill: none;
    stroke: #fff;
    border: 1px solid #e9e6ed7d;
    border-radius: 50px;
    padding: 5px;
    transform: all 0.3s;
}
.mid-header .social-icons a{position: relative;transform: all 0.3s;}
.mid-header .social-icons a:hover svg{
    background-color: #fff;
    stroke: #9810fa;
    transform: all 0.3s;
}
a:hover{
    outline: none !important;
}

/*navigation*/
.navigation-bar { padding: 15px 0 !important;}
.logobx{width:20%; padding: 0 1px; align-content: center;}
.logobx .site-branding {  padding: 0.4rem 0 !important; }

.navbx{width:60%; padding: 0 1px;    align-content: center;}

.btnbx{
    width:20%;
    padding: 0 1px;
    display: block;
    text-align: right;
    position: relative;
        align-content: center;
}
.btnbx .nav-cta { display: flex; align-items: center; justify-content: end; gap: 0;}
.btnbx .nav-cta a:after{display: none;transition: all 0.2;}
.btnbx .nav-cta a {
    background: #000;
    padding-bottom: 2px;
    text-decoration: none;
    position: relative;
    padding: 10px 25px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    border-radius: 50px;
    text-align: center;
    display: flex;
    transition: all 0.2s;
    gap: 10px;
    width: max-content;
}
.btnbx .nav-cta a svg{
    fill: #fff;
}
.btnbx .nav-cta a:hover{transition: all 0.2;}


/*search form*/
/* Right Section */
.nav-right-section {
    width: 20%;
    position: relative;
    align-content: center;
}

/* Search Styles */
.nav-search {
    position: relative;
    flex: 0 1 300px;
    /*min-width: 200px;*/
}

.search-toggle {
    display: none;
}

.search-form .search-field {
    background-image: none;
}

.search-form-container {
    position: static;
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
    z-index: auto;
    min-width: auto;
    display: block;
    margin-top: 0;
}

.search-form-container form {
    display: flex;
    gap: 0;
    align-items: center;
    width: 100%;
    position: relative;
}
.search-form-container input[type="search"],
.search-form-container input[type="text"] {
    flex: 1;
    padding: 10px 45px 10px 15px;
    border: 1px solid #8c8c8c;
    border-radius: 4px;
    font-size: 14px;
    background-color: #ffffff;
    transition: all 0.3s ease;
    min-width: 180px;
    width: 100%;
}

.search-form-container input[type="search"]:focus,
.search-form-container input[type="text"]:focus {
    outline: none;
    background-color: #ffffff;
    border-color: #8c8c8c;
    box-shadow: 0 0 0 2px rgba(128, 179, 59, 0.1);
}

.search-form-container button,
.search-form-container input[type="submit"] {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 256 256'%3E%3Cpath fill='%2380b33b' d='M229.66,218.34l-50.07-50.06a88.11,88.11,0,1,0-11.31,11.31l50.06,50.07a8,8,0,0,0,11.32-11.32ZM40,112a72,72,0,1,1,72,72A72.08,72.08,0,0,1,40,112Z'/%3E%3C/svg%3E");
    background-size: contain;
    color: #8c8c8c;
    border: none;
    border-radius: 0;
    cursor: pointer;
    font-size: 0;
    width: 18px;
    height: 18px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    background-repeat: no-repeat;
    z-index: 10;
    text-indent: -9999px;
    overflow: hidden;
    margin: 0;
}


.search-form-container button:hover,
.search-form-container input[type="submit"]:hover {
    background-color: transparent;
    transform: translateY(-50%) scale(1.1);
}

.search-form-container button:hover::after,
.search-form-container input[type="submit"]:hover::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 256 256'%3E%3Cpath fill='%236a952f' d='M229.66,218.34l-50.07-50.06a88.11,88.11,0,1,0-11.31,11.31l50.06,50.07a8,8,0,0,0,11.32-11.32ZM40,112a72,72,0,1,1,72,72A72.08,72.08,0,0,1,40,112Z'/%3E%3C/svg%3E");
    transform: translate(-50%, -50%) scale(1.1);
}


/* Close Button */
.custom-search-close {
  position: absolute;
  top: 26px;
  right: 0px;
  font-size: 24px;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  z-index: 10000;
}

.custom-search-close:hover {
  opacity: 0.7;
}

/* Improve modal layering */
.custom-search-form {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

/* Center search form nicely */
.nav-search .search-form {
  margin-top: 40px;
}

.nav-search {
    position: relative;
    text-align: left;
    border-right: 1px solid #ccc;
}
button#customSearchToggle {
    color: #000;
    background: none;
    border: none;
    padding: 8px 0 0 0px;
}
/* Full Width Search Panel */
.nav-search .custom-search-form {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  padding: 25px 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  z-index: 9999;

  transform: translateY(-100%);
  transition: transform 0.4s ease;
}

.nav-search .custom-search-form {
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    background: linear-gradient(to right, #7e22ce, #2563eb);
    padding: 74px 10px 50px;
    z-index: 9999;
    transform: translateY(-100%);
    transition: transform 0.4s ease;
}

.nav-search .custom-search-form.is-open {
  transform: translateY(0);
}

.nav-search .custom-search-form input[type="search"] {
  width: 100%;
  padding: 24px 20px;
  font-size: 16px;
  border-radius: 6px;
  border: 1px solid #ddd;
  outline: none;
}

.nav-search .custom-search-form input[type="search"]:focus {
  border-color: #2563eb;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

/**/
.nav-search .search-form .search-field{background-image:none !important; }
.nav-search .search-form {
    align-items: stretch;
    display: flex;
    flex-wrap: nowrap;
    margin: 0 auto;
    width: 100%;
}
.nav-search .search-form label {
    align-items: stretch;
    display: flex;
    font-size: inherit;
    margin: 0;
    width: 100%;
}
.nav-search .search-submit {
    display: block !important;
    padding: 14px 22px;
    font-size: 16px;
    font-weight: 600;
    margin-top: 9px;
    border-radius: 8px;
}
.nav-search .site-header-row-wrapper svg {
    width: 23px;
    height: 23px;
    stroke: #000;
}
/************/

/* Mobile Menu Toggle */
.toggle.toggle-off-canvas {
    display: none;
}



/* ===== SLIDER SECTION ===== */

/* Slider Wrapper */
.siaracorporatebusiness-section-banner-wrapper {
    padding:0em 0 0em;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    /* min-height: 80vh; */
}

.siaracorporatebusiness-section-banner {
    position: relative;
    height: 100%;
}

/* Swiper Slide with Background Image */
.swiper-slide {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    /* min-height: 80vh; */
    position: relative;
}

/* Banner Block Wrapper */
.banner-block-wrapper {
    position: relative;
    max-width: 100% !important;
    padding: 0;
    z-index: 2;
    border-radius:0;
    background-color: #fff;
}
/*imagebx*/
.banner-block-wrapper .imgbx{
    position: relative;
    width: 55%;
    padding: 0;
}
.banner-block-wrapper .slideimg{position: relative; overflow: hidden;height: 100%;}
.banner-block-wrapper .slideimg img{
    width: 100%;
    height: 100%;
}

.banner-content-section { 
    position: relative;
    overflow: hidden;
    width: 45%;
    height: 80vh;
    z-index: 2;
    align-items: center;
    align-content: center;
    padding-left: 8%;
}
.banner-content-section .banner-content-inner{
    width: 80%;
} 
.banner-sub-text {
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    display: inline-block;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 6px 0;
    padding: 0;
    line-height: 1.3;
}
.hero-subtitle {
    color: #4d57ff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.banner-title {
    font-size: 62px;
    font-weight: 700;
    line-height: 1.2;
    color: #000;
    margin: 4px 0 4px;
}
.banner-excerpt {  position: relative;}
.banner-excerpt p {
    font-size: 18px;
    line-height: 1.6;
    color: #000;
    padding: 0;
    margin: 0;
}
/* Get Started Button - White Background */
.banner-read-more{
    display: flex;
    gap: 10px;
}
.banner-cta-button {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 26px;
    background: #000;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 500;
    font-size: 16px;
    transition: all 0.3s ease;
    box-shadow: none;
    margin: 2px 10px 2px;
    width: max-content;
    position: relative;
}
.banner-cta-button svg{
    width: 24px;
    height: 24px;
    fill: #fff;
}
.banner-cta-button::before {
    content: "";
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .18);
    transform: skewX(-30deg);
    transition: .6s;
}
.banner-cta-button:hover::before {
    left: 120%;
}
.banner-cta-button:hover {
    background: #4d57ff;
    color: #fff;
    text-decoration: none;
    transition: all 0.2s;
}

/*==========================
    VIDEO BUTTON
==========================*/

.video-btn{
    display:flex;
    align-items:center;
    gap:18px;
    color:#222;
    font-size:18px;
    font-weight:500;
}

.play-btn{
    width:60px;
    height:60px;
    border-radius:50%;
    border:2px solid #d7d9eb;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:.35s;
    background:#fff;
}

.play-btn svg{
    width: 24px;
    color:#11142d;
    margin-left:3px;
}

.video-btn:hover .play-btn{
    background:#4d57ff;
    border-color:#4d57ff;
    color:#fff;
}

.video-btn:hover i{
    color:#fff;
}

@keyframes pulse{
    0%{
        transform:scale(1);
        box-shadow:0 0 0 0 rgba(77,87,255,.45);
    }
    70%{
        transform:scale(1.05);
        box-shadow:0 0 0 18px rgba(77,87,255,0);
    }
    100%{
        transform:scale(1);
        box-shadow:0 0 0 0 rgba(77,87,255,0);
    }
}
.play-btn{
    animation:pulse 2s infinite;
}
.dots {
    position: absolute;
    bottom: 70px;
    left: 47%;
    width: 90px;
    height: 90px;
    background-image: radial-gradient(#4d57ff 2px, transparent 2px);
    background-size: 18px 18px;
    opacity: .8;
    z-index: 3;
}
.hexagon{
    position: absolute;
    width: 78px;
    height: 78px;
    background: linear-gradient(135deg, #5a63ff 0%, #4d4dff 45%, #6b3cff 100%);
    clip-path: polygon(50% 0%, 92% 24%, 92% 76%, 50% 100%, 8% 76%, 8% 24%);
    border-radius: 12px;
    box-shadow: 0 12px 30px rgba(76, 81, 255, .28), inset 0 1px 1px rgba(255, 255, 255, .25);
    transform: rotate(0deg);
    z-index: 2;
    top: 5rem;
    left: 5rem;
}
.hexagon{
    transition:.35s;
}

.hexagon:hover{
    transform:translateY(-6px) rotate(8deg);
    box-shadow:
        0 20px 40px rgba(76,81,255,.35),
        inset 0 1px 1px rgba(255,255,255,.25);
}


.siaracorporatebusiness-section-banner-wrapper .counter {
    position: absolute;
    bottom: 22%;
    left: 25%;
    text-align: right;
    z-index: 2;
}
.siaracorporatebusiness-section-banner-wrapper .counter h2 {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    margin: 0;
}
.siaracorporatebusiness-section-banner-wrapper .counter span {
    color: #c7c7c7;
    font-size: 14px;
}

/* Background Image Styling is handled by .swiper-slide */

/* Swiper Navigation and Pagination */
.swiper-pagination {
    bottom: 30px !important;
    z-index: 10;
}
.siaracorporatebusiness-banner-wrapper.siaracorporatebusiness-swiper-outer-bullets .swiper-pagination-bullets {
    margin-top: 6rem;display: none;}
.swiper-pagination-bullet {
    background-color: rgba(255, 255, 255, 0.5) !important;
    opacity: 1;
    width: 8px;
    height: 8px;
    margin: 0 4px;
    transition: background-color 0.3s ease;
}

.swiper-pagination-bullet-active {
    background-color: #ffffff !important;
}

.swiper-button-next,
.swiper-button-prev {
    color: #ffffff !important;
    background-color: rgba(255, 255, 255, 0.1);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background-color: #ffffff;
    color: #80b33b !important;
    transform: scale(1.1);
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 20px;
}



/* ===== UTILITY CLASSES ===== */
.siaracorporatebusiness-floating-scroll-top {
    border-radius: 10rem;
    background: #007cba;
}

.siaracorporatebusiness-btn-link.style_4 {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 2.4rem;
    box-shadow: rgba(60, 64, 67, 0.3) 0 1px 3px 0,
        rgba(60, 64, 67, 0.15) 0 4px 8px 3px;
    color: #3c4043 !important;
    height: 4rem;
    padding: 2px 1.8rem;
    font-size: 1.3rem;
    letter-spacing: 0.25px;
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1),
        opacity 15ms linear 30ms, transform 270ms cubic-bezier(0, 0, 0.2, 1) 0ms;
}

.siaracorporatebusiness-btn-link.style_4 svg {
    fill: #3c4043 !important;
}

/* ===== ABOUT US SECTION ===== */
.siaracorporatebusiness-section-aboutus-wrapper{
    position: relative;
    overflow: hidden;
    padding: 0;
    background: linear-gradient(180deg, #f9f9fe 22%, #fff 0%);
}

.siaracorporatebusiness-section-aboutus-wrapper .image{
    width: 50%;
}
.siaracorporatebusiness-section-aboutus-wrapper .floating-icon {
    position: absolute;
    top: 6rem;
    left: 12rem;
    width: 58px;
    height: 58px;
    background: linear-gradient(135deg, #6b63ff, #5a35ff);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 22px;
    z-index: 4;
    box-shadow: 0 20px 40px rgba(91, 92, 255, .35);
}
.siaracorporatebusiness-section-aboutus-wrapper .image .image-mask{
    width: 100%;
    display: block;
    object-fit: cover;
    -webkit-mask-image: url(assets/images/counter.png);
    mask-image: url(assets/images/counter.png);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-position: center;
    mask-position: center;
    background: #000;
    height: 100%;
    padding: 140px 70px 70px 200px;
}
.siaracorporatebusiness-section-aboutus-wrapper .image .image-mask .img-content{
    width: 80%;
}
.siaracorporatebusiness-section-aboutus-wrapper .image .image-mask .img-content h2{
    color: #fff;
    font-size: 48px;
    line-height: 1.15;
    font-weight: 700;
    margin-bottom: 25px;
}

.siaracorporatebusiness-section-aboutus-wrapper .image .image-mask .img-content p{
    color: #d6d6de;
    font-size: 20px;
    line-height: 1.6;
}

.siaracorporatebusiness-section-aboutus-wrapper .image .contact-button .contact-us-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 26px;
    background: #fff;
    color: #000;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 500;
    font-size: 16px;
    transition: all 0.3s ease;
    box-shadow: none;
    width: max-content;
    position: relative;
}
.siaracorporatebusiness-section-aboutus-wrapper .image .contact-button .contact-us-btn svg{
    width: 24px;
    height: 24px;
    fill: #000;
}
.siaracorporatebusiness-section-aboutus-wrapper .image .contact-button .contact-us-btn::before {
    content: "";
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .18);
    transform: skewX(-30deg);
    transition: .6s;
}
.siaracorporatebusiness-section-aboutus-wrapper .image .contact-button .contact-us-btn:hover::before {
    left: 120%;
}
.siaracorporatebusiness-section-aboutus-wrapper .image .contact-button .contact-us-btn:hover {
    background: #4d57ff;
    color: #fff;
    text-decoration: none;
    transition: all 0.2s;
}
.siaracorporatebusiness-section-aboutus-wrapper .image .contact-button .contact-us-btn:hover svg{
    fill: #fff;
}


.siaracorporatebusiness-section-aboutus-wrapper .content{
    width: 50%;
    align-content: flex-end;
}


.counter-area{
    display:flex;
    align-items:center;
    justify-content:space-between;
        padding: 50px 0;
}

.counter-box{
    flex:1;
    text-align:center;
}

.counter-divider{
    width:1px;
    height:95px;
    background:#e8e8ef;
}

.counter-icon{
    width:70px;
    height:70px;
    margin:0 auto 25px;
    border-radius:18px;

    display:flex;
    justify-content:center;
    align-items:center;

    font-size:28px;
}
.counter-icon svg{
    width: 35px;
}
.purple{
    background:#f4f1ff;
}
.purple svg{
    fill: #6b63ff;
}

.blue{
    background:#eef6ff;
}
.blue svg{
    fill:#2684ff;
}

.green{
    background:#ecfbf7;
}
.green svg{
    fill:#1dbb95;
}

.counter-box h3{
    font-size:52px;
    font-weight:700;
    color:#101828;
    margin-bottom:15px;
    line-height:1;
}

.counter-box p{
    font-size: 22px;
    line-height: 1.4;
    color:#596273;
}

@media(max-width:500px){

.counter-area{
    flex-direction:column;
    gap:40px;
}

.counter-divider{
    width:100%;
    height:1px;
}
.siaracorporatebusiness-section-aboutus-wrapper .about--content {
        padding: 0;
    }

}
/***************************************end*******************/

/* Bullet Points */
.bullet-points {
    margin-bottom: 30px;
    text-align: left;
}

.bullet-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
}

.check-icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    background: rgba(13, 174, 168, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
}

.bullet-item p {
    font-size: 16px;
    color: #555555;
    line-height: 1.6;
    margin: 0;
}



/* ===== SERVICES SECTION ===== */
h2,h3{
    font-family: sans-serif;
}
.service-grid{
    display: grid;
}
.siaracorporatebusiness-section-services-wrapper {
    position: relative;
    overflow: hidden;
    padding: 80px 0;
    background: #f9f9fe;
}

.siaracorporatebusiness-section-services-wrapper .services-header .heading {
    max-width: 850px;
    margin: 0 auto 5rem;
    text-align: center;
    position: relative;
    z-index: 2;
}

.siaracorporatebusiness-section-services-wrapper .services-header .heading h3 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #5b5eff;
    letter-spacing: 1px;
    margin-bottom: 15px;
    background: transparent;
}

.siaracorporatebusiness-section-services-wrapper .services-header .heading h2 {
    font-size: 52px;
    font-weight: 700;
    color: #111827;
    line-height: 1.2;
    margin-bottom: 20px;
}

.siaracorporatebusiness-section-services-wrapper .services-header .heading p {
    max-width: 720px;
    margin: 0 auto;
    font-size: 20px;
    line-height: 1.5;
    color: #6b7280;
}

.siaracorporatebusiness-section-services-wrapper .services-header .heading a {
    display: inline-block;
    margin-top: 30px;
    padding: 14px 34px;
    background: #5b5eff;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    transition: 0.3s;
}

.siaracorporatebusiness-section-services-wrapper .services-header .heading a:hover {
    background: #3f42ff;
}

/* Responsive */

@media (max-width: 991px) {

    .siaracorporatebusiness-section-services-wrapper .services-header {
        padding: 60px 20px;
    }

    .siaracorporatebusiness-section-services-wrapper .services-header .heading h2 {
        font-size: 42px;
    }

    .siaracorporatebusiness-section-services-wrapper .services-header .heading p {
        font-size: 18px;
    }

}

@media (max-width: 767px) {

    .siaracorporatebusiness-section-services-wrapper .services-header .heading h3 {
        font-size: 15px;
    }

    .siaracorporatebusiness-section-services-wrapper .services-header .heading h2 {
        font-size: 32px;
    }

    .siaracorporatebusiness-section-services-wrapper .services-header .heading p {
        font-size: 16px;
        line-height: 1.6;
    }

}

.siaracorporatebusiness-section-services-wrapper .service-card{
    background: #fff;
    border-radius: 22px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 10px 35px rgba(0, 0, 0, .06);
    transition: .35s;
}
.siaracorporatebusiness-section-services-wrapper .service-card .service-image{
    padding: 18px 18px 0;
    position: relative;
}
.siaracorporatebusiness-section-services-wrapper .service-card .service-image img{
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 16px;
    display: block;
}
.siaracorporatebusiness-section-services-wrapper .service-card .service-image .image-icon{
    position: absolute;
    left: 35px;
    bottom: 10px;
    width: 62px;
    height: 62px;
    background: #fff;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .12);
}
.siaracorporatebusiness-section-services-wrapper .service-card .service-image .image-icon svg{
    width: 35px;
    fill: #5b5eff;
}
.siaracorporatebusiness-section-services-wrapper .service-card .service-content{
    padding: 34px 28px 30px;
    position: relative;
}
.siaracorporatebusiness-section-services-wrapper .service-card .service-content .service-title{
    font-size: 24px;
    font-weight: 700;
    color: #1d1d1d;
    line-height: 1.3;
    margin-bottom: 15px;
}
.siaracorporatebusiness-section-services-wrapper .service-card .service-content .service-excerpt p{
    font-size: 16px;
    color: #666;
    line-height: 1.5;
    margin-bottom: 10px;
}
.siaracorporatebusiness-section-services-wrapper .service-card .service-content .service-readmore .service-btn{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #5b5eff;
    font-size: 17px;
    font-weight: 600;
    transition: .3s;
}
.siaracorporatebusiness-section-services-wrapper .service-card .service-content .service-readmore .service-btn svg{
    fill: #5b5eff;
    width: 20px;
}
.siaracorporatebusiness-section-services-wrapper .service-card .service-content .service-readmore .service-btn:hover svg{
    transform: translateX(6px);
}

/*************************/
/*****#footer#******/
/*************************/
.site-footer{
    position: relative;
    overflow: hidden;
    background-color: #000;
}
.site-footer .textwidget h2{
    color: #fff;
    font-size: 53px;
    line-height: 1.5;
    letter-spacing: 1.06px;
    text-transform: capitalize;
}
.site-footer .textwidget h2 span{
    color: #9569F9;
}
.site-footer .textwidget p{
    color: #fff;
    opacity: 0.6;
}

.site-footer .textwidget .contact-item{
    display:flex;
    align-items:flex-start;
    gap:18px;
    margin-bottom:32px;
}

.site-footer .textwidget .contact-item .icon{
    width:22px;
    font-size:22px;
    margin-top:3px;
}
.site-footer .textwidget .contact-item .icon svg{
    width: 24px;
    height: 24px;
    fill: #fff;
}

.site-footer .textwidget .contact-item .text{
    color:#e9e9e9;
    font-size:16px;
    line-height:1.8;
    font-weight:400;
}

.site-footer .textwidget .contact-btn{
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 15px 30px;
    border-radius: 40px;
    background: #9569F9;
    transition: .3s;
    opacity: 1;
}

.site-footer .textwidget .contact-btn:hover{
    transform:translateY(-3px);
    box-shadow:0 10px 25px rgba(140,90,255,.35);
}
.widget-content{
    padding: 0 !important;
    background: none !important;
    border-radius: 0px !important;
}
.widget-title {
    margin: 0 0 2.4rem;
    font-size: 20px !important;
    color: #fff;
    letter-spacing: 1px;
}
.site-footer p{
    font-size: 16px !important;
    color: #fff !important;
}
li.menu-item a {
    position: relative;
    text-decoration: none;
    color: #000 !important;
    font-size: 16px;
    font-weight: 500;
}
.site-header-row-wrapper .primary-menu-wrapper > ul > li > a::after {
    content: "";
    background: #7163fc !important;
}
.footer-common-widget li.menu-item a {  color: #fff !important; opacity: 0.6;}
.footer-common-widget li.menu-item a::before {content: '➜';   font-size: 16px; margin-right: 5px;}
.footer-common-widget li.menu-item a:hover {  color: #9569F9 !important; opacity: 1;}
.widget-content a{color: #fff;text-decoration: none;}
.site-sub-footer {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    background-color: #000;
    box-shadow: 0 0 1px 0px #ccc;
}

.siaracorporatebusiness-footer-siteinfo .footer-copyright {font-size: 16px; color: #fff !important;}
.siaracorporatebusiness-footer-siteinfo .theme-credit, 
.siaracorporatebusiness-footer-siteinfo .theme-credit a { font-size: 16px; color: #fff !important;}



/* ===== RESPONSIVE DESIGN ===== */

@media screen and (max-width:1700px) {
    .banner-title {
        font-size: 56px;
    }
    .banner-content-section .banner-content-inner {
        width: 90%;
    }
    .siaracorporatebusiness-banner-wrapper .banner-excerpt{
        padding: 0;
    }
    .siaracorporatebusiness-section-aboutus-wrapper .image .image-mask{
        padding: 140px 70px 70px 160px;
    }
    .siaracorporatebusiness-section-aboutus-wrapper .image .image-mask .img-content {
        width: 90%;
    }
    .siaracorporatebusiness-section-aboutus-wrapper .image .image-mask .img-content h2 {
        font-size: 44px;
    }
    .siaracorporatebusiness-section-services-wrapper .services-header .heading h2 {
        font-size: 48px;
    }
}
@media (max-width: 1600px) {
    .siaracorporatebusiness-section-aboutus-wrapper .image .image-mask {
        padding: 140px 40px 70px 140px;
    }
    .siaracorporatebusiness-section-aboutus-wrapper .image .image-mask .img-content p{
        font-size: 18px;
    }
    .counter-box h3 {
        font-size: 48px;
    }
    .counter-box p {
    font-size: 20px;
    }
}
@media (max-width: 1440px) {
    .banner-content-section{
        padding-left: 4%;
    }
    .banner-title {
        font-size: 52px;
    }
    .banner-content-section .banner-content-inner {
        width: 95%;
    }
    .siaracorporatebusiness-section-aboutus-wrapper .image .image-mask {
        padding: 120px 40px 70px 70px;
    }
    .siaracorporatebusiness-section-aboutus-wrapper .image .image-mask .img-content h2 {
        font-size: 40px;
        margin-bottom: 16px;
    }
    .siaracorporatebusiness-section-aboutus-wrapper .description{
        margin: 16px 0;
    }
    .siaracorporatebusiness-section-aboutus-wrapper .floating-icon {
    position: absolute;
    top: 5rem;
    left: 5rem;
    }
    .siaracorporatebusiness-section-aboutus-wrapper .image .contact-button .contact-us-btn{
        padding: 10px 20px;
    }
    .counter-box h3 {
        font-size: 42px;
    }
    .counter-box p {
        font-size: 18px;
    }
}

@media (max-width: 1299px) {
    .btnbx .nav-cta a { padding: 8px 16px;}
}

@media (max-width: 1200px) {
    .banner-content-section{
        width: 50%;
        height: 70vh;
    }
    .banner-block-wrapper .imgbx{
        width: 50%;
    }
    .banner-content-section .banner-content-inner {
        width: 100%;
    }
    .siaracorporatebusiness-section-aboutus-wrapper .about--content {
    padding: 0 1rem 0 0;
    }
    .siaracorporatebusiness-section-aboutus-wrapper .image .image-mask {
        padding: 115px 15px 31px 30px;
    }
    .banner-cta-button{
        padding: 10px 15px;
            height: 100%;
    }
    .play-btn {
    width: 50px;
    height: 50px;
    }
}
@media (min-width: 1200px) {

    .nav-container,
    .topbar-container,
    .banner-block-wrapper {
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
    }
}


@media (max-width: 1199px) {
.header_style_3 ul.primary-menu { gap: 16px;}
.primary-menu > li.menu-item-has-children > a {   margin-right: 1rem;}
    .banner-subtitle {       
        font-size: 2rem;
    }
    .siaracorporatebusiness-section-banner-wrapper .counter{display: none;}
    .banner-excerpt { margin: 1.5rem 0;}
}

@media (max-width: 991px) {
    .logobx { width: 30%; order: 1;}
    /*.searchbx { width: 10%;order: 2;}*/
    .nav-right-section {width: 34%; order: 2;}
    .btnbx { width: 60%; order: 3;}
    .nav-menu-center { padding: 0 2px; float: right;}
    .navbx {width: 10%;order: 4;}
    .toggle.toggle-off-canvas{display: block; background: #6b63ff;padding: 10px;border-radius: 4px;}
    .toggle.toggle-off-canvas .off-canvas-bars span { background: #fff;}
    .nav-search .search-form {  display: flex !important;}
    .siaracorporatebusiness-banner-wrapper.siaracorporatebusiness-swiper-outer-bullets .swiper-pagination-bullets{
        display: none;
    }
    .banner-title {font-size: 42px; }
    .siaracorporatebusiness-banner-wrapper .banner-excerpt { padding: 0;}
    .banner-block-wrapper, .swiper-slide,
    .siaracorporatebusiness-section-banner-wrapper{height: auto;}

    li.menu-item .ancestor-wrapper a{color: #000 !important;}

    .banner-cta-button,
    .banner-lrn-button { padding: 6px 20px;  font-size: 16px; margin: 2px;}


    section.siaracorporatebusiness-section-services-wrapper{padding: 2em 0}

    .siaracorporatebusiness-section-aboutus-wrapper .image {
        width: 100%;
    }
    .siaracorporatebusiness-section-aboutus-wrapper .content {
        width: 100%;
    }
    .siaracorporatebusiness-section-aboutus-wrapper .image .image-mask {
        mask-image: none;
    }
    .siaracorporatebusiness-section-aboutus-wrapper .floating-icon {
        top: 3rem;
    }
    .siaracorporatebusiness-section-aboutus-wrapper .about--content{margin: 0;}
        .siaracorporatebusiness-section-services-wrapper .services-header .heading h2 {
        font-size: 42px;
    }
    .siaracorporatebusiness-section-services-wrapper .services-header .heading h3{
        margin: 0;
    }
    .siaracorporatebusiness-section-services-wrapper .services-header{
        padding: 0;
    }
    .siaracorporatebusiness-banner-wrapper .banner-read-more{
        padding: 0;
    }
    .banner-read-more{
        display: grid;
        gap: 20px;
    }
}


@media (max-width: 768px) {
    /* Navigation Mobile */
    .navigation-bar {
        top: 0px !important;
    }

    .nav-container {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 8px 20px;
        flex-wrap: wrap;
    }
    .swiper-slide {
        min-height: 60vh;
    }

    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }
    .siaracorporatebusiness-section-banner-wrapper .white-box{
        display: none;
    }
}

@media (max-width: 767px) {
.tphead p { width: 70%;}
.tphead .buttn { width: 30%;}

.contact-item .tooltiptext,
.contact-item .tooltiptext{
    visibility: hidden;
    display: inline-block;
    width: 210px;
    background-color: #DEDEE7;
    color: #000;
    text-align: center;
    padding: 2px 2px;
    position: absolute;
    font-size: 14px;
    top: 20px;
    left: 0;
    opacity: 1;
    transition: all 0.2s linear;
    z-index: 9999;
}
.contact-item:hover .tooltiptext,
.contact-item:hover .tooltiptext{ visibility: visible; opacity: 1;}
   
    /* Navigation adjustments */
    .navigation-bar {
        top: 0px !important;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }

    .nav-container {
        padding: 12px 15px;
    }

    .nav-logo .site-logo img {
        max-height: 40px;
    }
    
.banner-block-wrapper .slideimg img{height: 400px ;}

    .bullet-points {
        text-align: left;
        padding: 0 20px;
    }

    .contact-button {
        justify-content: center;
        margin-top: 10px;
        gap: 15px;
    }

    .contact-phone {
        font-size: 15px;
    }
     .dots{
        display: none;
     }
    .banner-content-section {
        width: 100%;
        height: 100%;
        order: 2;
    }
    .banner-block-wrapper .imgbx {
        width: 100%;
    }
    .banner-content-section {
        padding: 4%;
    }
    .banner-read-more {
        display: flex;
        gap: 20px;
    }
    .banner-cta-button, .banner-lrn-button {
        padding: 10px 20px;
    }
    .banner-content-section {
        padding: 3rem;
    }
}

@media (max-width: 575px) {
    .btnbx .nav-cta a {  padding: 8px 14px;font-size: 13px; }
    .nav-menu-center { padding: 0 0;}
    .about-stats-box { margin-bottom: 2px;}
    .site-footer .textwidget h2{
        font-size: 32px;
    }
    
}

@media (max-width: 530px) {
    .nav-right-section{width: 0; display: none;}
    .logobx { width: 50%;}
    .btnbx {width: 35%;}
    .navbx{width: 15%;}
    .banner-title {
        font-size: 36px;
    }
    .siaracorporatebusiness-section-aboutus-wrapper .image .image-mask .img-content h2 {
        font-size: 36px;
    }
    .siaracorporatebusiness-section-services-wrapper .services-header .heading h2 {
        font-size: 36px;
    }
    .banner-read-more {
        display: grid;
        gap: 20px;
    }
    .banner-cta-button, .banner-lrn-button {
        padding: 10px 20px;
        font-size: 14px;
    }
    .hexagon{
        display: none;
    }
}

@media (max-width: 425px) {
    .banner-excerpt p {
        font-size: 14px;
    }
    .site-header-row-wrapper svg{
        display: none;
    }
}

@media (max-width: 480px) {
    .swiper-slide {
        min-height: 50vh;
    }
}

@media (max-width: 479px) {

    /* Navigation */
    .nav-container {
        padding: 10px 12px;
    }

    .nav-cta .cta-button {
        font-size: 12px;
        padding: 5px 10px;
    }

}

@media (max-width: 425px) {
    .banner-block-wrapper .slideimg img {
        height: 300px;
    }
 
}