/**
  * Name: Altech
  * Version: Bootstrap 5.3.3
  * Author: ThemetechMount
  * Author URI: http://www.themetechmount.com
*/

@import url('https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,500,500i,600,600i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700&display=swap');

/**

  1. General
     - Variables
     - Transition
     - Shadow
     - Extra-outer

  2. Spacing
     - Padding
     - Margin

  3. Color
     - Skin-color, Skin-bg-color, Skin-border-color
     - darkGrey-color, darkGrey-bg-color
     - white-color, white-bg-color, white-border-color
     - Grey-color, Grey-bg-color, grey-border-color
     - Extra-color

  4. Pre-loader

  5. TooltipTop

  6. TopBar

  7. Header
     - SiteBrand(logo)
     - SiteNavigation(Menu)
     - ttm-rt-contact(HeaderIcons - Search, Cart)
     - ttm-search-overlay

  8. Footer
     - FirstFooter
     - SecondFooter
     - menu-footer-services
     - mailchimp-inputbox
     - flicker-widget
     - Footer-nav-menu

  9. GoTop BUtton
  
  10. Page-Title-Row

  12. Inner-Pages
      - contact-us
      - error
      - portfolio
      - blog
      - team-member-details
      - element

**/
 
/* ===============================================
    General
------------------------*/

/** Variables **/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}
a:focus { 
    text-decoration: none; 
}
a:focus, a:hover { 
    color: #2d4a8a; 
    text-decoration: none; 
}
a, button, input { 
    outline: medium none; 
    color: #2d4a8a;
    text-decoration: none; 
}
ol, ul{ 
    padding: 0; 
    margin: 0;
    list-style: none;
}
strong{ 
  font-weight: 700;
}
iframe{
  width: 100%;
  border: none;
  display: block;
}
p { 
    margin: 0 0 15px; 
}

*::-moz-selection { 
    background: #2d4a8a; 
    color: #fff; 
    text-shadow: none; 
}
::-moz-selection { 
    background: #2d4a8a; 
    color: #fff;
    text-shadow: none; 
}
::selection { 
    background: #2d4a8a; 
    color: #fff; 
    text-shadow: none; 
}
.form-control {
    padding: 17px 24px;
    height: auto;
    border-radius: 0;
    border: 1px solid transparent;
    font-size: 14px;
    background-color: transparent;
}
.form-control:focus {
  background-color: transparent;
  box-shadow: none;
}
textarea.form-control,
textarea, input[type="text"], 
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"], 
select{
    font-family: inherit;
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    vertical-align: middle;
    width: 100%;
    color: #8093a8;
    padding: 10px 15px;
    border-radius: 0;
    font-weight: 400;
    text-transform: inherit;
    border: 1px solid rgba(0, 43, 92, 0.08);
    font-size: 15px;
    outline: none;
    line-height: inherit;
    letter-spacing: 0px;
}

textarea:focus, 
input[type="text"]:focus, 
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus {
    border: 1px solid #fda02b;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

textarea:-moz-placeholder,
textarea::-moz-placeholder,
input:-moz-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder ,
input::-ms-input-placeholder,
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder  {   
    color: #fff;
}

menu, ol, ul {
    margin: 0;
    padding: 0 0 0 25px;
}

body { 
    font-family: "Poppins",sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    color: #6e6e6e;
    background-color: #fff;
    letter-spacing: 0px;
}
h1, h2, h3, h4, h5, h6{ font-family: "Poppins",sans-serif; margin-bottom: 15px; font-weight: 600; color: #1e2637;}
h1 { font-size: 45px; line-height: 50px; text-transform: uppercase;}
h2 { font-size: 35px; line-height: 40px; }
h3 { font-size: 27px; line-height: 35px; }
h4 { font-size: 24px; line-height: 30px; }
h5 { font-size: 19px; line-height: 23px; }
h6 { font-size: 16px; line-height: 18px;}


/** Transition **/
rs-slide a { transition: unset; }
.featured-icon-box .featured-icon, .ttm-btn, button, 
.owl-item, img, span, .featured-icon-box,
.featured-icon,#totop {
    -webkit-transition: all 0.5s ease-in-out 0s; 
    -moz-transition: all 0.5s ease-in-out 0s; 
    -ms-transition: all 0.5s ease-in-out 0s; 
    -o-transition: all 0.5s ease-in-out 0s; 
    transition: all 0.5s ease-in-out 0s; 
}
a, .site-branding, #site-header-menu #site-navigation .menu ul li > a, .ttm-header-icon, .header-btn,
a.ttm-btn, i.ttm-btn, a.nav-link , .social-icons li>a ,
.ttm-menu-toggle .toggle-block,.accordion .toggle-title a,
.widget-download ul.download li,
.featured-icon-box.style6 .featured-desc p,
.featured-icon-box.style6 .featured-title h5{
    -webkit-transition: all 0.3s ease-in-out 0s; 
    -moz-transition: all 0.3s ease-in-out 0s; 
    -ms-transition: all 0.3s ease-in-out 0s; 
    -o-transition: all 0.3s ease-in-out 0s; 
    transition: all 0.3s ease-in-out 0s; 
}

a.tp-caption:hover,
.ttm-processbox-wrapper .featured-content,
.ttm-processbox-wrapper .ttm-processbox .process-num{
    -webkit-transition: all 0.3s ease-in-out 0s !important; 
    -moz-transition: all 0.3s ease-in-out 0s !important; 
    -ms-transition: all 0.3s ease-in-out 0s !important; 
    -o-transition: all 0.3s ease-in-out 0s !important; 
    transition: all 0.3s ease-in-out 0s !important; 
}
.ttm-btn span, .nav-link span, .cart-info a i,.site-branding img,.site-branding a, .panel-title > a span,
.ttm-header-icon.ttm-header-cart-link .navbar-form span , ul.products li.product .ttm-shop-icon a i{
    -webkit-transition: all 0s ease-in-out 0s; 
    -moz-transition: all 0s ease-in-out 0s; 
    -ms-transition: all 0s ease-in-out 0s;
    -o-transition: all 0s ease-in-out 0s; 
    transition: all 0s ease-in-out 0s; 
}
.featured-imagebox .ttm-box-bottom-content,
.ttm-box-bottom-content .ttm-icon,
.ttm-box-bottom-content .featured-title h5,
.ttm-box-bottom-content .featured-desc,
.ttm-history-box-details,
.ttm-history-box-wrapper .ttm-historybox-title h5,
.ttm-historybox-description,
.featured-desc p{
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
}
/**  Shadow **/
.box-shadow,
.featured-imagebox-blog{
    -webkit-box-shadow: 0 0 12px 0 rgba(32,46,60,.06);
    -moz-box-shadow: 0 0 12px 0 rgba(32,46,60,.06);
    box-shadow: 0 0 12px 0 rgba(32,46,60,.06);
}
.box-shadow2{
    -webkit-box-shadow: 0 0 15px 0 rgba(32,46,60,.12);
    -moz-box-shadow: 0 0 15px 0 rgba(32,46,60,.12);
    box-shadow: 0 0 15px 0 rgba(32,46,60,.12);
}

.container-fluid{padding: 0 15px;}
.container {
    max-width: 1170px;
    padding: 0 15px;
}
.row:not(.g-0) {
    margin-left: -15px;
    margin-right: -15px;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}
.g-0 {
    margin-right: 0;
    margin-left: 0
}
.g-0>.col,.g-0>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}
.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto {
    position: relative;
}

.text-left {
    text-align: left!important
}

.text-right {
    text-align: right!important
}
.text-lg-right {
        text-align: right !important;
    }
.text-md-right {
        text-align: right !important;
    }
    
.ml-auto, .mx-auto {
    margin-left: auto!important
}
.mr-auto, .mx-auto {
    margin-right: auto!important
}


/** Extra-outer **/
body .page {
    overflow: hidden;
    position: relative;
    z-index: 10;
}
body .page.sidebar-true .site-main{ 
  padding: 0;
  background-color: #fff;
}

.container-fluid {
    padding: 0 0;
    overflow: hidden;
}

