@charset "UTF-8";
/*!
Theme Name: Siara Digital Solutions
Theme URI: 
Author: Siara Software
Author URI: 
Description: Siara Digital Solutions is a clean, modern, and lightweight WordPress theme designed for digital agencies, technology businesses, startups, and service-based companies. Built with simplicity and usability in mind, it helps create a professional online presence while keeping the focus on your content and services. The theme features a fully responsive layout that adapts seamlessly to desktops, tablets, and mobile devices. With built-in customization options, you can easily personalize colors, typography, and other visual elements to match your brand identity. Optimized for performance and coded following WordPress standards, Siara Digital Solutions delivers fast loading times and a smooth browsing experience. It is an ideal choice for businesses looking for a reliable, professional, and easy-to-use website solution.
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-digital-solutions
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.

SiaraDigitalSolutions 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;
}


/* 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;
    background-color: #ffffff;
    padding: 0;
}

.topbar-container {
    display: flex;
    justify-content: space-between;
}

.nav-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* max-width: 1200px; */
    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 {
    /* flex: 1; */
    /* display: flex;
    justify-content: end;
    align-items: 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;
}

/*navigation*/
.navigation-bar { padding: 12px 0 !important;}
.logobx{width:20%; padding: 0 1px; align-content: center;}
.logobx .site-branding {  padding: 0.4rem 0 !important; }

.navbx{width:50%; padding: 0 1px;    align-content: center;}
#site-navigation { justify-content: center !important;}

/*.searchbx{width:5%; padding: 0 1px;    align-content: center;}*/

.btnbx{
    width:10%;
    padding: 0 1px;
    display: block;
    text-align: right;
    position: relative;
        align-content: center;
}
/*.btnbx .nav-cta{ display: block; } */
.btnbx .nav-cta { display: inline; align-items: center; gap: 0;}
.btnbx .nav-cta a:after{display: none;transition: all 0.2;}
.btnbx .nav-cta a {
    background: #02255b;
    padding-bottom: 2px;
    text-decoration: none;
    position: relative;
    padding: 8px 20px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    border-radius: 6px;
    text-align: center;
    display: inline-block;
    transition: all 0.2s;
}
.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 label {
    display: none;
} */

.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;
    min-height: 80vh;
}
/*imagebx*/
.banner-block-wrapper .imgbx{
    position: relative;
    right: 0;
    float: right;
    width: 54%;
    padding: 0;
}
.banner-block-wrapper .slideimg{position: relative; overflow: hidden;}
.banner-block-wrapper .slideimg img{
    width: 100%;
    height: 700px;
    border-radius: 0px;
    object-fit: cover;

    width: 100%;
    -webkit-mask-image: url(assets/images/Group5.png);
    mask-image: url(assets/images/Group5.png);
    -webkit-mask-position: center right;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
    mask-size: 100%;
}

.banner-content-section { 
    width: 46%;
    position: relative;
    align-items: center;
    align-content: center;
    padding-left: 8%;
}
.banner-sub-text {
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    display: inline-block;
    color: #02255b;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 6px 0;
    padding: 0;
    line-height: 1.3;
}
.banner-title {
    font-size: 50px;
    font-weight: 700;
    line-height: 1.2;
    color: #02255b;
    margin: 4px 0 4px;
}
.banner-excerpt {  position: relative;}
.banner-excerpt p {
    font-size: 18px;
    line-height: 1.6;
    color: #4d4646;
    padding: 0;
    margin: 0;
}
/* Get Started Button - White Background */
.banner-cta-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 26px;
    background: #02255b;
    color: #ffffff;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 500;
    font-size: 16px;
    transition: all 0.3s ease;
    box-shadow: none;
    margin: 2px 10px 2px;
}
.banner-cta-button:hover {
    background-color: transparent;
    color: #02255b;
    text-decoration: none;
    transition: all 0.2s;
}

.banner-lrn-button{
    display: inline-flex;
    align-items: center;
    padding: 10px 26px;
    border: 2px solid #02255b;
    background: #fff;
    color: #02255b;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 500;
    font-size: 16px;
    transition: all 0.3s ease;
    box-shadow: none;
    margin: 2px 10px 2px;
}
.banner-lrn-button:hover{
    background-color: #1e2939;
    border-color: #ad46ff;
    color: #ffffff;
    transition: all 0.2s;
}
/* 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: 80px 0 110px;
}
.siaracorporatebusiness-section-aboutus-wrapper .content{
    position: relative;
    padding: 0 20px 0 0;
}
.siaracorporatebusiness-section-aboutus-wrapper .about--content {
   padding: 0 !important;
}

/* Heading Styles */
.siaracorporatebusiness-section-aboutus-wrapper .heading {
    margin-bottom: 30px;
}

.siaracorporatebusiness-section-aboutus-wrapper .heading h3 {
    font-size: 16px;
    color: #0070e0;
    font-weight: 600;
    background: none;
    text-transform: none;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0px;
    margin-bottom: 0;
    padding: 0;
    border-radius: 0;
    position: relative;
    overflow: visible;
}
.siaracorporatebusiness-section-aboutus-wrapper .heading h3::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 100%;
    margin-left: 10px;
    width: 34px;
    height: 2px;
    background: #0070e0;
    transition: left 0.5s ease;
}
.siaracorporatebusiness-section-aboutus-wrapper .heading h2 {
    font-size: 55px;
    font-weight: 700;
    color: #02255b;
    line-height: 1.2;
    margin: 15px 0 0 0;
}
/*.siaracorporatebusiness-section-aboutus-wrapper .heading h2.high{
    background-image: linear-gradient(90deg, #9810fa 40%, #2b7fff  70%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}*/

/* Description */
.siaracorporatebusiness-section-aboutus-wrapper .description {
    margin: 30px 16% 30px 0;
    transition: all 0.3s ease;
}
.siaracorporatebusiness-section-aboutus-wrapper .description p {
    font-size: 18px;
    color: #555555;
    line-height: 1.6;
    margin: 0;
}

/* Stats and Features Box */
.about-stats-box {
    position: relative;
    margin-bottom: 30px;
}
.about-stats-box .stats-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
/*.about-stats-box .listbx1,
.about-stats-box .listbx2 { width: 50%;}*/
.about-stats-box .stats-list li {
    font-size: 16px;
    color: #262424;
    line-height: 1.8;
    padding-left: 0;
    position: relative;
    display: flex;
    gap: 14px;
    margin: 0 10px 10px 0;
    align-items: center;
}
.about-stats-box .stats-list li svg {
    /*background: linear-gradient(to right, #9810fa, #155dfc);*/
    border-radius: 50px;
    width: 24px;
    height: 24px;
    padding: 1px;
    color: #02255b;
    position: relative;
}

/* Contact Button */
/*.about--content .contact-button {
    display: inline-flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}*/
.about--content .contact-us-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 30px;
    background-color: #02255b; 
    color: #ffffff;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 500;
    font-size: 16px;
    transition: all 0.3s ease;
    
}