a{ color: #1e2637; }

.z-1{z-index: 1 !important;}
.z-0{z-index: 1 !important;}
.z-11{z-index: 11 !important;}
.fs-16{font-size: 16px !important;}
.fs-18{font-size: 18px !important;}
.fs-20{font-size: 20px !important;}
.fs-22{font-size: 22px !important;}
.fs-30{font-size: 30px !important; line-height: 36px !important;}
.fs-38{font-size: 38px !important;}
.desc-line{
    width: 8% !important;
    margin: 0 auto;
    height: 2px !important;
    background-color: #fff;
}
.rs-layer.ttm-btn { transition: unset; }
.rs-layer.ttm-btn:hover {
    transition: all .4s;
}
.fw-500{font-weight: 500;}

.about-overlay-01{
    top: 100px;
    color: #fff;
    padding: 28px 30px;
    border-radius: 15px;
    font-size: 22px;
    line-height: 31px;
    width: 210px;
    text-align: center;
    position: absolute;
    right: 0px;
}
.about-overlay-02{
    position: absolute;
    bottom: 30px;
    left: 30px;
    padding: 15px 30px 15px 30px;
    border-left: 8px solid #1e2637;
}
.about-overlay-02 h3{
    font-size: 24px;
    line-height: 30px;
    font-style: italic;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
}
.about-overlay-02 p{
    font-size: 13px;
    line-height: 26px;
    color: rgba(255,255,255,.85);
    margin-bottom: 0;
}
.about-overlay-03{
  position: absolute;
  right: 15px;
  bottom: 0px;
  padding: 10px 23px;
  width: max-content;
}
.about-overlay-03 h3{
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0;
}
.with-border15 img{border:15px solid;}


.cta-widget {
    padding: 50px;
    background-color: #fff;
    margin: 50px 0;
    margin-right: 75px;
    max-width: 400px;
    margin-left: auto;
    text-align: center;
}
.cta-widget .cta-title h4 {
    font-size: 24px;
    line-height: 25px;
}
.cta-widget .cta-avtar {
    height: 169px;
    width: 169px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 35px;
}
.cta-widget .cta-caption h5{
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 8px;
}
.cta-widget .cta-caption ul li {
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
}
.cta-widget .cta-form button {
    font-size: 16px;
    padding: 14px 30px 14px 30px;
    cursor: pointer;
}


/* ===============================================
    Spacing
------------------------*/

/** Padding **/
.spacing-1{ 
    margin-top: 80px;
    margin-bottom: -80px;
    padding-top: 70px;
    padding-left: 70px;
    padding-bottom: 70px;
    padding-right: 15px;
}

.spacing-2{padding: 50px 50px 50px 50px;}
.spacing-3{padding: 40px 40px 30px 40px;}
.spacing-4{padding: 45px 30px 45px 45px;}
.spacing-5{ padding: 60px 0px 60px 0;}
.spacing-6{padding: 50px 15px 50px 50px;}
.spacing-7{padding: 50px 50px 50px 15px; }
.spacing-8{padding: 80px 0px 80px 50px; }
.spacing-9{padding: 80px 60px 80px 0px; }
.spacing-10{padding: 80px 0px 80px 40px; }
.spacing-11{padding: 40px 25px; }
.spacing-12{
    padding: 120px 0;
    padding-right: 300px;
    margin: 0;
}
.spacing-13 { padding: 90px 0; }
.spacing-14 { padding: 0 25px 90px 0; margin-top: -94px;}
.spacing-15 {
    margin-top: -155px;
    margin-right: 45%;
    padding-top: 75px;
    padding-bottom: 80px;
}


.p-12{padding: 12px !important;}

.pr-5{ padding-right: 5px !important}
.pr-10{ padding-right: 10px !important; }
.pr-15{ padding-right: 15px !important; }
.pr-20{ padding-right: 20px !important; }
.pr-25{ padding-right: 25px !important; }
.pr-30{ padding-right: 30px !important; }
.pr-35{ padding-right: 35px !important; }
.pr-40{ padding-right: 40px !important; }
.pr-45{ padding-right: 45px !important; }
.pr-50{ padding-right: 50px !important; }
.pr-55{ padding-right: 55px !important; }
.pr-60 { padding-right: 60px !important; }
.pr-65 { padding-right: 65px !important; }
.pr-75{ padding-right: 75px !important}
.pr-80{ padding-right: 80px !important; }


.pl-0{ padding-left: 0px !important; }
.pl-5 { padding-left: 5px !important; }
.pl-10{ padding-left: 10px !important; }
.pl-15{ padding-left: 15px !important; }
.pl-20{ padding-left: 20px !important; }
.pl-25{ padding-left: 25px !important; }
.pl-30{ padding-left: 30px !important; }
.pl-35{ padding-left: 35px !important; }
.pl-40{ padding-left: 40px !important; }
.pl-45{ padding-left: 45px !important; }
.pl-50{ padding-left: 50px !important; }
.pl-55{ padding-left: 55px !important; }
.pl-60{ padding-left: 60px !important; }
.pl-65{ padding-left: 65px !important; }
.pl-70{ padding-left: 70px !important; }
.pl-75{ padding-left: 75px !important; }
.pl-80{ padding-left: 80px !important; }

.pt-2{ padding-top: 2px !important; }
.pt-5{ padding-top: 5px !important;}
.pt-10{ padding-top: 10px !important; }
.pt-15 { padding-top: 15px !important; }
.pt-18{ padding-top: 18px !important; }
.pt-20 { padding-top: 20px !important; }
.pt-25 { padding-top: 25px !important; }
.pt-30{ padding-top: 30px !important; }
.pt-35{ padding-top: 35px !important; }
.pt-40{ padding-top: 40px !important; }
.pt-45{ padding-top: 45px !important; }
.pt-50{ padding-top: 50px !important; }
.pt-55{ padding-top: 55px !important; }
.pt-60 { padding-top: 60px !important; }
.pt-65{ padding-top: 65px !important; }
.pt-70 { padding-top: 70px !important; }
.pt-75 { padding-top: 75px !important; }
.pt-80{padding-top: 80px !important;}
.pt-90{padding-top: 90px !important;}


.pb-5{ padding-bottom: 5px !important; }
.pb-10{ padding-bottom: 10px !important; }
.pb-15{ padding-bottom: 15px !important; }
.pb-20{ padding-bottom: 20px !important; }
.pb-25{ padding-bottom: 25px !important; }
.pb-30{ padding-bottom: 30px !important; }
.pb-35{ padding-bottom: 35px !important; }
.pb-45{ padding-bottom: 45px !important; }
.pb-50{ padding-bottom: 50px !important; }
.pb-55{ padding-bottom: 55px !important; }
.pb-60{ padding-bottom: 60px !important; }
.pb-70{ padding-bottom: 70px !important; }
.pb-80{ padding-bottom: 80px !important; }

.ptb-50{padding-top: 50px !important;padding-bottom: 50px !important;}


/** Margin **/
.mt-5{ margin-top: 5px!important; }
.mt-10 { margin-top: 10px !important; }
.mt-15{ margin-top: 15px !important;}
.mt-20{ margin-top: 20px !important;}
.mt-23{ margin-top: 23px !important;}
.mt-25{ margin-top: 25px !important;}
.mt-30{ margin-top: 30px !important;}
.mt-35{ margin-top: 35px !important;}
.mt-37{ margin-top: 37px !important;}
.mt-40{ margin-top: 40px !important;}
.mt-45{ margin-top: 45px !important;}
.mt-50{ margin-top: 50px !important;}
.mt-60{ margin-top: 60px !important; }
.mt-70{ margin-top: 70px !important; }
.mt-80{margin-top: 80px !important;}
.mt-90{margin-top: 90px !important;}
.mt-100 { margin-top: 100px !important; }

.mt_5{ margin-top: -5px!important; }
.mt_10{ margin-top: -10px!important; }
.mt_12{ margin-top: -12px!important; }
.mt_15{ margin-top: -15px!important; }
.mt_25{ margin-top: -25px!important; }
.mt_30{ margin-top: -30px!important; }
.mt_40{ margin-top: -40px!important; }
.mt_50{ margin-top: -50px !important; }
.mt_55{ margin-top: -55px !important; }
.mt_60{ margin-top: -60px !important; }
.mt_70{ margin-top: -70px !important; }
.mt_72{ margin-top: -72px !important; }
.mt_80{ margin-top: -80px !important; }
.mt_90{ margin-top: -90px !important; }
.mt_95{ margin-top: -95px!important; }
.mt_100{ margin-top: -100px!important; }
.mt_225{ margin-top: -225px!important; }
.mt_230{ margin-top: -230px!important; }


.ml-0{ margin-left: 0px !important }
.ml-3{ margin-left: 3px !important }
.ml-5{ margin-left: 5px !important }
.ml-15 { margin-left: 15px!important; }
.ml-20{ margin-left: 20px !important }
.ml-30{ margin-left: 30px !important }
.ml-35 { margin-left: 35px!important; }
.ml-65 { margin-left: 65px!important; }
.ml-287{ margin-left: 287px !important; }
.mr-15 { margin-right: 15px!important; }
.ml_15{ margin-left: -15px !important; }
.ml_30{ margin-left: -30px !important; }
.ml_40{ margin-left: -40px !important; }
.ml_230{ margin-left: -230px !important; }

.mr-0{ margin-right: 0px !important; }
.mr-20{margin-right: 20px!important;}
.mr-35{ margin-right: 35px !important; }
.mr-40{ margin-right: 40px !important; }
.mr-50{margin-right: 50px !important;}
.mr-70{margin-right: 70px!important;}
.mr_20{ margin-right: -20px ;}
.mr_30{ margin-right: -30px ;}
.mr_25{ margin-right: -25px ;}
.mr_40{ margin-right: -40px ;}
.mr_60{ margin-right: -60px ;}
.mr_80{ margin-right: -80px ;}

.mb_1{ margin-bottom: -1px !important; }
.mb-4{ margin-bottom: 4px !important; }
.mb-5{ margin-bottom: 5px !important; }
.mb-10{ margin-bottom: 10px !important; }
.mb-15{ margin-bottom: 15px !important; }
.mb-20{ margin-bottom: 20px !important; }
.mb-25{ margin-bottom: 25px !important;}
.mb-27{ margin-bottom: 27px !important; }
.mb-30{ margin-bottom: 30px !important; }
.mb-35{ margin-bottom: 35px !important; }
.mb-40{ margin-bottom: 40px !important; }
.mb-45{ margin-bottom: 45px !important; }
.mb-50 { margin-bottom: 50px !important; }
.mb-60 { margin-bottom: 60px !important; }
.mb-55 { margin-bottom: 55px !important; }
.mb-70{ margin-bottom: 70px !important; }
.mb-80{ margin-bottom: 80px !important;}
.mb-90{ margin-bottom: 90px !important;}
.mb-100 { margin-bottom: 100px !important; }
.mb_15{ margin-bottom: -15px !important; }
.mb_30{ margin-bottom: -30px !important; }
.mb_60{ margin-bottom: -60px !important; }
.mb_80{ margin-bottom: -80px !important; }
.mb_85{ margin-bottom: -85px !important; }


/* ===============================================
    Color
------------------------*/
/** 1.Skin-color **/
a:hover,
.ttm-textcolor-skincolor,
.ttm-textcolor-white a:hover,
.ttm-btn-color-skincolor,
.ttm-btn.ttm-btn-color-skincolor,
.ttm-btn.ttm-btn-color-darkgrey.btn-inline:hover,
.ttm-topbar-wrapper.ttm-textcolor-white a:hover,
a.tp-caption.dark-text-button:hover,
.section-title h5,
.section-title h2.title span,
.ttm-bgcolor-white .section-title h5,
.ttm-textcolor-white.ttm-topbar-wrapper .social-icons li>a:hover,
ul li .icon-box.icon-style-border i,
#site-header-menu #site-navigation .menu ul.dropdown > li.active > a, 
#site-header-menu #site-navigation .menu ul.sub-menu > li.active > a,
#site-header-menu #site-navigation .menu > ul > li > ul > li a:before,
.ttm-header-style-01 #site-header-menu #site-navigation .menu ul.dropdown > li.active > a,
.ttm-header-style-01 #site-header-menu #site-navigation .menu ul.dropdown > li:hover > a,
#site-header-menu #site-navigation .menu ul > li:hover > a, 
#site-header-menu #site-navigation .menu ul.sub-menu li > a:hover, 
#site-navigation .menu ul > li:hover > a:before,
.ttm-icon_element-color-skincolor,
.ttm-icon_element-bgcolor-white i,
.ttm-btn.ttm-btn-color-white:hover,
.ttm-bgcolor-darkgrey .featured-title h6,
.title-box .breadcrumb-wrapper span:last-child,
.tp-caption.skin-flatborder-button,
.sidebar .widget a:hover,
.header-btn .ttm-btn.ttm-btn-bgcolor-skincolor:hover,
.about-text-box span a,
.featured-imagebox-portfolio .ttm-media-link a:hover,
.post-meta i,
.ttm-tabs.ttm-tab-style-classic.style1 ul.tabs li i,
.ttm-highlight-fid-style-1 .ttm-fid.inside h4,
.ttm-ptablebox-price-w,
.ttm-highlight-fid-style-2 .inside h4,
.ttm-fid-view-lefticon.style2 .ttm-fid-icon-wrapper i,
.accordion.style2 .toggle .toggle-title a:after,
.accordion.style2 .toggle .toggle-title a.active:after,
.ttm-pf-single-detail-box ul li i,
.ttm-blog-classic .ttm-commentbox i,
.coupon_toggle .coupon_code:before, #payment .payment_box:before,
.ttm-fid-icon-wrapper i,
.ttm-team-list-title i,
.timing-box i,
.widget_info .widget_icon,
.ttm-bgcolor-grey.ttm-topbar-wrapper .social-icons li>a:hover i{
  color: #2d4a8a ;
}

h1.ttm-textcolor-skincolor, h2.ttm-textcolor-skincolor, h3.ttm-textcolor-skincolor, 
h4.ttm-textcolor-skincolor, h5.ttm-textcolor-skincolor, h6.ttm-textcolor-skincolor {
  color: #2d4a8a ;
}

/** Skin-bg-color **/
.ttm-bgcolor-skincolor,
.ttm-bgcolor-skincolor > .ttm-bg-layer,
.ttm-bgcolor-skincolor > .ttm-bg-layer > .ttm-bg-layer-inner,
.tp-shapewrapper, .ttm-bg-highlight-skin,
.tp-caption.skin-flatborder-button:hover,
.top-contact.ttm-highlight-left:after,
.top-contact.ttm-highlight-right:after,
.ttm-header-icons .ttm-header-cart-link span.number-cart,
.ttm-header-icons .ttm-header-search-link a:hover,
#site-navigation .menu ul.dropdown > li > a:before,
#site-header-menu #site-navigation .menu ul li a span,
.ttm-icon_element-bgcolor-skincolor,
.ttm-btn-bgcolor-skincolor,
.ttm-tabs ul.tabs li.active a ,
.widget .widget-title:after,
.ttm-btn-bgcolor-darkgrey:hover,
.ttm-btn.ttm-btn-color-skincolor.ttm-btn-style-border:hover,
.ttm-btn.ttm-btn-bgcolor-darkgrey:hover,
#totop.top-visible,
.ttm-processbox-wrapper .ttm-processbox:hover .process-num,
.ttm-tabs.ttm-tab-style-horizontal ul.tabs li.active a,
.widget.widget-nav-menu ul li a:after,
.mailchimp-inputbox button[type="submit"], 
a.checkout-button:hover, .coupon button:hover, .ttm-cart-form button:hover, .place-order button:hover,
.ttm-btn-play:after, .ttm-btn-play:before,
.tp-caption.skin-flat-button, .skin-flat-button,
.ttm-video-play-btn,
.ttm-video-btn .ttm-video-btn-play,
.ttm-video-btn .ttm-video-btn-play:before,
.ttm-video-btn .ttm-video-btn-play:after,
.ttm-tabs.ttm-tab-style-classic ul.tabs li.active:after,
.ttm-search-overlay .ttm-site-searchform button,
.ttm-rt-contact .ttm-custombutton,
.sidebar .widget .tagcloud a:hover,
.color-trigger, 
.ttm-header-icons .ttm-header-search-link a,
.tooltip:after, [data-tooltip]:after,
.newsletter-form input[type="submit"],
.footer .social-icons li>a:hover,
.about-overlay-01,
.ttm-history-box-wrapper:hover .ttm-history-box-details,
.featured-imagebox-team .social-icons,
.progress-bar-color-bar_skincolor,
.progress-bar-color-bar_skincolor.progress-bar:before,
.featured-imagebox-portfolio .ttm-media-link a,
.featured-imagebox-blog .ttm-box-post-date,
.featured-icon-box.style5:before,
.ttm-tabs.ttm-tab-style-classic.style1 ul.tabs li.active a:before,
.ttm-tabs.ttm-tab-style-classic.style1 ul.tabs li.active a,
.testimonial-slide.owl-theme.ttm-bgcolor-white .owl-dots .owl-dot span,
.featured-imagebox-portfolio.style2 .featured-content,
.featured-icon-box.style6:hover,
.about-overlay-02,
.about-overlay-03,
.ttm-btn-bgcolor-grey:hover,
.featured-imagebox-services.style1:hover .featured-content,
.accordion .toggle-title a.active,
.sidebar .widget .widget-title:before,
.widget.widget-search .form-group i,
.ttm-pagination .page-numbers.current,
.ttm-pagination .page-numbers:hover,
.ttm-box-view-left-image .featured-content .category> a:hover,
.ttm-blog-single .ttm-blog-single-content blockquote:before,
.ttm-tag-list span a:hover,
.ttm-blog-single-content .social-icons li>a:hover,
.comment-list a.comment-reply-link:hover,
.ttm-shop-icon .product-btn:hover,
.widget-top-rated-products ins,
div.product ul.tabs li a:before,
.featured-imagebox-portfolio.style1 .featured-content,
.testimonial-slide.style2.owl-theme .owl-controls .owl-nav div:hover,
.testimonial-slide.style3.owl-theme .owl-dots .owl-dot span,
.portfolio-slide.owl-theme .owl-dots .owl-dot.active span,
.testimonial-slide.style4 .testimonial-avatar .testimonial-img:after,
.ttm-play-icon-animation.ttm-skincolor:before,
.ttm-play-icon-animation.ttm-skincolor:after {
  background-color: #2d4a8a ;
}

/** Skin-border-color **/
.skincolor-border,
.ttm-btn.ttm-btn-color-skincolor.ttm-btn-style-border,
.ttm-icon.ttm-icon_element-border.ttm-icon_element-color-skincolor,
.sidebar .widget .tagcloud a:hover,
.tp-caption.skin-flat-button, .skin-flat-button,
.tp-caption.skin-flatborder-button,
textarea:focus, 
input[type="text"]:focus, 
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
.skin-border .with-top-border img,
.ttm-bgcolor-skincolor .panel-title > a,
.ttm-header-style-01 .ttm-header-icons .ttm-header-search-link a:hover,
.ttm-tabs ul.tabs li.active a,
.ttm-blog-classic .ttm-blog-classic-content  blockquote,
.ttm-header-icons .ttm-header-search-link a:hover,
.footer .social-icons li>a:hover,
.footer .social-icons li>a:hover,
.featured-imagebox-team.style1:hover .featured-content,
.ttm-processbox:hover .ttm-box-image,
.featured-imagebox-portfolio .ttm-media-link a,
.accordion .toggle-title a.active,
.widget.widget-search .form-group i,
.ttm-box-view-left-image .featured-content .category> a:hover,
.ttm-blog-single-content .social-icons li>a:hover,
.testimonial-slide.style2.owl-theme .owl-controls .owl-nav div:hover,
textarea:focus { 
    border-color: #2d4a8a !important;
}
.ttm-search-overlay,
.ttm-rounded-shadow-box, div.product ul.tabs li.active a:before,
.coupon_toggle .coupon_code,
#payment .payment_box,
.tooltip-top:before, .tooltip:before, [data-tooltip]:before,
.section-title.with-desc .title-header:before,
#site-header-menu #site-navigation .menu > ul{
    border-top-color: #2d4a8a !important; 
}
.ttm-search-overlay .w-search-form-row:before,
.tooltip-bottom:before,
.featured-imagebox-services.style1 .featured-content,
.ttm-pf-single-detail-box { border-bottom-color: #2d4a8a !important; }

.quicklink-box .featured-icon-box .ttm-icon:before,
.ttm-blog-single .ttm-blog-single-content blockquote{ border-left-color: #2d4a8a !important; }


/** 2.DarkGrey-color **/
.ttm-textcolor-darkgrey, .ttm-textcolor-darkgrey p, .ttm-textcolor-darkgrey span,
.ttm-textcolor-darkgrey h1, .ttm-textcolor-darkgrey h2, .ttm-textcolor-darkgrey h3, 
.ttm-textcolor-darkgrey h4, .ttm-textcolor-darkgrey h5, .ttm-textcolor-darkgrey h6,
.ttm-bgcolor-skincolor .ttm-textcolor-darkgrey, .ttm-bgcolor-skincolor .ttm-textcolor-darkgrey p, 
.ttm-bgcolor-skincolor .ttm-textcolor-darkgrey span, .ttm-bgcolor-skincolor .ttm-textcolor-darkgrey h1, 
.ttm-bgcolor-skincolor .ttm-textcolor-darkgrey h2, .ttm-bgcolor-skincolor .ttm-textcolor-darkgrey h3, 
.ttm-bgcolor-skincolor .ttm-textcolor-darkgrey h4, .ttm-bgcolor-skincolor .ttm-textcolor-darkgrey h5, 
.ttm-bgcolor-skincolor .ttm-textcolor-darkgrey h6, .ttm-bgcolor-skincolor .ttm-textcolor-darkgrey .featured-title h5,
.ttm-bgcolor-white .section-title h2.title,
.ttm-btn.ttm-btn-color-white.ttm-btn-style-border:hover,
.ttm-bgcolor-skincolor .ttm-btn.ttm-btn-bgcolor-darkgrey:hover,
.ttm-btn.ttm-btn-color-darkgrey,
#site-header-menu #site-navigation .menu ul li > a,
.sidebar .widget a, .ttm-pagination .page-numbers,
.ttm-tabs ul.tabs li a,
.ttm-list.ttm-list-style-icon li,
.about-text-box,
.accordion.style2 .toggle .toggle-title a,
.accordion.style2 .toggle .toggle-title a.active,
.ttm-pf-single-detail-box ul li span,
.ttm-box-view-left-image .featured-content .category> a,
.product-price,
div.product ul.tabs li.active a,
.ttm-team-details-list{
  color: #1e2637;
}

/** DarkGrey-bg-color **/
.ttm-bgcolor-darkgrey,
.ttm-bgcolor-darkgrey > .ttm-bg-layer,
.ttm-bgcolor-darkgrey > .ttm-bg-layer > .ttm-bg-layer-inner,
.ttm-btn-bgcolor-darkgrey,
.ttm-btn-color-darkgrey:hover,
.ttm-header-icons .ttm-header-cart-link a:hover,
.ttm-icon_element-bgcolor-darkgrey,
.ttm-btn-bgcolor-white:hover,
.ttm-btn-bgcolor-skincolor:hover,
.widget.widget-nav-menu ul li:hover a:before, .widget.widget-nav-menu ul li.active a:before,
.ttm-btn.ttm-btn-bgcolor-darkgrey,
.ttm-btn.ttm-btn-color-darkgrey.ttm-btn-style-border:hover,
.ttm-header-icons .ttm-header-cart-link a,
.progress-bar-color-bar_darkgrey,
.progress-bar-color-bar_darkgrey.progress-bar:before,
.featured-imagebox-blog .ttm-box-view-overlay:before,
.featured-imagebox-blog .ttm-box-view-overlay:after,
.featured-icon-box.without-icon .featured-title h5:before,
.ttm-bgcolor-skincolor .tooltip:after,
.ttm-bgcolor-skincolor [data-tooltip]:after,
.comment-list a.comment-reply-link,
.ttm-shop-icon .product-btn,
div.product ul.tabs li a,
.ttm-tabs.ttm-tab-style-horizontal ul.tabs li a,
.featured-imagebox-services.style2 .ttm-box-view-overlay:after,
.featured-imagebox-services.style2 .ttm-box-view-overlay:before{
  background-color: #1e2637;
}
.darkgrey-border,
.ttm-header-style-01 .ttm-header-icons .ttm-header-cart-link a:hover,
.ttm-header-icons .ttm-header-cart-link a:hover,
.ttm-box-view-left-image .featured-content .category> a,
div.product ul.tabs li a{ 
  border-color: #1e2637;
}
.ttm-bgcolor-skincolor .testimonials .testimonial-content{border-bottom-color: #1e2637;}
.ttm-bgcolor-skincolor .tooltip-top:before, 
.ttm-bgcolor-skincolor .tooltip:before, 
.ttm-bgcolor-skincolor [data-tooltip]:before{border-top-color: #1e2637 !important;}

.sidebar .widget.widget-nav-menu ul li.active a:before,
.sidebar .widget.widget-nav-menu ul li:hover a:before{border-right-color: #1e2637 !important;}
/** 3.White-color **/
.ttm-textcolor-white h1, .ttm-textcolor-white h2, .ttm-textcolor-white h3, 
.ttm-textcolor-white h4, .ttm-textcolor-white h5, .ttm-textcolor-white h6, 
.ttm-bgcolor-skincolor a, .ttm-textcolor-white a,
#site-header-menu #site-navigation .menu ul li a span,
.ttm-icon.ttm-icon_element-border.ttm-icon_element-color-white,
.ttm-textcolor-white .ttm-fid-icon-wrapper i,
.ttm-textcolor-white .featured-content .featured-title h5 a,
.ttm-textcolor-white .ttm-social-links-wrapper ul li a,
.ttm-textcolor-white .ttm-social-links-wrapper ul li a:hover,
.ttm-btn-bgcolor-white:hover,
.ttm-btn.ttm-btn-color-white.ttm-btn-bgcolor-white:hover,
.ttm-btn.ttm-btn-color-white.ttm-btn-bgcolor-skincolor:hover,
.ttm-btn.ttm-btn-color-skincolor.ttm-btn-bgcolor-white:hover,
.ttm-btn.ttm-btn-color-skincolor.ttm-btn-bgcolor-skincolor:hover ,
.ttm-btn.ttm-btn-color-darkgrey.ttm-btn-style-border:hover,
.ttm-btn.ttm-btn-bgcolor-grey:hover,
.ttm-btn.ttm-btn-color-skincolor.ttm-btn-style-border:hover,
.ttm-btn-bgcolor-darkgrey, a.ttm-btn-bgcolor-darkgrey,
.ttm-btn-bgcolor-darkgrey:hover, a.ttm-btn-bgcolor-darkgrey:hover,
.ttm-btn-bgcolor-skincolor, a.ttm-btn-bgcolor-skincolor,
.ttm-btn-bgcolor-skincolor:hover, a.ttm-btn-bgcolor-skincolor:hover{
    color: rgba(255,255,255,1);
}

.ttm-bgcolor-skincolor .testimonials .testimonial-content label,
.ttm-bgcolor-darkgrey .testimonials .testimonial-content label,
.ttm-textcolor-white .testimonials .testimonial-content label,
.ttm-bgcolor-skincolor p,
.ttm-bgcolor-darkgrey  p,
.ttm-bgcolor-skincolor input::placeholder,
.ttm-bgcolor-skincolor select::placeholder,
.ttm-bgcolor-skincolor textarea::placeholder,
.ttm-bgcolor-skincolor a:hover,
.ttm-bgcolor-skincolor ul.top-contact li a:hover,
.ttm-bgcolor-skincolor.ttm-topbar-wrapper ul.social-icons li>a:hover,
.ttm-bgcolor-skincolor .section-title .title-desc,
.ttm-bgcolor-darkgrey .section-title .title-desc,
.top-contact li a:hover,.ttm-topbar-wrapper .social-icons li>a:hover,
.mailchimp-inputbox input::placeholder,
.ttm-bgcolor-skincolor .testimonial-content h6, 
.ttm-bgcolor-darkgrey .testimonial-content h6,
.ttm-bgcolor-skincolor .testimonials .testimonial-content blockquote,
.ttm-bgcolor-darkgrey .testimonials .testimonial-content blockquote,
.banner-img-box .featured-content ul li,
.banner-img-box .featured-content ul li a,
.banner-img-box .featured-content .featured-desc p {
    color: rgba(255,255,255,.80);
}

.heilight-white-text,
.ttm-textcolor-white,
.ttm-textcolor-white a,
.ttm-btn.ttm-btn-color-white,
.ttm-highlight-right li,
.ttm-icon_element-color-white i,
.ttm-icon_element-bgcolor-skincolor i,
.ttm-icon_element-bgcolor-darkgrey i,
.ttm-bgcolor-skincolor .section-title h2.title,
.ttm-bgcolor-darkgrey .section-title h2.title,
.ttm-bgcolor-skincolor .section-title h2.title span,
.ttm-bgcolor-darkgrey .section-title h2.title span,
.ttm-bgcolor-darkgrey .ttm-bgcolor-skincolor,
.ttm-bgcolor-skincolor .section-title h5,
.ttm-bgcolor-darkgrey .section-title h5,
.ttm-bgcolor-skincolor .featured-title h5,
.ttm-bgcolor-darkgrey .featured-title h5,
.ttm-bgcolor-skincolor .inside h3, .ttm-bgcolor-darkgrey .inside h3,
.ttm-tabs ul.tabs li.active a,
.ttm-btn.ttm-btn-bgcolor-darkgrey,
.ttm-bgcolor-skincolor .featured-title h6,
.ttm-bgcolor-darkgrey .ttm-progress-bar .progress-bar-title,
.ttm-bgcolor-skincolor .ttm-progress-bar .progress-bar-title,
.ttm-bgcolor-darkgrey .ttm-progress-bar .progress-bar-percent,
.ttm-bgcolor-skincolor .ttm-progress-bar .progress-bar-percent,
.ttm-btn.ttm-btn-color-darkgrey.ttm-btn-style-border:hover,
.ttm-rt-contact .ttm-custombutton a,
.ttm-rt-contact .ttm-custombutton a:hover,
.footer .social-icons li>a,
.ttm-tag-list span a:hover,
.ttm-bgcolor-skincolor .ttm-fid-icon-wrapper i,
.ttm-bgcolor-skincolor .ttm-fid.inside h4,
.ttm-bgcolor-darkgrey .ttm-fid.inside h4,
.ttm-header-style-02 .top-contact li, 
.ttm-header-style-02 .top-contact li a,
.ttm-header-style-02 .ttm-topbar-wrapper .social-icons li>a,
.ttm-header-style-01 .top-contact li, 
.ttm-header-style-01 .top-contact li a,
.ttm-header-style-01 .ttm-topbar-wrapper .social-icons li>a,
.footer .social-icons li>a:hover,
.ttm-history-box-wrapper:hover .ttm-historybox-title h5,
.ttm-history-box-wrapper:hover .ttm-historybox-description,
.ttm-history-box-wrapper:hover .ttm-btn.ttm-btn-color-skincolor,
.featured-imagebox-portfolio .featured-title h5 a,
.featured-imagebox-portfolio .ttm-media-link a,
.featured-icon-box.style5 .ttm-btn.ttm-btn-color-white:hover,
.ttm-tabs.ttm-tab-style-classic.style1 ul.tabs li.active i,
.featured-icon-box.style6:hover .featured-title h5,
.featured-icon-box.style6:hover .featured-desc p,
.featured-icon-box.style6:hover .ttm-icon_element-color-skincolor,
.featured-icon-box.style6:hover .ttm-btn.ttm-btn-color-skincolor,
.featured-imagebox-services.style1:hover .featured-title h5 a,
.featured-imagebox-services.style1:hover .featured-desc p,
.featured-imagebox-services.style1:hover .ttm-btn,
.accordion .toggle-title a.active,
.sidebar .widget.widget-nav-menu ul li.active a,
.sidebar .widget.widget-nav-menu ul li:hover a,
.widget.widget-search .form-group i,
.sidebar .widget .tagcloud a:hover,
.ttm-pagination .page-numbers.current,
.ttm-pagination .page-numbers:hover,
.ttm-box-view-left-image .featured-content .category> a:hover,
.social-icons li>a:hover,
.widget-top-rated-products ins,
.featured-imagebox-team.style2 .featured-content p.category,
.ttm-header-style-02 .ttm-custombutton a {
    color: #fff;
}


/** White-bg-color **/
.ttm-bgcolor-white,
.ttm-bgcolor-white > .ttm-bg-layer,
.ttm-bgcolor-white > .ttm-bg-layer > .ttm-bg-layer-inner,
.ttm-bgcolor-skincolor .ttm-btn.ttm-btn-bgcolor-darkgrey:hover,
.ttm-btn.ttm-btn-style-border.ttm-bgcolor-white,
.ttm-btn.ttm-btn-color-white.ttm-btn-style-border:hover,
.ttm-bgcolor-darkgrey .ttm-custombutton.ttm-btn-bgcolor-skincolor:hover,
.ttm-btn-bgcolor-white,
.ttm-col-bgcolor-skincolor .inside.ttm-fid-view-topicon h3:after, 
.ttm-bgcolor-skincolor .inside.ttm-fid-view-topicon h3:after,
.ttm-header-style-01 .ttm-stickable-header.fixed-header,
.header-btn .ttm-btn.ttm-btn-bgcolor-skincolor:hover,
.ttm-icon_element-bgcolor-white{
    background-color: #fff;
}

/** White-border-color **/
.white-border,
.ttm-bgcolor-skincolor .featured-icon-box .featured-icon.ttm-icon_element-border,
.ttm-bgcolor-darkgrey .featured-icon-box .featured-icon.ttm-icon_element-border,
.ttm-icon.ttm-icon_element-border.ttm-icon_element-color-white,
.ttm-btn.ttm-btn-color-white.ttm-btn-style-border:hover,
.ttm-bgcolor-grey .ttm-pagination .page-numbers,
.header-btn .ttm-btn.ttm-btn-bgcolor-skincolor:hover{ 
    border-color: #fff;
}

.ttm-bgcolor-skincolor .heading-seperator span:after,
.ttm-bgcolor-skincolor .heading-seperator:after{
    border-bottom-color: #fff !important;
}
.ttm-bgcolor-darkgrey .separator .sep-line,
.ttm-bgcolor-skincolor .separator .sep-line{
    border-color: rgba(255, 255, 255, .07);
}
.ttm-bgcolor-skincolor .section-title.with-desc .title-header:before,
.ttm-bgcolor-darkgrey .section-title.with-desc .title-header:before{
  border-top-color: #fff !important;
}

.ttm-bgcolor-darkgrey .section-title.style2 .title-header:after,
.ttm-bgcolor-skincolor .section-title.style2 .title-header:after{
  background-color: rgba(240,240,240,.09);
}
.banner-img-box .featured-content ul li:not(:last-child){
  border-bottom-color: rgba(255, 255, 255, .2);
}
/** 4.Grey-color **/
.ttm-bgcolor-grey>.ttm-bg-layer,
.ttm-bgcolor-grey, .ttm-btn-bgcolor-grey,
.ttm-search-overlay .ttm-site-searchform input[type="search"],
.ttm-icon_element-bgcolor-grey,
.sidebar .ttm-bgcolor-grey>.ttm-bg-layer,
.ttm-blog-single-content .social-icons li>a { 
    background-color: #f7f9fe;
}
.grey-boder{border-color: #f7f9fe !important;}
/* Extra-color*/
.grey-bg-shape{
  background-color: #b6bfd5;
}


.ttm-ratting-star{color: #f5cc26!important;}

.about-overlay-02 h3{
  font-family: 'Playfair Display',Arial,Helvetica;
}
.about-overlay-03 h3{
  font-family: "Poppins",sans-serif;
}
/* ===============================================
    Pre-loader ------------------------*/

#preloader  {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin: -30px 0 0 -30px;
 }
#status {
    position: fixed;
    z-index: 999999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background: #fff;
    background-image: url(../images/pre-loader-1.gif);
    background-repeat: no-repeat;
    background-position: center;
}

/*  ===============================================
    SocialIcon
------------------------*/
.social-icons ul{ margin: 0; padding: 0; }
.social-icons {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 15px;
}
.social-icons li {
    display: inline-block;
    border: none;
    margin: 0 3px;
}
.social-icons.circle li>a,
.social-icons.square li>a {
    border: 1px solid #e8ecef;
    height: 33px;
    width: 33px;
    line-height: 33px;
    text-align: center;
    display: block;
    font-size: 13px;
    border-radius: 50%;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.social-icons.square li>a{border-radius: 0;}
.ttm-bgcolor-darkgrey .social-icons.circle li>a, 
.ttm-bgcolor-skincolor .social-icons.circle li>a {
    border: none;
    color: #2c2c2c;
}
.ttm-bgcolor-darkgrey .social-icons.circle li>a, 
.ttm-bgcolor-skincolor .social-icons.circle li>a{
  background-color: #fff;
}

/*  ===============================================
    TooltipTop
------------------------*/
.tooltip-top,
.tooltip-bottom{ position: relative; }
.tooltip:after, .tooltip:before, [data-tooltip]:after, [data-tooltip]:before {
    position: absolute;
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out,visibility .2s ease-in-out,-webkit-transform .2s cubic-bezier(.71,1.7,.77,1.24);
    -moz-transition: opacity .2s ease-in-out,visibility .2s ease-in-out,-moz-transform .2s cubic-bezier(.71,1.7,.77,1.24);
    transition: opacity .2s ease-in-out,visibility .2s ease-in-out,transform .2s cubic-bezier(.71,1.7,.77,1.24);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    pointer-events: none;
}
.tooltip:before, [data-tooltip]:before {
    z-index: 1001;
    border: 6px solid transparent;
    background: 0 0;
    content: "";
}
.tooltip-top:before, .tooltip:before, [data-tooltip]:before {
    margin-left: -6px;
    margin-bottom: -12px;
    border-top-color: #000;
    border-top-color: rgba(24,35,51,1);
}
.tooltip-top:after, .tooltip-top:before, .tooltip:after, .tooltip:before, [data-tooltip]:after, [data-tooltip]:before {
    bottom: 78%;
    left: 50%;
}
.tooltip-top:focus:after, .tooltip-top:focus:before, .tooltip-top:hover:after, .tooltip-top:hover:before, 
.tooltip:focus:after, .tooltip:focus:before, .tooltip:hover:after, .tooltip:hover:before, [data-tooltip]:focus:after, 
[data-tooltip]:focus:before, [data-tooltip]:hover:after, [data-tooltip]:hover:before {
    -webkit-transform: translateY(-16px);
    -moz-transform: translateY(-16px);
    transform: translateY(-16px);
}
.tooltip-top:after, .tooltip:after, [data-tooltip]:after {
    margin-left: -20px;
}
.tooltip:after, [data-tooltip]:after {
    z-index: 1000;
    padding: 8px;
    width: 160px;
    color: #fff;
    content: attr(data-tooltip);
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    border-radius: 5px;
}
.tooltip:focus:after, .tooltip:focus:before, .tooltip:hover:after, .tooltip:hover:before, 
[data-tooltip]:focus:after, [data-tooltip]:focus:before, [data-tooltip]:hover:after, [data-tooltip]:hover:before {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(Opacity=100);
    opacity: 1;
}
.tooltip-bottom:after{
    bottom: -68px;
    left: 0;
    margin-left: -10px;
}
.tooltip-bottom:before{
    margin-left: -6px;
    margin-bottom: -12px;
    border-top-color: transparent!important;
}
.tooltip-bottom:before{
    bottom: -24px;
}

/*  ===============================================
    TopBar
------------------------*/
.ttm-topbar-wrapper{
    line-height: 51px;
    height: 52px;
}
.ttm-topbar-wrapper .top-contact.text-left {
    position: relative;
    float: left;
    line-height: 52px;
}
.ttm-topbar-wrapper .top-contact.text-left li:not(:last-child):before {
    content: "";
    height: 18px;
    width: 1px;
    background-color: rgba(255,255,255,.09);
    display: block;
    position: absolute;
    right: 0;
    top: 17px;
}
.ttm-bgcolor-grey.ttm-topbar-wrapper .top-contact li:not(:last-child):before,
.ttm-bgcolor-grey.ttm-topbar-wrapper .topbar-right .top-contact li:before{
    background-color: rgba(0,0,0,.09);
}
.top-contact li{
    position: relative;
    z-index: 1;
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
}
.top-contact li:first-child {
    padding-left: 0px !important;
}
.top-contact li strong{font-weight: 500;}
.top-contact {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 13px;
    display: inline-block;
    position: relative;
}
.topbar-right .top-contact li:before {
    content: "";
    height: 18px;
    width: 1px;
    background-color: rgba(0, 0, 0, 0.09);
    display: block;
    position: absolute;
    right: 0;
    top: 17px;
}
.topbar-right .top-contact.ttm-highlight-right li:last-child:after { content: unset;}
.ttm-topbar-wrapper .ttm-social-links-wrapper{ margin: 0; position: relative; padding-left: 5px;padding-right: 15px;}
.ttm-topbar-wrapper .social-icons li{ margin: 0 3px; }
.ttm-topbar-wrapper .social-icons li>a {
    display: block;
    border: none;
    width: 16px;
    height: 25px;
    line-height: 25px;
    font-size: 13px;
    font-weight: 500;
    background-color: transparent;
    text-align: center;
}
.ttm-bgcolor-grey.ttm-topbar-wrapper .social-icons li>a { color: inherit; }
.ttm-topbar-wrapper .social-icons li>a:hover{ color: rgba(255,255,255,.80) !important;}
.ttm-topbar-content .topbar-right .list-inline {
    display: inline-block;
    line-height: 52px;
}
.top-contact.ttm-highlight-left {
    margin-right: 15px;
    padding-right: 5px;
}
.top-contact.ttm-highlight-right{
    margin-left: 15px;
    padding-left: 15px;
    position: relative;
}
.top-contact.ttm-highlight-left:after ,
.top-contact.ttm-highlight-right:after{
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 5000px;
    height: 100%;
}
.top-contact.ttm-highlight-right:after {
    right: 0;
}
.top-contact.ttm-highlight-right:after {
    left: 0;
}
.top-contact strong {
    font-weight: 600;
}
.top-contact i {
    margin-right: 9px;
}

/*  ===============================================
    Header
------------------------*/

/** SiteBrand(logo) **/
.site-branding{
    float: left;
    height: 100px;
    line-height: 100px;
    position: relative;
    display: block;
    z-index: 1;
}
.ttm-header-top-wrapper{
    position: relative;
}
.site-branding img {
    max-height: 55px;
}
.ttm-header-style-01 .site-branding img {
    max-height: 45px;
}
.ttm-header-style-01 .fixed-header .site-branding img {
    max-height: 42px;
}
.ttm-header-style-05 .fixed-header .site-branding img {
    max-height: 40px;
}
/** SiteNavigation(Menu) **/
.site-navigation {  position: relative;}
#site-header-menu #site-navigation .menu ul li ul > li:not(:last-child){
    border-bottom: 1px solid transparent;
    border-bottom-color: rgba(0,0,0,0.04);
}
#site-header-menu #site-navigation .menu ul {  padding: 0px;  margin: 0px; }
.ttm-menu-toggle{ float: right; }
.ttm-menu-toggle input[type=checkbox] { display: none; }
#site-header-menu #site-navigation .menu > ul > li { display: inline-block; position: relative;}
#site-header-menu #site-navigation .menu ul li:hover > ul { 
  opacity: 1; 
  display: block; 
  visibility: visible; 
  height: auto;
  transform:translate(0,0); 
}
#site-header-menu #site-navigation .menu ul ul > li { position: relative; }
#site-header-menu #site-navigation .menu ul ul ul {
    position: absolute;
    left: 100%;
    top: 0;
}
#site-header-menu #site-navigation .menu ul li > a {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 15px;
    line-height: 19px;
    color: #1e2637;
}
  #site-header-menu #site-navigation ul ul li {
      position: relative;
      border-bottom: 1px solid transparent;
  }
  #site-header-menu #site-navigation .menu ul li > ul li > a{
      margin: 0;
      display: block;
      padding: 15px 20px;
      position: relative;
      font-weight: 400;
      font-size: 13px;
      text-transform: capitalize;
      height: auto;
      line-height: 18px;
  }