/*.about--content .contact-us-btn:hover {
    color: #fff;
    text-decoration: none;
    scale: 1.02;
    box-shadow: 0 5px 15px rgba(13, 174, 168, 0.3);
}*/
/*.about--content .contact-phone {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    color: #333333;
    text-decoration: none;
    transition: all 0.3s ease;
}
.about--content .contact-phone svg {
    width: 50px;
    height: 50px;
    fill: #9810fa;
    transition: all 0.3s ease;
    background: linear-gradient(to right, #f3e8ff, #cad8e9);
    border-radius: 50px;
    padding: 12px;
}
.about--content .phtxt {
    position: relative;
    line-height: 1;
    font-size: 15px;
    color: #4a5565;
}
.about--content .phnum {
    font-size: 20px;
    font-weight: 600;
    color: #101828;
}
*/
/* Image Section */
.siaracorporatebusiness-section-aboutus-wrapper .image {
    position: relative;
}
.siaracorporatebusiness-section-aboutus-wrapper .image .img{
    position: relative;
    margin-top: 12px;
    display: block;
    padding: 0 !important;
}
.siaracorporatebusiness-section-aboutus-wrapper .imgbx1{position: relative;}
.siaracorporatebusiness-section-aboutus-wrapper .imgbx1 img {
    width: 500px;
    height: 500px !important;
    border-radius: 12px !important;
    object-fit: cover;
}
.siaracorporatebusiness-section-aboutus-wrapper .imgbx2 {
    position: absolute;
    bottom: -117px;
    left: 33px;
}
.siaracorporatebusiness-section-aboutus-wrapper .imgbx2 img {
    width: 238px;
    height: 269px !important;
    border-radius: 12px !important;
    object-fit: cover;
    padding: 10px;
    background: #fff;
}
.siaracorporatebusiness-section-aboutus-wrapper .image .yrsbx {
    position: absolute;
    display: flex;
    background: #02255b;
    top: 262px;
    left: 60%;
    padding: 20px 14px;
    border-radius: 12px;
    width: 184px;
}
.siaracorporatebusiness-section-aboutus-wrapper .icnbx svg {
    font-size: 20px;
    width: 45px;
}
.siaracorporatebusiness-section-aboutus-wrapper .icnbx svg path{fill: #fff;}
.siaracorporatebusiness-section-aboutus-wrapper .conbx{margin-left: 10px;}
.siaracorporatebusiness-section-aboutus-wrapper .image .yrsbx .num {
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    color: #fff;
}
.siaracorporatebusiness-section-aboutus-wrapper .image .yrsbx .ytxt {
    color: #fff;
    font-size: 12px;
    line-height: 1;
    font-weight: 500;
    text-transform: capitalize;
}

.siaracorporatebusiness-section-aboutus-wrapper .image .cwbx {
    position: absolute;
    bottom: 34px;
    left: 34px;
    width: 300px;
    text-align: left;
    padding: 24px 30px 40px;
    border-radius: 16px;
    background: linear-gradient(to right, #9810fa, #5788f6);
}
.siaracorporatebusiness-section-aboutus-wrapper .image .cwbx .num {
    line-height: 1.4;
    font-size: 44px;
    font-weight: 700;
    color: #fff;
}
.siaracorporatebusiness-section-aboutus-wrapper .image .cwbx .ytxt {
    color: #fff;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    text-transform: capitalize;
}
/***************************************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 ===== */

.siaracorporatebusiness-section-services-wrapper {
    position: relative;
    overflow: hidden;
    padding: 80px 0;
    background: #f4f7fe;
}

/* Services Header */
.services-header {
    text-align: center;
    margin-bottom: 60px;
}
.siaracorporatebusiness-section-services-wrapper .heading h3 {
    font-size: 16px;
    color: #0070e0;
    font-weight: 600;
    background: none;
    text-transform: none;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0px;
    margin-bottom: 14px;
    padding: 0;
    border-radius: 0;
    position: relative;
    overflow: visible;
}
.siaracorporatebusiness-section-services-wrapper .heading h3::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 100%;
    margin-left: 10px;
    width: 34px;
    height: 2px;
    background: #0070e0;
    transition: left 0.5s ease;
}
.siaracorporatebusiness-section-services-wrapper .heading h2 {
    font-size: 50px;
    font-weight: 700;
    color: #02255b;
    line-height: 1.2;
    margin: 0;
}
.service-card {
    background: #fefefe;
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 40px 0;
    margin-bottom: 0.5em;
    text-align: center;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.15);
}
.service-card .service-image {
    width: 60px;
    line-height: 60px;
    height: 60px;
    background: #e8f1fe;
    text-align: center;
    border-radius: 50px;
    margin: 0 auto;
}
.service-card .service-image svg {
    width: 34px;
    height: 56px;
    text-align: center;
    line-height: 60px;
    margin: 0 auto;
    fill:#0070e0;
}
.service-card .service-content {
    position: relative;
    padding: 20px 20px 4px 20px;
}
.service-card .service-title {
    font-size: 22px;
    font-weight: 600;
    color: #02255b;
    margin: 0 0 15px 0;
    line-height: 1.3;
}
.service-excerpt p {
    font-size: 16px;
    color: #4a5565;
    line-height: 1.6;
    margin: 0;
}

/* Read More Button */
.service-readmore {
    margin-top: 10px;
}
.service-btn:hover svg{margin-left: 11px;transition: all 0.3s ease;}
.service-btn svg {
    margin-left: 7px;
    width: 16px;
    transition: all 0.3s ease;
}
.service-btn {
    display: inline-flex;
    padding: 0;
    background-color: transparent;
    color: #0070e0;
    border: none;
    font-weight: 500;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.3s ease;
}
.service-btn:hover {
    color: #000;
}