#site-header-menu #site-navigation .menu ul > li> ul li.has-submenu > a:after {
    content: "\f105";
    position: absolute;
    background-color: transparent;
    right: 12px;
    top: 16px;
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 15px;
    margin-left: 4px;
    opacity: 0.8;
}
#site-header-menu #site-navigation .menu ul li a span {
    padding: 1px 3px 2px;
    border-radius: 2px;
    font-size: 10px;
    line-height: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-left: 7px;
}

/** ttm-rt-contact(HeaderIcons - Search, Cart) **/
.ttm-header-icons {  position: relative;  padding-left: 25px; }
.ttm-header-icons .ttm-header-cart-link a, .ttm-header-icons .ttm-header-search-link a {
    position: relative;
    border: none;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    height: 31px;
    width: 31px;
    line-height: 31px;
    color: rgba( 11,12,38,1);
    border-color: rgba( 11,12,38,1);
    font-size: 12px!important;
    z-index: 9;
    color: #fff;
}
.ttm-header-icons .ttm-header-cart-link a:hover, 
.ttm-header-icons .ttm-header-search-link a:hover{color: rgba(255, 255, 255, .8) !important;}
.ttm-header-icons .ttm-header-cart-link a i, 
.ttm-header-icons .ttm-header-search-link a i{ font-weight: 900;font-size: 11px; }
.ttm-header-icons .ttm-header-cart-link{
    padding-left: 4px;
    padding-right: 0px;
}
.ttm-header-style-03 .topbar-right.text-right .list-inline {
    padding-right: 0;
    margin-right: -4px;
}
.ttm-header-icons .ttm-header-icon{ margin-left: 7px; }
.ttm-header-icons .ttm-header-cart-link span.number-cart {
    position: absolute;
    bottom: 20px;
    left: 18px;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    font-size: 9px;
    display: block;
    color: #fff;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.header-btn .ttm-btn.ttm-btn-size-md{
    font-size: 14px;
    padding: 13px 25px 13px 25px;
    height: 52px;
    line-height: 25px;
}
.ttm-header-style-01 .header-btn .ttm-btn.ttm-btn-bgcolor-skincolor:hover{background-color: #fff !important;}
.ttm-header-icons, .ttm-header-icon{
    height: 100px;
    line-height: 100px;
    float: right;
}

/**  ttm-search-overlay **/
.ttm-header-icon{ position: relative; }
.ttm-search-overlay {
    position: absolute;
    top: 100%;
    right: 0;
    width: 400px;
    background: #fff;
    border-top: 3px solid;
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all ease .3s;
    -ms-transition: all ease .3s;
    transition: all ease .3s;
    -webkit-box-shadow: 0 3px 5px rgba(0,0,0,.1);
    -ms-box-shadow: 0 3px 5px rgba(0,0,0,.1);
    box-shadow: 0 3px 5px rgba(0,0,0,.1);
    z-index: 111;
}
.ttm-header-style-01 .ttm-search-overlay .w-search-form-row:before{
    right:5px;
}
.ttm-search-overlay .w-search-form-row {
    display: table;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    position: relative;
    padding: 20px;
}
.ttm-search-overlay .w-search-form-row:before {
    position: absolute;
    right: 5px;
    top: -8px;
    width: 47px;
    height: 47px;
    text-align: center;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 8px solid;
    content: " ";
}
.ttm-search-overlay .ttm-site-searchform input[type="search"] {
    font-size: 14px;
    text-align: left;
    height: 45px;
    border: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none!important;
    color: #333;
    width: 88%;
    line-height: 45px;
    float: left;
    padding: 9px 15px;
}
.ttm-search-overlay .ttm-site-searchform button {
    font-size: 14px;
    width: 12%;
    padding: 0;
    border: 0;
    border-radius: 0;
    height: 45px;
    text-align: center;
    display: block;
    line-height: 50px;
    color: #fff;
    float: left;
}
.ttm-header-search-link .ttm-tectxon-icon-search:before {
    font-weight: 600;
}
.ttm-tectxon-icon-search:before {
    content: '\e825';
    font-family: "themify";
}
.ttm-search-overlay.st-show {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/* .widget_info */
.widget_info{
    position: relative;
}
.widget_info:not(:last-child) {
    padding-right: 50px;
}
.widget_info .widget_icon {
    font-size: 34px;
}
.widget_info .widget_content {
    margin-left: 14px;
    position: relative;
}
.widget_info:not(:last-child) .widget_content:after {
    content: "";
    height: 100%;
    width: 1px;
    background-color: rgba(243,243,243,1);
    display: block;
    position: absolute;
    right: -25px;
    top: 0px;
}
.widget_info .widget_title{
    font-size: 17px;
    line-height: 25px;
    font-weight: 500;
    margin-bottom: 5px;
}
.widget_info .widget_desc{ 
    font-size: 15px;
    line-height: 1;
    margin-bottom: 0;
}
/* ===============================================
    Footer
------------------------*/
.footer .widget { margin: 55px 0 55px; }
.footer .ttm-textcolor-white { color: rgba(255,255,255,.8); }
.footer .widget .ttm-btn.ttm-btn-size-md{ padding: 14px 27px 14px 27px; }
.footer .widget ul>li { padding: 0 0 9px 0;}

/** FirstFooter **/
.first-footer{padding: 40px 0 40px 0;}
.footer-logo img { max-height: 45px;}
.first-footer .featured-icon-box .ttm-icon.ttm-icon_element-size-md{
    height: 30px; 
    width: 30px; 
    line-height: 30px;
}
.first-footer .featured-content{padding-left: 12px !important;}
.first-footer .ttm-btn{font-weight: 500;font-size: 15px;}
.first-footer .ttm-btn i{font-size: 15px;}

/** SecondFooter **/
.second-footer .quicklink-box {
    padding: 17px 15px;
    border: 1px solid rgba(46,56,77,1);
    background-color: rgba(34,44,64,1);
    margin: 22px 0 0px;
    position: relative;
}
.quicklink-box .featured-icon-box .ttm-icon.ttm-icon_element-size-md{
    height: 50px;
    width: 50px;
    line-height: 51px;
}
.quicklink-box .featured-icon-box .ttm-icon:before{
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    z-index: 1;
    top: 19px;
    right: -7px;
    border: 7px solid transparent;
    border-right: 0;
    border-left-color: #000;
}
.quicklink-box .featured-icon-box .ttm-icon span{font-size: 23px; transition: unset;}
.quicklink-box .featured-title h5{font-size: 17px;line-height: 24px;margin-bottom: 0;}
.quicklink-box .featured-content{padding-left: 15px !important;}
/** bottom-footer **/
.bottom-footer-text{background-color: #222c40;}

/* newsletter-form */
.newsletter-form {
    position: relative;
    margin-bottom: 30px;
    margin-top: 25px;
}
.newsletter-form input[type="email"] {
    border: 1px solid rgba(46,56,77,1);
    background-color: rgba(34,44,64,1);
    height: 47px;
    width: 100%;
    font-size: 14px;
    outline: none;
    padding: 9px 40px;
    color: rgba(255,255,255,1);
    padding-right: 60px;
    text-overflow: ellipsis;
}
.newsletter-form input[type="submit"] {
    position: absolute;
    content: "\e628";
    top: 0px;
    right: 0px;
    font-family: "themify";
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    font-size: 14px;
    color: #fff;
    z-index: 2;
    height: 47px;
    width: 55px;
    padding: 0;
    line-height: 47px;
    text-align: center;
    border: 0;
    cursor: pointer;
}
.newsletter-form i {
    padding-right: 1px;
    position: absolute;
    left: 15px;
    top: 17px;
}
.mailchimp-inputbox:after {
    position: absolute;
    content: "\f1d9";
    top: 10px;
    right: 18px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    font-size: 16px;
    color: #fff;
    z-index: 3;
    pointer-events: none;
}
/** SecondFooter **/
.widget ul{ margin: 0; padding: 0; }
.widget ul>li {
    padding: 0 0 13px 0;
    position: relative;
}
.widget .widget-title {
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
    font-size: 19px;
    line-height: 23px;
    text-transform: capitalize;
}

/** footer-social-icons **/
.footer .social-icons li {
    margin-left: 3px;
    margin-right: 3px;
    min-width: auto;
    padding-bottom: 0 !important;
}
.footer .social-icons li:first-child{margin-left: 0;}
.footer .social-icons li>a {
    border: 1px solid #fff ;
    font-size: 14px;
}

/** .widget.link-widget **/
.widget.link-widget ul li:last-child {padding-bottom: 0;}

/** Footer-nav-menu **/
.copyright{
    padding-top: 18px;
    padding-bottom: 18px;
}

/** Footer-nav-menu **/
.footer-nav-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-nav-menu li {
    display: inline-block;
    padding-left: 2px;
    padding-right: 16px;
    font-size: 14px;
    padding-bottom: 0;
}
.footer-nav-menu li:last-child { padding-right: 0; }
.footer-nav-menu li:first-child { padding-left: 0; }
ul.footer-nav-menu li:not(:last-child):after {
    position: absolute;
    content: "|";
    padding-left: 7px;
}
.widget ul#menu-footer-services li a {
    padding-left: 16px;
    position: relative;
}
.widget ul#menu-footer-services li a:before {
    font-family: 'FontAwesome';
    content: "\f101";
    position: absolute;
    top: 0px;
    left: 0;
    line-height: 18px;
    font-size: 15px;
}
/* ===============================================
    GoTop BUtton
------------------------*/
#totop{
    font-weight: 900;
    color: #fff;
    display: none;
    position: fixed;
    right: 34px;
    bottom: 34px;
    z-index: 999;
    height: 0;
    width: 0;
    font-size: 0;
    text-align: center;
    padding-top: 3px;
    line-height: 34px;
    border-radius: 3px;
}
#totop.top-visible {
    height: 40px;
    width: 40px;
    font-size: 22px;
    display: inline;
}

/* ===============================================
    Page-Title-Row
------------------------*/

.ttm-page-title-row { 
    position: relative;
    background-image: url(https://placeholder.com/1920X380/888888.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
div.ttm-page-title-row > .ttm-bg-layer { background-color: rgba(24,35,51,0.85); }
.ttm-page-title-row { 
    display: block;
    padding-top: 195px;
    padding-bottom: 110px;
    z-index: 11;
}
.title-box .page-title-heading h1 {
    text-transform: capitalize;
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 700;
}
.title-box .page-title-heading{ position: relative; }
.breadcrumb-wrapper span {
    font-weight: 400;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 25px;
}

/* ===============================================
    Inner-Pages
------------------------*/

/*------------------------------------------------------------------------------*/
/*  Contact_Us
/*------------------------------------------------------------------------------*/ 

#map_canvas { margin: 0; padding: 0; height: 100%; }
.map-wrapper{ 
  height: 450px; 
}

/*------------------------------------------------------------------------------*/
/*  Error_page
/*------------------------------------------------------------------------------*/
.error-404{   position: relative; }

section.error-404 { 
    padding: 300px 0 150px; 
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; 
}
section.error-404 .ttm-big-icon { font-size: 150px; }
section.error-404 h1 { font-size: 95px; text-transform: uppercase; line-height: 100%; }
section.error-404 .page-content p { font-size: 18px; margin-bottom: 30px; }


/* ===   link-list ==
------------------------*/
.list-style-disc {list-style-type: disc !important;}
.list-style-decimal {list-style-type: decimal!important;}
ul.ttm-list {
    list-style: none;
    padding: 0;
    padding-left: 0;
}
.ttm-list.ttm-list-style-icon li i {
    position: absolute;
    left: 0px;
    top: 5px;
}
.ttm-list.ttm-list-style-icon li {
    padding-left: 22px;
    list-style: none; 
    position: relative;
    padding-bottom: 10px; 
    font-weight: 500;
}
.ttm-list.ttm-list-textsize-medium li{font-size: 16px;padding-bottom: 9px;}

/* ===   ttm-history-box-wrapper ==
------------------------*/
.ttm-history-box-wrapper {position: relative;text-align: center;margin-top: 5px;}
.ttm-history-box-wrapper .ttm-history-box-icon-wrapper {position: relative}
.ttm-history-box-wrapper .ttm-icon.ttm-icon_element-size-md{
    height: 70px;
    width: 70px;
    line-height: 70px;
    border:1px solid #e5e5e5;
}
.ttm-history-box-wrapper .ttm-icon.ttm-icon_element-size-md i{font-size: 35px;}
.ttm-history-box-icon-wrapper:before {position: absolute;content: ' ';top: 74px;height: 90px;width: 1px;background-color: #e8eaed}
.ttm-history-box-wrapper .ttm-history-box-border {position: relative;margin: 39px 0 43px;border: 1px dashed #e5e5e5;width: 111%}
.ttm-history-box-border:before{
    position: absolute;
    content: ' ';
    left: 50%;
    margin-left: -19px;
    height: 12px;
    width: 12px;
    z-index: 1;
    border-radius: 50px;
    background-color: #e8eaed;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    top: -7px;
}
.ttm-history-box-details {
  text-align: center;
  background-color: #fff;
  padding: 40px 30px 40px;
  -webkit-box-shadow: 0 0 12px 0 rgba(32, 46, 60, .06);
  -moz-box-shadow: 0 0 12px 0 rgba(32, 46, 60, .06);
  box-shadow: 0 0 12px 0 rgba(32, 46, 60, .06)
}
.ttm-history-box-wrapper .ttm-historybox-title h5 {font-size: 19px;line-height: 26px;margin-bottom: 8px}
.ttm-history-box-wrapper:hover .ttm-icon.ttm-icon_element-size-md {
  -ms-transform: scale(1.15);
  -webkit-transform: scale(1.15);
  transform: scale(1.15)
}

/* ===   project single ==
------------------------*/

.ttm-pf-single-detail-box{
    padding: 35px 35px 25px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px 0 rgba(40,61,88,.07);
    -moz-box-shadow: 0 0 15px 0 rgba(40,61,88,.07);
    box-shadow: 0 0 15px 0 rgba(40,61,88,.07);
    border-bottom: 3px solid #000;
}
.ttm-pf-single-title h5{
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 11px;
}
.ttm-pf-single-detail-box ul li{
    position: relative;
    display: block;
    padding: 15px 0 15px 0px;
    font-size: 15px;
    margin-left: 3px;
}
.ttm-pf-single-detail-box ul{margin: 0;padding: 0;}
.ttm-pf-single-detail-box ul li i{margin-right: 10px;font-size: 16px;}
.ttm-pf-single-detail-box ul li span{font-weight: 500;margin-right: 5px;}
.ttm-pf-single-detail-box ul li:not(:last-child){
  border-bottom: 1px solid #e8ecef;
}
.ttm-nextprev-bottom-nav .nav-next a:after,
.ttm-nextprev-bottom-nav .nav-previous a:after {
  position: absolute;
  font-size: 15px;
  top: 10px
}
.ttm-nextprev-bottom-nav .nav-previous a {
  padding-right: 25px;
  padding-left: 44px
}
.ttm-nextprev-bottom-nav .nav-previous a:after {
  content: '\f100';
  font-family: FontAwesome;
  left: 25px
}
.ttm-nextprev-bottom-nav .nav-next a {
  padding-right: 50px;
  padding-left: 32px
}
.ttm-nextprev-bottom-nav .nav-next a:after {
  content: '\f101';
  font-family: FontAwesome;
  right: 25px
}
.ttm-pf-single-related-wrapper {margin-top: 50px;}

/*------------------------------------------------------------------------------*/
/*  Classic_Blog
/*------------------------------------------------------------------------------*/
article.ttm-blog-classic {
    margin-bottom: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px 0 rgba(40,61,88,.07);
    -moz-box-shadow: 0 0 15px 0 rgba(40,61,88,.07);
    box-shadow: 0 0 15px 0 rgba(40,61,88,.07);
}
article.ttm-blog-classic:last-child{ 
    margin-bottom: 15px;
}
article.ttm-blog-classic, .post-featured-wrapper{ 
  position: relative; 
}
.ttm-blog-classic .ttm-box-post-date .entry-month, .ttm-blog-classic .ttm-box-post-date .entry-date{
    display: block;
    font-size: 22px;
    line-height: 18px;
}
article.ttm-blog-classic .ttm-blog-classic-content {
    padding: 45px 30px 30px;
    background: #fff;
    z-index: 1;
    position: relative;
}
article.ttm-blog-classic .ttm-post-entry-header{
    position: absolute;
    top: -20px;
    left: auto;
}
.ttm-blog-classic .post-meta{
    padding: 6px 15px;
    display: inline-block;
    margin-bottom: 0;
    -webkit-box-shadow: 0 0 15px 0 rgba(40,61,88,.07);
    -moz-box-shadow: 0 0 15px 0 rgba(40,61,88,.07);
    box-shadow: 0 0 15px 0 rgba(40,61,88,.07);
    background-color: #fff;
    position: relative;
    border-radius: 5px;
    margin: 0;
}
.ttm-blog-classic .post-meta .ttm-meta-line, .ttm-blog-single-content .post-meta .ttm-meta-line {
    font-size: 13px;
    line-height: 15px;
    display: inline-block;
    padding-right: 25px;
    position: relative;
}
.ttm-blog-classic .post-meta .ttm-meta-line:not(:last-child):after,
.ttm-blog-single-content .post-meta .ttm-meta-line:not(:last-child):after {
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    top: 0;
    right: 10px;
    display: block;
    background-color: rgba(0,0,0,0.2);
}
.ttm-blog-classic .post-meta .ttm-meta-line i, .ttm-blog-single-content .post-meta .ttm-meta-line i {
    padding-right: 7px;
    font-size: 13px;
}
.ttm-blog-classic .entry-header .entry-title {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 10px;
}
.ttm-blog-classic .ttm-blogbox-desc-footer {
    margin-top: 15px;
    clear: both;
    overflow: hidden;
}
.ttm-blog-classic .ttm-commentbox i{margin-right: 5px;}

.ttm-blog-single .ttm-blog-single-content blockquote {
    display: block;
    background: #fff;
    -webkit-box-shadow: 0 0 15px 0 rgba(40,61,88,.07);
    -moz-box-shadow: 0 0 15px 0 rgba(40,61,88,.07);
    box-shadow: 0 0 15px 0 rgba(40,61,88,.07);
    padding: 32px 60px 16px 40px;
    position: relative;
    font-weight: 500;
    margin: 35px 0 50px 0;
    font-style: normal;
    font-size: 18px;
    line-height: 30px;
    font-style: italic;
    color: #6e6e6e;
    border-left: 4px solid;
}
.ttm-blog-single .ttm-blog-single-content blockquote:before{
    content: '\f10d';
    font-family: "FontAwesome";
    display: inline-block;
    position: absolute;
    font-size: 30px;
    font-weight: 400;
    font-style: normal;
    line-height: 70px;
    top: auto;
    bottom: -30px;
    right: 35px;
    width: 70px;
    height: 70px;
    color: #fff;
    border-radius: 50px;
    text-align: center;
}
.ttm-tag-list span a {
    padding: 7px 15px;
    background-color: #f7f9fe;
    display: inline-block;
    margin-right: 6px;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 7px;
}
/*blog-comment*/
.comments-area {
    margin-top: 50px;
    margin-bottom: 0;
}
.comments-area h2,
.comment-reply-title{
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
}
.comment-list li { position: relative; margin-top: 30px; }
.comment-list, .comment-list .children { 
  list-style-type: none;
  padding: 0; 
}
.single-post .comments-area { margin-top: 50px; margin-bottom: 0; }
.single-post .comments-area .comments-title { font-size: 33px; font-weight: 600; }
.comment-body {
    margin-left: 105px;
    margin-top: 35px;
    margin-bottom: 30px;
    padding: 20px 20px;
    position: relative;
    background-color: #f5faff;
    border: 1px solid #f5faff;
}
.comment-body:before {
    position: absolute;
    top: 17px;
    width: 0;
    height: 0;
    border-width: 10px 12px 10px 0;
    border-style: solid;
    border-color: transparent #f5faff transparent #f5faff;
    z-index: 1;
    content: "";
    left: -12px;
}
.comment-author {
    float: left;
    text-align: center;
    width: 87px;
    height: 87px;
    display: block;
    margin-right: 25px;
    overflow: hidden;
    margin-left: -125px;
    margin-top: -20px;
}
.comment-author img { max-width: 100%; height: auto; }
.comment-meta {
    font-size: 14px;
    padding: 0;
    position: relative;
}
.comment-meta, .comment-meta a { color: #6e6e6e; font-size: 13px; }
.comment-meta .ttm-comment-owner h5, .ttm-comment-owner {
   display: block;
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    color: #182333;
    font-style: normal;
}
.comment-box .author-content-wrap p{margin-top: 10px;}
.single article.post .comment-body p { margin-top: 10px;margin-bottom: 0; }
.comment-list a.comment-reply-link {
    border: none;
    color: #fff;
    font-size: 13px;
    padding: 2px 30px 3px 17px;
    position: relative;
    margin-top: 5px;
    display: inline-block;
}
.comment-list a.comment-reply-link:after {
    position: absolute;
    top: 6px;
    font-family: 'themify';
    content: "\e649";
    font-weight: 400;
    display: inline-block;
    margin-right: .2em;
    text-align: center;
    opacity: 1;
    line-height: 22px;
    font-size: 10px;
    margin-left: 8px;
}
.comments-area .comment-respond { padding-top: 10px; }
#respond .comment-reply-title { margin: 0 0 20px!important; }
.comments-area .comment-form textarea,
.comments-area .comment-form input{
      background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(0,0,0,.1);
    border-radius: 0;
    padding-left: 0;
}

/*------------------------------------------------------------------------------*/
/*  Elements_page
/*------------------------------------------------------------------------------*/
.element-row{ padding: 40px 0 0px; position: relative;}
.element-row .section-title h2.title{ margin-top: 22px; margin-bottom: 25px;}
.element-row .ttm-row{padding: 50px 0;}

/** element-progressbar **/
.ttm-progress-bar .progress-bar.progress-bar-color-bar_blue,
.ttm-progress-bar .progress-bar-color-bar_blue.progress-bar:before  { background-color: #0074cc; }
.ttm-progress-bar .progress-bar.progress-bar-color-bar_green,
.ttm-progress-bar .progress-bar-color-bar_green.progress-bar:before { background-color: #5bb75b; }
.ttm-progress-bar .progress-bar.progress-bar-color-bar_pink,
.ttm-progress-bar .progress-bar-color-bar_pink.progress-bar:before { background-color: #f4524d; }
.ttm-progress-bar .progress-bar.progress-bar-color-bar_turquoise,
.ttm-progress-bar .progress-bar-color-bar_turquoise.progress-bar:before { background-color: #00c1cf; }
.ttm-progress-bar .progress-bar.progress-bar-color-bar_yellow,
.ttm-progress-bar .progress-bar-color-bar_yellow.progress-bar:before { background-color: #ffb300; }

/** icon_element-style-fill **/
.ttm-icon.ttm-icon_element-fill {color: #fff; }
.ttm-icon.ttm-icon_element-fill.ttm-icon_element-background-yellow  { background-color: #ffb300; }
.ttm-icon.ttm-icon_element-fill.ttm-icon_element-background-orange  { background-color: #ff4c00; }
.ttm-icon.ttm-icon_element-fill.ttm-icon_element-background-red  { background-color: #ff0a26; }
.ttm-icon.ttm-icon_element-fill.ttm-icon_element-background-dark_pink  { background-color: #ff0061; }
.ttm-icon.ttm-icon_element-fill.ttm-icon_element-background-mulled_wine  { background-color: #50485b; }
.ttm-icon.ttm-icon_element-fill.ttm-icon_element-background-aqua{ background-color: #39c8df; }
.ttm-icon.ttm-icon_element-fill.ttm-icon_element-color-aqua{ color: #39c8df; }

/** icon_element-style-border **/
.ttm-icon.ttm-icon_element-border.ttm-icon_element-color-mulled_wine { border-color: #50485b; color: #50485b; }
.ttm-icon.ttm-icon_element-border.ttm-icon_element-color-blue { border-color: #5472d2; color: #5472d2; }
.ttm-icon.ttm-icon_element-border.ttm-icon_element-color-white { border-color: #fff; color: #fff; }
.ttm-icon.ttm-icon_element-border.ttm-icon_element-color-yellow { border-color: #ffb300; color: #ffb300; }
.ttm-icon.ttm-icon_element-border.ttm-icon_element-color-orange { border-color: #ff4c00; color: #ff4c00; }
.ttm-icon.ttm-icon_element-border.ttm-icon_element-color-red { border-color: #ff0a26; color: #ff0a26; }

/** icon_element-bgcolor **/
.element-style .icon-box-wrapper { padding-top: 15px; }
.element-style .row .col-md-6 .featured-icon-box:not(:last-child){ padding: 0; margin-bottom: 40px; }

/** team-member-details **/
.ttm-team-member-single-title {
  font-size: 28px;
  line-height: 37px;
  margin-bottom: 0
}
.ttm-team-member-single-position {
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 20px;
  display: block;
}
.ttm-team-details-list{margin: 0;padding: 0;}
.ttm-team-details-list li{width: 50%;float: left;padding-bottom: 10px;}
.ttm-team-details-list .ttm-team-list-title {
  margin-right: 3px;
  position: relative;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  padding-left: 24px
}
.ttm-team-extra-details-wrapper .ttm-team-details-list .ttm-team-list-title {
  text-indent: 0;
  width: auto;
  margin-right: 3px
}
.ttm-team-details-list .ttm-team-list-title,
.ttm-team-details-list .ttm-team-list-value {
  display: inline-block
}
.ttm-team-list-title i {
  position: absolute;
  text-align: center;
  text-indent: 0;
  font-size: 16px;
  top: 0;
  margin-right: 3px;
  display: inline;
  left: 0px
}
.ttm-team-details-list {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px
}
.member-info-box{padding: 30px;}
.timing-box{position: relative;}
.timing-box i{
    font-size: 25px;
    position: absolute;
    left: 0;
    font-weight: normal;
}
.timing-box h5{padding-left: 35px}
ul.timing-list,ul.info-list{padding: 0;margin: 0;}
ul.timing-list li{
    padding: 2px 0;
    font-size: 15px;
    line-height: 23px;
}
ul.timing-list li span{}
ul.timing-list li span.day{}
ul.timing-list li span.time{float: right;}

ul.info-list li{
  padding: 15px 0;
  font-size: 15px;
  line-height: 23px;
}
ul.info-list li:first-child{padding-top: 0;}
ul.info-list li:not(:last-child){
    border-bottom: 1px solid #eaeaea;
}
ul.info-list li:last-child{padding-bottom: 0;}
ul.timing-list,ul.info-list{padding-top: 10px;}
ul.info-list li i{margin-right: 10px;font-size: 15px;}
.member-contact-form{padding: 30px;}



/* top bar & header section */

 :root {
            /* Brand Base */
            --aion-primary-dark: #1B2D44;
            --aion-secondary-dark: #3F5E85;
            --aion-accent-blue: #3A8DCC;
            --aion-accent-purple: #7c3aed;
            --aion-accent-cyan: #00d1d1;
            --aion-base-white: #ffffff;
            
            /* Text */
            --aion-text-primary: #1e293b;
            --aion-text-secondary: #475569;
            --aion-text-inverse: #ffffff;
            
            /* Glassmorphism */
            --aion-glass-bg: rgba(255, 255, 255, 0.85);
            --aion-glass-border: rgba(58, 141, 204, 0.25);
            --aion-shadow-light: rgba(58, 141, 204, 0.15);
            --aion-shadow-dark: rgba(0, 0, 0, 0.15);
            
            /* Gradients */
            --aion-gradient-primary: linear-gradient(135deg, #1B2D44 0%, #3F5E85 100%);
            --aion-gradient-accent: linear-gradient(135deg, #3A8DCC 0%, #3A8DCC 100%);
            --aion-gradient-purple: linear-gradient(135deg, #4e46e5 0%, #7c3aed 100%);
            
            /* Layout Backgrounds */
            --aion-header-bg: rgba(248, 250, 252, 0.98);
            --aion-navbar-bg: rgba(255, 255, 255, 0.95);
            --aion-dropdown-bg: rgba(255, 255, 255, 0.98);
            
            /* Dark mode variables */
            --aion-dark-bg-primary: #0f1419;
            --aion-dark-bg-secondary: #1a202c;
            --aion-dark-text-primary: #f7fafc;
            --aion-dark-text-secondary: #a0aec0;
            --aion-dark-glass-bg: rgba(26, 32, 44, 0.85);
            --aion-dark-glass-border: rgba(58, 141, 204, 0.3);
              --star-color: #ffc107;
        }

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: "Inter", sans-serif;
            background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
            color: var(--aion-text-primary);
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            overflow-x: hidden;
        }

        /* Header Container */
        .aion-header-container {
            position: relative;
            z-index: 1000;
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        }

        /* Trust Line Bar */
        .aion-trust-line-bar {
            background: var(--aion-gradient-accent);
            padding: 8px 0;
            font-size: 13px;
            color: var(--aion-base-white);
            position: relative;
            overflow: hidden;
        }

        .aion-trust-line-content {
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 20px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .aion-trust-message {
            display: flex;
            align-items: center;
            gap: 12px;
            font-weight: 500;
            opacity: 0.95;
        }

        .aion-trust-icon {
            width: 20px;
            height: 20px;
            background: rgba(255, 255, 255, 0.2);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 10px;
        }

        .aion-trust-stats {
            display: flex;
            gap: 30px;
            font-size: 12px;
            opacity: 0.9;
        }

        .aion-stat-item {
            display: flex;
            align-items: center;
            gap: 6px;
        }

        /* Top Info Bar */
        .aion-top-info-bar {
            background: linear-gradient(135deg, var(--aion-secondary-dark) 0%, var(--aion-secondary-dark) 100%);
            padding: 5px 0;
            font-size: 13px;
            color: var(--aion-base-white);
            position: relative;
            overflow: hidden;
        }

        .aion-top-info-content {
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 20px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .aion-contact-info {
            display: flex;
            gap: 35px;
        }

        .aion-contact-item {
            display: flex;
            align-items: center;
            gap: 10px;
            opacity: 0.95;
            transition: all 0.3s ease;
        }

        .aion-contact-item:hover {
            opacity: 1;
            transform: translateY(-1px);
        }

        .aion-contact-item i {
            font-size: 13px;
            color: rgba(255, 255, 255, 0.9);
            background: rgba(255, 255, 255, 0.15);
            padding: 6px;
            border-radius: 50%;
            transition: all 0.3s ease;
        }

        .aion-social-links {
            display: flex;
            gap: 12px;
        }

        .aion-social-link {
            color: rgba(255, 255, 255, 0.9);
            font-size: 14px;
            transition: all 0.4s ease;
            width: 34px;
            height: 34px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.1);
            border: 1px solid rgba(255, 255, 255, 0.15);
        }

        .aion-social-link:hover {
            color: var(--aion-base-white);
            transform: scale(1.1) translateY(-1px);
            background: rgba(255, 255, 255, 0.2);
        }

        /* Main Navbar */
        .aion-main-navbar {
            padding: 10px 0;
            position: relative;
            background: var(--aion-navbar-bg);
            backdrop-filter: blur(15px);
            -webkit-backdrop-filter: blur(15px);
            transition: all 0.4s ease;
            border-bottom: 1px solid var(--aion-glass-border);
        }

        .aion-main-navbar.fixed {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            z-index: 1000;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
            animation: slideDown 0.3s ease;
        }

        @keyframes slideDown {
            from {
                transform: translateY(-100%);
            }
            to {
                transform: translateY(0);
            }
        }

        .aion-navbar-content {
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 20px;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        /* Logo */
        .aion-logo {
            display: flex;
            align-items: center;
            text-decoration: none;
        }

        .aion-logo-img {
            height: 45px;
            width: auto;
            transition: all 0.4s ease;
            border-radius: 8px;
        }

        .aion-logo:hover .aion-logo-img {
            transform: scale(1.05);
        }

        /* Navigation Menu */
        .aion-nav-menu {
            display: flex;
            list-style: none;
            gap: 25px;
        }

        .aion-nav-item {
            position: relative;
        }

        .aion-nav-link {
            color: var(--aion-text-primary);
            text-decoration: none;
            font-weight: 500;
            font-size: 15px;
            padding: 12px 0;
            position: relative;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            gap: 6px;
        }

        .aion-nav-link::after {
            content: "";
            position: absolute;
            bottom: -10px;
            left: 0;
            width: 0;
            height: 3px;
            background: #3F5E85;
            transition: width 0.3s ease;
            border-radius: 2px;
        }

        .aion-nav-link:hover::after {
            width: 100%;
        }

        .aion-nav-link:hover {
            color: #2B557F;
        }

        /* Dropdown Menu */
        .aion-dropdown-menu {
            position: absolute;
            top: 120%;
            left: 50%;
            transform: translateX(-50%);
            background: var(--aion-dropdown-bg);
            backdrop-filter: blur(25px);
            border: 1px solid var(--aion-glass-border);
            border-radius: 12px;
            padding: 12px 0;
            min-width: 220px;
            opacity: 0;
            visibility: hidden;
            transform: translateX(-50%) translateY(-15px) scale(0.95);
            transition: all 0.4s ease;
           
        }

        .aion-dropdown:hover .aion-dropdown-menu {
            opacity: 1;
            visibility: visible;
            transform: translateX(-50%) translateY(0) scale(1);
        }

        .aion-dropdown-item {
            padding: 12px 20px;
            color: var(--aion-text-primary);
            text-decoration: none;
            display: block;
            transition: all 0.3s ease;
            font-size: 14px;
        }

        .aion-dropdown-item:hover {
            color: #2B557F;
            background: var(--aion-glass-bg);
            padding-left: 30px;
        }

        /* CTA Button */
        .aion-cta-button {
            background: var(--aion-gradient-accent);
            border: 1px solid var(--aion-glass-border);
            color: var(--aion-base-white);
            padding: 10px 28px;
            border-radius: 50px;
            text-decoration: none;
            font-weight: 600;
            font-size: 14px;
            position: relative;
            overflow: hidden;
            transition: all 0.4s ease;
           
        }

        .aion-cta-button:hover {
            transform: translateY(-2px) scale(1.02);
            
        }

        /* Mobile Menu Toggle */
        .aion-mobile-menu-toggle {
            display: none;
            background: var(--aion-glass-bg);
            border: 1px solid var(--aion-glass-border);
            color: var(--aion-text-primary);
            font-size: 18px;
            cursor: pointer;
            width: 44px;
            height: 44px;
            border-radius: 12px;
            backdrop-filter: blur(10px);
            transition: all 0.3s ease;
            align-items: center;
            justify-content: center;
            position: relative;
            overflow: hidden;
        }

        .aion-hamburger {
            display: flex;
            flex-direction: column;
            gap: 3px;
            transition: all 0.3s ease;
        }

        .aion-hamburger span {
            width: 20px;
            height: 2px;
            background: currentColor;
            border-radius: 1px;
            transition: all 0.3s ease;
        }

        .aion-mobile-menu-toggle.active .aion-hamburger span:nth-child(1) {
            transform: rotate(45deg) translate(5px, 5px);
        }

        .aion-mobile-menu-toggle.active .aion-hamburger span:nth-child(2) {
            opacity: 0;
        }

        .aion-mobile-menu-toggle.active .aion-hamburger span:nth-child(3) {
            transform: rotate(-45deg) translate(7px, -6px);
        }

        /* Advanced Mobile Overlay */
        .aion-mobile-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100vh;
            background: linear-gradient(135deg, var(--aion-primary-dark) 0%, var(--aion-secondary-dark) 100%);
            z-index: 999;
            opacity: 0;
            visibility: hidden;
            transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
            display: flex;
            flex-direction: column;
            overflow-y: auto;
        }

        .aion-mobile-overlay.active {
            opacity: 1;
            visibility: visible;
        }

        .aion-mobile-header {
            padding: 20px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        }

        .aion-mobile-logo {
            display: flex;
            align-items: center;
            gap: 10px;
            color: white;
            text-decoration: none;
        }

        .aion-mobile-logo img {
            height: 35px;
            border-radius: 6px;
        }

        .aion-mobile-close {
            background: rgba(255, 255, 255, 0.1);
            border: 1px solid rgba(255, 255, 255, 0.2);
            color: white;
            width: 40px;
            height: 40px;
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .aion-mobile-nav {
            flex: 1;
            padding: 40px 20px;
            display: flex;
            flex-direction: column;
            gap: 8px;
        }

        .aion-mobile-nav-link {
            color: white;
            text-decoration: none;
            font-size: 20px;
            font-weight: 500;
            padding: 18px 24px;
            border-radius: 16px;
            background: rgba(255, 255, 255, 0.05);
            backdrop-filter: blur(15px);
            border: 1px solid rgba(255, 255, 255, 0.1);
            transition: all 0.4s ease;
            opacity: 0;
            transform: translateX(-50px);
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .aion-mobile-overlay.active .aion-mobile-nav-link {
            opacity: 1;
            transform: translateX(0);
            transition-delay: calc(var(--delay) * 0.1s);
        }

        .aion-mobile-nav-link:hover {
            background: rgba(58, 141, 204, 0.2);
            transform: translateX(10px);
        }

        .aion-mobile-nav-link i {
            opacity: 0.6;
            transition: all 0.3s ease;
        }

        .aion-mobile-nav-link:hover i {
            opacity: 1;
            transform: translateX(5px);
        }

        .aion-mobile-dropdown {
            margin-left: 20px;
            max-height: 0;
            overflow: hidden;
            transition: all 0.3s ease;
        }

        .aion-mobile-dropdown.active {
            max-height: 300px;
        }

        .aion-mobile-dropdown-item {
            color: rgba(255, 255, 255, 0.8);
            text-decoration: none;
            font-size: 16px;
            padding: 12px 24px;
            display: block;
            transition: all 0.3s ease;
            border-radius: 8px;
            margin: 4px 0;
        }

        .aion-mobile-dropdown-item:hover {
            color: white;
            background: rgba(255, 255, 255, 0.1);
            padding-left: 32px;
        }

        .aion-mobile-footer {
            padding: 30px 20px;
            border-top: 1px solid rgba(255, 255, 255, 0.1);
            background: rgba(0, 0, 0, 0.2);
        }

        .aion-mobile-cta {
            background: var(--aion-gradient-accent);
            color: white;
            padding: 16px 32px;
            border-radius: 50px;
            text-decoration: none;
            font-weight: 600;
            text-align: center;
            display: block;
            margin-bottom: 20px;
            transition: all 0.3s ease;
        }

        .aion-mobile-cta:hover {
            transform: translateY(-2px);
            box-shadow: 0 10px 30px rgba(58, 141, 204, 0.3);
        }

        .aion-mobile-contact {
            display: flex;
            flex-direction: column;
            gap: 12px;
            color: rgba(255, 255, 255, 0.8);
            font-size: 14px;
        }

        .aion-mobile-contact-item {
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .aion-mobile-contact-item i {
            width: 16px;
            text-align: center;
            opacity: 0.6;
        }

        /* Demo Content */
        .aion-demo-content {
            min-height: 100vh;
            background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
            padding: 60px 20px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .aion-demo-card {
            background: var(--aion-glass-bg);
            backdrop-filter: blur(20px);
            border: 1px solid var(--aion-glass-border);
            border-radius: 20px;
            padding: 60px;
            text-align: center;
            max-width: 600px;
            box-shadow: 0 20px 50px var(--aion-shadow-dark);
        }

        .aion-demo-card h1 {
            font-size: 3rem;
            font-weight: 800;
            background: var(--aion-gradient-accent);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            margin-bottom: 20px;
        }

        .aion-demo-card p {
            font-size: 1.2rem;
            color: var(--aion-text-secondary);
            line-height: 1.6;
        }

        /* Responsive Design */
        @media (max-width: 1024px) {
            .aion-nav-menu {
                gap: 30px;
            }
            
            .aion-trust-stats {
                gap: 20px;
            }
        }

        @media (max-width: 768px) {
            body {
                padding-top: 0;
            }

            .aion-trust-line-bar,
            .aion-top-info-bar {
                display: none;
            }

            .aion-nav-menu {
                display: none;
            }

            .aion-cta-button {
                display: none;
            }

            .aion-mobile-menu-toggle {
                display: flex;
            }

            .aion-navbar-content {
                padding: 0 15px;
            }

            .aion-demo-card {
                padding: 40px 30px;
                margin: 20px;
            }

            .aion-demo-card h1 {
                font-size: 2.5rem;
            }
        }

        @media (max-width: 480px) {
            .aion-main-navbar {
                padding: 10px 0;
            }

            .aion-cta-button {
                display: none;
            }

            .aion-mobile-nav-link {
                font-size: 18px;
                padding: 16px 20px;
            }
            
            .aion-mobile-nav {
                padding: 20px 15px;
            }
            
            .aion-mobile-footer {
                padding: 20px 15px;
            }

            .aion-demo-card {
                padding: 30px 20px;
            }

            .aion-demo-card h1 {
                font-size: 2rem;
            }
            
            .aion-demo-card p {
                font-size: 1rem;
            }
        }
        
        @media (max-width: 360px) {
            .aion-logo-img {
                height: 35px;
            }
            
            .aion-mobile-nav-link {
                font-size: 16px;
                padding: 14px 18px;
            }
            
            .aion-mobile-dropdown-item {
                font-size: 14px;
                padding: 10px 20px;
            }
        }

   



/* FOOTER SECTION */

.content {
            flex: 1;
            padding: 2rem;
            text-align: center;
        }

        .footer {
            background: var(--aion-gradient-primary);
            padding: 60px 0 0;
            position: relative;
            overflow: hidden;
            color: var(--aion-text-inverse);
            margin-top: auto;
        }

        .footer::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: radial-gradient(
                    circle at 20% 30%,
                    rgba(58, 141, 204, 0.1) 0%,
                    transparent 40%
                ),
                radial-gradient(
                    circle at 80% 70%,
                    rgba(124, 58, 237, 0.1) 0%,
                    transparent 40%
                );
            z-index: 0;
        }

        .footer-container {
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 30px;
            position: relative;
            z-index: 1;
        }

        .footer-grid {
            display: grid;
            grid-template-columns: 1fr 2fr;
            gap: 50px;
            margin-bottom: 50px;
            align-items: start;
        }

        /* Company Info Section */
        .footer-about {
            padding-right: 20px;
        }

        .footer-logo {
            display: flex;
            align-items: center;
            margin-bottom: 25px;
        }

        .footer-logo img {
            height: 50px;
            margin-right: 15px;
            /* filter: brightness(0) invert(1); */
        }

        .footer-logo-text {
            font-size: 26px;
            font-weight: 700;
            background: var(--aion-gradient-accent);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .footer-about p {
            color: rgba(255, 255, 255, 0.8);
            line-height: 1.7;
            margin-bottom: 30px;
            font-size: 15px;
        }

        .social-links {
            display: flex;
            gap: 15px;
        }

        .social-link {
            width: 45px;
            height: 45px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.15);
            backdrop-filter: blur(10px);
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--aion-text-inverse);
            font-size: 18px;
            transition: all 0.3s ease;
            border: 1px solid rgba(255, 255, 255, 0.2);
            text-decoration: none;
        }

        .social-link:hover {
            background: var(--aion-gradient-accent);
            transform: translateY(-3px);
            box-shadow: 0 8px 20px var(--aion-shadow-light);
            color: var(--aion-base-white);
        }

        /* Office Locations Section */
        .footer-locations {
            padding: 0 25px;
        }

        .footer-heading {
            font-size: 20px;
            font-weight: 600;
            margin-bottom: 30px;
            position: relative;
            display: inline-block;
            text-align: center;
            width: 100%;
            color: var(--aion-text-inverse);
        }

        .footer-heading::after {
            content: "";
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            bottom: -8px;
            width: 60px;
            height: 3px;
            background: var(--aion-gradient-accent);
            border-radius: 3px;
        }

        .office-cards {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;
        }

        .office-card {
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(15px);
            border-radius: 12px;
            padding: 25px 20px;
            border: 1px solid rgba(255, 255, 255, 0.2);
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            position: relative;
            overflow: hidden;
            text-align: center;
            height: auto;
            min-height: 280px;
            color: var(--aion-text-inverse);
        }

        .office-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
            border-color: rgba(58, 141, 204, 0.5);
            background: rgba(255, 255, 255, 0.15);
        }

        .office-card::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(
                135deg,
                rgba(58, 141, 204, 0.1) 0%,
                rgba(124, 58, 237, 0.1) 100%
            );
            z-index: -1;
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .office-card:hover::before {
            opacity: 1;
        }

        .office-header {
            display: flex;
            flex-direction: column;
            align-items: center;
            margin-bottom: 20px;
        }

        .flag-icon {
            width: 40px;
            height: 25px;
            object-fit: cover;
            margin-bottom: 12px;
            flex-shrink: 0;
            border-radius: 2px;
        }

        .office-title {
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 5px;
            color: var(--aion-text-inverse);
        }

        .office-country {
            color: var(--aion-accent-cyan);
            font-size: 14px;
            font-weight: 500;
        }

        .office-info {
            color: rgba(255, 255, 255, 0.8);
            font-size: 13px;
            line-height: 1.6;
        }

        .office-info p {
            margin: 10px 0;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: left;
        }

        .office-info i {
            margin-right: 8px;
            color: var(--aion-accent-cyan);
            font-size: 12px;
            width: 15px;
            text-align: center;
        }

        .office-link {
            color: var(--aion-accent-cyan);
            text-decoration: none;
            transition: all 0.3s ease;
            display: inline-block;
            margin-top: 15px;
            font-size: 12px;
            font-weight: 500;
        }

        .office-link:hover {
            color: var(--aion-base-white);
            text-decoration: underline;
        }

        .office-link i {
            margin-left: 5px;
            transition: transform 0.3s ease;
        }

        .office-link:hover i {
            transform: translateX(3px);
        }

        /* Contact Form Section */
        .footer-contact {
            padding-left: 20px;
        }

        .footer-form {
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(15px);
            border-radius: 12px;
            padding: 30px 25px;
            border: 1px solid rgba(255, 255, 255, 0.2);
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
        }

        .form-group {
            position: relative;
            margin-bottom: 25px;
        }

        .form-control {
            width: 100%;
            padding: 15px 18px;
            background: rgba(255, 255, 255, 0.9);
            border: 1px solid rgba(255, 255, 255, 0.3);
            border-radius: 8px;
            color: var(--aion-text-primary);
            font-family: "Inter", sans-serif;
            font-size: 14px;
            transition: all 0.3s ease;
        }

        .form-control:focus {
            outline: none;
            border-color: var(--aion-accent-blue);
            box-shadow: 0 0 0 2px rgba(58, 141, 204, 0.2);
        }

        .form-label {
            position: absolute;
            left: 18px;
            top: 15px;
            color: var(--aion-text-secondary);
            transition: all 0.3s ease;
            pointer-events: none;
            font-size: 14px;
            background: rgba(255, 255, 255, 0.9);
            padding: 0 5px;
        }

        .form-control:focus + .form-label,
        .form-control:not(:placeholder-shown) + .form-label {
            top: -10px;
            font-size: 12px;
            color: var(--aion-accent-blue);
        }

        .submit-btn {
            background: var(--aion-gradient-accent);
            color: var(--aion-base-white);
            border: none;
            padding: 15px 25px;
            border-radius: 8px;
            font-weight: 600;
            font-size: 15px;
            cursor: pointer;
            width: 100%;
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            position: relative;
            overflow: hidden;
            z-index: 1;
        }

        .submit-btn::before {
            content: "";
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(
                90deg,
                transparent,
                rgba(255, 255, 255, 0.2),
                transparent
            );
            transition: 0.6s;
            z-index: -1;
        }

        .submit-btn:hover::before {
            left: 100%;
        }

        .submit-btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 15px 30px var(--aion-shadow-light);
        }

        .footer-bottom {
            background: rgba(27, 45, 68, 0.8);
            border-top: 1px solid rgba(255, 255, 255, 0.1);
        }

        .footer-bottom-container {
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 30px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .copyright {
            color: rgba(255, 255, 255, 0.8);
            font-size: 14px;
        }

        .footer-links {
            display: flex;
            gap: 25px;
        }

        .footer-link {
            color: rgba(255, 255, 255, 0.8);
            text-decoration: none;
            font-size: 14px;
            transition: all 0.3s ease;
            position: relative;
        }

        .footer-link::after {
            content: "";
            position: absolute;
            left: 0;
            bottom: -2px;
            width: 0;
            height: 1px;
            background: var(--aion-accent-blue);
            transition: width 0.3s ease;
        }

        .footer-link:hover {
            color: var(--aion-text-inverse);
        }

        .footer-link:hover::after {
            width: 100%;
        }

        /* Responsive Design */
        @media (max-width: 1200px) {
            .footer-container {
                max-width: 100%;
                padding: 0 20px;
            }

            .footer-grid {
                grid-template-columns: 1fr 2fr 1fr;
                gap: 30px;
            }

            .office-cards {
                gap: 15px;
            }

            .office-card {
                padding: 20px 15px;
                min-height: 260px;
            }
        }

        @media (max-width: 768px) {
            .footer-grid {
                grid-template-columns: 1fr;
                gap: 40px;
            }

            .footer-about,
            .footer-locations,
            .footer-contact {
                padding: 0;
            }

            .office-cards {
                grid-template-columns: 1fr;
                gap: 20px;
            }

            .footer-heading::after {
                left: 0;
                transform: none;
            }

            .footer-heading {
                text-align: left;
            }

            .footer-bottom-container {
                flex-direction: column;
                gap: 15px;
                text-align: center;
            }

            .footer-links {
                flex-wrap: wrap;
                justify-content: center;
                gap: 15px;
            }
        }

        /* Animation for form validation */
        @keyframes shake {
            0%,
            100% {
                transform: translateX(0);
            }

            20%,
            60% {
                transform: translateX(-5px);
            }

            40%,
            80% {
                transform: translateX(5px);
            }
        }

        .form-control.error {
            border-color: #ff4d4d;
            animation: shake 0.5s;
        }

        .form-control.valid {
            border-color: #00cc66;
        }

        .validation-icon {
            position: absolute;
            right: 15px;
            top: 50%;
            transform: translateY(-50%);
            font-size: 14px;
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .form-control.error + .validation-icon.error,
        .form-control.valid + .validation-icon.valid {
            opacity: 1;
        }

        .validation-icon.error {
            color: #ff4d4d;
        }

        .validation-icon.valid {
            color: #00cc66;
        }

        /* Professional Background Pattern */
        .professional-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0.08;
            z-index: 1;
            background-image: radial-gradient(
                    circle at 25% 25%,
                    var(--aion-accent-blue) 1px,
                    transparent 1px
                ),
                radial-gradient(
                    circle at 75% 75%,
                    var(--aion-accent-purple) 1px,
                    transparent 1px
                ),
                linear-gradient(90deg, rgba(58, 141, 204, 0.05) 1px, transparent 1px),
                linear-gradient(180deg, rgba(124, 58, 237, 0.05) 1px, transparent 1px);
            background-size: 60px 60px, 40px 40px, 25px 25px, 25px 25px;
            animation: subtleFlow 30s linear infinite;
        }

        @keyframes subtleFlow {
            0% {
                transform: translateX(0) translateY(0);
            }

            100% {
                transform: translateX(25px) translateY(25px);
            }
        }

        /* Floating Professional Icons */
        .floating-elements {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 2;
            pointer-events: none;
        }

        .floating-icon {
            position: absolute;
            color: var(--aion-accent-cyan);
            font-size: 18px;
            opacity: 0.4;
            animation: professionalFloat 8s ease-in-out infinite;
        }

        .floating-icon:nth-child(1) {
            top: 15%;
            left: 8%;
            animation-delay: 0s;
        }

        .floating-icon:nth-child(2) {
            top: 65%;
            left: 12%;
            animation-delay: 3s;
        }

        .floating-icon:nth-child(3) {
            top: 25%;
            right: 15%;
            animation-delay: 6s;
        }

        .floating-icon:nth-child(4) {
            top: 75%;
            right: 12%;
            animation-delay: 2s;
        }

        .floating-icon:nth-child(5) {
            top: 45%;
            left: 3%;
            animation-delay: 4s;
        }

        @keyframes professionalFloat {
            0%,
            100% {
                transform: translateY(0px) rotate(0deg);
                opacity: 0.4;
            }

            50% {
                transform: translateY(-15px) rotate(5deg);
                opacity: 0.7;
            }
        }


        /* Hero Section */
         
         
  .hero-section {
            height: 70vh;
            min-height: 600px;
            position: relative;
            background: linear-gradient(135deg, #f8fafc 0%, #e8f0fa 50%, #f0f5ff 100%);
            display: flex;
            align-items: center;
            overflow: hidden;
        }
        
        /* Animated Background */
        .hero-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: 
                radial-gradient(circle at 20% 30%, rgba(63, 94, 133, 0.08) 0%, transparent 50%),
                radial-gradient(circle at 80% 70%, rgba(90, 124, 168, 0.06) 0%, transparent 50%);
            z-index: 1;
        }
        
        /* Floating Shapes */
        .shape {
            position: absolute;
            border-radius: 50%;
            opacity: 0.6;
            animation: float 20s infinite ease-in-out;
        }
        
        .shape-1 {
            width: 300px;
            height: 300px;
            background: linear-gradient(135deg, rgba(63, 94, 133, 0.1) 0%, transparent 100%);
            top: -100px;
            right: 10%;
            animation-delay: 0s;
        }
        
        .shape-2 {
            width: 200px;
            height: 200px;
            background: linear-gradient(135deg, rgba(90, 124, 168, 0.08) 0%, transparent 100%);
            bottom: -50px;
            left: 5%;
            animation-delay: 7s;
        }
        
        @keyframes float {
            0%, 100% { transform: translate(0, 0) rotate(0deg); }
            33% { transform: translate(30px, -30px) rotate(120deg); }
            66% { transform: translate(-20px, 20px) rotate(240deg); }
        }
        
        /* Container */
        .container {
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 60px;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 80px;
            align-items: center;
            position: relative;
            z-index: 3;
            height: 100%;
        }
        
        /* Left Content */
        .hero-content {
            animation: fadeInUp 0.8s ease-out;
            margin-bottom: 90px;
            
        }
        
        .badge {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: rgba(255, 255, 255, 0.9);
            backdrop-filter: blur(10px);
            border: 1px solid rgba(63, 94, 133, 0.2);
            border-radius: 30px;
            padding: 8px 18px;
            margin-bottom: 24px;
            font-size: 13px;
            font-weight: 600;
            color: #3F5E85;
            box-shadow: 0 4px 15px rgba(63, 94, 133, 0.1);
        }
        
        .badge-icon {
            width: 18px;
            height: 18px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        .badge-icon svg {
            width: 100%;
            height: 100%;
        }
        
        .hero-title {
            font-size: 2.0rem;
            font-weight: 800;
            line-height: 1.2;
            margin-bottom: 20px;
            color: #1e293b;
            letter-spacing: -0.03em;
        }
        
        .highlight {
            background: linear-gradient(135deg, #3F5E85 0%, #5a7ca8 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            position: relative;
            display: inline-block;
        }
        
        .hero-description {
            font-size: 0.89rem;
            color: #64748b;
            line-height: 1.7;
            margin-bottom: 32px;
            max-width: 90%;
        }
        
        /* CTA Buttons */
        .cta-group {
            display: flex;
            gap: 16px;
            margin-bottom: 40px;
        }
        
        .btn {
            padding: 14px 32px;
            border-radius: 12px;
            font-size: 15px;
            font-weight: 600;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 10px;
            transition: all 0.3s ease;
            cursor: pointer;
            border: none;
        }
        
        .btn-icon {
            width: 20px;
            height: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        .btn-icon svg {
            width: 100%;
            height: 100%;
        }
        
        .btn-primary {
            background: linear-gradient(135deg, #3F5E85 0%, #5a7ca8 100%);
            color: white;
            box-shadow: 0 8px 24px rgba(63, 94, 133, 0.3);
        }
        
        .btn-primary:hover {
            transform: translateY(-2px);
            box-shadow: 0 12px 32px rgba(63, 94, 133, 0.4);
        }
        
        .btn-secondary {
            background: white;
            color: #3F5E85;
            border: 2px solid rgba(63, 94, 133, 0.2);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
        }
        
        .btn-secondary:hover {
            border-color: #3F5E85;
            transform: translateY(-2px);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
        }
        
        /* Quick Stats */
        .quick-stats {
            display: flex;
            gap: 32px;
            padding-top: 20px;
        }
        
        .stat-item {
            display: flex;
            align-items: center;
            gap: 12px;
        }
        
        .stat-icon {
            width: 48px;
            height: 48px;
            border-radius: 12px;
            background: linear-gradient(135deg, rgba(63, 94, 133, 0.1) 0%, rgba(90, 124, 168, 0.05) 100%);
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 10px;
        }
        
        .stat-icon svg {
            width: 100%;
            height: 100%;
        }
        
        .stat-content h3 {
            font-size: 1.5rem;
            font-weight: 800;
            color: #1e293b;
            margin-bottom: 2px;
        }
        
        .stat-content p {
            font-size: 0.85rem;
            color: #64748b;
            font-weight: 500;
        }
        
        /* Right Visual - Hero Image */
        .hero-visual {
            position: relative;
            height: 100%;
            display: flex;
            align-items: center;
            animation: fadeInRight 0.8s ease-out;
        }
        
        .hero-image-wrapper {
                position: relative;
    width: 100%;
    height: 449px;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    margin-bottom: 87px;
        }
        
        .hero-image-wrapper img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
            transition: transform 0.6s ease;
        }
        
        .hero-image-wrapper:hover img {
            transform: scale(1.05);
        }
        
        /* Animated Border */
        .hero-image-wrapper::before {
            content: '';
            position: absolute;
            top: -2px;
            left: -2px;
            right: -2px;
            bottom: -2px;
            background: linear-gradient(45deg, #3F5E85, #5a7ca8, #3F5E85, #5a7ca8);
            background-size: 300% 300%;
            border-radius: 24px;
            z-index: -1;
            animation: gradientMove 4s ease infinite;
            opacity: 0;
            transition: opacity 0.3s ease;
        }
        
        .hero-image-wrapper:hover::before {
            opacity: 0.7;
        }
        
        @keyframes gradientMove {
            0%, 100% { background-position: 0% 50%; }
            50% { background-position: 100% 50%; }
        }
        
        /* Floating Info Cards */
        .floating-info {
            position: absolute;
            background: white;
            border-radius: 16px;
            padding: 16px 20px;
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
            display: flex;
            align-items: center;
            gap: 12px;
            animation: floatCard 3s ease-in-out infinite;
            z-index: 10;
        }
        
        .info-1 {
                top: 10%;
    right: -40px;
    animation-delay: 0s;
    margin-top: -48px;
        }
        
        .info-2 {
            bottom: 15%;
            left: -40px;
            animation-delay: 1.5s;
        }
        
        .info-icon {
            width: 44px;
            height: 44px;
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 10px;
        }
        
        .info-icon.blue {
            background: linear-gradient(135deg, #3F5E85 0%, #5a7ca8 100%);
        }
        
        .info-icon.green {
            background: linear-gradient(135deg, #10b981 0%, #34d399 100%);
        }
        
        .info-icon svg {
            width: 100%;
            height: 100%;
        }
        
        .info-text h4 {
            font-size: 1.25rem;
            font-weight: 800;
            color: #1e293b;
            margin-bottom: 2px;
        }
        
        .info-text p {
            font-size: 0.8rem;
            color: #64748b;
            font-weight: 500;
        }
        
        @keyframes floatCard {
            0%, 100% { transform: translateY(0); }
            50% { transform: translateY(-15px); }
        }
        
        /* Pulse Animation on Image */
        .pulse-dot {
            position: absolute;
            width: 20px;
            height: 20px;
            background: #3F5E85;
            border-radius: 50%;
            animation: pulse 2s ease-in-out infinite;
        }
        
        .pulse-dot::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 40px;
            height: 40px;
            background: rgba(63, 94, 133, 0.3);
            border-radius: 50%;
            animation: pulseRing 2s ease-in-out infinite;
        }
        
        .dot-1 {
            top: 25%;
            right: 20%;
            animation-delay: 0s;
        }
        
        .dot-2 {
            bottom: 30%;
            left: 25%;
            animation-delay: 1s;
        }
        
        @keyframes pulse {
            0%, 100% { transform: scale(1); opacity: 1; }
            50% { transform: scale(1.2); opacity: 0.8; }
        }
        
        @keyframes pulseRing {
            0% { transform: translate(-50%, -50%) scale(0.8); opacity: 0.8; }
            100% { transform: translate(-50%, -50%) scale(2); opacity: 0; }
        }
        
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        @keyframes fadeInRight {
            from {
                opacity: 0;
                transform: translateX(30px);
            }
            to {
                opacity: 1;
                transform: translateX(0);
            }
        }
        
        /* Responsive Design */
        @media (max-width: 1200px) {
            .container {
                gap: 60px;
                padding: 0 40px;
            }
            
            .hero-title {
                font-size: 2.8rem;
            }
            
            .floating-info {
                display: none;
            }
        }
        
        @media (max-width: 968px) {
            .hero-section {
                height: auto;
                min-height: auto;
                padding: 80px 0;
            }
            
            .container {
                grid-template-columns: 1fr;
                gap: 50px;
            }
            
            .hero-content {
                text-align: center;
            }
            
            .hero-description {
                max-width: 100%;
            }
            
            .cta-group {
                justify-content: center;
            }
            
            .quick-stats {
                justify-content: center;
            }
            
            .hero-image-wrapper {
                height: 400px;
            }
            
            .pulse-dot {
                display: none;
            }
        }
        
        @media (max-width: 768px) {
            .container {
                padding: 0 24px;
            }
            
            .hero-title {
                font-size: 2.2rem;
            }
            
            .hero-description {
                font-size: 1rem;
            }
            
            .cta-group {
                flex-direction: column;
                align-items: center;
            }
            
            .btn {
                width: 100%;
                max-width: 300px;
                justify-content: center;
            }
            
            .quick-stats {
                flex-direction: column;
                gap: 20px;
                align-items: center;
            }
            
            .hero-image-wrapper {
                height: 350px;
            }
        }
        
        @media (max-width: 480px) {
            .hero-title {
                font-size: 1.9rem;
            }
            
            .badge {
                font-size: 12px;
                padding: 6px 14px;
            }
            
            .hero-image-wrapper {
                height: 300px;
            }
        }





        /* Are you facing any challenge */
       
        .quality-section {
            background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
            padding: 80px 0;
            position: relative;
            overflow: hidden;
        }

        /* Container */
        .quality-container {
            max-width: 1280px;
            margin: 0 auto;
            padding: 0 40px;
            position: relative;
            z-index: 2;
        }

        /* Section Header */
        .quality-header {
            text-align: center;
            margin-bottom: 80px;
            position: relative;
        }

        .quality-badge {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            background: linear-gradient(135deg, rgba(63, 94, 133, 0.1) 0%, rgba(63, 94, 133, 0.05) 100%);
            border-radius: 50px;
            padding: 12px 28px;
            margin-bottom: 24px;
            font-size: 0.9rem;
            font-weight: 600;
            color: #3F5E85;
            letter-spacing: 1px;
            text-transform: uppercase;
            border: 1px solid rgba(63, 94, 133, 0.15);
            box-shadow: 0 4px 16px rgba(63, 94, 133, 0.08);
            backdrop-filter: blur(10px);
        }

        .quality-badge i {
            color: #4a6fa5;
            font-size: 14px;
        }

        .quality-title {
            font-family: 'Poppins', sans-serif;
            font-size: 40px;
            font-weight: 800;
            line-height: 1.1;
            margin-bottom: 24px;
            letter-spacing: -0.02em;
            color: #0f172a;
            position: relative;
            display: inline-block;
        }

        .title-gradient {
            background: linear-gradient(135deg, #3F5E85 0%, #5a7ca8 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            position: relative;
        }

        .title-gradient::after {
            content: '';
            position: absolute;
            bottom: 5px;
            left: 0;
            width: 100%;
            height: 6px;
            background: linear-gradient(90deg, #3F5E85, #5a7ca8);
            opacity: 0.15;
            border-radius: 3px;
            z-index: -1;
        }

        .quality-subtitle {
            font-size: 1.25rem;
            color: #475569;
            line-height: 1.7;
            margin: 0 auto;
            font-weight: 400;
        }

        /* Content Grid */
        .quality-content {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 80px;
            align-items: center;
            margin-bottom: 80px;
        }

        /* Left Side - Main Content */
        .quality-main {
            position: relative;
        }

        .quality-description {
            font-size: 1.15rem;
            color: #475569;
            line-height: 1.8;
            margin-bottom: 40px;
        }

        /* Features List */
        .quality-features {
            display: flex;
            flex-direction: column;
            gap: 20px;
        }

        .feature-item {
            display: flex;
            align-items: flex-start;
            gap: 16px;
            padding: 20px;
            background: #ffffff;
            border-radius: 16px;
           
            border: 1px solid rgba(63, 94, 133, 0.1);
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            position: relative;
            overflow: hidden;
        }

        .feature-item::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 4px;
            height: 100%;
            background: linear-gradient(180deg, #3F5E85 0%, #5a7ca8 100%);
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .feature-item:hover {
            transform: translateX(8px);
           
            border-color: rgba(63, 94, 133, 0.2);
        }

        .feature-item:hover::before {
            opacity: 1;
        }

        .feature-icon {
            width: 54px;
            height: 54px;
            border-radius: 14px;
            background: linear-gradient(135deg, #3F5E85 0%, #5a7ca8 100%);
            display: flex;
            align-items: center;
            justify-content: center;
            color: #ffffff;
            font-size: 22px;
            flex-shrink: 0;
            
        }

        .feature-content h4 {
            font-size: 1.2rem;
            font-weight: 700;
            color: #0f172a;
            margin-bottom: 8px;
        }

        .feature-content p {
            font-size: 0.95rem;
            color: #64748b;
            line-height: 1.6;
        }

        /* Right Side - Visual Elements */
        .quality-visual {
            position: relative;
        }

        /*.visual-container img {*/
        /*  width: 100%; */
        /*}*/

          .visual-container {
    position: relative;
    width: 420px;
    height: 420px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Image */
.visual-container img {
    position: relative;
    z-index: 5;
    width: 540px;
    height: auto;
}

/* Common circle styles */
.circle {
    position: absolute;
    border-radius: 50%;
    z-index: 1;
    animation: pulse 6s infinite ease-in-out;
}

/* Inner circle */
.circle-1 {
    width: 360px;
    height: 360px;
    background:#3f5e8559;       
    animation-delay: 0s;
}

/* Middle circle */
.circle-2 {
    width: 450px;
    height: 450px;
    background: #3f5e853b;
    animation-delay: 1.5s;
}

/* Outer circle */
.circle-3 {  
    width: 550px;
    height: 550px;
    background: #3f5e8559;
    animation-delay: 3s;
}
                             
/* Pulse animation */   
@keyframes pulse {
    0% {   
        transform: scale(1);
        opacity: 0.8;
    }
    50% {
        transform: scale(1.08);   
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 0.8;
    }
}

/* Responsive */
@media (max-width: 768px) {
    .visual-container {
        width: 300px;
        height: 300px;
    }

    .circle-1 { width: 180px; height: 180px; }
    .circle-2 { width: 230px; height: 230px; }
    .circle-3 { width: 280px; height: 280px; }

    .visual-container img {
        width: 180px;
    }
}


       


       

     

        /* Responsive Design */
        @media (max-width: 1100px) {
            .quality-content {
                gap: 60px;
            }
            
            .visual-container {
                height: 480px;
                padding: 32px;
            }
            
            .quality-title {
                font-size: 3rem;
            }
        }

        @media (max-width: 900px) {
            .quality-content {
                grid-template-columns: 1fr;
                gap: 60px;
            }
            
            .quality-visual {
                order: -1;
            }
            
            .visual-container {
                max-width: 600px;
                margin: 0 auto;
            }
        }

        @media (max-width: 768px) {
            .quality-section {
                padding: 80px 0;
            }
            
            .quality-container {
                padding: 0 24px;
            }
            
            .quality-title {
                font-size: 2.5rem;
            }
            
            .quality-subtitle {
                font-size: 1.1rem;
            }
            
            .visual-container {
                height: 420px;
                padding: 24px;
            }
            
            .quality-metrics {
                grid-template-columns: repeat(2, 1fr);
                gap: 16px;
            }
            
            .process-timeline {
                flex-wrap: wrap;
                gap: 30px;
                justify-content: center;
            }
            
            .process-timeline::before {
                display: none;
            }
            
            .testimonial-quote {
                font-size: 1.1rem;
            }
        }

        @media (max-width: 576px) {
            .quality-title {
                font-size: 2rem;
            }
            
            .quality-badge {
                padding: 10px 20px;
                font-size: 0.8rem;
            }
            
            .feature-item {
                padding: 16px;
            }
            
            .feature-icon {
                width: 46px;
                height: 46px;
                font-size: 18px;
            }
            
            .quality-metrics {
                grid-template-columns: 1fr;
            }
            
            .metric-card {
                padding: 20px;
            }
            
            .process-step {
                flex: 0 0 calc(50% - 15px);
            }
            
            .quality-testimonial {
                padding: 30px 24px;
            }
        }

        /* Animation */
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .quality-content, .quality-testimonial {
            animation: fadeInUp 0.8s ease-out;
        }
         
                    
        
        
        
     
/* Services section */

   /* Services & Product section */
        .ss-section, .aion-section {
            padding: 100px 20px;
            background: #ffffff;
            position: relative;
        }

        .ss-container, .aion-container {
            max-width: 1200px;
            margin: 0 auto;
        }

        .ss-section-header, .section-header {
            text-align: center;
            margin-bottom: 70px;
            opacity: 0;
            transform: translateY(30px);
            animation: ss-fadeInUp 0.8s ease forwards;
            position: relative;
        }

        @keyframes ss-fadeInUp {
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .ss-header-content {
            display: inline-block;
            text-align: center;
        }

        .ss-badge, .section-label {
            display: inline-block;
            background: rgba(15, 23, 42, 0.06);
            color: #0f172a;
            padding: 8px 20px;
            border-radius: 50px;
            font-size: 13px;
            font-weight: 600;
            letter-spacing: 0.5px;
            margin-bottom: 20px;
            text-transform: uppercase;
        }

        .ss-header-content h2, .section-header h2 {
            font-size: 48px;
            color: #0f172a;
            font-weight: 700;
            margin-bottom: 20px;
            line-height: 1.2;
        }

        .ss-header-content h2 .ss-highlight {
            color: #3F5E85;
            background: linear-gradient(135deg, #3F5E85 0%, #5a7ca8 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .ss-header-content p, .section-subtitle {
            font-size: 18px;
            color: #64748b;
            max-width: 600px;
            line-height: 1.7;
            margin: 0 auto;
        }

        /* Navigation Buttons */
        .ss-nav-buttons, .aion-nav-buttons {
            position: absolute;
            top: 50%;
            right: 0;
            transform: translateY(-50%);
            display: flex;
            gap: 15px;
            align-items: center;
            margin-top: 133px;
        }

        .ss-nav-button, .aion-slider-btn {
            width: 50px;
            height: 50px;
            background: #ffffff;
            border: 1px solid rgba(15, 23, 42, 0.1);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(15, 23, 42, 0.08);
        }

        .ss-nav-button:hover, .aion-slider-btn:hover {
            background: #3F5E85;
            border-color: #3F5E85;
            transform: scale(1.1);
            box-shadow: 0 6px 20px rgba(63, 94, 133, 0.25);
        }

        .ss-nav-button i, .aion-slider-btn i {
            color: #3F5E85;
            font-size: 18px;
            transition: color 0.3s ease;
        }

        .ss-nav-button:hover i, .aion-slider-btn:hover i {
            color: #ffffff;
        }

        .ss-nav-button:disabled, .aion-slider-btn:disabled {
            opacity: 0.3;
            cursor: not-allowed;
            pointer-events: none;
        }

        /* Services Section */
        .ss-services-wrapper {
            position: relative;
        }

        .ss-services-container {
            display: flex;
            gap: 30px;
            overflow-x: hidden;
            scroll-behavior: smooth;
            padding: 10px 0;
        }

        /* Products Section */
        .aion-slider-wrapper {
            position: relative;
        }

        .aion-products-slider {
            display: flex;
            gap: 30px;
            overflow-x: hidden;
            scroll-behavior: smooth;
            padding: 10px 0;
        }

        /* Card Styles (Shared) */
        .ss-service-card, .aion-product-card {
            min-width: calc(33.333% - 20px);
            background: linear-gradient(135deg, rgba(248,250,252,0.9) 0%, rgba(241,245,249,0.95) 100%);
            border: 1px solid rgba(15, 23, 42, 0.08);
            border-radius: 18px;
            padding: 35px 28px;
            position: relative;
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            box-shadow: 0 4px 20px rgba(15, 23, 42, 0.04);
            opacity: 0;
            transform: translateY(40px);
            animation: ss-fadeInCard 0.6s ease forwards;
        }

        .ss-service-card:nth-child(1), .aion-product-card:nth-child(1) { animation-delay: 0.1s; }
        .ss-service-card:nth-child(2), .aion-product-card:nth-child(2) { animation-delay: 0.2s; }
        .ss-service-card:nth-child(3), .aion-product-card:nth-child(3) { animation-delay: 0.3s; }
        .ss-service-card:nth-child(4), .aion-product-card:nth-child(4) { animation-delay: 0.4s; }
        .ss-service-card:nth-child(5), .aion-product-card:nth-child(5) { animation-delay: 0.5s; }
        .ss-service-card:nth-child(6), .aion-product-card:nth-child(6) { animation-delay: 0.6s; }

        @keyframes ss-fadeInCard {
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .ss-service-card:hover, .aion-product-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 12px 40px rgba(63, 94, 133, 0.15);
            border-color: rgba(63, 94, 133, 0.2);
        }

        /* Icon Container (Services) */
        .ss-icon-container {
            width: 65px;
            height: 65px;
            background: linear-gradient(135deg, #3F5E85 0%, #5a7ca8 100%);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 22px;
            transition: all 0.4s ease;
        }

        .ss-service-card:hover .ss-icon-container {
            transform: scale(1.1) rotate(5deg);
            box-shadow: 0 8px 25px rgba(63, 94, 133, 0.3);
        }

        .ss-icon-container i {
            font-size: 28px;
            color: #ffffff;
        }

        /* Product Icon Container */
        .aion-product-icon {
            width: 65px;
            height: 65px;
            background: linear-gradient(135deg, #3F5E85 0%, #5a7ca8 100%);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 22px;
            transition: all 0.4s ease;
        }

        .aion-product-card:hover .aion-product-icon {
            transform: scale(1.1) rotate(5deg);
            box-shadow: 0 8px 25px rgba(63, 94, 133, 0.3);
        }

        .aion-product-icon i {
            font-size: 28px;
            color: #ffffff;
        }

        /* Product Badge */
        .aion-product-badge {
            position: absolute;
            top: 20px;
            right: 20px;
            background: #3F5E85;
            color: white;
            padding: 6px 15px;
            border-radius: 50px;
            font-size: 12px;
            font-weight: 600;
            letter-spacing: 0.5px;
            text-transform: uppercase;
        }

        /* Card Headings */
        .ss-service-card h3, .aion-product-card h3 {
            font-size: 22px;
            color: #0f172a;
            font-weight: 600;
            margin-bottom: 10px;
            line-height: 1.3;
        }

        /* Product Subtitle */
        .aion-product-subtitle {
            display: block;
            color: #3F5E85;
            font-size: 14px;
            font-weight: 500;
            margin-bottom: 15px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        /* Product Description */
        .aion-product-card p {
            color: #64748b;
            font-size: 15px;
            line-height: 1.6;
            margin-bottom: 20px;
        }

        /* Lists */
        .ss-service-features, .aion-product-card ul {
            list-style: none;
            margin-bottom: 22px;
        }

        .ss-service-features li, .aion-product-card ul li {
            color: #475569;
            font-size: 14px;
            line-height: 1.7;
            padding: 6px 0;
            padding-left: 26px;
            position: relative;
        }

        .ss-service-features li:before, .aion-product-card ul li:before {
            content: "✓";
            position: absolute;
            left: 0;
            color: #3F5E85;
            font-weight: 700;
            font-size: 16px;
        }

        /* Explore Link */
        .ss-explore-link {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            color: #3F5E85;
            font-weight: 600;
            font-size: 15px;
            text-decoration: none;
            position: relative;
            transition: all 0.3s ease;
        }

        .ss-explore-link:after {
            content: '';
            position: absolute;
            bottom: -2px;
            left: 0;
            width: 0;
            height: 2px;
            background: linear-gradient(90deg, #3F5E85, #5a7ca8);
            transition: width 0.3s ease;
        }

        .ss-explore-link:hover:after {
            width: 100%;
        }

        .ss-explore-link i {
            transition: transform 0.3s ease;
        }

        .ss-explore-link:hover i {
            transform: translateX(5px);
        }

        /* Slider Dots */
        .aion-slider-dots {
            display: flex;
            justify-content: center;
            gap: 10px;
            margin-top: 40px;
        }

        .aion-slider-dots .dot {
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: rgba(15, 23, 42, 0.2);
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .aion-slider-dots .dot.active {
            background: #3F5E85;
            transform: scale(1.2);
        }

        /* Responsive Design */
        @media (max-width: 1200px) {
            .ss-service-card, .aion-product-card {
                min-width: calc(50% - 15px);
            }

            .ss-header-content h2, .section-header h2 {
                font-size: 40px;
            }
        }

        @media (max-width: 768px) {
            .ss-section, .aion-section {
                padding: 60px 20px;
            }

            .ss-section-header, .section-header {
                margin-bottom: 50px;
            }

            .ss-nav-buttons, .aion-nav-buttons {
                position: static;
                transform: none;
                margin-top: 20px;
                justify-content: center;
            }

            .ss-header-content h2, .section-header h2 {
                font-size: 32px;
            }

            .ss-header-content p, .section-subtitle {
                font-size: 16px;
            }

            .ss-service-card, .aion-product-card {
                min-width: calc(100% - 20px);
                padding: 35px 25px;
            }

            .ss-service-card h3, .aion-product-card h3 {
                font-size: 22px;
            }

            .ss-nav-button, .aion-slider-btn {
                width: 45px;
                height: 45px;
            }
        }

        @media (max-width: 480px) {
            .ss-nav-button, .aion-slider-btn {
                width: 40px;
                height: 40px;
            }

            .ss-nav-button i, .aion-slider-btn i {
                font-size: 16px;
            }

            .ss-header-content h2, .section-header h2 {
                font-size: 28px;
            }
        }
        
.section-label{
    display: inline-block;
    background-color: #3F5E85;
    color: #ffffff;
    padding: 6px 14px;
    border-radius: 25px; /* slightly rounded */
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}



       
       
       
       
       
       
       
       
       
       
       
       
       
       
       

/* ================= SECTION ================= */
.aion-products-section{
    padding:100px 5%;
    max-width:1400px;
    margin:auto;
}

/* Header */
.aion-section-header{
    text-align:center;
    margin-bottom:70px;
}

.aion-section-header h2{
    font-family:'Poppins',sans-serif;
    font-size:40px;
    font-weight:700;
}

.aion-highlight{
    background:linear-gradient(135deg,#2B557F,#3A73B3);
    -webkit-background-clip:text;
    color:transparent;
}

.aion-section-header p{
    max-width:650px;
    margin:18px auto 0;
    font-size:1.15rem;
    color:#475569;
}

/* ================= SLIDER ================= */
.aion-slider-wrapper{
    position:relative;
    overflow:hidden;
}

.aion-products-slider{
    display:flex;
    gap:30px;
    overflow-x:auto;
    scroll-behavior:smooth;
    scroll-snap-type:x mandatory;
    padding:30px 10px 60px;
}

.aion-products-slider::-webkit-scrollbar{
    display:none;
}

/* ================= CARD ================= */
.aion-product-card{
    min-width:380px;
    background:#ffffff;
    border-radius:22px;
    padding:40px;
    
    scroll-snap-align:center;
    transform:scale(.9);
    opacity:.6;
    transition:all .45s ease;
    position:relative;
}

.aion-product-card.active{
    transform:scale(1);
    opacity:1;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

/* Badge */
.aion-product-badge{
    position:absolute;
    top:22px;
    right:22px;
    background:linear-gradient(135deg,#3F5E85,#3F5E85);
    color:#ffffff;
    padding:6px 14px;
    border-radius:20px;
    font-size:.75rem;
    font-weight:600;
}

/* Icon */
.aion-product-icon{
    width:80px;
    height:80px;
    border-radius:20px;
    background:linear-gradient(
        135deg,
        rgba(43,85,127,.1),
        rgba(58,115,179,.15)
    );
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:22px;
}

.aion-product-icon i{
    font-size:36px;
    color:#2B557F;
}

/* Text */
.aion-product-card h3{
    font-family:'Poppins',sans-serif;
    font-size:1.7rem;
    margin-bottom:6px;
}

.aion-product-subtitle{
    display:inline-block;
    background:rgba(43,85,127,.1);
    padding:6px 16px;
    border-radius:50px;
    font-size:.85rem;
    font-weight:600;
    color:#2B557F;
    margin-bottom:18px;
}

.aion-product-card p{
    color:#475569;
    margin-bottom:22px;
}

/* Features */
.aion-product-card ul{
    list-style:none;
}

.aion-product-card ul li{
    padding:10px 0 10px 30px;
    position:relative;
    font-size:.95rem;
}

.aion-product-card ul li::before{
    content:"✓";
    position:absolute;
    left:0;
    top:10px;
    width:20px;
    height:20px;
    background:rgba(255,107,53,.15);
    color:#3F5E85;
    border-radius:50%;
    font-size:12px;
    display:flex;
    align-items:center;
    justify-content:center;
}

/* ================= NAVIGATION ================= */
.aion-slider-btn{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:56px;
    height:56px;
    border-radius:50%;
    border:none;
    background:linear-gradient(135deg,#2B557F,#3A73B3);
    color:#ffffff;
    cursor:pointer;
    box-shadow:0 15px 40px rgba(43,85,127,.15);
    z-index:5;
}
  
.aion-slider-btn.prev{
    left:20px;
}

.aion-slider-btn.next{
    right:20px;
}

.aion-slider-btn i{
    font-size:22px;
}

/* Dots */
.aion-slider-dots{
    display:flex;
    justify-content:center;
    gap:10px;
}

.aion-slider-dots span{
    width:10px;
    height:10px;
    background:#cbd5e1;
    border-radius:20px;
    cursor:pointer;
    transition:.3s;
}

.aion-slider-dots span.active{
    width:30px;
    background:#2B557F;
}

/* Responsive */
@media(max-width:768px){
    .aion-product-card{
        min-width:85%;
    }

    .aion-section-header h2{
        font-size:2.4rem;
    }
}

       
       
       
       
       
       
       
        /* Case Study */

.aion-industries-section{
    padding:100px 5%;
    background:#f8fafc;
    position:relative;
}

.aion-industries-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
    gap:30px;
    margin-top:60px;
}

/* Card */
.aion-industry-card{
    background:#fff;
    padding:40px 30px;
    border-radius:22px;
    text-align:center;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    transition:all .4s ease;
    position:relative;
}

.aion-industry-card:hover{
    transform:translateY(-10px);
    box-shadow:0 25px 70px rgba(43,85,127,.25);
}

/* Icon */
.aion-industry-icon{
    width:80px;
    height:80px;
    margin:0 auto 20px;
    border-radius:20px;
    background:linear-gradient(135deg,#2B557F,#3A73B3);
    display:flex;
    align-items:center;
    justify-content:center;
}

.aion-industry-icon i{
    font-size:36px;
    color:#fff;
}

/* Text */
.aion-industry-card h3{
    font-size:1.4rem;
    font-weight:600;
    margin-bottom:8px;
}

.aion-industry-card p{
    font-size:.95rem;
    color:#475569;
}

/* Responsive */
@media(max-width:768px){
    .aion-industries-section{
        padding:80px 6%;
    }
}

        /* Why Chose us  */

  
  
  
  
  
  
     
    /* Our Performance */

  <style>
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        .techstack-section {
            position: relative;
            background: linear-gradient(135deg, #1B2D44 0%, #3F5E85 100%);
            height: 70vh;
            min-height: 600px;
            display: flex;
            align-items: center;
            overflow: hidden;
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
            line-height: 1.6;
            color: #f8fafc;
        }

        .techstack-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: radial-gradient(circle at top left, rgba(90,124,168,0.18), transparent 60%);
            pointer-events: none;
        }

        .techstack-section::after {
            content: '';
            position: absolute;
            bottom: 0;
            right: 0;
            width: 600px;
            height: 600px;
            background: radial-gradient(circle, rgba(63,94,133,0.15), transparent 70%);
            pointer-events: none;
        }

        .techstack-container {
            max-width: 1280px;
            width: 100%;
            margin: 0 auto;
            position: relative;
            z-index: 1;
            padding: 0 20px;
        }

        .techstack-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 80px;
            align-items: center;
        }

        /* LEFT SIDE - TECH CARD */
        .techstack-card {
            background: rgba(255,255,255,0.06);
            border: 1px solid rgba(255,255,255,0.12);
            border-radius: 20px;
            padding: 30px;
            backdrop-filter: blur(20px);
            box-shadow: 0 8px 32px rgba(0,0,0,0.3), 0 0 40px rgba(90,124,168,0.1);
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            opacity: 0;
            transform: translateY(30px);
        }

        .techstack-card.techstack-animate {
            opacity: 1;
            transform: translateY(0);
        }

        .techstack-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 12px 48px rgba(0,0,0,0.4), 0 0 60px rgba(90,124,168,0.2);
            border-color: rgba(255,255,255,0.18);
        }

        .techstack-card-header {
            margin-bottom: 24px;
        }

        .techstack-card-title {
            font-size: 24px;
            font-weight: 700;
            color: #f8fafc;
            margin-bottom: 8px;
        }

        .techstack-card-subtitle {
            font-size: 14px;
            color: #94a3b8;
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .techstack-completion-badge {
            background: linear-gradient(135deg, #3F5E85 0%, #5a7ca8 100%);
            padding: 4px 12px;
            border-radius: 20px;
            font-weight: 600;
            font-size: 13px;
        }

        /* PROGRESS BAR */
        .techstack-progress-section {
            margin-bottom: 30px;
        }

        .techstack-progress-bar-container {
            width: 100%;
            height: 12px;
            background: rgba(255,255,255,0.08);
            border-radius: 12px;
            overflow: hidden;
            position: relative;
        }

        .techstack-progress-bar {
            height: 100%;
            background: linear-gradient(135deg, #3F5E85 0%, #5a7ca8 100%);
            border-radius: 12px;
            width: 0;
            transition: width 1.5s cubic-bezier(0.4, 0, 0.2, 1);
            box-shadow: 0 0 20px rgba(90,124,168,0.5);
        }

        .techstack-progress-bar.techstack-animate {
            width: 82%;
        }

        /* CIRCULAR METERS */
        .techstack-metrics-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
            margin-bottom: 24px;
        }

        .techstack-metric-item {
            text-align: center;
        }

        .techstack-circle-container {
            position: relative;
            width: 80px;
            height: 80px;
            margin: 0 auto 12px;
        }

        .techstack-circle-bg {
            fill: none;
            stroke: rgba(255,255,255,0.08);
            stroke-width: 8;
        }

        .techstack-circle-progress {
            fill: none;
            stroke-width: 8;
            stroke-linecap: round;
            transform: rotate(-90deg);
            transform-origin: 50% 50%;
            stroke-dasharray: 251.2;
            stroke-dashoffset: 251.2;
            transition: stroke-dashoffset 1.5s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .techstack-cloud-progress {
            stroke: #60a5fa;
        }

        .techstack-mobile-progress {
            stroke: #a78bfa;
        }

        .techstack-data-progress {
            stroke: #34d399;
        }

        .techstack-web-progress {
            stroke: #f472b6;
        }

        .techstack-circle-text {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            font-size: 16px;
            font-weight: 700;
            color: #f8fafc;
        }

        .techstack-metric-label {
            font-size: 14px;
            color: #94a3b8;
            font-weight: 500;
        }

        /* CTA BUTTON */
        .techstack-cta-button {
            width: 100%;
            padding: 16px 24px;
            background: linear-gradient(135deg, #3F5E85 0%, #5a7ca8 100%);
            border: none;
            border-radius: 50px;
            color: #fff;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            transition: all 0.3s ease;
            box-shadow: 0 4px 20px rgba(90,124,168,0.3);
        }

        .techstack-cta-button:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 30px rgba(90,124,168,0.5);
        }

        .techstack-cta-button i {
            transition: transform 0.3s ease;
        }

        .techstack-cta-button:hover i {
            transform: translateX(4px);
        }

        /* RIGHT SIDE - CONTENT */
        .techstack-content-area {
            opacity: 0;
            transform: translateX(30px);
            transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .techstack-content-area.techstack-animate {
            opacity: 1;
            transform: translateX(0);
        }

        .techstack-section-heading {
            font-size: 36px;
            font-weight: 800;
            line-height: 1.2;
            margin-bottom: 16px;
            color: #f8fafc;
        }

        .techstack-gradient-text {
            background: var(--aion-gradient-accent);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .techstack-section-description {
            font-size: 16px;
            color: #94a3b8;
            line-height: 1.8;
            margin-bottom: 24px;
        }

        .techstack-highlights-list {
            display: flex;
            flex-direction: column;
            gap: 16px;
        }

        .techstack-highlight-item {
            display: flex;
            align-items: center;
            gap: 16px;
        }

        .techstack-highlight-icon {
            width: 48px;
            height: 48px;
            border-radius: 12px;
            background: linear-gradient(135deg, rgba(63,94,133,0.2) 0%, rgba(90,124,168,0.2) 100%);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 20px;
            color: #5a7ca8;
            flex-shrink: 0;
        }

        .techstack-highlight-text {
            font-size: 16px;
            color: #cbd5e1;
            font-weight: 500;
        }

        /* RESPONSIVE */
        @media (max-width: 968px) {
            .techstack-section {
                height: auto;
                min-height: 70vh;
                padding: 60px 20px;
            }
            
            .techstack-grid {
                grid-template-columns: 1fr;
                gap: 60px;
                max-width: 600px;
                margin: 0 auto;
            }

            .techstack-card {
                max-width: 500px;
                margin: 0 auto;
            }

            .techstack-section-heading {
                font-size: 32px;
            }
        }

        @media (max-width: 640px) {
            .techstack-section {
                min-height: 80vh;
                padding: 40px 20px;
            }
            
            .techstack-grid {
                gap: 40px;
            }
            
            .techstack-section-heading {
                font-size: 28px;
            }

            .techstack-section-description {
                font-size: 15px;
            }

            .techstack-card {
                padding: 24px;
            }

            .techstack-metrics-grid {
                gap: 16px;
            }

            .techstack-circle-container {
                width: 70px;
                height: 70px;
            }
            
            .techstack-circle-text {
                font-size: 14px;
            }
            
            .techstack-highlight-icon {
                width: 40px;
                height: 40px;
                font-size: 18px;
            }
            
            .techstack-highlight-text {
                font-size: 15px;
            }
        }
    </style>
/* Banner section */

.usw-hero-section {
    min-height: 390px;
    background: var(--aion-gradient-primary);
    padding: 15px 40px;
    margin: 40px 40px;
    border-radius: 24px;
    position: relative;
    overflow: hidden;
}

.usw-container {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.usw-content {
    z-index: 2;
}

.usw-headline {
    font-size: 36px;
    font-weight: 800;
    line-height: 1.2;
    color: var(--aion-text-inverse);
    margin-bottom: 20px;
    letter-spacing: -0.02em;
}

.usw-highlight {
    background: var(--aion-gradient-accent);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: block;
}

.usw-subheadline {
    font-size: 20px;
    line-height: 1.6;
    color: var(--aion-dark-text-secondary);
    margin-bottom: 40px;
    font-weight: 400;
}

.usw-cta-button {
    display: inline-block;
    background: var(--aion-gradient-accent);
    color: var(--aion-text-inverse);
    padding: 18px 40px;
    border-radius: 12px;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px var(--aion-shadow-light);
}

.usw-cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(58, 141, 204, 0.3);
}

.usw-image-container {
    position: relative;
    z-index: 1;
}

.usw-hero-image {
    width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 25px 60px var(--aion-shadow-dark);
    transition: transform 0.3s ease;
}

.usw-hero-image:hover {
    transform: translateY(-10px) scale(1.02);
}

@media (max-width: 1024px) {
    .usw-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .usw-headline {
        font-size: 42px;
    }

    .usw-image-container {
        order: -1;
    }
}

@media (max-width: 768px) {
    .usw-hero-section {
        padding: 60px 20px;
    }

    .usw-headline {
        font-size: 36px;
    }

    .usw-subheadline {
        font-size: 18px;
    }
}

/* What We Do */

    .aion-what-we-do {
            min-height: 100vh;
            padding: 80px 20px;
            position: relative;
            background: var(--aion-gradient-primary);
        }

        .aion-what-we-do::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: radial-gradient(circle at 20% 50%, rgba(58, 141, 204, 0.15) 0%, transparent 50%),
                        radial-gradient(circle at 80% 80%, rgba(124, 58, 237, 0.1) 0%, transparent 50%);
            pointer-events: none;
        }

        .aion-container {
            max-width: 1200px;
            margin: 0 auto;
            position: relative;
            z-index: 1;
        }

        .aion-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 60px;
            align-items: start;
        }

        .aion-content-left {
            position: sticky;
            top: 100px;
        }

        .aion-heading {
        font-size: 2.0rem;
            font-weight: 800;
            margin-bottom: 30px;
            line-height: 1.2;
            letter-spacing: -0.02em;
            color: var(--aion-text-inverse);
        }

        .aion-highlight {
            background: var(--aion-gradient-accent);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            display: inline-block;
        }

        .aio-description {
            font-size: 1.125rem;
            line-height: 1.8;
            color: rgba(255, 255, 255, 0.85);
            margin-bottom: 20px;
        }

        .aion-description strong {
            color: var(--aion-accent-cyan);
            font-weight: 600;
        }

        .aion-services {
            display: flex;
            flex-direction: column;
            gap: 20px;
        }

        .aion-service-card {
            background: var(--aion-glass-bg);
            backdrop-filter: blur(20px);
            border-radius: 20px;
            border: 1px solid var(--aion-glass-border);
            overflow: hidden;
            box-shadow: 0 8px 32px var(--aion-shadow-light);
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            cursor: pointer;
        }

        .aion-service-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 12px 48px var(--aion-shadow-light);
            border-color: var(--aion-accent-blue);
        }

        .aion-service-header {
            padding: 28px 32px;
            display: flex;
            align-items: center;
            gap: 20px;
            background: rgba(255, 255, 255, 0.6);
            transition: background 0.3s ease;
        }

        .aion-service-card.active .aion-service-header {
            background: rgba(255, 255, 255, 0.9);
        }

        .aion-icon-wrapper {
            width: 60px;
            height: 60px;
            border-radius: 16px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 28px;
            transition: all 0.4s ease;
            flex-shrink: 0;
        }

        .aion-service-card:hover .aion-icon-wrapper {
            transform: scale(1.1) rotate(5deg);
        }

        .aion-service-card:nth-child(1) .aion-icon-wrapper {
            background: linear-gradient(135deg, #3A8DCC 0%, #00d1d1 100%);
            color: white;
        }

        .aion-service-card:nth-child(2) .aion-icon-wrapper {
            background: linear-gradient(135deg, #7c3aed 0%, #a855f7 100%);
            color: white;
        }

        .aion-service-card:nth-child(3) .aion-icon-wrapper {
            background: linear-gradient(135deg, #f59e0b 0%, #ef4444 100%);
            color: white;
        }

        .aion-service-card:nth-child(4) .aion-icon-wrapper {
            background: linear-gradient(135deg, #10b981 0%, #3b82f6 100%);
            color: white;
        }

        .aion-service-info {
            flex: 1;
        }

        .aion-service-title {
            font-size: 1.375rem;
            font-weight: 700;
            color: var(--aion-text-primary);
            margin-bottom: 4px;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .aion-service-subtitle {
            font-size: 0.9rem;
            color: var(--aion-text-secondary);
            font-weight: 500;
        }

        .aion-chevron {
            color: var(--aion-accent-blue);
            transition: transform 0.3s ease;
            font-size: 1.25rem;
        }

        .aion-service-card.active .aion-chevron {
            transform: rotate(180deg);
        }

        .aion-service-content {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .aion-service-card.active .aion-service-content {
            max-height: 500px;
        }

        .aion-service-details {
            padding: 0 32px 32px 32px;
            color: var(--aion-text-secondary);
            line-height: 1.8;
            font-size: 1rem;
        }

        .aion-service-details ul {
            margin-top: 15px;
            padding-left: 20px;
        }

        .aion-service-details li {
            margin-bottom: 10px;
            position: relative;
        }

        .aion-service-details li::marker {
            color: var(--aion-accent-blue);
        }

        @media (max-width: 968px) {
            .aion-grid {
                grid-template-columns: 1fr;
                gap: 40px;
            }

            .aion-content-left {
                position: relative;
                top: 0;
            }

            .aion-heading {
                font-size: 2.5rem;
            }

            .aion-description {
                font-size: 1rem;
            }
        }

        @media (max-width: 640px) {
            .aion-what-we-do {
                padding: 60px 16px;
            }

            .aion-heading {
                font-size: 2rem;
            }

            .aion-service-header {
                padding: 20px 20px;
                gap: 16px;
            }

            .aion-icon-wrapper {
                width: 50px;
                height: 50px;
                font-size: 24px;
            }

            .aion-service-title {
                font-size: 1.125rem;
            }

            .aion-service-details {
                padding: 0 20px 24px 20px;
                font-size: 0.9375rem;
            }
        }


        /* Product */




        /* Testimonials */
        
    

      



        /* Aion Pricing Section */

         .aion-pricing-section {
            padding: 100px 20px;
            max-width: 1400px;
            margin: 0 auto;
        }

        .aion-pricing-header {
            text-align: center;
            margin-bottom: 80px;
            opacity: 0;
            transform: translateY(50px);
            animation: aion-fadeInUp 1s ease forwards;
        }

        .aion-pricing-header h1 {
            font-size: clamp(2.5rem, 5vw, 4rem);
            font-weight: 700;
            background: var(--aion-gradient-accent);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            margin-bottom: 20px;
            animation: aion-scrollIn 1.5s ease forwards;
        }

        .aion-pricing-header p {
            font-size: 1.2rem;
            color: var(--aion-text-secondary);
            max-width: 600px;
            margin: 0 auto;
            opacity: 0;
            animation: aion-fadeIn 1s ease 0.5s forwards;
        }

        .aion-pricing-grid {
            display: grid;
            grid-template-columns: repeat(4, minmax(0, 1fr));
            gap: 30px;
            margin-top: 60px;
        }

        .aion-pricing-card {
            background: var(--aion-glass-bg);
            border: 1px solid var(--aion-glass-border);
            border-radius: 20px;
            padding: 40px 30px;
            text-align: center;
            position: relative;
            backdrop-filter: blur(20px);
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            opacity: 0;
            transform: translateY(50px);
            box-shadow: 0 10px 30px var(--aion-shadow-dark);
        }

        .aion-pricing-card.aion-animate {
            opacity: 1;
            transform: translateY(0);
        }

        .aion-pricing-card:hover {
            transform: translateY(-10px) scale(1.02);
            box-shadow: 0 20px 60px var(--aion-shadow-light);
            border-color: var(--aion-accent-blue);
        }

        .aion-pricing-card.aion-popular {
            border: 2px solid var(--aion-accent-blue);
            background: linear-gradient(135deg, var(--aion-glass-bg) 0%, rgba(58, 141, 204, 0.1) 100%);
        }

        .aion-popular-badge {
            position: absolute;
            top: -15px;
            left: 50%;
            transform: translateX(-50%);
            background: var(--aion-gradient-accent);
            color: white;
            padding: 8px 25px;
            border-radius: 25px;
            font-size: 0.85rem;
            font-weight: 600;
            animation: aion-pulse 2s infinite;
        }

        .aion-plan-name {
            font-size: 1.8rem;
            font-weight: 700;
            color: var(--aion-text-primary);
            margin-bottom: 10px;
        }

        .aion-plan-price {
            font-size: 2rem;
            font-weight: 700;
            background: var(--aion-gradient-accent);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            margin-bottom: 10px;
        }

        .aion-plan-price.aion-custom {
            font-size: 2rem;
        }

        .aion-plan-description {
            color: var(--aion-text-secondary);
            margin-bottom: 30px;
            font-size: 0.95rem;
        }

        .aion-features-list {
            list-style: none;
            margin-bottom: 40px;
        }

        .aion-feature-item {
            display: flex;
            align-items: center;
            margin-bottom: 15px;
            padding: 8px 0;
        }

        .aion-feature-icon {
           background: var(--aion-gradient-accent);
            margin-right: 15px;
            font-size: 1.2rem;
            
        }

        .aion-feature-text {
            font-weight: 500;
            text-align: left;
        }

        .aion-best-for {
            background: rgba(58, 141, 204, 0.2);
            color: var(--aion-accent-blue);
            padding: 8px 16px;
            border-radius: 20px;
            font-size: 0.85rem;
            font-weight: 600;
            margin-bottom: 25px;
            display: inline-block;
        }

        .aion-cta-button {
            background: #3F5E85;
            color: white;
            border: none;
            padding: 10px 24px;
            border-radius: 12px;
            font-size: 15px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }

        .aion-cta-button::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
            transition: left 0.5s;
        }

        .aion-cta-button:hover::before {
            left: 100%;
        }

        .aion-cta-button:hover {
            transform: scale(1.05);
            color: #fff !important;
        
        }

        .aion-modal {
            display: none;
            position: fixed;
            z-index: 2000;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.8);
            backdrop-filter: blur(10px);
        }

        .aion-modal-content {
            background: var(--aion-glass-bg);
            border: 1px solid var(--aion-glass-border);
            margin: 10% auto;
            padding: 40px;
            width: 90%;
            max-width: 500px;
            border-radius: 20px;
            backdrop-filter: blur(20px);
            text-align: center;
            animation: aion-modalSlideIn 0.3s ease;
        }

        .aion-close {
            color: var(--aion-text-secondary);
            float: right;
            font-size: 28px;
            font-weight: bold;
            cursor: pointer;
            transition: color 0.3s ease;
        }

        .aion-close:hover {
            color: var(--aion-accent-blue);
        }

        @keyframes aion-fadeInUp {
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes aion-fadeIn {
            to {
                opacity: 1;
            }
        }

        @keyframes aion-scrollIn {
            0% {
                transform: translateX(-100px);
                opacity: 0;
            }

            100% {
                transform: translateX(0);
                opacity: 1;
            }
        }

        @keyframes aion-pulse {
            0%, 100% {
                transform: translateX(-50%) scale(1);
            }

            50% {
                transform: translateX(-50%) scale(1.05);
            }
        }

        @keyframes aion-modalSlideIn {
            from {
                transform: translateY(-50px);
                opacity: 0;
            }

            to {
                transform: translateY(0);
                opacity: 1;
            }
        }

        @media (max-width: 1200px) {
            .aion-pricing-grid {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }
        }

        @media (max-width: 768px) {
            .aion-pricing-grid {
                grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
                gap: 20px;
            }

            .aion-pricing-card {
                padding: 30px 20px;
            }

            .aion-plan-price {
                font-size: 2.5rem;
            }
        }

        @media (max-width: 480px) {
            .aion-pricing-section {
                padding: 60px 15px;
            }

            .aion-pricing-grid {
                grid-template-columns: 1fr;
            }
        }


/* Blog Section */

 .aion-blog-section {
            max-width: 1400px;
            margin: 0 auto;
            padding: 80px 24px;
        }

        .aion-blog__header {
            text-align: center;
            margin-bottom: 60px;
        }

        .aion-blog__title {
            font-size: 3rem;
            font-weight: 700;
            background: var(--aion-gradient-accent);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            margin-bottom: 16px;
        }

        .aion-blog__subtitle {
            font-size: 1.125rem;
            color: var(--aion-text-secondary);
            font-weight: 400;
        }

        .aion-blog__filters {
            display: flex;
            flex-wrap: wrap;
            gap: 12px;
            justify-content: center;
            margin-bottom: 60px;
        }

        .aion-blog__filter-btn {
            padding: 12px 24px;
            border: 2px solid transparent;
            background: var(--aion-base-white);
            color: var(--aion-text-secondary);
            border-radius: 50px;
            font-size: 0.938rem;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
            box-shadow: 0 2px 8px var(--aion-shadow-dark);
        }

        .aion-blog__filter-btn::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: var(--aion-gradient-accent);
            opacity: 0;
            transition: opacity 0.3s ease;
            z-index: 0;
        }

        .aion-blog__filter-btn span {
            position: relative;
            z-index: 1;
        }

        .aion-blog__filter-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 16px var(--aion-shadow-dark);
        }

        .aion-blog__filter-btn.active {
            background: var(--aion-gradient-accent);
            color: var(--aion-text-inverse);
            border-color: var(--aion-accent-blue);
            box-shadow: 0 8px 20px var(--aion-shadow-light);
        }

        .aion-blog__grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 32px;
        }

        .aion-blog__card {
            background: var(--aion-base-white);
            border-radius: 20px;
            overflow: hidden;
            display: flex;
            flex-direction: column;
            border: 1px solid rgba(58, 141, 204, 0.15);
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            opacity: 0;
            animation: fadeIn 0.6s ease forwards;
            box-shadow: 0 4px 12px var(--aion-shadow-dark);
        }

        @keyframes fadeIn {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .aion-blog__card:hover {
            transform: translateY(-8px);
            box-shadow: 0 20px 40px rgba(58, 141, 204, 0.2);
            border-color: var(--aion-accent-blue);
        }

        .aion-blog__card.hidden {
            display: none;
        }

        .aion-blog__content {
            display: flex;
            flex-direction: column;
            padding: 32px;
            flex: 1;
        }

        .aion-blog__meta {
            display: flex;
            align-items: center;
            gap: 16px;
            margin-bottom: 20px;
        }

        .aion-blog__badge {
            display: inline-block;
            padding: 8px 16px;
            background: var(--aion-gradient-accent);
            color: var(--aion-text-inverse);
            border-radius: 50px;
            font-size: 0.813rem;
            font-weight: 600;
            letter-spacing: 0.5px;
        }

        .aion-blog__category {
            padding: 6px 14px;
            background: rgba(124, 58, 237, 0.2);
            color: var(--aion-accent-purple);
            border-radius: 50px;
            font-size: 0.813rem;
            font-weight: 600;
        }

        .aion-blog__heading {
            font-size: 1.875rem;
            font-weight: 700;
            color: var(--aion-text-primary);
            margin-bottom: 16px;
            line-height: 1.3;
            transition: color 0.3s ease;
        }

        .aion-blog__card:hover .aion-blog__heading {
            background: var(--aion-gradient-accent);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .aion-blog__excerpt {
            font-size: 1rem;
            color: var(--aion-text-secondary);
            margin-bottom: 24px;
            line-height: 1.7;
        }

        .aion-blog__author-info {
            display: flex;
            align-items: center;
            gap: 12px;
            padding-top: 20px;
            border-top: 1px solid rgba(58, 141, 204, 0.1);
        }

        .aion-blog__author {
            font-size: 0.938rem;
            color: var(--aion-text-primary);
            font-weight: 600;
        }

        .aion-blog__date {
            font-size: 0.875rem;
            color: var(--aion-text-secondary);
        }

        .aion-blog__separator {
            color: var(--aion-text-secondary);
        }

        .aion-blog__image-wrapper {
            position: relative;
            overflow: hidden;
            border-radius: 0;
            height: 240px;
            width: 100%;
        }

        .aion-blog__image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .aion-blog__card:hover .aion-blog__image {
            transform: scale(1.08);
        }

        .aion-blog__image-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(135deg, rgba(58, 141, 204, 0.2) 0%, rgba(124, 58, 237, 0.2) 100%);
            opacity: 0;
            transition: opacity 0.4s ease;
        }

        .aion-blog__card:hover .aion-blog__image-overlay {
            opacity: 1;
        }

        .aion-blog__cta-wrapper {
            display: flex;
            justify-content: center;
            margin-top: 60px;
        }

        .aion-blog__explore-btn {
            padding: 16px 48px;
            background: var(--aion-gradient-accent);
            color: var(--aion-text-inverse);
            border: none;
            border-radius: 50px;
            font-size: 1rem;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 8px 20px var(--aion-shadow-light);
            position: relative;
            overflow: hidden;
        }

        .aion-blog__explore-btn::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
            transition: left 0.5s ease;
        }

        .aion-blog__explore-btn:hover {
            transform: translateY(-4px);
            box-shadow: 0 12px 28px var(--aion-shadow-light);
        }

        .aion-blog__explore-btn:hover::before {
            left: 100%;
        }

        .aion-blog__explore-btn:active {
            transform: translateY(-2px);
        }

        @media (max-width: 968px) {
            .aion-blog__title {
                font-size: 2.25rem;
            }

            .aion-blog__grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 24px;
            }

            .aion-blog__card {
                gap: 20px;
            }

            .aion-blog__content {
                padding: 24px;
            }

            .aion-blog__image-wrapper {
                height: 200px;
            }

            .aion-blog__heading {
                font-size: 1.375rem;
            }
        }

        @media (max-width: 640px) {
            .aion-blog-section {
                padding: 60px 16px;
            }

            .aion-blog__title {
                font-size: 1.875rem;
            }

            .aion-blog__filters {
                gap: 8px;
            }

            .aion-blog__filter-btn {
                padding: 10px 18px;
                font-size: 0.875rem;
            }

            .aion-blog__grid {
                grid-template-columns: 1fr;
            }

            .aion-blog__content {
                padding: 20px;
            }

            .aion-blog__heading {
                font-size: 1.25rem;
            }

            .aion-blog__meta {
                flex-wrap: wrap;
            }

            .aion-blog__cta-wrapper {
                margin-top: 40px;
            }

            .aion-blog__explore-btn {
                padding: 14px 36px;
                font-size: 0.938rem;
            }
        }