/*************************/
/*****#footer#******/
/*************************/
.site-footer{
    position: relative;
    overflow: hidden;
    background-color: #03265e;
}
.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: #02255b !important;
    font-size: 16px;
}
.footer-common-widget li.menu-item a {  color: #fff !important;}
.widget-content a{color: #fff;text-decoration: none;}
.site-sub-footer {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    background-color: #03265e;
    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 (max-width: 1600px) {
/*.banner-content-inner {  margin-right: 5%;  margin-left: 1em;}*/
.banner-content-section {  padding-left: 2%;}
}

@media (max-width: 1299px) {
    .btnbx .nav-cta a { padding: 8px 16px;}
}

@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;}
.navbx { width: 46%;}
.btnbx {  width: 14%;}
.banner-block-wrapper,.swiper-slide,
.siaracorporatebusiness-section-banner-wrapper,
.banner-block-wrapper .slideimg img{height: 500px ;min-height: 500px ;}
    .banner-title {
        font-size: 3.5rem;
    }
    .banner-subtitle {       
        font-size: 2rem;
    }

}

@media (max-width: 1024px) {
    .siaracorporatebusiness-section-aboutus-wrapper .description {margin: 30px 1% 30px 0;}
}
@media (max-width: 991px) {
    .logobx { width: 30%; order: 1;}
    /*.searchbx { width: 10%;order: 2;}*/
    .nav-right-section {width: 34%; order: 2;}
    .btnbx { width: 20%; order: 3;}
    .nav-menu-center { padding: 0 2px; float: right;}
    .navbx {width: 14%;order: 4;}
    .toggle.toggle-off-canvas{display: block; background: #7e22ce;padding: 10px;border-radius: 4px;}
    .toggle.toggle-off-canvas .off-canvas-bars span { background: #fff;}
    .nav-search .search-form {  display: flex !important;}
    .siaracorporatebusiness-section-banner-wrapper {  padding: 2px 0; height: auto;}
    .siaracorporatebusiness-banner-wrapper.siaracorporatebusiness-swiper-outer-bullets .swiper-pagination-bullets{
        display: none;
    }
    .banner-title {font-size: 3.5rem; }
    .banner-content-inner { margin: 0 1em; }
    .siaracorporatebusiness-banner-wrapper .banner-excerpt { padding: 0;}
    .banner-block-wrapper, .swiper-slide,
    .siaracorporatebusiness-section-banner-wrapper{height: auto;}

.banner-block-wrapper .slideimg img{
    height: 400px ;
    min-height: 400px ;
    -webkit-mask-image:none;
    mask-image:none;
}
.banner-block-wrapper .imgbx,
.banner-content-section{width: 50%;}
    .banner-cta-button,
    .banner-lrn-button { padding: 6px 20px;  font-size: 16px; margin: 2px;}

    .siaracorporatebusiness-section-aboutus-wrapper .heading h2 { font-size: 40px;}

    section.siaracorporatebusiness-section-services-wrapper{padding: 2em 0}
    .siaracorporatebusiness-section-services-wrapper .heading { margin-bottom: 2rem;}
    .services-header {  margin-bottom: 0px;}

}


@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;
    }
}

@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 .imgbx{
        width: 100%; 
        order: 1;
    }

    .banner-content-section{
        width: 100%;  
        order: 2;
    }

    .banner-content-inner { 
        margin: 1em 1em 0; 
    }

    .banner-title { 
        margin: 0 0 10px;
    }
    .siaracorporatebusiness-section-aboutus-wrapper { padding: 24px 0;}
    .siaracorporatebusiness-section-aboutus-wrapper .imgbx2{position: relative; bottom: 0px; left: 0px; }
    .siaracorporatebusiness-section-aboutus-wrapper .image .yrsbx {
        position: relative;
        display: flex;
        background: #02255b;
        top: 0px;
        left: 0%;
        margin-top:10px ;
        padding: 20px 14px;
        border-radius: 12px;
        width: 184px;
    }

    .bullet-points {
        text-align: left;
        padding: 0 20px;
    }

    .contact-button {
        justify-content: center;
        margin-top: 10px;
        gap: 15px;
    }

    .contact-phone {
        font-size: 15px;
    }
    .siaracorporatebusiness-section-services-wrapper .heading p {
    font-size: 16px;
    margin: 6px 0 10px;
    color: #4a5565;
}
    .siaracorporatebusiness-section-services-wrapper .heading h2 {
        font-size: 26px;
    }

}

@media (max-width: 575px) {
    /*.nav-search .search-form {  width: 300px;}*/
    .btnbx .nav-cta a {  padding: 6px 8px;font-size: 13px; }
    .nav-menu-center { padding: 0 0;}
    .about-stats-box { margin-bottom: 2px;}
}

@media (max-width: 530px) {
    .nav-right-section{width: 0; display: none;}
    .logobx { width: 60%;}
    .btnbx {width: 28%;}
}

@media (max-width: 425px) {
    /*.btnbx{width: 0;}
    .btnbx .nav-cta{display: none;}*/
    /*.logobx { width: 70%;}
    .searchbx { width: 15%;}
    .navbx { width: 15%;}*/
    
}


@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;
    }
 
}