@font-face {
    font-family: 'Segoe UI';
    src: url('assets/fonts/SegoeUI/segoeui.eot');
    src: url('assets/fonts/SegoeUI/segoeui.eot?#iefix') format('embedded-opentype'),
         url('assets/fonts/SegoeUI/segoeui.woff') format('woff'),
		 url('assets/fonts/SegoeUI/segoeui.woff2') format('woff2'),
		 url('assets/fonts/SegoeUI/segoeui.ttf') format('truetype'),
         url('assets/fonts/SegoeUI/segoeui.svg#SegoeUI') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe UI Semibold';
    src: url('assets/fonts/SegoeUI/seguisb.eot');
    src: url('assets/fonts/SegoeUI/seguisb.eot?#iefix') format('embedded-opentype'),
         url('assets/fonts/SegoeUI/seguisb.woff') format('woff'),
		 url('assets/fonts/SegoeUI/seguisb.woff2') format('woff2'),
		 url('assets/fonts/SegoeUI/seguisb.ttf') format('truetype'),
         url('assets/fonts/SegoeUI/seguisb.svg#SegoeUISemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe UI Bold';
    src: url('assets/fonts/SegoeUI/segoeuib.eot');
    src: url('assets/fonts/SegoeUI/segoeuib.eot?#iefix') format('eot'), /* Wrong format will tell IE9+ to ignore and use WOFF instead. MSHAR-2822 */
         url('assets/fonts/SegoeUI/segoeuib.woff') format('woff'),
		 url('assets/fonts/SegoeUI/segoeuib.woff2') format('woff2'),
		 url('assets/fonts/SegoeUI/segoeuib.ttf') format('truetype'),
         url('assets/fonts/SegoeUI/segoeuib.svg#SegoeUIBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe UI Light';
    src: url('assets/fonts/SegoeUI/segoeuil.eot');
    src: url('assets/fonts/SegoeUI/segoeuil.eot?#iefix') format('embedded-opentype'),
         url('assets/fonts/SegoeUI/segoeuil.woff') format('woff'),
		 url('assets/fonts/SegoeUI/segoeuil.woff2') format('woff2'),
		 url('assets/fonts/SegoeUI/segoeuil.ttf') format('truetype'),
         url('assets/fonts/SegoeUI/segoeuil.svg#SegoeUILight') format('svg');
    font-weight: normal;
    font-style: normal;
}



/*===============================================

Template Name: Itsoft - IT Solutions & Services HTML5 Template
Version: 0.1
 
================================================*/

/*TABLE OF CONTENTS*/
/*=====================
01. Itsoft Header Top Area CSS
02. Itsoft Header middle section style
03. Itsoft Hero Section Style
04. Itsoft Nivo Slider Area Css
05. Itsoft Start Tabs Section
06. Itsoft Feature Section
07. Itsoft Start About Section
08. Itsoft Start Skills section
09. ITsoft Start Video Section
10. Itsoft Start Brand Section
11. Itsoft Start Services Section
12. Itsoft Start Why Choose Us Section
13. Itsoft Start Portfolio Section
14. Itsoft Start Fun-Fact Section
15. Itsoft Start Team Section
16. Itsoft Start Appoinment Section
17. Itsoft Start Case Study Section
18. Itsoft Start Process Section
19. Itsoft Start Call Do Action Section
20. Itsoft Start Testimonial Section
21. Itsoft Start Blog Section
22. Itsoft Start Subscribe Section
23. Itsoft Start Footer Section
24. Itsoft Start Footer Copyright Section
25. Itsoft Start Breadcumb area style
26. Itsoft Start Pricing Section Style
27. Itsoft Start Case Study Details
25. techno Team Details Area Css

=======================*/

ol{
	margin: 0!important;
	padding: 0 !important;
}

/*------Itsoft Header Top Area CSS--------*/
.container {
  padding-left: 0;
  padding-right: 0;
}
.header-top-area .align-items-center{
  padding: 11px 0;
}
.header-top-area {
  background: #252628;
  overflow: hidden;
  position: relative;
}
.header-top-area::before {
  content:"";
  height: 100%;
  width: calc(50% - 600px + 840px);
  background: #f37a6f;
  position: absolute;
  top: 0;
  left: -20px;
  transform: skew(-25deg);
}
.header-top-area .container {
	padding:0 10px;
}
.header-top-left-items {
	white-space: nowrap;
}
.header-top-left-single-item {
  display: inline-block;
  margin-right: 15px;
}

.header-top-left-single-item:hover{
	color: #2d3669;
}

.header-top-left-single-item > a .header-top-left-icon i:hover,
.header-top-left-single-item a:hover{
	color: #2d3669;
}
.header-top-left-single-item a {
  color: #fff;
  font-size: 15px;
}
.header-top-left-single-item a:hover span,
.header-top-right-icon-area a:hover span {
	text-decoration:underline;
}
.header-top-left-icon i,
.header-top-right-icon-area i {
  margin-right: 8px;
}
.header-top-left-icon i.fa-phone {
  transform: rotate(90deg);
}
.header-top-right-items ul {
  text-align: right;
}
.header-top-right-icon-area ul li {
  display: inline-block;
  margin-left:8px;
}
.header-top-right-icon-area ul li a {
  color: #fff;
  font-size: 15px;
}
.header-top-right-icon-area ul li a span { 
	margin-right:10px;
}
.header-top-right-icon-area ul li a i.fa-arrows-alt-h,
.header-top-right-icon-area ul li a i.fa-window-restore { 
  margin-right:10px;
}
.header-search-icons i {
  font-size: 18px;
  color: #fff;
  cursor: pointer;
}
/*header top menu area style two*/
.header-top-area.style-two:before {
    content: "";
    height: 100%;
    width: 46%;
    background: #f37a6f;
    position: absolute;
    top: 0;
    right: -20px!important;
    transform: skew(41deg);
    left: inherit;
}
/*.align-items-center{
	align-items: stretch !important; 
}*/
.header-top-area.style-two .align-items-center {
    padding: 14px 0;
}
.header-top-area.style-two .header-top-right-icon-area ul li {
    margin-left: 34px;
}
/*-----Itsoft Header middle section style------*/
header {
  background:#fff;
}
/*.logo {
  position: absolute;
}*/
.itsoft_nav_manu {
  display: flex;
  justify-content: space-between;
  padding: 0;
}
.header-style-two .itsoft_nav_manu {
  padding: 35px 0;
}
.itsoft_nav_manu div.itsoft_menu ul{
  /*display: inline-block;*/
  margin:0;
}
.itsoft_nav_manu div.itsoft_menu ul li{
  display: inline-block;
}


.menu-toggle{
  display: none;
}
.menu-toggle .open_bar,
.menu-toggle .close_bar {
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  right: 30px;
  position: absolute;
  top: 16px;
  cursor: pointer;
}
.menu-toggle .close_bar{
  display: none;
}
.menu-toggle.closee .open_bar{
  display: none !important;
}
.menu-toggle.closee .close_bar{
  display: block !important;
}
.logo-txt::before {
  content:"ITSOFT";
  text-transform: uppercase;
  color:#fff;
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  top:17px;
  left:20px;
  display:none;
}
.itsoft_nav_manu div.itsoft_menu ul li a span i {
  display: none;
}
.mm-social-icon {
  text-align: center;
  margin-top: 40px;
}
.mm-social-icon span{
  padding: 0 22px;
}
.mm-social-icon a {
  color: #f37a6f;
  background: transparent;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  position: absolute;
  border: 1px solid #f37a6f;
  border-radius: 5px;
  transition:.3s;
}
.mm-social-icon a:hover {
  color: #fff;
  background: #f37a6f;
  border: 1px solid #f37a6f;

}

/*-----Header middle section style ------*/
.logo img:nth-child(2){
  display: none;
}
.itsoft_nav_manu{
  padding: 5px 0 !important;
}
.itsoft_nav_manu div.itsoft_menu ul li a {
  /*margin: 30px 5px;
  padding-bottom: 35px;*/
  font-family: 'Segoe UI Bold', sans-serif;
  font-size: 18px;
  color: #232323;
  transition: .1s;
}
.itsoft_nav_manu div.itsoft_menu ul li a span {
	font-family: 'Segoe UI Semibold', sans-serif !important;
}
.itsoft_nav_manu div.itsoft_menu ul li a.nav-call-now span {
	font-family: 'Segoe UI Bold', sans-serif !important;
}
.itsoft_nav_manu div.itsoft_menu ul li:hover a {
  color: #f37a6f;
}
.itsoft_nav_manu div.itsoft_menu ul li a i {
	color: #888;
    background: transparent;
    font-size: 14px;
    margin-left: 5px;
}
/*.itsoft_nav_manu div ul li:hover a i {
  color: #f37a6f;
  opacity: .5;
}*/
.itsoft_nav_manu.style-two{
    padding: 37px 0 !important;
}
/*div.itsoft_menu {
    text-align: right;
}*/
.mobile-menu.mean-container {
    overflow: hidden;
}
/*Nav btn*/
.nav-btn a, 
.nav-btn a:focus {
  font-family: 'Segoe UI Bold';
  background: #f37a6f !important;
  border: 1px solid #f37a6f !important;
  border-radius: 5px !important;
  color: #fff !important;
  font-size: 19px !important;
  transition: .3s !important;
  display: inline-block !important;
  /*margin-left: 11px;*/
  margin-left: 10px !important;
  margin-right: 10px !important;
}
.nav-btn a span, 
.nav-btn a:focus span {
	font-family: 'Segoe UI Bold' !important;
}
.nav-btn a i {
	color: #fff !important;
	padding-left: 10px;
	rotate: 180deg;
	font-size:19px !important;
}

.nav-btn a:hover {
  background: #bd2d10 !important;
  border-color: #bd2d10 !important;
	/*
	background: #f37a6f !important;
    border-color: #f37a6f !important;
    color: #fff !important;*/
}
.nav-btn.style-two a {
  background: transparent;
  border: 1px solid #f37a6f;
  color: #f37a6f;
  transition: .5s;
}
.nav-btn.style-two a:hover {
  background: #f37a6f;
  color: #fff;
}
.uk-sticky-fixed .nav-btn.style-two a {
    background: transparent;
    border-color: #fff;
    color: #fff;
}
.uk-sticky-fixed .nav-btn.style-two a:hover {
    background: #fff;
    color: #f37a6f;
}
/*Nav search*/
.nav-search a {
  color: #f37a6f;
  margin-left: 17px;
}
/*Sticky Nav CSS*/
.uk-sticky-fixed {
    background: #f37a6f;
    animation-name: slideInDown;
    animation-duration: 1.3s;
}
.uk-sticky-fixed .logo img:nth-child(1){
  display: none;
}
.uk-sticky-fixed .logo img:nth-child(2){
  display: block;
}
.uk-sticky-fixed div.itsoft_menu ul li a {
  color: #fff;
}
.uk-sticky-fixed div.itsoft_menu ul li:hover a {
  color: #fff;
}
.uk-sticky-fixed div.itsoft_menu ul li a i {
  background: transparent;
  color:#ffb3b3;
  font-size: 14px;
}
.uk-sticky-fixed div.itsoft_menu ul li a:hover {
  color: #fff;
}
.uk-sticky-fixed .nav-btn a {
  background: #fff;
  border-color: #f37a6f;
  color:#f37a6f;
}
.uk-sticky-fixed .nav-btn a:hover {
  background: #fff;
  border-color: #f37a6f;
}
.uk-sticky-fixed div.itsoft_menu ul li:hover a i {
  opacity: 1;
  color: #ccc;
}
.uk-sticky-fixed .nav-search a {
  color: #fff;
}
/*sticky*/
.sticky {
    left: 0;
    margin: auto;
    position: fixed !important;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 1px 10px 3px rgba(34, 37, 43, 0.4);
    /*background: #f37a6f!important;*/
	background: #2d3669 !important; 
    transition: .5s;
    z-index: 9999;
	padding: 0 !important;
}
.sticky .navbar-default .navbar-toggle .icon-bar { 
	background-color: #f37a6f;
}
.sticky .logo img:nth-child(1) {
    display: none;
}
.sticky .logo img:nth-child(2) {
    display: block;
}
.itsoft_nav_manu.sticky div.itsoft_menu ul li a {
    color: #fff !important;
}
.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover { 
	background-color: transparent;
}
.itsoft_nav_manu.sticky div.itsoft_menu ul li a i {
    color: #fff !important;
}
.itsoft_nav_manu.sticky .nav-btn a {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}
.itsoft_nav_manu.sticky .nav-btn a:hover{
  background: #bd2d10 !important;
  
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #f37a6f;
}

.navbar-default .navbar-toggle {
    border-color: #f37a6f;
}
/* ==========================================
start search Popup Css
=========================================*/
.search-popup{
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    margin-top: -540px;
    transform: translateY(-100%);
    background-color: rgba(0,0,0,0.90);
    -webkit-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
}
.search-popup{
    width: 100%;
}
.search-active .search-popup{
    transform: translateY(0%);
    margin-top: 0;
}
.search-popup .close-search {
    position: absolute;
    left: 0;
    right: 0;
    top: 75%;
    margin: 0 auto;
    margin-top: -200px;
    border-radius: 50%;
    text-align: center;
    background-color: #f37a6f;
    width: 70px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    border-bottom: 3px solid #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    opacity: 0;
    visibility: hidden;
    height: 70px;
    line-height: 70px;
    text-align: center;
}
.search-popup .close-search i{
    position: relative;
    font-size: 30px;
    color: #ffffff;
}
.search-active .search-popup .close-search{
    visibility: visible;
    opacity: 1;
    top: 50%;
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}
.search-popup form{
    position: absolute;
    max-width: 700px;
    top: 50%;
    left: 15px;
    right: 15px;
    margin:-35px auto 0;
    transform: scaleX(0);
    transform-origin: center;
    background-color: #111111;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.search-active .search-popup form{
    transform: scaleX(1);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}
.search-popup .form-group{
    position:relative;
    margin:0px; 
    overflow: hidden;
}
.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"]{
    position:relative;
    display:block;
    font-size:18px;
    line-height: 50px;
    color:#000000;
    height:70px;
    width:100%;
    padding: 10px 30px;
    background-color: #ffffff;
    -webkit-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
    font-weight:500;
    text-transform:capitalize;
}
.search-popup .form-group input[type="submit"], .search-popup .form-group button {
    position: absolute;
    right: 30px;
    top: 0px;
    height: 70px;
    line-height: 70px;
    background: transparent;
    text-align: center;
    font-size: 24px;
    color: #000000;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: none;
}
.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover{
    color: #000000;
}
.search-popup input::placeholder,
.search-popup textarea::placeholder{
    color:#000000;
}
.search-popup .close-search.style-two{
    position: absolute;
    right: 25px;
    left: auto;
    color:#ffffff;
    width:auto;
    height:auto;
    top:25px;
    margin:0px;
    border:none;
    background:none !important;
    box-shadow:none !important;
    -webkit-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
}
.search-popup .close-search.style-two i{
    font-size:20px;
    color:#ffffff;
}
.header-src-btn {
    float: right;
    position: relative;
    margin-top: -27px;
}
.search-box-btn.search-box-outer {
    margin-top: 27px;
    margin-left: 11px;
}
.search-box-btn.search-box-outer i {
    font-size: 18px;
    color: #f37a6f;
    cursor: pointer;
}
.uk-sticky-fixed .search-box-btn.search-box-outer i {
    background: transparent!important;
    color: #fff;
}
/*------ Header middle sub-menu section style--------*/
.itsoft_nav_manu ul li{
  /*position: relative;*/
}
.itsoft_nav_manu .sub-menu {
    position: absolute;
    top: 100px;
    left: 0px;
    background: #fff;
    transition: .5s;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    padding: 25px 0px 25px 5px;
    z-index: 22;
    /*opacity: 0;
    visibility: hidden;*/
}
.itsoft_nav_manu ul li:hover .sub-menu {
  top: 52px;
  visibility: visible;
  opacity: 1;
}
.itsoft_nav_manu .sub-menu {
  width: 230px;
}
.itsoft_nav_manu .sub-menu li {
  position: relative;
  line-height: 2;
  display: block;
  text-align: left;
  transition:.3s;
  padding-bottom: 5px;
  cursor: pointer;
}
/*.itsoft_nav_manu .sub-menu li a::after{
  content:"";
  position: absolute;
  left: -10px;
  top: 50%;
  height:1px;
  width: 15px;
  background: #f37a6f;
  visibility: hidden;
  opacity: 0;
  transition:.3s;
}*/
.itsoft_nav_manu .sub-menu li:hover{
  margin-left: 5px;
}
.itsoft_nav_manu .sub-menu li:hover a{
  color: #f37a6f !important;
}
.itsoft_nav_manu .sub-menu li:hover a i{
   color: #f37a6f !important;
}
.itsoft_nav_manu .sub-menu li:hover a::after{
  visibility: visible;
  position: absolute;
  left: -5px;
  opacity: 1;
}
.itsoft_nav_manu .sub-menu li a{
  font-family: "Rubik",Sans-serif;
  font-size: 14px;
  color: #232323 !important;
  padding-left: 10px;
  cursor: pointer;
  transition: .3s;
}
.itsoft_nav_manu .sub-menu li a i{
  color: #555 !important;
  background: #fff !important;
  transition: .3s;
}
/*------  header inner sub-menu section style--------*/

.itsoft_nav_manu .inner-sub-menu{
  width: 235px;
  position: absolute;
  top: 80px;
  left: 225px;
  background: #fff;
  transition: .3s;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  padding: 25px 20px 25px 5px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}
.itsoft_nav_manu .sub-menu li:hover .inner-sub-menu {
    position: absolute;
    top: -5px;
    left: 220px;
    opacity: 1;
    visibility: visible;
}
.itsoft_nav_manu .inner-sub-menu li{
  position: relative;
  line-height: 2;
  display: block;
  text-align: left;
  transition:.3s;
  padding-bottom: 5px;
  cursor: pointer;
}
.itsoft_nav_manu .sub-menu .inner-sub-menu li a::after{
  content:"";
  position: absolute;
  left: -10px;
  top: 50%;
  height:1px;
  width: 15px;
  background: #f37a6f;
  visibility: hidden;
  opacity: 0;
  transition:.3s;
}
.itsoft_nav_manu .sub-menu .inner-sub-menu li:hover a::after{
  visibility: visible;
  position: absolute;
  left: -5px;
  opacity: 1;
}
.itsoft_nav_manu .sub-menu .inner-sub-menu li a {
    font-family: "Rubik",Sans-serif;
    font-size: 14px;
    color: #232323 !important;
    padding-left: 10px;
    cursor: pointer;
    transition: .3s;
    text-transform: capitalize;
}
.itsoft_nav_manu .sub-menu .inner-sub-menu li:hover a{
 color: #f37a6f !important;
}
.style-2.color-2 li i{
 color: #f37a6f;
}
.uk-sticky-fixed .style-2.color-2 li i{
 color: #fff;
}
/*-------------
========Start Itsoft Hero Section Style
---------------*/
.hero-section {
  background: url(assets/images/hero/hero-bg.jpg) no-repeat center/cover;
  position: relative;
  overflow: hidden;
  height:700px;
}
.hero-content-area h4 {
    font-size: 19px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-top: 2px solid #f37a6f;
    display: inline-block;
    margin-bottom: 28px;
	padding: 0 15px;
}
.hero-content-area h1 {
	font-size: 60px;
	line-height: 1.2;
}
.hero-content-area p {
    font-size: 20px;
    width: 55%;
    margin: 32px 0 45px 0;
}
.btn-common {
 display: inline-block;
 padding: 0 15px;
}
.btn-common a {
  color: #fff;
  font-size: 19px;
  background: #f37a6f;
  padding: 15px;
  border: 1px solid #f37a6f;
  border-radius: 5px;
  transition: .3s;
  /*text-transform: capitalize;*/
  font-family: 'Segoe UI Bold';
  white-space: nowrap;
  display: inline-block;
  line-height: 20px;
}
.btn-common i{
  margin-left: 3px;
}
.btn-common a:hover{
  background: #bd2d10 !important;
  border: 1px solid #bd2d10;
  color: #fff;
}
.hero-thumb-inner {
    position: absolute;
    bottom: 0;
    right: 250px;
}
.hero-thumb-inner img {
    width: 660px;
}
/*==========================
        Shape one
==========================*/
.hero-shape-one {
  position: absolute;
  left: -70px;
  top: 80px;
  z-index: 1;
}
.rotateme {
  animation-name: rotateme;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes rotateme{
  0%{ 
    transform:rotate(0deg);
   }
  25%{ 
    transform:rotate(90deg);
   }
  50%{ 
    transform:rotate(180deg);
   }
  100%{
     transform:rotate(360deg);
  }
}
.hero-shape-two {
  position: absolute;
  left: 200px;
  top: 200px;
  z-index: 1;
}
.hero-shape-three {
  position: absolute;
  left: 212px;
  top: 351px;
  z-index: 1;
}
.alltuchtopdown {
  animation-name: alltuchtopdown;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes alltuchtopdown{
  0%{ 
   top: 351px;
   }
  25%{
   top: 341px;
  }
  50%{
    top: 351px;
  }
  75%{
     top: 361px;
  }
   100%{
     top: 351px;
  }
}
/*==========================
=========== Hero  section video
==========================*/
.video-icon {
  display: inline-block;
}
.hero-section .video-icon {
  margin-left: 25px;
}
.video-icon a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    position: relative;
    color: #fff;
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-blue 1s linear infinite;
    -webkit-transition: .5s;
    transition: .5s;
    background: #f37a6f;
    font-size: 28px;
    z-index: 1;
}

@-webkit-keyframes ripple-blue {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.3), 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3);
        box-shadow: 0 0 0 0 rgba(255,255,255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0)
    }
}

@keyframes ripple-blue {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.3), 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3);
        box-shadow: 0 0 0 0 rgba(255,255,255, 0.3), 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3), 0 0 0 30px rgba(255,255,255, 0);
        box-shadow: 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3), 0 0 0 30px rgba(255,255,255, 0)
    }
}

/*-----------------
================ Start banner section
-------------------*/
.banner-section {
    background: url(assets/images/hero/it-startup.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 880px;
    position: relative;
}
.banner-content h4 {
    font-size: 19px;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 2px;
    border-top: 2px solid #f37a6f;
    margin: 0 0 24px;
}
.banner-content h1 {
    font-size: 60px;
    margin: 0;
}
.banner-content h2 {
    font-size: 60px;
    margin: 0;
    line-height: 1.1;
}
.banner-content p {
    font-size: 20px;
    width: 57%;
    margin: 34px 0 43px;
}
.banner-section .video-icon {
    display: inline-block;
    margin-left: 22px;
}
.banner-btn{
  position: relative;
  display: inline-block;
}
.banner-btn a {
    background: #f37a6f;
    display: inline-block;
    padding: 14px 33px;
    font-size: 17px;
    color: #fff;
    border-radius: 5px;
    transition: .5s;
    border: 2px solid #f37a6f;
}
.banner-btn a:hover {
    color: #f37a6f;
    background: transparent;
    border: 2px solid #f37a6f;
}
.banner-btn a i {
    margin-left: 2px;
}
.shape-img {
    position: absolute;
    z-index: 1;
}
.shape-img.img1 {
    bottom: 0;
    top: 40%;
}
.shape-img.img2 {
    bottom: 0;
    left: 34%;
    top: 76%;
    animation: moveLeftBounce 3s linear infinite;
}
.shape-img.img3 {
    bottom: 0;
    left: 50%;
    animation: moveLeftBounce 3s linear infinite;
}
.shape-img.img4 {
    top: 10%;
    left: 10%;
    animation: animationFramesOne 20s infinite linear;
}
.shape-img.img6 {
    top: 10%;
    left: 30%;
    animation: animationFramesOne 20s infinite linear;
}
.shape-img.img5 {
    top: 57%;
    left: 12%;
}

/*banner animation*/


/* End Saas banner */
/* Shape rotate */

@keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
            transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
            transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
            transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
            transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
}

@-webkit-keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
}

@-webkit-keyframes moveBounce {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes moveBounce {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes moveLeftBounce {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes moveLeftBounce {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}







/*====================================================
--< Itsoft Nivo Slider Area Css -->
======================================================*/
.nivo_slider_area {
  position: relative;
}
.nivo-caption {
  background: rgba(0, 0, 0, 0.0);
  height: 100%;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.em_slider_inner {
  margin: auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9999;
}

/* slider title */
.em-slider-title {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 23px;
  text-transform: uppercase;
}
.em-slider-main-title {
  color: #fff;
  font-size: 72px;
  font-weight: 800;
  margin: 0;
  text-transform: uppercase;
  line-height: 1.1;
}
.em-slider-sub-title {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}
.em-slider-text {
  width: 46%;
}
.em-nav-slider-title-center {
  color: #fff;
  font-size: 55px;
  font-weight: 800;

}
.em-nav-slider-title-centerspan{
  color: #0c5adb;
}
.em-slider-up-title {
  font-size: 38px;
  color: #fff;
  font-weight: 300;
  padding-bottom: 8px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.em-slider-sub-em-title {
  font-size: 24px;
  color: #fff;
  font-weight: 500;
}
.em-slider-descript {
  font-size: 17px;
  margin-bottom: 20px;
  width: 59%;
  z-index: 999;
  font-weight: 400;
  color: #ddd;
  margin-top: 10px;
}
.text-left .em-slider-descript {
  margin-left: 0;
  margin-right: auto;
}

.text-center .em-slider-descript {
  margin: 11px auto 28px;
}
.text-right .em-slider-descript {
  margin-right: 0;
  margin-left: auto;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
/* slider button */
.em-slider-button.wow.bounceInUp.em-button-button-area.animated {
  padding-top: 19px;
}
.em-button-button-area a {
  border: 1px solid #ccc;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  margin-right: 10px;
  margin-top: 12px;
  padding: 15px 41px;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  z-index: 999;
  letter-spacing: 1px;
  border-radius: 5px;
}
a.em-active-button {
  background: #f37a6f;
  border-color: #f37a6f;
}
.em-button-button-area a:hover {
  color: #fff;
  background: #f37a6f;
  border-color: #f37a6f;
}

a.em-active-button:hover {
  background: transparent;
  border-color: #fff;
}

.em-slider-half-width {
  width: 50%;
}

.em-slider-left {
  padding-right: 30px;
}

.em-slider-right {
  padding-left: 30px;
}

.em-slider-full-width {
  width: 85%;
}

.em-slider-half-width .em-slider-descript {
  width: 100%;
}

/* directionNav */
.em-nivo-slider-wrapper .nivo-directionNav a {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 75px;
  width: 50px;
  line-height: 68px;
  text-align: center;
  display: block;
  border-radius: 50%;
  color: #0c5adb;
  font-size: 40px;
  left: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  border-radius: 0;
  background: #fff;
  margin-right: 30px;
}
.em-nivo-slider-wrapper .nivo-directionNav .nivo-nextNav {
  left: auto;
  right: 0;
}
.em-nivo-slider-wrapper .nivo-directionNav a:hover {
  background: #f37a6f;
  border-color: #f37a6f;
  color: #fff;
}
.em-nivo-slider-wrapper:hover .nivo-directionNav a {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
  left: 50px;
}

.em-nivo-slider-wrapper:hover .nivo-directionNav .nivo-nextNav {
  left: auto;
  right: 50px;
}
/* controlNav */

.em-nivo-slider-wrapper .nivo-controlNav {
  bottom: 50px;
  padding: 0;
  position: absolute;
  width: 100%;
  z-index: 9;
  display: none;
}

.em-nivo-slider-wrapper .nivo-controlNav a {
  background: #000 none repeat scroll 0 0;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  height: 25px;
  margin: 0 5px;
  width: 25px;
  color: #fff;
  line-height: 25px;
}
.nivo-directionNav a {
  position: absolute;
  top: 45%;
  z-index: 9;
  cursor: pointer;
  font-size: 30px;
  color: #f37a6f;
  background: #fff;
  padding: 15px 15px;
  opacity: 0;
}
.em-nivo-slider-wrapper .nivo-controlNav a:hover,
.em-nivo-slider-wrapper .nivo-controlNav a.active {
  background: #FFA700 none repeat scroll 0 0;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.cd-headline.clip span {
  display: inline-block;
  padding: 0 0 0;
}
.cd-headline.clip span b{
  display:inline-block;
  color:#fff;
  text-transform:uppercase;
}
.nivo-controlNav {
  position: relative;
  top: -65px;
  z-index: 9;
  display: none;
}

/************** Schedule Call CSS *******************/
.ribbon::after, .ribbon::before {
    border: 5px solid #f37a6f !important;
}

.ribbon span {
    background-color: #f37a6f !important;
}

.mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
    color: #f37a6f !important;
}

.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after, .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after {
    color: #f37a6f !important;
}

apollo-booking .highlight-date .mat-calendar-body-cell-content.mat-focus-indicator, apollo-reschedule-booking .highlight-date .mat-calendar-body-cell-content.mat-focus-indicator, apollo-manage-booking .highlight-date .mat-calendar-body-cell-content.mat-focus-indicator {
    background: #f37a6f !important;
    border: 1px solid #f37a6f !important;
}
/*====================================================
 carousel slider
======================================================*/
.carousel-slider-section {
  position: relative;
}
.carousel-slider-section .container-fluid {
  padding:0;
}
.carousel-slider {
  background: url(assets/images/slick/ss-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right bottom;
  height: 800px;
}
.carousel-slider > * {
	height:100%;
}
.carousel-slider .carousel-slider-content {
	margin-top:35px;
}
.carousel-slider-content h5 {
  font-size: 50px;
  font-family: 'Segoe UI Bold' !important;
  text-transform: capitalize;
  margin: 0;
  color: #2d3669;
  max-width:770px;
  padding: 0 15px;
}
.carousel-slider-content p {
  width: 60%;
  font-size: 22px;
  padding-bottom: 10px;
  padding: 0 15px;
  margin-top: 10px;
  margin-bottom: 40px;
}
.carousel-thumb {
  position: relative;
}
.carousel-thumb-inner {
  position: absolute;
  right: -150px;
  bottom: -237px;
}
.carousel-thumb-inner img {
  width: 586px;
}
.carousel-slider-content h1, .carousel-slider-content h2 {
  font-size: 23px;
  letter-spacing: 2px;
  display: inline-block;
  margin-bottom: 25px;
  padding: 0 15px;
}
.btn-common.btn-carousel-slider-2 {
  margin-left: 25px;
}
.btn-common.btn-carousel-slider-2 a {
  background: transparent;
  color: #f37a6f;
}
.btn-common.btn-carousel-slider-2:hover a {
  background:#f37a6f;
  color: #fff;
  border-color:#f37a6f; 
}
.video-icon .carousel-video{
 margin-right: 30px;
}
.carousel-slider .video-icon p {
  width: 100%;
  margin-top: 10px;
}
.owl-nav {
  position: relative;
}
.owl-prev, .owl-next{
  position: absolute;
  top: -400px;
  color: #fff;
  background: #f37a6f;
  padding: 13px 10px;
  font-size: 30px;
  border-radius: 3px;
  transition:.3s;
  opacity:0;
}
.owl-prev {
  left: 0;
}
.owl-next {
  right: 0;
}
.carousel-slider-section:hover .owl-prev {
 left: 30px;
 opacity: 1;
}
.carousel-slider-section:hover .owl-next {
 right: 30px;
 opacity: 1;
}
/*Carousel Slider Style Two*/
.carousel-slider-section.style-two .carousel-slider {
  height: 680px;
}
.carousel-slider-section.style-two .carousel-slider-content {
    position: relative;
    background: #FFF;
    width: 100%;
    padding: 24PX 40px 52px;
    max-width: 560px;
    border-radius: 5px;
    box-shadow: 0.125rem 0.25rem 1.25rem 0.0875rem rgba(45,45,45,.13);
}
.carousel-slider-section.style-two .carousel-slider-content h1,
.carousel-slider-section.style-two .carousel-slider-content h2 {
  font-size: 45px;
  text-transform: capitalize;
}
.carousel-slider-section.style-two .carousel-slider-content p {
  width: 100%;
  font-size: 16px;
  margin-top: 32px;
}
.carousel-slider-section.style-two .btn-common a {
  padding: 17px 35px;
}
.carousel-slider-section.style-two .btn-common a:hover {
    border-color: #f37a6f;
}
.carousel-slider-section.style-two .common-video {
    display: inline-block;
    margin-left: 20px;
}
.carousel-slider-section .owl-prev,
.carousel-slider-section .owl-next{
    padding: 0;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    background:#f37a6f!important;
}
.carousel-slider-section .owl-prev:hover,
.carousel-slider-section .owl-next:hover {
    background: #5164ae!important;
}
/*carousel slider section style two*/
.carousel-slider-section.style-two .owl-next{
  background:#f37a6f!important;
}
.carousel-slider-section.style-two .owl-next:hover {
    background: #5164ae!important;
}
/*Carousel Slider Style Three*/
.carousel-slider-section.style-three .carousel-slider {
    height: 850px;
}
.carousel-slider .layer-image  {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 6000ms linear;
    -moz-transition: all 6000ms linear;
    -ms-transition: all 6000ms linear;
    -o-transition: all 6000ms linear;
    transition: all 6000ms linear;
    z-index: -1;
}
.slider-carousel .active .carousel-slider .layer-image  {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}
.carousel-slider-section.style-three .carousel-slider-content h4 {
    font-family: Montserrat;
    font-size: 60px;
    font-weight: 300;
    text-transform: capitalize;
    letter-spacing: 3px;
    margin-bottom: 0;
}
.carousel-slider-section.style-three .carousel-slider-content h1 {
    font-family: Montserrat;
    font-size: 90px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: capitalize;
    line-height: 1;
    color: #fff!important;
}
.carousel-slider-section.style-three .carousel-slider-content h2 {
    font-family: Montserrat;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 70px;
}
.carousel-slider-section.style-three .btn-common a {
    padding: 17px 38px;
}
.carousel-slider-section.style-three .btn-common.btn-carousel-slider-2 a {
    background: #fff;
    border-color: #fff;
}
.carousel-slider-section.style-three .btn-common.btn-carousel-slider-2 a:hover {
    background: #f37a6f;
    border-color: #f37a6f;
}
.carousel-slider-section.style-three .carousel-slider-content h2 {
    color: #fff!important;
}
.carousel-slider-section.style-three .owl-prev, .carousel-slider-section.style-three .owl-next {
    padding: 0;
    text-align: center;
    border-radius: 50%;
    background:#f37a6f!important;
    transition: .7s;
}
.carousel-slider-section.style-three .owl-prev:hover{
  background:#5164ae!important;
}
.carousel-slider-section.style-three .owl-next:hover{
  background:#5164ae!important;
}
/*carousel slider area style four*/
.carousel-slider.style-four  {
    background: url(assets/images/slick/ss-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 960px;
}
.carousel-slider.style-four .carousel-slider-content h4 {
    font-size: 19px;
    text-transform: uppercase;
    border-top: 2px solid #f37a6f;
    display: inline-block;
    color: #232323;
    letter-spacing: 2px;
    margin: 0 0 26px;
}
.carousel-slider.style-four .carousel-slider-content h1, .carousel-slider-content h2 {
    text-transform: capitalize;
    color: #232323;
    line-height: 1.2;
}
.carousel-slider.style-four .carousel-slider-content p {
    color: #6d6d6d;
    margin: 31px 0 0;
}
.carousel-slider.style-four .carousel-slider-content span {
    display: inline-block;
    top: -13px;
    position: relative;
    color: #333;
    font-size: 18px;
}
.carousel-slider.style-four .rs-video {
    top: -42px;
    margin-right: 86px;
    left: 31px;
}
.carousel-slider.style-four .rs-video .animate-border .video-vemo-icon {
    background: #f37a6f;
    width: 50px;
    height: 50px;
    line-height: 50px;
}
.carousel-slider.style-four .animate-border a i {
    color: #fff;
}
.carousel-slider.style-four .rs-video .animate-border .video-vemo-icon:before {
    border: 2px solid #f37a6f;
    width: 110px;
    height: 110px;
}
.carousel-slider.style-four .rs-video .animate-border .video-vemo-icon:after {
    border: 2px solid #f37a6f;
    width: 110px;
    height: 110px;
}
/*carousel slider style five*/
.carousel-slider.style-five{
    background: url(assets/images/slick/ss-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 960px;
}
.carousel-slider.style-five .carousel-slider-content h4 {
    font-size: 19px;
    text-transform: uppercase;
    border-top: 2px solid #f37a6f;
    display: inline-block;
    color: #232323;
    letter-spacing: 2px;
    margin: 0 0 26px;
}
.carousel-slider.style-five .carousel-slider-content h1, .carousel-slider-content h2 {
    text-transform: capitalize;
    color: #232323;
    line-height: 1.2;
}
.carousel-slider.style-five .carousel-slider-content p {
    color: #6d6d6d;
    margin: 31px 0 0;
}
.carousel-slider.style-five .carousel-slider-content span {
    display: inline-block;
    top: -13px;
    position: relative;
    color: #333;
    font-size: 18px;
}
.carousel-slider.style-five .rs-video {
    top: -42px;
    margin-right: 86px;
    left: 31px;
}
.carousel-slider.style-five .rs-video .animate-border .video-vemo-icon {
    background: #f37a6f;
    width: 50px;
    height: 50px;
    line-height: 50px;
}
.carousel-slider.style-five .animate-border a i {
    color: #fff;
}
.carousel-slider.style-five .rs-video .animate-border .video-vemo-icon:before {
    border: 2px solid #f37a6f;
    width: 110px;
    height: 110px;
}
.carousel-slider.style-five .rs-video .animate-border .video-vemo-icon:after {
    border: 2px solid #f37a6f;
    width: 110px;
    height: 110px;
}
/* carousel slider style six owl nav*/
.carousel-slider-section.style-six .owl-prev, .carousel-slider-section.style-six .owl-next {
    border-radius: 3px;
    background: rgba(0,0,0,0.4)!important;
}
.carousel-slider-section.style-six .owl-prev{
    background: rgba(0,0,0,0.4);
}
.carousel-slider-section.style-six .owl-next {
    background: rgba(0,0,0,0.4);
}
.carousel-slider-section.style-six .owl-prev:hover{
    background:#f37a6f!important;
}
.carousel-slider-section.style-six .owl-next:hover{
      background:#f37a6f!important;
}
/* carousel slider style seven*/
.carousel-slider.style-seven .carousel-slider-content p {
    margin: 31px 0 0;
}
/* carousel slider style eight*/
.carousel-slider.style-eight p.active {
    margin-top: 31px;
}
/* carousel slider style nine*/
.carousel-slider-section.style-nine .carousel-slider2 {
    height: 850px;
}
 .carousel-slider2 .layer-image  {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 6000ms linear;
    -moz-transition: all 6000ms linear;
    -ms-transition: all 6000ms linear;
    -o-transition: all 6000ms linear;
    transition: all 6000ms linear;
    z-index: -1;
}
 .slider-carousel2 .active .carousel-slider2 .layer-image  {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}
.carousel-slider-section.style-nine .carousel-slider-content h4 {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 2px;
    border-top: 1px solid#fff;
    display: inline-block;
    margin-bottom: 8px;
}
.carousel-slider-section.style-nine .carousel-slider-content h1, .carousel-slider-content h2 {
    text-transform: inherit;
    font-weight: 600;
}
.carousel-slider-section.style-nine .carousel-slider-content p {
    width: 49%;
    font-size: 16px;
    margin: 15px 0 0;
    line-height: 1.7;
    color: #D8D8D8;
}
.carousel-slider-section.style-nine .btn-common a {
    font-size: 15px;
    background: #232323;
    padding: 20px 33px;
    border: 1px solid #232323;
    border-radius: 0;
    transition: .3s;
}
.carousel-slider-section.style-nine .btn-common.btn-carousel-slider-2 a {
    background: transparent;
    padding: 20px 33px;
    border: 1px solid #fff;
    color: #fff;
}
.carousel-slider-section.style-nine .btn-common a:hover{
  background: #fff;
  border-color: #fff;
}
.carousel-slider-section.style-nine .btn-common.btn-carousel-slider-2 a:hover{
  background: #232323;
  border-color: #232323;
}
/*owl nav*/
.carousel-slider-section.style-nine .owl-prev, .carousel-slider-section.style-nine .owl-next {
    padding: 0;
    text-align: center;
    border-radius: 50%;
    background: transparent!important;
    transition: .7s;
}
.carousel-slider-section.style-nine:hover .owl-prev {
    left: 135px;
    opacity: 1;
}
.carousel-slider-section.style-nine:hover .owl-next{
    right: 135px;
    opacity: 1;
    background: transparent!important;
}
.carousel-slider-section.style-nine .owl-prev i span {
    font-size: 16px;
    margin-left: 20px;
    position: relative;
    top: -6px;
}
.carousel-slider-section.style-nine .owl-prev:hover, .carousel-slider-section.style-nine .owl-next:hover {
    background: none;
}
.carousel-slider-section.style-nine .owl-next span {
    font-size: 16px;
    position: relative;
    left: -20px;
    top: -5px;
}
/*.carousel-slider-section style-ten*/
.carousel-slider-section.style-ten .carousel-slider2{
    height: 850px;
    position: relative;
}
.carousel-slider-section.style-ten .carousel-slider-content h4 {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 2px;
    border-top: 1px solid#f37a6f;
    display: inline-block;
    margin-bottom: 13px;
}
.carousel-slider-section.style-ten .carousel-slider-content h1, .carousel-slider-content h2 {
    text-transform: inherit;
    font-weight: 600;
    font-size: 60px;
    line-height: 1.2;
}
.carousel-slider-section.style-ten .carousel-slider-content span {
    color: #f37a6f;
}
.carousel-slider-section.style-ten .carousel-slider-content p {
    width: 49%;
    font-size: 16px;
    margin: 15px 0 0;
    line-height: 1.7;
    color: #D8D8D8;
}
.carousel-slider-section.style-ten .carousel-btn.two.btn-carousel-slider {
    display: inline-block;
}
.carousel-slider-section.style-ten .carousel-btn a {
    font-size: 15px;
    background: #FB3D00;
    padding: 9px 25px;
    border: none;
    border-radius: 5px;
    transition: .3s;
    position: relative;
    display: inline-block;
    z-index: 1;
    color: #fff;
}
.carousel-slider-section.style-ten .carousel-btn a:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 0%;
    top: 0;
    left: 0;
    background: #fff;
    border-radius: 5px;
    transition: .5s;
    z-index:-1;
    opacity: 0;
}
.carousel-slider-section.style-ten .carousel-btn a:hover:before{
  opacity: 1;
  width: 100%;
}
.carousel-slider-section.style-ten .carousel-btn a:hover i{
  background:#f37a6f!important;
  color:#fff;
}
.carousel-slider-section.style-ten .carousel-btn a:hover{
  color:#f37a6f!important;
}
.carousel-slider-section.style-ten .carousel-btn a i{
    height: 43px;
    width: 43px;
    line-height: 43px;
    background: #fff;
    text-align: center;
    border-radius: 100%;
    color: #f37a6f;
    left: 13px;
    position: relative;
    display: inline-block;
    transition: .5s;
}
.carousel-slider-section.style-ten .btn-common.btn-carousel-slider a:hover i{
  background: #f00;
  color: #fff;
}
/*video section*/
.carousel-slider-section.style-ten .rs-video {
    display: inline-block;
    position: relative;
    top: -49px;
    left: 68px;
}
/*owl nav*/
.carousel-slider-section.style-ten .owl-prev, .carousel-slider-section.style-ten .owl-next {
    padding: 0;
    text-align: center;
    border-radius: 50%;
    background: transparent!important;
    transition: .7s;
}
.carousel-slider-section.style-ten:hover .owl-prev {
    left: 135px;
    opacity: 1;
}
.carousel-slider-section.style-ten .owl-prev i span {
    font-size: 18px;
    margin-left: 21px;
    position: relative;
    top: -5px;
}
.carousel-slider-section.style-ten:hover .owl-next{
    right: 135px;
    opacity: 1;
}
.carousel-slider-section.style-ten.owl-prev i span {
    font-size: 16px;
    margin-left: 20px;
    position: relative;
    top: -6px;
}
.carousel-slider-section.style-ten .owl-prev:hover, .carousel-slider-section.style-ten .owl-next:hover {
    background: none!important;
}
.carousel-slider-section.style-ten .owl-next span {
    font-size: 16px;
    position: relative;
    left: -20px;
    top: -5px;
}
/*slider shape image*/
.carousel-slider-section.style-ten .slider-img {
    position: absolute;
    z-index: -1;
}
.slider-img.shape1 {
    right: 0;
    top: 0;
}
.slider-img.shape4 {
    right: 0;
    top: -44px;
}
.slider-img.shape5 {
    left: 0;
    top: 0;
}
.slider-img.shape3 {
    left: 0;
    top: 9px;
}
.slider-img.shape2 {
    bottom: 136px;
    left: 36%;
    animation: moveLeftBounce 2s linear infinite;
}
.slider-img.shape6 {
    left: -2px;
    top: 0px;
    animation: moveLeftBounce 2s linear infinite;
}
.slider-img.shape7 {
    left: 0px;
    top: -70px;
    animation: moveLeftBounce 2s linear infinite;
}
/*style fourteen*/
.carousel-slider2.style-fourteen .carousel-slider-content h1, .carousel-slider-content h2 {
    font-size: 54px;
}
.carousel-slider2.style-fourteen .carousel-slider-content p {
    width: 91%;
}
.carousel-slider2.style-fourteen .banner-thumb {
    position: relative;
    top: 57px;
}
.carousel-slider2.style-fourteen .rs-video {
    top: -45px;
    left: 66px;
}
/*carousel slier style fiveteen*/
.carousel-slider2.style-fiveteen .carousel-slider-content p {
    width: 81%;
}
/*carousel slider style-forteen*/
.carousel-slider.style-fourteen {
    background: url(assets/images/about2/slider-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height:800px;
    position: relative;
}
.carousel-slider.style-fourteen .carousel-slider-content h5 {
    font-size: 19px;
    border-top: 2px solid #f37a6f;
    margin-bottom: 24px;
    color: #fff;
}
.carousel-slider.style-fourteen .carousel-slider-content h1, .carousel-slider-content h2 {
    font-size: 60px;
    margin: 0;
    text-transform: capitalize;
    line-height: 1.1;
}
.carousel-slider.style-fourteen .btn-common a i {
    margin-left: 8px;
}
/*owl nav*/
.carousel-slider-section.style-fourteen .owl-prev, .carousel-slider-section.style-fourteen .owl-next {
    padding: 0;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    background: transparent!important;
    border: 1px solid#fff;
}
/*carousel slider style fiveteen*/
.carousel-slider.style-fiveteen{
    background: url(assets/images/about2/slider1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 800px;
}
.carousel-slider.style-fiveteen .carousel-slider-content h5 {
    font-size:19px;
    margin-bottom: 25px;
    color: #fff;
}
.carousel-slider.style-fiveteen .carousel-slider-content h1, .carousel-slider-content h2 {
    font-size: 60px;
    margin: 0;
    text-transform: capitalize;
    line-height: 1.1;
}
.carousel-slider.style-fiveteen .carousel-slider-content p {
    width: 100%;
    font-size: 20px;
    color: #fff;
    margin: 23px 0 0;
}
.carousel-slider.style-fiveteen .btn-common a{
    background: #f37a6f;
    padding: 15px 31px;
}
.carousel-slider.style-fiveteen .btn-common a:hover{
  background:#fff;
  color: #f37a6f;
  border-color: #fff; 
}
.carousel-slider.style-fiveteen .btn-common.btn-carousel-slider-2 a {
   padding: 15px 31px;
   background:#fff;
   color: #f37a6f;
   border-color: #fff; 
}
.carousel-slider.style-fiveteen .btn-common.btn-carousel-slider-2 a:hover{
  background: #f37a6f;
  border-color:#f37a6f; 
  color:#fff;
}
.carousel-slider.style-fiveteen .btn-common a i {
    margin-left: 8px;
}
.carousel-slider.style-fiveteen .btn-common.btn-carousel-slider-2 a i {
    margin-left: 8px;
}
/*shape*/
.carousel-slider-section {
    position: relative;
    overflow: hidden;
    z-index:1;
}
.hero-shape1 {
    position: absolute;
    top: 25%;
    z-index: 2;
    right: 0;
}
.hero-shape2 {
    position: absolute;
    top: -55px;
    left: 0;
    z-index: 2;
}
.hero-shape3 {
    position: absolute;
    top: 32%;
    right: 0;
    z-index: 1;
}
.hero-shape4 {
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 1;
}
.hero-shape5 {
    position: absolute;
    left: 0;
    top: 0;
    animation: moveLeftBounce 3s linear infinite;
}
.hero-shape6 {
    position: absolute;
    left: 40%;
    top: 71%;
    animation: moveLeftBounce 3s linear infinite;
}
/*-----------------
================ Start Hero Section Style Two
-------------------*/
.hero-section.style-2{
  background: url(assets/images/hero/hero-bg2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.hero-section.style-2 .video-icon {
	position: absolute;
	top: -140px;
  margin-left: -25px;
}
.hero-section.style-2 .hero-content-area p {
	width: 100%;
	margin: 20px 0 45px 0;
}
/*-----------------
================ Start Hero Section Style Three
-------------------*/
.hero-section.style-3 .hero-thumb-inner {
    bottom: -195px;
    left: -50px;
    right: inherit;
}
.hero-section.style-3  .hero-content-area p {
	width: 100%;
}
.hero-btn-2 a {
  background: #fff;
  color: #f37a6f;
}
.hero-btn-2 a:hover {
  background: #f37a6f;
  color: #fff;
  border-color: #f37a6f;
}
/*-----------------
================ Start Hero Section Style Four
-------------------*/
.hero-section.style-4 {
  background: url(assets/images/hero/hero-s1.jpg) no-repeat center/cover;
}
.hero-section.style-4  .hero-content-area p {
	width: 100%;
}
/*-----------------
================ Start Hero Section Style Six
-------------------*/
.hero-section.style-6{
  background: url(assets/images/hero/hero-bg6.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 850px;
}
.hero-section.style-6 .hero-content-area p {
	width: 100%;
	margin: 20px 0 45px 0;
}
/*hero section style 10*/
.hero-section.style-10{
    background: url(assets/images/about2/home2.png) no-repeat center/cover;
    position: relative;
    overflow: hidden;
    background-position: center center;
    background-size:cover;
    height:920px;
}
.hero-section.style-10 .shape10 {
    position: absolute;
    top: 142px;
    right: 10%;
}
.hero-section.style-10 .hero-content h5 {
    border-top: 2px solid #f37a6f;
    display: inline-block;
    font-size: 19px;
    letter-spacing: 2px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 19px;
}
.hero-section.style-10 .hero-content-area h1 {
    line-height: 1.1;
}
.hero-section.style-10 .hero-content-area p {
    margin: 27px 0 46px 0;
}
.hero-section.style-10 .btn-common a {
    padding: 16px 31px;
    border: 1px solid #f37a6f;
}
.hero-section.style-10 .btn-common a:hover{
  border-color:#fff;
  background:#fff;
  color: #f37a6f;
}
/*hero sevtion style six*/
.hero-section.style-six{
  background: url(assets/images/hero/hero-bg6.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 850px;
}
.hero-section.style-six .hero-content-area p {
    width: 54%;
    margin: 17px 0 45px 0;
}
.hero-section.style-six .hero-content-area h1 {
    font-size: 65px;
    line-height: 1.1;
}
.hero-section.style-six .btn-common a:hover{
    background: #bd2d10;
    color: #fff;
    border-color:#bd2d10;
}
.hero-section.style-six .hero-btn-2 a {
    background: #f37a6f;
    color: #fff;
    padding: 14px 40px;
}
.hero-section.style-six .hero-btn-2 a:hover {
    background:#bd2d10;
    border: 1px solid #bd2d10;
    color: #fff;
}
/*hero sevtion style eigfht*/
.hero-section.style-eight {
    background: url(assets/images/hero/slider-bg.jpg) no-repeat center/cover;
    position: relative;
    overflow: hidden;
    height: 700px;
}
.hero-section.style-eight .hero-content-area h4 {
    color: #f37a6f;
    margin-bottom: 31px;
    font-weight: 400;
}
.hero-section.style-eight .hero-content-area h1, .hero-content-area h2 {
    font-size: 60px;
    line-height: 1;
}
.hero-section.style-eight .hero-content-area p {
    margin: 40px 0 45px 0;
    width: 100%;
    font-weight: 300;
}
.hero-section.style-eight .rs-video {
    top: -29px;
    left: 36px;
}
.hero-section.style-eight .rs-video .animate-border .video-vemo-icon {
    font-size: 25px;
}
/*appionment form*/
.hero-section.style-eight .hero-content-area {
    position: relative;
    top: 24px;
}
.hero-section.style-eight .appointment-content-section {
    margin-left:0px; 
}
.hero-section.style-eight .appointment-content h3 {
    margin-bottom: 27px;
}
.hero-section.style-eight .form_box input,
.hero-section.style-eight .form_input input {
    background-color: #F4F7FC;
}
.hero-section.style-eight select.Your.Inquiry.About.form-box-input {
    width: 100%;
    height: 54px;
    padding-left: 15px;
    border: 1px solid #eee;
    margin-bottom: 15px;
    background-color: #F4F7FC;
}
/*-----------------
================ Start Swiper Slider Style
-------------------*/
.swiper-container-one {
  width: 100%;
  z-index: 0 !important;
  height: 850px;
}
.swiper-slider-content .container {
  position: relative;
}
.swiper-slide.slide-1{
  background: url(assets/images/hero/hero-s1.jpg) no-repeat center/cover;
}
.swiper-slide.slide-2{
  background: url(assets/images/hero/hero-s2.jpg) no-repeat center/cover;
}
.swiper-slider{
  position: relative;
}
.swiper-slider-content .video-icon{
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.swiper-slider-content .video-icon p {
	margin-left: 30px;
	font-size: 17px;
	font-weight: 500;
	margin-top: 12px;
}
.swiper-wrapper {
  z-index: 0 !important;
}
.swiper-slider-content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-50%);
}
.swiper-slider-content h4{
  border-top: 2px solid #f37a6f;
  display: inline-block;
  color: #fff;
  font-size: 19px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 25px;
}
.swiper-slider-content h1{
  color: #fff;
  font-size: 60px;
  margin-bottom: 0;
}
.swiper-slider-content h2{
  color: #fff;
  font-size: 60px;
  margin-bottom: 40px;
}
.swiper-button-prev {
  margin-left: 20px;
  transition: .3s;
}
.swiper-button-next {
  margin-right: 20px;
  transition: .3s;
}
.swiper-button-next::after, .swiper-button-prev::after {
	font-size: 20px !important;
	font-weight: 900 !important;
	color: #fff;
  background: rgba(0,0,0,0.4);
  padding: 20px 25px;
  border-radius: 5px;
  transition: .3s;
}
.swiper-slider:hover .swiper-button-next{
  margin-right: 55px;
}
.swiper-button-next:hover::after{
  background: #f37a6f;
}
.swiper-button-prev:hover::after{
  background: #f37a6f;
}
.swiper-slider:hover .swiper-button-prev{
  margin-left: 55px;
}
.swiper-slider-content.text-left{
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  text-align: center;
}
/*-----------------
================ Start Swiper Slider style Three
-------------------*/
.swiper-slider.style-3 {
  background: url(assets/images/hero/hero-bg.jpg) no-repeat center/cover;
}
.swiper-slider.style-3 .swiper-slide.slide-1{
  background: url(assets/images/hero/ss7.png) no-repeat right;
}
.swiper-slider.style-3 .swiper-slide.slide-2{
  background: url(assets/images/hero/ss6.png) no-repeat right;
}
.swiper-slide.slide-3{
  background: url(assets/images/hero/ss5.png) no-repeat right;
}
/*-----------------
================ Start Swiper Slider style Four
-------------------*/
.swiper-slider.style-four .swiper-container-one {
  height: 700px;
}
.swiper-slider.style-four .swiper-slide.slide-1{
  background: url(assets/images/hero/hero-s3.jpg) no-repeat center/cover;
}
.swiper-slider.style-four .swiper-slide.slide-2{
  background: url(assets/images/hero/hero-s4.jpg) no-repeat center/cover;
}
.swiper-slider.style-four .swiper-slider-content h4,
.swiper-slider.style-four .swiper-slider-content h1,
.swiper-slider.style-four .swiper-slider-content h2 {
  color: #232323;
}
.swiper-slider.style-four .swiper-slider-content h2 {
  margin-bottom: 25px;
}
.swiper-slider.style-four .swiper-slider-content p {
  width: 51%;
  text-align: left;
  margin: 35px 0 40px;
  font-size: 20px;
}
/*-----------------
================ Start Slick Slider
-------------------*/
.slick-slider {
  overflow: hidden;
}
.slick-wrapper {
  display: flex;
}
.slick-wrapper .slick-items {
  height: 800px;
  width: 100%;
  position: relative;
}
.slick-wrapper .slick-items img{
  height:800px;
  width: 100%;
}
.slick-content-area {
  position: absolute;
  top:50%;
  transform: translateY(-50%);
}
.slick-content-area p {
  width: 90%;
  margin-bottom: 50px;
}
.slick-content-area h5 {
  font-weight: 400;
}
.slick-content-area h1 {
  text-transform: uppercase;
  font-size: 60px;
}
.btn-common.btn-slick {
  text-transform: uppercase;
}
.btn-common.btn-slick a {
  padding: 17px 40px;
  border-radius: 3px;
}
/*-----------------
================ Start Slick Slider style Two
-------------------*/
.slick-slider.style-2{
  background: url(assets/images/slick/ss-bg.jpg) no-repeat center/ cover;
  position: relative;
  height: 700px;
}
.slick-slider.style-2 .slick-wrapper .slick-items {
  height: 700px;
}
.slick-slider-thumb img{
 width: 100%;
}
.slick-slider-thumb {
  right: -30px;
  bottom: 0;
  position: absolute;
}
.slick-content {
  transform: translateY(50%);
}
.slick-content h4 {
  font-size: 19px;
  letter-spacing: 2px;
  border-top: 2px solid #f37a6f;
  display: inline-block;
  margin-bottom: 25px;
}
.slick-content h1,
.slick-content h2 {
  font-size: 60px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.slick-content p{
  font-size: 20px;
  margin: 40px 0;
  width: 55%;
}
.btn-common.btn-slick-slider a{
  color: #f37a6f;
  border: 1px solid #f37a6f;
  background: transparent;
}
.btn-common.btn-slick-slider:hover a{
  color: #fff;
  border: 1px solid #f37a6f;
  background: #f37a6f;
}
/*-----------------
================ Start ccctv slider area
-------------------*/
.em_slider_inner.style-two .em-slider-sub-title {
    font-size: 19px;
    font-weight: 700;
    letter-spacing: 2px;
    border-top: 2px solid #f37a6f;
    margin-bottom: 29px;
    display: inline-block;
    text-transform: uppercase;
}
.em_slider_inner.style-two .em-slider-main-title {
    font-size: 60px;
    font-weight: 600;
    margin: 0 0 23px;
    text-transform: capitalize;
}
.em_slider_inner.style-two .em-slider-text {
    width: 56%;
    margin: auto;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
}
.em_slider_inner.style-two .em-button-button-area a {
    margin-top: 17px;
    padding: 15px 28px;
}
.em_slider_inner.style-two .em-button-button-area a:hover{
  background:#fff;
  color:#f37a6f;
}
.em_slider_inner.style-two .rs-video {
    display: inline-block;
    position: relative;
    top: -85px;
    left: 155px;
}
/*nivo slider style three*/
.em_slider_inner.style-three .em-slider-sub-title {
    font-size: 19px;
    font-weight: 700;
    letter-spacing: 2px;
    border-top: 2px solid #f37a6f;
    margin-bottom: 29px;
    display: inline-block;
    text-transform: uppercase;
}
.em_slider_inner.style-three .em-slider-main-title {
    font-size: 60px;
    font-weight: 600;
    margin: 0 0 23px;
    text-transform: capitalize;
}
.em_slider_inner.style-three .em-slider-text {
    width: 56%;
    margin: auto;
    font-size: 20px;
    font-weight: 400;
}
.em_slider_inner.style-three .em-button-button-area a {
    margin-top: 1px;
    padding: 15px 28px;
}
.nivo_slider_area.style-four .nivo-directionNav a {
    position: absolute;
    top: 45%;
    z-index: 9;
    cursor: pointer;
    font-size: 30px;
    color: #f37a6f;
    background: rgba(0,0,0,0.4);
    padding: 8px 23px;
    opacity: 0;
    border-radius: 4px;
}
.nivo_slider_area.style-four .em-nivo-slider-wrapper .nivo-directionNav .nivo-nextNav {
  left: auto;
  right: 0;
}
.nivo_slider_area.style-four .em-nivo-slider-wrapper .nivo-directionNav a:hover {
  background: #f37a6f;
  border-color: #f37a6f;
  color: #fff;
}
.nivo_slider_area.style-four .em-nivo-slider-wrapper:hover .nivo-directionNav a {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
  left: 50px;
}

.nivo_slider_area.style-four .em-nivo-slider-wrapper:hover .nivo-directionNav .nivo-nextNav {
  left: auto;
  right: 50px;
}
/*nivo_slider_area.style-five
*/
.nivo_slider_area.style-five .nivo-directionNav a {
    border-radius: 100%;
    background: rgba(0,0,0,0.4);
    padding: 8px 23px;
}
.nivo_slider_area.style-five .em-nivo-slider-wrapper .nivo-directionNav .nivo-nextNav {
  left: auto;
  right: 0;
}
.nivo_slider_area.style-five .em-nivo-slider-wrapper .nivo-directionNav a:hover {
  background: #f37a6f;
  border-color: #f37a6f;
  color: #fff;
}
.nivo_slider_area.style-five .em-nivo-slider-wrapper:hover .nivo-directionNav a {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
  left: 50px;
}
.nivo_slider_area.style-five .em-nivo-slider-wrapper:hover .nivo-directionNav .nivo-nextNav {
  left: auto;
  right: 50px;
}
.nivo_slider_area.style-five a.nivo-prevNav i {
    position: relative;
    top: 3px;
}
.nivo_slider_area.style-five a.nivo-nextNav i {
    position: relative;
    top: 3px;
}
/*-----------------
================ Start nivo slider style five
-------------------*/
.em_slider_inner.style-five .em-slider-main-title {
    color: #fff;
    font-size: 70px;
    font-weight: 700;
    margin: 0;
    text-transform: capitalize;
    line-height: 1;
}
.em_slider_inner.style-five .em-slider-sub-title {
    text-transform: uppercase;
}
.em_slider_inner.style-five .em-slider-text {
    margin: 26px 0 37px;
    font-weight: 300;
    width: 53%;
}
.em_slider_inner.style-five a.em-active-button:hover {
    background: #Fff;
    border-color: #fff;
    color: #f37a6f;
}
.em_slider_inner.style-five .em-button-button-area a {
    border: 1px solid#f37a6f;
    color: #fff;
    background: #f37a6f;
    padding: 17px 41px;
    text-transform: capitalize;
}
.em_slider_inner.style-five a.withput-active:hover{
  background: #fff;
  color: #f37a6f;
  border-color: #fff;
}
/*-----------------
================ Start nivo slider style six
-------------------*/
.em_slider_inner.style-six .em-slider-main-title {
    color: #fff;
    font-size: 70px;
    font-weight: 700;
    margin: 0;
    text-transform: capitalize;
    line-height: 1;
}
.em_slider_inner.style-six .em-slider-sub-title {
    text-transform: uppercase;
    margin-bottom: 13px;
}
.em_slider_inner.style-six .em-slider-text {
    margin: 26px auto 17px;
    font-weight: 300;
    width: 53%;
}
.em_slider_inner.style-six a.em-active-button:hover {
    background: #Fff;
    border-color: #fff;
    color: #f37a6f;
}
.em_slider_inner.style-six .em-button-button-area a {
    border: 1px solid#f37a6f;
    color: #fff;
    background: #f37a6f;
    padding: 17px 41px;
    text-transform: capitalize;
    margin-top: 7px;
}
 .carousel-slider-area .active .carousel-single-slide .image-layer{
    -webkit-transform:scale(1.15);
    -ms-transform:scale(1.15);
    transform:scale(1.15);
  }
/*----------------
============== Start feature area
------------------*/
.feature-area {
    background: #f4f7fc;
}
.single-feature-box {
    padding: 40px 30px 35px;
    background: #fff;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    border-radius: 3px;
    transition: .5s;
}
.single-feature-box:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: #f37a6f;
    transition: .5s;
    z-index: -1;
    border-radius: 3px;
}
.single-feature-box:hover:before{
  width: 100%;
}
.single-feature-box:hover .single-feature-icon i{
  background: #fff;
  color: #f37a6f;
}
.single-feature-icon i {
    height: 70px;
    display: inline-block;
    width: 70px;
    font-size: 30px;
    background: #f37a6f;
    text-align: center;
    line-height: 70px;
    color: #fff;
    border-radius: 4px;
    transition: .5s;
}
.feature-title h2 {
    font-size: 22px;
    margin: 32px 0 14px;
    transition: .5s;
}
.feature-content-text p {
    margin: 0;
    transition: .5s;
}
.single-feature-box:hover .feature-title h2,
.single-feature-box:hover .feature-content-text p{
  color: #fff;
}
/*----------------
============== Start feature style two
------------------*/
.feature-area.style-two {
    background: #fff;
}
.feature-area.style-two .single-feature-box {
    background: #f4f7fc;
    border: 1px solid #f4f5fe;
}
/*----------------
============== Start feature style three
------------------*/
.feature-area.style-three{
  background:#fff;
}
.feature-area.style-three .row.upper {
    position: relative;
    margin-top: -70px;
    z-index: 6;
}
.feature-area.style-three .single-feature-box {
    padding: 40px 30px 41px;
    background: #fff;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    border-radius: 5px;
    transition: .5s;
    box-shadow: 0 20px 50px rgb(229 229 229 / 80%);
}
.feature-area.style-three .single-feature-icon i {
    height: 60px;
    display: inline-block;
    width: 60px;
    font-size: 26px;
    background: #f37a6f;
    line-height: 60px;
    color: #fff;
    border-radius: 50%;
}
.feature-area.style-three .single-feature-box:before {
    background: #f4f7fc;
    border-radius: 5px;
}
.feature-area.style-three .single-feature-box:hover .feature-content-text p{
  color:#6d6d6d;
}
.feature-area.style-three .feature-number {
    position: absolute;
    right: 51px;
    top: -5px;
}
.feature-title h4 {
    margin: 18px 0 10px;
    font-size: 25px;
}
.feature-number h4 {
    color: #666;
    font-size: 110px;
    opacity: 0.1;
}
/*feature area*/
.feature-area.style-ten {
    background: transparent;
    padding: 10px 42px 0;
}
.feature-area.style-ten .single-feature-box-five {
    box-shadow: 0 5px 15px rgb(0 0 0 / 15%);
    padding: 38px 63px 32px;
    position: relative;
    z-index: 1;
    border-radius: 4px;
    margin: 0 10px;
}
.feature-area.style-ten .single-feature-box-five:before{
  position: absolute;
  content:"";
  height:100%;
  width:0;
  right: 0;
  top:0;
  transition:.5s;
  background:#f37a6f; 
  z-index: -1;
  border-radius:4px;
}
.feature-area.style-ten .single-feature-box-five:hover:before{
  width:100%;
  left:0;
}
.feature-area.style-ten .single-feature-box-five:hover .feature-icon-two span{
  background:#232323; 
} 
.feature-area.style-ten .single-feature-box-five:hover .feature-title-two h2,
.feature-area.style-ten .single-feature-box-five:hover .feature-content-text-two p{
  color:#fff;
}
.feature-area.style-ten .feature-icon-two {
    position: absolute;
    left: -30px;
}
.feature-area.style-ten .feature-title-two h2 {
    font-size: 21px;
    margin: 0 0 11px;
    transition:.5s;
}
.feature-area.style-ten .feature-icon-two span {
    display: inline-block;
    background: #f37a6f;
    height: 65px;
    width: 65px;
    text-align: center;
    line-height: 65px;
    border-radius: 4px;
    font-size: 31px;
    color: #fff;
    transition:.5s;
}
.feature-area.style-ten .feature-content-text-two p {
    margin: 0 0 0;
    transition:.5s;
}
/*----------------
============== Start about area
------------------*/
.about-area.upper15 {
    position: relative;
    z-index: 1;
}
.about-area.upper15 .section-head p {
    padding: 19px 0 0;
}
.about-area.upper15 .about-icon-box {
    background: #fff;
    box-shadow: 0 2px 48px 0 rgb(0 0 0 / 8%);
    padding: 0px 0 6px;
    position: relative;
    z-index: 1;
    border-radius: 5px;
    margin-bottom: 15px;
}
.about-area.upper15 .about-icon-box:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: #f37a6f;
    z-index: -1;
    border-radius: 5px;
    transition: .5s;
}
.about-area.upper15 .about-icon-box:hover:before{
  width: 100%;
} 
.about-area.upper15 .about-content {
    padding: 14px 0 0px 70px;
}
.about-icon {
    position: absolute;
    left: 0;
    width: 55px;
    height: 100%;
    background: #f37a6f;
    text-align: center;
    align-items: center !important;
    top: 0;
    border-radius: 5px 0 0 5px;
    transition: .5s;
    line-height: 51px;
}
.about-icon i {
    font-size: 30px;
    color: #fff;
    display: inline-block;
}
.about-title h5 {
    font-size: 18px;
    font-weight: 500;
}
.about-icon-box:hover .about-title h5{
  color: #fff;
}
.about-button {
    display: inline-block;
    margin-top: 24px;
}
.about-button a {
    display: inline-block;
    background: #f37a6f;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    padding: 12px 26px;
    border-radius: 3px;
    transition: .5s;
    border: 2px solid #f37a6f;
}
.about-button a:hover {
    color: #f37a6f;
    background: transparent;
    border: 2px solid #f37a6f;
}
.about-button a i{
  margin-left: 2px;
}
/*about shape*/
.about-shape {
    position: absolute;
    top: -27px;
    left: -52px;
    z-index: -1;
    right: 0;
    text-align: center;
    height: 100%;
    width: 100%;
}
/*about area style two*/
.about-area.style-two {
    background: #f4f7fc;
}
.about-area.style-two .about-thumb {
    position: relative;
    left: 19px;
}
.about-area.style-two .section-head p {
    padding: 19px 0 0;
}
.about-area.style-two .about-icon-box {
    background: #fff;
    box-shadow: 0 2px 48px 0 rgb(0 0 0 / 8%);
    padding: 0px 0 6px;
    position: relative;
    z-index: 1;
    border-radius: 5px;
    margin-bottom: 15px;
}
.about-area.style-two .about-icon-box:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: #f37a6f;
    z-index: -1;
    border-radius: 5px;
    transition: .5s;
}
.about-area.style-two .about-icon-box:hover:before{
  width: 100%;
} 
.about-area.style-two .about-content {
    padding: 14px 0 0px 70px;
}
.about-area.style-two .about-shape {
    top: 0;
    left: 0;
    right: 0;
}
/*about area style five*/
.about-single-icon-box {
    margin-bottom: 9px;
}
.about-section.style-five .section-head p {
    padding: 22px 0 0;
}
.single-about-icon {
    margin-right: 24px;
}
.single-about-icon i {
    height: 60px;
    display: inline-block;
    width: 60px;
    font-size: 26px;
    background: #f37a6f;
    line-height: 60px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
}
.about-icon-title h4 {
    margin: 0 0 17px;
    letter-spacing: 0.3px;
}
/*about section style six*/
.about-section.style-six.upper{
    background: #f37a6f;
    position: relative;
}
.about-section.style-six.upper .about-single-thumb {
    position: absolute;
    top: -252px;
}
.about-section.style-six.upper .section-head h5 {
    color: #fff;
}
.about-section.style-six.upper .about-content-container {
    padding-left: 16px;
}
.about-section.style-six.upper .section-head h2 {
    text-transform: capitalize;
    font-size: 35px;
    margin-bottom: 20px;
}
.about-section.style-six.upper .block-text {
    padding-top: 8px;
}
.about-section.style-six.upper .section-head p {
    font-weight: 300;
    padding: 15px 0 0;
}
.itsoft-about-botton a {
    display: inline-block;
    background-color:#ffffff;
    color: #f37a6f;
    font-weight: 500;
    font-size: 16px;
    padding: 12px 26px;
    border-radius: 3px;
    transition: .5s;
    border: 2px solid #f37a6f;
}
.itsoft-about-botton a:hover {
    color: #fff;
    background: transparent;
    border: 2px solid #FFf;
}
/*about section upper two*/
.about-section.upper-two .about-content {
    padding: 1px 0 0px 0px;
}

/*====================================================
--< Itsoft abouts_areas Css -->
======================================================*/
.abouts_areas {
    padding: 100px 0 125px;
}
.abouts_thumb {
    position: relative;
}
.abouts_titles {
    position: absolute;
    bottom: -30px;
    left: -25px;
}
.abouts_titles h3 {
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    background: #FF3A00;
    padding: 30px 120px 30px 30px;
    border-radius: 10px;
    position: relative;
}
.abouts_icons {
    position: absolute;
    top: 55px;
    right: 30px;
}
.abouts_icons i {
    display: inline-block;
    height: 45px;
    width: 45px;
    border-radius: 50px;
    line-height: 45px;
    background: #fff;
    color: #141121;
    text-align: center;
    font-size: 20px;
}
.abouts_titless {
    position: absolute;
    bottom: -30px;
    right: -25px;
}
.abouts_titless h3 {
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    background: #FF3A00;
    padding: 30px 120px 30px 30px;
    border-radius: 5px;
    position: relative;
}
/*
<!-- ============================================================== -->
<!-- Start feature area Css -->
<!-- ============================================================== -->*/
.feture-area.style-two {
    padding: 100px 0 0;
}
li.nav-item {
    padding-right: 45px;
}
a.active {
    color: #fff!important;
    background-color: #FF3A00!important;
    font-weight: 600;
    font-family: 'Rajdhani';
    font-size: 18px;
    border-radius: 5px 5px 0 0;
    transition: .5s;
}
ul.nav.nav-tabs li a {
    display: inline-block;
    text-decoration: none;
    color: #333;
    padding: 10px 25px;
}
.nav-tabs {
    border-bottom: 3px solid #f37a6f;
}
/*li.active {
    background: red!important;
}*/
.mission-tmb img {
    float: left;
    margin-right: 20px;
}
.tabs-content-area ul li {
    display: inline-block;
}
.tab-icon-text ul li {
    list-style: none;
    display: inline-block;
    margin: 3px 0;
}
.tabs-btn {
    position: relative;
}
.tabs-btn::before {
    position: absolute;
    top: 53px;
    content: "";
    left: 3px;
    height: 3px;
    width: 1000%;
    background: #f37a6f;
}
#tabs .tabs-btn-list li {
    border: inherit!important;
}
.tabs-content-area ul li i {
    display: inline-block;
    margin-right: 15px;
    color: #f37a6f;
}
ul.tabs-inner-list {
    margin-top: 45px;
}
.tabs-content-area ul li {
    display: inline-block;
    margin: 3px 0;
}
.tab-icon-text {
    margin-top: 47px;
}
.tab-icon-text ul li i {
    display: inline-block;
    color: #f37a6f;
    padding: 0 10px 0px 0;
}
.dreamit-departmen-thumb {
    float: left;
    margin-right: 20px;
}
div#firsttab {
    margin: 20px 0;
}
.dreamit-department-bottom-content-inner {
    position: relative;
    top: 50px;
}
.dreamit-department-bottom-content-inner ul {
    display: block;
    list-style: none;
}
.dreamit-department-bottom-content-inner ul li {
    display: block;
    padding: 0 0 13px;
}
.dreamit-department-bottom-content-inner ul li i {
    display: inline-block;
    color: #ed2a22;
    padding: 0 10px 0px 0;
}
.dreamit-department-bottom-content-inner ul li span {
    font-size: 17px;
    font-weight: 600;
    font-family: 'Rajdhani';
    color: #1c1c1c;
}
.dreamit-department-thumb img {
    width: 100%;
}
.dreamit-department-tab ul li a:hover {
    color: #33354b;
}
.feture-area.styles-two {
    padding: 100px 0 90px;
    background: #F5F6FA;
}
/*====================================================
--< ITplot testimoniale_areas Css -->
======================================================*/
.testimoniale_areas {
    padding: 100px 0 100px;
}
.single-join-box.upper .join-content h4::before {
    position: absolute;
    content: "";
    top: 21px;
    left: 125px;
    height: 1px;
    width: 37px;
    background: #D00A2B;
}
.singles_testimoniale_box {
    background: #fff;
    padding: 25px 60px 15px 40px;
    margin: 50px 30px 50px 0;
    border-radius: 5px;
    box-shadow: 0 0 50px rgb(217 217 217 / 70%);
}
.testimoniale_title h3 {
    font-size: 24px;
    margin: 0 0 10px;
}
.testimoniale_title p {
    font-size: 16px;
    line-height: 1.7;
}
.testimoniale_tmb {
    margin-top: 25px;
}
.testimoniale_tmb img {
    float: left;
    margin: 0px 20px 0 0;
}
.testimoniales_title p {
    font-size: 16px;
    color: #68697D;
    margin: 0;
    line-height: 1.7;
}
.testimoniales-icon {
    display: inline-block;
}
.testimoniales-icon ul li {
    display: inline-block;
}
.testimoniales_title h4::before {
    position: absolute;
    content: "";
    top: 5px;
    left: 187px;
    height: 15px;
    width: 1px;
    background: #8A949A;
}
.testimoniales-icon ul li a {
    display: inline-block;
    color: #FF3900;
    font-size: 15px;
}
.testimoniales_title h4 {
    font-size: 22px;
    line-height: 1.0;
    position: relative;
}
.testimoniales-icon {
    position: relative;
    top: -60px;
    left: 120px;
}

/*-----------------
================ Itsoft Start Tabs Section
-------------------*/
.ui-widget.ui-widget-content {
	border: none;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	padding: .8em 1.5em;
  text-align: center;
}
.ui-widget-header {
	border: none;
	background: transparent;
}
#tabs {
	border: none;
	background: transparent;
  margin-top: 15px;
}
#tabs .tabs-btn-list li{
  border: 1px solid #333;
	background: transparent;
  margin-right: 10px;
  transition: .3s;
}
#tabs .tabs-btn-list li:hover{
  border: 1px solid #f37a6f;
	background: #f37a6f;
  color: #fff;
}
#tabs .tabs-btn-list li:hover a{
  color: #fff;
}
#tabs .tabs-btn-list .ui-state-active {
    border-color: #f37a6f;
    background: #f37a6f;
    margin-right: 10px;
    display: inline-block;
}
.ui-tabs .ui-tabs-panel {
	padding: 0;
}
.tabs-content-area {
  padding-top: 30px;
  padding-left:5px;
  color: #6d6d6d;
}
.tabs-inner-list {
  list-style: square;
  padding-left: 15px;
  padding-bottom: 25px;
}
.tabs-content-area p {
  font-family: 'Rubik', sans-serif;
}
.btn-common.tabs-inner-btn {
	margin-top: 10px;
}
.btn-common.tabs-inner-btn a:hover {
  border: 1px solid #f37a6f;
  border-radius: 6px;
  color: #f37a6f;
}
.award-content {
	text-align: center;
	padding: 0 16px;
  margin-top: 20px;
}
.award-single-title h5{
  font-family: 'Rubik', sans-serif;
  color: #444;
  font-weight: 600;
}
.award-content p {
  text-align: center !important;
  margin: 0;
}
/*agency feature area*/
.agency-feature-area .row.topper5 {
    position: relative;
    margin-top: -90px;
    z-index: 1;
}
.single-agency-feature-box {
    text-align: center;
    margin-bottom: 30px;
    transition: .5s;
}
.single-agency-feature-box:hover .agency-content:before{
  height:100%;
}
.agency-thumb img {
    padding: 10px;
    background: #fff;
    border-radius: 5px;
}
.agency-content {
    box-shadow: 0 20px 50px rgb(0 0 0 / 7%);
    background: #fff;
    padding: 0 26px 6px;
    width: 90%;
    margin: auto;
    position: relative;
    z-index: 1;
    top: -60px;
    border-radius: 5px;
}
.agency-content:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    background: #f37a6f;
    height: 0;
    width: 100%;
    z-index: -1;
    transition: .5s;
    border-radius: 5px;
}
.agency-content:hover:before{
  height: 100%;
}
.agency-icon {
    position: relative;
    top: -19px;
}
.agency-icon i {
    display: inline-block;
    color: #fff;
    background: #f37a6f;
    height: 50px;
    width: 50px;
    line-height: 42px;
    border-radius: 100%;
    border: 5px solid#fff;
}
.agency-title h2 {
    font-size: 21px;
    margin: 0 0 13px;
}
.agency-content-text p{
  transition: .5s;
}
.single-agency-feature-box:hover .agency-title h2,
.single-agency-feature-box:hover .agency-content-text p{
  color: #fff;
}
/*-------------------
============= Start Tabs Section Style Two
-------------------*/
.tabs-style-2 #tabs ul{
  margin-left: 30px;
}
.tabs-style-2 #tabs ul li  {
  text-align: center;
  background: transparent;
  margin-right: 10px;
  border: 1px dashed #f37a6f;
  transition: .3s;
}
.tabs-style-2 #tabs  ul li a {
  font-family: "Rubik",Sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #f37a6f;
  transition: .3s;
}
.tabs-style-2 ul li a i {
  font-size: 40px;
  display: block;
  padding-bottom: 10px;
}
.tabs-style-2 #tabs .ui-tabs-anchor {
	padding: 10px 45px 15px;
}
.tabs-style-2 #tabs ul .ui-tabs-active {
  background:  #f37a6f;
}
.tabs-style-2 #tabs ul .ui-tabs-active a{
  color: #fff;
}
.tabs-content-container {
  padding: 35px;
  box-shadow: 0 0 20px rgb(194, 240, 240, 0.5);
}
.tab-thumb-inner img {
  width: 100%;
}
.tab-content-inner h2 {
	font-size: 24px;
  padding-bottom: 8px;
}
.tabs-style-2 .ui-tabs .ui-tabs-nav {
	margin-bottom: 80px;
}
.tabs-style-2 .tab-content-inner {
	padding-left: 10px;
}
.btn-common.blog-tab-btn{
	margin-bottom: 15px;
}
/*-------------
================ Start Itsoft Feature Section
---------------*/


.services-icon .fad:before,
.services-icon .fad:after {
    font-size: 40px;
	margin-bottom: 6px;
    margin-left: 2px;
}
.services-icon {
	/*width: 360px;*/
	height: 206px;
	border-radius: 5px 5px 0 0;
}
.services-icon.managed-infrastructure { 
	background: url(/portals/0/images/home/services/managed-infrastructure.jpeg);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.services-icon.managed-it-services { 
	background: url(/portals/0/images/home/services/managed-it-services.png);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.services-icon.cyber-security { 
	background: url(/Portals/0/images/home/services/cyber-security.png);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.services-icon.telephony-services { 
	background: url(/portals/0/images/home/services/telephony-services.png);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.services-icon.web-presence { 
	background: url(/portals/0/images/home/services/web-presence.jpeg);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.services-icon.software-development { 
	background: url(/portals/0/images/home/services/software-development.jpeg);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.services-icon.business-continuity { 
	background: url(/portals/0/images/home/services/business-continuity.jpeg);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.services-icon.pci-compliance { 
	background: url(/portals/0/images/home/services/pci-compliance.jpeg);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.services-icon.outsourcing-services { 
	background: url(/portals/0/images/home/services/outsourcing.jpeg);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.services-home-section {
	padding-top: 470px;	
	/*background: url(/Portals/0/images/home/services/services-background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
	background-color: #2d3669;*/
}

.services-single-item {
	text-align: left;
	border-radius: 5px;
	background-color: #ffffff;
	padding: 0 0 10px 0 !important;
	box-shadow: 0 0 50px rgb(217, 217, 217, 0.7);
	box-shadow: 1px 1px 10px 3px rgba(34, 37, 43, 0.2);
}

.btn-all-it-services{
	margin: 0 auto;
    margin-top: 80px;
	margin-bottom: 20px;
	display: flex;
    justify-content: center;
    align-items: center;
}


.services-icon {
	color: #f37a6fba;
	position: relative;
}

.icon-services {
	position:absolute;
	bottom: -35px;
	right: 20px;
    background-color: #fff;
    border-radius: 100%;
	width: 80px;
    height: 80px;
	display: flex;
    justify-content: center;
    align-items: center;
	box-shadow: 0 0 5px rgb(217, 217, 217, 0.7);

}

.services-content h4 {
	font-size: 26px;
    color: #2d3669;
	font-family: 'Segoe UI SemiBold', sans-serif !important;
	font-weight: 700;
	padding: 40px 20px 0 20px;
}

.services-content p {
	font-size: 16px;
    font-family: 'Segoe UI', sans-serif !important;
	color: #6d6d6d;
	padding: 0 20px 0 20px;
	margin-top: 15px;
}


.home-services-links {
	display: flex;
    flex-grow: 1;
}
.services-item {
	flex-grow: 1;
    display: flex;
    flex-direction: column;
	margin-bottom: 15px;
	margin-top: 15px;
}

.services-content h4, 
.services-content p {
	transition:0s;
}

.services-content:hover h4, 
.services-content:hover p {
    color: #f37a6f;
    cursor: pointer;
}

.services-content:hover .services-icon i {
    color: #2d3669;
    cursor: pointer;
}

.feature-single-item {
  text-align: center;
  border: 1px solid #fff;
  border-radius: 5px;
  background: #fff;
  padding: 40px 0;
  box-shadow: 0 0 50px rgb(217, 217, 217, 0.7);
}
.feature-icon {
	color: #f37a6f;
	font-size: 56px;
	margin-bottom: 20px;
  position: relative;
  display: inline-block;
}
.feature-icon::before {
	position: absolute;
	content: '';
	background: url(assets/images/hero/icon-1.png);
	width: 56px;
	height: 71px;
	right: -25px;
	top: -5px;
	background-repeat: no-repeat;
	transition: .5s;
}
.feature-single-item:hover .feature-icon::before {
  transform:rotate(25deg);
}

.feature-content h4{
  /*font-size: 20px;*/
  font-weight: 600;
  padding: 0;
}
.feature-content p {
  padding: 5px 5px 0px;
  margin: 0;
}
/*-------------
================ Start Feature Section Style-Two
---------------*/
.feature-section.style-2 .feature-single-item{
  border-radius: 0;
  border: none;
}
.feature-single-item.style-2{
  background: #f37a6f;
}
.row.style-2  .col-sm-12,
.row.style-2  .col-md-6,
.row.style-2  .col-lg-4 {
  padding: 0;
}
/*-------------
================ Start Feature Section Style-Three
---------------*/
.feature-section.style-3 {
  margin-top: 0;
}
/*-------------
================ Start Feature Section Style-Four
---------------*/
.feature-section.style-4 .feature-single-item{
  border-radius: 0;
  border: none;
}
.feature-section.style-4{
  margin-top: -115px;
}
/*-------------
================ Start Feature Section Style-Five
---------------*/
.feature-section.style-5 .feature-single-item{
  border-radius: 0;
  border: none;
}
.navigation-mrg {
    position: relative;
    margin-top: -70px;
    z-index: 44 !important;
}
/*-------------
================ Start Feature Section Style-Seven
---------------*/
.feature-section.style-7 .feature-icon::before {
  display: none;
}
.feature-section.style-7 .feature-single-item {
  transition: .5s;
  box-shadow: 0 0 5px rgb(217, 217, 217, 0.7);
}
.feature-section.style-7 .feature-single-item:hover {
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.15) !important;
  transform: translateY(-5px);
}
.style-7 .fc-mt {
  margin-top: -70px !important;
  padding-top: 0;
  position: relative;
  z-index: 1;
}
/*------------------
============== Start feature-section Style seven
-------------------*/
.single-feature-item {
    text-align: center;
    margin-bottom: 30px;
    transition: .5s;
}
.feature-list .feature-item i{
	color: #f37a6f;
}

.single-feature-item:hover{
  transform: translateY(-36px);
}
.single-feature-item:hover .single-feature-thumb img{
  transform: rotateY(360deg);
} 
.single-feature-thumb img {
    width: 60px;
    transition: .5s;
}
.single-feature-content h4 {
    font-size: 23px;
    margin: 39px 0 0;
}
.consulting-feature-section .single-feature-content p {
    margin: 13px 0 0;
}
.consulting-feature-section .section-head h2 {
    font-size: 35px;
}
/*------------------
============== Start feature-section Style Eight
-------------------*/
.feature-section.style-eight .single-feature-box {
  position: relative;
  padding: 40px 0px 35px;
  z-index:1;
}
.feature-section.style-eight .single-feature-box::before {
    position: absolute;
    left: 0;
    content: "";
    height: 250px;
    width: 250px;
    background: #f37a6f;
    right: 0;
    bottom: -114px;
    margin: auto;
    border-radius: 50%;
    transition: .5s;
}
.feature-section.style-eight .single-feature-box:hover::before,
.feature-section.style-eight .single-feature-box.style-two::before {
    bottom: -165px;
}
.feature-section.style-eight .single-feature-box .single-feature-box-inner {
    border: 1px solid #e9e9e9;
    padding: 50px 23px;
    transition: .5s;
    text-align: center;
    position: relative;
    z-index: 1;
    background: #fff;
    margin-bottom: 30px;
}
.feature-section.style-eight .single-feature-box .single-feature-box-inner:hover,
.feature-section.style-eight .single-feature-box.style-two .single-feature-box-inner {
    box-shadow: 10px 0 30px rgba(0, 0, 0, 0.1);
    border-color: transparent;
}
.feature-section.style-eight .single-feature-box .icon i {
    color: #f37a6f;
    display: inline-block;
    font-size: 65px;
}
.feature-section.style-eight .single-feature-box  h4 {
    font-size: 25px;
    margin: 15px 0 20px;
}
.feature-section.style-eight .feature-content p {
    padding: 0 0 30px;
    margin: 0;
}
.feature-section.style-eight .single-feature-box .btn-read-more a {
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
    color: #616161;
}
.feature-section.style-eight .single-feature-box .btn-read-more a span {
  margin-left: 6px;
}
/*feature style nine*/
.feature-section.style-ten .row.upper11 {
    position: relative;
    margin-top: -45px;
}
.feature-section.style-ten .single-feature-box-two {
    box-shadow: 10px 0 40px rgb(0 0 0 / 9%);
    padding: 36px 6px 28px 27px;
    position: relative;
    transition: .5s;
    overflow: hidden;
    z-index: 1;
    background: #fff;
    border-radius: 7px;
}
.feature-section.style-ten .single-feature-box-two:before {
    position: absolute;
    content: "";
    top: 0;
    left: -30px;
    height: 100%;
    width: 33%;
    background: #F7F8FA;
    transform: skewX(-13deg);
    z-index: -1;
}
.feature-section.style-ten .single-feature-thumb img {
    float: left;
    margin-right: 27px;
    width: 50px;
    margin-top: 15px;
}
.feature-section.style-ten .feature-content {
    overflow: hidden;
}
.feature-section.style-ten .feature-content  h4 {
    font-size: 24px;
    margin: 0 0 10px;
}
.feature-section.style-ten .feature-content p {
    padding: 5px 0px 0px;
}
/*feature section style eleven*/
.feature-section.style-eleven .row.upper11 {
    position: relative;
    margin-top: -45px;
}
.feature-section.style-eleven .single-feature-box-two {
    box-shadow: none;
    padding: 36px 6px 43px 42px;
    position: relative;
    transition: .5s;
    z-index: 1;
    background: #232323;
    border-radius: 0;
    border-top-left-radius: 7px;
}
.feature-section.style-eleven .single-feature-box-three {
    box-shadow: none;
    padding: 36px 6px 43px 42px;
    position: relative;
    transition: .5s;
    z-index: 1;
    background: #f37a6f;
    border-radius: 0;
    border-top-right-radius: 7px;
}
.feature-section.style-eleven .single-feature-thumb img {
    float: left;
    margin-right: 27px;
    width: 50px;
    margin-top: 15px;
}
.feature-section.style-eleven .feature-content {
    overflow: hidden;
}
.feature-section.style-eleven .feature-content  h4 {
    font-size: 24px;
    margin: 0 0 7px;
    font-weight: 500;
    letter-spacing: 1.4px;
}
.feature-section.style-eleven .feature-content p {
    padding: 4px 0px 0px;
    color: rgba(255,255,255,0.9);
}
.feature-section.style-eleven .feature-number {
    position: absolute;
    right: 24px;
    bottom: 3px;
    opacity: 0.1;
}
.feature-section.style-eleven .feature-number h1 {
    font-size: 100px;
    color: #fff;
}
/*feature-section.style-eleven upper*/
.feature-section.style-eleven.upper .row.upper11 {
    margin-top: -40px;
}
.feature-section.style-eleven.upper .single-feature-box-two {
    border-top-left-radius: 10px;
}
.feature-section.style-eleven.upper .single-feature-box-three {
    border-top-right-radius: 10px;
}
.feature-section.style-eleven.upper .row.upper15 {
    position: relative;
    margin-bottom: -73px;
    z-index: 2;
}
/*------------------
============== Start feature-section Style Nine Big Reasons
-------------------*/
.nine-big-reasons-section .section-head h3{
	color: #fff !important;
	text-align: center;
	font-size:48px;
	margin: 10px 0 20px;
}
.nine-big-reasons-section {
	background-color: #5164ae;
	box-shadow: 1px 1px 10px 3px rgba(34, 37, 43, 0.4);
}

.feature-section.style-nine .single-feature-box {
    padding: 54px 26px;
    text-align: center;
    background: #fff;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}
.feature-section.style-nine .single-feature-box:hover {
  background: url(assets/images/services/svs6.jpg) no-repeat center/ cover scroll;
}
.feature-section.style-nine .single-feature-box::before {
    position: absolute;
    content: "";
    left: 0;
    top: -3px;
    height: 3px;
    width: 0%;
    background: #f37a6f;
    right: 0;
    margin: auto;
    transition: .5s;
}
.feature-section.style-nine .single-feature-box:hover::before,
.feature-section.style-nine .single-feature-box:hover::after  {
    width: 80%;
}
.feature-section.style-nine .single-feature-box::after  {
    position: absolute;
    content: "";
    left: 0;
    bottom: -3px;
    height: 3px;
    width: 0%;
    background: #f37a6f;
    right: 0;
    margin: auto;
    transition: .5s;
}
.feature-section.style-nine .single-feature-box .feature-number {
    position: absolute;
    bottom: 31%;
    left: 50%;
    transform: translateX(-50%);
}
.feature-section.style-nine .single-feature-box .feature-number h1 {
    font-size: 280px;
    line-height: 0.4;
    color: #666;
    opacity: 0.05;
    font-weight: 400;
}
.feature-section.style-nine .feature-content  h4 {
    font-size: 25px;
    margin: 0 0 20px;
}
.feature-section.style-nine .feature-content p {
    padding: 0;
}
.feature-section.style-nine .single-feature-box .icon i {
    font-size: 150px;
    color: #f37a6f;
}
.feature-section.style-nine .btn-read-more  a i {
    font-size: 11px;
    font-weight: 600;
    color: #f37a6f;
    margin-left: 6px;
}
.feature-section.style-nine .single-feature-box:hover .feature-content h4,
.feature-section.style-nine .single-feature-box:hover .feature-content p,
.feature-section.style-nine .single-feature-box:hover .btn-read-more  a {
  color: #fff;
}
/*----------------
============== Start feature style two
------------------*/
.feature-area.style-two {
    background: #fff;
}
.feature-area.style-two .single-feature-box {
    background: #f4f7fc;
    border: 1px solid #f4f5fe;
}
.feature-area.style-two .single-feature-box:hover .feature-btn a{
  color:#fff;
}
.feature-area.style-two .feature-btn a {
    font-size: 14px;
    font-weight: 400;
}
.feature-area.style-two .feature-btn a i {
    margin-left: 3px;
}
/*----------------
============== Start feature style three
------------------*/
.feature-area.style-three{
  background:#fff;
}
.feature-area.style-three .row.upper {
    position: relative;
    margin-top: -70px;
    z-index: 6;
}
.feature-area.style-three .single-feature-box {
    padding: 40px 30px 41px;
    background: #fff;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    border-radius: 5px;
    transition: .5s;
    box-shadow: 0 20px 50px rgb(229 229 229 / 80%);
}
.feature-area.style-three .single-feature-icon i {
    height: 60px;
    display: inline-block;
    width: 60px;
    font-size: 26px;
    background: #f37a6f;
    line-height: 60px;
    color: #fff;
    border-radius: 50%;
}
.feature-area.style-three .single-feature-box:before {
    background: #f4f7fc;
    border-radius: 5px;
}
.feature-area.style-three .single-feature-box:hover .feature-content-text p{
  color:#6d6d6d;
}
.feature-area.style-three .feature-number {
    position: absolute;
    right: 51px;
    top: -5px;
}
.feature-title h4 {
    margin: 18px 0 10px;
    font-size: 25px;
}

.feature-card .feature-title i{
	color: #f37a6f;
    font-size: 24px;
}
.feature-number h4 {
    color: #666;
    font-size: 110px;
    opacity: 0.1;
}
/*start feature area style three upper*/
.feature-area.style-three.topper{
    background: #f4f7fc;
    padding: 85px 0 55px;
}
.feature-area.style-three.topper .section-head h2 {
    font-size: 35px;
}
.feature-area.style-three.topper .section-head p {
    padding: 13px 0 0;
    margin: 0 auto 0;
    font-size: 19px;
    width: 78%;
}
/*start feature area style three topper*/
.feature-area.style-three.topper{
    background: #f4f7fc;
    padding: 85px 0 55px;
}
/*-------------
================ Start Free Copy Report
---------------*/
/*
.free-copy-report-content h4:hover,
.free-copy-report-content p:hover{
	color: #f37a6f;
    cursor: pointer;
}
*/
.popup-container {
  border: 1px solid #fff;
  border-radius: 5px;
  background: #fff;
  padding: 20px;
  box-shadow: 0 0 50px rgb(217, 217, 217, 0.7);
}
.free-copy-report-section.style-7 .popup-container {
  transition: .5s;
  box-shadow: 0 0 5px rgb(217, 217, 217, 0.7);
  box-shadow: 1px 1px 10px 3px rgba(34, 37, 43, 0.4);
}
.google-reviews {
	min-height:518px;
}
.free-copy-report-section.style-7 .popup-container:hover {
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.15) !important;
  transform: translateY(-5px);
}
.free-copy-report-single-item {
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -90px;
  position: relative;
  background: #fff;
  z-index: 1;
}
.free-copy-report-image {
	color: #f37a6f;
	font-size: 56px;
	position: relative;
	display: inline-block;
	min-width: 240px;
	text-align: center;
	padding-top: 20px;
}
.free-copy-report-button {
	padding:0 70px;
}
.free-copy-report-icon::before {
	position: absolute;
	content: '';
	background: url(assets/images/hero/icon-1.png);
	width: 56px;
	height: 71px;
	right: -25px;
	top: -5px;
	background-repeat: no-repeat;
	transition: .5s;
}
.free-copy-report-single-item:hover .free-copy-report-icon::before {
  transform:rotate(25deg);
}

.free-copy-report-content h4{
  font-size: 24px;
  font-weight: 600;
  padding: 0;
  color: #2d3669;
  font-family: 'Segoe UI Bold' !important;
}
.free-copy-report-content p {
  padding: 5px 0px;
  margin: 0;
}

.free-copy-report-section.style-7 {
	position:relative;
}
.free-copy-report-section.style-7 > .container {
	position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
.free-copy-report-section.style-7 .free-copy-report-icon::before {
  display: none;
}
/*.free-copy-report-section.style-7 .free-copy-report-single-item {
  transition: .5s;
  box-shadow: 0 0 5px rgb(217, 217, 217, 0.7);
  box-shadow: 1px 1px 10px 3px rgba(34, 37, 43, 0.4)
}
.free-copy-report-section.style-7 .free-copy-report-single-item:hover {
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.15) !important;
  transform: translateY(-5px);
}*/
.style-7 .fc-mt {
  margin-top: -165px !important;
  padding-top: 0;
  position: relative;
  z-index: 1;
}

/* 23 Reasons To Outsource IT */
.essential-reasons-report {	
    padding: 32px 20px;
	/*width: 300px;*/
    background-color: #f6f7f9;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    text-align: center;
}

.essential-reasons-report h4 {
    padding: 0;
    margin-top: 40px;
	margin-bottom: 5px;
    font-size: 24px;
    font-weight: 700;
    color: #2d3669;
    font-family: 'Segoe UI Bold' !important;
    text-transform: uppercase;
}

.essential-reasons-report p {
    margin-bottom: 40px;
}

.essential-reasons-report .btn-common button {
    border: 1px solid #f37a6f;
	background: #f37a6f !important;
}

.sticky-box {
	position: sticky;
	top: 100px;
}


/*------------------
============== Start feature-section Style seven
-------------------*/
.single-free-copy-report-item {
    text-align: center;
    margin-bottom: 30px;
    transition: .5s;
}
.single-free-copy-report-item:hover{
  transform: translateY(-36px);
}
.single-free-copy-report-item:hover .single-free-copy-report-thumb img{
  transform: rotateY(360deg);
} 
.single-free-copy-report-thumb img {
    width: 60px;
    transition: .5s;
}
.single-free-copy-report-content h4 {
    font-size: 23px;
    margin: 39px 0 0;
}
.consulting-free-copy-report-section .single-free-copy-report-content p {
    margin: 13px 0 0;
}
.consulting-free-copy-report-section .section-head h2 {
    font-size: 35px;
}
/*-------------
================ Itsoft Start About Section
---------------*/
.about-single-thumb {
	text-align:center;
}
.about-single-thumb img {
	/*width: 100%;*/
	height: auto;
	/*border-bottom-left-radius: 10px;*/
	text-align:center;
}
.section-head h5 {
  font-size: 16px;
  font-weight: 600;
  color: #f37a6f;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 5px;
}
.section-head h3 {
	font-family: 'Segoe UI Bold', sans-serif !important;
	font-style: normal;
	margin: 0 0 10px;
	line-height: 1.3;
	font-weight: 700;
	transition: .5s;
	/*color: #f4f7fc;*/ /*Do not setup color because text on submitting contact form dissapear*/
	padding-bottom: 20px;
}
.section-head h3.why-choose-us {
  text-transform: capitalize;
	font-size: 35px;
	line-height: 1.3;
	margin-bottom: 20px;
}
.section-head h2 {
  text-transform: capitalize;
  font-size: 39px;
  margin-bottom: 20px;
  color: #2d3669;
}

.circular-area .section-head h2 span,
.circular-area .section-head h3 span{
	color: #f37a6f;
}
.section-head h2 span,
.section-head h3 span {
  text-transform: capitalize;
  /*color: #5164ae;*/
  color: #f3f3f3;
  font-family: 'Segoe UI Bold', sans-serif !important;
}
.section-head p {
  color: #616161;
	line-height: 1.5;
  padding: 25px 0 0;
  margin: 0;
}
.section-head-bar {
  position:relative;
  display: block;
}
/*.section-head-bar::before {
	content: "";
	position: absolute;
	left: 5px;
	bottom: 0;
	width: 40px;
	height: 4px;
	background: #f37a6f;
  transform: skewX(45deg);
}
.section-head-bar::after {
	content: "";
	position: absolute;
	left: 10px;
	bottom: 0;
	width: 40px;
	height: 4px;
	background: #f37a6f;
  transform: skewX(-45deg);
}*/
.single-content p{
  margin: 0;
}
.content-single-icon {
  color: #f37a6f;
  font-size: 30px;
  float: left;
  margin-right: 28px;
  display: block;
}
.inner-content-title {
  font-family: "Rubik",Sans-serif;
  color: #232323;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}
/*9 big reasons style eight*/
.nine-big-reasons-section .section-left {
	padding-left: 0;
	/*z-index:2;
	position:relative;
	margin-right: -20px;*/
}
.nine-big-reasons-section .section-right {
	/*background-color: #f37a6f;
	background: linear-gradient(to left, #f37a6f, #f37a6f 94%, #8d4741 100%);*/
    border-radius: 0 5px 5px 0;
    padding: 0;
    margin-top: 30px;
   /* box-shadow: inset -20px 20px 20px 0px #80403a73;
	z-index:1;
	position:relative;
	margin-left: -20px;*/
}
.nine-big-reasons-section .nine-big-reasons-container {
   /* background-color: #5164ae;
	background: linear-gradient(to right, #5164ae, #5164ae 95%, #364374 100%);*/
    border-radius: 5px 0 0 5px;
    padding: 20px 40px 0 30px;
	margin-top: 30px;
	/*box-shadow: 10px 10px 9px 1px rgb(81 100 174 / 26%);*/
}
.nine-big-reasons-section .nine-big-reasons-end { 
	margin-top:15px;
}
/* .nine-big-reasons-img {
	position: relative;
	margin-top: 20px;
} */

.section-content-right {
	padding: 20px 30px 0 40px;
	/*position: absolute;
	top: 63px;
	left: 60px;
	padding-top: 10px;*/
}
.nine-big-reasons-container  .section-content ol li {
    /*list-style: none;*/
    font-weight: 700;
    display: inline-block;
    margin-top: 15px;
    color: #efefef;
    font-size: 22px;
    font-family: 'Segoe UI Semibold', sans-serif !important;
}

.nine-big-reasons-container  .section-content p {
    margin-top: 0;
    font-family: 'Segoe UI', sans-serif !important;
    color: #efefef;
    font-size: 16px;
	margin-left: 25px;
}
/*.nine-big-reasons-container .book-a-call-button {
	padding: 30px 0 !important;
	display: flex;
	justify-content: center;
}*/


.book-a-call-button{
	margin: 0 auto;
    margin-top: 60px;
	margin-bottom: 20px;
    /*margin-bottom: 20px;*/
}
/*
.book-a-call-button a{
	box-shadow: 0px 20px 20px 0px rgb(0 0 0 / 26%);
}
*/

.nine-big-reasons-thumb-section {
	height:100%;
	/*display:flex;
	align-items: center;
	background: #f37a6f;
    border-radius: 3%;
    padding: 0 30px 0 30px;
    margin-top: 30px;
    box-shadow: inset -20px 20px 20px 0px #80403a73;*/
}
.nine-big-reasons-thumb-section .nine-big-reasons-single-thumb {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-content: space-between;
    height: 100%;
}
.nine-big-reasons-feature li {
	display: flex !important;
    font-weight: 700 !important;
    display: inline-block !important;
    /*margin-top: 15px !important;*/
    color: #efefef !important;
    font-size: 22px !important;
    font-family: 'Segoe UI Semibold', sans-serif !important;
}
.nine-big-reasons-feature li span {
	font-family: 'Segoe UI Semibold', sans-serif !important;
	font-size: 22px;
}
.nine-big-reasons-feature div {
	color: #fff;
	font-size: 16px;
    margin: 5px 0 30px 22px;
    line-height: 1.5;
}
/*facts about our company*/
.section-head-facts-about h3 {
	font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 48px;
    color: #2d3669;
	text-align:center;
	padding-bottom: 35px;
	padding-top: 60px;
}
.home-facts-about h4{
	font-family: 'Segoe UI Semibold', sans-serif !important;
    font-size: 24px;
    color: #fff;
    padding-left: 19px;
    line-height: 1.2;
    margin: 0;
}


.facts-about-content span{
	font-family: 'Segoe UI Bold', sans-serif;
	font-size: 40px;
}

.facts-about-single-item {
    border-radius: 10px;
    background-color: #f37a6f;
    /*box-shadow: 10px 10px 13px 0px rgb(81 100 174 / 25%);
	box-shadow: 1px 1px 10px 3px rgba(34, 37, 43, 0.2);*/
	height: 240px;
	margin-top: 30px;
}
.facts-about-item {
	padding-left:25px;
	padding-right:25px;
	padding-bottom:25px;
}

.facts-about-item:nth-child(even) .facts-about-single-item {
    border-radius: 10px;
    background-color: #5164ae;
    /*box-shadow: 10px 10px 13px 0px rgb(81 100 174 / 25%);
	box-shadow: 1px 1px 10px 3px rgba(34, 37, 43, 0.2);*/
	height: 240px;
	margin-top: 30px;
}

.facts-about-num{
	font-family: 'Segoe UI Bold', sans-serif;
	font-size: 80px;
	color: #fff;
	text-align:center;
	padding: 20px 10px 20px 10px;
	height: 70px;
}

.facts-about-content{
	font-family: 'Segoe UI Bold', sans-serif;
	font-size:16px;
	color: #fff;
	text-align:center;
}

.icon-facts-about {
	background-color: #fff;
    border-radius: 25%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 50px;
    min-height: 50px;
	
}

.facts-about-item:nth-child(even) .far:before,
.facts-about-item:nth-child(even) .fad:before,
.facts-about-item:nth-child(even) .fas:before,
.facts-about-item:nth-child(even) .fa-light:before,
.facts-about-item:nth-child(even) .fal:before{
	font-size: 24px;
	color: #5164ae;
}

.facts-about-single-item .far:before,
.facts-about-single-item .fad:before,
.facts-about-single-item .fas:before,
.facts-about-single-item.fa-light:before,
.facts-about-single-item .fal:before{
	font-size: 24px;
	color: #f37a6f;
}

.home-facts-about{
	display: flex;
    align-items: center;
    padding: 20px;
}

/************* Our Simple Plan Section ***************/
.design-element{
	margin-bottom:
	30px;
}
.design-element-circle{
	color: #f37a6f;
	z-index:1;
	position:relative;
	font-size: 18px;
}




.our-plan-headline{
	font-size: 48px;
	font-family: 'Segoe UI Bold';
	color: #f3f3f3;
	
}
.step-headline{
	font-family: 'Segoe UI SemiBold';
    font-size: 30px;
    color: #f3f3f3;
    text-align: center;
	padding:0 15px 0 15px;

}
/*3 steps style eight*/
.three-steps-our-plan-section {	
	background:#5164ae;
	font-size: 40px; 
	text-align:center;
	/*box-shadow: 0px -20px 20px 0px rgb(0 0 0 / 19%);*/
	box-shadow: 1px 1px 10px 3px rgba(34, 37, 43, 0.4);
}
.three-steps-our-plan-section .col-12 {
	min-height: 80px; 
	display: flex; 
	align-items: center; 
	justify-content: center;
	font-family: 'Segoe UI Bold';
	line-height: 1.5;
}
.three-steps-section {
	background:#5164ae; 
	color:#2d3669; 
	box-shadow: 1px 7px 8px 0px rgba(34, 37, 43, 0.4);
	/*box-shadow: 0px 20px 20px 0px rgb(0 0 0 / 26%);*/
}

.three-steps-section .step-number {
	font-size: 40px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Segoe UI Bold';
    color: #f3f3f3;
    margin:0 0 40px 0;
	padding:0 15px 0 15px;
}

.three-steps-section .step-content{
	margin-top: 20px;
	padding:0 15px 0 15px;
}
.three-steps-section .step-content ul li {
	font-size: 16px;
    line-height: 1.5;
    text-align: center;
    color: #f3f3f3;

}
.three-steps-section .step-content div {
	font-family:'Segoe UI Semibold';
	line-height: 2.5em;
}
.three-steps-how-we-do-it {
	font-size: 40px; 
	height: 140px; 
	display: flex; 
	align-items: center; 
	justify-content: center;
	font-family:'Segoe UI Bold';
	line-height: 1.5;
	text-align: center;
}
/*about area style eight*/
.about-section.style-eight {
    background: #f4f7fc url(assets/images/services/back.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.about-section.style-eight .about-thumb-section {
    position: relative;
    bottom: -20px;
}
.about-section.style-eight .about-single-thumb img {
    width: 91%;
}
.about-section.style-eight .about-content-container {
    padding-left: 0;
}
.about-section.style-eight .about-single-thumb img {
    width: 90%;
}
.about-section.style-eight .counter-title h4 {
    font-size: 20px;
    font-weight: 600;
    color: #232323;
}
.about-section.style-eight .counter-text span {
    color: #f37a6f;
}
/*about section style ten*/
.about-section.style-ten #tabs .tabs-btn-list li {
    border: 1px solid #ddd !important;
}
.about-section.style-ten .tab-thumb {
    margin-right: 19px;
}
.about-section.style-ten .tab-thumb img {
    border-radius: 100%;
}
.about-section.style-ten .thumb-title h3 {
    font-size: 18px;
    margin: 0 0 6px;
}
/*about section style eleven*/
.about-section.style-eleven .section-text p {
    color: #232323;
    font-style: italic;
    font-weight: bold;
    font-size: 21px;
}
.about-section.style-eleven .section-head p {
    padding: 18px 0 0;
    width: 97%;
}
.about-section-video {
    display: inline-block;
}
.about-section.style-eleven .rs-video {
    top: 15px;
    left: -15px;
}
.about-section.style-eleven .rs-video .animate-border .video-vemo-icon {
    background: #f37a6f;
    width: 75px;
    height: 75px;
    line-height: 75px;
    font-size: 26px;
}
.about-section.style-eleven .rs-video .animate-border .video-vemo-icon:before {
    border: 2px solid #f37a6f;
    width: 150px;
    height: 150px;
}
.about-section.style-eleven .rs-video .animate-border .video-vemo-icon:after {
    border: 2px solid #f37a6f;
    width: 150px;
    height: 150px;
}
.about-section.style-eleven .animate-border a i {
    color: #fff;
}
.about-section.style-eleven .rs-video span {
    position: relative;
    top: 36px;
    left: 111px;
    color: #232323;
    font-size: 18px;
    font-weight: 500;
}
/*about section style fiveteen*/
.about-section.style-fiveteen .about-section-thumb {
    position: relative;
    right: 9px;
}
.about-section.style-fiveteen .about-seection-box {
    line-height: 1.1;
}
.about-section.style-fiveteen .section-icon {
    margin-right: 7px;
}
.about-section.style-fiveteen .section-icon i {
    color: #f37a6f;
    display: inline-block;
    font-size: 14px;
}
.about-section.style-fiveteen .section-head p {
    padding: 25px 0 6px;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    width: 96%;
    color: #6d6d6d;
}
.about-section.style-fiveteen .section-icon-box {
    background: #F6F6F6;
    padding: 24px 30px 32px;
    border-left: 4px solid#f37a6f;
    margin-top: 11px;
}
.about-section.style-fiveteen .section-icon-title h3 {
    font-size: 24px;
    margin: 0;
    font-weight: 600;
}
/*social address*/
.about-section.style-fiveteen .section-address ul li {
    list-style: none;
}
.about-section.style-fiveteen a.address1 {
    top: 24%;
    right: 0;
}
.about-section.style-fiveteen a.address2 {
    top: 39%;
    right: 10%;
    color: #F17DA0!important;
}
.about-section.style-fiveteen a.address2:hover{
  background: #f37a6f;
  color: #fff!important;
}
.about-section.style-fiveteen a.address3 {
    top: 62px;
    right: 39px;
    color: #f37a6f!important;
}
.about-section.style-fiveteen a.address3:hover{
   background: #f37a6f;
  color: #fff!important;
}
.about-section.style-fiveteen .section-address ul li a {
    display: inline-block;
    position: absolute;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    background: #fff;
    box-shadow: 0px 10px 21px rgb(0 0 0 / 10%);
    border-radius: 100%;
    color: #06BFFE;
}
.about-section.style-fiveteen .section-address ul li a:hover{
  background: #f37a6f;
  color: #fff;
}


/*about section style fiveteen upper*/
.about-section.style-fiveteen.upper .content-wrapper {
    position: relative;
    left: 24px;
}
.about-section.style-fiveteen.upper .about-thumb {
    margin-right: 46px;
}
.about-section.style-fiveteen.upper .about-section-conetnt {
    border-left: 1px solid#DDDDDD;
    padding: 8px 0 8px 20px;
}
.about-section.style-fiveteen.upper .about-section-title h3 {
    font-size: 18px;
    margin: 0 0 4px;
    font-weight: 600;
}
/* start flipx box area*/
.flip-box {
    width: 100%;
    border: none;
    perspective: 1000px;
    margin-bottom: 30px;
    height: 220px;
}
.feature-single-box {
    padding: 41px 22px 0;
}
.box-title h3 {
    font-size: 20px;
    letter-spacing: 1px;
    margin: 13px 0 16px;
}
.flip-content p {
    line-height: 1.6;
    color: #fff;
}
.dreamit-filepx-area.style-two .flip-box {
    height: 248px;
}
.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}
.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.box-title h3 {
    color: #232323;
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
    color: #fff;
    padding-top: 39px;
}
.box-icon {
    padding-top: 20px;
}
.flip-box-front.two {
    background: linear-gradient(rgba(0, 0, 0, 0.61), rgba(0, 0, 0, 0.61)),url(assets/images/about/flipx.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.flip-box-back {
    background: linear-gradient(rgba(0, 0, 0, 0.61), rgba(0, 0, 0, 0.61)),url(assets/images/about/flipx.jpg);
    border-radius: 0px;
    color: white;
    transform: rotateY(180deg);
    padding: 27px 0 0;
    transition: .5s;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.des p {
    width: 72%;
    margin: 0 auto;
    padding-bottom: 19px;
    line-height: 1.6;
}
.des a {
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    background: #f37a6f;
    border-radius: 0;
    padding: 10px 18px;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 0;
    transition: .5s;
    border-radius: 3px;
}
.des a:hover {
    background:#fff;
    color:#f37a6f;
}
.flip-box-front.three {
    background: #CC7A31;
    box-shadow: none;
}
.flip-box-front.three .flip-icon i{
    color: #fff;
} 
.flip-icon i {
    font-size: 55px;
    color: #CB7931;
}
.flip-box-front.three{
    background: linear-gradient(rgba(0, 0, 0, 0.61), rgba(0, 0, 0, 0.61)),url(assets/images/about/flipx2.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.flip-box-back.three {
    background: linear-gradient(rgba(0, 0, 0, 0.61), rgba(0, 0, 0, 0.61)),url(assets/images/about/flipx2.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.flip-box-front.four {
    background: linear-gradient(rgba(0, 0, 0, 0.61), rgba(0, 0, 0, 0.61)),url(assets/images/about/flipx3.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.flip-box-back.four {
    background: linear-gradient(rgba(0, 0, 0, 0.61), rgba(0, 0, 0, 0.61)),url(assets/images/about/flipx3.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.flip-box-front.five{
    background: linear-gradient(rgba(0, 0, 0, 0.61), rgba(0, 0, 0, 0.61)),url(assets/images/about/flipx4.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.flip-box-back.five{
    background: linear-gradient(rgba(0, 0, 0, 0.61), rgba(0, 0, 0, 0.61)),url(assets/images/about/flipx4.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.flip-box.two {
    position: relative;
    top: 30px;
}
.flip-box.four{
    position: relative;
    top: 30px;
}

/*consulting feature area style two*/
.consulting-feature-section.style-two .single-feature-item {
    padding-bottom: 55px;
}
.feature-btn a {
    color: #616161;
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 19px;
}
/*------------------
============== Start About Sectiom Style two
-------------------*/
.about-video{
	position: absolute;
	left: 0;
	right: 0;
  text-align: center;
	top: 40%;
}
.choose-us-video {
	position: absolute;
	left: 0;
	right: 0;
  text-align: center;
	top: 50%;
}
.about-video .video-icon,
.choose-us-video .video-icon {
  margin-left: 0;
}
@-webkit-keyframes ripple-yellow {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgb(255, 60, 0, 0.3), 0 0 0 10px rgb(255, 60, 0, 0.3), 0 0 0 20px rgb(255, 60, 0, 0.3);
        box-shadow: 0 0 0 0 rgb(255, 60, 0, 0.3), 0 0 0 10px rgb(255, 60, 0, 0.3), 0 0 0 rgb(255, 60, 0, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgb(255, 60, 0, 0.3), 0 0 0 20px rgb(255, 60, 0, 0.3), 0 0 0 30px rgb(255, 60, 0, 0.3);
        box-shadow: 0 0 0 10px rgb(255, 60, 0, 0.3), 0 0 0 20px rgb(255, 60, 0, 0.3), 0 0 0 30px rgb(255, 60, 0, 0)
    }
}

@keyframes ripple-yellow {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgb(255, 60, 0, 0.3), 0 0 0 10px rgb(255, 60, 0, 0.3), 0 0 0 20px rgb(255, 60, 0, 0.3);
        box-shadow: 0 0 0 0 rgb(255, 60, 0, 0.3), 0 0 0 10px rgb(255, 60, 0, 0.3), 0 0 0 20px rgb(255, 60, 0, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgb(255, 60, 0, 0.3), 0 0 0 20px rgb(255, 60, 0, 0.3), 0 0 0 30px rgb(255, 60, 0, 0);
        box-shadow: 0 0 0 10px rgb(255, 60, 0, 0.3), 0 0 0 20px rgb(255, 60, 0, 0.3), 0 0 0 30px rgb(255, 60, 0, 0)
    }
}
.common-video .video-icon a,
.choose-us-video .video-icon a,
.section-video .video-icon a {
	width: 85px;
	height: 85px;
	line-height: 85px;
	color: #f37a6f;
	animation: ripple-yellow 1s linear infinite;
	background: #fff;
}
.about-content-container {
    padding-left: 27px;
}
.about-section.style-2 .about-thumb-section {
	padding-right: 15px;
}
.about-thumb-section h4 {
	line-height: 1.8em;
}
.block-text p {
	color: #232323;
	font-size: 21px;
	font-weight: 300;
  padding-bottom: 0;
}
.ceo-name h6 {
  margin-bottom: 5px;
}
.skill-item{
  margin-top: 25px;
  position: relative;
}
.skill-title,
.skill-percentage {
  font-family: "Rubik",Sans-serif;
  color: #232323;
	font-size: 17px;
	font-weight: 400;
}
.skill-percentage {
  position:absolute;
  top:0;
  right: 0;
}
.count-box{
  float: left;
}
.bar-inner {
  width:100%;
  height: 4px;
  background: #d9d9d9;
  border-radius: 5px;
  position: relative;
}
.progress-line{
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 4px;
  background: #f37a6f;
  border-radius: 5px;
  transition: 3s;
}
/*section content text*/
.section-text p {
    color: #616161;
    line-height: 1.5;
    padding: 23px 0 0;
    margin: 0;
}
/*------------------
============== Itsoft Start Skills section style Two
-------------------*/
.skills-wrapper {
  background: linear-gradient(rgba(26, 31, 53, 0.82), rgba(26, 31, 53, 0.82)), transparent url(assets/images/skills/sk-bg1.jpg) no-repeat center/cover;
  padding: 50px 80px;
}
.skills-section .container {
  width: 1000px;
}
.single-circle-counter {
  position: relative;
  text-align: center;
}
.counter-inner {
  position: absolute;
  color: #fff;
  font-size: 35px;
  font-weight: 500;
  display: flex;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/*skill area*/
.skill-single-box {
    position: relative;
    z-index: 1;
}
.skill-thumb {
    position: relative;
    z-index: 1;
    left: 40%;
}
.skill-img {
    position: absolute;
    z-index: -1;
}
.skill-img.shape1 {
    right: 24px;
    top: 23%;
}
.skill-img.shape-3 {
    left: -17px;
    top: 7px;
    animation: moveLeftBounce 2s linear infinite;
}
.skill-img.shape-4 {
    left: 63px;
    bottom: -31px;
    z-index: 2;
}
.skill-img.shape-5 {
    bottom: -19px;
    right: 12px;
    z-index: 2;
}
.skill-img.shape-6 {
    top: 77px;
    left: 20%;
}
.skill-img.shape-7 {
    top: -31px;
    left: 169px;
    animation: moveLeftBounce 2s linear infinite;
}
.skill-img.shape-1 {
    top: 73px;
    right: 86px;
}
.skill-img.shape-2 {
    bottom: -28px;
    right: -16px;
    z-index: 2;
    animation: moveLeftBounce 2s linear infinite;
}
.skill-img.shape-8 {
    right: -65px;
    bottom: -123px;
}
/*experience section style-10*/
.experience-section.style-10 .section-head p {
    color: #616161;
    line-height: 1.5;
    padding: 25px 0 16px;
    margin: 0;
    font-weight: 300;
    width: 95%;
}
.experience-section.style-10 .skill-title, .skill-percentage {
    margin-bottom: 7px;
}









/*--==============================================->
    <!--Start animation-->
  ==================================================-*/
/* bounce-animate */
.bounce-animate {
animation-name: float-bob;
animation-duration: 2s;
animation-iteration-count: infinite;
animation-timing-function: linear;
-moz-animation-name: float-bob;
-moz-animation-duration: 2s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-ms-animation-name: float-bob;
-ms-animation-duration: 2s;
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
-o-animation-name: float-bob;
-o-animation-duration: 2s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear; }
.bounce-animate2 {
animation-name: float-bob2;
animation-duration: 3s;
animation-iteration-count: infinite;
animation-timing-function: linear;
-moz-animation-name: float-bob2;
-moz-animation-duration: 3s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-ms-animation-name: float-bob2;
-ms-animation-duration: 3s;
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
-o-animation-name: float-bob2;
-o-animation-duration: 3s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear; }
.bounce-animate3 {
animation-name: float-bob3;
animation-duration: 4s;
animation-iteration-count: infinite;
animation-timing-function: linear;
-moz-animation-name: float-bob3;
-moz-animation-duration: 4s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-ms-animation-name: float-bob3;
-ms-animation-duration: 4s;
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
-o-animation-name: float-bob3;
-o-animation-duration: 4s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear; }
.bounce-animate4 {
animation-name: float-bob4;
animation-duration: 5s;
animation-iteration-count: infinite;
animation-timing-function: linear;
-moz-animation-name: float-bob4;
-moz-animation-duration: 5s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-ms-animation-name: float-bob4;
-ms-animation-duration: 5s;
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
-o-animation-name: float-bob4;
-o-animation-duration: 5s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear; }
.bounce-animate5 {
animation-name: float-bob5;
animation-duration: 6s;
animation-iteration-count: infinite;
animation-timing-function: linear;
-moz-animation-name: float-bob5;
-moz-animation-duration: 6s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-ms-animation-name: float-bob5;
-ms-animation-duration: 6s;
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
-o-animation-name: float-bob5;
-o-animation-duration: 6s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear; }
@-webkit-keyframes float-bob {
0% {
-webkit-transform: translateY(-35px);
transform: translateY(-35px); }
50% {
-webkit-transform: translateY(-7px);
transform: translateY(-7px); }
100% {
-webkit-transform: translateY(-35px);
transform: translateY(-35px); } }
@-webkit-keyframes float-bob2 {
0% {
-webkit-transform: translateY(-60px);
transform: translateY(-60px); }
50% {
-webkit-transform: translateY(-30px);
transform: translateY(-30px); }
100% {
-webkit-transform: translateY(-60px);
transform: translateY(-60px); } }
@-webkit-keyframes float-bob3 {
0% {
-webkit-transform: translateY(-40px);
transform: translateY(-40px); }
50% {
-webkit-transform: translateY(-25px);
transform: translateY(-25px); }
100% {
-webkit-transform: translateY(-40px);
transform: translateY(-40px); } }
@-webkit-keyframes float-bob4 {
0% {
-webkit-transform: translateY(-70px);
transform: translateY(-70px); }
50% {
-webkit-transform: translateY(-35px);
transform: translateY(-35px); }
100% {
-webkit-transform: translateY(-70px);
transform: translateY(-70px); } }
@-webkit-keyframes float-bob5 {
0% {
-webkit-transform: translateY(-75px);
transform: translateY(-75px); }
50% {
-webkit-transform: translateY(-35px);
transform: translateY(-35px); }
100% {
-webkit-transform: translateY(-75px);
transform: translateY(-75px); } }
@-webkit-keyframes movebounce {
0% {
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
50% {
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
100% {
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
}

@keyframes movebounce {
0% {
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
50% {
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
100% {
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
}

@-webkit-keyframes moveleftbounce {
0% {
-webkit-transform: translateX(0px);
transform: translateX(0px);
}
50% {
-webkit-transform: translateX(20px);
transform: translateX(20px);
}
100% {
-webkit-transform: translateX(0px);
transform: translateX(0px);
}
}

@keyframes moveleftbounce {
0% {
-webkit-transform: translateX(0px);
transform: translateX(0px);
}
50% {
-webkit-transform: translateX(20px);
transform: translateX(20px);
}
100% {
-webkit-transform: translateX(0px);
transform: translateX(0px);
}
}
.skill-area .section-head h5 {
    font-weight: 500;
    color: #f37a6f;
    margin-bottom: 14px;
    letter-spacing: 0;
}
.skill-area .section-head h3 {
    font-size: 38px;
    margin-bottom: 0;
    letter-spacing: 1px;
}
.skill-area .section-head h2 {
    font-size: 38px;
    margin-bottom: 0;
    letter-spacing: 1px;
    text-transform: inherit;
}
.skill-area .section-head p {
    line-height: 1.7;
    padding: 15px 0 0;
    font-family: 'Fira Sans';
}
.skill-area .about-skills {
    margin-top: 40px;
}
.skill-area .skill-title, .skill-percentage {
    margin-bottom: 15px;
}
.skill-area .progress-line {
    height: 3px;
}
.skill-area .skill-item {
    margin-top: 22px;
}


/*------------------
============== ITsoft Start Video Section
-------------------*/
.video-section {
	position: relative;
	margin-top: -220px;
}
.video-section .container{
  width: 90%;
}
.section-video {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 0;
  right: 0;
}
.section-video img{
  width: 100%;
}

/*------------------
============== ITsoft Start Video Section styel two
-------------------*/
.video-section.style-two {
  margin-top: 0;
  margin-bottom: -200px;
}
/*------------------
============== ITsoft Start Video Section style three
-------------------*/
.video-section.style-three {
  margin-top: -10px;
  margin-bottom: -200px;
  position: relative;
}
.video-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-section.style-three .video-content {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  background: url(assets/images/video/vb1.jpg) no-repeat center/ cover scroll;
}
/*------------------
============== Start About Section Style
-------------------*/
.abount-us-icon {
	display:flex;
	align-items: center;
}
.abount-us-icon > div:first-child {
	margin-right:30px;
}
.abount-us-icon div h3 a,
.abount-us-icon div h3 a:hover,
.abount-us-icon div h3 a:active,
.abount-us-icon div h3 a:visited {
	font-family: 'Segoe UI Semibold';
}

.abount-us-hr hr {
	transform: rotate(90deg);
    width: 60px;
    height: 0;
    padding: 0;
    margin: 9px 0px;
    color: red;
    box-shadow: none;
    border-color: #f37a6f;
    border-width: 3px;
	margin:27px 6px;
}
.abount-us-icon-area i {
	width: 70px;
    height: 70px;
    padding: 14px;
    border-radius: 100px;
    border: 3px solid #f37a6f;
    color: #f37a6f;
	font-size: 35px; 
	color: #f37a6f;
}
.abount-us-icon h3 {
	font-family: 'Segoe Ui Semibold';
	font-size:19px;
	color: #000;
}
.abount-us-collapsable-content {
	padding: 0 18px;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
	background-color: #f1f1f1;
}
/*------------------
============== Start About Section Style Three
-------------------*/
.common-video.style-5 {
	margin-top: 25px;
}
.common-video.style-5 h3 {
	font-size: 18px;
	font-weight: 500;
	display: inline-block;
	padding-left: 26px;
}
.about-section.style-5 .about-content-container {
	 padding-left: 0;
}
.about-sign-thumb img {
  border-radius: 50%;
}

/*------------------
============== Start About Section Style Four
-------------------*/
.section-content ol li {
	/*list-style: none;*/
	font-weight: 600;
	display: inline-block;
	/*width: 48%;*/
  margin-top: 15px;
  color : #666;
  font-size: 17px;
}
.section-content ol li + li { 
	width: 48%;
}
.section-content ol li i{
  margin-right: 10px;
}
.section-content p {
	margin-top: 0;
	margin-left: 25px;
    font-family: 'Segoe UI', sans-serif !important;
    color: #efefef;
    font-size: 16px;
}
.about-helpline {
  font-size: 17px;
}
.about-helpline a{
  color: #f37a6f;
  text-decoration: underline;
}
/*------------------
============== Start About Section Style Five
-------------------*/
.about-section.style-five .section-thumb {
  position: relative;
}
.about-section.style-five .common-video.style-5{
  margin-top: 0;
}
.about-section.style-five .common-video {
  position: absolute;
  top:50%;
  left: 50%;
  transform:translate(-50%, -50%);
}
.about-counter-inner .single-counter {
  margin-bottom: 30px;
}
.about-counter-inner .counter-text h1 {
    font-size: 34px;
    font-weight: 500;
    color: #f37a6f;
	font-family: 'Segoe UI Bold', sans-serif !important;
}
.about-counter-inner .counter-text h1 span {
  color: #f37a6f;
  font-family: 'Segoe UI Bold', sans-serif !important;
}


.counter_title h4 {
    text-transform: capitalize;
    font-size: 18px;
    margin-top: 2px;
    font-weight: 300;
    letter-spacing: 0;
    font-family: "Rubik",Sans-serif;
}


/*------------------
============== Start About Section Style Six
-------------------*/
.creative-counter {
  position: relative;
  margin-right: 75px;
}

.creative-counter::before {
    content: "";
    position: absolute;
    right: -50px;
    top: 90px;
    width: 34px;
    height: 34px;
    background-color: #f37a6f;
    border-radius: 50%;
}
.creative-counter::after {
    content: "";
    position: absolute;
    right: -55px;
    top: 0;
    width: 50px;
    height: 50px;
    background-color: #f37a6f;
    border-radius: 50%;
}
.creative-counter .single-counter{
    background: #fff;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    text-align: center;
    box-shadow: 11.35px 22.275px 25.92px 1.08px rgb(14 62 129 / 29%);
    float: right;
    position: relative;
    padding: 0 40px;
    z-index: 2;
}
.creative-counter  .counter-shape-inner {
    position: absolute;
    content: "";
    right: 71px;
    top: -18px;
    height: 300px;
    width: 300px;
    background: #f37a6f;
    z-index: 1;
    border-radius: 50%;
}
.creative-counter .counter-content-inner {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.creative-counter .counter-content-inner h1 {
	font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 120px;
    line-height: 95px;
    color: #f37a6f;
}
.creative-counter .counter-content-inner h4 {
	font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
	padding: 15px 0;
    /*font-family: "Rubik",Sans-serif*/
}
.about-section.style-six .counter-title h4 {
	font-family: 'Segoe UI Bold', sans-serif !important;
    color: #232323;
    font-size: 24px;
    font-weight: 600;
}
/*------------------
============== Start About Section Style Seven
-------------------*/
.about-section.style-seven {
  position: relative;
}
.about-section.style-seven .section-thumb {
    position: relative;
    z-index: 1;
}
.section-block-text {
    border-left: 4px solid #f37a6f;
    padding-right: 35px;/*35%;*/
    padding-left: 35px;
    margin-top: 40px;
}
.section-block-text p {
    color: #232323;
    font-family: 'Segoe UI', sans-serif !important;
    font-size: 18px;
    font-weight: 500;
    padding-top: 0;
}
.about-section.style-seven .content-wrapper {
    position: relative;
    left: 64px;
}
.about-section.style-seven .about-single-content:not(:last-child) {
    margin-bottom: 40px;
}

.about-section.style-seven .about-single-content td {
	font-size:16px;
}
.about-section.style-seven .about-single-content td li {
    color: #000000;
	font-family: 'Segoe UI';
}
.about-section.style-seven .about-single-content td a,
.about-section.style-seven .about-single-content td a:hover
.about-section.style-seven .about-single-content td a:visited
.about-section.style-seven .about-single-content td a:active {
    color: #f37a6f;
	font-family: 'Segoe UI';
}
.about-section.style-seven .about-single-content td a:hover {
	text-decoration: underline;
}
.about-section.style-seven .icon {
  float: left;
}
.about-section.style-seven .icon  i {
	color: #f37a6f;
    font-size: 24px;
    margin-top: 2px;
}
.about-section.style-seven .icon  {
  padding-right: 25px;
}
.about-section.style-seven .content-inner {
  overflow: hidden;
  
}
.about-section.style-seven .content-inner ul li {
	list-style-type: disc;
	margin: auto;
	list-style-position: inside;
	font-weight: bold;
}
.about-section.style-seven .content-inner ul li p {
	margin-left:25px;
	line-height: 1.4em;
}
.about-section.style-seven .content-inner h4{
    color: #232323;
    font-size: 21px;
    font-weight: 600;
    /* text-transform: capitalize; */
}
.about-section.style-seven .content-inner p {
    margin-top: 15px;
    /* width: 63%; */
}
.btn-details a {
    color: #ffffff;
    background: #f37a6f;
    font-family: 'Segoe UI', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    border: 2px solid #f37a6f;
    border-radius: 5px 5px 5px 5px;
    padding: 16px 40px 16px 40px;
    position: relative;
    z-index: 1;
    display: inline-block;
    transition: .3s;
}
.btn-details a::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    background: #fff;
    z-index: -1;
    transition: .3s;
    left: 0;
    top: 0;
}
.btn-details a::before {
    position: absolute;
    width: 0;
    height: 100%;
    background: #fff;
    z-index: -1;
    content: '';
    top: 0;
    left: 0;
    transition: all .3s ease 0s;
}
.btn-details a:hover{
  color: #f37a6f;
}
.btn-details a:hover::before{
    width: 100%;
}
.bounce-animate {
    animation-name: float-bob;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
}
.about-section.style-seven .shape-one  {
    position: absolute;
    left: 75%;
    top: -12px;
}
.about-section.style-seven .shape-two {
    position: absolute;
    left: 64%;
    bottom: -61px;
}
@-webkit-keyframes float-bob {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); } 
  }
.about-section.style-seven .shape-three {
    position: absolute;
    right: 11px;
    top: 55px;
    z-index: -1;
}
.about-section.style-seven .shape-four {
    position: absolute;
    left: 26px;
    bottom: 49px;
    z-index: -1;
}
/*------------------
============== Start About Section Style Eight
-------------------*/
.about-section.style-eight .section-thumb img {
  position: relative;
  z-index: 1;
} 
.about-section.style-eight .shape-one  {
    position: absolute;
    left: 60px;
    top: -60px;
}
.about-section.style-eight .shape-two {
    position: absolute;
    left: 64%;
    bottom: -61px;
}
/*about sevtion style nine*/
.about-section.style-nine {
    background: #f4f7fc;
}
.about-section.style-nine .about-content-container {
   padding-left: 0;
}
.about-section.style-nine .single-abouit-counter {
    box-shadow: 0 20px 50px rgb(0 0 0 / 7%);
    text-align: center;
    height: 250px;
    width: 250px;
    border-radius: 100%;
    margin-bottom: 30px;
    background: #fff;
}
.about-section.style-nine .counter-single-item-inner {
    padding-top: 45px;
}
.about-section.style-nine .section-head h2 {
    font-size: 35px;
}
.about-section.style-nine .section-content-text {
    padding-top: 5px;
}
.about-section.style-nine .about-future {
    padding-top: 4px;
}
.about-section.style-nine .counter-icon {
    margin-right: 0;
}
/*about section atyle ten*/
.about-section.style-elevent {
    background: url(assets/images/about/about-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    margin-top: -112px;
}
.about-section.style-elevent .section-thumb {
    position: relative;
    right: 20px;
}
.about-section.style-elevent .section-head h5 {
    margin-bottom: 15px;
}
.about-section.style-elevent .section-head h2 {
    font-size: 38px;
    margin-bottom: 0;
}
.about-section.style-elevent .section-head h3 {
    font-size: 38px;
    line-height: 1.2;
    margin-bottom: 0;
}
.about-section.style-elevent .section-head p {
    padding: 10px 0 0;
}
.about-section.style-elevent .content-inner h4 {
    font-size: 18px;
    font-weight: 600;
    font-family: 'Rubik';
    line-height: 1.6;
}
.about-section.style-elevent .content-container {
    background: #F7F8FA;
    width: 83%;
    padding: 24px 29px 9px 23px;
    border-bottom: 2px solid#f37a6f;
}
.about-section.style-elevent .about-single-content {
    margin-bottom: 4px;
}
.about-section.style-elevent .icon i {
    color: #FF3B00;
    display: inline-block;
    font-size: 24px;
    margin-right: 18px;
    margin-top: 8px;
}
.about-section.style-elevent .about-btn a {
    color: #f37a6f;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    transition: .5s;
}
.about-section.style-elevent .about-btn a i {
    margin-left: 6px;
    display: inline-block;
}
/*about section style elevent upper*/
.about-section.style-elevent.upper {
    background: none;
    margin-top: 0;
}
.about-section.style-elevent.upper .about-section-thumb {
    position: relative;
    z-index: 1;
    right: 20px;
}
/*about shape*/
.about-section.style-elevent.upper .section-img {
    position: absolute;
    z-index: -1;
}
/*section address*/
.about-section.style-elevent.upper .section-address ul li {
    list-style: none;
}
.about-section.style-elevent.upper a.address1 {
    top: 24%;
    right: 0;
}
.about-section.style-elevent.upper a.address2 {
    top: 39%;
    right: 10%;
    color: #F17DA0!important;
}
.about-section.style-elevent.upper a.address3 {
    top: 62px;
    right: 39px;
    color: #f37a6f!important;
}
.about-section.style-elevent.upper .section-address ul li a {
    display: inline-block;
    position: absolute;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    background: #fff;
    box-shadow: 0px 10px 21px rgb(0 0 0 / 10%);
    border-radius: 100%;
    color: #06BFFE;
}
.about-section.style-elevent.upper .section-img.shape5 {
    top: 0;
    left: 0;
    animation: moveLeftBounce 2s linear infinite;
}
.about-section.style-elevent.upper .section-img.shape4 {
    top: 15px;
    right: 35px;
    animation: moveLeftBounce 2s linear infinite;
}
.about-section.style-elevent.upper .section-img.shape6 {
    right: -76%;
    bottom: -12px;
    animation: moveLeftBounce 2s linear infinite;
}
.about-section.style-elevent.upper .section-img.shape7 {
    top: 24%;
    left: 39%;
}
.about-section.style-elevent.upper .section-head p {
    padding: 15px 0 0;
    font-family: "Fira Sans", sans-serif;
    width: 93%;
    line-height: 1.7;
}
.about-section.style-elevent.upper .ection-about-single-box {
    text-align: center;
    margin-bottom: 30px;
    padding-right: 29px;
    border-right: 1px solid#BCBCBC;
}
.about-section.style-elevent.upper .ection-about-single-box.two{
  border-right: none;
}
.about-section.style-elevent.upper .section-about-title h4 {
    font-size: 16px;
    margin: 23px 0 0;
    letter-spacing: 1px;
}

/*------------------
============== Start SEO Section Style Seven
-------------------*/
.seo-section.style-seven {
  position: relative;
}
.seo-section.style-seven .section-block-text {
  border-left: 0;
  padding-right: 0;/*35%;*/
  padding-left: 0;
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: left;
}
.seo-section.style-seven .section-thumb {
    position: relative;
    z-index: 1;
}
.seo-section.style-seven .content-wrapper {
    position: relative;
    /* left: 64px; */
}
.seo-section.style-seven .about-single-content:not(:last-child) {
    margin-bottom: 0;
}

.seo-section.style-seven .about-single-content td {
	font-size:16px;
}
.seo-section.style-seven .about-single-content td li {
    color: #000000;
	font-family: 'Segoe UI';
}
.seo-section.style-seven .about-single-content td a,
.seo-section.style-seven .about-single-content td a:hover
.seo-section.style-seven .about-single-content td a:visited
.seo-section.style-seven .about-single-content td a:active {
    color: #f37a6f;
	font-family: 'Segoe UI';
}
.seo-section.style-seven .about-single-content td a:hover {
	text-decoration: underline;
}
.seo-section.style-seven .icon {
  float: left;
}
.seo-section.style-seven .icon  i {
	color: #f37a6f;
    font-size: 24px;
    margin-top: 2px;
}
.seo-section.style-seven .icon  {
  padding-right: 25px;
}
.seo-section.style-seven .content-inner {
  overflow: hidden;
  
}
.seo-section.style-seven .content-inner ul li {
	list-style-type: disc;
	margin: auto;
	list-style-position: inside;
	font-weight: bold;
}
.seo-section.style-seven .content-inner ul li p {
	margin-left:25px;
	line-height: 1.4em;
}
.seo-section.style-seven .content-inner h4{
    color: #232323;
    font-size: 21px;
    font-weight: 600;
    /* text-transform: capitalize; */
}
/* .seo-section.style-seven .content-inner p {
    margin-top: 15px;  width: 63%;
} */
.seo-section.style-seven .shape-one  {
    position: absolute;
    left: 75%;
    top: -12px;
}
.seo-section.style-seven .shape-two {
    position: absolute;
    left: 64%;
    bottom: -61px;
}
.seo-section.style-seven .shape-three {
    position: absolute;
    right: 11px;
    top: 55px;
    z-index: -1;
}
.seo-section.style-seven .shape-four {
    position: absolute;
    left: 26px;
    bottom: 49px;
    z-index: -1;
}

/*------------------
============== SEO MONITORING SERVICES PAGE
-------------------*/
.seo-services-table {
  font-size: 18px;
  line-height: 1.5;
  border-collapse: collapse;
  border: 1px solid #666;
  margin: 50px 0;
}
.seo-services-table thead{
  font-size: 30px;
  font-weight: bold;
}
.seo-services-table tbody tr:nth-child(even){
  background-color: #f3f3f3;
}
.seo-services-table th,
.seo-services-table td {
  padding: 30px 10px;
  border: 1px solid #666;
  text-align: center;
}
.seo-services-table th:first-child,
.seo-services-table td:first-child {
  text-align: left;
}
.seo-services-table thead th:nth-child(1) {
  width: 40%;
}

.seo-services-table thead th:nth-child(2),
.seo-services-table thead th:nth-child(3) {
  width: 30%;
  background-color: #2d3669;
  color: #fff;
}
.seo-services-table thead th:nth-child(2) {
  background-color: #5164ae;
}

.seo-services-table tbody tr:last-child {
  background: #f37a6f;
  color: #fff;
  
}
.seo-services-table tbody tr:nth-last-child(2) td ,
.seo-services-table tbody tr:last-child td {
  font-weight: bold;
}
/*------------------
============== Start choose area
-------------------*/
.choose-area {
    background: url(assets/images/about/choose.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.choose-area .choose-thumb {
    position: relative;
    top: -48px;
    left: -161px;
}
.choose-area .single-counter-box {
    position: absolute;
    top: 46%;
    right: -163px;
    background: url(assets/images/about/icon11.jpg);
    padding: 24px 70px 33px 70px;
    border: 4px solid#fff;
    text-align: center;
    transform: skewX(-13deg);
}
.choose-area .counter-content {
    transform: skewX(10deg);
}
.choose-area .counter-text span {
    font-weight: 500;
    font-size: 50px;
    color: #F44600;
}
.choose-area span.active {
    color: #fff!important;
    position: relative;
    top: -19px;
    font-size: 32px;
}
.choose-area .content-wrapper {
    position: relative;
    left: 32px;
    z-index: 1;
}
.choose-area .counter-title h4 {
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    margin-top: 9px;
}
.choose-area .section-head h5 {
    font-weight: 500;
    margin-bottom: 18px;
}
.choose-area .section-head h2 {
    text-transform: capitalize;
    font-size: 38px;
    margin-bottom: 0;
}
.choose-area .section-head p {
    color: #c6c6c6;
    line-height: 1.6;
    padding: 15px 0 0;
}
.choose-area .choose-single-content {
    margin-bottom: 9px;
}
.choose-area .choose-icon i {
    color: #fff;
    height: 45px;
    width: 45px;
    line-height: 45px;
    background: #323232;
    text-align: center;
    border-radius: 100%;
    display: inline-block;
    font-size: 20px;
    margin-right: 27px;
    margin-top: 3px;
    transition: .5s;
}
.choose-area .choose-icon i:hover{
  background: #FF4806;
}
.choose-area .choose-content-text p {
    width: 70%;
    color: #c6c6c6;
    line-height: 1.7;
}
.choose-area .choose-btn a {
    background: #FE3C00;
    display: inline-block;
    padding: 18px 35px;
    transition: .5s;
    font-size: 14px;
    color: #fff;
    border-radius: 4px;
    margin-top: 17px;
    text-transform: uppercase;
}
.choose-area .choose-btn a:hover{
  background:#fff;
  color: #FE3C00;
}
/*choose area style two*/
.choose-area.style-two {
    background: url(assets/images/about/choose2.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    margin-top: -48px;
}
.choose-area.style-two .section-head h5 {
    font-family: 'Rubik';
    letter-spacing: 0;
}
.choose-area.style-two .section-head p {
    color: #C5C5C5;
    font-family: "Fira Sans", sans-serif;
    width: 91%;
}
.choose-area.style-two .choose-single-box {
    background: #292728;
    padding: 19px 12px 17px 28px;
    transition: .5s;
    margin-bottom: 20px;
    border-radius: 5px;
    position: relative;
}
.choose-area.style-two .choose-title h4 {
    font-size: 18px;
    margin: 0 0 7px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.6;
}
.choose-area.style-two .choose-single-box:hover{
  background:#ff3b00;
  box-shadow: 0 0 27px rgb(0 0 0/20%);
}
.choose-area.style-two .choose-single-box:hover .choose-single-btn a{
  color: #fff;
}
.choose-area.style-two .choose-single-btn {
    transform: rotate(30deg);
    position: absolute;
    bottom: 12%;
    right: 19px;
    transition: .5s;
}
.choose-area.style-two .choose-single-box:hover .choose-single-btn{
    transform: rotate(360deg);
}
/*choose area style sixteen*/
.choose-area.style-sixteen {
    background: url(assets/images/about2/us.png);
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    margin-top: -35px;
    z-index: 2;
}
.choose-area.style-sixteen .content-wrapper {
    position: relative;
    left: 50px;
    z-index: 1;
}
.choose-area.style-sixteen .section-head h5 {
    margin-bottom: 6px;
}
.choose-area.style-sixteen .section-head h2 {
    font-size: 39px;
    margin-bottom: 20px;
}
.choose-area.style-sixteen .choose-single-icon-box {
    margin-bottom: 12px;
}
.choose-area.style-sixteen .choose-icon {
    margin-right: 26px;
}
.choose-area.style-sixteen .choose-icon span {
    color: #f37a6f;
    display: inline-block;
    font-size: 45px;
    transition: .5s;
}
.choose-area.style-sixteen .choose-icon-title h2 {
    color: #FFFFFF;
    font-size: 18px;
    margin: 0 0 14px;
    font-weight: 500;
}
.choose-area.style-sixteen .choose-icon-content-text p {
    color: #FFFFFFD9;
    font-weight: 300;
    width: 80%;
}
.choose-area.style-sixteen .choose-shape.bounce-animate5 {
    position: absolute;
    top: 16%;
    right: 0;
}
/*rs video*/
.choose-area.style-sixteen .rs-video {
    display: inline-block;
    position: absolute;
    top: 44%;
    left: 26%;
}
/*choose shape*/
.choose-area.style-two .choose-shape {
    position: absolute;
    top: -5%;
    right: -42%;
    z-index: -1;
}
/*choose section*/
.service-choose-section {
    background: url(assets/images/about2/choose.jpg);
    background-position:center center;
    background-size:cover;
    background-repeat: no-repeat;
}
.service-choose-section .section-head-content p {
    font-size: 18px;
    margin: 0;
    color:#FFFFFFD9;
}
.service-choose-section .section-title h5 {
    color: #f37a6f;
    font-size: 16px;
    margin: 0 0 4px;
}
.service-choose-section .section-title h3 {
    font-size: 35px;
    margin: 0;
}
.service-choose-section .single-servicve-box {
    text-align: center;
    background: #0E0E0E;
    position: relative;
    padding: 36px 37px 37px;
    border-bottom: 3px solid#f37a6f;
    z-index: 1;
    margin-right:20px;
}
.service-choose-section .single-servicve-box:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    z-index: -1;
    transition: .5s;
    background: #f37a6f;
    top: 0;
    transform: scale(0);
}
.service-choose-section .single-servicve-box:hover:before {
  transform: scale(1);
}
.service-choose-section .single-servicve-box:hover .service-icon span{
  background:#fff;
  color: #f37a6f;
}
.service-choose-section .service-title-two h2 {
    color: #fff;
    font-size: 23px;
    margin: 0 0 35px;
    font-weight: 600;
}
.service-choose-section .service-icon {
    margin: 0 0 26px;
}
.service-choose-section .service-icon span {
    color: #fff;
    display: inline-block;
    transition: .5s;
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    background: #f37a6f;
    font-size: 35px;
    border-radius: 4px;
}
.service-choose-section .service-conent-text p {
    color: #fff;
}




/*------------------
============== Start Offer Section
-------------------*/
.single-offer {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}
.single-offer::before {
    position: absolute;
    left: 0;
    right: 0;
    content: "";
    height: 3px;
    width: 80%;
    background: #ebebeb;
    bottom: 0;
    margin: auto;
    transition: .5s;
}
.single-offer:hover::before {
    background: #ef6330;
    width: 100%;
}
.offer-thumb {
    position: relative;
}
.offer-icon {
    position: absolute;
    left: -15px;
    top: -25px;
}
.offer-icon i {
    font-size: 35px;
    background: #f37a6f;
    height: 75px;
    width: 75px;
    display: inline-block;
    text-align: center;
    line-height: 75px;
    border-radius: 0 50px 50px 50px;
    color: #fff;
    transition: .5s;
}
.single-offer:hover .offer-icon i {
    border-radius: 50px 0 50px 50px;
}
.offer-content {
    padding: 25px 15px 32px;
}
.offer-content h4 {
    font-size: 22px;
    transition: all 0.5s ease 0s;
    font-weight: 600;
}
.offer-content h4:hover {
    color: #f37a6f;
}
.offer-content .btn-read-more a {
    color: #616161;
    font-size: 14px;
    transition: all .5s ease 0s;
    text-transform: uppercase;
}
.offer-content .btn-read-more a:hover {
    color: #f37a6f;
}
/*------------------
============== Itsoft Start Brand Section
-------------------*/
.single-brand {
  max-width: 100%;
}
.single-brand img {
	max-width: 100%;
	width: 90%;
	height: auto;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	transition: .3s;
}
.single-brand:hover img{
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.hr-2 {
	border-top: 1px solid  #595959;
	padding-top: 30px;
}
.hr-4 {
  border-top:  1px solid #d9d9d9;
  padding-top: 15px;
}
.counter-section.style-33 {
    background: url(assets/images/counter-bg23.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.counter-section.style-33 .counter-text span {
    font-weight: 500;
    font-size: 80px;
    color: #fff;
}
.counter-section.style-33 .counter-title {
    float: right;
    position: relative;
    top: 35px;
    left: 30px;
}
.counter-section.style-33 .counter-title h4 {
    color: #fff;
}
.counter-section.style-33 .counter-title h3 {
    font-size: 20px;
    color: #fff;
    font-family: 'Rubik';
}
.counter-section.style-33 .counter-title::before {
    position: absolute;
    content: "";
    top: -3px;
    left: -16px;
    width: 2px;
    height: 60px;
    background: #fff;
}



/*------------------
============== Start Brand Section Style Two
-------------------*/
.brand-section.style-2 {
	background: #f4f7fc;
	padding: 30px 0;
}
/*------------------
============== Start Brand Section Style Two
-------------------*/
.brand-section.style-two {
  background: #f4f7fc;
  padding: 20px 0;
}
.logo-img a {
    overflow: hidden;
    display: inline-block;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.logo-img a .main-logo {
    transition: all 0.3s ease-in-out;
    display: block;
    filter: drop-shadow(0px 0px 1px black);
}
.logo-img a .hover-logo {
    transition: all 0.3s ease-in-out;
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    visibility: hidden;
    filter: drop-shadow(0px 0px 1px black);
}
 .logo-img a:hover .hover-logo {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
    opacity: 3;
    visibility: visible;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    filter: grayscale(0%);
}
   .logo-img a:hover .main-logo {
    display: block;
    visibility: hidden;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    filter: grayscale(100%);
}
/*------------------
============== Itsoft Start Services Section
-------------------*/
h3.headline-services-page{
	color: #232323 !important;
}
/*.services-section {
  background: #F4F7FC url(assets/images/services/sv-bg1.png) no-repeat center/cover;
}*/
.section-head .section-head-content p {
  font-size: 18px;
}
.services-carousel-single-item {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 12px 0 rgb(32 46 60 / 6%);
    margin-bottom: 10px;
}
.services-carousel-thumb img {
  width: 100%;
  border-radius: 5px;
}
.services-carousel-icon {
  text-align: right;
  position: relative;
}
.services-carousel-icon i{
  text-align: center;
  line-height: 70px;
  color: #f00;
  font-size: 35px;
  background: #fff;
  height: 70px;
  width: 70px;
  box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.1);
  border-radius: 50%;
  position: absolute;
  right: 20px;
  bottom: -30px;
}
.services-content-section {
  padding: 10px 20px 0;
}
.services-content {
  margin-bottom: 20px;
}
.services-content-title h2{
  font-size: 20px;
  padding: 0;
  margin: 20px 0;
  transition:.5s;
}
.services-content-title h2:hover{
  color:#f37a6f;
}
.services-content-btn {
  background: #F4F7FC;
  position: relative;
  transition: 0.3s;
  overflow: hidden;
}
.services-content-btn a {
  padding: 16px 20px;
  color: #202020;
  font-size: 16px;
  font-weight: 500;
  display: block;
}
.services-content-btn:hover {
  background: #f37a6f;
}
.services-content-btn:hover a {
  color: #fff;
}
.services-content-btn span i{
  color: #fff;
  right: 20px;
  position: absolute;
  line-height: 1.5;
}
.services-content-btn:hover a::before {
  background: #222;
}
.services-content-btn a::before {
  content:"";
  background: #f37a6f;
  position: absolute;
  height: 100%;
  width: 100px;
  right: -15px;
  top: 0;
  padding: 0 0 54px 0;
  transform: skew(-29deg);
  transition: 0.3s;
}
.owl-dots {
  text-align: center;
  margin-top: 30px;
}
.owl-dot {
  background: #bfbfbf;
  height: 12px;
  width: 12px;
  display: inline-block;
  margin: 0 8px;
  border-radius: 50%;
}
.owl-dot.active {
  background: #f37a6f;
 }
 /*--------------------
  ================ Start Service Section style two
 --------------------*/
.services-thumb{
   position: relative;
   overflow: hidden;
   border-radius: 5px;
 }
.services-thumb img {
  width:100%;
}
.services-bottom-content{
 background: #333;
 position: absolute;
 bottom: 0;
 width: 100%;
 transition: .1s;
}
.services-bottom-content h6{
 color: #fff;
 margin:0;
}
.services-bottom-icon {
	height: 70px;
	width: 70px;
	background: #f37a6f;
	text-align: center;
	line-height: 70px;
}
.services-bottom-icon i{
  font-size: 35px;
  color: #fff;
 }
 .services-bottom-title {
	margin-left: 20px;
}
.services-thumb:hover .services-bottom-content{
 position: absolute;
 bottom:-70px;
}
.services-overlay{
  text-align: center;
  padding: 0 35px;
  background: rgba(241, 42, 2,0.80);
  color: #fff;
  position: absolute;
  top:-100%;
  height:100%;
  transition:.5s;
}
.services-thumb:hover .services-overlay{
 position: absolute;
 top: 0 !important;
}
.overlay-content-inner {
	position: relative;
	top: 60%;
	transform: translateY(-50%);
}
.services-overlay h6{
  color: #fff;
  font-size: 20px;
}
.services-overlay .overlay-icon{
  font-size: 60px;
  margin-bottom: 15px;
}
.btn-common.services-overlay-btn {
  padding: 11px 0 151px
}
.btn-common.services-overlay-btn a{
  background: #fff;
  border: none;
  color:#f37a6f;
}
.overlay-content-inner p {
  margin: 20px 0 30px;
}
/*--------------------
================ Start Services Section Style Three
--------------------*/
.section-head-container.style-2 h2 {
  margin-bottom: 0;
}
.services-section.style-3 {
  background: #f4f7fc url(assets/images/services/svbg3.png) no-repeat center/cover;
}
.services-section.style-3 .services-single-content {
    padding: 56px 29px 52px;
}
.services-section.style-3 .services-single-items {
    margin: 25px 15px 35px;
    overflow: hidden;
    transition: .5s;
    box-shadow: 0px 0 6px rgb(26 46 85 / 10%);
	background-color: #fff;
}
.services-single-content {
	background: #fff;
	text-align: center;
	padding: 33px 20px 40px;
  position: relative;
  z-index: 1;
}
.services-single-icon i {
	font-size: 60px;
	color: #f37a6f;
  transition: .5s;
}
.services-content-inner p {
	transition: .5s;
}
.services-content-inner h2 {
	font-size: 20px;
	font-weight: 500;
	margin: 25px 0 25px;
  transition: .5s;
}
.services-single-content::after {
  content: "";
  height: 100%;
  width: 100%;
  background: #f37a6f;
  position: absolute;
  left: 0;
  bottom: -120%;
  opacity: 0;
  z-index: -1;
  transition: .5s;
}
.services-single-content:hover::after{
  opacity: 1;
  bottom: 0;
}
.services-single-items:hover .services-single-icon i,
.services-single-items:hover .services-content-inner h2,
.services-single-items:hover .services-content-inner p{
  color: #fff;
}
.service-bottom-link i {
    height: 0px;
    width: 0px;
    line-height: 0px;
    text-align: center;
    border-radius: 50%;
    font-size: 0px;
    position: absolute;
    bottom:0px;
    z-index: 2;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    transition: .5s;
}
.services-single-items:hover .service-bottom-link i {
  opacity: 1;
  background: #fff;
  color: #f37a6f;
  box-shadow:  0 0 5px rgba(0, 0, 0, 0.2);
  font-size: 22px;
  height: 50px;
	width: 50px;
	line-height: 50px;
  bottom:0px;
}
.service-wrapper .services-single-items {
  box-shadow: 0px 0 6px rgb(26 46 85 / 10%);
}
/*--------------------
================ Start Services Section Style Four
--------------------*/
.services-section.style-4 {
  background: #252628 url(assets/images/services/svbg4.png) no-repeat center/cover;
}
.services-section.style-4 .services-single-items {
    overflow: inherit;
    margin-right: 20px;
    position: relative;
    margin-bottom: 30px;
    transition:.5s;
}
.services-section.style-4 .services-single-content::after {
    bottom: 0;
    left: 0;
    height:0;
    width: 100%;
}
.services-section.style-4 .services-single-content:hover:after{
  height:100%;
}
.services-section.style-4 .services-single-items:hover {
    transform: translateY(-8px);
}
.services-section.style-4 .service-bottom-link {
    left: 0;
    right: 0;
    margin: auto;
    bottom: -26px;
    text-align: center;
    position: absolute;
}
.services-section.style-4 .services-single-content {
	background: transparent;
	color: #fff;
	border: 1px solid #666;
}
.services-section.style-4 .services-single-content {
    padding: 56px 28px 52px;
}
.services-section.style-4 .services-single-icon i,
.services-section.style-4 .services-content-inner h2  {
  color: #fff;
}
.services-section.style-4 .services-single-content{
  transition: .5s;
}
.services-section.style-4 .owl-dots {
    margin-top: 0;
}
/*style two head*/
.section-head-btn a {
    display: inline-block;
    color: #f37a6f;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    font-weight: 500;
    font-size: 16px;
    padding: 12px 26px;
    border-radius: 3px;
    transition: .5s;
}
.section-head-btn a:hover {
    color: #f37a6f;
    background-color: #ffffff;
    border: 1px solid #f37a6f;
}
/*------------------
============== Start Service-Section Style Five
-------------------*/
.service-section {
  background: #f4f7fc;
}
.service-number {
	color: #f37a6f;
	font-size: 20px;
	font-weight: 600;
  position: relative;
  margin-right: 50px;
  line-height: 2;
}
.service-number::after {
	content: "";
	height: 1px;
	width: 30px;
	background: #f37a6f;
	position: absolute;
	top: 18px;
	left: 32px;
}
.service-title h2 {
  font-size: 32px;
  margin-bottom: 0;
  transition: .3s;
}
.service-title:hover h2 {
  color: #f37a6f;
}
.service-text p {
  margin: 21px 0;
}
.service-catagory ul li{
  list-style: none;
  transition: .1s;
  padding: 5px 0;
}
.service-catagory ul li a{
  text-decoration: none;
  color: #232323;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
}
.service-catagory ul li:hover a{
  color: #f37a6f;
  padding-left: 15px;
}
/*procces section style two*/
.process-section.style-two {
    background: #f4f7fc;
}
.process-section.style-two.process-section .section-head {
    text-align: left;
}
.process-section.style-two .process-single-thumb {
    border: 3px solid#f00;
}
.single-process-content {
    text-align: center;
}
.single-process-content {
    position: absolute;
    top: 116px;
    left: 26%;
    opacity: 0;
    transition: .8s;
}
.single-process-title h2 {
    font-size: 20px;
    margin: 0 0 9px;
    color: #fff;
}
.single-process-title span {
    color: #fff;
}
.single-process-social-address ul li {
    display: inline-block;
    margin-right: 10px;
}
.single-process-social-address ul li a {
    font-size: 14px;
    display: inline-block;
    transition: .5s;
    margin-top: 11px;
    color: #fff;
}
.process-single-item:hover .single-process-content {
    top: 93px;
    opacity: 1;
}
.process-single-thumb:before{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: .5s;
  border-radius: 50%;
  opacity: 0;
 background:rgba(255,60,0,0.85); 
}
.process-single-item:hover .process-single-thumb:before{
  opacity: 1;
}
/*--------------------
 ================ Service Section Style Six
--------------------*/
.service-head {
  background: url(assets/images/services/svs-bg1.jpg) no-repeat center /cover;
}
.services-section.margin-top {
	margin-top: -145px;
	background: transparent;
}
.btn-common.btn-service,
.btn-common.btn-cda4 {
	margin: 40px auto 0;
}
.btn-common.btn-service a,
.btn-common.btn-cda4 a{
  border: 2px solid  #f37a6f;
  font-weight: 500;
}
.btn-service:hover a,
.btn-cda4:hover a{
  color: #f37a6f;
  border: 2px solid  #f37a6f;
}
/*--------------------
 ================ Service Section Style Seven
--------------------*/
.services-section.style-7 {
	background: linear-gradient(rgba(244, 247, 252, 0.62), rgba(244, 247, 252, 0.62)), transparent url(assets/images/services/gray-bg1.png) bottom center/cover no-repeat fixed;
}
.services-section.style-7 .services-single-items {
    box-shadow: 0px 0 6px rgb(26 46 85 / 10%);
    background: #fff;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 10px;
}
.services-section.style-7 .services-single-content {
    padding: 33px 32px 40px;
}
.services-section.style-7 .services-content-inner h2 {
	font-size: 23px;
	font-weight: 700;
  margin-bottom: 35px;
}
.services-section.style-7 .services-single-icon i {
	font-size: 40px;
	color: #fff;
	background: #f37a6f;
	height: 70px;
	width: 70px;
	display: inline-block;
	line-height: 70px;
	text-align: center;
}
.btn-read-more {
	text-transform: uppercase;
  font-size: 14px;
}
.services-section.style-7 .services-single-content::after {
	content: "";
	height: 0;
	width: 0;
	background: #f37a6f;
	position: absolute;
	left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
	opacity: 1;
	z-index: -1;
	transition: .5s;
}
.style-7 .services-single-items:hover .services-single-content::after {
  height: 100%;
	width: 100%;
}
.style-7 .services-single-items:hover .services-single-icon i {
	color: #f37a6f;
	background: #fff;
}
.style-7 .services-single-items:hover .btn-read-more a{
	color: #fff
}
.style-7 .section-head-container.style-2{
  margin-bottom: 0;
}
.style-7 .services_carousel-2 .owl-dots {
	margin-top: 0;
}
/*--------------------
 ================ Service Section Style Eight
--------------------*/
.services-section.style-eight {
  background: #fff;
}
.services-section.style-eight .services-single-content {
    padding: 56px 28px 52px;
}
.services-section.style-eight .services-single-content::after {
    bottom: 0;
    width:100%;
    height: 0;
    left: 0;
}
.services-section.style-eight .services-single-items {
    transition: .5s;
    margin: 0 15px 0;
    border: 1px solid #d4d4e1;
    border-radius: 5px;
    box-shadow: 0px 1px 8px 3px rgba(0,0,0,.00);
    margin-bottom: 44px;
    position: relative;
    overflow: inherit;
}
.services-section.style-eight .services-single-items:hover {
  transform: translateY(-10px);
}
.services-section.style-eight .services-single-items:hover .services-single-content::after{
  border-radius: 5px;
  height:100%;
}
.services-section.style-eight .btn-common.btn-all-service {
  margin: 42px 0 0;
  text-align: center;
  display: block;
}
.services-section.style-eight .btn-common.btn-all-service a {
  border: 2px solid #f37a6f;
}
.services-section.style-eight .service-bottom-link {
    left: 0;
    right: 0;
    bottom: 37px;
    text-align: center;
    margin: auto;
}
.services-section.style-eight .services-single-items:hover .service-bottom-link i {
    bottom: -24px;
}
/*--------------------
 ================ Service Section Style Nine
--------------------*/
.service-section.style-nine .service-single-items h2 {
  font-size: 32px;
}
.service-section.style-nine .service-single-items h2::before,
  .service-section.style-nine .service-single-items .service-number::after{
  display: none;
}
.service-section.style-nine .service-single-items h3 {
  font-weight: bold;
  font-size: 28px;
  color: #2d3669;
}
.service-section.style-nine .service-single-items .service-number{
  margin-right: 20px;
}
.service-section.style-nine .service-single-items .service-number .fa{
  font-size: 28px;

}
/*--------------------
 ================ Service Section Style Ten
--------------------*/ 
.services-section.style-ten {
  background: #fff;
}
.services-section.style-ten  .services-single-items {
    border: 1px solid #d4d4e1;
    border-radius: 5px;
    transition: .3s;
    margin: 0 20px 30px 0;
}
.services-section.style-ten .services-single-content {
    padding: 33px 20px 15px;
}
.services-section.style-ten  .services-single-items:hover {
  border-color: #f37a6f;
}
.services-section.style-ten .services-single-items h2, 
.services-section.style-ten .services-single-items p {
    color: #232323;
}
.services-section.style-ten .services-content-inner h2 {
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
    transition: .3s;
}
.services-section.style-ten .services-content-inner h2:hover {
  color: #f37a6f;
}
.services-section.style-ten .services-content-inner h2:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -8px;
    background: #d1d1d1;
    width: 60px;
    height: 1px;
    -o-transition: .6s;
    transition: .6s;
    -webkit-transition: .6s;
    right: 0;
    margin: auto;
}
.services-section.style-ten .services-single-icon {
    background-color: #f37a6f;
    height: 80px;
    width: 80px;
    line-height: 80px;
    border-radius: 100%;
    display: inline-block;
    margin-bottom: 30px;
}
.services-section.style-ten .services-single-icon i {
    font-size: 30px;
    color: #fff;
}
.services-section.style-ten .services-single-content::after {
   display: none;
}
.button a {
    display: inline-block;
    background: #f37a6f;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    padding: 12px 26px;
    border-radius: 3px;
    transition: .5s;
    border: 2px solid #f37a6f;
}
.button a:hover {
    color: #f37a6f;
    background: transparent;
    border: 2px solid #f37a6f;
}
/*service section style two*/
.service-section.style-two {
    background: #fff;
}
.service-section.style-two .section-head h2 {
    font-size: 35px;
}
.service-section.style-two .service-single-items h2 {
    font-size: 32px;
    margin-bottom: 22px;
}
.service-section.style-two .service-single-items h2::before {
    display: none;
}
.service-section.style-two .service-text p {
    margin: 21px 0 15px;
}
.service-section.style-two .service-button.mt-15 a {
    color: #232323;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
    transition: .5s;
}
.service-section.style-two .service-button a:hover{
  color: #f37a6f;
  padding-left: 15px;
}
/*service section style 15*/
.service-section.style-fiveteen .section-head-bar-2 {
    margin-top: 6px;
    display: inline-block;
}
.service-section.style-fiveteen .section-head span {
    color: #f37a6f;
}
.service-section.style-fiveteen {
    background: #F4F7FCD1;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.service-section.style-fiveteen .single-service-box {
    box-shadow: 0 0 2px rgb(0 0 0 / 19%);
    padding: 65px 18px 38px;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    transition: .5s;
    z-index: 1;
}
.service-section.style-fiveteen .single-service-box:before {
    position: absolute;
    content: "";
    background: rgba(0,0,0,0.70);
    height: 100%;
    width: 0;
    transition: .5s;
    right:0;
    top: 0;
    z-index: -1;
}
.service-section.style-fiveteen .single-service-box:hover {
    background: url("assets/images/about2/service6.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.service-section.style-fiveteen .single-service-box.two:hover {
    background: url("assets/images/about2/service4.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.service-section.style-fiveteen .single-service-box.three:hover {
    background: url("assets/images/about2/service2.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.service-section.style-fiveteen .single-service-box.four:hover {
    background: url("assets/images/about2/service1.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.service-section.style-fiveteen .single-service-box.five:hover {
    background: url("assets/images/about2/service4.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.service-section.style-fiveteen .single-service-box:hover:before{
  width:100%;
  left:0!important;
}
.service-section.style-fiveteen .single-service-box:hover .service-content h3,
.service-section.style-fiveteen .single-service-box:hover .service-content p{
  color:#fff;
}
.service-section.style-fiveteen .single-service-number {
    background: #f37a6f;
    width: 61px;
    height: 34px;
    margin: auto;
    font-size: 17px;
    color: #fff;
    font-weight: 600;
    line-height: 34px;
    clip-path: polygon(0% 0%, 95% 0%, 62% 100%, 0% 100%);
    padding-right: 10px;
}
.service-section.style-fiveteen .single-service-number {
    position: absolute;
    left: 0;
    right: 0;
    top: -18px;
}
.service-section.style-fiveteen .service-content h3 {
    font-size: 20px;
    margin: 34px 0 0;
    display: inline-block;
}
.service-section.style-fiveteen .service-content p {
    margin: 18px 0 31px;
}
.service-section.style-fiveteen .service-btns a {
     border-radius: 0;
    color: #fff;
    display: inline-block;
    font-size: 14px;
  transition:.5s;
    text-transform: uppercase;
    font-weight: 400;
    padding: 10px 46px 10px 17px;
    background: #f37a6f;
    position: relative;
}
.service-section.style-fiveteen .service-btns a i {
    position: absolute;
    display: inline-block;
    clip-path: polygon(0% 0%, 93% 0%, 94% 100%, 38% 100%);
    width: 40px;
    height: 89%;
    background: #000;
    right: 2px;
    line-height: 36px;
    padding-left: 5px;
    top: 3px;
}
.service-section.style-fiveteen .service-btn-two.text-center {
    display: block;
}
.service-section.style-fiveteen .service-btn-two a {
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
    transition: .5s;
    background-color: #f37a6f;
    border-radius: 4px;
    border:2px solid#f37a6f;
    border-color: #f37a6f;
    padding: 18px 36px 17px 36px;
}
.service-section.style-fiveteen .service-btn-two a:hover{
    color: #f37a6f;
    background-color:transparent;
    border-color: #f37a6f;
}
/*service shape*/
.service-section.style-fiveteen .shape10 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
/*service section area*/
.services-section-area {
    background: #f37a6f;
    padding-bottom: 300px;
}
 .row.upper6 {
    position: relative;
    margin-top: -312px;
}
.services-section-area .section-head h5 {
    color: #fff;
}
.services-section-area .section-head p {
    color: #fff;
    margin: 0 auto 0;
    width: 75%;
    font-size: 19px;
}
.services-section-area .section-head h2 {
    font-size: 35px;
    margin-bottom: 10px;
}
/*service area */
.service-area .owl-dots {
    margin-top: 17px;
}
/*service section area*/
.service-section-area.style-ten {
    background: url(assets/images/about/icon8.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.service-section-area.style-ten .service-single-box:hover .shape-img2{
  opacity: 0;
}
.service-section-area.style-ten .service-single-box:hover .shape-img3{
  opacity:1!important;
  z-index: 1;
}
.service-section-area.style-ten .service-single-box:hover .shape-icon i{
  color: #fff;
}
.service-section-area.style-ten .section-head h5 {
    margin-bottom: 12px;
}
.service-section-area.style-ten .section-head h2 {
    font-size: 38px;
    margin-bottom: 0;
}
.service-section-area.style-ten .section-head p {
    color: #616161;
    padding: 13px 0 0;
    margin: 0 auto 0;
    width: 57%;
}
.service-section-area.style-ten .service-single-box {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}
.service-section-area.style-ten .service-thumb {
    position: relative;
    z-index: 1;
}
.service-section-area.style-ten .service-thumb:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgb(56, 66, 55,0.4);
    opacity: 0;
    transition: .5s;
}
.service-section-area.style-ten .service-thumb:after {
    position: absolute;
    content: "";
    top: -50px;
    left: -165px;
    height: 82%;
    width: 81%;
    background: #fff;
    opacity: 1;
    transition: .5s;
    transform: rotate(-30deg);
    border-radius: 30px;
}
.service-section-area.style-ten .service-single-box:hover .service-thumb:after{
   background:#FE3C00;
}
.service-section-area.style-ten .service-single-box:hover .service-thumb:before{
  opacity: 1;
}
.service-section-area.style-ten .shape-icon {
    position: absolute;
    top: 8px;
    left: 35px;
    z-index: 2;
    transition: .5s;
}
.service-section-area.style-ten .shape-icon i{
    color: #FE3C00;
    font-size: 60px;
}
.service-section-area.style-ten .shape-img2 {
    position: absolute;
    top: -1px;
    left: -1px;
    transition:.5s;
}
.service-section-area.style-ten .shape-img3 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition:.5s;
}
.service-section-area.style-ten .service-address a {
    display: inline-block;
    color: #f37a6f;
    height: 60px;
    width: 60px;
    line-height: 60px;
    background: #fff;
    text-align: center;
    border-radius: 100%;
    transition: .5s;
}
.service-section-area.style-ten .service-address a:hover{
  background:#f37a6f;
  color:#fff;
}
.service-section-area.style-ten .service-address {
    position: absolute;
    top: 50%;
    left: 44%;
    transition: .5s;
    opacity: 0;
}
.service-section-area.style-ten .service-single-box:hover .service-address{
  top: 37%;
  opacity: 1;
}
.service-section-area.style-ten .service-content {
    box-shadow: 10px 0 30px rgb(0 0 0 / 8%);
    padding: 27px 0 29px 32px;
    border-left: 5px solid#FF3B00;
    width: 87%;
    margin: -22px auto 20px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background: #fff;
    z-index: 1;
    position: relative;
    overflow: hidden;
    transition: .5s;
}
.service-section-area.style-ten .service-single-box:hover .service-content {
    transform: translateY(-20px);
}
.service-section-area.style-ten .service-content:before {
    position: absolute;
    content: "";
    top: 0;
    left: -26px;
    height: 100%;
    width: 36%;
    background: #F7F8FA;
    transform: skewX(-24deg);
    z-index: -1;
}
.service-section-area.style-ten .single-service-title h4 {
    font-size: 16px;
    margin: 0 0 9px;
    color: #FD6E42;
    font-weight: 500;
    margin-left: 28px;
    position: relative;
}
.service-section-area.style-ten .single-service-title h4:before {
    position: absolute;
    content: "";
    top: 11px;
    left: -30px;
    height: 1px;
    width: 20px;
    background:#FD6E42;
}
.service-section-area.style-ten .single-service-title h4:after {
    position: absolute;
    content: "";
    top: 11px;
    left: 69px;
    height: 1px;
    width: 20px;
    background: #FD6E42;
}
.service-section-area.style-ten .single-service-title h2 {
    font-size: 24px;
    margin: 0;
    font-weight: 600;
}
/*owl dots*/
.service-section-area.style-ten .owl-dots {
    margin-top: 0;
}
/*service section area*/
.service-section-area.style-eleven {
    background: url(assets/images/about/icon10.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.service-section-area.style-eleven .section-head h5 {
    margin-bottom: 12px;
}
.service-section-area.style-eleven .section-head h2 {
    font-size: 38px;
    margin-bottom: 0;
}
.service-section-area.style-eleven .section-head p {
    padding: 12px 0 0;
    margin: 0 auto 0;
    width: 57%;
}
.service-section-area.style-eleven .service-single-box {
    position: relative;
    z-index: 1;
    transition: .5s;
    margin-bottom: 30px;
    margin-right:13px;
}
.service-section-area.style-eleven .service-single-box:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    height: 3px;
    width: 100%;
    background: #f37a6f;
    z-index: 2;
    opacity: 0;
    transition: .5s;
    transform: scale(0.1);
}
.service-section-area.style-eleven .single-service-section-box {
    box-shadow: 0 0 30px rgb(0 0 0 / 6%);
    background: #fff;
    padding: 54px 22px 36px 41px;
    position: relative;
    transition: .5s;
    z-index: 1;
    overflow: hidden;
    border-top-right-radius: 5px;
}
.service-section-area.style-eleven .service-single-box:hover:before{
  transform: scale(1.0);
  opacity: 1;
}
.service-section-area.style-eleven .single-service-section-box:hover{
  box-shadow: 20px 0 40px rgb(0 0 0 / 12%);
}
.service-section-area.style-eleven .service-single-box:hover .service-section-icon i {
    background: #f37a6f;
    color: #fff;
}
.service-section-area.style-eleven .single-service-section-box:before {
    position: absolute;
    content: "";
    top: 0;
    left: -230px;
    height: 100%;
    width: 59%;
    background: #F7F8FA;
    transform: skewX(-49deg);
    z-index: -1;
}
.service-section-area.style-eleven .single-service-section-box:after {
    position: absolute;
    content: "";
    top: 0;
    right: -33px;
    height: 13%;
    width: 12%;
    background: #f37a6f;
    transform: skewX(39deg);
    z-index: -1;
}
.service-section-area.style-eleven .single-service-section-title h2 {
    font-size: 24px;
    margin: 42px 0 17px;
    font-weight: 600;
    text-transform: capitalize;
}
.service-section-area.style-eleven .single-service-section-content-text p {
    line-height: 1.7;
}
.service-section-area.style-eleven .service-section-icon i {
    color: #f37a6f;
    display: inline-block;
    font-size: 45px;
    height: 100px;
    width: 100px;
    line-height: 100px;
    background: #fff;
    box-shadow: 0 0 30px rgb(0 0 0 / 4%);
    text-align: center;
    border-radius: 100%;
    transition: .5s;
}
.service-section-area.style-eleven .service-section-icon {
    position: relative;
    top: 41px;
    z-index: 2;
    left: 40px;
}
.service-section-area.style-eleven .service-section-body ul li {
    margin-bottom: 12px;
    list-style: none;
}
.service-section-area.style-eleven .service-section-body ul li a i {
    margin-right: 6px;
    display: inline-block;
    color: #FF4007;
}
/*service area */
.service-area.style-ten .section-head h2 {
    font-size: 38px;
    margin-bottom: 3px;
    letter-spacing: 1px;
}
.service-area.style-ten .section-head p {
    padding: 12px 0 0;
    margin: 0;
    font-family: "Fira Sans", sans-serif;
}
.service-area.style-ten .section-head h5 {
    font-weight: 500;
    margin-bottom: 12px;
}
.service-area.style-ten .services-btn a {
    display: inline-block;
    background: #FB3C00;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    padding: 7px 26px;
    transition: .5s;
    position: relative;
    z-index: 1;
    border-radius: 5px;
}
.service-area.style-ten .services-btn a:before {
    position: absolute;
    content: "";
    background: #232323;
    height:100%;
    width:10%;
    transition: .5s;
    z-index: -1;
    top: 0;
    left: 0;
    border-radius: 5px;
    opacity: 0;
}
.service-area.style-ten .services-btn a:hover:before{
  width: 100%;
  opacity: 1;
}
.service-area.style-ten .services-btn a:hover i{
  background:#FB3C00;
  color:#fff;
}
.service-area.style-ten .services-btn i {
    height: 43px;
    width: 43px;
    line-height: 43px;
    text-align: center;
    background: #fff;
    color: #f00;
    display: inline-block;
    border-radius: 100%;
    position: relative;
    left: 17px;
    transition: .5s;
}
/*right side area*/
.service-area.style-ten {
    background: url(assets/images/about/three.png);
    background-repeat: no-repeat;
}
.service-area.style-ten .single-service-box {
    box-shadow: 0 0 40px rgb(0 0 0 / 6%);
    background: url(assets/images/about/four.png);
    padding: 56px 10px 28px 39px;
    position: relative;
    margin-bottom: 30px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 5px;
    transition: .5s;
}
.service-area.style-ten .single-service-thumb {
    position: absolute;
    top: -44px;
    left: 32px;
}
.service-area.style-ten .single-service-thumb{
    height: 75px;
    width: 75px;
    line-height: 75px;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 37px rgb(0 0 0 / 14%);
    border-radius: 100%;
    display: inline-block;
    font-size: 32px;
    color: #FF8B67;
    transition: .5s;
}
.service-area.style-ten .single-service-box:hover .single-service-thumb{
  background: #f00;
}
.service-area.style-ten .single-service-box:hover .single-service-thumb img{
  filter:brightness(0)invert(1);
}
.service-area.style-ten .single-service-number {
    position: absolute;
    right: 16px;
    top: 7px;
}
.service-area.style-ten .single-service-number h1 {
    font-size: 50px;
    font-family: 'Rubik';
    color: #f6f6f6;
}
.service-area.style-ten .single-service-title h2 {
    font-size: 24px;
    margin: 0 0 17px;
    font-weight: 600;
    letter-spacing: 1px;
}
.service-area.style-ten .single-service-conent-text p {
    line-height: 1.8;
    font-family: "Fira Sans", sans-serif;
    width: 96%;
}
.service-area.style-ten .single-service-icon-two {
    position: absolute;
    right: 19px;
    bottom: 18px;
    transform: rotate(44deg);
}
.service-area.style-ten .single-service-icon-two a {
    color: #EA846E;
    font-size: 20px;
    display: inline-block;
}
/*--------------------
  == start procces area
 --------------------*/
 .process-area {
    position: relative;
    z-index: 1;
}
.process-area .section-head h5 {
    margin-bottom: 16px;
    font-weight: 500;
}
.process-area .section-head h3 {
    font-size: 38px;
    margin-bottom: 0;
    font-family: 'Rubik';
    font-weight: 600;
}
.process-single-box {
    box-shadow: 0 0 30px rgb(0 0 0 / 8%);
    padding: 37px 69px 15px 12px;
    text-align: right;
    position: relative;
    z-index: 1;
    margin-bottom: 41px;
    background: #fff;
    width: 93%;
    border-radius: 5px;
    transition: .7s;
    z-index: 1;
}
.process-single-box.one {
    position: relative;
    left: 56px;
}
.process-single-box.two {
    text-align: left;
    padding-left: 60px;
    width: 87%;
    padding-right: 8px;
    z-index: 1;
    border-radius:5px;
}
.process-single-box.two .process-icon{
  position: relative;
  z-index: 1;
  height: 90px;
  width: 90px;
  line-height: 90px;
}
.process-single-box.two .process-icon i {
    display: inline-block;
    height: 0;
    width: 0;
    line-height: 0;
    box-shadow: none;
    text-align: center;
    font-size: 40px;
    border-radius: 5px;
    background: inherit;
    clip-path: none;
    color: #f00;
}
.process-single-box.two .process-icon {
    position: absolute;
    right: inherit;
    top: 38px;
    left: 0;
}
.process-single-box.two .process-icon:after{
    position: absolute;
    content: "";
    top: -14px;
    left: -57px;
    height: 100%;
    width: 100%;
    background: url(assets/images/about/process1.png);
    z-index: -1;
    background-size: cover;
    background-position: center center;
}
.process-single-box.two .process-icon {
    position: absolute;
    right: 0;
    top: 38px;
    height: 63%;
    width: 43%;
    left: -22px;
}
.process-single-box.two .process-icon:before{
  display: none;
}
.process-single-box.two:hover .process-icon:after {
    height: 89px;
    width: 83px;
    background: url(assets/images/about/back2.png);
    background-size: cover;
    left: -28px;
    box-shadow: 0 0 30px rgb(0 0 0 / 8%);
}
.process-single-box.two.upper {
    position: relative;
    margin-left: 58px;
}
.process-single-box:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0px;
    height: 100%;
    width: 3px;
    background: #ff3b00;
    transition: .5s;
    z-index: -1;
    border-right: 5px;
}
.process-single-box:hover:before{
  width:100%;
  border-radius:5px;
}
.process-single-box:hover .process-icon:before {
    background: url(assets/images/about/back3.png);
    z-index: -1;
    background-size: cover;
     background-position: center center;
    height: 89px;
    width: 83px;
    left: 72px;
}
.process-single-box:hover .process-icon i,
.process-single-box:hover .process-title h2,
.process-single-box:hover .process-content-text p{
  color: #fff;
}
.process-single-box:hover{
  box-shadow: 0 0 40px rgb(0 0 0 / 20%);
}
.process-single-box.two:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    height: 100%;
    width: 3px;
    background: #ff3b00;
    transition: .5s;
    z-index: -1;
    border-radius: 5px;
}
.process-single-box.two:hover:after{
  width:100%;
  border-right:10px;
}
.process-single-box.two:before{
  display: none;
}
.process-single-box.two .process-conent {
    padding: 0 9px;
}
.process-title a h2 {
    display: inline-block;
}
.process-title h2 {
    font-size: 18px;
    margin: 0 0 15px;
    font-weight: 500;
    letter-spacing: 0.5px;
    display: inline-block;
}
.process-content-text p {
    transition: .5s;
}
.process-single-box .process-icon {
    position: absolute;
    float: right;
    top: 29px;
    right: -19px;
    z-index: 1;
    height: 90px;
    width: 40%;
    line-height: 90px;
}
.process-single-box .process-icon:before {
    position: absolute;
    content: "";
    top: 0px;
    right: -50px;
    height: 100%;
    width: 100%;
    background: url(assets/images/about/pross.png);
    z-index: -1;
    background-size: cover;
    background-position: center center;
}
.process-single-box .process-icon i {
    display: inline-block;
    font-size: 40px;
    border-radius: 5px;
    color: #f00;
}
/*proces area upper2*/
.process-area.upper2 .section-head h5 {
    margin-bottom: 6px;
}
.process-area.upper2 .section-head h3 {
    font-size: 35px;
}
/*process shape*/
.shape {
    position: absolute;
    top: 30%;
    text-align: center;
    left: 16px;
    right: 0;
    z-index: -1;
}
.shape-img.shape2 {
    top: 35%;
    position: absolute;
    right: 0;
    left: 9%;
}
.shape-img.shape3 {
    top: 19%;
    position: absolute;
    right: 0;
    left: -1%;
    animation: moveLeftBounce 2s linear infinite;
}
/*--------------------
  ================ counter area
 --------------------*/
.counter-area .row.upper12 {
    background: url(assets/images/about/counter-bg.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 24px 0 29px 35px;
    position: relative;
    margin-top: -130px;
}
.counter-area .counter-text span {
    font-weight: 600;
    font-size: 60px;
    color: #fff;
    line-height: 1.3;
}
.counter-area .counter-title h4 {
    font-family: 'Rubik', sans-serif;
    font-size: 28px;
    font-weight: 500;
    margin: 0 0 9px;
    color: #fff;
}
.counter-area .counter-contet-text p {
    color: #fff;
    line-height: 1.7;
    width: 80%;
}
/*counter area style two*/
.counter-area.style-two {
    position: relative;
    z-index: 1;
    top: 0;
    overflow: hidden;
}
.counter-area.style-two .row.upper13 {
    background: url(assets/images/about/counter3.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 66px 0 39px 0px;
    position: relative;
    margin-top: 0px;
    border-radius: 5px;
}
.counter-area.style-two .single-counter {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
}
.service-area.style-ten .single-service-number h1 {
    font-size: 60px;
    font-family: 'Rubik';
    color: #f6f6f6;
}
.counter-area.style-two .counter-content {
    padding: 0 32px;
}
.counter-area.style-two .counter-text h1 span {
    margin-bottom: 6px;
    display: inline-block;
    color: #FF3D00!important;
}
.counter-area.style-two .counter-title h4 {
    font-size: 16px;
    margin: 0 0 9px;
    color: #fff;
    line-height: 1.6;
    font-weight: 500;
    font-family: 'Fira Sans';
    letter-spacing: 0;
}
/*
Lines Area Style
======================================================*/
.lines {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    margin: auto;
    width: 63vw;
}
.lines .line {
    position: absolute;
    width: 1px;
    height: 61%;
    top: 50px;
    left: 50%;
    background: #323232;
    border-radius: 50%;
}
.lines .line::after {
    content: "";
    display: block;
    position: absolute;
    height: 21px;
    width: 2px;
    top: 0;
    left: 0px;
    background-color: #f00;
    -webkit-animation: moveLeftBounces-one 20s linear infinite;
    animation: moveLeftBounces-one 20s linear infinite;
    border-radius: 4px;
}
.lines .line:nth-child(1) {
  margin-left: -25%;
}
.lines .line:nth-child(1)::after {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.lines .line:nth-child(3)::after {
  -webkit-animation-delay: 2.5s;
   animation-delay: 2.5s;
}
.lines .line:nth-child(3) {
  margin-left: 25%;
}
.lines .line-two {
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
}
.lines .line-two::after {
  content: "";
  display: block;
  position: absolute;
  height: 10px;
  width: 20px;
  top: 0;
  left: 0;
  background-color: #d80650;
  -webkit-animation: moveLeftBounces-two 20s linear infinite;
   animation: moveLeftBounces-two 20s linear infinite;
}
.lines .line-two:nth-child(1) {
  margin-left: -25%;
}
.lines .line-two:nth-child(1)::after {
  -webkit-animation-delay: 2s;
   animation-delay: 2s;
}
.lines .line-two:nth-child(3)::after {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}
.lines .line-two:nth-child(3) {
  margin-left: 25%;
}
.lines .line-three {
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
}
.lines .line-three::after {
  content: "";
  display: block;
  position: absolute;
  height: 10px;
  width: 20px;
  top: 0;
  left: 0;
  background-color: #d80650;
  -webkit-animation: moveLeftBounces-one 10s linear infinite;
   animation: moveLeftBounces-one 10s linear infinite;
}
.lines .line-three:nth-child(1) {
  margin-left: -25%;
}
.lines .line-three:nth-child(1)::after {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.lines .line-three:nth-child(3)::after {
  -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}
.lines .line-three:nth-child(3) {
  margin-left: 25%;
}

@-webkit-keyframes moveLeftBounces-one {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(300px);
            transform: translateY(300px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes moveLeftBounces-one {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(300px);
            transform: translateY(300px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/*team member area*/
.team-area .section-head h5 {
    margin-bottom: 12px;
    color: #f37a6f;
}
.team-area .section-head h2 {
    text-transform: capitalize;
    font-size: 38px;
    margin-bottom: 0;
}
.team-area .section-head p {
    padding: 23px 0 0 36px;
    position: relative;
    font-family: "Fira Sans", sans-serif;
    line-height: 1.7;
    width: 81%;
}
.team-area .section-head p:before {
    position: absolute;
    content: "";
    top: 15px;
    left: 5px;
    height: 70px;
    width: 3px;
    background: #f37a6f;
}
.team-area .team-icon i {
    height: 26px;
    width: 26px;
    line-height: 26px;
    background: #FF4300;
    text-align: center;
    border-radius: 100%;
    color: #fff;
    margin-right: 19px;
}
.team-area .team-icon-content-text p {
    font-family: 'Fira Sans';
}
.team-area .team-member-section-btn a {
    background: #FE3C00;
    font-size: 15px;
    padding: 18px 24px;
    border-radius: 4px;
    font-family: 'Fira Sans';
    color: #FFF1E6;
    font-weight: 500;
    display: inline-block;
    transition: .5s;
    position: relative;
    z-index: 1;
}
.team-area .team-member-section-btn a:before {
    position: absolute;
    content: '';
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    background: #232323;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    border-radius: 4px;
}
.team-area .team-member-section-btn a:hover:before {
    opacity: 1;
    visibility: visible;
    width: 100%;
}
/*team right side area*/
.team-area .team-member-title h2 {
    font-size: 22px;
    margin: 20px 0 7px;
}
.team-area .team-member-single-box {
    text-align: center;
    position: relative;
    transition: .5s;
}
.team-area .team-member-single-box:hover {
    box-shadow: 0 0 30px rgb(0 0 0 / 8%);
}
.team-area .team-member-title span{
  transition: .5s;
}
.team-area .team-member-single-box:hover .team-social-address{
  opacity: 1;
  top:50px;
}
.team-area .team-member-single-box:hover .team-member-content:before{
  opacity: 1;
  transform: scale(1.0);
}
.team-area .team-member-single-box:hover .team-member-title span{
  opacity:0;
}
.team-area .team-member-single-thumb {
    position: relative;
    box-shadow: 0 0 22px rgb(0 0 0 / 9%);
    padding: 16px 20px 0;
    overflow: hidden;
    border-top-right-radius: 5px;
    z-index: 1;
}
.team-area .team-member-single-thumb:before {
    position: absolute;
    content: "";
    top: 0;
    left: -123px;
    height: 55%;
    width: 71%;
    background: #F7F8FA;
    transform: skewX(-40deg);
    z-index: -1;
}
.team-area .team-member-single-thumb:after {
    position: absolute;
    content: "";
    top: 0;
    right: -115px;
    height: 13%;
    width: 46%;
    background: #f37a6f;
    transform: skewX(44deg);
}
.team-area .team-member-content {
    position: relative;
    padding-bottom: 53px;
    transition: .5s;
}
.team-area .team-member-content:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 3px;
    width: 100%;
    background: #f37a6f;
    opacity: 0;
    transition: .5s;
    transform: scale(0.1);
}
.team-area .team-social-address ul li {
    list-style: none;
    display: inline-block;
    margin-right: 5px;
}
.team-area .team-social-address ul li a {
    display: inline-block;
    height: 28px;
    width: 28px;
    line-height: 28px;
    background: #f37a6f;
    border-radius: 100%;
    color: #fff;
    font-size: 13px;
    transition: .5s;
}
.team-area .team-social-address {
    opacity: 0;
    transition: .5s;
    position: absolute;
    top: 70px;
    left: 30%;
}
/*team owl dots */
.team-area .owl-dots {
    text-align: center;
    margin-top: -275px;
    position: relative;
    float: right;
    margin-bottom: 19px;
    left: 26px;
}
.team-area .owl-dot {
    background: #bfbfbf;
    display: block;
    margin-bottom: 6px;
}
.team-area .owl-dot.active {
    background: #f37a6f;
}
/*team area style two*/
.team-area.style-two {
    background: url(assets/images/about/member.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.team-area.style-two .section-head h5 {
    margin-bottom: 17px;
    color: #f37a6f;
    font-family: 'Rubik';
    font-weight: 500;
    letter-spacing: 0;
}
.team-area.style-two .section-head h3 {
    font-size: 38px;
    margin-bottom: 0;
    font-family: 'Rubik';
}
.team-area.style-two .team-member-single-box.two {
    margin-top: 30px;
}
.team-area.style-two .section-content-text p {
    margin: 16px auto 0;
    width: 53%;
    text-align: center;
    font-family: "Fira Sans", sans-serif;
}
.team-area.style-two .team-member-single-thumb {
    box-shadow: none;
    padding: 0;
    overflow: hidden;
}
.team-area.style-two .team-social-address-two ul li {
    list-style: none;
    display: block;
    margin-right: 0;
    margin-bottom: 9px;
}
.team-area.style-two .team-social-address-two {
    top: 19%;
    right: 17%;
    left: 76%;
    z-index: 2;
    position: absolute;
}
.team-area.style-two .team-member-single-thumb:before {
    top: 0;
    left: 0;
    height: 0;
    width: 100%;
    background: rgb(92,92,92,0.3);
    border-radius: 5px;
    z-index: 1;
    transition: .7s;
    opacity: 0;
    transform: skewX(0deg);
}
.team-area.style-two .team-member-single-thumb:after {
    display: none;
}
.team-area.style-two .team-member-single-box:hover .team-member-single-thumb:before{
   height:100%;
   opacity: 1;
}
.team-area.style-two .team-social-address-two ul li:nth-child(1) a {
    transition-delay: 0.4s;
}.team-area.style-two .team-social-address-two ul li:nth-child(2) a {
    transition-delay: 0.2s;
}.team-area.style-two .team-social-address-two ul li:nth-child(3) a {
    transition-delay: 0s;
}
.team-area.style-two .team-social-address-two ul li a:hover {
    background: #fff;
    color: #f37a6f;
}
.team-area.style-two .team-social-address-two ul li a {
    background: #f37a6f;
    width: 43px;
    height: 43px;
    line-height: 43px;
    transition-delay: .3s;
    z-index: -1;
    overflow: hidden;
    transform: translateY(-100px);
    opacity: 0;
    visibility: hidden;
    font-size: 15px;
    display: inline-block;
    border-radius: 100%;
    color: #fff;
}
.team-area.style-two .team-member-single-box .team-social-address-two.active ul li a{
    transform: translateY(0px);
    opacity: 1;
    overflow: hidden;
    visibility: visible;
}
.team-area.style-two .team-member-single-box:hover{
  box-shadow:none;
}
.team-area.style-two .team-member-single-box:hover .team-member-title span{
 opacity: 1;
}
.team-area.style-two .team-member-title h2 {
    font-weight: 500;
}
.team-area.style-two .team-member-icon span {
    display: inline-block;
    background: #FF3903;
    height: 49px;
    width: 49px;
    line-height: 49px;
    border-radius: 100%;
    color: #FFBD93;
    transition: .5s;
    font-size: 20px;
    box-shadow: 0 0 25px rgb(0 0 0 / 20%);
    cursor: pointer;
}
.team-member-icon {
    position: absolute;
    left: 40%;
    top: -24px;
}
.team-area.style-two .team-member-single-box:hover .team-member-content-two{
  filter: drop-shadow(-1px 6px 10px rgba(32,46,60,.20));
}
.team-area.style-two .team-member-content-two {
    position: relative;
    padding: 20px 20px 40px;
    text-align: center;
    width: 80%;
    left: 0;
    right: 0;
    margin: auto;
    top: -64px;
    filter: drop-shadow(-1px 6px 3px rgba(32,46,60,.06));
    z-index: 1;
    transition: .5s;
}
.team-area.style-two .team-member-content-two:before {
  content: '';
  position: absolute;
  background: #fff;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 78%);
  z-index: -1;
  border-radius: 5px;}
/*--------------------
  ================ Itsoft Start case area
 --------------------*/
 .case-study-area {
    background: url(assets/images/about/icon11.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.case-study-area .section-head h5 {
    margin-bottom: 13px;
    color: #f37a6f;
    font-weight: 400;
}
.case-study-area .section-head h3 {
    font-size: 38px;
    margin-bottom: 0;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
}
.case-study-area .section-head h2{
    font-size: 38px;
    margin-bottom: 0;
    color: #fff;
    font-weight: 600;
    text-transform: inherit;
    letter-spacing: 1px;
}
.case-study-area .section-btn {
    float: right;
}
.case-study-area .section-btn a {
    background: #FF3B00;
    display: inline-block;
    color: #fff;
    padding: 18px 27px;
    text-transform: uppercase;
    font-size: 15px;
    font-family: 'Fira Sans';
    transition: .5s;
    border-radius: 5px;
    z-index: 1;
    position: relative;
}
.case-study-area .section-btn a:before {
    position: absolute;
    content: '';
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    border-radius: 4px;
}
.case-study-area .section-btn a:hover:before {
    opacity: 1;
    visibility: visible;
    width: 100%;
}
.case-study-area .section-btn a:hover{
  color:#FF3B00; 
}
/*case area*/
.case-area .row.upper13 {
    position: relative;
    margin-top: -314px;
}
.case-area .case-single-box{
  transition: .5s;
}
.case-area .case-single-box:hover .case-search{
  top: 40%;
  opacity: 1;
}
.case-area .case-search a {
    display: inline-block;
    height: 56px;
    width: 56px;
    line-height: 56px;
    text-align: center;
    border-radius: 100%;
    font-size: 19px;
    color: #fff;
    background:  #f37a6f;
    transition: .5s;
}
.case-area .case-search a:hover{
  background: #fff;
  color: #f37a6f;
}
.case-area .case-single-thumb {
    position: relative;
    transition: .5s;
}
.case-area .case-single-thumb:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transition: .5s;
    background: rgb(49,54,46,0.4);
    opacity: 0;
}
.case-single-box:hover .case-single-thumb:before{
  opacity: 1;
}
.case-area .case-search {
    position: absolute;
    top: 58%;
    left: 42%;
    transition: .5s;
    opacity: 0;
}
.case-area .case-title h2 {
    font-size: 24px;
    margin: 0 0 5px;
    font-weight: 600;
}
.case-area .case-content {
    padding: 23px 0 31px 28px;
    box-shadow: 5px 0 30px rgb(0 0 0 / 10%);
    background: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.case-area .case-content:before {
    position: absolute;
    content: "";
    top: 0;
    left: -41px;
    height: 100%;
    width: 46%;
    background: #F7F8FA;
    transform: skewX(-31deg);
    z-index: -1;
}
.case-single-box:hover .case-content:after{
  opacity: 1;
  transform: scale(1.0);
}
.case-area .case-content:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 3px;
    width: 100%;
    background: #f37a6f;
    transform: scale(0.1);
    opacity: 0;
    transition: .5s;
}
.case-area .case-title span {
    color: #ff4f19;
    font-weight: 400;
}
 /*--------------------
  ================ Itsoft Start Why Choose Us Section
 --------------------*/
.choose-us-section {
  background: url(assets/images/choose-us/ch-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.choose-us-section p {
  color: rgba(255, 255, 255, 0.8);
  text-align: justify;
}

.single-content-inner p + p {
  margin-top: 20px;
}

.choose-us-thumb img {
  width: 100%;
  height: auto;
}
/*--------------------
================ Start Choose Us Section Style Two
--------------------*/
.choose-us-section.style-2 {
 background: #fff;
 }
 .choose-us-container {
   background: #222;
 }
 .choose-us-section.style-2 .section-head p {
	padding: 25px 0 40px;
}
.choose-us-content {
	padding-left: 30px;
}
.choose-us-content-inner {
	padding-right: 11px;
}
/*--------------------
================ Start Choose Us Section Style Three
--------------------*/
.style-3 .content-single-icon i {
	font-size: 30px;
	color: #fff;
	height: 60px;
	width: 60px;
	border: 1px solid #fff;
	display: inline-block;
	line-height: 60px;
	text-align: center;
  transition:.5s;
}
.style-3 .content-single-icon i:hover {
  border: 1px solid #f37a6f;
  background: #f37a6f;
}
/*--------------------
================ Start Choose Us Section Style Four
--------------------*/
.choose-us-section.style-four {
    background: transparent url(assets/images/choose-us/ch6.jpg) top right/cover no-repeat scroll;
    padding-top: 384px;
    padding-bottom: 120px;
}
.choose-us-section.style-four  .section-thumb {
    position: relative;
    z-index: 1;
}
.choose-us-section.style-four  .section-thumb img {
    z-index: 1;
}
.choose-us-section.style-four .icon-inner {
    position: absolute;
    bottom: 43px;
    right: 25px;
}
.choose-us-section.style-four .icon-inner i {
    height: 200px;
    width: 200px;
    font-size: 100px;
    display: inline-block;
    background: #f37a6f;
    color: #fff;
    text-align: center;
    line-height: 200px;
    border-radius: 0 100px 100px;
    z-index: 1;
}
.choose-us-section.style-four .icon-inner i:after {
    position: absolute;
    content: "";
    left: 12px;
    top: 12px;
    height: 220px;
    width: 220px;
    background: rgba(67,186,255,0.1);
    border-radius: 0 100px 100px;
}
.choose-us-section.style-four .shape-one {
    position: absolute !important;
    top: -84px;
    left: 105px;
    z-index: -1;
    display: block;
}
.choose-us-section.style-four .shape-two {
    position: absolute;
    left: -60px;
    bottom: 147px;
    z-index: -1;
    display: block;
}
.choose-us-section.style-four .single-choose-us {
    margin-top: 22px;
}
.choose-us-section.style-four .single-choose-us .icon {
    float: left;
}
.choose-us-section.style-four .single-choose-us .icon i {
    color: #ffffff;
    font-size: 30px;
    height: 85px;
    width: 85px;
    line-height: 78px;
    text-align: center;
    display: inline-block;
    border: 4px solid #646276;
    border-radius: 100% 100% 100% 100%;
    margin-top: 6px;
    transition: .5s;
}
.choose-us-section.style-four .single-choose-us:hover .icon i {
    background-color: #f37a6f;
    border-color: #f37a6f;
}
.choose-us-section.style-four .single-choose-us .inner-content {
    padding-left: 25px;
    overflow: hidden;
}
.choose-us-section.style-four .single-choose-us .inner-content h4 {
    font-family: 'Rubik', sans-serif;
    font-size: 21px;
    font-weight: 600;
    text-transform: capitalize;
}
/*--------------------
================ Itsoft Start Portfolio Section
--------------------*/
.portfolio-section.style-2 {
  background: #f4f7fc;
}
.portfolio-section.style-2 .section-head .section-head-content p { 
  font-size: 18px;
  width: 70%;
  margin: auto;
}
.portfolio_nav {
  padding-bottom: 15px;
}
.portfolio_nav ul {
  margin-bottom: 30px;
  text-align: center;
}
.portfolio_nav ul li:hover, .portfolio_nav ul li.current_menu_item {
  color: #fff;
  background: #f37a6f;
}
.portfolio_nav ul li {
  background: transparent;
  border: medium none;
  font-size: 16px;
  line-height: 1;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  text-transform: capitalize;
  padding: 10px 22px;
  font-weight: 500;
  position: relative;
  margin: 0 3px;
  margin-bottom: 7px;
  display: inline-block;
  border: 1px dashed #f37a6f;
  color: #f37a6f;
}
.single_portfolio {
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
  margin-left: 5px;
  margin-right: 5px;
}
.portfolio-thumb {
  position: relative;
}
.portfolio-thumb::before {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.60);
  top: 0;
  content: "";
  opacity: 0;
  transition: .5s;
}
.single_portfolio:hover .portfolio-thumb::before{
  opacity: 1;
}
.portfolio-thumb img {
  width: 100%;
}
.portfolio-icon {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  text-align: center;
  transform: translateY(-50%);
  opacity: 0;
  transition: .5s;
}
.single_portfolio:hover .portfolio-icon{
  opacity: 1;
}
.port-icon a {
  background: #f37a6f none repeat scroll 0 0;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  margin: 0 17px 0;
  transition: .5s;
}
.single_portfolio:hover .port-icon a {
  margin: 0 3px 0;
}
.port-icon a:hover {
  background: #bd2d10;
  color: #fff;
}
.portfolio-content {
  position: absolute;
  text-align: center;
  -webkit-transition: .5s;
  transition: .5s;
  right: 0;
  bottom: -100%;
  left: 0;
  opacity: 0;
  background: #f37a6f;
  margin: auto;
  padding: 22px 25px 30px;
  text-align: center;
}
.single_portfolio:hover .portfolio-content {
  opacity: 1;
  bottom: 0;
}
.portfolio-content h5 {
  margin: 8px 0 0px;
}
.portfolio-content h5 a{ 
  text-transform: capitalize;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}
.portfolio-content p {
  color: #fff;
  line-height: 1.2;
  margin: 5px 0 0;
}
/*--------------------
================ Itsoft Start Portfolio Section Style Three
--------------------*/
.portfolio-section.style-three .single-portfolio {
    position: relative;
    margin-bottom: 30px;
}
.portfolio-section.style-three .single-portfolio::after {
    position: absolute;
    left: 0px;
    top: 0px;
    content: "";
    height: 100%;
    width: 100%;
    border: 25px solid #f37a6f;
    opacity: 0;
    transition: .5s;
}
.portfolio-section.style-three .single-portfolio:hover::after{
    opacity: 1;
}
.portfolio-section.style-three .portfolio-thumb::before  {
    opacity: 1;
    background: -webkit-linear-gradient(90deg, rgba(34, 31, 60, 0.94902) 0%, rgba(34, 31, 60, 0.57) 40%, rgba(34, 31, 60, 0.55) 43%, rgba(34, 31, 60, 0.10) 100%);
}
.portfolio-section.style-three .portfolio-content {
    position: absolute;
    text-align: center;
    -webkit-transition: .5s;
    transition: .5s;
    right: 0;
    bottom: -40px;
    left: 0;
    opacity: 1;
    background: transparent;
    margin: auto;
    padding: 22px 25px 30px;
    text-align: center;
    z-index: 9;
}
.portfolio-section.style-three .single-portfolio:hover .portfolio-content {
    bottom: 0;
}
.portfolio-section.style-three .btn-details a {
    background: transparent;
    border: none;
    font-size: 21px;
    opacity: 0;
    color: #fff;
}
.portfolio-section.style-three .single-portfolio:hover .btn-details a {
   opacity: 1;
}
.portfolio-section.style-three .btn-details a::before {
   display: none;
   transition: .5s;
}
.portfolio-section.style-three .portfolio-content h4 a {
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    text-transform: capitalize;
}
/*--------------------
================ Itsoft Start Portfolio Section Style Four
--------------------*/
.portfolio-section.style-4 .portfolio-content {
    bottom: 25px;
    background: #fff;
    margin: auto;
    padding: 17px 25px 25px;
    width: 90%;
}
.portfolio-section.style-4 .single_portfolio:hover .portfolio-content {
    bottom: 56px;
}
.portfolio-section.style-4 .portfolio-content h5 a {
    color: #232323;
    font-size: 22px;
}
.portfolio-section.style-4 .portfolio-content p {
    color: #f37a6f;
    margin-bottom: 20px;
}
/*--------------------
================ Start portfolio style two
--------------------*/
.portfolio-section.style-two {
    background: url(assets/images/hero/team-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.portfolio-section.style-two .section-head h2 {
    font-size: 35px;
}
/* portfolio style three*/
.portfolio-section.upper3 .section-head h2 {
    font-size: 35px;
}
/*--------------------
================Itsoft Start Fun-Fact Section
--------------------*/
.fun-fact-container {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  position: relative;
  background: url(assets/images/fun-fact/ffbg.png);
  background-repeat: no-repeat;
  background-position: top left/auto;
  background-color: #ffffff;
}
.fun-fact-thumb {
	text-align: right;
	padding: 50px 0;
}
.fun-fact-thumb img{
  border-radius: 50%;
}
.section-head-bar.position-2 {
	padding: 10px 0;
}
.counter-icon {
  font-size: 50px;
  color: #f37a6f;
  margin-right: 20px;
}
.counter-text h1 {
    font-family: 'Rubik', sans-serif;
    font-size: 34px;
    font-weight: 500;
    margin-bottom: 0;
    display: inline-block;
    position: relative;
    z-index: 1;
}
.counter-text h1::before {
    position: absolute;
    content: "";
    top: 1px;
    left: -10px;
    height: 60px;
    width: 60px;
    border: 1px solid #DEE1E6;
    border-radius: 50%;
    z-index: -1;
}
.counter-text span {
	font-weight: 500;
  font-size: 34px;
  color: #232323;
}
.counter-title h4{
  font-family: 'Rubik', sans-serif;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 0;
}
.counter-single-item-inner {
	padding: 12px 0;
}
.fun-fact-section.style-two .section-head p {
    padding: 21px 0 9px;
    width: 97%;
}
.fun-fact-section.style-two .counter-single-item-inner {
    padding: 12px 0;
    margin-bottom: 7px;
}
.fun-fact-section.style-two .counter-icon {
    margin-top: 2px;
}
.fun-fact-section.style-two .fun-fact-thumb {
    padding: 50px 0 60px;
}
/*====================================================
--< cyber why-join-us Css -->
======================================================*/
.why-join-us {
    padding: 110px 0 70px;
}
.section-head p {
    /*margin: 20px 0 0;*/
    font-size: 16px;
	/*padding-bottom: 25px;*/
}
.join-content h4 {
    font-size: 20px;
    color: #133344;
    position: relative;
    margin: 0;
}
.join-content h4::before {
    position: absolute;
    content: "";
    top: 21px;
    left: 172px;
    height: 1px;
    width: 37px;
    background: #D00A2B;
}
.join-content h2 {
    font-size: 55px;
    color: #0A2C3D;
    line-height: 1.2;
    margin: 6px 0 10px;
}
.join-content h2 span {
    color: #D00A2B;
}
.join-content p {
    font-size: 16px;
    color: #5c727d;
    margin: 0;
    line-height: 1.5;
}
.join-button {
    margin-top: 33px;
}
.join-button a {
    display: inline-block;
    font-size: 16px;
    text-decoration: none;
    background: #f37a6f;
    color: #fff;
    text-transform: uppercase;
    padding: 11px 26px;
    transition: .5s;
    border-radius: 5px;
}
.join-button a:hover {
    background: #222222;
}
.singles-joins-box {
    background: #fff;
    text-align: center;
    padding: 35px 74px;
    box-shadow: 1px 4px 15px 8px rgb(0 0 0 / 10%);
    margin-bottom: 30px;
    border-radius: 5px;
}
.joins-titles h3 {
    font-size: 20px;
    color: #333;
    margin: 0;
    line-height: 1.3;
}
.singles-joinss-box {
    background: #fff;
    text-align: center;
    padding: 35px 74px;
    box-shadow: 1px 4px 15px 8px rgb(0 0 0 / 10%);
    margin-bottom: 30px;
    border-radius: 5px;
    position: relative;
    top: -40px;
}
/*====================================================
--< cyber about-us Css -->
======================================================*/
.about-us {
    padding: 70px 0 0;
}
.about-us div.btn-common a[aria-expanded="true"] {
	display:none;
}
.section-head p {
    /*margin: 20px 0 0;*/
    font-size: 16px;
	/*padding-bottom: 25px;*/
}
.join-content h4 {
    font-size: 20px;
    color: #133344;
    position: relative;
    margin: 0;
}
.join-content h4::before {
    position: absolute;
    content: "";
    top: 21px;
    left: 172px;
    height: 1px;
    width: 37px;
    background: #D00A2B;
}
.join-content h2 {
    font-size: 55px;
    color: #0A2C3D;
    line-height: 1.2;
    margin: 6px 0 10px;
}
.join-content h2 span {
    color: #D00A2B;
}
.join-content p {
    font-size: 16px;
    color: #5c727d;
    margin: 0;
    line-height: 1.5;
}
.join-button {
    margin-top: 33px;
}
.join-button a {
    display: inline-block;
    font-size: 16px;
    text-decoration: none;
    background: #f37a6f;
    color: #fff;
    text-transform: uppercase;
    padding: 11px 26px;
    transition: .5s;
    border-radius: 5px;
}
.join-button a:hover {
    background: #222222;
}
.singles-joins-box {
    background: #fff;
    text-align: center;
    padding: 35px 50px;
    box-shadow: 1px 4px 15px 8px rgb(0 0 0 / 10%);
    margin-bottom: 30px;
    border-radius: 5px;
}
.joins-titles h3 {
    font-size: 22px;
    color: #333;
    margin: 0;
    line-height: 1.3;
	white-space: nowrap;
	margin-top: 20px;
	font-family: 'Segoe UI Semibold' !important;
}
.singles-joinss-box {
    background: #fff;
    text-align: center;
    padding: 35px 50px;
    box-shadow: 1px 4px 15px 8px rgb(0 0 0 / 10%);
    margin-bottom: 30px;
    border-radius: 5px;
    position: relative;
    top: -60px;
}

.singles-joins-box i,
.singles-joinss-box i {
	font-size:45px;
	color: #f37a6f;
}
/*====================================================
--< cyber .circular-area Css -->
======================================================*/
.circular-area {
    /*padding: 100px 0 0;*/
    background: #F6F7F9;
}
.circular-area .section-title {
    text-align: center;
    margin-bottom: 50px;
}
.circular-area .section-title h5 {
    font-size: 20px;
    color: #d00a2b;
    font-family: Nunito;
    font-weight: 800;
    text-transform: uppercase;
}
.circular-area .section-title h1 {
    font-size: 50px;
    color: #0A2C3D;
}
.circular-area .section-title h1 span {
    color: #D00A2B;
}
.single-circular-box {
    /*padding: 10px 32px 25px;*/
    border-radius: 5px;
    margin-bottom: 30px;
    transition: .5s;
}
.circular-thumb {
    float: left;
    margin: 0px 25px 20px 0;
}
.circular-thumb img {
    background: #F6F7F9;
    padding: 22px 24px;
    border-radius: 5px;
}
.circular-title {
    position: relative;
    top: 15px;
	padding-left: 112px;
}
.circular-title h3 {
    font-size: 26px;
    color: #333;
    margin: 0;
    transition: .5s;
}
.circular-title p {
    font-size: 16px;
    color: #5c727d;
    margin: 0;
    transition: .5s;
}
.circular-btn {
    text-align: right;
    position: relative;
    top: -25px;
}
.circular-btn a {
    display: inline-block;
    font-size: 18px;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #f37a6f;
    padding: 12px 22px;
    border-radius: 5px;
    color: #333;
    font-weight: 600;
}
/* .single-circular-box:hover {
   background: #f37a6f;
} */
.single-circular-box:hover .circular-title h3{
    color: #fff;
}
.single-circular-box:hover .circular-title p{
    color: #fff;
}
.single-circular-box:hover .circular-btn a{
    color: #0A2C3D;
    background: #fff;
}
/*====================================================
--< cyber calls-do-actions Css -->
======================================================*/
.calls-do-actions {
    padding: 65px 0 165px;
    background: #F6F7F9;
    margin: 0 0 -67px;
}
.calls-do-actions .section-title {
    text-align: center;
}
.calls-do-actions .section-title h1 {
    font-size: 55px;
    font-weight: bold;
    font-family: "Rajdhani";
    margin-bottom: 15px;
    margin-top: 16px;
    color: #0A2C3D;
}
.calls-do-actions .section-title h5 {
    font-size: 32px;
    color: #5c727d;
    font-family: Nunito;
    font-weight: 600;
}
.calls-do-button {
    text-align: center;
    position: relative;
    top: 27px;
}
.calls-do-button a {
    display: inline-block;
    font-size: 16px;
    text-decoration: none;
    background: #f37a6f;
    color: #fff;
    text-transform: uppercase;
    padding: 11px 26px;
    transition: .5s;
    border-radius: 5px;
}
.calls-do-button a:hover {
    background: #BD2D10;
}
/*
<!-- ============================================================== -->
<!-- Start video-area Css -->
<!-- ============================================================== -->*/
.bd-video.upper {
    position: absolute;
    top: 15%;
    left: 61%;
}
.video-area .video-bg {
    background: url(assets/images/video.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 200px 0;
    border-radius: 5px;
    position: relative;
    margin-bottom: -101px;
}
.video-area .call-do-action-video {
    position: relative;
    top: -86px;
    left: -62px;
}
.video.carousels-videos {
    margin-top: 15px;
    position: relative;
    top: -85px;
    left: -15px;
}
.video-title h4 {
    font-size: 28px;
    color: #fff;
    text-align: right;
}
.video-button a {
    display: inline-block;
    padding: 16px 35px;
    background: #f37a6f;
    color: #fff;
    font-size: 13px;
    border-radius: 3px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Rajdhani';
    position: relative;
    z-index: 1;
    transition: .5s;
    text-decoration: none;
}
.video-button a::before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    z-index: -1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    transform: scale(0.0, 1);
    opacity: 0;
    border-radius: 3px;
}
.video-button span {
    margin-left: 6px;
}
.video-button i {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    transition: .5s;
}
.video-button a:hover::before {
    transform: scale(1, 1);
    opacity: 1;
    background: #BD2D10;
    color: #fff;
}
.video-button a:hover {
    color: #fff;
}
.video-button:hover i{
    color: #fff;
}

/*====================================================
--<  history  Css -->
======================================================*/


/*====================================================
--<  first-month-section  Css -->
======================================================*/
.first-month-section{
    position: relative;
    padding: 100px 0px 80px 0px;
    z-index: 1;
}

.first-month-section .main-section{
    position: relative;
}

.first-month-section .main-section::after{
    position: absolute;
    content: "";
    width: 2px;
    background-color: #DEE1E6;
    right: 50%;
    transform: translateX(-50%);
    top: 0px;
    bottom: 0;
    z-index: -1;
}
.first-month-section .year h3 {
    position: absolute;
    right: -44px;
    top: 0;
    font-size: 28px;
    background-color: #f37a6f;
    color: #fff;
    height: 90px;
    width: 90px;
    line-height: 90px;
    text-align: center;
    border-radius: 44px;
}
.first-month-section .text-section{
    text-align: end;
    padding: 166px 35px 0px 0px;
    
}
.first-month-section .text-section h4 {
    color: #f37a6f;
    font-size: 16px;
    position: relative;
}
.first-month-section .text-section h4::before {
    position: absolute;
    right: -60px;
    top: 0;
    content: "";
    height: 25px;
    width: 25px;
    border-radius: 25px;
    background-color: #f37a6f;
}
.first-month-section .text-section h2{
    font-size: 26px;
    color: #222222;
    margin: 20px 0px 15px 0px;
}

.first-month-section .text-section p{
    font-size: 16px;
    color: #616161;
}
 
 .first-month-section .main-section .second-month-section{
    margin-top: 60px;
 }

.first-month-section .main-section .second-month-section .image{
    margin-right: 35px;
    margin-top: 15px;
 }   

.first-month-section .main-section .second-month-section .image img{
    width: 100%;
}

.first-month-section .main-section .second-month-section .text-section{
    padding: 0;
    margin-left: 35px;
    text-align: start;
    
}
.first-month-section .main-section .second-month-section .text-section h4 {
    color: #f37a6f;
    font-size: 16px;
    position: relative;
}

.first-month-section .main-section .second-month-section .text-section h4::before{
    position: absolute;
    left: -64px;
    top: 0;
    content: "";
    height: 25px;
    width: 25px;
    border-radius: 25px;
    background-color: #f37a6f;

}

.first-month-section .main-section .second-month-section .text-section h2{
    font-size: 26px;
    color: #222222;
    margin: 20px 0px 15px 0px;
}

.first-month-section .main-section .second-month-section .text-section p{
    font-size: 16px;
    color: #616161;
}




.first-month-section .main-section .third-month-section{
    margin-top: 60px;
    position: relative;
}

.first-month-section .main-section .third-month-section .image{
    margin-left: 35px;
    margin-top: 15px;
 }   

.first-month-section .main-section .third-month-section .image img{
    width: 100%;
}



.first-month-section .main-section .third-month-section .text-section{
    text-align: end;
    padding: 0;
    margin-right: 35px;
    
}
.first-month-section .main-section .third-month-section .text-section h4 {
    color: #f37a6f;
    font-size: 16px;
    position: relative;
}

.first-month-section .main-section .third-month-section .text-section h4::before{
    position: absolute;
    right: -60px;
    top: 0;
    content: "";
    height: 25px;
    width: 25px;
    border-radius: 25px;
    background-color: #f37a6f;

}

.first-month-section .main-section .third-month-section .text-section h2{
    font-size: 26px;
    color: #222222;
    margin: 20px 0px 15px 0px;
}

.first-month-section .main-section .third-month-section .text-section p{
    font-size: 16px;
    color: #616161;
}

.first-month-section .main-section .third-month-section .year2 h3{
    position: absolute;
    left: -44px;
    bottom: 0;
    font-size: 28px;
    background-color: #43baff;
    color: #fff;
    height: 90px;
    width: 90px;
    line-height: 90px;
    text-align: center;
    border-radius: 44px;
}
.first-month-section .main-section .forth-month-section{
    margin-top: 260px;
    position: relative;
 }
.first-month-section .main-section .forth-month-section .year2 h3 {
    position: absolute;
    right: -44px;
    top: -160px;
    font-size: 28px;
    background-color: #f37a6f;
    color: #fff;
    height: 90px;
    width: 90px;
    line-height: 90px;
    text-align: center;
    border-radius: 44px;
}
.first-month-section .main-section .forth-month-section .image{
    margin-right: 35px;
    margin-top: 15px;
 }   
.first-month-section .main-section .forth-month-section .image img{
    width: 100%;
}
.first-month-section .main-section .forth-month-section .text-section{
    padding: 0;
    margin-left: 35px;
    text-align: start;  
}
.first-month-section .main-section .forth-month-section .text-section h4 {
    color: #f37a6f;
    font-size: 16px;
    position: relative;
}
.first-month-section .main-section .forth-month-section .text-section h4::before {
    position: absolute;
    left: -64px;
    top: 0;
    content: "";
    height: 25px;
    width: 25px;
    border-radius: 25px;
    background-color: #f37a6f;
}
.first-month-section .main-section .forth-month-section .text-section h2{
    font-size: 26px;
    color: #222222;
    margin: 20px 0px 15px 0px;
}
.first-month-section .main-section .forth-month-section .text-section p{
    font-size: 16px;
    color: #616161;
}
.first-month-section .main-section .forth-month-section .text-section2{
    padding: 0;
    margin-right: 35px;
    text-align: end;
    margin-top: 80px;
    
}
.first-month-section .main-section .forth-month-section .text-section2 h4 {
    color: #f37a6f;
    font-size: 16px;
    position: relative;
}
.first-month-section .main-section .forth-month-section .text-section2 h4::before {
    position: absolute;
    right: -60px;
    top: 0;
    content: "";
    height: 25px;
    width: 25px;
    border-radius: 25px;
    background-color: #f37a6f;
}
.first-month-section .main-section .forth-month-section .text-section2 h2{
    font-size: 26px;
    color: #222222;
    margin: 20px 0px 15px 0px;
}
.first-month-section .main-section .forth-month-section .text-section2 p{
    font-size: 16px;
    color: #616161;
}


/*
<!-- ============================================================== -->
<!-- Start planing area Css -->
<!-- ============================================================== -->*/
.planing-area {
    background: #F4F7F8;
}
.planing-area .dreamit-section-title {
    margin-bottom: 50px;
}
.dreamit-single-planing-box {
    margin: 30px 0;
}
.single-planing-thumb img {
    width: 100%;
}
.planing-content {
    background: #fff;
    padding: 25px 40px 15px;
}
.planing-title h3 {
    font-size: 20px;
    padding: 0;
    margin: 0;
}
/*
<!-- ============================================================== -->
<!-- Start vission area Css -->
<!-- ============================================================== -->*/
.vission-area {
    background: url(assets/images/ssion.jpg);
    background-position: center;
    background-repeat: no-repeat;
    padding: 95px 0 105px;
}
.vission-area .elementor-about-icon-box {
    margin: 30px 0 0;
}
.vission-area .about-icon i {
    float: left;
    display: inline-block;
    margin-right: 15px;
    color: #f37a6f;
    margin-top: 3px;
    font-size: 20px;
}
.vission-area .elementor-about-title {
    margin: 5px 0 5px;
}
.vission-area .about-icon {
    position: inherit;
}
/*
<!-- ============================================================== -->
<!-- Start mission area Css -->
<!-- ============================================================== -->*/
.mission {
	background-color: #1e1f23;
}
.mission-area {
  background: url(assets/images/vission.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 105px 0 108px;
}
.mission-area strong{
  color: #fff;
}
.col-lg-6.col-md-6.mission {
    padding: 0 0 0 15px;
}
.mission-area .dreamit-section-title p {
    margin: 15px 0 0;
    color: #bec6cc;
}
.mission-area .dreamit-section-title {
    margin-bottom: 25px;
}
.mission-area .dreamit-section-title::after {
    left: 25px;
}
.mission-area .elementor-about-title p {
    padding-bottom: 5px;
	/* font-family: 'Rubik', sans-serif; */
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    font-style: normal;
	margin-left: 35px;
}
.mission-area .section-head h2 {
    color: #232323;
}
.mission-area .section-head p {
    color: #616161;
    line-height: 1.5;
    padding: 25px 0 0;
	/* font-family: 'Rubik', sans-serif; */
     margin: 20px 0 0;
    font-size: 16px;
	line-height: 1.5;
    padding: 25px 0 0;
	font-weight: 400;
    font-style: normal;
}
.mission-area .about-icon {
    position: inherit;
}
.mission-area .about-icon i {
    float: left;
    display: inline-block;
    margin-right: 15px;
    color: #f37a6f;
    margin-top: 3px;
    font-size: 20px;
}
.elementor-about-icon-box.white {
    margin: 50px 25px 50px 25px;
}

/*mission single box*/
.col-lg-6.mission-box {
    position: relative;
    z-index: 1;
	/* background: url(assets/images/vission-new.jpg);
    background-size: cover;
    background-position: right bottom;
    background-repeat: no-repeat; */
	min-height: 650px;
}
.mission-area .section-title h1 {
    color: #fff;
}
.mission-area .section-title p {
    width: 100%;
}
.mission-single-box {
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    background: url(assets/images/mission-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 30px 20px 25px;
}
.mission-title h2 {
    font-size: 18px;
    line-height: 34px;
    color: #fff;
	text-transform: uppercase;
}
.mission-area .dreamit-section-main-title h2 {
    font-size: 35px;
    margin: 3px 0 0;
    color: #fff;
}
/*====================================================
--< Cyber .career-details  Css -->
======================================================*/
.career-details {
    padding: 100px 0 90px;
}
.details-title h2 {
    font-size: 46px;
    color: #000000;
    margin: 0;
}
.details-title h3 {
    font-size: 26px;
    color: #000000;
    font-weight: 600;
    margin: 15px 0;
}
.details-title p {
    font-size: 16px;
    margin: 0;
    color: #5c727d;
    line-height: 1.4;
}
.details-text {
    margin-top: 30px;
}
.details-text h4 {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 8px;
}
.details-text p {
    margin: 0 0 5px 30px;
    position: relative;
    padding-top: 4px;
}
.details-text p::before {
    position: absolute;
    content: "";
    top: 14px;
    left: -33px;
    height: 1px;
    width: 15px;
    background: #f37a6f;
}
.details-text p::after {
    position: absolute;
    content: "";
    top: 12px;
    left: -18px;
    height: 6px;
    width: 6px;
    border-radius: 5px;
    background: #f37a6f;
}
.details-text h3 {
    font-size: 26px;
    color: #000000;
    font-weight: 600;
    margin: 16px 0 0;
}
.singles-details-box {
    box-shadow: 1px 4px 15px 8px rgb(0 0 0 / 10%);
    padding: 25px 30px 20px;
    position: relative;
    border-radius: 5px;
}
.singles-details-box::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 4px;
    width: 100%;
    background: #f37a6f;
}
.singles-details-box h4 {
    font-weight: 600;
    font-size: 25px;
    color: #000000;
    font-family: 'Rajdhani', sans-serif;
}
.details-thumb {
    margin: 20px 0 0;
}
.details-thumb img {
    float: left;
    margin: 6px 20px 25px 0;
}
.deta-title span {
    font-size: 16px;
    color: #5c727d;
}
.deta-title h5 {
    margin: 0;
    font-size: 17px;
    color: #333;
}
.deta-title {
    margin-left: 37px;
}
.details-button {
    margin-top: 40px;
}
.details-button a {
    display: inline-block;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    background: #f37a6f;
    padding: 12px 20px;
    color: #fff;
    border-radius: 5px;
    transition: .5s;
}
.details-button a:hover {
    background: #BD2D10;
}

/*-------------------
============= Start Counter Section style Three
-------------------*/
.counter-container.style-3 {
	margin-top: -100px;
	background: #fff;
	box-shadow: 0 0 35px rgba(0,0,0,0.4);
	padding: 40px 20px 40px 40px;
}
/*-------------------
============= Start Counter Section style Four
-------------------*/
.counter-container.style-4 {
	border-radius: 5px;
	padding: 55px 20px 55px 40px;
	margin-bottom: 35px;
}
/*-------------------
============= Start Counter Section style Four
-------------------*/
.counter-section.style-5 {
  position: relative;
}
.counter-section.style-5 .counter-container.style-3 {
  margin-top: -75px;
  background: #f37a6f !important
}
.counter-section.style-5 .counter-single-item-inner .counter-text span,
.counter-section.style-5 .counter-single-item-inner .counter-icon,
.counter-section.style-5 .counter-single-item-inner .counter-title h4{
  color: #fff;
}
/*counter  area style three */
.counter-section.style-three {
    background: url(assets/images/hero/counter.jpg);
    padding: 65px 0 76px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.counter-section.style-three .counter-text span {
    color: #fff;
}
.counter-section.style-three .counter-title h4 {
    color: #ffffff;
}
.counter-section.style-three .counter-single-item-inner {
    text-align: center;
}
/*counter area style four*/
.counter-section.style-four {
    background:linear-gradient(rgba(255, 60, 0, 0.65), rgba(255, 60, 0, 0.65)), url(assets/images/hero/counter2.jpg);
    padding: 79px 0 66px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.counter-section.style-four .counter-content {
    background: rgba(255, 60, 0, 0.59);
    padding: 36px 0 38px;
    text-align: center;
}
.counter-section.style-four .section-head h2 {
    font-size: 35px;
    margin-bottom: 25px;
}
.counter-section.style-four .counter-text span {
    color: #fff;
}
.counter-section.style-four .counter-title h4 {
    color: #ffffff;
}
.counter-section.style-four .counter-single-item-inner {
    text-align: center;
}
/*counter area style five*/
.counter-section.style-five {
    background: #f4f7fc;
    padding: 61px 0 69px;
}
/*------------------
============== Start cctv service section
-------------------*/
.cctv-service-section {
    background: url(assets/images/hero/ccc.jpg);
    padding: 80px 0 201px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.cctv-service-section .section-head h3 {
    color: #fff;
}
.cctv-service-section .section-head h2 {
    font-size: 35px;
}
.row.topper {
    background: #fff;
    box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 10%);
    padding: 36px 0 3px 0;
    border-radius: 5px;
    position: relative;
    margin-top: -101px;
}
.single-cctv-feature-box {
    text-align: center;
    margin-bottom: 30px;
    padding: 0 30px;
    transition: .5s;
    border-right: 1px solid rgba(221, 221, 221, 1);
	display:flex;
	flex-grow:1;
	flex-direction: column;
}

.single-cctv-feature-box.two{
  border-right:none;
}
.cctv-feature-icon i,
.cctv-feature-icon span {
    font-size: 50px;
    color: #f37a6f;
    display: inline-block;
}
.cctv-featurte-title h2 {
    font-size: 24px;
    margin: 14px 0 26px;
    position: relative;
    transition: .5s;
	color: #2d3669;
}
.cctv-featurte-title h2:hover{
  color: #f37a6f;
}
.cctv-featurte-title h2:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -8px;
    background: #d1d1d1;
    width: 60px;
    height: 1px;
    -o-transition: .6s;
    transition: .6s;
    -webkit-transition: .6s;
    right: 0;
    margin: auto;
}
.cctv-service-section .section-head-container.style-2 {
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    margin-bottom: 25px;
}
.feature-content-buttons {
	display:flex;
	justify-content: space-around;
	margin-top:40px;
}
.feature-content-buttons .btn-feature-content {
	border: 2px solid #f37a6f;
    border-radius: 5px;
    background: #ffffff;
    color: #2d3669;
    font-size: 17px;
    /*font-weight: 400;*/
    padding: 10px;
    transition: .3s;
    width: 43%;
	font-family: 'Segoe UI Semibold', sans-serif;
	white-space: nowrap;
}
.feature-content-buttons .btn-feature-content:hover,
.feature-content-buttons .btn-feature-content:active {
	border: 2px solid #f37a6f;
	background: #f37a6f;
	color: #ffffff;
}
.cctv-feature-content {
	display:flex;
	flex-direction: column;
	flex-grow: 1;
}
.cctv-feature-content .feature-content-text {
	display:flex;
	flex-grow: 1;
}
/*--------------------
================ Itsoft Start Team Section
--------------------*/
.team-section-head {
  background: transparent url(https://webitkurigram.com/wp/itsoft/wp-content/uploads/2020/05/team-bg.jpg) bottom left/cover no-repeat scroll;
  padding-bottom: 360px;
}
.team-section {
  margin-top: -360px;
}
.team-section .btn-common a:hover {
    background: #fff;
    border: 2px solid #f37a6f;
    color: #f37a6f;
}
.team-section .btn-common {
    display: inherit!important;
}
.team-section.no-margin,
.testimonial-section.no-margin {
    margin-top: 0;
}
.single-team-member {
  position: relative;
  text-align: center;
  transition: .3s;
}
.team-member-thumb{
  position: relative;
}
.team-member-thumb img {
  transition: .3s;
  width: 100%;
}
.single-team-member:hover .team-member-thumb img {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px 0 rgba(207, 228, 255, 0.8);
}
.single-team-member:hover .team-member-intro-section{
  transform: translateY(-10px);
}
.team-member-thumb:after {
  content:"";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #f37a6f;
  z-index: 1;
  opacity: 0;
  transition: .3s;
}
.single-team-member:hover .team-member-thumb:after  {
  opacity: .7;
  transform: translateY(-10px);
}
.team-member-social-icon ul{
  position: absolute;
  top: 30%;
  right: -10px;
  background: #fff;
  padding: 15px;
  transition: .3s;
  opacity: 0;
  z-index: 1;
}
.team-member-social-icon ul li{
 list-style: none;
 padding: 4px 0;
}
.team-member-social-icon ul li a{
  color: #f37a6f;
}
.single-team-member:hover .team-member-social-icon ul {
  position: absolute;
  right: -1px;
  opacity: 1;
}
.team-member-intro-section {
  background: #fff;
  padding:20px 0;
  width: 80%;
  margin: auto;
  border-radius: 5px;
  margin-top: -40px;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(32,46, 0,.06);
  transition: .3s;
  z-index: 1;
}
.team-member-intro-section h2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  transition: .5s;
}
.team-member-intro-section h2:hover {
  color: #f37a6f;
}
.team-member-intro-section p{
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 0;
  letter-spacing: 1px;
}
/*team section style two*/
.team-section-head.style-two {
    background: #fff;
}
.team-section-head.style-two .section-head-container.style-2 {
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    margin-bottom: 25px;
}
.team-section-head.style-two .section-head h3 {
    text-transform: capitalize;
    font-size: 35px;
    line-height: 1.2;
    margin-bottom: 26px;
}
/*--------------------
================ Start Team Section Style-Two
--------------------*/
.team-section-head.style-2 {
  background: #f4f7fc;
}
/*--------------------
================ Start Team Section Style-Three
--------------------*/
.team-section.style-3,
.team-section-head.style-3 {
  background: none;
}
.team-section-head.style-3 {
  padding-bottom: 0 !important;
}
.team-section.style-3 {
  margin-top: 0 !important;
}
/*--------------------
================ Start Team Section Style-Four
--------------------*/
.team-section-head.style-4{
  padding-bottom: 500px;
}
.team-section.style-4 {
  margin-top: -515px;
}
/*--------------------
================ Start Team Section Style-Five
--------------------*/
.team-section.style-5 {
  background: #f4f7fc !important;
  margin-top: 0 !important;
}
.team-section.style-5{
  background: transparent url(assets/images/team/team-bg.jpg) no-repeat bottom left/cover scroll;
}
.team-sections.style-5 {
    background: inherit!important;
    margin-top: 0 !important;
}
.faq-sectiions {
    background: #F5F6FA;
}
/*--------------------
================ Start Team Section Style-Six
--------------------*/
.team-section.style-6 {
  background: #fff !important;
  margin-top: 0 !important;
}
/*--------------------
================ Start Team Section Style-Seven
--------------------*/
.our-team {
  padding-top: 300px;
  padding-bottom: 70px;
}
.our-team .our-single-team {
    margin-bottom: 30px;
    position: relative;
    text-align: center;
}
.our-team .team-thumb{
    overflow: hidden;
    z-index: 1;
    position: relative;
}
.our-team .team-thumb img {
  width: 100%;
}
.our-team .team-thumb::before {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(90deg, rgba(34, 31, 60, 0.94902) 0%, rgba(34, 31, 60, 0.47) 40%, rgba(34, 31, 60, 0.45) 43%, rgba(34, 31, 60, 0) 100%);
    bottom: -50px;
    content: "";
    opacity: 0;
    transition: .5s;
}
.our-team .our-single-team:hover .team-thumb::before  {
  opacity: 1;
  bottom: 0;
}
.our-team  .team-intro-section {
    background: transparent;
}
.our-team   .team-intro-section h2 {
  color: #fff;
  font-size: 22px;
  margin: 0;
}
.team-intro-section.style-2 h2 {
  color: #232323;
}
.our-team  .team-intro-section p {
  color: #b7b7b7;
  text-transform: capitalize;
  font-size: inherit;
  margin: 0;
}
.team-intro-section.style-2 p {
  color: inherit;
}
.our-team .team-social-link{
    position: absolute;
    bottom: -100%;
    left: 0;
    right: 0;
    margin: auto;
    transition: .5s;
    z-index: 999;
}
.our-team .our-single-team:hover .team-social-link{
  bottom: 30px;
}
.our-team .team-social-link li{
    display: inline-block;
    margin: 0 2px;
}
.our-team .team-social-link li i{
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #e9455a;
    text-align: center;
    color: #fff;
    border-radius: 100%;
}
.our-team .team-social-link li:nth-child(2) i{
    background: #1da1f2;
}
.our-team .team-social-link li:nth-child(3) i{
    background: #e60023;
}
.our-team .team-social-link li:nth-child(4) i{
    background: #e9455a;
}
.team-intro-section {
    padding: 23px 0 20px;
}
/*team member area style nine*/
.team-section.style-nine{
  background: transparent url(https://webitkurigram.com/wp/itsoft/wp-content/uploads/2020/05/team-bg.jpg) bottom left/cover no-repeat scroll;
}
/*team member area style nine upper*/
.team-section-head.style-nine.upper .section-head h2{
    font-size: 35px;
}
.team-section-head.style-nine.upper .section-head p{
    padding: 14px 0 0;
    margin: 0 auto 0;
    width: 70%;
    font-size: 19px;
}
/*blog area atyle two */
.blog-section.style-2.upper .section-head h3 {
    margin-bottom: 22px;
}

/****************** Start Our Partners Sections ********************************/

.our-partners{
	margin: 40px 0 0 0;
}

.our-partners h3{
	font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 48px;
    color: #2d3669;
    text-align: center;
}


.edr_carousel .wrapper .slider > ul > li{
	display: flex  !important;
	flex-direction: column !important;
	align-items:center !important;
	justify-content: center !important;
	align-content: center !important;
}

/*----------------
============== Itsoft Start Appoinment Section
------------------*/
/*.appointment-section {
  background: transparent url(assets/images/appointment/apm1_new.jpg) center right/auto no-repeat scroll;
}*/
.appointment-section .container {
	position:relative;
  display: flex;
  flex-wrap: wrap;
}
.have-a-questions{
	background-color: #f3f3f3;
	box-shadow: 5px 5px 25px 1px rgb(34, 37, 43, 0.4);
}
.have-a-questions .col-md-6:first-child {
  padding-right: 0;
}
.have-a-questions .have-a-questions-form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	  font-family: 'Segoe UI','Rubik', sans-serif;
    background-color: #fff;
    padding: 27px 40px 0px;
    position: relative;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
    /*border-radius: 10px;*/
}
.appointment-section-thumb {
  width: 100%;
  height: 700px;
  background: url(/portals/0/images/consult/cnst1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.appointment-content-section {
  position: relative;
  text-align: center;
  background: #fff;
  border: 1px solid #fff;
  box-shadow: 0 0 50px 0 rgba(32,46, 0,.06);
  margin-left: -100px;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.appointment-content h3 {
  font-size: 25px;
}
.appointment-input {
  width: 100%;
  background: #F4F7FC;
  padding: 15px 20px;
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  transition: .4s;
}
.appointment-input:focus {
  border-color: #f37a6f;
  box-shadow: 0 0 0 3px rgb(255, 60, 0, 0.3) !important;
  outline: 0;
}

textarea::placeholder{
  color: #000;
}
.appointment-submit-btn {
  width: 100%;
  background: #f37a6f;
  padding: 12px;
  border: 1px solid #f37a6f;
  border-radius: 5px;
  color: #fff;
  left: 0;
  right: 0;
  margin: auto;
  transition: .3s;
}
.appointment-submit-btn:hover {
  background: #cc3000;
}
/*----------------
============== Start Appoinment Section Style- Two
------------------*/
.appointment-section.style-2 {
  margin-top: -120px;
  background: none;
}
.appointment-section.style-2 .appointment-content-section{
  margin-left: 0;
}
.appointment-carousel{
	background: linear-gradient(rgba(255, 60, 0, 0.74), rgba(255, 60, 0, 0.74)), transparent url(assets/images/testimonial/tstm-bg7.jpg) center center/cover no-repeat scroll;
}
.appointment-carousel .testimonial-single-item {
  background: transparent;
  border: none;
  padding: 10px;
}
.appointment-carousel .testimonial-content-text {
	padding: 20px 25px 30px;
}
.appointment-carousel .testimonial-content h4{
  color: #fff;
}
.testimonial-content h3{
  font-size: 18px;
  font-family: 'Segoe UI Semibold', sans-serif !important;
  margin: 15px 15px 0 15px;
}
.appointment-carousel .testimonial-content p {
	color: #fff;
	width: 100%;
	margin: 0 auto 8px;
	font-style: italic;
}
.appointment-carousel .testimonial-content h4::after,
.appointment-carousel .testimonial-content h4::before{
  display: none;
}
.appointment-section.style-2 .owl-dots {
	 margin-top: 0;
}
.appointment-section.style-2 .owl-dot {
  background: #bfbfbf;
  height: 5px;
  width: 25px;
  display: inline-block;
  border-radius: 2px;
  transition:.3s;
  margin: 0 5px;
}
.appointment-section.style-2 .owl-dot.active{
  background: #f37a6f;
  width: 35px;
}
/*testi section style-3 upper17*/
.testimonial-section.style-3.upper17 .testimonial-single-item {
    padding: 30px 0 29px;
}
.testimonial-section.style-3.upper17 .testimonial-content-text {
    padding: 20px 25px 57px;
    margin: 0;
}
.testimonial-section.style-3.upper17 .testi-icon {
    position: relative;
    top: -29px;
}
.testimonial-section.style-3.upper17 li.active {
    color: #f37a6f!important;
}
.testimonial-section.style-3.upper17 .testi-icon ul li {
    display: inline-block;
    font-size: 19px;
    color: #ddd;
}
.testimonial-section.style-3.upper17 .testimonial-designation {
    font-size: 14px;
    font-weight: 400;
}

/* OUR CLIENTS PAGE HORIZONTAL TESTIMONIALS */
.testimonial-container .testimonial-single-item {
  margin-bottom: 30px;
  padding: 35px 20px;
  align-items: unset;
}
.testimonial-container .testimonial-headline,
.testimonial-container .testimonial-content {
  text-align: left;
}
.testimonial-container .testimonial-headline {
  padding: 0;
}
.testimonial-container .testimonial-client-info {
  display: flex;
  /* justify-content: end; */
  align-items: center;
  text-align: left;
}
.testimonial-container .testimonial-thumb {
  margin-right: 25px;
}
/*----------------
============== Itsoft Start Case Study Section
------------------*/
.section-head.style-2{
  background: linear-gradient(360deg, rgba(255, 60, 0, 0.87), rgba(241, 141, 1, 0.87)), #f4f7fc url(assets/images/case-study/pd-sh.jpg) center center/cover no-repeat scroll;
}
.case-study-single-item{
  overflow: hidden;
  position: relative;
}
.case-study-thumb img {
	width: 100%;
}
.case-study-thumb::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: #f2f2f2;
  z-index: 1;
  opacity: 0;
  transition: 0.2s;
}
.case-study-single-item:hover .case-study-thumb::before {
  opacity:.6;
}
.case-study-content {
	text-align: center;
	background: #f37a6f;
	position: absolute;
	left: 0;
	bottom: -30px;
	padding: 20px 30px;
	width: 100%;
  opacity: 0;
  transition: .2s;
  transition-delay: .2s;
  z-index: 2;
}
.case-study-single-item:hover .case-study-content {
  opacity: 1;
  position: absolute;
  bottom: 0;
  z-index: 2;
}
.case-study-content h2 {
	font-size: 20px;
	margin: 0;
  color: #fff;
}
.case-study-content h2 a{
  font-weight: 600 !important;
}
.case-study-content a,
.case-study-content span {
  color: #fff;
}
.case-study_carousel .owl-dots,
.blog-carousel .owl-dots{
	margin-top: 35px;
}
.testimonial-carousel .owl-dots{
	margin-top: 15px;
}
.services-section.style-3 .owl-dots {
	margin-top: -10px;
}
.case-study_carousel .owl-dot,
.testimonial-carousel .owl-dot,
.testimonial-carousel-2 .owl-dot,
.blog-carousel .owl-dot,
.testimonial-carousel-4 .owl-dot {
  background: #bfbfbf;
  height: 5px;
  width: 25px;
  display: inline-block;
  border-radius: 2px;
  transition:.3s;
  margin: 0 5px;
}
.case-study_carousel .owl-dot.active,
.testimonial-carousel .owl-dot.active,
.testimonial-carousel-2 .owl-dot.active,
.blog-carousel .owl-dot.active,
.testimonial-carousel-4 .owl-dot.active{
  background: #f37a6f;
  width: 35px;
}
.services-section.style-3 .owl-dot.active{
  background: #f37a6f;
}
/*section head style eight*/
.section-head.style-eight{
  background: linear-gradient(360deg, rgba(255, 60, 0, 0.87), rgba(241, 141, 1, 0.87)), #f4f7fc url(assets/images/case-study/pd-sh.jpg) center center/cover no-repeat scroll;
}
.section-head.style-eight .section-head h5 {
    color: #fff;
}
.section-head.style-eight .section-head h2 {
    font-size: 35px;
}
.section-head.style-eight .section-head p {
    padding: 25px 0 0;
    margin: 38px auto 0;
    width: 70%;
    font-weight: 500;
}
/*section head style 10*/
.section-head.style-10 {
    background: url(assets/images/about2/bac.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
}
.section-head.style-10 .section-head-content {
    position: relative;
    left: -58px;
}
/*case section*/
.case-study-section.upper10 {
    position: relative;
    margin-top: -155px;
}
.case-study-section.upper10 .case-study-single-item {
    border-radius: 4px;
}
.case-study-section.upper10 .case-study_carousel .owl-dots, .blog-carousel .owl-dots {
    margin-top: 40px;
}
/*project-details area */
.project-details-area {
    background: #F6F6F6;
}
.row.upper8 {
    box-shadow: 0 0 30px rgb(0 0 0 / 10%);
    padding: 64px 50px 64px;
}
.project-details-content {
    padding-left: 101px;
}
.project-details-tilte h2 {
    font-size: 25px;
    font-family: muli;
    margin: 0 0 26px;
}
.project-details-tilte.two h2 {
    font-size: 27px;
    font-family: 'Fira Sans', sans-serif;
    margin: 0 0 26px;
    font-weight: 700;
}
.project-details-inf ul li {
    border-bottom: 1px solid #ddd;
    margin-bottom: 12px;
    padding-bottom: 14px;
    list-style: none;
    text-transform: capitalize;
}
.project-details-inf ul li:last-child{
  border-bottom: none;
}
.project-details-inf ul li p {
    display: inline-block;
    font-size: 20px;
    margin-bottom: 0;
    text-transform: capitalize;
}
.project-details-sociual-address span {
    font-size: 20px;
    color: #6d6d6d;
    font-weight: 600;
}
.project-details-sociual-address {
    padding-top: 6px;
}
.project-details-sociual-address ul li{
  display: inline-block;
}
.project-details-sociual-address ul li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: #f37a6f;
    color: #fff;
    border-radius: 5px;
    font-size: 18px;
    text-align: center;
    margin-right: 5px;
    line-height: 35px;
    line-height: 37px;
    margin-top: 10px;
}
.project-details-sociual-address ul li a:hover{
  box-shadow: 0 0 10px rgb(0 0 0 / 30%);
  transform: translateY(-5px);
}
.project-details-content-inner {
    padding-right: 18px;
}
/*-------------------
============= Start industries area
-------------------*/ 
.industries-area {
    background: #f4f7fc;
}
.industries-area .section-head h3 {
    margin-bottom: 25px;
}
.industries-area .section-head p {
    color: #6d6d6d;
    font-size: 19px;
    width: 76%;
    margin: 10px auto 0;
}
.industries-area .about-icon-box {
    margin-bottom: 30px;
}
.industries-area .about-icon-box {
    background: #fff;
    box-shadow: 0 2px 48px 0 rgb(0 0 0 / 8%);
    padding: 0px 0 6px;
    position: relative;
    z-index: 1;
    border-radius: 5px;
    margin-bottom: 15px;
}
.industries-area .about-icon-box:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: #f37a6f;
    z-index: -1;
    border-radius: 5px;
    transition: .5s;
}
.industries-area .about-icon-box:hover:before{
  width: 100%;
} 
.industries-area .about-content {
    padding: 14px 0 0px 70px;
}
/*------------------
================ Itsoft Start Process Section
---------------------*/
.process-section .section-head {
  text-align: center;
}
.process-section .section-head h2{
  color: #232323 !important;
}
.section-head-bar-2 {
  position: relative;
  margin: auto;
}
.section-head-bar-2::before {
	content: "";
	position: absolute;
  left: -15px;
  bottom: 0;
	width: 40px;
	height: 4px;
	background: #f37a6f;
	transform: skewX(45deg);
}
.section-head-bar-2::after {
	content: "";
	position: absolute;
  left: -10px;
  bottom: 0;
	width: 40px;
	height: 4px;
	background: #f37a6f;
	transform: skewX(-45deg);
}
.process-single-item {
  text-align: center;
}
.process-single-thumb {
  border: 4px solid transparent;
  border-radius: 50%;
  text-align: center;
  position: relative;
  display: inline-block;
  box-shadow: 0 0 9px 0 rgba(24,35,51,.09);
  transition: 0.3s;
}
.process-single-thumb img {
  border: 10px solid #fff;
  border-radius: 50%;
}
.process-single-item:hover .process-single-thumb{
  border-color:	#f37a6f;
}
.process-number{
  position: absolute;
  top: 45%;
  left: -25px;
  background: #f37a6f;
  color: #fff;
  padding: 15px 18px;
  border-radius: 50%;
  text-align: center;
  z-index: 1;
  transition: .5s;
}
.process-single-item:hover .process-number {
  position: absolute;
  top: 30%;
}
.process-number:before{
  content:"";
  position: absolute;
  top: -18px;
  left:-18px;
  height: 90px;
  width: 90px;
  background: #f37a6f;
  border-radius: 50%;
  opacity: .4;
  z-index: -1;
}
.process-number:after{
  content:"";
  position: absolute;
  top: -6px;
  left: -6px;
  height: 65px;
  width: 65px;
  background: #f37a6f;
  border-radius: 50%;
  opacity: .5;
  z-index: -1;
}
.process-content-title h4 {
  font-size: 20px;
  font-weight: 700;
  padding: 25px 0 15px;
  margin-bottom: 0;
}
.process-content p {
  margin: 0;
}
/*process section style seven*/
.process-section.style-seven .process-content {
    padding: 0 20px 0;
}
.process-section.style-seven .process-single-thumb:before {
    display: none;
}
.call-do-action-section.style-seven .call-do-action-content p{
    margin: 19px auto 0;
}
.call-do-action-section.style-seven .section-head h2 {
    font-size: 35px;
}
/*-------------------
Itsoft Start Call Do Action Section
-------------------*/
.call-do-action-section {
  /*background: linear-gradient(rgba(17, 26, 58, 0.75), rgba(17, 26, 58, 0.75)), transparent url(assets/images/call-do-action/cda1.jpg) no-repeat center/cover;*/
  background: url(assets/images/call-do-action/cda1.jpg) no-repeat top center;
  background-size: cover;
}
.call-do-action-section .call-do-action-content h2 {
	text-transform: capitalize;
}
.video-icon-cda a{
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 100%;
  color: #f37a6f;
  background: #fff;
  display: inline-block;
  text-align: center;
  position: relative;
  -webkit-animation:murad 1s linear infinite;
  animation: murad 1.5s linear infinite;
  -webkit-transition: .5s;
  transition: .5s;
  font-size: 28px;
  z-index: 1;
}
@-webkit-keyframes murad {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.4),  0 0 0 5px rgba(255,255,255, 0.4);
        box-shadow: 0 0 0 0 rgba(255,255,255, 0.4),  0 0 0 5px rgba(255,255,255, 0.4)
    }
    100% {
        -webkit-box-shadow: 0 0 0 50px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3), 0 0 0 40px rgba(255, 255, 255, 0)
    }
}
@keyframes murad {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.4), 0 0 0 5px rgba(255,255,255, 0.4);
        box-shadow: 0 0 0 0 rgba(255,255,255, 0.4), 0 0 0 5px rgba(255,255,255, 0.4)
    }
    100% {
        -webkit-box-shadow:0 0 0 0 rgba(255,255,255, 0.4), 0 0 0 40px rgba(255,255,255, 0);
        box-shadow: 0 0 0 0 rgba(255,255,255, 0.4), 0 0 0 40px rgba(255,255,255, 0)
    }
}
.call-do-action-content .sub-title {
  font-size: 40px;
}
.call-do-action-content p{
  width: 35%;
  margin: auto;
}
/*-------------------
==============Start Call Do Action Section Style Two
-------------------*/
.call-do-action-section.style-two .call-do-action-content p {
    width: 35%;
    margin: 17px auto 0;
}
.call-do-action-section.style-two .btn-common a {
    padding: 13px 27px;
}
/*video*/
.rs-video {
    display: inline-block;
    position: relative;
    top: -78px;
}
 .rs-video .animate-border a {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.animate-border a i{
  color: #f37a6f;
}
.rs-video .animate-border .video-vemo-icon {
    background:#fff;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.rs-video .animate-border .video-vemo-icon:before {
    content: "";
    border: 2px solid #fff;
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    animation: zoomBig 3.25s linear infinite;
    -webkit-animation-delay: .75s;
    animation-delay: .75s;
}
.rs-video .animate-border .video-vemo-icon:after {
    content: "";
    border: 2px solid #fff;
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    animation: zoomBig 3.25s linear infinite;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

@keyframes zoomBig {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
    border-width: 3px;
  }
  40% {
    opacity: .5;
    border-width: 2px;
  }
  65% {
    border-width: 1px;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px;
  }
}
@keyframes zoomBig {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
    border-width: 3px;
  }
  40% {
    opacity: .5;
    border-width: 2px;
  }
  65% {
    border-width: 1px;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px;
  }
}
/*call do action are style three*/
.call-do-action-section.style-three .call-do-action-content p {
    margin: 17px auto 0;
}
.call-do-action-section.style-three .btn-common a {
    font-size: 15px;
    font-weight: 500;
}
.call-do-action-section.style-three .rs-video .animate-border .video-vemo-icon {
    font-size: 25px;
}
/*-------------------
==============Start Call Do Action Section Style Two
-------------------*/
.btn-cda.style-2 a {
	font-size: 16px;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 500;
}
.call-do-action-2 {
  background: #f4f7fc;
  padding-top: 350px;
}
.cda-2-content h4{
	font-size: 23px;
	font-weight: 500;
	color: rgba(68, 68, 68, 1);
}
.cda-2-container {
	background: #fff;
}
.cda-2-content h3 {
	font-size: 35px;
}
.call-do-action-2.style-2 {
  padding-top: 65px;
}
/*-------------------
==============Start Call Do Action Section Style Three
-------------------*/
.call-do-action-2.style-2{
  padding-top: 0;
}
.call-do-action-2.style-2 .cda-2-container {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.call-do-action-2.style-3{
  padding-top: 0 !important;
}
.call-do-action-2.style-3 .cda-2-container {
	background: #fff;
	box-shadow: 0 0 30px rgb(0,0,0,0.2);
}
/*-------------------
==============Start Call Do Action Section Style Four
-------------------*/
.call-do-action-3 {
  background: linear-gradient(rgba(255, 60, 0, 0.62), rgba(255, 60, 0, 0.62)), url(assets/images/call-do-action/cda3.jpg) no-repeat center / cover;
}
/*-------------------
==============Start Call Do Action Section Style Five
-------------------*/
.call-do-action-4 .cda-2-container {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.call-do-action-4  .cda-2-content {
  padding: 0 30px;
}
.call-do-action-4  .cda-2-content h3 {
  margin-bottom: 0;
  font-size: 30px;
}
.call-do-action-4  .cda-2-content p{
  margin: 12px 0 0;
}
/*-------------------
============= Itsoft Start Testimonial Section
-------------------*/
.design-element-testimonial{
	width: 35px;
    height: 5px;
    background-color: #f37a6f;
    margin: 0 auto;
    margin-bottom: 10px;
	margin-top: 10px;
    border-radius: 3px;
	border:none;
}
.testimonial-headline{
	font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 18px;
    text-align: center;
	padding: 25px 25px 10px;
}
/* h3.testimonial-headline  {
	min-height: 105px;
} */
.read-more-single-testimonial{
	font-family: 'Segoe UI', sans-serif;
	font-size: 15px;
	color: #f37a6f;
	margin: 20px 20px;
}

.read-more-single-testimonial:hover{
	color: #2d3669;
	cursor:pointer;
}

.testimonial-section {
  margin-top: -125px;
}
.testimonial-section .section-head h3 {
    margin-bottom: 24px;
}
.testimonial-single-item {
    text-align: center;
    border: 1px solid #eee;
    border-radius: 5px;
    background: #fff;
    padding: 35px 0;
    margin: 0 15px;
}
.testimonial-thumb {
  display: inline-block;
  position: relative;
}
.testimonial-icon i{
	font-size: 18px;
	position: absolute;
  width: 50px;
	height: 50px;
	line-height: 50px;
	bottom: 0px;
	right: -16px;
	background-color: #f37a6f;
	text-align: center;
	color: #fff;
	border-radius: 50%;
}
.testimonial-thumb img{
  border-radius: 50%;
  border: 1px solid #e5e5e5;
}
.testimonial-content h4 {
  text-transform: capitalize;
  font-size: 18px;
  padding: 0;
  position: relative;
  margin-bottom: 5px;
}
/*
.testimonial-content h4::before {
  content:"";
  height: 1px;
  width: 25px;
  background: #f37a6f;
  position: absolute;
  top: -20px;
  left:0;
  right:25px;
  margin: auto;
}
.testimonial-content h4::after {
  content:"";
  height: 1px;
  width: 25px;
  background: #cccccc;
  position: absolute;
  top: -20px;
  left:25px;
  right:0;
  margin: auto;
}*/
.testimonial-content-text {
	padding: 0px 25px 20px;
	margin: 0;
}
.testimonial-company-name {
	color: #7c7c7c;
	font-size: 16px;
	font-weight: 500;
	margin: 0;
	text-transform: capitalize;
}
.testimonial-designation {
	color: #f37a6f;
	font-size: 16px;
	font-weight: 500;
	margin: 0;
	text-transform: capitalize;
}
.subscribe-section.style-two .row.footer-hr.two {
    padding-top: 153px;
}
/*-------------------
============= Start Testimonial Section Style Two
-------------------*/
.testimonial-section.style-2 {
	margin-top: 0;
  background: url(assets/images/testimonial/tstm-bg2.jpg) no-repeat center/ cover;
}
.testimonial-single-item.style-2 .testimonial-content-text{
  font-weight: 18px;
  font-size: 18px;
  font-style: italic;
  text-align: left;
  color: #fff;
  border: 1px solid #888;
  padding: 23px 45px;
  margin-bottom: 35px;
}
.testimonial-single-item.style-2 {
	background: transparent;
  border: none;
}
.testimonial-signature h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}
/* Custom Defined Classes for Testimonials */
.testimonial-carousel .owl-stage-outer .owl-stage {
	display: flex;
}
.testimonial-carousel .owl-stage-outer .owl-stage .owl-item {
	display:flex;
	flex-grow: 1;
}
.testimonial-single-item {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.testimonial-single-item .testimonial-content {
	display:flex;
	flex-direction: column;
	flex-grow: 1;
}
.testimonial-content-wrapper {
	flex-grow: 1;
	align-items: baseline;
	justify-content: center;
}
.testimonial-bottom {
  padding-top: 10px;
  margin-top: auto;
}
.testimonial-content-text {
	/*display: flex;*/
	flex-grow: 1;
	align-items: baseline;
	justify-content: center;
	
	/*display: -webkit-box;
    max-width: 350px;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 145px;*/
}

.testimonial-content h4{
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	flex-shrink: 1;
}

/*-------------------
============= Start Testimonial Section Style Three
-------------------*/
.testimonial-section.style-3.pt-80 {
  margin-top: 0;
}
/*-------------------
============= Start Testimonial Section Style Four
-------------------*/
.testimonial-section.style-4 {
  margin-top: 0 !important;
  background: url(assets/images/testimonial/tstm-bg1.jpg) no-repeat center/cover;
}
.testimonial-section.style-4 .testimonial-content-text {
	font-style: italic;
	width: 75%;
	margin: auto;
  color: #fff;
  padding: 15px 25px 30px;
}
.testimonial-section.style-4 .testimonial-single-item {
  border: none;
  background: transparent;
  padding: 35px 0 0 0;
}
.testimonial-section.style-4 .testimonial-content h4 {
  color: #fff;
}
.testimonial-section.style-4 .testimonial-content h4::before,
.testimonial-section.style-4 .testimonial-content h4::after{
  display: none;
}
.testimonial-section.style-4 .section-head-container.style-2 {
	margin-bottom: 0;
}
/*-------------------
============= Start Testimonial Section Style Five
-------------------*/
.testimonial-section.style-5 {
  margin-top: 0 !important;
  background: #f4f7fc;
}
.testimonial-section.style-5 .testimonial-content-text {
  font-style: italic;
  /*width: 75%;*/
  margin: auto;
  /*padding: 15px 25px 30px;*/
}
.testimonial-section.style-5 .testimonial-single-item {
  border: none;
  background: transparent;
  padding: 35px 0 0 0;
}
.testimonial-section.style-5 .testimonial-content h4::before,
.testimonial-section.style-5 .testimonial-content h4::after{
  display: none;
}
.testimonial-section.style-5 .section-head-container.style-2 {
  margin-bottom: 0;
}
/*-------------------
============= Start Testimonial Section Style Six
-------------------*/
.testimonial-section.style-6 {
  margin-top: 0 !important;
  padding-top: 110px;
  padding-bottom: 170px;
}
.testimonial-section.style-6 .testimonial-carousel-4 {
   max-width: 900px;
   margin: 0 auto;
}
.testimonial-section.style-6 .testimonial-single-item  {
    background: #ffffff;
    box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
    margin:  30px 15px;
}
.testimonial-section.style-6  .owl-dots {
    margin-top: 10px;
}
.testimonial-section.style-6 .testimonial-content-text {
  font-style: italic;
  width: 69%;
  margin: auto;
  padding: 15px 25px 30px;
  font-size: 18px;
}
.testimonial-section.style-6 .testimonial-content h4::before,
.testimonial-section.style-6 .testimonial-content h4::after{
  display: none;
}
.testimonial-section.style-6 .section-head-container.style-2 {
  margin-bottom: 0;
}
.testimonial-section.style-three .section-head p {
    color: #6d6d6d;
    font-size: 19px;
    width: 73%;
    margin: 10px auto 0;
	 padding: 16px 0 0;
}
/*testi section style-2 upper*/
.testimonial-section.style-5.upper {
    background: url(assets/images/about2/section.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.testimonial-section.style-5.upper .section-head h3 {
    margin-bottom: 0;
}
.testimonial-section.style-5.upper .testimonial-content-text {
    padding: 15px 25px 27px;
}
.testimonial-section.style-5.upper .testimonial-designation {
    font-size: 15px;
    font-weight: 400;
}
.testimonial-section.style-5.upper .testi-icon ul li {
    color: #f37a6f;
    display: inline-block;
    margin-right: 3px;
    font-size: 19px;
}
.testimonial-section.style-5.upper .testimonial-content h4 {
    margin-bottom: 5px;
    margin-top: 8px;
}
/*owl dots*/
.testimonial-section.style-5.upper .owl-dots {
    text-align: center;
    margin-top: 12px;
}
/*testimonial section style seven*/
.testimonial-section.style-seven {
    background: #f4f7fc;
    margin-top: 0;
}
.testimonial-section.style-seven .section-head h2 {
    font-size: 35px;
}
.testimonial-section.style-seven .section-head h3 {
    margin-bottom: 0;
}
/*testimonial section style three topper*/
.testimonial-section.style-three.topper {
    background: #f4f7fc;
    margin-top: 0;
}
.testimonial-section.style-three.topper .section-head h3 {
    margin-bottom: 0;
}
.testimonial-section.style-three.topper .section-head h2 {
    font-size: 35px;
}
/*testimonial style ten*/
.testimonial-area.style-ten{
  background:url(assets/images/about/icon16.jpg);
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center center;
}
.testimonial-single-box {
    box-shadow: 0 0 24px rgb(0 0 0 / 13%);
    padding: 29px 0 41px 30px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    z-index: 1;
    transition: .5s;
    background: #fff;
    margin-bottom: 20px;
}
.testimonial-area.style-ten .section-head h5 {
    color: #f37a6f;
    margin-bottom: 18px;
}
.testimonial-area.style-ten .section-head h2 {
    font-size: 38px;
}
.testimonial-single-box:hover .thumb-title h2,
.testimonial-single-box:hover .testimonial-single-content-text p{
  color:#fff;
}
.testimonial-single-box:hover .testimonial-single-icon i{
  color: #fff;
  opacity: 0.3;
}
.testimonial-single-box:before {
    position: absolute;
    content: "";
    top: 0;
    left: -149px;
    height: 100%;
    width: 70%;
    background: #F7F8FA;
    transform: skewX(-29deg);
    z-index: -1;
    transition: .5s;
}
.testimonial-single-box:hover:before{
  background:#252525;
}
.testimonial-single-box:after {
    position: absolute;
    content: "";
    top: 0;
    right: -56px;
    height: 21%;
    width: 9%;
    background: #FE3C00;
    transform: skewX(48deg);
    z-index: -1;
    transition: .5s;
}
.testimonial-single-box:hover:after {
    height: 100%;
    width: 75%;
    transform: skewX(-29deg);
    right: -102px;
}
.testimonial-thumb-content {
    margin-left: 22px;
}
.thumb-title h2 {
    font-size: 22px;
    margin: 10px 0 7px;
    font-weight: 500;
}
.testimonial-single-box:hover .thumb-title span{
  color:#d3d3d3;
}
.test-icon ul li {
    list-style: none;
    display: inline-block;
    font-size: 12px;
    color: #f37a6f;
}
.testimonial-single-content-text p {
    width: 96%;
    margin: 23px 0 25px;
    line-height: 1.7;
    /* font-family: "Fira Sans", sans-serif; */
    transition: .5s;
}
.testimonial-single-icon i {
    font-size: 50px;
    color: #FE3C00;
    opacity: 0.1;
    display: inline-block;
}
.testimonial-single-icon {
    position: absolute;
    right: 30px;
    bottom: 27px;
}
/*owl dots*/
.testimonial-area.style-ten .owl-dots {
    margin-top: 50px;
}
.testimonial-area.style-ten .owl-dot {
    height: 5px;
    width: 28px;
    margin: 0 5px;
    border-radius: 4px;
    transition: .5s;
}
.testimonial-area.style-ten .owl-dot.active {
    width: 32px;
}
/*testimonal are style eleven*/
.testimonial-area.style-eleven {
    background: url(assets/images/about/counter4.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    z-index: 1;
}
.testimonial-area.style-eleven .section-head h5 {
    font-weight: 400;
    color: #f37a6f;
    margin-bottom: 14px;
}
.testimonial-area.style-eleven .section-head h2 {
    font-size: 38px;
}
.testimonial-area.style-eleven .row.upper15.pt-35 {
    padding-left: 184px;
}
.testimonial-area.style-eleven .testimonial-single-box:before {
    display: none;
}
.testimonial-area.style-eleven .testimonial-single-box:after {
    display: none;
}
.testimonial-area.style-eleven .testimonial-single-box:hover{
  display: inherit;
}
.testimonial-area.style-eleven .testimonial-single-thumb img {
    border: 3px solid#fff;
    border-radius: 100%;
}
.testimonial-area.style-eleven .thumb-title h2 {
    color: #fff;
    margin: 10px 0 10px;
    display: inline-block;
    margin-right: 20px;
    position: relative;
    font-weight: 500;
    /* font-family: 'Rubik'; */
}
.testimonial-area.style-eleven .thumb-title h2:before {
    position: absolute;
    content: "";
    top: 7px;
    right: -12px;
    height: 16px;
    width: 1px;
    background: #fff;
}
.testimonial-area.style-eleven .testimonial-single-box:hover .thumb-title span{
  color:#FFC3AB;
}
.testimonial-area.style-eleven .thumb-title span {
    color: #FFC3AB;
    font-size: 16px;
    text-transform: capitalize;
}
.testimonial-area.style-eleven .testimonial-single-box {
    box-shadow: none;
    padding: 94px 46px 87px 102px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    z-index: 1;
    transition: .5s;
    background: url(assets/images/about/testimonial3.png);
    margin-bottom: 20px;
    background-repeat: no-repeat;
}
.testimonial-area.style-eleven .testimonial-single-content-text p {
    width: 95%;
    margin: 23px 0 33px;
    color: #fff;
    line-height: 1.9;
    /* font-family: 'Rubik'; */
}
.testimonial-area.style-eleven .test-icon ul li {
    color: #ffc000;
}
/*testimonial shape*/
.testimonial-area.style-eleven .testi-shape {
    position: absolute;
    top: 25%;
    left: 0;
    right: 172px;
    text-align: center;
    z-index: -1;
}
/*testimonial owl dots*/
.testimonial-area.style-eleven .owl-dots {
    text-align: center;
    margin-top: 0;
}
.testimonial-area.style-eleven .owl-dot {
    background: url(assets/images/about/testi3.png);
    height: 80px;
    width: 80px;
    margin: 0 8px;
    border-radius: 50%;
    background-size: cover;
    background-position: center center;
    transition: .5s;
}
.testimonial-area.style-eleven .owl-dot.active {
    background: linear-gradient(360deg, rgba(255, 59, 0, 0.3), rgba(255, 59, 0, 0.3)), url(assets/images/about/ficture.png);
    height: 80px;
    width: 80px;
    margin: 0 8px;
    border-radius: 50%;
    background-size: cover;
    background-position: center center;
    transition: .5s;
}
/*-------------------
============= Itsoft Start Blog Section
-------------------*/
.blog-section .section-head h2 {
  color: #232323 !important;
}
.blog-single-carousel {
  position: relative;
  border-radius: 5px;
  transition: .3s;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  margin: 0 15px 20px !important;
  background: #fff;
}
.blog-thumb img {
  width: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.blog-single-carousel:hover {
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
}
.blog-meta-top ul {
  position:absolute;
  top: 15px;
  left: 10px;
}
.blog-meta-top ul li {
  display:inline-block;
  margin-left: 5px;
}
.blog-meta-top a {
  font-size: 12px;
  font-weight: 500;
  background: #f37a6f;
  color: #fff;
  text-transform: uppercase;
  padding: 8px 15px;
  letter-spacing: 1px;
  border-radius: 3px;
}
.blog-content {
  padding: 32px 35px 30px;
  transition: .3s;
  text-align: left;
}
.blog-meta {
  font-size: 15px;
  margin-bottom: 15px;
}
.blog-meta a:hover,
.blog-meta span:hover{
  color: #f37a6f;
}
.blog-content  h5 a{
 color: #232323;
 font-size: 20px;
 font-weight: 700;
}
.blog-content  h5:hover a{
  color: #f37a6f;
}
.blog-learn-more a {
  color: #f37a6f;
}
.blog-carousel .owl-prev, .blog-carousel .owl-next {
    padding: 0;
    border-radius: 50%;
    top: -328px;
}
.blog-carousel .owl-prev i, .blog-carousel .owl-next i {
    border-radius: 50%;
    font-size: 19px;
    height: 60px;
    line-height: 60px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 60px;
    text-align: center;
    z-index: 99;
}
.blog-carousel .owl-prev i:hover, .blog-carousel .owl-next i:hover{
    background: #5164ae;
    color: #fff;
}
.blog-carousel:hover .owl-prev, .blog-carousel:hover .owl-next {
    opacity: 1;
}
/*-------------------
============= Start Blog Section Style Two
-------------------*/
.blog-section.style-2 .blog-single-carousel {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 0 !important;
  margin: 0 0 20px !important;
}
.blog-section.style-2 .blog-single-carousel:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.blog-section.style-2 .blog-thumb img {
  width: 100%;
  padding: 15px 15px 0 15px;
}
.blog-section.style-2 .blog-meta{
  position: absolute;
  top:-20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 85%;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  padding: 10px;
}
.blog-section.style-2 .blog-meta-top ul {
  top: 25px;
  left: 20px;
}
.blog-section.style-2 .blog-learn-more:hover a {
  color: #f37a6f;
}
.blog-section.style-2 .blog-content {
  padding: 45px 35px 20px;
  position: relative;
  text-align: center;
}
/*-------------------
============= Start Blog Section Style Three
-------------------*/
.blog-section.style-3 .blog-single-carousel {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 0 !important;
  margin: 0 0 20px !important;
}
.blog-section.style-3 .blog-single-carousel:hover {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.blog-section.style-3 .blog-thumb img {
	width: 100%;
	padding: 15px 15px 0 15px;
}
.blog-section.style-3 .blog-meta-top ul {
	top: 25px;
	left: 20px;
}
.blog-section.style-3 .blog-learn-more a {
	color: inherit;
}
.blog-section.style-3 .blog-learn-more:hover a {
	color: #f37a6f;
}
.blog-section.style-3 .blog-content {
	padding: 45px 35px 40px;
  position: relative;
  text-align: center;
}
.blog-section.style-3 .blog-meta{
  position: absolute;
  top:-20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 85%;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  padding: 10px;
}
.blog-section.style-3 {
  margin-bottom: -330px;
}
/*-------------------
============= Start Blog Section Style Four
-------------------*/
.blog-section.bg-2 {
  background: #f4f7fc;
  margin-bottom: 0;
}
.bg-2 {
  background: #f4f7fc;
}
.bg-1 {
  background: #fff;
}
/*-------------------
============= Start Blog Section Style Five
-------------------*/
.blog-section.style-5 .blog-single-carousel {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 0 !important;
  margin: 0 0 20px !important;
}
.blog-section.style-5 .blog-single-carousel:hover {
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
}
.blog-section.style-5 .blog-thumb img {
  width: 100%;
  padding: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.blog-section.style-5 .blog-meta-top ul {
  top: 10px;
  left: 10px;
}
.blog-section.style-5 .blog-content {
  padding: 32px 35px 30px;
  text-align: center;
}
.blog-section.style-5 .blog-learn-more a {
  color: inherit;
}
.blog-section.style-5.blog-learn-more:hover a {
  color: #f37a6f;
}
.blog-section.style-5 .blog-content {
  padding: 45px 35px 40px;
  position: relative;
}
.blog-section.style-5 .blog-meta{
  position: absolute;
  top:-20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 85%;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  padding: 10px;
}
/*blog section upper*/
.blog-section.style-5.upper {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.blog-section.style-5.upper .section-head p {
    padding: 20px 0 0;
    margin: 0 auto 0;
    width: 56%;
}
/* blog section shape11*/
.blog-section.style-5.upper .shape11 {
    position: absolute;
    top: 0;
    z-index: -1;
}
.blog-section.style-5.upper .section-head h2 {
    text-transform: capitalize;
    font-size: 35px;
    margin-bottom: 20px;
}
/*-------------------
============= Start Blog Section Style Six
-------------------*/
.blog-section.style-6 .blog-content{
  text-align: center;
}
.blog-section.style-6 .blog-single-carousel:hover .blog-content {
    background: #211e3b;
}
.blog-section.style-6 .blog-single-carousel .blog-meta {
    position: relative;
    width: 100%;
    background: transparent;
    box-shadow: none;
    padding: 0;
}
.blog-section.style-6 .blog-single-carousel:hover .blog-content,
.blog-section.style-6 .blog-single-carousel:hover .blog-content  h5 a,
.blog-section.style-6 .blog-single-carousel:hover .blog-content .blog-meta span,
.blog-section.style-6 .blog-single-carousel:hover .blog-content .blog-meta a{
  color: #fff;
}

.blog-section.style-6 .blog-learn-more a {
    color: #fff;
    background: #211e3b;
    display: block;
    padding: 13px 0;
    position: relative;
    z-index: 1;
    margin: 24px 0 12px;
}
.blog-section.style-6 .blog-learn-more a:before {
    position: absolute;
    left: 0;
    content: "";
    width: 10%;
    height: 100%;
    background: #f37a6f;
    top: 0;
    transition: .5s;
    z-index: -1;
}
.blog-section.style-6 .blog-single-carousel:hover .blog-learn-more a:before {
  width: 100%;
}
/*blog sevtion topper-two*/
.blog-section.upper-two .section-head h2 {
    font-size: 35px;
}
/*blog sevtion topper-three*/
.blog-section.upper-three{
  background: #f4f7fc;
}
.blog-section.upper-three .section-head h2 {
    font-size: 35px;
}
.blog-section.upper-three .blog-meta {
    margin-bottom: 10px;
}
.blog-section.upper-three .blog-content p {
    margin: 14px 0 17px;
}
/*blog sevtion topper-four*/
.blog-section.upper-four{
  background: #fff;
}
.blog-section.upper-four .section-head h2 {
    font-size: 35px;
}
.blog-section.upper-four .blog-meta {
    margin-bottom: 10px;
}
.blog-section.upper-four .blog-content p {
    margin: 14px 0 17px;
}
/*blog section style ten*/
.blog-section.style-ten .single-blog-box {
    margin-bottom: 30px;
    transition: .5s;
    position: relative;
}
.blog-section.style-ten .single-blog-box:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 3px;
    width: 100%;
    background: #f37a6f;
    transform: scale(0.1);
    opacity: 0;
    transition: .5s;
}
.blog-section.style-ten .single-blog-box:hover{
  box-shadow: 15px 0 40px rgb(0 0 0 / 12%);
}
.blog-section.style-ten .single-blog-box:hover:before{
  opacity: 1;
  transform: scale(1.0);
}
.blog-section.style-ten .single-blog-thumb {
    position: relative;
}
.blog-section.style-ten .single-blog-thumb:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transition: .5s;
    background: rgb(62,55,59,0.3);
    transform: scale(0.1);
    opacity: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.blog-section.style-ten .single-blog-box:hover .single-blog-thumb:before{
  opacity: 1;
  transform: scale(1.0);
}
.blog-section.style-ten .section-btn {
    float: right;
    position: relative;
    z-index: 1;
}
.blog-section.style-ten .section-head h5 {
    color: #f37a6f;
    margin-bottom: 13px;
}
.blog-section.style-ten .section-head h3 {
    text-transform: inherit;
    font-size: 35px;
}
.blog-section.style-ten .section-btn a {
    display: inline-block;
    background: #FF3B00;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    transition: .5s;
    padding: 18px 34px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
}
.blog-section.style-ten .single-blog-content {
    background: #fff;
    box-shadow: 15px 0 40px rgb(0 0 0 / 3%);
    padding: 27px 21px 32px 30px;
}
.blog-section.style-ten .blog-meta-title h3 {
    font-size: 18px;
    margin: 0;
    color: #fff;
}
.blog-section.style-ten .blog-meta-title span {
    text-transform: capitalize;
    font-size: 15px;
    color: #fff;
}
.blog-section.style-ten .blog-meta-box {
    height: 64px;
    width: 64px;
    background: #f37a6f;
    text-align: center;
    line-height: 22px;
    border-radius: 4px;
    box-shadow: 0 0 14px rgb(0 0 0 / 20%);
}
.blog-section.style-ten .blog-meta-title {
    top: 11px;
    position: relative;
}
.blog-section.style-ten .single-blog-title a h2:hover {
  color:#f37a6f;
}
.blog-section.style-ten .single-blog-title a h2 {
    font-size: 22px;
    font-weight: 600;
    margin: 10px 0 20px;
}
.blog-section.style-ten .blog-meta-box {
    position: absolute;
    right: 28px;
    bottom: 33%;
}
.blog-section.style-ten .single-blog-title span {
    font-size: 15px;
}
.blog-section.style-ten .single-blog-btn a {
    font-size: 15px;
    display: inline-block;
    transition: .5s;
    color: #f37a6f;
    position: relative;
    z-index: 1;
}
.blog-section.style-ten .section-btn a:before {
    position: absolute;
    content: '';
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    background: #232323;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    border-radius: 4px;
}
.blog-section.style-ten .section-btn a:hover:before{
    opacity: 1;
    visibility: visible;
    width: 100%;
}
.blog-section.style-ten .section-btn a i {
    margin-left: 4px;
}
.blog-section.style-ten .section-btn i {
    height: 43px;
    width: 43px;
    line-height: 43px;
    text-align: center;
    background: #fff;
    color: #f00;
    display: inline-block;
    border-radius: 100%;
    position: relative;
    left: 17px;
    transition: .5s;
}
.blog-section.style-ten .section-btn a {
    display: inline-block;
    background: #FB3C00;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    padding: 16px 24px;
    transition: .5s;
    position: relative;
    z-index: 1;
    border-radius: 5px;
}
.blog-section.style-ten .section-btn a:before {
    position: absolute;
    content: "";
    background: #232323;
    height: 100%;
    width: 10%;
    transition: .5s;
    z-index: -1;
    top: 0;
    left: 0;
    border-radius: 5px;
    opacity: 0;
}
.blog-section.style-ten .section-btn a:hover:before{
  width: 100%;
  opacity: 1;
  border-radius:5px;
}
.blog-section.style-ten .section-btn a:hover i{
  background:#FB3C00;
  color:#fff;
}
/*blog section style ten upper*/
.blog-section.style-ten.upper .section-btn a {
    padding: 7px 24px;
    border-radius: 30px;
}
.blog-section.style-ten.upper .section-btn a:hover:before {
    width: 100%;
    opacity: 1;
    border-radius: 30px;
}
/*blor section upper18*/
.blog-section.upper18 {
    background: #F6F6F6;
}
/*-------------------
============= Itsoft Start Subscribe Section
-------------------*/
.subscribe-section {
  background: #252628;
}
.footer-hr{
  padding: 20px 0 10px 0;
  border-bottom: 1px solid #7b7b7b;
}
.subscribe-section-icon {
  color:#f37a6f;
  font-size: 50px;
}
.subscribe-section-title h5{
  text-transform: capitalize;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  padding-left: 25px;
  margin: 25px 0;
}
.subscribe-input-field {
 position: relative;
}
.subscribe-mail-box {
  width: 100%;
  padding: 15px 0 15px 10px;
  border-radius: 5px;
  border: #fff;
}
.subscribe-submit-btn {
  border: 1px solid #f37a6f;
  border-radius: 3px;
  background: #f37a6f;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  position: absolute;
  top: 18px;
  right: 5px;
  padding: 10px 30px;
  transition: .3s;
}
.subscribe-submit-btn:hover {
  background: #b32a00;
}
.pricing-section.style-two {
    background: #f4f7fc;
}
.subscribe-section.style-two .row.footer-hr.two {
    padding-top: 153px;
}
.cda-2-container.two {
    position: relative;
    margin-bottom: -80px;
}
input.subscribe-mail-box {
    outline: 0;
}
/*subscribe section style ten*/
.subscribe-section.style-ten{
    background: url(assets/images/about/subscribe.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.subscribe-section.style-ten .subscribe-section-title h2 {
    color: #fff;
    font-size: 40px;
    margin: 0 0 7px;
    letter-spacing: 2.5px;
    font-weight: 700;
}
.subscribe-section.style-ten .subscribe-section-title span {
    color: #fff;
    font-size: 15px;
}
.subscribe-section.style-ten .subscribe-mail-box {
    width: 100%;
    padding: 15px 0 15px 24px;
    border-radius: 0;
    border: #fff;
}
.subscribe-section.style-ten .subscribe-submit-btn {
    border-radius: 0;
    background: #252525;
    top: 14px;
    right: -2px;
    padding: 15px 23px;
}
.subscribe-section.style-ten button.subscribe-submit-btn {
    outline: 0;
    border: none;
}
.subscribe-section.style-ten .footer-hr {
    padding: 60px 0 50px 0;
    border-bottom: none;
}
/*subscribe section style ten upper*/
.subscribe-section.style-ten.upper .subscribe-mail-box {
    border-radius: 30px;
}
.subscribe-section.style-ten.upper button.subscribe-submit-btn {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}
/*-------------------
============= Itsoft Start Footer Section
-------------------*/
.social-media i{
	font-size: 23px;
}
.social-media-footer li{
	margin-right: 15px;
	font-size: 20px;
}

.social-media-footer i.fab{
	color: #fff;
}
.btn-subscribe-now {
	border: 1px solid #f37a6f;
    border-radius: 3px;
    background: #f37a6f;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    position: absolute;
    padding: 10px 10px;
    transition: .3s;
    /*width: 45%;*/
	white-space: nowrap;
}

.btn-subscribe-footer{
	border: 1px solid #f37a6f;
    border-radius: 5px;
    background: #f37a6f;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    position: absolute;
    padding: 10px;
    transition: .3s;
    width: 55%;
}
.footer-input {
	width: 100%;
    height: 40px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
	margin-bottom: 15px;
	right: 5px;
	margin-left: 10px;
	padding-left: 10px;
	font-size: 16px;
	color: #333333;
}

.footer-input::placeholder{
	font-family: 'Segoe UI';
	color: #6d6d6d;
	font-size: 16px;
	
}
.footer-input:focus::placeholder{
	color: transparent;	
}
.footer-label {
	color: #fff;
    font-family: 'Segoe UI', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
	width: 31%;
	text-align: right;
}

.footer {
  background: #252628;
  color: #fff;
}
.footer .about-company {
	position: relative;
}
.widget {
	padding:0 5px;
	margin-right: 15px;
}

.footer-widget-title h5{
	font-size: 19px;
}
/*.subscribe-title{
	text-align: right;
}*/
.footer-widget-title,
.footer-logo {
  padding-bottom: 25px;
  font-family: 'Segoe UI bold';
}
.footer-contact i.fa-phone{
	transform: rotate(90deg);
}
.footer-contact i {
	margin-right: 6px;
}

.footer-contact p{
  margin-top: 0;
}
.footer p,
.footer a{
  color: #fff;
}
.footer h5{
  color: #fff !important;
  font-family: 'Segoe UI bold' !important;
}
.footer h6{
  color: #fff;
  font-size: 16px;
}
.footer-about-social-icon ul li{
 display: inline-block;
 margin-right: 10px;
}
.footer-about-social-icon ul{
  margin-top: 40px;
}
.footer-about-social-icon ul li a{
 border: 1px solid #fff;
 padding: 8px 10px;
 font-size: 14px;
 border-radius: 3px;
 transition: .5s;
}
.footer-about-social-icon ul li:nth-child(1) a{
 padding: 8px 13px;
 transition: .5s;
}
.footer-about-social-icon ul li:hover a{
  background: #f37a6f;
  border-color:#f37a6f;
}
.footer-popular-single-post{
  margin-bottom: 15px;
}
.single-post-img img{
  height:auto;
  width: 180px;
  border-radius: 5px;
}
.popular-post-title a{
  font-size: 15px;
}
.popular-post-title {
  margin-left: 25px;
  transition: .3s;
}
.popular-post-title h6:hover{
  color:#f37a6f;
}
.popular-post-title p{
  font-size: 13px;
  margin-bottom: 0;
}

.footer-quick-link-list ul li{
 list-style: none;
 margin-bottom:15px;
 transition: .3s;
 /*margin-left: 25px;*/
 position: relative;
}
.footer-quick-link-list ul li:hover a{
  color:#f37a6f;
}
/*.footer-quick-link-list ul li:before{
 content:"";
 position: absolute;
 top:12px;
 left:-25px;
 height:1px;
 width:10px;
 background: #fff;
}*/
/*footer section style ten upper*/
.footer.style-ten.upper {
    background: url(assets/images/about/footer4.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-bottom: 1px solid#632816;
}
.footer.style-ten.upper .footer-content-text p {
    margin-bottom: 0;
    line-height: 1.7;
}
.footer.style-ten.upper .footer-quick-link-list ul li {
    margin-bottom: 19px;
}
.footer.style-ten.upper .footer-contact p {
    margin-bottom: 24px;
}
.footer.style-ten.upper .footer-social-title {
    display: inline-block;
}
.footer.style-ten.upper .footer-social-title h3 {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    /* font-family: 'Rubik'; */
    display: inline-block;
    margin-right: 10px;
}
.footer.style-ten.upper .footer-about-social-icon {
    display: inline-block;
}
.footer.style-ten.upper .footer-about-social-icon ul li a {
    border: none;
    padding: 0;
    font-size: 18px;
  border-radius: 0px; 
    transition: .5s;
}
.footer.style-ten.upper .footer-about-social-icon ul li a:hover{
  background:none;
  color: #FA4101;
}
/*-------------------
============= Itsoft Start Footer Copyright Section
-------------------*/
.footer-copyright-section {
  background: #252628;
  color: #fff;
  position: relative;
}
.footer-copyright-link ul li {
  display: inline-block;
  padding: 0 10px;
}
.footer-bottom-left-text p{
  margin: 0;
}
.footer-copyright-text{
  padding: 20px 0;
}
.footer-copyright-link ul li a{
  color: #fff;
  font-size: 14px;
}
.footer-copyright-link {
	text-align: right;
  padding: 20px 0;
}
.scrollUp{
  bottom: 13px;
	color: #fff;
	font-size: 24px;
	height: 50px;
  position: fixed;
	line-height: 50px;
	right: 50px;
	text-align: center;
	width: 50px;
	background: #f37a6f;
	transition: .3s;
  z-index: 1;
}
/*footer bottom section upper*/
.footer-copyright-section.upper .footer-copyright-text p span {
    color: #f37a6f;
}
.footer-copyright-section.upper .footer-copyright-text {
    padding: 26px 0 11px;
}

/*-------------------
============= Inner Pages Style Start here......

 Itsoft Start Breadcumb area style
-------------------*/
.breadcumb-area {
  background: linear-gradient(rgb(13 34 65 / 50%),rgb(13 34 65 / 50%)), url(/Portals/0/Images/about/header-image.jpg) no-repeat center/cover;
  height: 250px;
  position: relative;
  background-position-y:0;
}
.breadcumb-area-our-clients {
  background: linear-gradient(rgb(13 34 65 / 50%),rgb(13 34 65 / 50%)), url(/Portals/0/Images/our-clients/header-image.jpg) no-repeat center/cover;
  height: 250px;
  position: relative;
}
.breadcumb-area-contact-us {
  background: linear-gradient(rgb(13 34 65 / 50%),rgb(13 34 65 / 50%)), url(/Portals/0/Images/contact-us/header-image.jpg) no-repeat center/cover;
  height: 250px;
  position: relative;
}
.breadcumb-area-why-trust-us {
  background: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0,0,0,0.5)), url(assets/images/WhuTrustUs-HeaderImage.jpg) no-repeat center/cover;
  height: 250px;
  position: relative;
}
.breadcumb-area-support {
  background: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0,0,0,0.5)), url(/Portals/0/Images/support/header-image.jpeg) no-repeat center/cover;
  height: 300px;
  position: relative;
}
.breadcumb-area-managed-infrastructure {
  background: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0,0,0,0.5)), url(/Portals/0/Images/support/ManagedInfrastructure-HeaderImage.jpeg) no-repeat center/cover;
  height: 300px;
  position: relative;
}
.breadcumb-area-aspirin {
  background: linear-gradient(rgb(13 34 65 / 50%),rgb(13 34 65 / 50%)), url(/Portals/0/Images/header-aspirin.jpg) no-repeat center/cover;
  height: 250px;
  position: relative;
}
.breadcumb-content{
  position: absolute;
  top: 50%;
  transform:translateY(-50%);
}
.breadcumb-content h1{
  font-size: 45px;
  color:#fff;
  margin-bottom: 20px;
  font-family: 'Segoe UI Bold' !important;
  max-width: 1170px;
}
.breadcumb-content ul li{
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 5px;
}
.breadcumb-content ul li a{
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}
/*-------------------
============= About us Two ......
-------------------*/
.about-section.style-5 .bold-text p{
  font-weight: bold;
  font-style: italic;
  color: #343a40;
  font-size: 21px;
}
/*-------------------
============= About us Flip Box Style......
-------------------*/
.single-flip-box {
  position: relative;
  text-align: center;
}
.flip-box-one .front-side,
.flip-box-one .back-side {
  background: linear-gradient(rgb(0,0,0,0.6),rgb(0,0,0,0.6)), url(assets/images/flipbox/fb-bg1.jpg) no-repeat center/cover;
}
.flip-box-two .front-side,
.flip-box-two .back-side {
  background: linear-gradient(rgb(0,0,0,0.6),rgb(0,0,0,0.6)), url(assets/images/flipbox/fb-bg2.jpg) no-repeat center/cover;
}
.flip-box-three .front-side,
.flip-box-three .back-side {
  background: linear-gradient(rgb(0,0,0,0.6),rgb(0,0,0,0.6)), url(assets/images/flipbox/fb-bg3.jpg) no-repeat center/cover;
}
.flip-box-four .front-side,
.flip-box-four .back-side {
  background: linear-gradient(rgb(0,0,0,0.6),rgb(0,0,0,0.6)), url(assets/images/flipbox/fb-bg4.jpg) no-repeat center/cover;
}
.front-side,
.back-side {
  height: 220px;
  width: 240px;
  position: absolute;
  transition: 1s;
  transform-style: preserve-3d;
}
.front-side h3{
  color: #fff;
  font-size: 22px;
  flex-wrap: 600;
}
.back-side p{
  color: #fff;
  padding: 0 15px;
  margin: 0;
}
.back-side .btn-common.btn-flip-box a{
  text-transform: uppercase;
  font-size: 12px;
  padding: 10px 16px;
}
.flip-content {
  position: absolute;
  top:50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.front-side{
  transform:rotateY(0deg);
  z-index: 1;
}
.back-side{
  transform:rotateY(-180deg);
  z-index: 0;
}
.single-flip-box:hover .front-side{
  transform:rotateY(-180deg);
  z-index: 0;
}
.single-flip-box:hover .back-side{
  transform:rotateY(0deg);
  z-index: 1;
}

/*--------------------
 ================ Service Section Style Eight
--------------------*/
.services-section.style-8 {
  background: linear-gradient(rgb(0,0,0,0.8),rgb(0,0,0,0.8)), url(assets/images/services/svbg8.jpg) no-repeat center/cover;
}
.service-icon-list ul li{
 display: inline-block;
}
.service-icon-list ul{
 margin-bottom: 20px;
 margin-left: -5px;
}

.service-icon-list ul li a i {
  font-size: 45px;
  color: #f37a6f;
  height: 80px;
  width: 80px;
  border: 1px solid #777;
  line-height: 80px;
  text-align: center;
  margin: 8px;
  transition: .5s;
}
.service-icon-list ul li:hover i {
 color: #fff;
 background: #f37a6f;
 border-color: #f37a6f;
}
.services-section.style-8 .service-content h3{
  font-size: 23px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #fff;
}
.services-section.style-8 .service-content p{
 color: rgba(255, 255, 255, 0.83);
}
.section-content-area {
  margin-left: 25px;
}
/*--------------------
 ================ Choose Us Section Style Four 
--------------------*/

.services-p {
	color:#444444 !important; 
	font-size: 16px !important; 
	font-family:'Rubik',sans-serif !important; 
	font-weight: 400 !important; 
	margin-top: 10px !important;
	text-align: center !important;
	
}
.content-single-items {
  margin-bottom: 40px;
}
.content-inner h2 {
  font-size: 20px;
  position: relative;
  margin-bottom: 30px;
  transition:.5s;
}
.content-inner h2:hover{
  color: #f37a6f;
  cursor: pointer;
}
.content-inner h2::before {
  content: '';
  position: absolute;
  right: 0;
  width: 60px;
  height: 1px;
  bottom: -15px;
  background: #d1d1d1;
  transition: .6s;
}
.content-inner .content-title-inner::before {
  content: '';
  position: absolute;
  left: 0;
  width: 60px;
  height: 1px;
  bottom: -15px;
  background: #d1d1d1;
  transition: .6s;
}
.content-inner p{
  color: #6d6d6d;
}
.service-btn {
  mask-type: 15px;
  display: inline-block;
}
.service-btn a {
  font-size: 14px;
  color: #f37a6f;
  text-transform: uppercase;
  transition:.5s;
}
.service-btn a i{
  opacity: 0;
}
.service-btn:hover i{
  opacity: 1;
}
.content-icon {
  font-size: 50px;
  color: #f37a6f;
  margin: 0 20px;
}

/*--------------------
 ================ Itsoft Start Pricing Section Style
--------------------*/
.pricing-single-items {
  box-shadow: 0 0 25px rgb(0, 0, 0, 0.2);
  text-align: center;
  margin-bottom: 30px;
  background: #fff;
}
.pricing-title h3 {
  font-size: 20px;
  padding-bottom: 15px;
}
.currency {
  font-size: 20px !important;
  font-weight: 500 !important;
  position: relative;
  top: -15px;
  color: #616161 !important;
}
.pricing-item-text span{
  /* font-family: 'Fira Sans', sans-serif; */
  display: inline-block;
  font-size: 51px;
  font-weight: 700;
  text-align: center;
  color: #232323;
}
.month {
  font-size: 20px !important;
  font-weight: 500 !important;
  color: #616161 !important;
}
.pricing-feature ul li{
  display: block;
  font-size: 16px;
  padding: 7px 0;
  text-transform: capitalize;
  font-weight: 300;
}
.pricing-feature ul li b{
  font-weight: 500 !important;
}
.btn-common.pc-btn a{
  color: #EE3C00;
  background: #fff;
  font-size: 18px;
  font-weight: 500;
  padding: 16px 37px;
}
.pricing-single-items:hover .btn-common.pc-btn a{
  color: #fff;
  background: #f37a6f;
}
.pricing-single-items.style-2  {
  background: #f37a6f;
  color:#fff;
  padding: 25px 0;
}
.pricing-single-items.style-2 .pricing-title h3,
.pricing-single-items.style-2 .pricing-item-text span,
.pricing-single-items.style-2 .pricing-item-text .month,
.pricing-single-items.style-2 .pricing-item-text .currency {
  color: #fff !important;
}
.pricing-single-items.style-2 .btn-common.pc-btn a{
  color: #fff;
  background: #f37a6f;
  border-color: #fff;
}

/*--------------------
================ Start Single Service Section Style
--------------------*/

.single-service {
  background: rgb(242, 242, 242,0.1);
}
.top-link a{
  color: #fff;
  background: #f37a6f;
  font-size: 15px;
  display: block;
  padding: 13px 18px;
  position: relative;
  margin-bottom: 30px;
}

.top-link a i{
  position: absolute;
  right: 16px;
  top: 37%;
  font-size: 13px;
  color: #8e8b8b;
}
.top-link a:hover i{
  color: #fff;
}
.pack-title h5 {
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 0;
  margin-top: 10px;
} 
.get-pack a{
  color: rgba(86,86,86,.8);
} 
.pack-icon i{
  color: #f37a6f;
  font-size: 50px;
  margin-right: 25px;
}
.single-pack {
  background: #fff;
  padding: 12px 25px 5px;
  margin-bottom: 30px;
  border-radius: 5px; 
  box-shadow: 0 0 35px rgb(0, 0, 0, 0.1);
}
.cda-content h4 {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}
.cda-content h3 {
  font-size: 20px;
  color: #fff;
}
.cda-content {
  background: #f37a6f;
  padding: 35px 0 25px 0;
}
.overview-title {
  font-size: 25px;
  margin-top: 25px;
}
.section-thumb img {
  width: 100%;
}

/*--------------------
================ Start Appointment Section Style
--------------------*/
.appoinment-section-2 {
  background: rgb(242, 242, 242,0.1);
}
.input-box {
  width: 70%;
  padding: 14px;
  border: 1px solid #eee;
  background: #f4f7fc;
  border-radius: 5px;
  color: #666;
  margin-bottom: 20px;
  transition: .5s;
} 
.input-box:focus{
  color: #495057;
  background-color: #fff !important;
  border-color: #f37a6f !important;
  outline: 0;
  box-shadow: 0 0 0 3px rgba(241,42,2,0.25) !important;
}
.ap-submit-btn {
  background: #f37a6f;
  color: #fff;
  border: 1px solid #f37a6f;
  border-radius: 5px;
  width: 70%;
  padding: 13px;
}
.appoinment-title h3 {
  font-size: 25px;
  margin-bottom: 35px;
}
.appointment-form {
  background: #fff;
  box-shadow: 0 0 15px rgb(191, 191, 191, 0.3);
}
.pointment-single-feature {
  text-align: center;
  background: #f4f7fc;
  border-radius: 5px;
  margin-top: 30px;
} 
.ap-feature-icon {
  font-size: 55px;
  color: #f37a6f;
  padding: 20px 0 15px 0; 
}
.ap-feature-title h4 {
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  color: #444;
  /* font-family: "Rubik",Sans-serif; */
  margin-bottom: 20px;
}
.ap-feature-content {
  padding: 0 15px 18px;
}
.ap-content-icon  {
  color: #f37a6f;
  font-size: 29px;
  margin-right: 25px;
}
.ap-content-text {
  font-weight: 300;
  line-height: 2.3;
}
.overview-thumb img {
  width: 100%;
}
.contact_from_box {
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
    background: #fff;
}
.contacts-form-padding {
	padding: 27px 40px 42px;
}
.form_box input,
.form_input input {
  width: 100%;
  height: 54px;
  border: 1px solid #e6e6e6;
  padding-left: 15px;
	border-radius:5px;
}
.form_box textarea,
.form_input textarea {
    width: 100%;
    height: 150px;
    padding: 10px 0 0 15px;
	border: 1px solid #e6e6e6;
	border-radius:5px;
}
.quote_btn button {
    background: #f37a6f;
    padding: 14px 39px;
    color: #fff;
}
.appointment-content-section .quote_btn button {
    width: 100%;
}
.appointment-section.style-2 .form_box textarea,
.appointment-section.style-2 .form_input textarea{
    height: 115px;
}
.quote_btn button:hover{
	background:#bd2d10;
	color:#fff;
}
/*
.form_box input:focus,
.form_input input:focus{
  color: #495057;
  background-color: #fff !important;
  border-color: #f37a6f !important;
  outline: 0;
  box-shadow: 0 0 0 3px rgba(241,42,2,0.25) !important;
}
*/
.form_box textarea:focus, 
.form_input textarea:focus{
  color: #495057;
  background-color: #fff !important;
  border-color: #f37a6f !important;
  outline: 0;
  box-shadow: 0 0 0 3px rgba(241,42,2,0.25) !important;
}
/*--------------------
================ Start Single Member Intro Section
--------------------*/
.member-thumb img{
  padding: 60px;
}
.m-designation{
  font-size: 15px;
  color: #f37a6f;
  text-transform: uppercase;
  margin-bottom: 20px;
} 
.member-intro ul li {
  list-style: none;
  margin-bottom: 15px;
}
.m-social-icon li{
  display: inline-block;
  margin: 15px 8px 0 0;
}
.m-social-icon li i {
  color: #fff;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  background: #f37a6f;
  border-radius: 5px;
}
.member-intro-section {
  box-shadow: 0 0 15px rgb(0,0,0,0.2);
  margin-bottom: 70px;
}
.m-content {
  padding: 60px;
}
.member-intro {
  padding-left: 60px;
}
/*----------------
============== Itsoft Start Case Study Details
------------------*/
.case-study-details {
  background: #F6F6F6;
}
.case-study-intro {
  box-shadow: 0 0 15px rgb(0,0,0,0.2);
  margin-bottom: 70px;
  padding: 60px;
}
.csd-thumb img{
  width:100%;
}
.csd-info {
  padding: 0 60px;
}
.csd-info ul li {
  list-style: none;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 300;
  text-transform: capitalize;
}
.csd-info ul  {
  padding: 13px 0;

}
.csd-social-icon li{
  display: inline-block;
  margin: 0px 8px 0 0;
}
.csd-social-icon li i {
  color: #fff;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  background: #f37a6f;
  border-radius: 5px;
}

.csd-title  h3 {
  font-size: 25px;
  font-weight: 400;
}
.csd-social-icon h4 {
  font-size: 20px;
  color: #666;
  margin-bottom: 0;
}
.csd-info strong{
  font-size: 20px;
  font-weight: 400;
  text-transform: capitalize;
  margin-right: 5px;
}
/*----------------
============== Start Appoinment Section Style Three
------------------*/

.appointment-section.style-3 {
  background: url(assets/images/appointment/apm-bg1.jpg) no-repeat center/ cover;
}
.appointment-section.style-3 .input-box {
  width: 80%;
}

/*----------------
============== Start Contact  us Section Style
------------------*/
.contact-us {
  background: transparent url(assets/images/appointment/apm1.jpg) center right/auto no-repeat scroll;
}
.contact-us .container { 
	/*display: flex;
	flex-wrap: wrap;*/
	display: block;
	box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
	background-color: #ffffff;
}
.contact-us .container #dnn_P1_50_1,
.contact-us .container #dnn_P1_50_2  {
	font-family: 'Rubik', sans-serif;
    padding: 40px 40px 0px !important;
    position: relative;
    
}
.contact-us .container #dnn_P1_100_3 {
	padding: 40px 40px 0; 
}

.contact-us .container #dnn_P1_100_3 .about-single-content > div:first-child {
	padding-left: 0; 
}
.contact-us .container #dnn_P1_100_3 .about-single-content > div:not(:first-child) {
	padding-right: 0; 
}

.contact-us .container #dnn_P1_50_1_Home .Theme_01_Default {
	
	box-shadow: none;
}
.contact-us .appoinment-title {
  text-align: left;
}
.contact-us .input-box {
  width: 40%;
  float: left;
  margin: 8px 15px;
  background: #fff;
}
.contact-us .appoinment-title {
  margin: 0 15px;
} 
.contact-us .input-box.textarea{
  width: 85%;
}
.contact-us .ap-submit-btn {
  width: 30%;
  float: left;
  margin: 15px;
}
.appointment-content {
  height: 100%;
}
.appointment-content .appointment-form {
  height: 100% !important;
  padding: 0 0 0 40px;
}
.cda-icon i {
  font-size: 40px;
  color: #f37a6f;
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  background: #fff;
  border-radius: 35px;
  display: inline-block;
  margin-right: 25px;
  margin-top: 5px;
}
.cda-content-inner a {
	/*color: #ffffffbd;*/
	font-weight: 400;
    font-style: normal;
}
.cda-content-inner a:hover,
.cda-content-inner p:hover {
	color: #f37a6f ;
	cursor: pointer;
}
.cda-content-inner h4 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0;
}
.cda-content-inner p{
  /*color: rgba(255, 255, 255, 0.74);*/
  margin: 15px 0;
}
.cda-content-area {
  padding: 46px 0;
  background-color: #ffffff;
}
.cda-single-content {
 margin: 0 45px;
 padding: 25px 0;
}
.contact-us .appoinment-title h3 {
  margin-bottom: 20px;
  padding-top: 35px;
  font-weight: 500;
}
.contact-us .input-box {
  color: #000;
}

  .Theme_01_Default .form_submit .submit_but:hover,
  .Theme_01_Default .form_submit .reset_but:hover {

	background: #bd2d10 !important;
    color: #fff !important;
  }
  
  
  
 /*----------------
============== Start About us Section Style
------------------*/ 
  
 .about-us-headline{
	font-family: 'Segoe UI Bold', sans-serif !important;	 
	font-style: normal; 
	color: #2d3669;
	font-size: 48px; 
	line-height: 1.3;
	font-weight: 700;
	transition: .5s;
	padding-bottom: 20px;

 }
 
.about-us-bold-text p{
    font-weight: 700 !important;
    color: #232323 !important;
    font-size: 22px !important;
    font-family: 'Segoe UI Semibold', sans-serif !important;
 } 
  
.about-us-p p{
	margin-top: 0;
    font-family: 'Segoe UI', sans-serif !important;
    color: #232323;
    font-size: 16px;
	font-weight: 400;
    font-style: normal;
}
/*----------------
============== Start Accordion Style
------------------*/
#accordion  h3,
#accordion2 h3,
#accordion-2 h3 {
  font-weight: 700;
  background: #fff;
  border: 1px solid #e6e6e6;
	border-radius: 5px;
	margin-bottom: 20px;
	padding: 13px 20px;
	transition: .5s;
	font-size: 20px;
   color: #333;
   margin: 0;
   font-family: 'Segoe UI Bold', sans-serif !important;
   display: flex;
    justify-content: space-between;
    align-items: center;
	position:relative;
	margin-bottom: 5px;
}

#accordion .acc-title-text,
#accordion2 .acc-title-text {
	display: flex; 
	justify-content: space-between; 
	flex-direction: row; 
	width: 100%; 
	align-items: center; 
	margin-left: 60px;
	letter-spacing: 0.5px;
}
#accordion .acc-title i,
#accordion-2 .acc-title i,
#accordion2 .acc-title i{
  float: right;
  margin-right: 20px;
  font-size: 25px;
  color: #444;
  position: relative;
}
.ui-state-active i {
  transform:rotate(180deg);
}
#accordion .acc-content p,
#accordion-2 .acc-content p,
#accordion2 .acc-content p{
  /*color: #727272;*/
  margin-bottom: 20px;
  font-size: 16px;
    color: #5c727d;
    margin: 0;
    transition: .5s;
}

#accordion .services-page-p a,
#accordion2 .services-page-p a {
  text-decoration: underline;
}

#accordion .services-page-p a:hover,
#accordion2 .services-page-p a:hover, 
#accordion .services-page-p a:active,
#accordion2 .services-page-p a:active {
  text-decoration: none;
}

/* #accordion:hover .acc-content p, 
#accordion-2:hover .acc-content p,
#accordion:hover  h3{
	color: #fff !important;
} */


#accordion .acc-content,
#accordion2 .acc-content,
#accordion-2 .acc-content{
  border: none;
  box-shadow: 0px 4px 10px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
  background: #ffffff;
  border-radius: 5px;
}
.ui-accordion .ui-accordion-content {
  padding: 10px;
}
/*----------------
============== Start Services -> It Support Plans Page
------------------*/

.container-it-support-plans{
	position: relative;
	max-width: 1600px;
	width: 100%;
	margin: 0 auto;
}

.user-support-header div.container .topper{
	display: flex;
    justify-content: center;
}


.it-support-title h1 {
	font-family: 'Segoe UI Bold', sans-serif !important;
    margin: 14px 0 26px;
    margin: 14px 0 26px;
    position: relative;
    transition: .5s;
    text-transform: capitalize;
    font-size: 39px;
    margin-bottom: 20px;
    color: #2d3669;
}

.it-support-text p{
	margin: 0;
    transition: .5s;
    color: #444444;
}
.it-support-text {
	display: flex;
    flex-grow: 1;
	justify-content: center;
}

.it-support-plans-icon {
	width: 4rem;
    height: 4rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: white;
    background-color: #f37a6f;
}
.it-support-plans-icon-headline{
	justify-content: center;
    gap: 15px;
    align-items: center;
}
.btn-get-custom-quote {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 40px 0;
}
.it-support-package-card h1 {
	font-size: 24px;
    font-weight: bold;
    color: #2d3669;
    margin: 0;
}

.it-support-p p {
  color: #616161;
  line-height: 1.5;
  padding: 25px 0 25px;
  margin: 0;
  display: flex;
  justify-content: left;
}

.it-support-header{
	margin-bottom: 70px;
}

.package-card h3 {
  font-size: 24px;
  font-weight: bold;
  color: #444444;
  margin: 0 0 16px 0;
}

.head-package h5{
	font-size: 18px;
    color: #444444;
    line-height: 1.5;
	margin-top:27px;
	font-style:italic;
}

.it-suuport-plans p {
    font-style: normal;
}

/* It Support Plans - Start Badge Section */
.it-support-plans-badge-section{
	margin-bottom: 30px;
}
.badge-single-item {
	border-radius: 10px;
    background-color: #f37a6f;
    height: 240px;
    margin-top: 30px;
}

.badge-single-item .fas:before{
	font-size: 24px;
    color: #f37a6f;
}


.it-support-plans-badge-card {
	margin-top: 20px;
    background-color: #2d3669;
    border-radius: 12px;
    padding: 40px 30px;
    color: #fff;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    position: relative;
	min-height: 240px;
	display: flex;
    flex-direction: column;
    justify-content: center;
	margin-bottom: 30px;
}

.it-support-plans-badge-card::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 8px;
    right: 8px;
    bottom: 8px;
    border: 2px solid #5163ae;
    border-radius: 8px;
    pointer-events: none;
}

.it-support-plans-badge-title {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1.3;
}

.it-support-plans-badge-subtitle {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    opacity: 0.9;
}

.blue-btn{
	display: flex;
	justify-content:center;
	padding-bottom: 32px;
}
.blue-btn a{
	color: #fff;
    font-size: 19px;
    background: #2d3669;
    padding: 15px;
    border: 1px solid #2d3669;
    border-radius: 5px;
    transition: .3s;
    font-family: 'Segoe UI Bold';
    white-space: nowrap;
    display: inline-block;
    line-height: 20px;
	text-align: center;
	width: 195px;
}
/* IT Solutions Section */
.it-plans-page-it-solutions-section {
  background: white;
  padding: 80px 0;
  position: relative;
}


.it-plans-page-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.it-plans-page-section-title {
  text-transform: capitalize;
  font-size: 30px;
  margin-bottom: 20px;
  color: #2d3669;
  line-height: 1.3;
  text-align: center;
  letter-spacing: -0.5px;
}

.it-plans-page-section-description {
  font-size: 18px;
  line-height: 1.8;
  color: #4b5563;
  text-align: center;
  margin: 0 auto;
  font-weight: 400;
}

.it-plans-page-section-description a{
	cursor: auto;
}

.it-plans-page-service-link {
  color: #2d3669;
  text-decoration: none;
  font-weight: 600;
  position: relative;
  transition: all 0.3s ease;
  border-bottom: 2px solid transparent;
}

/* IT Support Plans Page - Final CTA Get the Right Fit for Your Business */
.final-cta {
    padding: 80px 0;
    background: #2d3669 !important;
    color: white;
}

.need-help-support-plans h3 {
    font-family: 'Segoe UI', sans-serif !important;
    font-style: normal;
    margin: 0 0 10px;
    line-height: 1.3;
    transition: .5s;
    color: #f4f7fc;
    padding-bottom: 20px;
}

.book-a-free-p p{
	border-left: 4px solid #f37a6f;
    padding: 15px;
    margin-bottom: 35px;
	font-size: 16px;
	color: #f4f7fc;
    line-height: 1.5;
}

.btn-request-consultation {
	padding-left: 0;
}

.it-support-features h3,
.key-include h3 {
    font-weight: bold;
    color: #444444;
    margin: 0 0 30px 0;
	font-size: 21px;
    font-weight: 600;
}

.it-support-features ul li {
	font-family: 'Segoe UI', sans-serif;
    font-size: 16px !important;
    color: #444444;
    line-height: 1.5;
	text-align: left;
}

.it-support-features li {
    margin-bottom: 0 !important;
    font-size: 1rem !important;
}

.book-a-free-p p{
	border-left: 4px solid #f37a6f;
    padding: 15px;
    margin-bottom: 35px;
	font-size: 16px;
	color: #f4f7fc;
    line-height: 1.5;
}

.btn-request-consultation {
	padding-left: 0;
}
.head-package .price{
	color: #f37a6f;
    margin: 20px 0 20px 0;
    display: flex;
    justify-content: center;
    font-size: 40px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0em;
    font-family: "Segoe UI", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    align-items: center;
}

.learn-more{
	width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.it-support-hr {
	display: flex !important;
    justify-content: center;
	width:100%;
}


.it-support-hr h3,
 .key-include-hr h3{
   color: #2d3669;
    margin: 45px 0 30px 0;
    font-size: 24px;
    font-weight: 600;
}

.it-support-hr hr,
.key-include-hr hr {
    width: 100%;
    margin-left: 20px;
}

/* It Support Plans - FAQ Section*/
h3.faq-it-support-plans {
    margin: 14px 0 20px;
    color: #2d3669;
    font-weight: 600;
}

h5.faq-it-support-plans {
	color: #444444;
    line-height: 1.5;
    margin-bottom: 20px;
}


.it-support-package-card{
	background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 10%);
    padding: 32px 24px;
    /*margin-bottom: 40px;*/
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1 1 20%;
	align-items: stretch;
}


.faq-it-support-page h2{
	font-size: 30px;
}

.faq-it-support-page #accordion .acc-title-text,
.faq-it-support-page #accordion2 .acc-title-text{
	font-weight: 500;
}

.faq-it-support-page .section-head  h4{
	margin: 0 0 30px;
}

/*#ui-id-18, #ui-id-2{
	height: 146px;
}*/

.it-support-plans-faq .acc-title{
	height: 80px;
	display: flex; 
	align-items: center
}
/* btn 'Get My FREE Copy' - Page It Support Plans */
body .popup-form-btn, .Theme_04_Default .form_submit .submit_but, .Theme_04_Default .form_submit .reset_but {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: none;
    font-size: 1rem;
    line-height: 20px;
    transition: filter 300ms ease-in;
    color: #fff;
    background-color: #007bff;
    backface-visibility: hidden;
    transform: translate3d(0, 0, 0);
    color: #fff;
    font-size: 19px;
    background: #f37a6f;
    padding: 15px;
    border: 1px solid #f37a6f;
    border-radius: 5px;
    transition: .3s;
    font-family: 'Segoe UI Bold';
    white-space: nowrap;
}


/* Magnet CSS - Page It support plans */
.free-copy-it-support-page {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    align-self: flex-start;
    width: 300px;
    margin-left: 30px;
	margin-bottom: 42px;
    padding: 20px;
    background-color: #f6f7f9;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    z-index: 10;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 45px;
}

.free-copy-report-content h4 {
  font-size: 24px;
  font-weight: bold;
  margin-top: 10px;
  text-transform: uppercase;
  text-align: center
}

.free-copy-report-button {
  margin-top: 15px;
}

.free-copy-report-image img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.key-include {
  list-style: none;
  padding: 0;
  text-align: left;
}
/* --- Make three columns (cards) sit side by side and have equal height, aligned horizontally, using flex-grow --- */

.head-package{
	min-height: 851px;
}

.plan-ideal{
	min-height: 650px;
}

.key-include{
	min-height: 600px;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.head-package{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	text-align: center;
	margin-top: 0 !important;
}

.head-package,
.plan-ideal,
.key-include{
	flex-grow: 1;
	border-bottom: 2px solid #eceff8;
	margin: 20px 0;
}

.btn-view-plan-details{
	margin-top: 30px;
	display: flex;
    justify-content: center;
}
.packages-row {
	align-items: stretch;
	gap: 20px;
}

.learn-more a{
    font-weight: 400;
    font-style: normal;
    font-family: 'Segoe UI', sans-serif;
    font-size: 16px;
    color: #f37a6f;
}

.learn-more a:hover{
	text-decoration: underline;
}



/*********======= FAQ It Support Page =========***********************/
.icon-it-support-page {
    position: absolute;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px !important;
}

/*----------------=======It Support Plan Table =======------------------*/
.it-support-plans-table-title {
    display: flex;
    justify-content: center;
	margin-top: 100px;
}
.it-support-plans-table-title h2{
    font-size: 30px;
    color: #2d3669;
}
.pricing-table {
  border-collapse: collapse;
  font-family: 'Segoe UI', sans-serif;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  border-spacing: 0;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 50px !important;
}

.pricing-table thead tr.table-header {
  background-color: #2d3669;
  color: white;
  font-size: 20px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); 
}

.pricing-table thead th {
  padding: 15px !important;
  text-align: center !important;
}

.pricing-table tbody td:first-child {
  background-color: #f5f5f5;
  font-weight: bold;
  color: #2d3669;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  line-height: 1.2;
}

.pricing-table tbody td {
  text-align: center !important;
  padding: 12px;
  color: #444;
  border: 1px solid #eee;
  font-size: 16px;
}

.pricing-table tbody tr:nth-child(even) {
  background-color: #fafafa;
}

.pricing-table tbody tr:hover {
  background-color: #fff0ed; 
}

.pricing-table td, .pricing-table th {
  border: 1px solid #ddd;
}

.section-head {
	margin: 0 auto;
}

td.not-included {
  position: relative;
  font-size: 0; 
}

td.not-included::before {
  content: '\f00d'; 
  font-family: "Font Awesome 5 Pro";
  font-weight: 900; 
  color: #f37a6f;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*It Support Plans - Contact Section - Need Help...*/
/* Contact Section */
.it-support-plans-contact-section {
    background-color: #2d3669;
    padding: 80px 20px;
    text-align: center;
}

.it-support-plans-contact-container {
    max-width: 1200px;
    margin: 0 auto;
}

.it-support-plans-contact-title {
    font-family: 'Segoe UI Bold', sans-serif !important;
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.2;
}

.it-support-plans-contact-subtitle {
    font-family: 'Segoe UI', sans-serif !important;
    color: #d1d5db;
    font-size: 18px;
    margin-bottom: 60px;
    font-weight: normal;
}

.it-support-plans-contact-methods {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 80px;
    margin-bottom: 60px;
    flex-wrap: wrap;
}

.it-support-plans-contact-method {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.it-support-plans-contact-method a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.it-support-plans-contact-method a:hover {
    transform: scale(1.05);
}

.it-support-plans-contact-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    width: 80px;
    height: 80px;
    border-radius: 8px;
    transition: background-color 0.3s ease;
}

.it-support-plans-contact-icon i {
    font-size: 48px;
    color: #f37a6f;
}

.it-support-plans-contact-method a:hover .it-support-plans-contact-icon {
    background-color: #ffffff1a;
}

.it-support-plans-contact-method-title {
    font-family: 'Segoe UI', sans-serif !important;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin: 0;
}

.it-support-plans-contact-method a .it-support-plans-contact-method-title {
    color: #fff;
}

.it-support-plans-contact-method a:hover .it-support-plans-contact-method-title,
.it-support-plans-contact-method a:visited .it-support-plans-contact-method-title,
.it-support-plans-contact-method a:active .it-support-plans-contact-method-title {
    color: #fff;
}

.it-support-plans-contact-features {
    font-family: 'Segoe UI ', sans-serif !important;
    color: #d1d5db;
    font-size: 16px;
    font-weight: normal;
}
/*--------------------------- It Support Plans -> Core Support / Team Shield / 
Executive Care Pages  CSS---------------------*/
.container-core-support,
.container-team-shield,
.container-еxecutive-care {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

.hero-content-it-plans h1{
	font-size: 49px;
    font-weight: 900;
    margin-bottom: 24px;
    line-height: 1.2;
    color: #fff;
}
.hero-subtitle-it-plans p{
	font-size: 20px;
    margin-bottom: 48px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    font-weight: 600;
}

.arrow-icon {
    width: 1rem;
    height: 1rem;
    color: #9ca3af;
}



/* Hero Section */
.hero-section-it-support-plans {
	/*background: linear-gradient(135deg, #F6F7F9 0%, #F0F1F3 50%, #E8E9EB 100%);
    color: white;
    padding: 4rem 0;*/
	background: linear-gradient(135deg, #5164ae 0%, #2d3669 100%);
    color: white;
    padding: 4rem 0;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
}



.hero-badge {
    display: inline-flex;
    align-items: center;
    background-color: #2d3669;
    border-radius: 9999px;
    padding: 0.5rem 1rem;
    margin-bottom: 1.5rem;
    font-size: 0.875rem;
    font-weight: 500;
}

.star-icon {
    width: 1rem;
    height: 1rem;
    margin-right: 0.5rem;
    fill: currentColor;
}

.hero-title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.1;
}


 .hero-title {
    font-size: 3.5rem;
	color: #ffffff;
}


.hero-subtitle {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    color: #ddd;
    line-height: 1.5;
	font-style: italic;
}

.hero-description {
    font-size: 1.125rem;
    margin-bottom: 2rem;
    color: #e5e7eb;
    line-height: 1.6;
}

.btn-primary:hover {
    background: #bd2d10 !important;
    border: 1px solid #bd2d10;
    color: #fff;
}

.hero-buttons {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}


.btn-primary {
    align-items: center;
    text-decoration: none;
    color: #fff;
    font-size: 19px;
    background: #f37a6f;
    padding: 15px;
    border: 1px solid #f37a6f;
    border-radius: 5px;
    font-family: 'Segoe UI Bold';
    white-space: nowrap;
    line-height: 20px;
	display:flex;
	gap: 10px;
}

.btn-primary i{
	padding-top:3px;
}
.btn-primary:hover {
    background-color: #f3f4f6;
    /*transform: translateY(-1px);*/
}

.btn-secondary {
	background-color: transparent;
    font-weight: 600;
    color: #f37a6f;
    align-items: center;
    text-decoration: none;
    font-size: 19px;
    padding: 15px;
    border: 1px solid #f37a6f;
    border-radius: 5px;
    font-family: 'Segoe UI Bold';
    white-space: nowrap;
    display: inline-block;
    line-height: 20px;
}

.btn-secondary:hover {
    background: #bd2d10 !important;
    border: 1px solid #bd2d10;
    color: #fff;
}

.btn-icon {
    width: 1rem;
    height: 1rem;
    margin-left: 0.5rem;
}



/* Hero Pricing Card */
.hero-pricing-card {
	backdrop-filter: blur(10px);
    border-radius: 1rem;
    padding: 2rem;
    background-color: rgb(245 245 245 / 7%);
    /* border: 1px solid rgba(220, 220, 220, 0.2);*/
	height: 100%;
}


.pricing-content {
    text-align: center;
}

.price-core-support,
.price-team-shield,
.price-еxecutive-care {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
	color: #f37a6f;
}

.price-period {
	color: #e5e7eb;
    margin-bottom: 1.5rem;
    /*font-weight: bold;*/
    margin-top: 20px;
	font-size: 14px;
}

.pricing-features-core-support,
.pricing-features-team-shield,
.pricing-features-еxecutive-care {
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
	color: #212529;
}

.pricing-feature-core-support,
.pricing-feature-team-shield,
.pricing-feature-еxecutive-care {
    display: flex;
    align-items: center;
    font-size: 0.875rem;
}

.pricing-feature-core-support p,
.pricing-feature-team-shield p,
.pricing-feature-еxecutive-care p {
    font-size: 16px;
    color: #e5e7eb;
    margin-top: 5px;
}

.bcp-list li.pricing-feature-core-support,
.bcp-list li.pricing-feature-team-shield,
.bcp-list li.pricing-feature-еxecutive-care {
    margin: 0;
}


/* Features Section */
.features-section-core-support,
.features-section-team-shield,
.features-section-еxecutive-care {
    padding: 4rem 0;
    background-color: white;
}

.section-header-core-support,
.section-header-team-shield,
.section-header-еxecutive-care {
    text-align: center;
    margin-bottom: 3rem;
}

.section-title-core-support,
.section-title-team-shield,
.section-title-еxecutive-care {
    font-size: 2.25rem;
    font-weight: 700;
    color: #2d3669;
    margin-bottom: 1rem;
}

.section-subtitle-core-support,
.section-subtitle-team-shield,
.section-subtitle-еxecutive-care {
    font-size: 1.125rem;
    color: #6b7280;
}

.features-grid-core-support,
.features-grid-team-shield,
.features-grid-еxecutive-care {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}


.feature-card-core-support,
.feature-card-team-shield,
.feature-card-еxecutive-care {
    background-color: #f9fafb;
    border-radius: 0.75rem;
    padding: 1.5rem;
    transition: all 0.3s ease;
}

.feature-card-core-support:hover,
.feature-card-team-shield:hover,
.feature-card-еxecutive-care:hover {
    box-shadow: 0 10px 25px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    transform: translateY(-2px);
}

.feature-title-core-support,
.feature-title-team-shield,
.feature-title-еxecutive-care {
    font-size: 1.125rem;
    font-weight: 600;
    color: #2d3669;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
	gap: 10px;
}


.feature-list-core-support,
.feature-list-team-shield,
.feature-list-еxecutive-care {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.feature-item-core-support,
.feature-item-team-shield,
.feature-item-еxecutive-care {
	display: flex;
    align-items: center;
    color: #212529;
    gap: 10px;
}
.feature-item-core-support i.fa-check,
.feature-item-team-shield i.fa-check,
.feature-item-еxecutive-care i.fa-check{
	color: #f37a6f;
}

.check-icon-small {
    width: 1rem;
    height: 1rem;
    color: #059669;
    margin-right: 0.75rem;
    margin-top: 0.125rem;
    flex-shrink: 0;
}

.feature-item-core-support span,
.feature-item-team-shield span,
.feature-item-еxecutive-care span {
    font-size: 16px;
}

/* Ideal For Section */
.ideal-for-section {
    padding: 4rem 0;
    background-color: #eff6ff;
}

.ideal-for-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}



.ideal-for-card {
    background-color: white;
    border-radius: 0.5rem;
    padding: 1.5rem;
    text-align: center;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    transition: box-shadow 0.2s ease;
}
.ideal-for-card i{
	/*font-size: 30px;
	color: #f37a6f;*/
	width: 4rem;
    height: 4rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    font-size: 2rem;
    color: white;
}

.ideal-for-card i.coral{
	background-color: #f37a6f;

}

.ideal-for-card:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.ideal-for-icon {
    width: 2rem;
    height: 2rem;
    color: #2563eb;
    margin: 0 auto 1rem;
}

.ideal-for-card p {
    color: #374151;
    font-weight: 500;
}
.ideal-for-icon {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    font-size: 2rem;
    color: white;
}

.ideal-for-icon.coral {
    background-color: #f37a6f;
}

/* Comparison Section */
.comparison-section {
    padding: 4rem 0;
    background-color: white;
}


.comparison-table {
    width: 100%;
    border-collapse: collapse;
}

.comparison-table thead {
    background-color: #f9fafb;
}

.table-header-left {
    padding: 1rem 1.5rem;
    text-align: left;
    font-size: 0.875rem;
    font-weight: 600;
    color: #111827;
}

.table-header-center {
    padding: 1rem 1.5rem;
    text-align: center;
    font-size: 0.875rem;
    font-weight: 600;
}

.table-header-center.core-support,
.table-header-center.team-shield,
.table-header-center.еxecutive-care {
    color: #2563eb;
}

.table-header-center.competitors {
    color: #6b7280;
}

.table-row {
    border-top: 1px solid #e5e7eb;
    transition: background-color 0.2s ease;
}

.table-row:hover {
    background-color: #f9fafb;
}

.table-cell-left {
    padding: 1rem 1.5rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: #111827;
}

.table-cell-center {
    padding: 1rem 1.5rem;
    text-align: center;
}

.check-icon-table {
    width: 1.25rem;
    height: 1.25rem;
    color: #059669;
    margin: 0 auto;
}

.text-red {
    color: #dc2626;
}

.text-blue {
    font-size: 0.875rem;
    font-weight: 500;
    color: #2563eb;
}

.text-gray {
    font-size: 0.875rem;
    color: #6b7280;
}

/* Credibility Section */
.credibility-section {
	padding: 4rem 0;  
    color: white;
    background: #5164ae;
    font-size: 40px;
    text-align: center;
    box-shadow: 1px 1px 10px 3px rgba(34, 37, 43, 0.4);
}

.credibility-content {
    text-align: center;
    margin: 0 auto;
}

.credibility-title {
    font-size: 2.25rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
	color: #fff;
}

.credibility-description {
    font-size: 1.125rem;
    color: #d1d5db;
    margin-bottom: 2rem;
    line-height: 1.6;
}

.pricing-highlight-main {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.price-range {
    color: #f37a6f;
}

.pricing-highlight-sub {
    color: #d1d5db;
}

/* Charlotte Section */
.charlotte-section {
    padding: 4rem 0;
    background-color: #2d3669;
    color: white;
}

.charlotte-content {
    max-width: 4xl;
    margin: 0 auto;
    text-align: center;
}

.charlotte-content h2 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
	color: #ffffff;
}

.charlotte-description {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    color: #e5e7eb;
}

.pricing-highlight {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 0.5rem;
    padding: 2rem;
    margin-bottom: 2rem;
}

.pricing-text {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.price-range {
    color: #f37a6f;
}

.pricing-details {
    font-size: 1.125rem;
    color: #e5e7eb;
}

.cta-buttons{
	display: flex;
    justify-content: center;
    gap: 20px;
}



/* CTA Section */
.cta-section {
    padding: 4rem 0;
    background-color: #F6F7F9;
}

.cta-content {
text-align: center;
    /* max-width: 4rem; */
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /* border-left: 2px solid #f37a6f;*/
}


.core-support-top,
.team-shield-top,
.еxecutive-care-top {
	display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2rem;
    font-family: sans-serif;
    max-width: 1100px;
    margin: 0 auto;
    padding: 2rem;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 10%);
    margin-top: -100px;
}

h1.core-support-title,
h1.team-shield-title,
h1.еxecutive-care-title {
    margin: 14px 0 26px;
    position: relative;
    transition: .5s;
    text-transform: capitalize;
    font-size: 24px;
    margin-bottom: 20px;
    color: #2d3669;
}

.core-support-title p,
.team-shield-title p,
.еxecutive-care-title p{
	margin: 0;
    transition: .5s;
    color: #444444;
}

.core-support-title .price,
.team-shield-title .price,
.еxecutive-care-title .price {
	color: #f37a6f;
    margin-bottom: 55px;
    display: flex;
    justify-content: flex-start;
    font-size: 40px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0em;
    font-family: "Segoe UI", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    align-items: center;
    margin-top: 25px;

}

.core-support-features li strong,
.team-shield-features li strong,
.еxecutive-care-features li strong{
    display: inline-block !important;
}
td.check:before{
    color: #6fcf97;
    font-size: 22px;
    font-family: "Font Awesome 5 Pro";
    content: '\f00c';
}


/**************************************************************/
/*----------------======End ========------------------*/
/*----------------


/*============== Start Services -> Managed IT Services
------------------*/
.managed-it-services-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.managed-it-services-container .row.topper{
	margin-top: -192px;
}
/* Hero Section */
.managed-it-services-hero-section {
    height: 350px;
    background: linear-gradient(rgba(45, 54, 105, 0.3), rgba(81, 100, 174, 0.3)),
                url('/portals/0/Images/managed-it-services-page/managed-it-services-header.jpeg') center/cover;
    position: relative;
}

/* Header Content Section */
/*.managed-it-services-header {
    padding-bottom: 30px;
}*/

.managed-it-services-box {
    width: 100%;
}

.managed-it-services-content {
    padding: 60px 80px;
}

.managed-it-services-title {
    margin-bottom: 40px;
}

.managed-it-services-title h1 {
	font-size: 3.5rem;
    font-weight: 700;
    color: #2d3669;
    line-height: 1.4;
    font-family: 'Segoe UI', sans-serif !important;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.managed-it-services-text {
    text-align: left;
}

.managed-it-services-text p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #444444;
    margin-bottom: 25px;
    font-weight: 400;
}

/* Remove old styles */
.managed-it-services-content-box {
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    backdrop-filter: blur(10px);
}

.managed-it-services-main-title {
    font-size: 3.5rem;
    font-weight: 700;
    color: #2d3669;
    margin-bottom: 40px;
    line-height: 1.2;
    font-family: 'Segoe UI', sans-serif !important;
}

.managed-it-services-highlight {
    color: #f37a6f;
}

.managed-it-services-description {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #444444;
    margin-bottom: 25px;
    text-align: left;
    font-weight: 400;
}

/* Why Choose Section */
.managed-it-services-why-choose-section {
    padding: 100px 0;
}

.managed-it-services-section-title {
    font-size: 3rem;
    font-weight: 700;
    color: #2d3669;
    text-align: center;
    margin-bottom: 20px;
    font-family: 'Segoe UI', sans-serif !important;
}

.managed-it-services-section-subtitle {
    font-size: 1.2rem;
    color: #444444;
    text-align: center;
    margin-bottom: 80px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 400;
}

.managed-it-services-features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto 60px;
}

.managed-it-services-feature-card {
    background: white;
    padding: 50px 40px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #e0e0e0;
}

/*Hover Why Businesses Choose AtoZinIT*/

.managed-it-services-feature-card,
.managed-it-services-feature-card-center {
    background: white;
    padding: 50px 40px;
    /*border-radius: 15px;*/
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid #e0e0e0;
    position: relative;
    overflow: hidden;
    transition: color 0.4s ease;
}

.managed-it-services-feature-card{
	border-radius: unset;
}

.managed-it-services-feature-card::before,
.managed-it-services-feature-card-center::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #f37a6f, #ff6b5a);
    transition: top 0.4s ease;
    z-index: 1;
}

.managed-it-services-feature-card:hover::before,
.managed-it-services-feature-card-center:hover::before {
    top: 0;
}

.managed-it-services-feature-card > *,
.managed-it-services-feature-card-center > * {
    position: relative;
    z-index: 2;
    transition: color 0.4s ease;
}

.managed-it-services-feature-card:hover h3,
.managed-it-services-feature-card-center:hover h3,
.managed-it-services-feature-card:hover p,
.managed-it-services-feature-card-center:hover p {
    color: white;
}

.managed-it-services-feature-card:hover .managed-it-services-icon,
.managed-it-services-feature-card-center:hover .managed-it-services-icon {
    background: rgba(255, 255, 255, 0.2);
}



.managed-it-services-feature-card-center {
	background: white;
    padding: 50px 40px;
    /*border-radius: 15px;*/
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #e0e0e0;
    grid-column: 1 / -1;
    max-width: 100%;
    margin: 0;
}


.managed-it-services-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, #f37a6f, #ff6b5a);
    color: white;
    font-size: 2.5rem;
}

.managed-it-services-feature-card h3,
.managed-it-services-feature-card-center h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #232323;
    margin-bottom: 20px;
    font-family: 'Segoe UI', sans-serif !important;
}

.managed-it-services-feature-card p,
.managed-it-services-feature-card-center p {
    color: #444444;
    font-size: 1rem;
    line-height: 1.6;
    font-weight: 400;
}

/* Services Section */
.managed-it-services-services-section {
    padding: 80px 40px;
    background: #f3f3f3;
}

.managed-it-services-services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 80px;
    margin-top: 80px;
}

.managed-it-services-service-column {
    max-width: 600px;
}

.managed-it-services-service-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #2d3669;
    margin-bottom: 15px;
    font-family: 'Segoe UI', sans-serif !important;
}

.managed-it-services-service-underline {
    width: 60px;
    height: 3px;
    background: #f37a6f;
    margin-bottom: 40px;
}

.managed-it-services-service-list {
    list-style: none;
    padding: 0;
}

.managed-it-services-service-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 25px;
    font-size: 1rem;
    line-height: 1.7;
    color: #444444;
    font-weight: 400;
	list-style: none;
}

.managed-it-services-service-list li:before {
    content: "●";
    position: absolute;
    left: 0;
    top: 0;
    color: #f37a6f;
    font-size: 1.2rem;
}

/*Managed IT Services  Table */
.section-benefits{
	padding: 80px 40px 0;
}

.managed-it-services-header th:last-child {
    text-align: left;
	padding: 20px;
}
.managed-it-services-table tbody td:nth-child(2) {
    text-align: center;
	padding: 20px;
}

/* Responsive Design Managed IT Services Pgae */
@media (max-width: 768px) {
    .managed-it-services-main-title {
        font-size: 2.5rem;
    }
    
    .managed-it-services-content-box {
        padding: 40px 30px;
        margin: 20px;
    }
    
    .managed-it-services-features-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .managed-it-services-services-grid {
        grid-template-columns: 1fr;
        gap: 60px;
    }
    
    .managed-it-services-section-title {
        font-size: 2.2rem;
    }
    
    .managed-it-services-feature-card,
    .managed-it-services-feature-card-center {
        padding: 40px 30px;
    }
}

@media (max-width: 480px) {
    .managed-it-services-main-title {
        font-size: 2rem;
    }
    
    .managed-it-services-content-box {
        padding: 30px 20px;
    }
    
    .managed-it-services-section-title {
        font-size: 1.8rem;
    }
    
    .managed-it-services-why-choose-section {
        padding: 60px 0;
    }
    
    .managed-it-services-services-section {
        padding: 60px 0;
    }
}

/**************************************************************/
/*----------------======End Managed IT Services ========------------------*/


/*----------------
============== Start Service page User Support Packages
------------------*/

.header-img-it-support-plans{
	width: 100%;
	height: 390px;
	background-image: url('/portals/0/Images/it-support-plans/it-support-plans-header.png');
	background-size: cover;     
	background-repeat: no-repeat;
	background-position: center top; 
}

.user-support-header,
.web-hosting-header{
	font-size: 24px;
    /*margin: 14px 0 26px;*/
    position: relative;
    transition: .5s;
    color: #2d3669;
}
.user-support-text,
.web-hosting-text {
	display: flex;
    flex-grow: 1;
}
.user-support-text p,
.web-hosting-text p {
	margin: 0;
    transition: .5s;
	color: #444444;
}

.user-support-box,
.web-hosting-box{
	text-align: center;
    margin-bottom: 30px;
    padding: 0 30px;
    transition: .5s;
    /*border-right: 1px solid rgba(221, 221, 221, 1);*/
    display: flex;
    flex-grow: 1;
    flex-direction: column;
}

.user-support-content,
.web-hosting-content{
	display: flex;
    flex-direction: column;
    flex-grow: 1;
}


.web-hosting-title h2 {
    font-size: 24px;
    margin: 14px 0 26px;
    position: relative;
    transition: .5s;
    color: #2d3669;
}

/*============== User Support Packages - Basic ------------------*/
.price span{
	font-size:16px;
	color: #444444;
	font-weight: bold;
	margin-left:7px;
	margin-right:7px;
}
.package-card-basic{
  font-family: 'Segoe UI', sans-serif;
  background-color: #ffffff;
  border-radius: 12px;
	box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 10%);
  padding: 32px 24px;
  margin: 0 auto 40px auto;
}
.package-card-basic h1,
.package-card-proffesional h1,
.package-card-enterprice h1,
.package-card h1,
.package-card-half h1 {
  font-size: 24px;
  font-weight: bold;
  color: #2d3669;
  margin: 0 0 16px 0;
  display: flex;
 justify-content: center;
}

.package-card-basic h3,
.package-card-proffesional h3,
.package-card-enterprice h3,
.included-features h3,
.package-card h3,
.package-card-half h3 {
  font-size: 24px;
  font-weight: bold;
  color: #444444;
  margin: 0 0 16px 0;
}

.package-card-basic .price,
.package-card-proffesional .price,
.package-card-enterprice .price,
.package-card .price,
.package-card-half .price  {
  font-size: 28px;
  font-weight: bold;
  color: #f37a6f;
  margin-bottom: 4px;
   display: flex;
   justify-content: center;
}


.package-p {
  font-size: 16px;
  color: #444444;
  margin: 16px 0 24px 0;
  line-height: 1.5;
  font-style: italic;
   display: flex;
  justify-content: center;
}

.package-features {
  list-style: none;
  padding: 0;
  margin: 0 2rem;
}

.package-features ul li{
  font-size: 16px;
  color: #444444;
  margin-bottom: 12px;
  display: flex;
  align-items: flex-start;
  line-height: 1.4;
  display: block;
}

.package-features i,
.package-features-proffesional i,
.package-card-enterprice i {
  color: #f37a6f;
  margin-right: 10px;
  font-size: 16px;
  line-height: 1.4;
  margin-top: 2px;
}

.package-features em,
.package-features-proffesional em,
.package-card-enterprice em {
  font-style: italic;
  color: #444444;
  font-size: 16px;
}
/*==============Proffesional------------------*/

.package-features li,
.package-features-proffesional li,
.package-card-enterprice li{
	font-weight: bold;
	margin-bottom: 0 !important;
	font-size: 1rem !important;
}

.package-features-proffesional li:before,
.package-card-enterprice li:before{
	font-size: 20px !important;
	/*font-weight: 400;*/
}
.proffesional-services li,
.enterprice-services li,
.list-features li{
	font-weight: unset;
	list-style-type: disc !important;
	padding-left: 0 !important;
	margin: 0!important;
	font-size: 1rem !important;
}
.package-card-proffesional, 
.package-card-enterprice,
.package-card,
.package-card-half {
	font-family: 'Segoe UI', sans-serif;
    background-color: #ffffff;
    border-radius: 12px;
	box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 10%);
    padding: 32px 24px;
    margin-bottom: 40px ;
    
	
}
.proffesional-services,
.enterprice-services{
    margin-bottom: 2rem;
	padding-left: 22px;
	margin-top: 0.5rem !important;

}
.proffesional-services li:before,
.enterprice-services li:before{
	display:none;
}



/*----------------- Web Hosting Page - Old --------------------*/

.package-features li strong{
	display:inline !important;
}

.package-features li span{
	font-weight:normal;
}
.included-features h3{
	margin: 2rem 0 1.1rem 0 !important;
}

.list-features li{
	margin-left:25px !important;
	margin: 1.1rem 3rem !important;
}
.package-features li{
  padding-left: 0;
}

.package-ideal .package-features li{
	font-weight: normal !important;
}

.list-features li{
	display: list-item;
}
.package-card-half li p,
.package-card  li p {
    line-height: 25px !important;
}

.package-card,
.package-card-half {
	height: 100%;
}

.package-card-half {
	min-height: 2167px;
}
.inline-list {
  list-style: disc;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 8px; 
}

.inline-list li::before {
  content: "• " !important; 
  color: black !important; 
}

.inline-list li:not(:last-child)::after {
  content: ". "!important ;
  color: black !important;
}
.value-points{
	display: flex;
    justify-content: center;
}
.value-points ul{
    align-items: center;
}


/*-----------------==================Start Web Hosting Page New ==============--------------------*/
/* DNN Web Hosting Hero Section CSS */

/* Gradient background */
.hero-section-web-hosting-page {
  position: relative !important;
  background: linear-gradient(to right, #1e3a8a, #1e40af) !important;
  color: white;
  padding: 64px 0;
  min-height: 400px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

/* Image background */
.hero-section-web-hosting-page .web-hosting-img {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
  opacity: 0.3 !important;
  z-index: 1;
}

/* Dark overlay */
.hero-section-web-hosting-page::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 2;
}


.hero-content-web-hosting {
  position: relative;
  z-index: 3;
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}

/* Headlines */
.hero-content-web-hosting h1 {
  font-size: 4rem !important;
  font-weight: bold !important;
  margin-bottom: 1rem !important;
  color: white !important;
  line-height: 1.1 !important;
}

.hero-content-web-hosting p {
  font-size: 1.25rem !important;
  margin-bottom: 0.5rem !important;
  line-height: 1.5 !important;
}

.hero-content-web-hosting p:first-of-type {
  color: #f8f8f8 !important;
  font-size: 1.25rem !important;
}

.hero-content-web-hosting p:last-of-type {
  color: #dbeafe !important; 
  font-size: 1.125rem !important;
  margin-bottom: 2rem !important;
}



img.web-hosting-img{
	max-height: 400px;
}
.web-hosting-header .row.topper{
	margin-top: -230px;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Hero Section */
.hero-content h1 {
    font-size: 49px;
    font-weight: 900;
    margin-bottom: 24px;
    line-height: 1.2;
    color: #2d3669;;
}

.hero-content h3 {
	font-size: 24px;
    font-weight: 300;
    margin-bottom: 32px;
    /* opacity: 0.9; */
    color: #444444;
}

.hero-content p {
	font-size: 20px;
    margin-bottom: 48px;
    /* max-width: 600px; */
    margin-left: auto;
    margin-right: auto;
    /* opacity: 0.8; */
    color: #444444;
    font-weight: 600;
}

.hero-buttons-it-support-plans {
    display: flex;
    gap: 16px;
    justify-content: left;
    flex-wrap: wrap;
}

/* Buttons */
.hero-buttons-it-support-plans {
    display: flex;
    gap: 16px;
    justify-content: left;
    flex-wrap: wrap;
	padding-left: 0;
}
.hero-buttons-it-support-plans a {
    display: flex;
}

.hero-buttons-it-support-plans a i {
    margin-left: 12px !important;
    margin-top: 3px;
}

.btn-primary-web-hosting:hover {
    background: #f9fafb;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.btn-secondary-web-hosting a{
	color: #f37a6f;
    font-size: 19px;
    padding: 15px;
	border: 1px solid #f37a6f;
    border-radius: 5px;
    transition: .3s;
    font-family: 'Segoe UI Bold';
    white-space: nowrap;
    display: inline-block;
    line-height: 20px;
}


.btn-schedule-a-call{
	display: inline-block;
    padding: 0 15px;
}

.btn-secondary-web-hosting:hover a {
    color: #ffffff;
    border: 1px solid #f37a6f;
    background: #f37a6f;
}

.btn-schedule-a-call i{
	color: #f37a6f;
    padding-left: 10px;
    rotate: 180deg;
    font-size: 19px !important;
	 transition: all 0.3s ease;
}

.btn-secondary-web-hosting:hover i {
    color: #ffffff; 
}

/* Your Website, Our Responsibility Section */
.web-hosting-responsibility-section {
    padding: 80px 0;
    background: #5164ae;
}

.web-hosting-section-content {
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
}

.web-hosting-section-content h2 {
    font-family: 'Segoe UI', sans-serif;
    font-size: 39px;
    color: white;
    margin-bottom: 24px;
}

.web-hosting-section-content p {
    font-size: 18px;
    color: white;
    line-height: 1.8;
    margin-bottom: 32px;
}

.web-hosting-cta-button {
    display: inline-block;
    padding: 16px 48px;
    background: transparent;
    color: white;
    border: 1px solid white;
    border-radius: 5px;
    font-family: 'Segoe UI', sans-serif;
    font-weight: bold;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

.web-hosting-cta-button:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.1) !important;
    border-color: rgba(255, 255, 255, 0.7);
}

.web-hosting-cta-button i {
    margin-right: 8px;
	rotate: 180deg;
}

/* Hosting Plans */
.container-web-hosting-page{
	max-width: 1600px;
    margin: 0 auto;
}
.hosting-plans {
   /* padding: 80px 0;*/
   padding-bottom: 80px;
}

.plans-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 32px;
	margin: 0 20px;
}

.plan-card {
    background: white;
    border-radius: 16px;
    box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 10%);
    overflow: hidden;
    position: relative;
	display: flex;
    flex-direction: column;
    height: 100%;
	
}



.plan-header {
    padding: 58px 20px;
    text-align: center;
	min-height: 220px;
	background-color: #2d3669;
    margin-bottom: 25px;
	height: 310px;
}

.plan-card.popular .plan-header {
    padding-top: 16px;
}

.plan-header h3 {
    font-size: 30px;
    font-weight: bold;
    color: #f37a6f;
    margin-bottom: 8px;
}

.plan-description {
    color: #fff;
    margin-bottom: 16px;
}

.plan-price {

	margin: 30px 0 20px 0;
}

.price {
	font-family: 'Segoe UI bold', sans-serif;
    font-size: 36px;
    color: #fff;
}

.period {
	font-size: 16px;
    color: #fff;
}

.plan-details {
    padding: 0 32px;
	flex-grow: 1;
    margin-top: 0;
	height: 270px;
}

.detail-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid #f3f4f6;
}
.detail-row span{
	font-size: 16px;
}
.detail-row:last-child {
    border-bottom: none;
}

.detail-value {
    font-weight: 600;
    color: #2d3669;
    font-size: 16px;
    text-align: right;
    max-width: 70%;
}

.plan-features {
    padding: 0 32px;
    margin-bottom: 32px;
	flex-grow: 1;
	min-height: 280px;
}

.feature-item-web-hosting {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.feature-item-web-hosting i {
    color: #10b981;
    font-size: 16px;
    flex-shrink: 0;
}

.feature-item-web-hosting span {
    color: #444444;
    font-size: 14px;
}

.plan-buttons {
    padding: 0 32px 32px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.btn-plan-primary {
	color: #fff;
    font-size: 19px;
    background: #f37a6f;
    padding: 15px;
    border: 1px solid #f37a6f;
    border-radius: 5px;
    transition: .3s;
    font-family: 'Segoe UI Bold' !important;
    white-space: nowrap;
    display: inline-block;
    line-height: 20px;
}

.btn-plan-primary:hover {
	font-family: 'Segoe UI Bold';
    background: #bd2d10 !important;
    border: 1px solid #bd2d10;
    color: #fff;
}


.btn-plan-secondary {
	color: #f37a6f;
    font-size: 19px;
    padding: 15px;
    border: 1px solid #f37a6f;
    border-radius: 5px;
    transition: .3s;
    font-family: 'Segoe UI Bold' !important;
    white-space: nowrap;
    display: inline-block;
    line-height: 20px;
}

.btn-plan-secondary:hover {
	font-family: 'Segoe UI Bold';
	font-size: 19px;
	/*text-decoration: underline;
	color: #f37a6f;*/
	color: #ffffff;
    border: 1px solid #f37a6f;
    background: #f37a6f;
}

/* Sticky hosting plans */
.sticky-web-hosting-page{
	text-align: center;
}
.sticky-card-icon {
    color: #fff !important;
    padding-left: 3px;
    rotate: 180deg;
    font-size: 19px !important;
}
.sidebar-column {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.sticky-wrapper h3{
	color: #2d3669;
	font-family: 'Segoe UI Bold', sans-serif !important;
}
.sticky-wrapper p{
	color: #2d3669;
	margin: 0 0 30px;
}
.btn-sticky-web-hosting-page{
	align-items: center;
    text-decoration: none;
    color: #fff;
    font-size: 19px;
    background: #f37a6f;
    padding: 15px;
    border: 1px solid #f37a6f;
    border-radius: 5px;
    font-family: 'Segoe UI Bold' !important;
    white-space: nowrap;
    line-height: 20px;
    display: flex;
    gap: 10px;
	justify-content: center;
}

.sticky-button a:hover,
.sticky-button a:active {
	border: 1px solid #bd2d10;;
    background-color: #bd2d10;
    color: #fff;
}

.sticky-button a:focus {
    background: #f37a6f;
	color: #fff;
}
.sticky-button a:hover i {
    color: #fff !important;
}

.help-card .sticky-card-icon {
  color: white; 
}

.support-card .sticky-card-icon {
  color: #f97316; 
}

.migration-card .sticky-card-icon {
  color: white;
}




.plans-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr); 
    gap: 32px;
}

.sticky-wrapper {
	/*background-color: #f37a6f;*/
	background-color: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    align-self: start; 
    position: sticky;
    top: 102px; 
	border-radius: 16px;
	padding: 50px 20px;
	border: 1px solid #f0f2f1;
}


/* Why Business Choose Us */
.why-choose-us {
    padding: 80px 0;
    background: #f6f7f9;
}

.section-header {
    text-align: center;
    margin-bottom: 64px;
}

.section-header h2 {
    font-family: 'Segoe UI', sans-serif;
    font-size: 39px;
    color: #2d3669;
    margin-bottom: 24px;
}

.section-header p {
    font-size: 20px;
    color: #444444;
    margin: 0 auto;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 32px;
}

.feature-card {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 32px;
    transition: all 0.3s ease;
}

.feature-card:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    transform: translateY(-4px);
}

.feature-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
}

.feature-icon-web-hosting {
    width: 48px;
    height: 48px;
    background: #f37a6f;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    flex-shrink: 0;
}

.feature-card h3 {
    font-size: 20px;
    font-weight: bold;
    color: #2d3669;
    margin-bottom: 0;
}

.feature-card p {
    color: #444444;
    line-height: 1.6;
}

/* What Makes Us Different */
.what-makes-different {
    padding: 80px 0;
    background: white;
}

.different-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 32px;
}

.different-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    /*padding: 24px;*/
    border-radius: 8px;
    transition: background-color 0.3s ease;
}

/*.different-item:hover {
    background: #f3f3f3;
}*/

.different-item i{
    color: #f37a6f;
    font-size: 22px;
    font-family: "Font Awesome 5 Pro";
    content: '\f00c';
}

.different-content h3 {
    font-size: 18px;
    font-weight: bold;
    color: #2d3669;
    margin-bottom: 8px;
}

.different-content p {
    color: #444444;
    line-height: 1.6;
}

/* Common Issues */
.common-issues {
    padding: 80px 0;
    background: #f6f7f9;
}

.issues-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 24px;
}

.issue-card {
    background: white;
    border-radius: 8px;
    padding: 24px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	display: flex;
    flex-direction: column;
    justify-content: center;
}

.issue-problem,
.issue-solution {
    display: flex;
    align-items: center;
    gap: 16px;
    /*margin-bottom: 12px;*/
}

.issue-solution {
    margin-bottom: 0;
}

.issue-icon {
    font-size: 20px;
    flex-shrink: 0;
    margin-top: 2px;
}

.problem i{
	color: #f37a6f;
}

.solution i{
	color: #22c55e;
}
.issue-problem p {
	font-size: 16px;
    font-style: italic;
    color: #444444;
	margin: 0;
}

.issue-solution p {
    font-weight: 500;
    color: #2d3669;
	font-family: 'Segoe UI Bold', sans-serif;
}

/* More Than Just Hosting */
.more-than-hosting {
    padding: 80px 0;
    background: white;
}

.hosting-content p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 16px;
    color: #444444;
}

.hosting-content .highlight {
    font-weight: 600;
    color: #2d3669;
}

.cloud-info {
    /*background: linear-gradient(90deg, #2d3669, #5164ae);*/
	background-color: #2d3669;
    border-radius: 16px;
    padding: 50px 32px;
    color: white;
    text-align: center;
    margin-top: 48px;
	display: flex;
}

.and-yes-p span{
	font-size: 24px;
}
.exclamation-circle-web-hosting-page i{
	color: #ffffff;
	font-size: 64px;
    opacity: 0.8;
    margin-bottom: 16px;
}


.cloud-info p {
    font-size: 18px;
    line-height: 1.6;
	text-align: left;
	margin-left: 30px;
}

/* Email Services */
.email-services {
    padding: 64px 0;
    background: #f3f3f3;
}

.email-content {
    max-width: 980px;
    margin: 0 auto;
    text-align: center;
}

.email-content i {
    font-size: 64px;
    color: #f37a6f;
    margin-bottom: 24px;
}

.email-content h2 {
    font-size: 39px;
    color: #2d3669;
    margin-bottom: 16px;
}

.email-content p {
    font-size: 18px;
    color: #444444;
    margin-bottom: 32px;
    line-height: 1.6;
}

.btn-email {
    background: #f37a6f;
    color: white;
    padding: 16px 32px;
}

.btn-email:hover {
    background: #e06a5f;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(243, 122, 111, 0.3);
}

.btn-email-web-hosting a{
	display: flex;
    align-items: center;
    gap: 20px;
}
.btn-email-web-hosting i{
	color: #ffffff;
	font-size: 24px;
	margin: 0;
}

/* IT Solutions Section */
.it-plans-page-it-solutions-section {
  background: white;
  padding: 80px 0;
  position: relative;
}


.it-plans-page-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.it-plans-page-section-title {
  text-transform: capitalize;
  font-size: 30px;
  margin-bottom: 20px;
  color: #2d3669;
  line-height: 1.3;
  text-align: center;
  letter-spacing: -0.5px;
}

.it-plans-page-section-description {
  font-size: 18px;
  line-height: 1.8;
  color: #4b5563;
  text-align: center;
  /*max-width: 800px;*/
  margin: 0 auto;
  font-weight: 400;
}

.it-plans-page-section-description a{
	cursor: auto;
}

.it-plans-page-service-link {
  color: #2d3669;
  text-decoration: none;
  font-weight: 600;
  position: relative;
  transition: all 0.3s ease;
  border-bottom: 2px solid transparent;
}


/* Final CTA Get the Right Fit for Your Business */
.final-cta {
    padding: 80px 0;
    background: #2d3669 !important;
    color: white;
}

.final-cta .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.cta-header {
    text-align: center;
    margin-bottom: 64px;
}

.cta-header h2 {
    font-size: 42px;
    color: white;
    margin-bottom: 20px;
}

.cta-divider {
    width: 100px;
    height: 4px;
    background: #f37a6f !important;
    margin: 0 auto 30px;
}

.cta-header p {
    font-size: 20px;
    color: #d1d5db;
    max-width: 700px;
    margin: 0 auto 48px;
    line-height: 1.7;
}

.cta-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    margin-bottom: 48px;
}

.cta-card {
    backdrop-filter: blur(10px);
    border-radius: 1rem;
    padding: 2rem;
    background-color: rgb(245 245 245 / 7%);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.cta-card h3 {
    font-size: 22px;
    font-weight: bold;
    color: white;
    margin-bottom: 15px;
}

.cta-card p {
    color: #cbd5e1;
    font-size: 17px;
    margin-bottom: 25px;
    line-height: 1.5;
}

.cta-btn {
    width: 100%;
    padding: 14px 24px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.2s ease;
}

.cta-btn a {
    color: white;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
}

.consultation-section {
    background-color: rgb(245 245 245 / 7%);
    border-radius: 16px;
    padding: 50px 40px;
    text-align: center;
}

.consultation-section .phone-icon {
    font-size: 64px;
    color: #e5e7e6 !important;
    margin-bottom: 20px;
    border-color: #e5e7e6;
    border: 2px solid #e5e7e6;
    border-radius: 50%;
    padding: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 110px;
    height: 110px;
}

.phone-icon i {
    color: #fff !important;
    rotate: 107deg;
}

.consultation-section h3 {
    font-size: 26px;
    font-weight: bold;
    color: white;
    margin-bottom: 18px;
}

.consultation-section p {
    color: #d1d5db;
    font-size: 19px;
    margin-bottom: 35px;
    line-height: 1.6;
}

.consultation-section .cta-btn {
    background: transparent !important;
    color: white;
    padding: 18px 35px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 19px;
    border: 2px solid rgba(255, 255, 255, 0.5) !important;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 15px;
    transition: all 0.2s ease;
    width: auto;
}

.consultation-section .cta-btn:hover {
    background: rgba(255, 255, 255, 0.1) !important;
    border-color: rgba(255, 255, 255, 0.7) !important;
}

.consultation-section .cta-btn a {
    color: white;
    text-decoration: none;
}
.consultation-btn {
    background: transparent !important;
    color: white;
    padding: 18px 35px;
    border-radius: 8px;
    font-size: 19px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 15px;
    transition: all 0.2s ease;
    text-decoration: none;
}

.consultation-btn:hover {
    background: rgba(255, 255, 255, 0.1) !important;
    border-color: rgba(255, 255, 255, 0.7);
	color: #fff;
}

.consultation-btn i {
    font-size: 16px;
}

i.fa-arrow-right{
	rotate: 0deg !important;
}
 /* Thought Leadership & Education*/
.leadership-end-education{
	display:flex;
	flex-direction: column;
	align-items: center;
	margin: 50px 50px;
}

.leadership-end-education h3{
	font-size: 39px;
    color: #2d3669;
    text-align: center;
    font-family: 'Segoe UI Bold', sans-serif !important;
}

.leadership-end-education p{
	font-size: 18px;
    color: #444444;
    text-align: center;
	margin-top: 0;
}
.leadership-end-education-content{
	display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.web-hosting-book-icon {
    font-size: 24px;
    color: #f37a6f;
    position: relative;
    z-index: 1;
    width: 64px;
    height: 64px;
    line-height: 64px;           
    text-align: center;          
    margin: 0;
    padding: 0;
}

.web-hosting-book-icon::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 64px;
    height: 64px;
    background-color: rgba(243, 122, 111, 0.4);
    border-radius: 50%;
    z-index: -1; 
}


/*----------------
============== End Web Hosting Page New
------------------*/

/*----------------
==============  Start CSS Web Hosting Page New -> Core Support, Business and Enterprise+
------------------*/

/* Container */
.container-web-hosting-plans {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}


/* Typography */
h1.hero-title-web-hosting-plans{
	color: #fff !important;
}
.section-title-web-hosting-plans {
    font-size: 2rem;
    color: #2d3669;
    margin-bottom: 1.5rem;
}



.section-subtitle-web-hosting-plans {
    font-size: 1.125rem;
    color: #444444;
    max-width: 48rem;
    margin: 0 auto;
}

.section-subtitle-web-hosting-plans.wide {
    max-width: 64rem;
}

.large-text-web-hosting-plans {
    font-size: 1.125rem;
    color: #444444;
    line-height: 1.75;
}



.text-bold-web-hosting-plans {
    color: #2d3669;
    font-weight: 600;
}

.text-accent-web-hosting-plans {
    color: #f37a6f;
}

/* Sections */
.section-web-hosting-plans {
    padding: 4rem 0;
	background:#fff;
}



.bg-light-web-hosting-plans {
    background-color: #f3f3f3;
}

.section-header-web-hosting-plans {
    margin-bottom: 3rem;
}

.text-center-web-hosting-plans {
    text-align: center;
}

.max-width-content-web-hosting-plans {
    max-width: 64rem;
    margin: 0 auto;
}

.accent-line-web-hosting-plans {
    width: 4rem;
    height: 0.25rem;
    background-color: #f37a6f;
    margin: 0 auto 3rem auto;
}

/* Hero Section */
.hero-web-hosting-plans {
    position: relative;
    background: linear-gradient(135deg, #2d3669 0%, #5164ae 50%, #2d3669 100%);
    color: white;
    overflow: hidden;
    padding: 4rem 0;
}


.hero-overlay-web-hosting-plans {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.1);
}

.hero-content-web-hosting-plans {
    position: relative;
    z-index: 10;
}

.hero-grid-web-hosting-plans {
    display: grid;
    gap: 3rem;
    align-items: center;
}


.hero-badge-web-hosting-plans {
    display: inline-block;
    margin-bottom: 3.5rem;
}

.hero-badge-web-hosting-plans span {
	font-size: 18px !important;
    background-color: #f37a6f;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 9999px;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.hero-title-web-hosting-plans {
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: 1.5rem;
}

.price-highlight-web-hosting-plans {
    color: #f37a6f;
    font-weight: bold;
}

.hero-description-web-hosting-plans {
    font-size: 1.125rem;
    color: #d1d5db;
    line-height: 1.75;
    max-width: 36rem;
    margin-bottom: 2rem;
}

.hero-buttons-web-hosting-plans {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding-top: 1rem;
}



.card-glass-web-hosting-plans {
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(8px);
    border-radius: 1rem;
    padding: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
}



.card-glass-web-hosting-plans h3 {
	color: #fff;
    font-size: 1.5rem;
    margin-bottom: 2rem;
}

.feature-list-web-hosting-plans {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    text-align: left;
}

.feature-item-web-hosting-plans {
    display: flex;
    align-items: center;
	gap: 15px;
}

.feature-item-web-hosting-plans i {
    color: #f37a6f;
	font-size: 24px;
}
.feature-item-web-hosting-plans span{
	font-size: 18px;
}

/* Buttons */
.hero-buttons-web-hosting-plans .btn-common{
	padding-left: 0;
}

a.btn-web-hosting-plans {
	color: #fff;
    font-size: 19px;
    background: #f37a6f;
    padding: 15px;
    border-radius: 5px;
    transition: .3s;
    font-family: 'Segoe UI Bold';
    white-space: nowrap;
    display: inline-block;
    line-height: 20px;
	display: flex !important;
    align-items: center !important;
    gap: 7px !important;
}

.btn-web-hosting-plans a:hover {
    border: 1px solid #bd2d10;
    background-color: #bd2d10;
    color: #fff;
}
.btn-web-hosting-plans a:hover i {
    color: #fff !important;
}


.btn-primary-web-hosting-plans {
    background-color: #f37a6f;
    color: white;
}

.btn-primary-web-hosting-plans:hover {
    background-color: #e85f54;
    transform: scale(1.05);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.btn-secondary-web-hosting-plans {
    color: white;
    background-color: transparent;
}


.btn-cta-primary-web-hosting-plans a{
	color: #fff;
    font-size: 19px;
    background: #f37a6f;
    padding: 15px;
    border: 1px solid #f37a6f;
    border-radius: 5px;
    transition: .3s;
    font-family: 'Segoe UI Bold';
    white-space: nowrap;
    display: inline-block;
    line-height: 20px;
}


.btn-cta-secondary-web-hosting-plans a{
    border: 1px solid white;
	color: #fff;
    background-color: transparent;
    flex-direction: column;
	box-sizing: border-box;
    font-size: 19px;
    padding: 15px;
    border-radius: 5px;
    transition: .3s;
    font-family: 'Segoe UI Bold';
    white-space: nowrap;
    display: inline-block;
    line-height: 20px;
}

.btn-cta-secondary-web-hosting-plans a:hover {
   background: #bd2d10 !important;
}

.btn-subtitle-web-hosting-plans {
    font-size: 0.875rem;
    font-weight: normal;
    margin-top: 0.25rem;
	
}

/* Two Column Grid */
.two-column-grid-web-hosting-plans {
    display: grid;
    gap: 3rem;
    align-items: start;
}



.right-column-web-hosting-plans {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

/* Checklist */
.checklist-web-hosting-plans {
    display: flex;
    flex-direction: column;
}

.check-item-web-hosting-plans {
    display: flex;
    align-items: center;
	gap: 15px;
}

.check-item-web-hosting-plans i {
   font-size: 24px;
   color: #5163ae;
}

.check-item-web-hosting-plans p {
    color: #444444;
    line-height: 1.75;
}
/* Highlight Card */
.highlight-card-web-hosting-plans {
    background: linear-gradient(135deg, #dbeafe 0%, #fed7cc 100%);
    border-radius: 16px;
    padding: 32px;
    text-align: center;
}

.highlight-icon-web-hosting-plans {
    width: 80px;
    height: 80px;
    margin: 0 auto 24px;
    border-radius: 50%;
    background-color: rgba(81, 100, 174, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.highlight-icon-web-hosting-plans i {
    font-size: 40px;
    color: #5164ae;
}

.highlight-title-web-hosting-plans {
    font-size: 24px;
    font-weight: bold;
    color: #2d3669;
    margin-bottom: 16px;
}

.highlight-description-web-hosting-plans {
    font-size: 18px;
    color: #444444;
    line-height: 1.6;
}

/* CTA Section */
.what-makes-section{
	background-color: #f6f7f9;
}
.cta-section-web-hosting-plans {
    padding: 4rem 0;
    color: white;
}




.cta-content-web-hosting-plans {
    max-width: 64rem;
    margin: 0 auto;
    text-align: center;
    padding: 0 1rem;
}


.cta-title-web-hosting-plans {
	color: #fff;
    font-size: 2rem;
    margin-bottom: 2rem;
}


.cta-subtitle-web-hosting-plans {
    font-size: 1.25rem;
    margin-bottom: 2.5rem;
    color: #e5e7eb;
}

.cta-buttons-web-hosting-plans {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    justify-content: center;
}



/* Features Grid */
.features-grid-web-hosting-plans {
    display: grid;
    gap: 1.5rem;
}


.feature-card-web-hosting-plans {
    background-color: #f6f7f9;
    border-radius: 0.5rem;
    padding: 1.5rem;
}

.feature-content-web-hosting-plans {
    display: flex;
    align-items: flex-start;
}

.feature-check-web-hosting-plans {
    width: 1.5rem;
    height: 1.5rem;
    color: #5164ae;
    margin-right: 1rem;
    flex-shrink: 0;
    margin-top: 0.25rem;
}

.feature-title-web-hosting-plans {
    font-size: 1.125rem;
    font-weight: 600;
    color: #2d3669;
    margin-bottom: 0.5rem;
    line-height: 1.3;
}

.feature-description-web-hosting-plans {
    color: #444444;
    line-height: 1.75;
	margin-bottom: 0;
}
.features-core-hosting h3{
	margin: 0;
}
.features-core-hosting{
	display: flex;
	align-items: center;
	gap: 10px;
	
}
.features-core-hosting {
	color: #2d3669;
	font-size: 20px;
	
}
/* Add-ons Grid */
.addons-grid-web-hosting-plans {
    display: grid;
    gap: 1.5rem;
    max-width: 96rem;
    margin: 0 auto;
}

.addon-card-web-hosting-plans {
    background-color: white;
    border-radius: 0.75rem;
    padding: 2rem;
    border-top: 4px solid #f37a6f;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.addon-content-web-hosting-plans {
    display: flex;
    align-items: flex-start;
}

.addon-icon-web-hosting-plans {
    width: 3rem;
    height: 3rem;
    background-color: #f37a6f;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    flex-shrink: 0;
}

.addon-icon-web-hosting-plans i {
    font-size: 24px;
    color: white;
}

.addon-title-web-hosting-plans {
    font-size: 1.25rem;
    font-weight: bold;
    color: #2d3669;
    margin-bottom: 0.75rem;
    line-height: 1.3;
}

.addon-description-web-hosting-plans {
    color: #444444;
    line-height: 1.75;
}

.addon-items-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.addon-item-web-hosting-plans {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
}

.addon-item-web-hosting-plans i {
  color: #f37a6f;
  font-size: 0.8rem;
  margin-top: 0.2rem;
  flex-shrink: 0;
}

.addon-item-web-hosting-plans strong {
  color: #2d3669;
  font-weight: 600;
  font-size: 0.95rem;
  display: block;
  margin-bottom: 0.25rem;
}

.addon-item-web-hosting-plans p {
  color: #6c757d;
  font-size: 0.85rem;
  line-height: 1.5;
  margin: 0;
}

/* Benefits Grid */
.benefits-grid-web-hosting-plans {
    display: grid;
    gap: 2rem;
}



.benefit-item-web-hosting-plans {
    text-align: center;
}

.benefit-icon-web-hosting-plans {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem auto;
    transition: transform 0.3s ease;
}

.benefit-item-web-hosting-plans:hover .benefit-icon-web-hosting-plans {
    transform: scale(1.1);
}

.gradient-orange-web-hosting-plans {
    background: linear-gradient(135deg, #f37a6f, #e85f54);
}

.gradient-blue-web-hosting-plans {
    background: linear-gradient(135deg, #5164ae, #2d3669);
}

.benefit-icon-web-hosting-plans i {
    width: 2rem;
    height: 2rem;
    color: white;
}

.benefit-title-web-hosting-plans {
    font-size: 1.25rem;
    font-weight: bold;
    color: #2d3669;
    margin-bottom: 1rem;
}

.benefit-description-web-hosting-plans {
    color: #444444;
    line-height: 1.75;
}
/* Why Choose Grid */
.why-choose-grid-web-hosting-plans {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    margin-bottom: 48px;
}

/* Feature Lists */
.feature-list-web-hosting-plans {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.feature-item i {
    color: #5164ae;
    font-size: 20px;
    margin-top: 2px;
    flex-shrink: 0;
}

.feature-item span {
    font-size: 18px;
    color: #444444;
    line-height: 1.5;
}
.section-header-web-hosting-plans {
    text-align: center;
    margin-bottom: 64px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/*---------- Business Hosting Plan Styles-----------------*/

/* Container */
.container-web-hosting-business {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

/* Typography */
h1.hero-title-web-hosting-business {
    color: #fff !important;
}

.section-title-web-hosting-business {
    font-size: 2rem;
    color: #2d3669;
    margin-bottom: 1.5rem;
}

.section-subtitle-web-hosting-business {
    font-size: 1.125rem;
    color: #444444;
    max-width: 48rem;
    margin: 0 auto;
}

.section-subtitle-web-hosting-business.wide {
    max-width: 64rem;
}

.large-text-web-hosting-business {
    font-size: 1.125rem;
    color: #444444;
    line-height: 1.75;
}

.text-bold-web-hosting-business {
    color: #2d3669;
    font-weight: 600;
}

.text-accent-web-hosting-business {
    color: #f37a6f;
}

/* Sections */
.section-web-hosting-business {
    padding: 4rem 0;
}

.bg-light-web-hosting-business {
    background-color: #f3f3f3;
}

.section-header-web-hosting-business {
    margin-bottom: 3rem;
}

.text-center-web-hosting-business {
    text-align: center;
}

.max-width-content-web-hosting-business {
    max-width: 64rem;
    margin: 0 auto;
}

.accent-line-web-hosting-business {
    width: 4rem;
    height: 0.25rem;
    background-color: #f37a6f;
    margin: 0 auto 3rem auto;
}

/* Hero Section */
.hero-web-hosting-business {
    position: relative;
    background: linear-gradient(135deg, #2d3669 0%, #5164ae 50%, #2d3669 100%);
    color: white;
    overflow: hidden;
    padding: 4rem 0;
}

.hero-overlay-web-hosting-business {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.1);
}

.hero-content-web-hosting-business {
    position: relative;
    z-index: 10;
}

.hero-grid-web-hosting-business {
    display: grid;
    gap: 3rem;
    align-items: center;
}

.hero-badge-web-hosting-business {
    display: inline-block;
    margin-bottom: 3.5rem;
}

.hero-badge-web-hosting-business span {
    font-size: 18px !important;
    background-color: #f37a6f;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 9999px;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.hero-title-web-hosting-business {
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: 1.5rem;
}

.hero-price-web-hosting-business {
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

.price-highlight-web-hosting-business {
    color: #f37a6f;
    font-weight: bold;
}

.hero-description-web-hosting-business {
    font-size: 1.125rem;
    color: #d1d5db;
    line-height: 1.75;
    max-width: 36rem;
    margin-bottom: 2rem;
}

.hero-buttons-web-hosting-business {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding-top: 1rem;
}

.card-glass-web-hosting-business {
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(8px);
    border-radius: 1rem;
    padding: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.card-glass-web-hosting-business h3 {
    color: #fff;
    font-size: 1.5rem;
    margin-bottom: 2rem;
}

.feature-list-web-hosting-business {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    text-align: left;
}

.feature-item-web-hosting-business {
    display: flex;
    align-items: center;
    gap: 15px;
}

.feature-item-web-hosting-business i {
    color: #f37a6f;
    font-size: 24px;
}

.feature-item-web-hosting-business span {
    font-size: 18px;
}

/* Buttons */
.hero-buttons-web-hosting-business .btn-common {
    padding-left: 0;
}

a.btn-web-hosting-business {
    color: #fff;
    font-size: 19px;
    background: #f37a6f;
    padding: 15px;
    border-radius: 5px;
    transition: .3s;
    font-family: 'Segoe UI Bold';
    white-space: nowrap;
    display: inline-block;
    line-height: 20px;
    display: flex !important;
    align-items: center !important;
    gap: 7px !important;
}

.btn-web-hosting-business:hover {
    border: 1px solid #bd2d10;
    background-color: #bd2d10;
    color: #fff;
}

.btn-cta-primary-web-hosting-business a {
    color: #fff;
    font-size: 19px;
    background: #f37a6f;
    padding: 15px;
    border: 1px solid #f37a6f;
    border-radius: 5px;
    transition: .3s;
    font-family: 'Segoe UI Bold';
    white-space: nowrap;
    display: inline-block;
    line-height: 20px;
}

.btn-cta-primary-web-hosting-business a:hover {
    background: #bd2d10 !important;
    border-color: #bd2d10;
}

.btn-cta-secondary-web-hosting-business a {
    border: 1px solid white;
    color: #fff;
    background-color: transparent;
    font-size: 19px;
    padding: 15px;
    border-radius: 5px;
    transition: .3s;
    font-family: 'Segoe UI Bold';
    white-space: nowrap;
    display: inline-block;
    line-height: 20px;
}

.btn-cta-secondary-web-hosting-business a:hover {
	color: #fff;
    background: rgba(255, 255, 255, 0.1) !important;
    border-color: rgba(255, 255, 255, 0.7);
}

/* what's included section - Two Column Grid */
.features-grid-web-hosting-business {
    display: grid;
    gap: 1.5rem;
}

.feature-card-web-hosting-business:last-child:nth-child(odd) {
    grid-column: 1 / -1;
}

.feature-card-web-hosting-business {
    background-color: #f6f7f9;
    border-radius: 0.5rem;
    padding: 1.5rem;
}

.two-column-grid-web-hosting-business {
    display: grid;
    gap: 3rem;
    align-items: start;
}

.right-column-web-hosting-business {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

/* Checklist */
.checklist-web-hosting-business {
    display: flex;
    flex-direction: column;
}

.check-item-web-hosting-business {
    display: flex;
    align-items: center;
    gap: 15px;
}

.check-item-web-hosting-business i {
    font-size: 24px;
    color: #5163ae;
}

.check-item-web-hosting-business p {
    color: #444444;
    line-height: 1.75;
}

/* Highlight Card */
.highlight-card-web-hosting-business {
    background: linear-gradient(135deg, #dbeafe 0%, #fed7cc 100%);
    border-radius: 16px;
    padding: 32px;
    text-align: center;
}

.highlight-icon-web-hosting-business {
    width: 80px;
    height: 80px;
    margin: 0 auto 24px;
    border-radius: 50%;
    background-color: rgba(81, 100, 174, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.highlight-icon-web-hosting-business i {
    font-size: 40px;
    color: #5164ae;
}

.highlight-title-web-hosting-business {
    font-size: 24px;
    font-weight: bold;
    color: #2d3669;
    margin-bottom: 16px;
}

.highlight-description-web-hosting-business {
    font-size: 18px;
    color: #444444;
    line-height: 1.6;
}

/* What Makes It Different Section */
.what-makes-section-web-hosting-business {
    background-color: #f6f7f9;
}

/* CTA Section */
.cta-section-web-hosting-business {
    padding: 4rem 0;
    background: linear-gradient(135deg, #2d3669 0%, #5164ae 50%, #2d3669 100%);
    color: white;
}

.cta-content-web-hosting-business {
    max-width: 64rem;
    margin: 0 auto;
    text-align: center;
    padding: 0 1rem;
}

.cta-title-web-hosting-business {
    color: #fff;
    font-size: 2rem;
    margin-bottom: 2rem;
}

.cta-subtitle-web-hosting-business {
    font-size: 1.25rem;
    margin-bottom: 2.5rem;
    color: #e5e7eb;
}

.cta-buttons-web-hosting-business {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    justify-content: center;
    align-items: center;
}

/* Features Grid */
.features-grid-web-hosting-business {
    display: grid;
    gap: 1.5rem;
}

.feature-card-web-hosting-business {
    background-color: #f6f7f9;
    border-radius: 0.5rem;
    padding: 1.5rem;
}

.feature-content-web-hosting-business {
    display: flex;
    align-items: flex-start;
}

.feature-title-web-hosting-business {
    font-size: 1.125rem;
    font-weight: 600;
    color: #2d3669;
    margin-bottom: 0.5rem;
    line-height: 1.3;
}

.feature-description-web-hosting-business {
    color: #444444;
    line-height: 1.75;
    margin-bottom: 0;
}

.features-business-hosting h3 {
    margin: 0;
}

.features-business-hosting {
    display: flex;
    align-items: center;
    gap: 10px;
}

.features-business-hosting i {
    color: #2d3669;
    font-size: 20px;
}

/* Add-ons Grid with Categories */
.addon-category-web-hosting-business {
    margin-bottom: 3rem;
}

.addon-category-title-web-hosting-business {
    font-size: 1.5rem;
    font-weight: bold;
    color: #2d3669;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.addon-category-title-web-hosting-business i {
    color: #f37a6f;
    font-size: 1.75rem;
}

.addons-grid-web-hosting-business {
    display: grid;
    gap: 1.5rem;
    max-width: 96rem;
    margin: 0 auto;
}

.addon-card-web-hosting-business {
    background-color: white;
    border-radius: 0.75rem;
    padding: 2rem;
    border-top: 4px solid #f37a6f;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.addon-content-web-hosting-business {
    display: flex;
    align-items: flex-start;
}

.addon-icon-web-hosting-business {
    width: 3rem;
    height: 3rem;
    background-color: #f37a6f;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    flex-shrink: 0;
}

.addon-icon-web-hosting-business i {
    font-size: 20px;
    color: white;
}

.addon-title-web-hosting-business {
    font-size: 1.125rem;
    font-weight: bold;
    color: #2d3669;
    margin-bottom: 0.75rem;
    line-height: 1.3;
}

.addon-description-web-hosting-business {
    color: #444444;
    line-height: 1.75;
}

/* Add-ons Grid with Categories */
.addon-category-web-hosting-business {
    margin-bottom: 3rem;
}

.addon-category-title-web-hosting-business {
    font-size: 1.5rem;
    font-weight: bold;
    color: #2d3669;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.addon-category-title-web-hosting-business i {
    color: #f37a6f;
    font-size: 1.75rem;
}

.addons-grid-web-hosting-business {
    display: grid;
    gap: 1.5rem;
    max-width: 96rem;
    margin: 0 auto;
}

.addon-card-web-hosting-business:last-child:nth-child(odd) {
    grid-column: 1 / -1;
}

.addon-card-web-hosting-business {
    background-color: white;
    border-radius: 0.75rem;
    padding: 2rem;
    border-top: 4px solid #f37a6f;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* Why Choose Grid */
.why-choose-grid-web-hosting-business {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    margin-bottom: 48px;
}

.feature-list-web-hosting-business {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.feature-item-business {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.feature-item-business i {
    color: #5164ae;
    font-size: 20px;
    margin-top: 2px;
    flex-shrink: 0;
}

.feature-item-business span {
    font-size: 18px;
    color: #444444;
    line-height: 1.5;
}

/*------  Enterprise+ Web Hosting Plan Styles------*/

/* Container */
.container-web-hosting-enterprise {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

/* Typography */
h1.hero-title-web-hosting-enterprise {
    color: #fff !important;
}

.section-title-web-hosting-enterprise {
    font-size: 2rem;
    color: #2d3669;
    margin-bottom: 1.5rem;
}

.subsection-title-web-hosting-enterprise {
    font-size: 1.5rem;
    color: #2d3669;
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.section-subtitle-web-hosting-enterprise {
    font-size: 1.125rem;
    color: #444444;
    max-width: 48rem;
    margin: 0 auto;
}

.section-subtitle-web-hosting-enterprise.wide {
    max-width: 64rem;
}

.large-text-web-hosting-enterprise {
    font-size: 1.125rem;
    color: #444444;
    line-height: 1.75;
    margin-bottom: 1rem;
}

.text-bold-web-hosting-enterprise {
    color: #2d3669;
    font-weight: 600;
}

.text-accent-web-hosting-enterprise {
    color: #f37a6f;
}

/* Sections */
.section-web-hosting-enterprise{
	
}
.section-web-hosting-enterprise {
    padding: 4rem 0;
	background:#f3f3f3;
}

.bg-light-web-hosting-enterprise {
    background-color: #fff;
}

.section-header-web-hosting-enterprise {
    margin-bottom: 3rem;
}

.text-center-web-hosting-enterprise {
    text-align: center;
}

.max-width-content-web-hosting-enterprise {
    max-width: 64rem;
    margin: 0 auto;
}

.accent-line-web-hosting-enterprise {
    width: 4rem;
    height: 0.25rem;
    background-color: #f37a6f;
    margin: 0 auto 3rem auto;
}

/* Hero Section */
.hero-web-hosting-enterprise {
    position: relative;
    background: linear-gradient(135deg, #2d3669 0%, #5164ae 50%, #2d3669 100%);
    color: white;
    overflow: hidden;
    padding: 4rem 0;
}

.hero-overlay-web-hosting-enterprise {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.1);
}

.hero-content-web-hosting-enterprise {
    position: relative;
    z-index: 10;
}

.hero-grid-web-hosting-enterprise {
    display: grid;
    gap: 3rem;
    align-items: center;
}

.hero-badge-web-hosting-enterprise {
    display: inline-block;
    margin-bottom: 3.5rem;
}

.hero-badge-web-hosting-enterprise span {
    font-size: 18px !important;
    background-color: #f37a6f;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 9999px;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.hero-title-web-hosting-enterprise {
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: 1.5rem;
}

.hero-price-web-hosting-enterprise {
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

.price-highlight-web-hosting-enterprise {
    color: #f37a6f;
    font-weight: bold;
    font-size: 1.5rem;
}

.hero-description-web-hosting-enterprise {
    font-size: 1.125rem;
    color: #d1d5db;
    line-height: 1.75;
    max-width: 36rem;
    margin-bottom: 2rem;
}

.hero-buttons-web-hosting-enterprise {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding-top: 1rem;
}

.card-glass-web-hosting-enterprise {
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(8px);
    border-radius: 1rem;
    padding: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.card-glass-web-hosting-enterprise h3 {
    color: #fff;
    font-size: 1.5rem;
    margin-bottom: 2rem;
}

.feature-list-web-hosting-enterprise {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    text-align: left;
}

.feature-item-web-hosting-enterprise {
    display: flex;
    align-items: center;
    gap: 15px;
}

.feature-item-web-hosting-enterprise i {
    color: #f37a6f;
    font-size: 24px;
}

.feature-item-web-hosting-enterprise span {
    font-size: 18px;
}

/* Buttons */
.hero-buttons-web-hosting-enterprise .btn-common {
    padding-left: 0;
}

a.btn-web-hosting-enterprise {
    color: #fff;
    font-size: 19px;
    background: #f37a6f;
    padding: 15px;
    border-radius: 5px;
    transition: .3s;
    font-family: 'Segoe UI Bold';
    white-space: nowrap;
    display: inline-block;
    line-height: 20px;
    display: flex !important;
    align-items: center !important;
    gap: 7px !important;
}

.btn-web-hosting-enterprise:hover {
    border: 1px solid #bd2d10;
    background-color: #bd2d10;
    color: #fff;
}

/* Two Column Grid */
.two-column-grid-web-hosting-enterprise {
    display: grid;
    gap: 3rem;
    align-items: start;
}

.right-column-web-hosting-enterprise {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

/* Checklist */
.checklist-web-hosting-enterprise {
    display: flex;
    flex-direction: column;
    margin-bottom: 1.5rem;
}

.check-item-web-hosting-enterprise {
    display: flex;
    align-items: center;
    gap: 15px;
}

.check-item-web-hosting-enterprise i {
    font-size: 24px;
    color: #5163ae;
}

.check-item-web-hosting-enterprise p {
    color: #444444;
    line-height: 1.75;
}

/* Highlight Card */
.highlight-card-web-hosting-enterprise {
    background: linear-gradient(135deg, #dbeafe 0%, #fed7cc 100%);
    border-radius: 16px;
    padding: 32px;
    text-align: center;
}

.highlight-card-large-web-hosting-enterprise {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.highlight-icon-web-hosting-enterprise {
    width: 80px;
    height: 80px;
    margin: 0 auto 24px;
    border-radius: 50%;
    background-color: rgba(81, 100, 174, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.highlight-icon-web-hosting-enterprise i {
    font-size: 40px;
    color: #5164ae;
}

.highlight-title-web-hosting-enterprise {
    font-size: 24px;
    font-weight: bold;
    color: #2d3669;
    margin-bottom: 16px;
}

.highlight-description-web-hosting-enterprise {
    font-size: 18px;
    color: #444444;
    line-height: 1.6;
}

/* CTA Section */
.cta-section-web-hosting-enterprise {
    padding: 4rem 0;
    background: linear-gradient(135deg, #2d3669 0%, #5164ae 50%, #2d3669 100%);
    color: white;
}

.cta-content-web-hosting-enterprise {
    max-width: 80rem;
    margin: 0 auto;
    padding: 0 1rem;
}

.cta-title-web-hosting-enterprise {
    color: #fff;
    font-size: 2rem;
    margin-bottom: 1.5rem;
    text-align: center;
}

.cta-subtitle-web-hosting-enterprise {
    font-size: 1.25rem;
    margin-bottom: 3rem;
    color: #e5e7eb;
    text-align: center;
}

.cta-grid-web-hosting-enterprise {
    display: grid;
    gap: 2rem;
    margin-bottom: 3rem;
}

.cta-card-web-hosting-enterprise {
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    padding: 2rem;
    text-align: center;
    transition: all 0.3s ease;
}

.cta-card-web-hosting-enterprise:hover {
    background-color: rgba(255, 255, 255, 0.15);
    transform: translateY(-4px);
}

.cta-card-web-hosting-enterprise h3 {
    color: #fff;
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.cta-card-web-hosting-enterprise p {
    color: #e5e7eb;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.cta-link-web-hosting-enterprise {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #f37a6f;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.cta-link-web-hosting-enterprise:hover {
    color: #fff;
    gap: 1rem;
}

.cta-bonus-web-hosting-enterprise {
    background-color: rgba(243, 122, 111, 0.1);
    border: 1px solid rgba(243, 122, 111, 0.3);
    border-radius: 8px;
    padding: 1.5rem;
    text-align: center;
}

.cta-bonus-web-hosting-enterprise p {
    color: #fff;
    font-size: 1rem;
    line-height: 1.6;
    margin: 0;
}

.cta-bonus-web-hosting-enterprise strong {
    color: #f37a6f;
}

/* Features Grid */
.features-grid-web-hosting-enterprise {
    display: grid;
    gap: 1.5rem;
}

.feature-card-web-hosting-enterprise:last-child:nth-child(odd) {
    grid-column: 1 / -1;
}

.feature-card-web-hosting-enterprise {
    background-color: #f3f3f3;
    border-radius: 0.5rem;
    padding: 1.5rem;
}

.feature-content-web-hosting-enterprise {
    display: flex;
    align-items: flex-start;
}

.feature-title-web-hosting-enterprise {
    font-size: 1.125rem;
    font-weight: 600;
    color: #2d3669;
    margin-bottom: 0.5rem;
    line-height: 1.3;
}

.feature-description-web-hosting-enterprise {
    color: #444444;
    line-height: 1.75;
    margin-bottom: 0;
}

.features-enterprise-hosting h3 {
    margin: 0;
}

.features-enterprise-hosting {
    display: flex;
    align-items: center;
    gap: 10px;
}

.features-enterprise-hosting i {
    color: #2d3669;
    font-size: 20px;
}

/* Add-ons Grid with Categories */
.addon-category-web-hosting-enterprise {
    margin-bottom: 4rem;
}

.addon-category-title-web-hosting-enterprise {
    font-size: 1.5rem;
    font-weight: bold;
    color: #2d3669;
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.addon-category-title-web-hosting-enterprise i {
    color: #f37a6f;
    font-size: 1.75rem;
}

.addon-category-description-web-hosting-enterprise {
    font-size: 1rem;
    color: #666;
    margin-bottom: 1.5rem;
    font-style: italic;
}

.addons-grid-web-hosting-enterprise {
    display: grid;
    gap: 1.5rem;
    max-width: 96rem;
    margin: 0 auto;
}

.addon-card-web-hosting-enterprise:last-child:nth-child(odd) {
    grid-column: 1 / -1;
}

.addon-card-web-hosting-enterprise {
    background-color: white;
    border-radius: 0.75rem;
    padding: 2rem;
    border-top: 4px solid #f37a6f;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.addon-content-web-hosting-enterprise {
    display: flex;
    align-items: flex-start;
}

.addon-icon-web-hosting-enterprise {
    width: 3rem;
    height: 3rem;
    background-color: #f37a6f;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    flex-shrink: 0;
}

.addon-icon-web-hosting-enterprise i {
    font-size: 20px;
    color: white;
}

.addon-title-web-hosting-enterprise {
    font-size: 1.125rem;
    font-weight: bold;
    color: #2d3669;
    margin-bottom: 0.75rem;
    line-height: 1.3;
}

.addon-description-web-hosting-enterprise {
    color: #444444;
    line-height: 1.75;
}

/* Why Choose Grid */
.why-choose-grid-web-hosting-enterprise {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
}

.feature-list-web-hosting-enterprise {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.feature-item-enterprise {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.feature-item-enterprise i {
    color: #5164ae;
    font-size: 20px;
    margin-top: 2px;
    flex-shrink: 0;
}

.feature-item-enterprise span {
    font-size: 18px;
    color: #444444;
    line-height: 1.5;
}



/*----------------
==============  End CSS Web Hosting Page New -> Core Support, Business and Enterprise+
------------------*/

/*----------------
==============  START Telephony Page - 3CX Phone Systems
------------------*/
/* Header*/
.telephony--hero-section {
  background: linear-gradient(rgb(13 34 65 / 50%),rgb(13 34 65 / 50%)), url(/Portals/0/Images/telephony-page/telephony-header-image.png) no-repeat center/cover;
  height: 250px;
  position: relative;
  background-position-y:0;
}
/* Telephony Row Topper Section */
.telephony-header {
    background: url('your-background-image.jpg') center center / cover no-repeat;
    position: relative;
    padding: 80px 0 60px;
    min-height: 400px;
}

.telephony-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    z-index: 2;
}

.telephony-box {
    background: #fff;
    border-radius: 5px;
    padding: 50px 60px;
    width: 100%;
	margin-top: -100px;
}

.telephony-content {
    text-align: center;
}

.telephony-title h1 {
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 42px;
    color: #2d3669;
    margin-bottom: 30px;
    line-height: 1.3;
    font-weight: bold;
}

.telephony-highlight {
    color: #f37a6f;
}

.telephony-text {
    font-family: 'Segoe UI', sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #444444;
    text-align: center;
}

.telephony-text p {
    margin-bottom: 20px;
}

.telephony-text strong {
    font-weight: 600;
    color: #2d3669;
}

/* Why AtoZinIT Stands Out Section */

.telephony-standout-container {
    max-width: 1200px;
    margin: 0 auto;
	padding-top: 60px;
}

.telephony-standout-intro {
    text-align: center;
    margin-bottom: 60px;
}

.telephony-standout-title {
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 38px;
    color: #2d3669;
    margin-bottom: 25px;
    font-weight: bold;
}

.telephony-standout-description {
    font-family: 'Segoe UI', sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #444444;
    max-width: 1100px;
    margin: 0 auto;
}

/* Advantage Wrapper */
.telephony-advantage-wrapper {
    display: flex;
    gap: 50px;
    align-items: flex-start;
}

.telephony-advantage-content {
    flex: 1;
}

.telephony-advantage-title {
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 32px;
    color: #2d3669;
    margin-bottom: 40px;
    font-weight: bold;
}

.telephony-advantage-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.telephony-advantage-item {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.telephony-advantage-icon {
    flex-shrink: 0;
}

.telephony-advantage-icon i {
    font-size: 25px;
    color: #f37a6f;
}


.telephony-advantage-text h4 {
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 18px;
    color: #2d3669;
    margin-bottom: 0;
    font-weight: bold;
    display: inline;
    margin-right: 8px;
}

.telephony-advantage-text p {
    font-family: 'Segoe UI', sans-serif;
    font-size: 15px;
    line-height: 1.7;
    color: #444444;
    margin: 0;
    display: inline;
}

.telephony-advantage-image {
    flex: 0 0 45%;
    max-width: 550px;
}

.telephony-advantage-image img {
    width: 100%;
    height: auto;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    clip-path: inset(0 0 85px 0); /* cut 85px bottom */
}

/* Comprehensive 3CX Telephony System Services Section */
.telephony-comprehensive-section {
    background-color: #ffffff;
    padding: 80px 0;
}

.telephony-comprehensive-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.telephony-comprehensive-header {
    text-align: center;
    margin-bottom: 25px;
}

.telephony-comprehensive-title {
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 38px;
    color: #2d3669;
    margin-bottom: 20px;
    font-weight: bold;
}

.telephony-comprehensive-subtitle {
    font-family: 'Segoe UI', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #444444;
}

/* Content Wrapper */
.telephony-comprehensive-content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Row Layout */
.telephony-comprehensive-row {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: flex-start;
}

/* Images */
.telephony-comprehensive-image-left,
.telephony-comprehensive-image-right {
    max-width: 50%;
}

.telephony-comprehensive-image-left img,
.telephony-comprehensive-image-right img {
    width: 100%;
    display: block;
    max-height: 800px;   
    height: auto;
}
.telephony-comprehensive-image-left img{
	clip-path: inset(45px 0 0px 0);
}
.telephony-comprehensive-image-right img{
	clip-path:inset(0px 0 136px 0);
}
/* Content Areas */
.telephony-comprehensive-content-right,
.telephony-comprehensive-content-left {
    flex: 1;
    max-width: 535px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 65px 40px;
}

.telephony-comprehensive-content-right {
    padding-left: 60px;
}

.telephony-comprehensive-content-left {
    padding-right: 60px;
}

/* Service Items */
.telephony-service-item {
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

.telephony-service-bullet {
    flex-shrink: 0;
    width: 8px;
    height: 8px;
    background-color: #f37a6f;
    border-radius: 50%;
    margin-top: 8px;
}

.telephony-service-text {
    flex: 1;
}

.telephony-service-text h4 {
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 16px;
    color: #2d3669;
    margin: 0;
    margin-right: 6px;
    font-weight: bold;
    display: inline;
}

.telephony-service-text p {
    font-family: 'Segoe UI', sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: #444444;
    margin: 0;
    display: inline;
}

/* Benefits Section */
.telephony-benefits-section {
    background-color: #f3f3f3;
    padding: 80px 0;
}

.telephony-benefits-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.telephony-benefits-header {
    text-align: center;
    margin-bottom: 60px;
}

.telephony-benefits-title {
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 42px;
    color: #2d3669;
    margin-bottom: 20px;
    font-weight: bold;
}

.telephony-benefits-subtitle {
    font-family: 'Segoe UI', sans-serif;
    font-size: 18px;
    color: #444444;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
}

.telephony-benefits-subtitle strong {
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-weight: bold;
    color: #2d3669;
}

.telephony-benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.telephony-benefit-card {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/*.telephony-benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.12);
}*/

.telephony-benefit-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.telephony-benefit-icon {
    width: 60px;
    height: 60px;
    background-color: #f37a6f;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.telephony-benefit-icon i {
    color: #ffffff;
    font-size: 28px;
}

.telephony-benefit-title {
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 24px;
    color: #2d3669;
    margin: 0;
    font-weight: bold;
}

.telephony-benefit-text {
    font-family: 'Segoe UI', sans-serif;
    font-size: 16px;
    color: #444444;
    line-height: 1.6;
    margin: 0;
}

.telephony-benefit-text strong {
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-weight: bold;
    color: #2d3669;
}



/* MSP Comparison Section */
.msp-comparison-section {
    background-color: #ffffff;
    padding: 80px 0;
}

.msp-comparison-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.msp-comparison-header {
    text-align: center;
    margin-bottom: 60px;
}

.msp-comparison-title {
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 38px;
    color: #2d3669;
    margin-bottom: 20px;
    font-weight: bold;
}

.msp-comparison-subtitle {
    font-family: 'Segoe UI', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #444444;
    max-width: 900px;
    margin: 0 auto;
}

/* MSP Comparison Grid */
.msp-comparison-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

/* MSP Comparison Card */
.msp-comparison-card {
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    padding: 50px 40px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

/*.msp-comparison-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}*/

.msp-comparison-icon {
    width: 64px;
    height: 64px;
    background-color: #f37a6f;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
}

.msp-comparison-icon i {
    color: #ffffff;
    font-size: 28px;
}

.msp-comparison-card-title {
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 24px;
    color: #2d3669;
    margin-bottom: 20px;
    font-weight: bold;
}

.msp-comparison-card-text {
    font-family: 'Segoe UI', sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: #444444;
    margin: 0;
}


/* Transform Communications Section */
.telephony-transform-section {
    background-color: #5164ae;
    padding: 80px 0;
    color: #ffffff;
	margin-bottom: -25px;
}

.telephony-transform-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    text-align: center;
}

.telephony-transform-title {
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 42px;
    color: #ffffff;
    margin-bottom: 40px;
    font-weight: bold;
}

.telephony-transform-intro {
    margin-bottom: 30px;
}

.telephony-transform-text {
    font-family: 'Segoe UI', sans-serif;
    font-size: 17px;
    line-height: 1.8;
    color: #ffffff;
    max-width: 1100px;
    margin: 0 auto;
}

.telephony-transform-text strong {
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-weight: bold;
	color:#fff;
}

.telephony-transform-cta-text {
    font-family: 'Segoe UI', sans-serif;
    font-size: 17px;
    line-height: 1.8;
    color: #ffffff;
    max-width: 1000px;
    margin: 0 auto 40px;
}

.telephony-transform-cta-text strong {
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-weight: bold;
	color:#fff;
}

.telephony-transform-subtext {
    font-family: 'Segoe UI', sans-serif;
    font-size: 16px;
    color: #ffffff;
    margin: 50px;
}

/* Transform Services Grid */
.telephony-transform-services-grid {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 50px;
}

.telephony-transform-service-item {
    text-align: center;
    flex: 0 0 auto;
    width: 250px;
}

.telephony-transform-service-icon {
    width: 80px;
    height: 80px;
    background-color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    transition: transform 0.3s ease;
}


.telephony-transform-service-icon i {
    color: #5164ae;
    font-size: 32px;
}

.telephony-transform-service-title {
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.telephony-transform-service-title a:hover{
	color: #f37a6f;
}
.telephony-transform-service-title a:active,
.telephony-transform-service-title a:focus{
	color: #fff;
}
.telephony-transform-service-location {
    font-family: 'Segoe UI', sans-serif;
    font-size: 15px;
    color: #ffffff;
    opacity: 0.9;
	margin:0;
}

.telephony-transform-footer-text {
    font-family: 'Segoe UI', sans-serif;
    font-size: 16px;
    color: #ffffff;
    margin: 0;
}

.telephony-transform-footer-text strong{
	color: #f37a6f;
    font-weight: 600;
    font-size: 20px;
}
/*----------------
==============  End CSS Telephony Page
------------------*/


/*----------------
==============  START 3CX Hosting Page
------------------*/
/* Hero Section */
.hosting-hero-section {
  background: linear-gradient(rgb(13 34 65 / 50%),rgb(13 34 65 / 50%)), url(/Portals/0/Images/telephony-page/telephony-header-image.png) no-repeat center/cover;
  height: 250px;
  position: relative;
  background-position-y:0;
}

/* Header Section */
.hosting-header {
    background: url('your-background-image.jpg') center center / cover no-repeat;
    position: relative;
    padding: 80px 0 60px;
    min-height: 400px;
}

.hosting-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.85);
}

.hosting-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    z-index: 2;
}

.hosting-box {
    background: #fff;
    border-radius: 15px;
    padding: 50px 60px;
    width: 100%;
    margin-top: -100px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.hosting-content {
    text-align: center;
}

.hosting-title h1 {
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 42px;
    color: #2d3669;
    margin-bottom: 30px;
    line-height: 1.3;
    font-weight: bold;
}

.hosting-highlight {
    color: #f37a6f;
}

.hosting-text {
    font-family: 'Segoe UI', sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #444444;
    text-align: center;
}

.hosting-text p {
    margin-bottom: 20px;
}

.hosting-text strong {
    font-weight: 600;
    color: #2d3669;
}

/* Standout Section */
/* Why Charlotte Businesses Choose AtoZinIT Section */
.hosting-standout-section {
  /*background-color: #f6f7f9;*/
  padding: 80px 0;
  margin-top: -320px;
}

.hosting-standout-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 240px 15px 20px 15px;
}

.hosting-standout-intro {
  text-align: center;
  margin-bottom: 60px;
}

.hosting-standout-title {
  font-family: 'Segoe UI Bold', sans-serif !important;
  font-size: 38px;
  color: #2d3669;
  margin-bottom: 25px;
  font-weight: bold;
}

/* Advantage Wrapper - 50/50 Split */
.hosting-advantage-wrapper {
  display: flex;
  gap: 50px;
  align-items: flex-start;
}

.hosting-advantage-content {
  flex: 1;
  max-width: 50%;
}

.hosting-advantage-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.hosting-advantage-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.hosting-advantage-icon {
  flex-shrink: 0;
  margin-top: 4px;
}

.hosting-advantage-icon i {
  font-size: 25px;
  color: #f37a6f;
}

.hosting-advantage-text h4 {
  font-family: 'Segoe UI Bold', sans-serif !important;
  font-size: 18px;
  color: #2d3669;
  margin-bottom: 0;
  font-weight: bold;
  display: inline;
  margin-right: 8px;
}

.hosting-advantage-text p {
  font-family: 'Segoe UI', sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: #444444;
  margin: 0;
  display: inline;
}

/* Image Cropping - Show only RIGHT side (servers) */
.hosting-advantage-image {
	flex: 1;
    /*overflow: hidden;
    position: relative;
    min-height: 400px;*/
}

.image-crop-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

/*.hosting-advantage-image img {
	position: absolute;
    height: 100%;
    width: auto;
    min-width: 100%;
}*/

/* Comprehensive Section */
.hosting-comprehensive-section {
    background-color: #ffffff;
    padding-bottom:  0;
	margin-top: 65px;
}

.hosting-comprehensive-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.hosting-comprehensive-header {
    text-align: center;
    margin-bottom: 60px;
}

.hosting-comprehensive-title {
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 38px;
    color: #2d3669;
    margin-bottom: 20px;
    font-weight: bold;
}

.hosting-comprehensive-subtitle {
    font-family: 'Segoe UI', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #444444;
}

/* Content Wrapper */
.hosting-comprehensive-content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Row Layout */
.hosting-comprehensive-row {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: flex-start;
}

/* Images */
.hosting-comprehensive-image-left {
    flex: 1;
    max-width: 50%;
    overflow: hidden;
    position: relative;
    min-height: 400px;
}

.hosting-comprehensive-image-left img{
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    width: auto;
    min-width: 100%;
    object-fit: cover;
    object-position: left center;
}



/*Seamless Integration with Business Communications*/
.hosting-integration-section {
  background-color: #ffffff;
  padding: 65px 0;
  padding-bottom: 0;
}

.hosting-integration-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.hosting-integration-header {
  text-align: center;
  margin-bottom: 60px;
}

.hosting-integration-title {
  font-size: 38px;
  color: #2d3669;
  font-weight: bold;
}

.hosting-integration-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hosting-integration-row {
  display: flex;
  width: 100%;
  gap: 50px;
  align-items: flex-start;
}

.hosting-integration-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 70px;
  padding-top: 30px;
}

.hosting-integration-image {
  flex: 1;
  max-width: 50%;
}

.hosting-integration-image img {
	width: 100%;
    height: auto;
    display: block;
    clip-path: inset(0 0 33% 0);
	margin-bottom: -33%;
}

.hosting-integration-item {
  display: flex;
  gap: 15px;
  align-items: flex-start;
}

.hosting-integration-bullet {
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  background-color: #f37a6f;
  border-radius: 50%;
  margin-top: 8px;
}

.hosting-integration-content h4 {
  font-size: 16px;
  color: #2d3669;
  font-weight: bold;
  display: inline;
  margin-right: 6px;
}

.hosting-integration-content p {
  font-size: 16px;
  color: #444444;
  display: inline;
}


/*Performance Monitoring Section*/
.hosting-monitoring-section {
  background-color: #f8f9fa;
  padding: 65px 0;
  margin-top: 75px;
}

.hosting-monitoring-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.hosting-monitoring-header {
  text-align: center;
  margin-bottom: 60px;
}

.hosting-monitoring-title {
  font-size: 38px;
  color: #2d3669;
  font-weight: bold;
}

.hosting-monitoring-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hosting-monitoring-row {
  display: flex;
  width: 100%;
  gap: 50px;
  align-items: flex-start;
}

.hosting-monitoring-image {
  flex: 1;
  max-width: 50%;
  overflow: hidden; 
}

.hosting-monitoring-image img {
  width: 100%;
  height: auto;
  display: block;
  clip-path: inset(47% 0 8% 0);
  margin-top: -70%;
}
.hosting-monitoring-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
   padding-top: 20px;
}

.hosting-monitoring-item {
  display: flex;
  gap: 15px;
  align-items: flex-start;
}

.hosting-monitoring-bullet {
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  background-color: #f37a6f;
  border-radius: 50%;
  margin-top: 8px;
}

.hosting-monitoring-content h4 {
  font-size: 16px;
  color: #2d3669;
  font-weight: bold;
  display: inline;
  margin-right: 6px;
}

.hosting-monitoring-content p {
  font-size: 16px;
  color: #444444;
  display: inline;
}
/* Content Areas */
.hosting-comprehensive-content-right,
.hosting-comprehensive-content-left {
    flex: 1;
    max-width: 544px;
    display: flex;
    flex-direction: column;
    gap: 28px;
    padding: 20px 40px;
}

.hosting-comprehensive-content-right {
    padding-left: 60px;
}

.hosting-comprehensive-content-left {
    padding-right: 60px;
}

/* Service Items */
.hosting-service-item {
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

.hosting-service-bullet {
    flex-shrink: 0;
    width: 8px;
    height: 8px;
    background-color: #f37a6f;
    border-radius: 50%;
    margin-top: 8px;
}

.hosting-service-text {
    flex: 1;
}

.hosting-service-text h4 {
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 16px;
    color: #2d3669;
    margin: 0;
    margin-right: 6px;
    font-weight: bold;
    display: inline;
}

.hosting-service-text p {
    font-family: 'Segoe UI', sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: #444444;
    margin: 0;
    display: inline;
}

/* Benefits Section */
.hosting-benefits-section {
    background-color: #f3f3f3;
    padding: 80px 0;
	margin-top: 80px;
}

.hosting-benefits-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.hosting-benefits-header {
    text-align: center;
    margin-bottom: 60px;
}

.hosting-benefits-title {
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 42px;
    color: #2d3669;
    margin-bottom: 20px;
    font-weight: bold;
}

.hosting-benefits-subtitle {
    font-family: 'Segoe UI', sans-serif;
    font-size: 18px;
    color: #444444;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
}

.hosting-benefits-subtitle strong {
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-weight: bold;
    color: #2d3669;
}

.hosting-benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* Grid with 4 items - 2x2 layout */
.hosting-benefits-grid-2x2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.hosting-benefit-card {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hosting-benefit-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.hosting-benefit-icon {
    width: 60px;
    height: 60px;
    background-color: #f37a6f;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.hosting-benefit-icon i {
    color: #ffffff;
    font-size: 28px;
}

.hosting-benefit-title {
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 24px;
    color: #2d3669;
    margin: 0;
    font-weight: bold;
}

.hosting-benefit-text {
    font-family: 'Segoe UI', sans-serif;
    font-size: 16px;
    color: #444444;
    line-height: 1.6;
    margin: 0;
}

.hosting-benefit-text strong {
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-weight: bold;
    color: #2d3669;
}

/* Backup & Disaster Recovery Section */
.hosting-backup-section {
    background-color: #ffffff;
    padding-top:0;
}

.hosting-backup-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.hosting-backup-header {
    text-align: center;
    margin-bottom: 60px;
}

.hosting-backup-title {
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 38px;
    color: #2d3669;
    margin-bottom: 20px;
    font-weight: bold;
}

.hosting-backup-subtitle {
    font-family: 'Segoe UI', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #444444;
    max-width: 900px;
    margin: 0 auto;
}

/* Grid for 3 items - 2 on top, 1 full-width on bottom */
.hosting-backup-grid-3items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.hosting-backup-grid-3items .hosting-backup-card:nth-child(3) {
    grid-column: 1 / -1;
}

/* Backup Card */
.hosting-backup-card {
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    padding: 50px 40px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.hosting-backup-icon {
    width: 64px;
    height: 64px;
    background-color: #f37a6f;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
}

.hosting-backup-icon i {
    color: #ffffff;
    font-size: 28px;
}

.hosting-backup-card-title {
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 24px;
    color: #2d3669;
    margin-bottom: 20px;
    font-weight: bold;
}

.hosting-backup-card-text {
    font-family: 'Segoe UI', sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: #444444;
    margin: 0;
}

/* Transform Communications Section */
.hosting-transform-section {
    background-color: #5164ae;
    padding: 50px 0;
    color: #ffffff;
}

.hosting-transform-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    text-align: center;
}

.hosting-transform-title {
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 42px;
    color: #ffffff;
    font-weight: bold;
	margin-bottom: 0;
}

/*.hosting-transform-intro {
    margin-bottom: 30px;
}*/

.hosting-transform-text {
    font-family: 'Segoe UI', sans-serif;
    font-size: 17px;
    line-height: 1.8;
    color: #ffffff;
    max-width: 1100px;
    margin: 0 auto;
}

.hosting-transform-text strong {
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-weight: bold;
    color:#fff;
}

.hosting-transform-cta-text {
    font-family: 'Segoe UI', sans-serif;
    font-size: 17px;
    line-height: 1.8;
    color: #ffffff;
    max-width: 1000px;
    margin: 0 auto;
}

.hosting-transform-cta-text strong {
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-weight: bold;
    color:#fff;
}

.hosting-transform-subtext {
    font-family: 'Segoe UI', sans-serif;
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 50px;
}

/* Transform Services Grid */
.hosting-transform-services-grid {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.hosting-transform-service-item {
    text-align: center;
    flex: 0 0 auto;
    width: 250px;
}

.hosting-transform-service-icon {
    width: 80px;
    height: 80px;
    background-color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    transition: transform 0.3s ease;
}

.hosting-transform-service-icon i {
    color: #5164ae;
    font-size: 32px;
}

.hosting-transform-service-title {
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hosting-transform-service-title a:hover{
	color: #f37a6f;
}
.hosting-transform-service-title a:focus,
.hosting-transform-service-title a:active{
	color: #fff;
}

.hosting-transform-service-location {
    font-family: 'Segoe UI', sans-serif;
    font-size: 15px;
    color: #ffffff;
    opacity: 0.9;
	margin:0;
	padding:0;
}

.hosting-transform-footer-text {
    font-family: 'Segoe UI', sans-serif;
    font-size: 16px;
    color: #ffffff;
    margin: 0;
}

.hosting-transform-footer-text strong{
    color: #fff;
}



/*----------------
==============  End CSS 3CX Hosting Page
------------------*/

/*----------------
==============  START Support and Management Page
------------------*/
/* Header*/
.support-and-management--hero-section {
  background: linear-gradient(rgb(13 34 65 / 50%),rgb(13 34 65 / 50%)), url(/Portals/0/Images/support-and-management-page/support-management-header-image.png) no-repeat center/cover;
  height: 250px;
  position: relative;
  background-position-y:0;
}

/* Support and Management Row Topper Section */
.support-and-management-header {
    background: url('your-background-image.jpg') center center / cover no-repeat;
    position: relative;
    padding: 80px 0 60px;
    min-height: 400px;
}


.support-and-management-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    z-index: 2;
}

.support-and-management-box {
    background: #fff;
    border-radius: 5px;
    padding: 50px 60px;
    width: 100%;
    margin-top: -100px;
}

.support-and-management-content {
    text-align: center;
}

.support-and-management-title h1 {
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 42px;
    color: #2d3669;
    margin-bottom: 30px;
    line-height: 1.3;
    font-weight: bold;
}

.support-and-management-highlight {
    color: #f37a6f;
}

.support-and-management-text {
    font-family: 'Segoe UI', sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #444444;
    text-align: center;
}

.support-and-management-text p {
    margin-bottom: 20px;
}

.support-and-management-text strong {
    font-weight: 600;
    color: #2d3669;
}

/* What 3CX Support and Management Includes */
.support-and-management-standout-section {
    background-color: #f6f7f9;
    padding: 80px 0;
	margin-top: -400px;
}

.support-and-management-standout-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 290px 15px 20px 15px;
}

.support-and-management-standout-intro {
    text-align: center;
    margin-bottom: 60px;
}

.support-and-management-standout-title {
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 38px;
    color: #2d3669;
    margin-bottom: 25px;
    font-weight: bold;
}

.support-and-management-standout-description {
    font-family: 'Segoe UI', sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #444444;
    max-width: 1100px;
    margin: 0 auto;
}

/* Advantage Wrapper */
.support-and-management-advantage-wrapper {
    display: flex;
    gap: 50px;
    align-items: flex-start;
}

.support-and-management-advantage-content {
    flex: 1;
}

.support-and-management-advantage-title {
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 32px;
    color: #2d3669;
    margin-bottom: 40px;
    font-weight: bold;
}

.support-and-management-advantage-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
	padding-top: 20px;
}

.support-and-management-advantage-item {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.support-and-management-advantage-icon {
    flex-shrink: 0;
}

.support-and-management-advantage-icon i {
    font-size: 25px;
    color: #f37a6f;
}

.support-and-management-advantage-text h4 {
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 18px;
    color: #2d3669;
    margin-bottom: 0;
    font-weight: bold;
    display: inline;
    margin-right: 8px;
}

.support-and-management-advantage-text p {
    font-family: 'Segoe UI', sans-serif;
    font-size: 15px;
    line-height: 1.7;
    color: #444444;
    margin: 0;
    display: inline;
}

.support-and-management-advantage-image {
    flex: 0 0 45%;
    max-width: 550px;
}

.support-and-management-advantage-image img {
    width: 100%;
    height: auto;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
	clip-path: inset(0 0 30px 0);
}


/* Benefits Section */
.support-and-management-benefits-section {
    background-color: #ffffff;
    padding: 80px 0;
}

.support-and-management-benefits-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.support-and-management-benefits-header {
    text-align: center;
    margin-bottom: 60px;
}

.support-and-management-benefits-title {
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 42px;
    color: #2d3669;
    margin-bottom: 20px;
    font-weight: bold;
}

.support-and-management-benefits-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.support-and-management-benefit-card {
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    padding: 50px 40px;
    text-align: left;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.support-and-management-benefit-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.support-and-management-benefit-icon {
    width: 60px;
    height: 60px;
    background-color: #f37a6f;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.support-and-management-benefit-icon i {
    color: #ffffff;
    font-size: 28px;
}

.support-and-management-benefit-title {
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 24px;
    color: #2d3669;
    margin: 0;
    font-weight: bold;
}

.support-and-management-benefit-text {
    font-family: 'Segoe UI', sans-serif;
    font-size: 16px;
    color: #444444;
    line-height: 1.6;
    margin: 0;
}

/* DIY vs AtoZinIT Comparison Section */
.support-and-management-comparison-section {
    /*background-color: #f3f3f3;*/
    padding: 80px 0;
}

.support-and-management-comparison-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.support-and-management-comparison-header {
    text-align: center;
    margin-bottom: 40px;
}

.support-and-management-comparison-title {
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 38px;
    color: #2d3669;
    margin-bottom: 20px;
    font-weight: bold;
	text-align: center;
}

/*Ready for stress-free 3CX support and management?*/
.support-and-management-cta-button {
    display: inline-block;
    padding: 16px 48px;
    background: transparent;
    color: white;
    border: 1px solid white;
    border-radius: 5px;
    font-family: 'Segoe UI', sans-serif;
    font-weight: bold;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    margin-top: 20px;
}

.support-and-management-cta-button:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.1) !important;
    border-color: rgba(255, 255, 255, 0.7);
}

.support-and-management-cta-button i {
    margin-right: 10px;
	rotate: 180deg;
}

.support-and-management-transform-section {
    background-color: #5164ae;
    padding: 80px 0;
    color: #ffffff;
}

.support-and-management-transform-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    text-align: center;
}

.support-and-management-transform-title {
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 42px;
    color: #ffffff;
    margin-bottom: 40px;
    font-weight: bold;
}

.support-and-management-transform-intro {
    margin-bottom: 30px;
}

.support-and-management-transform-text {
    font-family: 'Segoe UI', sans-serif;
    font-size: 17px;
    line-height: 1.8;
    color: #ffffff;
    max-width: 1100px;
    margin: 0 auto;
}

.support-and-management-transform-cta-text {
    font-family: 'Segoe UI', sans-serif;
    font-size: 17px;
    line-height: 1.8;
    color: #ffffff;
    max-width: 1000px;
    margin: 0 auto 40px;
}
.support-and-management-transform-cta-text strong{
	color: #fff;
}

/*----------------
==============  End CSS Support and Management Page
------------------*/



/*----------------
==============  Start CSS Unified Communications (Chat, Video) Page
------------------*/

/* Hero Section */
.unified-communications-hero-section {
    background: linear-gradient(rgb(13 34 65 / 50%), rgb(13 34 65 / 50%)),
                url(/Portals/0/Images/telephony-page/telephony-header-image.png) no-repeat center/cover;
    height: 250px;
    position: relative;
    background-position-y: 0;
}

/* Row Topper Section */
.unified-communications-header {
    background: url('your-background-image.jpg') center center / cover no-repeat;
    position: relative;
    padding: 80px 0 60px;
    min-height: 400px;
}



.unified-communications-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    z-index: 2;
}

.unified-communications-box {
    background: #fff;
    border-radius: 5px;
    padding: 50px 60px;
    width: 100%;
    margin-top: -100px;
}

.unified-communications-content {
    text-align: center;
}

.unified-communications-title h1 {
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 40px;
    color: #2d3669;
    margin-bottom: 30px;
    line-height: 1.3;
    font-weight: bold;
}

.unified-communications-highlight {
    color: #f37a6f;
}

.unified-communications-subtitle {
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 28px;
    color: #2d3669;
    margin-bottom: 25px;
    font-weight: bold;
}

.unified-communications-text {
    font-family: 'Segoe UI', sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #444444;
    text-align: center;
}

.unified-communications-text p {
    margin-bottom: 20px;
}

.unified-communications-text strong {
    font-weight: 600;
    color: #2d3669;
}

/* First Section - Text Left, Image Right */
/* Transform the Way You Communicate Section */
.unified-communications-first-section {
    background-color: #f6f7f9;
    padding: 80px 0;
    margin-top: -400px;
	padding-bottom: 0;
}

.unified-communications-first-container {
    max-width: 1200px;
    margin: 0 auto;
	padding: 200px 15px 45px 15px;
}

.unified-communications-first-intro {
    text-align: center;
    margin-bottom: 60px;
}

.unified-communications-first-title {
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 38px;
    color: #2d3669;
    margin-bottom: 25px;
    font-weight: bold;
}

.unified-communications-first-description {
    font-family: 'Segoe UI', sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #444444;
    max-width: 1100px;
    margin: 0 auto;
}

.unified-communications-first-wrapper {
    display: flex;
    gap: 50px;
    align-items: flex-start;
}

.unified-communications-first-content {
    flex: 1;
}

.unified-communications-first-list {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.unified-communications-first-item {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.unified-communications-first-icon {
    flex-shrink: 0;
}

.unified-communications-first-icon i {
    font-size: 25px;
    color: #f37a6f;
}

.unified-communications-first-text h4 {
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 18px;
    color: #2d3669;
    margin-bottom: 0;
    font-weight: bold;
    display: inline;
    margin-right: 8px;
}

.unified-communications-first-text p {
    font-family: 'Segoe UI', sans-serif;
    font-size: 15px;
    line-height: 1.7;
    color: #444444;
    margin: 0;
    display: inline;
}

.unified-communications-first-image {
    flex: 0 0 45%;
    max-width: 550px;
}

.unified-communications-first-image img {
    width: 100%;
    height: auto;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);;
}



/* Key Features Section with Box Cards */
/* Key Features Section with Box Cards */
.unified-communications-features-section {
    background-color: #ffffff;
    padding: 80px 0;
}

.unified-communications-features-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.unified-communications-features-header {
    text-align: center;
    margin-bottom: 60px;
}

.unified-communications-features-title {
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 38px;
    color: #2d3669;
    margin-bottom: 20px;
    font-weight: bold;
}

.unified-communications-features-description {
    font-family: 'Segoe UI', sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #444444;
    max-width: 900px;
    margin: 0 auto;
}

.unified-communications-features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    max-width: 1100px;
    margin: 0 auto;
}

.unified-communications-feature-card {
  background-color: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    padding: 50px 40px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

/*.unified-communications-feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.12);
}*/

.unified-communications-feature-icon {
    width: 80px;
    height: 80px;
    background-color: #f37a6f;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
}

.unified-communications-feature-icon i {
    color: #ffffff;
    font-size: 32px;
}

.unified-communications-feature-card h4 {
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 20px;
    color: #2d3669;
    margin-bottom: 15px;
    font-weight: bold;
}

.unified-communications-feature-card p {
    font-family: 'Segoe UI', sans-serif;
    font-size: 15px;
    color: #444444;
    line-height: 1.6;
    margin: 0;
}


/* Why UC Matters Section - Image Left, Text Right */
.unified-communications-standout-section {
    padding: 80px 0 0 0;
}

.unified-communications-standout-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.unified-communications-standout-wrapper {
    display: flex;
    gap: 50px;
    align-items: flex-start;
}

.unified-communications-standout-image {
    flex: 0 0 45%;
    max-width: 550px;
}

.unified-communications-standout-image img {
    width: 100%;
    height: auto;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
	clip-path: inset(20% 0 10% 0);
    margin-top: -28%;
}

.unified-communications-standout-content {
    flex: 1;
}

.unified-communications-standout-title {
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 38px;
    color: #2d3669;
    margin-bottom: 25px;
    font-weight: bold;
}

.unified-communications-standout-description {
    font-family: 'Segoe UI', sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #444444;
    margin-bottom: 25px;
}

.unified-communications-standout-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.unified-communications-standout-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.7;
    color: #444444;
	list-style: none;
}

.unified-communications-standout-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    background-color: #f37a6f;
    border-radius: 50%;
}

.unified-communications-standout-list strong {
    font-weight: 600;
    color: #2d3669;
}

/* Implementation Process Section - Simple List */
.unified-communications-process-section {
    background-color: #f6f7f9;
    padding: 80px 0;
}

.unified-communications-process-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 15px;
}

.unified-communications-process-header {
    text-align: center;
    margin-bottom: 60px;
}

.unified-communications-process-title {
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 38px;
    color: #2d3669;
    margin-bottom: 20px;
    font-weight: bold;
}

.unified-communications-process-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    margin-bottom: 40px;
}

.unified-communications-process-item {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    padding: 30px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}

.unified-communications-process-item-full {
    grid-column: 1 / -1;
}

.unified-communications-process-number {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #f37a6f 0%, #5164ae 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
}

.unified-communications-process-text {
    flex: 1;
    font-family: 'Segoe UI', sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: #444444;
}

.unified-communications-process-text strong {
    font-weight: 600;
    color: #2d3669;
}

.unified-communications-process-sublist {
    list-style: none;
    padding: 0;
    margin: 10px 0 0 0;
}

.unified-communications-process-sublist li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 6px;
    font-size: 15px;
    line-height: 1.6;
    color: #444444;
	list-style: none;
}

.unified-communications-process-sublist li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 6px;
    height: 6px;
    background-color: #5164ae;
    border-radius: 50%;
}

.unified-communications-process-sublist strong {
    font-weight: 600;
    color: #2d3669;
}

.unified-communications-process-note {
    background: #ffffff;
    padding: 25px 30px;
    border-radius: 8px;
    border-left: 4px solid #f37a6f;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.unified-communications-process-note p {
    font-family: 'Segoe UI', sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: #444444;
    margin: 0;
}

.unified-communications-process-note strong {
    font-weight: 600;
    color: #2d3669;
}


/* Why Choose AtoZinIT Section */
.unified-communications-charlotte-section {
    background-color: #ffffff;
    padding: 80px 0 0 0;
}

.unified-communications-charlotte-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.unified-communications-charlotte-wrapper {
    display: flex;
    gap: 50px;
    align-items: flex-start;
}

.unified-communications-charlotte-content {
    flex: 1;
}

.unified-communications-charlotte-title {
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 38px;
    color: #2d3669;
    margin-bottom: 30px;
    font-weight: bold;
}

.unified-communications-charlotte-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.unified-communications-charlotte-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.7;
    color: #444444;
	list-style: none;
}

.unified-communications-charlotte-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    background-color: #f37a6f;
    border-radius: 50%;
}

.unified-communications-charlotte-list strong {
    font-weight: 600;
    color: #2d3669;
}

.unified-communications-charlotte-image {
    flex: 0 0 45%;
    max-width: 550px;
}

.unified-communications-charlotte-image img {
    width: 100%;
    height: auto;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
	clip-path: inset(27% 0 10% 0);
    margin-top: -41%;
}


/* CTA Section */
.unified-communications-transform-section {
    background-color: #5164ae;
    padding: 80px 0;
    color: #ffffff;
}

.unified-communications-transform-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 15px;
    text-align: center;
}

.unified-communications-transform-title {
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 42px;
    color: #ffffff;
    margin-bottom: 30px;
    font-weight: bold;
}

.unified-communications-transform-text {
    font-family: 'Segoe UI', sans-serif;
    font-size: 18px;
    line-height: 1.8;
    color: #ffffff;
    max-width: 900px;
    margin: 0 auto 25px;
}

.unified-communications-transform-cta-text {
    font-family: 'Segoe UI', sans-serif;
    font-size: 18px;
    line-height: 1.8;
    color: #ffffff;
    margin: 0;
}

.unified-communications-transform-cta-text a {
    color: #ffffff;
    transition: opacity 0.3s ease;
}

.unified-communications-transform-cta-text a:hover {
    opacity: 0.8;
}

.unified-communications-transform-cta-text strong {
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-weight: bold;
	color: #fff;
}

/* FAQ Section */
.unified-communications-faq {
    background-color: #ffffff;
    padding: 80px 0;
}

.unified-communications-faq-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 15px;
}

.unified-communications-faq .section-head h2 {
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 42px;
    color: #2d3669;
    margin-bottom: 50px;
    font-weight: bold;
}

.unified-communications-accordion {
    background: #f6f7f9;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.unified-communications-acc-title {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px 25px;
    background: #ffffff;
    border-radius: 8px;
    margin-bottom: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.unified-communications-acc-title:hover {
    border-color: #f37a6f;
}

.unified-communications-acc-title .far {
    font-size: 24px;
    color: #f37a6f;
    flex-shrink: 0;
}

.unified-communications-acc-title-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1;
}

.unified-communications-acc-title-text span {
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 18px;
    color: #2d3669;
    font-weight: bold;
}

.unified-communications-acc-title-text i {
    font-size: 20px;
    color: #2d3669;
    transition: transform 0.3s ease;
}

.unified-communications-acc-title.active .unified-communications-acc-title-text i {
    transform: rotate(180deg);
}

.unified-communications-acc-content {
    padding: 0 25px 25px 64px;
    display: none;
}

.unified-communications-acc-content.active {
    display: block;
}

.unified-communications-acc-content p {
    font-family: 'Segoe UI', sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: #444444;
    margin: 0;
}


/*----------------
==============  End CSS Unified Communications (Chat, Video) Page
------------------*/


/*----------------START VoIP Consulting & Deployment Page Styles------------------*/
/* VoIP Consulting & Deployment Page Styles */


.consulting-deployment-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    z-index: 2;
}

.consulting-deployment-box {
    padding: 50px 60px;
}

.consulting-deployment-content {
    text-align: center;
}

.consulting-deployment-title h1 {
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 42px;
    color: #2d3669;
    margin-bottom: 30px;
    line-height: 1.3;
    font-weight: bold;
}

.consulting-deployment-highlight {
    color: #f37a6f;
}

.consulting-deployment-text {
    font-family: 'Segoe UI', sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #444444;
    text-align: center;
}

.consulting-deployment-text p {
    margin-bottom: 20px;
}

.consulting-deployment-text strong {
    font-weight: 600;
    color: #2d3669;
}

.consulting-deployment-text ul {
    list-style: none;
    padding-left: 0;
}

.consulting-deployment-text ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
}

.consulting-deployment-text ul li:before {
    content: "•";
    color: #f37a6f;
    font-size: 20px;
    position: absolute;
    left: 0;
    top: -2px;
}

/* Main Sections */
.consulting-deployment-section {
    padding: 80px 0;
    font-family: 'Segoe UI', sans-serif;
}

.consulting-deployment-alt-bg {
    background-color: #f3f3f3 !important;
}

.consulting-deployment-row {
    display: flex;
    align-items: center;
    gap: 60px;
    flex-wrap: wrap;
}

.consulting-deployment-reverse {
    flex-direction: row-reverse;
}

.consulting-deployment-col-text {
    flex: 1;
    min-width: 300px;
}

.consulting-deployment-col-image {
    flex: 1;
    min-width: 300px;
}
.consulting-deployment-image-wrapper-advantage img{
	    clip-path: inset(12% 0 0 0);
    margin-top: -21%;
}

.consulting-deployment-image-wrapper img{
	clip-path: inset(10% 0 0 0);
    margin-top: -10%;
}

.consulting-deployment-section-title {
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 36px;
    color: #2d3669;
    margin-bottom: 30px;
    line-height: 1.3;
    font-weight: bold;
}

.consulting-deployment-section-text {
    font-size: 16px;
    line-height: 1.8;
    color: #444444;
}

.consulting-deployment-section-text p {
    margin-bottom: 20px;
}

/* Lists - More Than Just Installation*/
.consulting-deployment-list {
    list-style: none;
    padding-left: 0;
    margin: 25px 0;
}

.consulting-deployment-list li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 15px;
    line-height: 1.6;
	list-style: none;
}

.consulting-deployment-list li i {
    position: absolute;
    left: 0;
    top: 2px;
    color: #f37a6f;
    font-size: 25px;
    width: 25px;
}

.consulting-deployment-standout {
    background-color: #f3f3f3;
    padding: 20px 25px;
    border-left: 4px solid #f37a6f;
    margin-top: 30px;
    font-weight: 500;
    color: #2d3669;
}

.consulting-deployment-alt-bg .consulting-deployment-standout {
    background-color: #fff;
}

/* Benefits Grid Section */
.consulting-deployment-benefits-header {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 50px;
}

.consulting-deployment-benefits-intro {
    font-size: 18px;
    line-height: 1.8;
    color: #444444;
    margin-top: 20px;
}

.consulting-deployment-benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 40px;
}

.consulting-deployment-benefit-card {
    background: #fff;
    padding: 40px 30px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(45, 54, 105, 0.1);
    text-align: center;
    border-top: 4px solid #f37a6f;
}



.consulting-deployment-benefit-icon-large {
    width: 80px;
    height: 80px;
    margin: 0 auto 25px;
    background-color:  #f37a6f;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}


.consulting-deployment-benefit-icon-large i {
    font-size: 36px;
    color: #fff;
}

.consulting-deployment-benefit-title {
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 20px;
    color: #2d3669;
    margin-bottom: 15px;
    font-weight: bold;
}

.consulting-deployment-benefit-desc {
    font-size: 15px;
    line-height: 1.6;
    color: #444444;
    margin: 0;
}

.consulting-deployment-benefits-footer {
    text-align: center;
    max-width: 1700px;
    padding: 30px;
    background: #fff;
    border-radius: 10px;
    border-left: 4px solid #f37a6f;
}

.consulting-deployment-benefits-footer p {
    font-size: 16px;
    line-height: 1.8;
    color: #444;
    font-weight: 500;
    margin: 0;
}


/* Deployment Process - Grid Layout */
/* Deployment Process - Two Column Layout */
.consulting-deployment-process-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 30px;
}

.consulting-deployment-process-column {
    display: flex;
    flex-direction: column;
}

.consulting-deployment-process-step {
    display: flex;
    gap: 20px;
    margin-bottom: 25px;
    align-items: flex-start;
}

.consulting-deployment-process-number {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #5164ae 0%, #2d3669 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
}

.consulting-deployment-process-content h4 {
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 18px;
    color: #2d3669;
    margin-bottom: 8px;
    font-weight: bold;
}

.consulting-deployment-process-content p {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    color: #444444;
}

.consulting-deployment-timeline {
    margin-top: 10px;
    padding: 20px 25px;
    background-color: #fff;
    border-radius: 10px;
    border-left: 4px solid #5164ae;
    font-size: 16px;
}

.consulting-deployment-alt-bg .consulting-deployment-timeline {
    background-color: #fff;
}

/* VoIP Trends 2025 Section */
/* Section: VoIP Trends 2025 - Original Structure */
.consulting-deployment-section {
    background-color: #ffffff;
    padding: 80px 0;
}

.consulting-deployment-section-title {
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 38px;
    color: #2d3669;
    margin-bottom: 20px;
    font-weight: bold;
}

.consulting-deployment-section-text > p:first-child {
    font-family: 'Segoe UI', sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #444444;
    margin-bottom: 30px;
}

.consulting-deployment-trends {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 30px;
}

.consulting-deployment-trend-item {
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

.consulting-deployment-trend-icon {
    width: 60px;
    height: 60px;
    background-color: #f37a6f;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.consulting-deployment-trend-icon i {
    color: #ffffff;
    font-size: 24px;
}

.consulting-deployment-trend-content h3 {
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 18px;
    color: #2d3669;
    margin: 0 0 10px 0;
    font-weight: bold;
}

.consulting-deployment-trend-content p {
    font-family: 'Segoe UI', sans-serif;
    font-size: 15px;
    line-height: 1.6;
    color: #444444;
    margin: 0;
}

.consulting-deployment-standout {
    font-family: 'Segoe UI', sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #444444;
    margin-top: 30px;
}
/* Deployment Process */
.consulting-deployment-process {
    margin-top: 30px;
}

.consulting-deployment-process-step {
    display: flex;
    gap: 20px;
    margin-bottom: 25px;
    align-items: flex-start;
}

.consulting-deployment-process-number {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #5164ae 0%, #2d3669 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
}

.consulting-deployment-process-content h4 {
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 18px;
    color: #2d3669;
    margin-bottom: 8px;
    font-weight: bold;
}

.consulting-deployment-process-content p {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    color: #444444;
}

.consulting-deployment-timeline {
    margin-top: 30px;
    padding: 20px 25px;
    background-color: #fff;
    border-radius: 10px;
    border-left: 4px solid #5164ae;
    font-size: 16px;
}

.consulting-deployment-alt-bg .consulting-deployment-timeline {
    background-color: #fff;
}

/* Advantages Section */

.consulting-deployment-advantage-row{
	display: flex;
    align-items: center;
    gap: 60px;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}
.consulting-deployment-advantages {
    margin-top: 30px;
}

.consulting-deployment-advantage-item {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    padding: 25px;
    background-color: #f3f3f3;
    border-radius: 10px;
}

.consulting-deployment-advantage-icon {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    background-color: #f37a6f;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.consulting-deployment-advantage-icon i {
    font-size: 28px;
    color: #fff;
}

.consulting-deployment-advantage-content h3 {
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 20px;
    color: #2d3669;
    margin-bottom: 10px;
    font-weight: bold;
}

.consulting-deployment-advantage-content p {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    color: #444444;
}


/*----------------
============== END CSS VoIP Consulting Deployment
------------------*/

/*----------------
============== START CSS SIP Trunking & Number Porting
------------------*/

/*-- Row Topper Content Section -- */
.sip-trunking-container{
	max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    z-index: 2;
}

.sip-trunking-box{
	padding: 50px 60px;
}

.sip-trunking-title h1 {
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 42px;
    color: #2d3669;
    margin-bottom: 30px;
    line-height: 1.3;
    font-weight: bold;
}
.sip-trunking-highlight {
    color: #f37a6f;
}
.sip-trunking-content {
    text-align: center;
}

.sip-trunking-text {
    font-family: 'Segoe UI', sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #444444;
    text-align: center;
}
.sip-trunking-text p {
    margin-bottom: 20px;
}

/* Sections */
.sip-trunking-section {
  padding: 80px 20px;
}

.sip-trunking-intro {
  background-color: #f3f3f3;
}

.sip-trunking-intro-wrapper {
  display: flex;
  align-items: center;
  gap: 60px;
  max-width: 1000px;
  margin: 0 auto;
}

.sip-trunking-intro-icon {
  flex-shrink: 0;
  font-size: 5rem;
  color: #2d3669;
  margin-top: 5px;
}

.sip-trunking-intro-content {
  flex: 1;
}

.sip-trunking-intro-content p {
  font-size: 1.1rem;
  margin-bottom: 20px;
  line-height: 1.6;
  color: #444444;
}

.sip-trunking-intro-content p:last-child {
  margin-bottom: 0;
}

.sip-trunking-content-wrapper p {
  font-size: 1.1rem;
  margin-bottom: 20px;
  line-height: 1.6;
  color: #444444;
}

.sip-trunking-section-title {
  font-size: 2rem;
  font-weight: 700;
  color: #2d3669;
  margin-bottom: 55px;
  text-align: left;
}

.sip-trunking-process-section-title{
 font-size: 2rem;
  font-weight: 700;
  color: #2d3669;
  margin-bottom: 30px;
  text-align: left;
}
.sip-trunking-trunking-section-title,
.sip-trunking-why-choose-section-title{
  font-size: 2rem;
  font-weight: 700;
  color: #2d3669;
  margin-bottom: 55px;
  text-align: center;
}



/* Services Section */
.sip-trunking-services {
  background-color: #ffffff;
}

.sip-trunking-services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 40px;
  max-width: 1100px;
  margin: 0 auto;
}

.sip-trunking-services-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.sip-trunking-services-item i {
  color: #f37a6f;
  font-size: 25px;
  flex-shrink: 0;
  margin-top: 3px;
}

.sip-trunking-services-item strong {
  color: #2d3669;
}

.sip-trunking-services-item div {
  font-size: 1.05rem;
  line-height: 1.6;
  color: #444444;
}

/* Number Porting Process Section */
.sip-trunking-process {
  background-color: #f3f3f3;
}

.sip-trunking-process-wrapper {
  display: flex;
  gap: 40px;
  align-items: center;
  flex-wrap: wrap;
}

.sip-trunking-process-content {
  flex: 1;
  min-width: 300px;
}

.sip-trunking-process-intro {
  font-size: 1.1rem;
  margin-bottom: 20px;
  color: #444444;
}

.sip-trunking-process-list {
  list-style: none;
  counter-reset: process-counter;
  padding-left: 0;
  margin-bottom: 25px;
}

.sip-trunking-process-list li {
  counter-increment: process-counter;
  position: relative;
  padding-left: 45px;
  margin-bottom: 20px;
  line-height: 1.6;
  list-style: none;
}

.sip-trunking-process-list li::before {
  content: counter(process-counter);
  position: absolute;
  left: 0;
  top: 0;
  background-color: #5164ae;
  color: #ffffff;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1rem;
}

.sip-trunking-process-list li strong {
  color: #2d3669;
}

.sip-trunking-process-image {
  flex: 0 0 400px;
  min-width: 300px;
}

.sip-trunking-process-image img {
  width: 100%;
  height: auto;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Why Choose Section */
.sip-trunking-why-choose {
  background-color: #ffffff;
}

.sip-trunking-why-wrapper {
  display: flex;
  gap: 40px;
  align-items: center;
  flex-wrap: wrap;
}

.sip-trunking-why-image {
  flex: 0 0 400px;
  min-width: 300px;
}

.sip-trunking-why-image img {
  width: 100%;
  height: auto;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.sip-trunking-why-content {
  flex: 1;
  min-width: 300px;
}

.sip-trunking-why-list {
  list-style: none;
  padding: 0;
}

.sip-trunking-why-list li {
  padding: 15px 0;
  font-size: 1.05rem;
  line-height: 1.6;
  list-style: none;
}

.sip-trunking-why-list li:last-child {
  border-bottom: none;
}

.sip-trunking-why-list li i {
  color: #f37a6f;
  margin-right: 12px;
  font-size: 1.1rem;
}

.sip-trunking-why-list li strong {
  color: #2d3669;
}

.sip-trunking-standout{
	font-family: 'Segoe UI', sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #444444;
    margin-top: 30px;
	background-color: #f3f3f3;
    padding: 20px 25px;
    border-left: 4px solid #f37a6f;
    font-weight: 500;
}

/* Closing Section with CTA */
.sip-trunking-closing {
  background: linear-gradient(135deg, #2d3669 0%, #5164ae 100%);
  color: #ffffff;
  text-align: center;
}

.sip-trunking-closing-content p {
  font-size: 1.2rem;
  margin-bottom: 30px;
  color: #ffffff;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.sip-trunking-cta-wrapper {
  display: flex;
  justify-content: center;
}

.sip-trunking-cta-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: #f37a6f;
  color: #ffffff;
  padding: 15px 35px;
  font-size: 1.1rem;
  font-weight: 700;
  text-decoration: none;
  border-radius: 50px;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
  box-shadow: 0 4px 12px rgba(243, 122, 111, 0.3);
}

.sip-trunking-cta-button:hover {
  background-color: #e6695e;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(243, 122, 111, 0.4);
}

.sip-trunking-cta-button i {
  font-size: 1.2rem;
}


/*----------------
============== END CSS SIP Trunking & Number Porting
------------------*/

/*----------------
============== START CSS Call Reporting, Analytics & Dashboards
------------------*/

/* Color Variables */
:root {
  --call-reporting-primary: #f37a6f;
  --call-reporting-dark-blue: #2d3669;
  --call-reporting-medium-blue: #5164ae;
  --call-reporting-light-gray: #f3f3f3;
  --call-reporting-text-dark: #444444;
}

/* Global Styles */
.call-reporting-header,
.call-reporting-section {
  font-family: 'Segoe UI Bold', sans-serif !important;
  color: var(--call-reporting-text-dark);
}

.call-reporting-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Header Section */

.call-reporting-title h1 {
  font-size: 2.5rem;
  color: var(--call-reporting-dark-blue);
  margin: 0 0 30px 0;
  font-weight: bold;
  line-height: 1.2;
}

.call-reporting-highlight {
  color: var(--call-reporting-primary);
}

.call-reporting-text p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: var(--call-reporting-text-dark);
  margin-bottom: 15px;
}

.call-reporting-text p a{
	color: #2d3669;
    font-weight: 600;
}
.call-reporting-text p a:hover{
	text-decoration: underline;
}

/*-- Row Topper Content Section -- */
.call-reporting-container{
	max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    z-index: 2;
}

.call-reporting-box{
	padding: 50px 60px;
}

.call-reporting-title h1 {
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 40px;
    color: #2d3669;
    margin-bottom: 30px;
    line-height: 1.3;
    font-weight: bold;
}
.call-reporting-highlight {
    color: #f37a6f;
}
.call-reporting-content {
    text-align: center;
}

.call-reporting-text {
    font-family: 'Segoe UI', sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #444444;
    text-align: center;
}
.call-reporting-text p {
    margin-bottom: 20px;
}
/* Section Styles */
.call-reporting-section {
  padding: 80px 20px;
}

.call-reporting-section:nth-child(even) {
  background-color: var(--call-reporting-light-gray);
}

.call-reporting-section-header {
  text-align: center;
  margin-bottom: 50px;
}

.call-reporting-section-header h2 {
  font-size: 2.5rem;
  color: var(--call-reporting-dark-blue);
  margin-bottom: 15px;
  font-weight: bold;
  position: relative;
  display: inline-block;
}



.call-reporting-intro-text {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 50px auto;
}
.call-reporting-intro-text p a{
	color: #f37a6f;
    font-weight: 600;
}
.call-reporting-intro-text p a:hover{
	text-decoration:underline;
}
.call-reporting-intro-text p {
  font-size: 1.2rem;
  line-height: 1.7;
  color: var(--call-reporting-text-dark);
}
/* What Sets Us Apart Section */
.call-reporting-intro{
	background-color: rgb(243, 243, 243);
}

.call-reporting-section{
	padding: 80px 20px;
}
.call-reporting-container{
	max-width: 1200px;
    margin: 0px auto;
    padding: 0px 15px;
    position: relative;
    z-index: 2;
}
.call-reporting-intro-wrapper{
	display: flex;
    align-items: center;
    gap: 60px;
    max-width: 1000px;
    margin: 0px auto;
}

.call-reporting-intro-icon{
	flex-shrink: 0;
	width: 200px; 
}

.call-reporting-intro-icon img {
    width: 100%;
    height: auto;
    display: block;
}

.call-reporting-intro-content{
	flex: 1;
}

.call-reporting-intro-content p{
	font-size: 1.1rem;
    margin-bottom: 20px;
    line-height: 1.6;
    color: rgb(68, 68, 68);
	text-align: left;
}

/* Features Grid */
.call-reporting-features-grid {
	display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 2fr));
    gap: 40px;
    margin-top: 40px;
}

.call-reporting-feature-card {
  background: #fff;
  padding: 35px 25px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  text-align: center;
}


.call-reporting-feature-icon {
  font-size: 3rem;
  color: var(--call-reporting-primary);
  margin-bottom: 20px;
}

.call-reporting-feature-card h3 {
  font-size: 1.3rem;
  color: var(--call-reporting-dark-blue);
  margin-bottom: 15px;
  font-weight: bold;
}

.call-reporting-feature-card p {
  font-size: 1rem;
  line-height: 1.6;
  color: var(--call-reporting-text-dark);
  margin: 0;
}

/* Two Column Layout with Image */
.call-reporting-two-column {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
  margin-top: 40px;
}

.call-reporting-two-column.call-reporting-reverse {
  direction: rtl;
}

.call-reporting-two-column.call-reporting-reverse > * {
  direction: ltr;
}

.call-reporting-column-image img {
  width: 100%;
  height: auto;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  clip-path: inset(25% 0 0 0);
   margin-top: -25%;
}

.call-reporting-column-image-why-atoz img{
	width: 100%;
  height: auto;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}
.call-reporting-column-text {
  padding: 20px 0;
}


/* Service Blocks */
.call-reporting-service-block {
  margin-bottom: 40px;
}

.call-reporting-service-block:last-child {
  margin-bottom: 0;
}

.call-reporting-service-block h3 {
  font-size: 1.5rem;
  color: var(--call-reporting-dark-blue);
  margin-bottom: 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 12px;
}

.call-reporting-service-block h3 i {
  color: var(--call-reporting-primary);
  font-size: 1.8rem;
}

.call-reporting-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.call-reporting-list li {
  padding-left: 35px;
  margin-bottom: 15px;
  position: relative;
  line-height: 1.7;
  font-size: 1.05rem;
  color: var(--call-reporting-text-dark);
}

.call-reporting-list li::before {
  content: '\f00c';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  position: absolute;
  left: 0;
  color: var(--call-reporting-primary);
  font-size: 1.1rem;
}
/* Advanced Services Grid */
.call-reporting-advanced-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 35px;
  margin-top: 40px;
}

.call-reporting-advanced-card {
  background: white;
  padding: 40px 30px;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  border-top: 4px solid var(--call-reporting-primary);
  position: relative;
  overflow: hidden;
}

.call-reporting-advanced-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--call-reporting-primary), var(--call-reporting-medium-blue));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}


.call-reporting-advanced-icon i {
  font-size: 2rem;
  color: white;
}

.call-reporting-advanced-card h3 {
  font-size: 1.4rem;
  color: var(--call-reporting-dark-blue);
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.3;
}

.call-reporting-advanced-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.call-reporting-advanced-list li {
  padding-left: 30px;
  margin-bottom: 12px;
  position: relative;
  line-height: 1.7;
  font-size: 1rem;
  color: var(--call-reporting-text-dark);
  list-style: none;
}

.call-reporting-advanced-list li::before {
  content: '\f00c';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  position: absolute;
  left: 0;
  color: var(--call-reporting-primary);
  font-size: 0.9rem;
  top: 5px;
}
.call-reporting-advanced-list li a{
	color: #2d3669;
    font-weight: 600;
}
/* Insights Grid */
.call-reporting-insights-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 35px;
  margin-top: 40px;
}

.call-reporting-insight-card {
  background: white;
  padding: 30px 30px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  border-left: 5px solid var(--call-reporting-primary);

}

.call-reporting-insight-icon {
  font-size: 2.5rem;
  color: var(--call-reporting-primary);
  margin-bottom: 20px;
  display: flex;
  gap: 20px;
}

.call-reporting-insight-card p {
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--call-reporting-text-dark);
  margin: 0;
}

/* Process Steps */
.call-reporting-process-steps {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.call-reporting-step {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.call-reporting-step-number {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--call-reporting-primary), #ff9188);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: bold;
  /*box-shadow: 0 4px 15px rgba(243, 122, 111, 0.3);*/
}

.call-reporting-step-content h4 {
  font-size: 1.3rem;
  color: var(--call-reporting-dark-blue);
  margin-bottom: 10px;
  font-weight: bold;
}
.call-reporting-step-content h4 a{
	color: #f37a6f;
}

.call-reporting-step-content h4 a:hover{
	text-decoration:underline;
}
.call-reporting-step-content p {
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--call-reporting-text-dark);
  margin: 0;
}

/* CTA Section */
.call-reporting-closing {
  background: linear-gradient(135deg, var(--call-reporting-dark-blue) 0%, var(--call-reporting-medium-blue) 100%);
  color: white;
  text-align: center;
  padding: 80px 20px;
}

.call-reporting-closing-content h2 {
  font-size: 2.5rem;
  margin-bottom: 25px;
  font-weight: bold;
  color: white;
}

.call-reporting-closing-content p {
  font-size: 1.2rem;
  line-height: 1.7;
  max-width: 800px;
  margin: 0 auto 40px auto;
  color: rgba(255, 255, 255, 0.95);
}

.call-reporting-cta-wrapper {
  margin-top: 30px;
}


/*----------------
============== END CSS Call Reporting, Analytics & Dashboards
------------------*/

/*----------------
============== START CSS Domain & DNS Management Page
------------------*/

/* Container */
.domain-and-dns-management-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header Section */
.domain-and-dns-management-hero-section {
  background: linear-gradient(rgb(13 34 65 / 50%),rgb(13 34 65 / 50%)), url(/Portals/0/Images/domain-and-dns-management-page/domain-and-dns-management-header-background.jpg) no-repeat center/cover;
  height: 250px;
  position: relative;
  background-position-y:0;
}


.domain-and-dns-management-row-topper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.domain-and-dns-management-col {
    width: 100%;
}

.domain-and-dns-management-box {
    background: #fff;
    border-radius: 12px;
    padding: 40px;
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
	margin-top: -100px;
}

.domain-and-dns-management-title {
    text-align: center;
    margin-bottom: 20px;
}

.domain-and-dns-management-title h1 {
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 42px;
    font-weight: 700;
    color: #2d3669;
    margin: 0;
}

.domain-and-dns-management-content {
    display: flex;
    justify-content: center;
}

.domain-and-dns-management-text-content {
    width: 100%;
    max-width: 900px;
}

.domain-and-dns-management-subtitle {
    text-align: center;
    margin-bottom: 20px;
}

.domain-and-dns-management-subtitle p {
    font-size: 19px;
    font-weight: 600;
    color: #2d3669;
    line-height: 1.4;
}

.domain-and-dns-management-text p {
    font-size: 18px;
    color: #444;
    line-height: 1.8;
    text-align: center;
}
.domain-and-dns-management-text a{
	font-weight: 600;
    color: #f37a6f;
}

.domain-and-dns-management-text a:hover,
.domain-and-dns-management-text a:active,
.domain-and-dns-management-text a:focus{
	color: #bd2d10;
}
/* Why Matters Section */
.domain-and-dns-management-why-matters {
    background-color: #ffffff;
}

.domain-and-dns-management-why-matters-section-title {
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 32px;
    font-weight: 700;
    color: #2d3669;
    text-align: left;
    margin: 20px 0 50px 0;
	
}

.domain-and-dns-management-why-matters-wrapper {
    display: flex;
    gap: 50px;
    align-items: center;
}

.domain-and-dns-management-why-matters-image {
    flex: 0 0 400px;
}

.domain-and-dns-management-why-matters-image img {
    width: 100%;
    height: auto;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.domain-and-dns-management-why-matters-content {
    flex: 1;
}

.domain-and-dns-management-why-matters-content p {
    font-size: 18px;
    color: #444444;
    line-height: 1.8;
    margin: 0;
}

.domain-and-dns-management-why-matters-content p a{
	font-weight:600;
	color: #f37a6f;
}

.domain-and-dns-management-why-matters-content p a:hover,
.domain-and-dns-management-why-matters-content p a:active,
.domain-and-dns-management-why-matters-content p a:focus{
	color: #bd2d10;
}

/* Why Matters Section */

.domain-and-dns-management-why-matters p {
    font-size: 18px;
    color: #444444;
    line-height: 1.8;
}

/* What's Included Section */
.domain-and-dns-management-services {
    background-color: #ffffff;
}

.domain-and-dns-management-section {
    padding: 100px 20px;
}
.domain-and-dns-management-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    z-index: 2;
}

.domain-and-dns-management-section-title{
    font-size: 39px;
    font-weight: 700;
    color: #2d3669;
    margin-bottom: 55px;
    text-align: center;
}

.domain-and-dns-management-services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 40px;
    max-width: 1100px;
    margin: 0 auto;
}

.domain-and-dns-management-services-item {
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

.domain-and-dns-management-services-item i {
    color: #f37a6f;
    font-size: 25px;
    flex-shrink: 0;
    margin-top: 3px;
}

.domain-and-dns-management-services-item div {
    font-size: 18px;
    line-height: 1.6;
    color: #444444;
}
.domain-and-dns-management-properly p{
	font-family: 'Segoe UI', sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #444444;
    padding: 20px 25px;
    border-left: 4px solid #f37a6f;
    font-weight: 500;
    margin-top: 60px;
}

/* How We Manage Your Domain & DNS - Vertical Timeline Styles */

.domain-and-dns-management-how-manage-timeline {
    background-color: #ffffff;
}

.domain-and-dns-management-container-timeline {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

.domain-and-dns-management-timeline-title {
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 39px;
    font-weight: 700;
    color: #2d3669;
    text-align: center;
    margin-bottom: 50px;
}

.domain-and-dns-management-timeline-wrapper {
    position: relative;
}

.domain-and-dns-management-timeline-line {
    position: absolute;
    left: 32px;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #2d3669;
	height: calc(100% - 64px);
}

.domain-and-dns-management-timeline-steps {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.domain-and-dns-management-timeline-step {
    display: flex;
    align-items: flex-start;
    gap: 25px;
    position: relative;
}

.domain-and-dns-management-timeline-number {
    position: relative;
    z-index: 10;
    flex-shrink: 0;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: linear-gradient(135deg, #2d3669 0%, #5164ae 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    /*box-shadow: 0 4px 15px rgba(45, 54, 105, 0.3);*/
}

.domain-and-dns-management-timeline-number span {
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 28px;
    font-weight: 700;
    color: #ffffff;
}

.domain-and-dns-management-timeline-content {
    flex: 1;
    background-color: #f4f7fc;
    border-radius: 8px;
    padding: 24px;
    /*box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);*/
}

.domain-and-dns-management-timeline-content h3 {
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 20px;
    font-weight: 700;
    color: #2d3669;
    margin: 0 0 12px 0;
}

.domain-and-dns-management-timeline-content p {
    font-size: 16px;
    color: #444444;
    line-height: 1.7;
    margin: 0;
}

/* Why Clients Trust AtoZinIT - Feature Cards Styles */

.domain-and-dns-management-why-trust-cards {
    background-color: #f8f8f8;
    padding: 100px 0;
}

.domain-and-dns-management-cards-title {
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 39px;
    font-weight: 700;
    color: #2d3669;
    text-align: center;
    margin-bottom: 50px;
}

.domain-and-dns-management-container-cards {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.domain-and-dns-management-cards-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

.domain-and-dns-management-card {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 32px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-left: 4px solid #f37a6f;
}

.domain-and-dns-management-card h3 {
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 24px;
    font-weight: 600;
    color: #2d3669;
    margin: 0 0 12px 0;
}

.domain-and-dns-management-card p {
    font-size: 16px;
    color: #444444;
    line-height: 1.7;
    margin: 0;
}


/* Call to Action Section */
.domain-and-dns-management-cta {
    background: linear-gradient(135deg, #2d3669 0%, #5164ae 100%);
    padding: 80px 0;
}

.domain-and-dns-management-cta-content {
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
}

.domain-and-dns-management-p-links a{
	color: #fff;
    font-weight: bold;
}
.domain-and-dns-management-p-links a:hover{
	color: #fff;
}

.domain-and-dns-management-cta-content h2 {
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
}

.domain-and-dns-management-cta-content p {
    font-size: 18px;
    color: #f3f3f3;
    line-height: 1.7;
	max-width: 800px;
    margin: 0 auto;
    padding-bottom: 35px;
}

.domain-and-dns-management-cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.domain-and-dns-management-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 32px;
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.domain-and-dns-management-btn-phone {
    background-color: #f37a6f;
    color: #ffffff;
}

.domain-and-dns-management-btn-phone:hover {
    background: #bd2d10;
	color:#fff;
}

.domain-and-dns-management-btn-phone:active,
 .domain-and-dns-management-btn-phone:focus{
    background-color: #f37a6f;
    color: #ffffff;
}

.domain-and-dns-management-btn-consultation {
    display: inline-block;
    padding: 16px 32px;
    background: transparent;
    color: white;
    border: 1px solid white;
    border-radius: 5px;
    font-family: 'Segoe UI', sans-serif;
    font-weight: bold;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

.domain-and-dns-management-btn-consultation:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.1) !important;
    border-color: rgba(255, 255, 255, 0.7);
}

.domain-and-dns-management-btn i {
    font-size: 18px;
	rotate:180deg;
}


/*----------------
============== END CSS Domain & DNS Management Page
------------------*/

/*----------------
============== START CSS Managed Network & WAN Services
------------------*/

/* Container */
.managed-network-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header Section */
.managed-network-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    z-index: 2;
}

.managed-network-row-topper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.managed-network-col {
    width: 100%;
}

.managed-network-box {
    background: #fff;
    border-radius: 12px;
    padding: 40px;
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    margin-top: -100px;
}
.managed-network-title {
    text-align: center;
    margin-bottom: 20px;
}

.managed-network-title h1 {
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 42px;
    font-weight: 700;
    color: #2d3669;
    margin: 0;
}
.managed-network-content {
    display: flex;
    justify-content: center;
}
.managed-network-text-content {
    width: 100%;
    max-width: 900px;
}

.managed-network-text p {
    font-size: 18px;
    color: #444;
    line-height: 1.8;
    text-align: center;
}

.managed-network-text p a{
    color: #f37a6f !important;
    font-weight: 600;
}

.managed-network-text p a:hover{
    color: #bd2d10 !important;
}
.managed-network-text span{
	color: #2d3669;
	font-weight: 600;
}
/* Section Styles */
.managed-network-section {
    padding: 80px 0;
}

.managed-network-section-header {
    text-align: center;
    margin-bottom: 60px;
}

.managed-network-section-header h2 {
    font-size: 40px;
    color: #2d3669;
    margin-bottom: 20px;
    line-height: 1.3;
}

.managed-network-section-header p {
    font-size: 18px;
    color: #444444;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Why Choose Section */
.managed-network-two-column {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.managed-network-content-col p {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.7;
    color: #444444;
}
.managed-network-content-col h2{
	font-size: 40px;
    color: #2d3669;
    margin-bottom: 20px;
    line-height: 1.3;
	text-align:left;
}
.managed-network-image-col img {
    width: 100%;
    height: auto;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Approach Section */
.managed-network-approach {
    background-color: #fff;
}

.managed-network-approach-intro {
    font-size: 20px;
    color: #444444;
    margin-top: 15px;
}

.managed-network-approach-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.managed-network-approach-item {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.managed-network-approach-icon {
    width: 60px;
    height: 60px;
    background-color: #f37a6f;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.managed-network-approach-icon i {
    font-size: 28px;
    color: #ffffff;
}

.managed-network-approach-content h3 {
    font-size: 22px;
    color: #2d3669;
    margin-bottom: 10px;
	font-weight: 600;
}

.managed-network-approach-content p {
    font-size: 16px;
    color: #444444;
    line-height: 1.6;
}

/* What We Offer Section */
.managed-network-what-we-offer {
    /*background: linear-gradient(135deg, #2d3669 0%, #5164ae 100%);*/
    background-color: #f5f5f5;
}

.managed-network-section {
    padding: 80px 0;
}
.managed-network-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.managed-network-section-header {
    text-align: center;
    margin-bottom: 60px;
}
.managed-network-what-we-offer .managed-network-section-header h2 {
    color: #2d3669;
}
.managed-network-section-header h2 {
    font-size: 40px;
    color: #2d3669;
    margin-bottom: 20px;
    line-height: 1.3;
}
.managed-network-section-header p {
    font-size: 18px;
    color: #444444;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
}
.managed-network-offer-list {
    max-width: 800px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}
.managed-network-offer-item {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 18px;
    color: #444;
    padding: 20px 25px;
    background: #fff;
    border-radius: 8px;
    transition: all 0.3s ease;
    border-left: 3px solid #f37a6f;
}

.managed-network-offer-item-full {
    grid-column: 1 / -1;
}

/* Why Partner Section */
.managed-network-why-partner {
    background-color: #fff;
}

.managed-network-reverse {
    grid-template-columns: 1fr 1fr;
}

.managed-network-why-partner h2 {
    font-size: 36px;
    color: #2d3669;
    margin-bottom: 25px;
}

.managed-network-why-partner p {
    font-size: 18px;
    line-height: 1.7;
}

/* Benefits Section */
.managed-network-benefits {
    background-color: #f5f5f5;
}

.managed-network-benefits-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
    max-width: 1100px;
    margin: 0 auto;
}

.managed-network-benefit-card {
    text-align: center;
    padding: 30px 20px;
    background-color: #fff;
    border-top: 4px solid #f37a6f;
    border-radius: 12px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.managed-network-benefit-card:hover {
    /*transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    border: 2px solid #f37a6f;*/
}

.managed-network-benefit-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #f37a6f 0%, #ff9085 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.managed-network-benefit-icon i {
    font-size: 32px;
    color: #ffffff;
}

.managed-network-benefit-card h3 {
    font-size: 18px;
    color: #2d3669;
    line-height: 1.4;
	font-weight: 600;
}

/* Expertise Section */
.managed-network-expertise {
    background-color: #f3f3f3;
    padding: 50px 0;
}

.managed-network-expertise-content {
    text-align: center;
    max-width: 1100px;
    margin: 0 auto;
}

.managed-network-expertise-content p {
    font-family: 'Segoe UI', sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #444444;
    margin-top: 30px;
    background-color: #fff;
    padding: 20px 25px;
    border-left: 4px solid #f37a6f;
    font-weight: 500;
	font-weight: left;
}

/* CTA Section */
.managed-network-cta {
    background: linear-gradient(135deg, #2d3669 0%, #5164ae 100%);
    padding: 80px 0;
}

.managed-network-cta-content {
    text-align: center;
    color: #ffffff;
}

.managed-network-cta-content h2 {
    font-size: 40px;
    margin-bottom: 20px;
    color: #ffffff;
}

.managed-network-cta-content p {
    font-size: 20px;
    margin-bottom: 40px;
    color: #f3f3f3;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

.managed-network-cta-buttons {
    display: inline-flex;
    align-items: center;
    gap: 25px;
    padding: 16px 32px;
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.managed-network-btn {
    padding: 18px 40px;
    font-size: 18px;
    font-family: 'Segoe UI Bold', sans-serif !important;
    border-radius: 8px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
}

.managed-network-btn-phone {
    background-color: #f37a6f;
    color: #ffffff;
}

.managed-network-btn-phone:hover {
    background: #bd2d10;
    color: #fff;
}

.managed-network-btn-consultation {
    display: inline-block;
    padding: 16px 32px;
    background: transparent;
    color: white;
    border: 1px solid white;
    border-radius: 5px;
    font-family: 'Segoe UI', sans-serif;
    font-weight: bold;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

.managed-network-btn-consultation:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.1) !important;
    border-color: rgba(255, 255, 255, 0.7);
}

.managed-network-btn i {
    font-size: 20px;
	rotate: 180deg;
}
.managed-network-cta-links p a{
	font-weight: 600;
    color: #f37a6f;
}
.managed-network-cta-links p a:hover,
.managed-network-cta-links p a:active,
.managed-network-cta-links p a:focus{
    color: #f37a6f;
}
/*FAQ*/
.managed-network-faq p{
	text-align: center;
    font-size: 16px;
    color: #444;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px 0 20px 0;
}

/*----------------
============== END CSS Managed Network & WAN Services
------------------*/
/*----------------
============== START CSS Business Continuity & Disaster Recovery
------------------*/

/*Header Section*/
.business-continuity-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
	position: relative;
    z-index: 2;
}

.business-continuity-row-topper {
    display: flex;
    justify-content: center;
    align-items: center;
}
.business-continuity-col {
    width: 100%;
}
.business-continuity-box {
    background: #fff;
    border-radius: 12px;
    padding: 40px;
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    margin-top: -100px;
}
.business-continuity-title {
    text-align: center;
    margin-bottom: 20px;
}
.business-continuity-title h1 {
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 42px;
    font-weight: 700;
    color: #2d3669;
    margin: 0;
}

.business-continuity-content {
    display: flex;
    justify-content: center;
}

.business-continuity-text-content {
    width: 100%;
    max-width: 900px;
}
.business-continuity-text p {
    font-size: 18px;
    color: #444;
    line-height: 1.8;
    text-align: center;
}

/*With nearly 30 years of experience*/
.business-continuity-why-choose {
    background-color: #ffffff;
}

.business-continuity-section {
    padding: 80px 20px;
}
.business-continuity-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    z-index: 2;
}
.business-continuity-why-choose-section-title {
    font-size: 2rem;
    font-weight: 700;
    color: #2d3669;
    margin-bottom: 55px;
    text-align: center;
}

.business-continuity-why-wrapper {
    display: flex;
    gap: 40px;
    align-items: center;
    flex-wrap: wrap;
}
.business-continuity-why-image {
    flex: 0 0 400px;
    min-width: 300px;
}
.business-continuity-why-image img {
    width: 100%;
    height: auto;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.business-continuity-why-content {
    flex: 1;
    min-width: 300px;
}
.business-continuity-why-list {
    list-style: none;
    padding: 0;
}
.business-continuity-why-list li {
    padding: 15px 0;
    font-size: 1.05rem;
    line-height: 1.6;
	list-style: none;
}
.business-continuity-why-list li i {
    color: #f37a6f;
    margin-right: 12px;
    font-size: 1.1rem;
}
.business-continuity-standout {
    font-family: 'Segoe UI', sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #444444;
    margin-top: 30px;
    background-color: #f3f3f3;
    padding: 20px 25px;
    border-left: 4px solid #f37a6f;
    font-weight: 500;
}

/*Why Business Continuity Matters Now More Than Ever*/
.business-continuity-why-section {
    padding: 80px 0;
    background: #5164ae;
}
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.business-continuity-section-content {
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
}
.business-continuity-section-content h2 {
    font-family: 'Segoe UI', sans-serif;
    font-size: 38px;
    color: white;
    margin-bottom: 24px;
}
.business-continuity-section-content p {
    font-size: 18px;
    color: white;
    line-height: 1.8;
    margin-bottom: 32px;
}

.business-continuity-section-content p a{
	color: #f37a6f;
    font-weight: 600;
}

.business-continuity-section-content p a:hover,
.business-continuity-section-content p a:active,
.business-continuity-section-content p a:focus{
	color: #bd2d10;
}
.business-continuity-cta-button {
	background-color: #f37a6f;
    color: #ffffff;
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    font-family: "Segoe UI Bold", sans-serif !important;
    padding: 18px 40px;
    border-radius: 5px;
    text-decoration: none;
    gap: 12px;
    transition: 0.3s;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
}
.business-continuity-cta-button i {
    margin-right: 10px;
    rotate: 180deg;
}
.business-continuity-cta-button:hover {
    color: rgb(255, 255, 255);
    background: rgb(189, 45, 16);
}

/*Why Choose AtoZinIT for Business Continuity?*/
.business-continuity-process {
    /*background-color: #f3f3f3;*/
}

.business-continuity-why-choose-section {
    padding: 80px 20px;
}
.business-continuity-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    z-index: 2;
}
.business-continuity-process-section-title {
    font-size: 2rem;
    font-weight: 700;
    color: #2d3669;
    margin-bottom: 30px;
    text-align: left;
}
.business-continuity-process-wrapper {
    display: flex;
    gap: 40px;
    align-items: center;
    flex-wrap: wrap;
}
.business-continuity-process-content {
    flex: 1;
    min-width: 300px;
}
.business-continuity-process-content h4{
	color: #2d3669;
    font-weight: 600;
    margin-bottom: 30px;
}
.business-continuity-process-intro {
    font-size: 1.1rem;
    margin-bottom: 30px;
    color: #444444;
}
.business-continuity-process-list {
    list-style: none;
    counter-reset: process-counter;
    padding-left: 0;
    margin-bottom: 25px;
}
.business-continuity-process-list li {
    counter-increment: process-counter;
    position: relative;
    padding-left: 45px;
    margin-bottom: 30px;
    line-height: 1.6;
    list-style: none;
}

.business-continuity-process-list li a{
	font-weight: 600;
	color: #f37a6f;
}

.business-continuity-process-list li a:hover,
.business-continuity-process-list li a:focus,
.business-continuity-process-list li a:active{
	color: #bd2d10;
}

.business-continuity-process li::before {
    content: counter(process-counter);
    position: absolute;
    left: 0;
    top: 0;
    background-color: #5164ae;
    color: #ffffff;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1rem;
}
.business-continuity-process-list li strong {
    color: #2d3669;
}
.business-continuity-process-image {
    flex: 0 0 400px;
    min-width: 300px;
}
.business-continuity-process-image img {
    width: 100%;
    height: auto;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/*Our Business Continuity & Disaster Recovery Services*/
.business-continuity-our-business {
    padding: 80px 0;
    background: #f6f7f9;
}
.business-continuity-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.business-continuity-our-business-section-header {
    text-align: center;
    margin-bottom: 64px;
}
.business-continuity-our-business-section-header h2 {
    font-family: 'Segoe UI', sans-serif;
    font-size: 39px;
    color: #2d3669;
    margin-bottom: 24px;
}
.business-continuity-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(265px, 1fr));
    gap: 25px;
}
.business-continuity-feature-card {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 32px;
    transition: all 0.3s ease;
	border-left: 3px solid #f37a6f;
}

.business-continuity-feature-card p a{
	color: #f37a6f;
    font-weight: 600;
}

.business-continuity-feature-card p a:hover,
.business-continuity-feature-card p a:active,
.business-continuity-feature-card p a:focus{
	color: #bd2d10;
}
.business-continuity-feature-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
}
.business-continuity-feature-icon {
    width: 48px;
    height: 48px;
    background: #f37a6f;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    flex-shrink: 0;
}
.business-continuity-feature-card h3 {
    font-size: 20px;
    font-weight: bold;
    color: #2d3669;
    margin-bottom: 0;
}
.business-continuity-feature-card p {
    color: #444444;
    line-height: 1.6;
}

/*How to Create a Business Continuity Plan*/
.business-continuity-section {
    padding: 100px 20px;
}

.business-continuity-how-we-create-timeline {
    background-color: #ffffff;
}

.business-continuity-how-we-create-timeline {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}
.business-continuity-timeline-title {
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 39px;
    font-weight: 700;
    color: #2d3669;
    text-align: center;
    margin-bottom: 50px;
}
.business-continuity-timeline-wrapper {
    position: relative;
}
.business-continuity-timeline-line {
    position: absolute;
    left: 32px;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #2d3669;
    height: calc(100% - 64px);
}

.business-continuity-timeline-steps {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.business-continuity-timeline-step {
    display: flex;
    align-items: flex-start;
    gap: 25px;
    position: relative;
}
.business-continuity-timeline-number {
    position: relative;
    z-index: 10;
    flex-shrink: 0;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: linear-gradient(135deg, #2d3669 0%, #5164ae 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    /* box-shadow: 0 4px 15px rgba(45, 54, 105, 0.3); */
}
.business-continuity-timeline-number span {
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 28px;
    font-weight: 700;
    color: #ffffff;
}
.business-continuity-timeline-content {
    flex: 1;
    background-color: #f4f7fc;
    border-radius: 8px;
    padding: 24px;
    /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); */
}
.business-continuity-timeline-content h3{
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 20px;
    font-weight: 700;
    color: #2d3669;
    margin: 0 0 12px 0;
}

.business-continuity-timeline-content p {
    font-size: 16px;
    color: #444444;
    line-height: 1.7;
    margin: 0;
}
/*What Should Be Included in a Business Continuity Plan?*/
.business-continuity-services {
    background-color: #ffffff;
}

.business-continuity-section {
    padding: 80px 20px;
}
.business-continuity-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    z-index: 2;
}
.business-continuity-title {
    font-size: 2rem;
    font-weight: 700;
    color: #2d3669;
    margin-bottom: 55px;
    text-align: center;
}
.business-continuity-services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 40px;
    max-width: 1200px;
    margin: 0 auto;
}
.business-continuity-item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}
.business-continuity-services-item{
	display: flex;
    gap: 12px;
    align-items: flex-start;
}
.business-continuity-services-item i {
    color: #f37a6f;
    font-size: 25px;
    flex-shrink: 0;
}
.business-continuity-services-item div {
    font-size: 1.05rem;
    line-height: 1.6;
    color: #444444;
}

/*Benefits of Partnering with AtoZinIT*/
.business-continuity-process-section {
    background-color: #f6f7f9;
    padding: 80px 0;
}
.business-continuity-process-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 15px;
}
.business-continuity-process-header {
    text-align: center;
    margin-bottom: 60px;
}
.business-continuity-process-title {
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 38px;
    color: #2d3669;
    margin-bottom: 20px;
    font-weight: bold;
}
.business-continuity-process-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    margin-bottom: 40px;
}
.business-continuity-process-item {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    padding: 30px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}
.business-continuity-process-number {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #f37a6f 0%, #5164ae 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
}
.business-continuity-process-text {
    flex: 1;
    font-family: 'Segoe UI', sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: #444444;
}
.business-continuity-process-text strong {
    font-weight: 600;
    color: #2d3669;
}
/*Be Ready Before Disaster Strikes*/
.business-continuity-services-cta-buttons {
    display: inline-flex;
    align-items: center;
    gap: 25px;
    padding: 16px 32px;
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}
.business-continuity-services-btn-consultation {
    display: inline-block;
    padding: 16px 32px;
    background: transparent;
    color: white;
    border: 1px solid white !important;
    border-radius: 5px;
    font-family: 'Segoe UI', sans-serif;
    font-weight: bold;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}
.business-continuity-services-btn i {
    font-size: 20px;
    rotate: 180deg;
}
.business-continuity-services-btn-consultation:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.1) !important;
    border-color: rgba(255, 255, 255, 0.7);
}
.business-continuity-services-btn-phone:hover {
    background: #bd2d10;
    color: #fff;
}
.business-continuity-services-btn {
    padding: 18px 40px;
    font-size: 18px;
    font-family: 'Segoe UI Bold', sans-serif !important;
    border-radius: 8px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
}
.business-continuity-services-btn-phone {
    background-color: #f37a6f;
    color: #ffffff;
}


/*----------------
============== END CSS Business Continuity & Disaster Recovery
------------------*/

/*----------------
============== START CSS Co-Managed IT Services
------------------*/
/*Header Section*/
.co-managed-it-services-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
	position: relative;
    z-index: 2;
}

.co-managed-it-services-row-topper {
    display: flex;
    justify-content: center;
    align-items: center;
}
.co-managed-it-services-col {
    width: 100%;
}
.co-managed-it-services-box {
    background: #fff;
    border-radius: 12px;
    padding: 40px;
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    margin-top: -100px;
}
.co-managed-it-services-title {
    text-align: center;
    margin-bottom: 20px;
}
.co-managed-it-services-title h1 {
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 42px;
    font-weight: 700;
    color: #2d3669;
    margin: 0;
}

.co-managed-it-services-content {
    display: flex;
    justify-content: center;
}

.co-managed-it-services-text-content {
    width: 100%;
    max-width: 900px;
}
.co-managed-it-services-text p {
    font-size: 18px;
    color: #444;
    line-height: 1.8;
    text-align: center;
}

/*This hybrid model is ideal for businesses that*/

.co-managed-it-services-section {
    padding: 80px 20px;
}

.co-managed-it-services-section-title {
    font-size: 2rem;
    font-weight: 700;
    color: #2d3669;
    margin-bottom: 55px;
    text-align: left;
}

.co-managed-it-services-process {
    background-color: #f3f3f3;
}
.co-managed-it-services-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.co-managed-it-services-container {
    position: relative;
    z-index: 2;
}
.co-managed-it-services-wrapper {
    display: flex;
    gap: 40px;
    align-items: center;
    flex-wrap: wrap;
	flex-direction: row-reverse;
}
.co-managed-it-services-image {
    flex: 0 0 400px;
    min-width: 300px;
}
.co-managed-it-services-image img {
    width: 100%;
    height: auto;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    clip-path: inset(25% 0 0 0);
    margin-top: -38%;
}
.co-managed-it-services-content-hybrid-model {
    flex: 1;
    min-width: 300px;
}
.co-managed-it-services-list {
    list-style: none;
    padding: 0;
}
.co-managed-it-services-list li {
    padding: 15px 0;
    font-size: 1.05rem;
    line-height: 1.6;
    list-style: none;
}
.co-managed-it-services-list li i {
    color: #f37a6f;
    margin-right: 12px;
    font-size: 1.1rem;
}
.co-managed-it-services-standout {
    font-family: 'Segoe UI', sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #444444;
    margin-top: 30px;
    background-color: #f8f8f8;
    padding: 20px 25px;
    border-left: 4px solid #f37a6f;
    font-weight: 500;
}

/*Why Businesses Choose AtoZinIT for Co-Managed IT*/
.co-managed-it-services-why-business-section{
	background: #f8f8f8;
	padding: 80px 0;
}
.co-managed-it-services-header h2{
	font-family: 'Segoe UI', sans-serif;
    font-size: 39px;
    color: #2d3669;
    margin-bottom: 60px;
	text-align: center;
}
.co-managed-it-services-list-why-business{
	max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 50px;
}
.co-managed-it-services-item{
	display: flex;
    align-items: flex-start;
    gap: 20px;
}
.co-managed-it-services-item i{
	font-size: 20px;
    color: #2d3669;
	font-size: 24px;
    color: #2d3669;
}
.co-managed-it-services-item p span{
	color: #2d3669;
    font-size: 20px;
    font-weight: 600;
	padding-right: 7px;
}
.co-managed-it-services-item p {
	margin-top: 0;
}

/*How Co-Managed IT Works With Your Team*/
.co-managed-it-services-how-works-section {
    padding: 80px 20px;
}
.co-managed-it-services-how-works-container {
    max-width: 1200px;
    margin: 0px auto;
    padding: 0px 15px;
    position: relative;
    z-index: 2;
}
.co-managed-it-services-how-works-header{
    text-align: center;
}
.co-managed-it-services-how-works-header h2 {
    font-size: 2.5rem;
    color: #2d3669;
    margin-bottom: 15px;
    font-weight: bold;
    position: relative;
    display: inline-block;
}
.co-managed-it-services-two-column.co-managed-it-services-reverse {
    direction: rtl;
}

.co-managed-it-services-two-column {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}
.co-managed-it-services-two-column.co-managed-it-services-reverse > * {
    direction: ltr;
}
.co-managed-it-services-column-image-how-works img {
    margin-top: -15%;
    width: 100%;
    height: auto;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    clip-path: inset(22% 0 10% 0);
}

.co-managed-it-services-column-text {
    padding: 20px 0;
}
.co-managed-it-services-process-steps {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.co-managed-it-services-step {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}
.co-managed-it-services-step-number {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--call-reporting-primary), #ff9188);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: bold;
    /* box-shadow: 0 4px 15px rgba(243, 122, 111, 0.3); */
}
.co-managed-it-services-step-content h4 {
    font-size: 1.3rem;
    color: #2d3669;
    margin-bottom: 10px;
    font-weight: bold;
}
.co-managed-it-services-step-content p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #444;
    margin: 0;
}
/*What’s Included in Co-Managed IT Services?*/
.co-managed-section {
    padding: 80px 20px;
	background: #f8f8f8;
}
.co-managed-container {
    max-width: 1200px;
    margin: 0px auto;
    padding: 0px 15px;
    position: relative;
    z-index: 2;
}
.co-managed-section-header {
    text-align: center;
    margin-bottom: 50px;
}
.co-managed-section-header h2 {
    font-size: 2.5rem;
    color: #2d3669;
    margin-bottom: 15px;
    font-weight: bold;
    position: relative;
    display: inline-block;
}
.co-managed-advanced-grid-whats-included {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(370px, 1fr));
    gap: 35px;
    margin-top: 40px;
}
.co-managed-advanced-card {
    background: white;
    padding: 40px 30px;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border-top: 4px solid #f37a6f;
    position: relative;
    overflow: hidden;
	display: flex;
    flex-direction: column;
    align-items: center;
}

.co-managed-advanced-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #f37a6f, #5164ae);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}
.co-managed-advanced-card h3 {
    font-size: 1.4rem;
    color:#2d3669;
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 1.3;
	text-align: center;
}
.co-managed-advanced-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.co-managed-advanced-list li {
    padding-left: 30px;
    margin-bottom: 12px;
    position: relative;
    line-height: 1.7;
    font-size: 1rem;
    color: #444;
	list-style: none;
}
.co-managed-advanced-list li::before {
    content: '\f00c';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    position: absolute;
    left: 0;
    color: var(--call-reporting-primary);
    font-size: 0.9rem;
    top: 5px;
}

/*Benefits of Co-Managed IT Services*/
.co-managed-table{
	padding: 80px 0;
}
.co-managed-table-title{
	text-align: center;
}
.co-managed-table-title h2{
	font-size: 2.5rem;
    color: #2d3669;
    margin-bottom: 15px;
    font-weight: bold;
    position: relative;
    display: inline-block;
}
.pricing-table td:nth-of-type(2){
	text-align: left;
}

/*CTA Section*/
.co-managed-services-cta {
    background: linear-gradient(135deg, #2d3669 0%, #5164ae 100%);
    padding: 80px 0;
}
.co-managed-services-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.co-managed-services-cta-content {
	text-align: center;
    color: #ffffff;
	display: flex;
    flex-direction: column;
    align-items: center;
}
.co-managed-services-cta-content h2 {
    font-size: 40px;
    margin-bottom: 20px;
    color: #ffffff;
}
.co-managed-services-cta-content p
Specificity: (0,1,1)
 {
    font-size: 20px;
    margin-bottom: 40px;
    color: #f3f3f3;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}
.co-managed-services-cta-buttons {
    display: inline-flex;
    align-items: center;
    gap: 25px;
    padding: 16px 32px;
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 5px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}
.co-managed-services-btn-phone {
    background-color: #f37a6f;
    color: #ffffff;
}

.co-managed-services-btn {
    padding: 18px 40px;
    font-size: 18px;
    font-family: 'Segoe UI Bold', sans-serif !important;
    border-radius: 5px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
}
.co-managed-services-btn-phone:hover,
.co-managed-services-btn-phone:active,
.co-managed-services-btn-phone:focus {
    background: #bd2d10;
    color: #fff;
}
.co-managed-services-btn i {
    font-size: 20px;
    rotate: 180deg;
}
.co-managed-services-btn-consultation {
    display: inline-block;
    padding: 18px 32px;
    background: transparent;
    color: white;
    border: 1px solid white;
    border-radius: 5px;
    font-family: 'Segoe UI', sans-serif;
    font-weight: bold;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}
.co-managed-services-btn-consultation:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.1) !important;
    border-color: rgba(255, 255, 255, 0.7);
}

.co-managed-services-cta-links p{
	max-width: 800px;
}

/*Media Co-Managed */
@media (max-width: 768px) {
	.co-managed-it-services-list{
		padding: 10px 40px;
	}
	.co-managed-it-services-two-column{
		display: block;
	}
    .co-managed-it-services-list-why-business{
		display:block;
	}
	.co-managed-advanced-grid-whats-included{
		grid-template-columns: repeat(auto-fit, minmax(251px, 1fr));
	}
	.co-managed-services-cta-buttons{
		display: block;
	}
	.co-managed-services-btn-consultation{
		margin-top: 20px;
	}
}
/*----------------
============== END CSS Co-Managed IT Services
------------------*/

/*----------------
============== START On-site & Off-site Backup Services
------------------*/
/*Header Section*/
.on-site-off-site-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
	position: relative;
    z-index: 2;
}

.on-site-off-site-row-topper {
    display: flex;
    justify-content: center;
    align-items: center;
}
.on-site-off-site-col {
    width: 100%;
}
.on-site-off-site-box {
    background: #fff;
    border-radius: 12px;
    padding: 40px;
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    margin-top: -100px;
}
.on-site-off-site-header-title {
    text-align: center;
    margin-bottom: 20px;
}
.on-site-off-site-header-title h1 {
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 42px;
    font-weight: 700;
    color: #2d3669;
    margin: 0;
}

.on-site-off-site-header-content {
    display: flex;
    justify-content: center;
}

.on-site-off-site-text-content {
    width: 100%;
    max-width: 900px;
}
.on-site-off-site-text p {
    font-size: 18px;
    color: #444;
    line-height: 1.8;
    text-align: center;
}
/*Importance of Reliable IT Services for Businesses*/
.on-site-off-site-section {
    padding: 80px 20px;
}
.on-site-off-site-container {
    position: relative;
    z-index: 2;
}

.on-site-off-site-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.on-site-off-site-wrapper {
    display: flex;
    gap: 40px;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}
.on-site-off-site-image {
    flex: 0 0 400px;
    min-width: 300px;
}
.on-site-off-site-image img {
    width: 100%;
    height: auto;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    clip-path: inset(25% 0 0 0);
    margin-top: -38%;
}
.on-site-off-site-content-importance-of-reliable {
    flex: 1;
    min-width: 300px;
}
.on-site-off-site-title-importance-of-reliable {
    font-size: 2rem;
    font-weight: 700;
    color: #2d3669;
    margin-bottom: 55px;
    text-align: left;
}
.on-site-off-site-importance-of-reliable-list {
    list-style: none;
    padding: 0;
}
.on-site-off-site-importance-of-reliable-list li {
    padding: 15px 0;
    font-size: 1.05rem;
    line-height: 1.6;
    list-style: none;
}
.on-site-off-site-importance-of-reliable-list li i {
    color: #f37a6f;
    margin-right: 12px;
    font-size: 1.1rem;
}
/*On-Site Backup Solutions*/
.on-site-off-site-section {
    padding: 80px 20px;
}

.on-site-off-site-backup-solutions {
    background-color: #f8f8f8; 
}
.on-site-off-site-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    z-index: 2;
}
.on-site-off-site-title {
    font-size: 2rem;
    font-weight: 700;
    color: #2d3669;
    margin-bottom: 30px;
    text-align: left;
}
.on-site-off-site-wrapper {
    display: flex;
    gap: 40px;
    align-items: center;
    flex-wrap: wrap;
}
.on-site-off-site-content {
    flex: 1;
    min-width: 300px;
}
.on-site-off-site-intro {
    font-size: 1.1rem;
    margin-bottom: 30px;
    color: #444444;
}
.on-site-off-site-list {
    list-style: none;
    counter-reset: process-counter;
    padding-left: 0;
    margin-bottom: 25px;
}
.on-site-off-site-list li {
    counter-increment: process-counter;
    position: relative;
    padding-left: 45px;
    margin-bottom: 30px;
    line-height: 1.6;
    list-style: none;
}
.on-site-off-site-list li::before {
    content: counter(process-counter);
    position: absolute;
    left: 0;
    top: 0;
    background-color: #5164ae;
    color: #ffffff;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1rem;
}
.on-site-off-site-list li strong {
    color: #2d3669;
}
.on-site-off-site-backup-solutions-image {
    flex: 0 0 400px;
    min-width: 300px;
}
.on-site-off-site-backup-solutions-image img {
    width: 100%;
    height: auto;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
/*Off-Site Backup Services*/
.on-site-off-site-backup-services-section{
    background-color: #f8f8f8;
    padding: 80px 0;
}
.on-site-off-site-backup-services-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 15px;
}
.on-site-off-site-backup-services-header {
    text-align: center;
    margin-bottom: 60px;
}
.on-site-off-site-backup-services-title {
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 38px;
    color: #2d3669;
    margin-bottom: 20px;
    font-weight: bold;
}
.on-site-off-site-backup-services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    margin-bottom: 40px;
}
.on-site-off-site-backup-services-item {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    padding: 30px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}
.on-site-off-site-backup-services-number {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #f37a6f 0%, #5164ae 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
}
.on-site-off-site-backup-services-text {
    flex: 1;
    font-family: 'Segoe UI', sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: #444444;
}
.on-site-off-site-backup-services-text strong {
    font-weight: 600;
    color: #2d3669;
}

.on-site-off-site-backup-services-note{
	background: #ffffff;
    padding: 25px 30px;
    border-radius: 8px;
    border-left: 4px solid #f37a6f;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.on-site-off-site-backup-services-note p {
    font-family: 'Segoe UI', sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: #444444;
    margin: 0;
}
.on-site-off-site-backup-services-note strong {
    font-weight: 600;
    color: #2d3669;
}
/*Hybrid Solutions (Onsite + Offsite + Cloud)*/
.on-site-off-site-hybrid-solutions-section {
    background-color: #ffffff;
    padding: 80px 0;
}
.on-site-off-site-hybrid-solutions-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.on-site-off-site-hybrid-solutions-header {
    text-align: center;
    margin-bottom: 60px;
}
.on-site-off-site-hybrid-solutions-title {
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 38px;
    color: #2d3669;
    margin-bottom: 20px;
    font-weight: bold;
}
.on-site-off-site-hybrid-solutions-subtitle {
    font-family: 'Segoe UI', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #444444;
    max-width: 900px;
    margin: 0 auto;
}
.on-site-off-site-hybrid-solutions-grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}
.on-site-off-site-hybrid-solutions-card {
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    padding: 50px 40px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}
.on-site-off-site-hybrid-solutions-icon {
    width: 64px;
    height: 64px;
    background-color: #f37a6f;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
}
.on-site-off-site-hybrid-solutions-icon i {
    color: #ffffff;
    font-size: 28px;
}
.on-site-off-site-hybrid-solutions-card-title {
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 24px;
    color: #2d3669;
    margin-bottom: 20px;
    font-weight: bold;
}
.on-site-off-site-hybrid-solutions-card-text {
    font-family: 'Segoe UI', sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: #444444;
    margin: 0;
}
/*Why Charlotte Businesses Trust AtoZinIT*/
.on-site-off-site-section {
    padding: 80px 20px;
}
.on-site-off-site-why-charlotte-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    z-index: 2;
}
.on-site-off-site-why-charlotte-title {
    font-size: 2rem;
    font-weight: 700;
    color: #2d3669;
    margin-bottom: 30px;
    text-align: left;
}
.on-site-off-site-why-charlotte-wrapper {
    display: flex;
    gap: 40px;
    align-items: center;
    flex-wrap: wrap;
}
.on-site-off-site-why-charlotte-content {
    flex: 1;
    min-width: 300px;
}

.on-site-off-site-why-charlotte-list {
    list-style: none;
    counter-reset: process-counter;
    padding-left: 0;
    margin-bottom: 25px;
}
.on-site-off-site-why-charlotte-list li {
    counter-increment: process-counter;
    position: relative;
    padding-left: 45px;
    margin-bottom: 20px;
    line-height: 1.6;
    list-style: none;
}
.on-site-off-site-why-charlotte-list li::before {
    content: counter(process-counter);
    position: absolute;
    left: 0;
    top: 0;
    background-color: #5164ae;
    color: #ffffff;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1rem;
}
.on-site-off-site-why-charlotte-list li strong {
    color: #2d3669;
}
.on-site-off-site-why-charlotte-image {
    flex: 0 0 400px;
    min-width: 300px;
}
.on-site-off-site-why-charlotte-image img {
    width: 100%;
    height: auto;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	clip-path: inset(15% 0 0 0);
    margin-top: -20%;
}
/*Benefits of AtoZinIT Services*/
.on-site-off-site-table {
    padding: 80px 0;
}
.on-site-off-site-table-title {
    text-align: center;
}
.on-site-off-site-table-title h2 {
    font-size: 2.5rem;
    color: #2d3669;
    margin-bottom: 15px;
    font-weight: bold;
    position: relative;
    display: inline-block;
}
/*CTA Section*/
.on-site-off-site-cta-section {
    background: linear-gradient(135deg, #2d3669 0%, #5164ae 100%);
    padding: 80px 0;
}
.on-site-off-site-cta-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.on-site-off-site-cta-content {
    text-align: center;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.on-site-off-site-cta-content h2 {
    font-size: 40px;
    margin-bottom: 20px;
    color: #ffffff;
}
.on-site-off-site-cta-links p {
    max-width: 800px;
}
.on-site-off-site-cta-links p a{
	color: #f37a6f;
	font-weight: 600;
}
.on-site-off-site-cta-buttons {
    display: inline-flex;
    align-items: center;
    gap: 25px;
    padding: 16px 32px;
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}
.on-site-off-site-cta-btn-phone{
	background-color: #f37a6f;
    color: #ffffff;
}

	
.on-site-off-site-cta-btn-phone:hover {
    background: #bd2d10;
    color: #fff;
}
.on-site-off-site-cta-btn i {
    font-size: 20px;
    rotate: 180deg;
}
.on-site-off-site-cta-btn-consultation {
    display: inline-block;
    padding: 16px 32px;
    background: transparent;
    color: white;
    border: 1px solid white !important;
    border-radius: 5px;
    font-family: 'Segoe UI', sans-serif;
    font-weight: bold;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}
.on-site-off-site-cta-btn {
    padding: 18px 40px;
    font-size: 18px;
    font-family: 'Segoe UI Bold', sans-serif !important;
    border-radius: 5px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
}
.on-site-off-site-cta-btn-consultation:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.1) !important;
    border-color: rgba(255, 255, 255, 0.7);
}

/*----------------
============== END On-site & Off-site Backup Services
------------------*/




/*----------------
============== START On-Site IT Infrastructure & Security Services
------------------*/
/*Header Section*/
.on-site-off-site-infrastruture-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
	position: relative;
    z-index: 2;
}

.on-site-off-site-infrastruture-row-topper {
    display: flex;
    justify-content: center;
    align-items: center;
}
.on-site-off-site-infrastruture-col {
    width: 100%;
}
.on-site-off-site-infrastruture-box {
    background: #fff;
    border-radius: 12px;
    padding: 40px;
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    margin-top: -100px;
}
.on-site-off-site-infrastruture-header-title {
    text-align: center;
    margin-bottom: 20px;
}
.on-site-off-site-infrastruture-title h1 {
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 42px;
    font-weight: 700;
    color: #2d3669;
    margin: 0;
}
.on-site-off-site-header-title h4{
	font-weight: 600;
	color: #f37a6f;
	margin: 18px 0 10px 0;
}
.on-site-off-site-infrastruture-header-content {
    display: flex;
    justify-content: center;
}

.on-site-off-site-infrastruture-text-content {
    width: 100%;
    max-width: 900px;
}
.on-site-off-site-infrastruture-text p {
    font-size: 18px;
    color: #444;
    line-height: 1.8;
    text-align: center;
}

.on-site-it-infrastructure-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ============================================ */
/* At AtoZinIT, we deliver comprehensive  */
/* ============================================ */
.on-site-it-infrastructure-hero {
  background: linear-gradient(135deg, #2d3669 0%, #5164ae 100%);
  padding: 100px 0 80px;
  position: relative;
  overflow: hidden;
}


.on-site-it-infrastructure-hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.on-site-it-infrastructure-hero-icon {
  font-size: 80px;
  color: #ffffff;
  margin-bottom: 32px;
}

.on-site-it-infrastructure-hero-icon i {
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.2));
}

.on-site-it-infrastructure-hero-description {
  font-size: 18px;
    color: #444444;
    margin-bottom: 20px;
    line-height: 1.6;
    text-align: left;
}

.on-site-it-infrastructure-hero-subtitle {
  font-size: 16px;
  color: #444444;
  margin-bottom: 32px;
  line-height: 1.6;
  text-align: left;
}

.on-site-it-infrastructure-cta-button {
  background-color: #f37a6f;
  color: #ffffff;
  padding: 16px 32px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}

.on-site-it-infrastructure-cta-button:hover {
  background-color: #e96860;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(243, 122, 111, 0.4);
}

.on-site-it-infrastructure-icon-inline {
  width: 20px;
  height: 20px;
}

/* ============================================ */
/* What IT Infrastructure Means for Modern Businesses */
/* ============================================ */
.on-site-it-infrastructure-meaning {
  padding: 80px 0;
  background-color: #ffffff;
}

.on-site-it-infrastructure-content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.on-site-it-infrastructure-content-grid-reverse {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.on-site-it-infrastructure-section-title {
  font-size: 36px;
  font-weight: 700;
  color: #2d3669;
  margin-bottom: 24px;
  line-height: 1.2;
}

.on-site-it-infrastructure-section-title-center {
  font-size: 36px;
  font-weight: 700;
  color: #2d3669;
  margin-bottom: 48px;
  line-height: 1.2;
  text-align: center;
}

.on-site-it-infrastructure-section-title-center-dark {
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 48px;
  line-height: 1.2;
  text-align: center;
}

.on-site-it-infrastructure-paragraph {
  font-size: 16px;
  color: #444444;
  line-height: 1.6;
  margin-bottom: 24px;
}

.on-site-it-infrastructure-paragraph-centered {
  font-size: 18px;
  color: #444444;
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.on-site-it-infrastructure-subtitle {
  font-size: 20px;
  font-weight: 600;
  color: #2d3669;
  margin-bottom: 16px;
}

.on-site-it-infrastructure-benefits-list {
  margin-top: 32px;
}

.on-site-it-infrastructure-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.on-site-it-infrastructure-list-item {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  font-size: 16px;
  color: #444444;
}

.on-site-it-infrastructure-list-item i{
	color: #f37a6f;
    font-size: 24px;
}

.on-site-it-infrastructure-check-icon {
  width: 24px;
  height: 24px;
  color: #f37a6f;
  flex-shrink: 0;
}


.on-site-it-infrastructure-large-icon {
  width: 120px;
  height: 120px;
  color: #5164ae;
  opacity: 0.7;
}

/* ============================================ */
/* Benefits of Professional On-Site IT Support */
/* ============================================ */
.on-site-it-infrastructure-benefits {
  padding: 80px 0;
  background: #f8f8f8;;
}

.on-site-it-infrastructure-benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.on-site-it-infrastructure-benefit-card {
  background-color: #ffffff;
  padding: 32px;
  border-radius: 12px;
  box-shadow: 3px 5px 12px 7px rgba(45, 54, 105, 0.08);
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.on-site-it-infrastructure-benefit-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}

.on-site-it-infrastructure-icon-wrapper {
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, #f37a6f 0%, #ff9087 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.on-site-it-infrastructure-icon-wrapper i{
	color: #fff;
	font-size: 32px;
}

.on-site-it-infrastructure-card-title {
  font-size: 20px;
  font-weight: 600;
  color: #2d3669;
  margin: 0;
}

.on-site-it-infrastructure-card-text {
  font-size: 15px;
  color: #444444;
  line-height: 1.5;
}

/* ============================================ */
/* Setting Up and Maintaining Servers, Workstations & Networks */
/* ============================================ */
.on-site-it-infrastructure-setup {
  padding: 80px 0 0 0;
  background-color: #fff;
}
.on-site-it-infrastructure-image-setting-up-and-maintaining img{
	clip-path: inset(21% 0 16% 0);
    margin-top: -20%;
}

/* ============================================ */
/* Protecting Physical Infrastructure with Advanced Security */
/* ============================================ */
.on-site-it-infrastructure-security {
  padding: 80px 0;
  background-color: #f8f8f8;
}

.on-site-it-infrastructure-security-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.on-site-it-infrastructure-security-card {
  background-color: #ffffff;
  padding: 40px 32px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 4px 6px 12px 6px rgba(45, 54, 105, 0.08);
  transition: all 0.3s ease;
  border-top: 3px solid #f37a6f;
}
.on-site-it-infrastructure-security-card i{
	color: #2d3669;
	font-size: 32px;
	margin: 10px 0 20px 0;
}

.on-site-it-infrastructure-security-icon {
  width: 48px;
  height: 48px;
  color: #f37a6f;
  margin: 0 auto 20px;
}

.on-site-it-infrastructure-security-title {
  font-size: 22px;
  font-weight: 600;
  color: #2d3669;
  margin-bottom: 12px;
}

.on-site-it-infrastructure-security-text {
  font-size: 15px;
  color: #444444;
  line-height: 1.5;
}

/* ============================================ */
/* Common Challenges for SMBs*/
/* ============================================ */
.on-site-it-infrastructure-challenges {
  padding: 80px 0;
  background-color: #fff;
}

.on-site-it-infrastructure-challenges-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  max-width: 1000px;
  margin: 0 auto;
}

.on-site-it-infrastructure-challenge-item {
  display: flex;
  align-items: center;
  gap: 16px;
}

.on-site-it-infrastructure-challenge-item i{
	color: #f37a6f;
	font-size: 24px;
}

.on-site-it-infrastructure-challenge-item p{
	color: #444;
}
.on-site-it-infrastructure-challenge-check {
  width: 28px;
  height: 28px;
  color: #f37a6f;
  flex-shrink: 0;
  stroke-width: 2.5;
}

.on-site-it-infrastructure-challenge-title {
  font-size: 18px;
  font-weight: 400;
  color: #2d3669;
  margin: 0;
}

/* ============================================ */
/* The Role of Network Security */
/* ============================================ */
.on-site-it-infrastructure-network {
  padding: 80px 0;
  background-color: #fff;
}
.on-site-it-infrastructure-image-the-role-of-network img {
    clip-path: inset(20% 0 21% 0);
    margin-top: -14%;
}
/* ============================================ */
/*Our Physical Infrastructure & Security Services */
/* ============================================ */
.on-site-it-infrastructure-services {
  padding: 80px 0;
  background: #f8f8f8;
}

.on-site-it-infrastructure-services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

.on-site-it-infrastructure-service-card {
  background-color: #ffffff;
  padding: 20px 32px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(45, 54, 105, 0.08);
  border-left: 4px solid #f37a6f;
}

.on-site-it-infrastructure-service-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}

.on-site-it-infrastructure-service-icon {
  width: 40px;
  height: 40px;
  color: #5164ae;
  flex-shrink: 0;
}

.on-site-it-infrastructure-service-title {
  font-size: 18px;
  font-weight: 600;
  color: #2d3669;
  margin: 0;
}

.on-site-it-infrastructure-service-text {
  font-size: 14px;
  color: #444444;
  line-height: 1.5;
}

/* ============================================ */
/* How AtoZinIT Supports Charlotte Businesses */
/* ============================================ */
.on-site-it-infrastructure-charlotte {
  padding: 80px 0;
  background-color: #ffffff;
}

.on-site-it-infrastructure-content-centered {
  text-align: center;
}

.on-site-it-infrastructure-closing-related{
	padding: 80px 0;
}
/* ============================================ */
/* Why Businesses Choose AtoZinIT */
/* ============================================ */
.on-site-it-infrastructure-why-choose {
  padding: 80px 0;
  background: linear-gradient(135deg, #2d3669 0%, #5164ae 100%);
}

.on-site-it-infrastructure-why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.on-site-it-infrastructure-why-card {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 15px 32px;
  border-radius: 12px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.on-site-it-infrastructure-why-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}

.on-site-it-infrastructure-why-icon {
  width: 32px;
  height: 32px;
  color: #f37a6f;
  flex-shrink: 0;
}

.on-site-it-infrastructure-why-title {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
}

.on-site-it-infrastructure-why-text {
  font-size: 15px;
  color: #f3f3f3;
  line-height: 1.5;
  margin: 0;
}

/* ============================================ */
/*  CLOSING  */
/* ============================================ */
.on-site-it-infrastructure-closing {
  padding: 80px 0 0 0;
  background-color: #f8f8f8;
}

/* ============================================ */
/*RELATED  */
/* ============================================ */
.on-site-it-infrastructure-related {
  padding: 60px 0;
  background-color: #f8f8f8;
}

.on-site-it-infrastructure-related-title {
  font-size: 20px;
  font-weight: 600;
  color: #2d3669;
  margin-bottom: 32px;
  text-align: center;
}

.on-site-it-infrastructure-related-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

.on-site-it-infrastructure-related-link {
background-color: #f37a6f;
    color: #fff;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.on-site-it-infrastructure-related-link:hover {
  background-color:#f37a6fd9;
  color: #ffffff;
}

/* ===========
/* CTA  */
/* =========*/
.on-site-it-infrastructure-cta {
  padding: 80px 0;
  background: linear-gradient(135deg, #2d3669 0%, #5164ae 100%);
}

.on-site-it-infrastructure-cta-content {
  text-align: center;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.on-site-it-infrastructure-cta-content h3{
	text-align: center;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.on-site-it-infrastructure-cta-title {
  font-size: 40px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
  line-height: 1.2;
}

.on-site-it-infrastructure-cta-buttons-wrapper {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 20px;
}

.on-site-it-infrastructure-cta-btn-phone {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 5px;
  transition: all 0.3s ease;
  border: 2px solid #f37a6f;
  cursor: pointer;
  background-color: #f37a6f;
  color: #ffffff;
}

.on-site-it-infrastructure-cta-btn-phone:hover {
  background: #bd2d10;
  color: #fff;
}

.on-site-it-infrastructure-cta-icon {
  width: 20px;
  height: 20px;
  transform: rotate(270deg);
}

.on-site-it-infrastructure-cta-btn-consultation {
  display: inline-block;
  padding: 16px 32px;
  background: transparent;
  color: white;
  border: 2px solid white;
  border-radius: 5px;
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}

.on-site-it-infrastructure-cta-btn-consultation:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.7);
}
.on-site-it-infrastructure-cta-btn-phone i{
	    rotate: 180deg;
}

/*----------------
============== END On-Site IT Infrastructure & Security Services
------------------*/

/*----------------
============== START IT Help Desk (24/7 Option) 
------------------*/
/* Row Topper */
.it-help-desk-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.it-help-desk-row-topper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.it-help-desk-col {
    width: 100%;
}

.it-help-desk-box {
    background: #fff;
    border-radius: 12px;
    padding: 40px;
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    margin-top: -100px;
}

.it-help-desk-header-title {
    text-align: center;
    margin-bottom: 20px;
}

.it-help-desk-header-title h1 {
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 42px;
    font-weight: 700;
    color: #2d3669;
    margin: 0;
}

.it-help-desk-header-title h4 {
    font-weight: 600;
    color: #f37a6f;
    margin: 18px 0 10px 0;
}

.it-help-desk-header-content {
    display: flex;
    justify-content: center;
}

.it-help-desk-text-content {
    width: 100%;
    max-width: 900px;
}

.it-help-desk-text p {
    font-size: 18px;
    color: #444;
    line-height: 1.8;
    text-align: center;
}


/* Hero Section */
.it-help-desk-hero {
  background: #ffffff;
  padding: 80px 0;
}

.it-help-desk-hero-content {
  display: grid;
  grid-template-columns: 65% 35%;
  gap: 60px;
  align-items: center;
}

.it-help-desk-hero-title {
  font-size: 48px;
  line-height: 1.2;
  color: #2d3669;
  margin-bottom: 24px;
  font-weight: 700;
}

.it-help-desk-hero-description {
  font-size: 18px;
  line-height: 1.8;
  color: #444444;
  margin-bottom: 32px;
}

.it-help-desk-hero-cta {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.it-help-desk-btn-primary {
	background-color: #f37a6f;
    color: #ffffff;
	padding: 18px 40px;
    font-size: 18px;
    font-family: 'Segoe UI Bold', sans-serif !important;
    border-radius: 5px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
}
.it-help-desk-btn-primary  i{
	rotate: 90deg;
}

.it-help-desk-btn-primary:hover {
	background: #bd2d10;
    color: #fff;
}


.it-help-desk-hero-stats {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  padding-right: 20px;
}

.it-help-desk-stat-card {
  background: linear-gradient(135deg, #5164ae 0%, #2d3669 100%);
  padding: 24px;
  border-radius: 12px;
  display: flex;
  gap: 16px;
  align-items: center;
  box-shadow: 0 4px 12px rgba(45, 54, 105, 0.15);
}


.it-help-desk-stat-icon {
  font-size: 32px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.it-help-desk-stat-content {
  flex: 1;
}

.it-help-desk-stat-number {
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
}

.it-help-desk-stat-label {
  font-size: 14px;
  color: #f3f3f3;
  margin-top: 4px;
}

/* Why Section */
.it-help-desk-why-section {
  background: #f3f3f3;
  padding: 80px 0;
}

.it-help-desk-section-header {
  text-align: center;
  margin-bottom: 48px;
}

.it-help-desk-section-title {
  font-size: 40px;
  line-height: 1.2;
  color: #2d3669;
  font-weight: 700;
  margin-bottom: 16px;
}

.it-help-desk-why-content {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 48px;
  align-items: center;
}

.it-help-desk-why-image {
  display: flex;
  justify-content: center;
}

.it-help-desk-paragraph {
  font-size: 18px;
  line-height: 1.8;
  color: #444444;
  margin-bottom: 32px;
}

.it-help-desk-benefits-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.it-help-desk-benefit-item {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #ffffff;
  padding: 16px;
  border-radius: 8px;
  font-weight: 600;
  color: #2d3669;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.it-help-desk-benefit-item:hover {
  transform: translateX(4px);
  box-shadow: 0 4px 12px rgba(243, 122, 111, 0.2);
}

.it-help-desk-benefit-item i {
  font-size: 24px;
  color: #f37a6f;
}
/*Table IT help desk */
.it-help-desk-table {
    padding: 80px 0;
}
.it-help-desk-table-title {
    text-align: center;
}
.it-help-desk-table-title h2 {
    font-size: 2.5rem;
    color: #2d3669;
    margin-bottom: 15px;
    font-weight: bold;
    position: relative;
    display: inline-block;
}
/* How It Works Section - Timeline Style */
.it-help-desk-how-section {
  background: #ffffff;
  padding: 0 0 80px 0;
}

.it-help-desk-container-timeline {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 24px;
}

.it-help-desk-timeline-title {
  font-size: 40px;
  line-height: 1.2;
  color: #2d3669;
  font-weight: 700;
  text-align: center;
  margin-bottom: 60px;
}

.it-help-desk-timeline-wrapper {
  position: relative;
}

.it-help-desk-timeline-line {
  position: absolute;
  left: 40px;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #e0e0e0;
}

.it-help-desk-timeline-steps {
  position: relative;
  z-index: 1;
}

.it-help-desk-timeline-step {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
  position: relative;
}

.it-help-desk-timeline-step:last-child {
  margin-bottom: 0;
}

.it-help-desk-timeline-number {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #5164ae 0%, #2d3669 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(45, 54, 105, 0.3);
  position: relative;
  z-index: 2;
}

.it-help-desk-timeline-number span {
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
}

.it-help-desk-timeline-content {
  background: #f3f3f3;
  padding: 24px 32px;
  border-radius: 12px;
  margin-left: 32px;
  flex: 1;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}


.it-help-desk-timeline-content h3 {
  font-size: 22px;
  color: #2d3669;
  font-weight: 700;
  margin-bottom: 8px;
}

.it-help-desk-timeline-content p {
  font-size: 16px;
  line-height: 1.6;
  color: #444444;
  margin: 0;
}

.it-help-desk-timeline-content p a{
  font-weight: 600;
  color: #f37a6f;
}


.it-help-desk-timeline-content p a:hover,
.it-help-desk-timeline-content p a:active,
.it-help-desk-timeline-content p a:focus{
  color: #bd2d10;
}
/* Common Issues Section */
.it-help-desk-issues-section {
  background: #f3f3f3;
  padding: 80px 0;
}

.it-help-desk-issues-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.it-help-desk-issue-item {
  background: #ffffff;
  padding: 28px;
  border-radius: 12px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.it-help-desk-issue-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #f37a6f 0%, #e86a5f 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(243, 122, 111, 0.25);
}

.it-help-desk-issue-icon i {
  font-size: 28px;
  color: #ffffff;
}

.it-help-desk-issue-text {
  flex: 1;
}

.it-help-desk-issue-text h4 {
  font-size: 19px;
  color: #2d3669;
  margin-bottom: 8px;
  font-weight: 700;
}

.it-help-desk-issue-text p {
  font-size: 15px;
  line-height: 1.6;
  color: #444444;
  margin: 0;
}
.it-help-desk-issue-text p a{
	font-weight: 600;
	color: #f37a6f;
}

.it-help-desk-issue-text p a:hover,
.it-help-desk-issue-text p a:active,
.it-help-desk-issue-text p a:focus{
	color: #bd2d10;
}

/* Support Types Section */
.it-help-desk-support-types {
  background: #ffffff;
  padding: 80px 0;
}

.it-help-desk-support-comparison {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 32px;
}

.it-help-desk-support-card {
  background: linear-gradient(135deg, #f3f3f3 0%, #ffffff 100%);
  padding: 48px;
  border-radius: 16px;
  text-align: center;
  border: 2px solid #e0e0e0;
  transition: all 0.3s ease;
}

.it-help-desk-support-icon {
  width: 100px;
  height: 100px;
  background: #f37a6f;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
  font-size: 48px;
  color: #ffffff;
  box-shadow: 0 8px 24px rgba(45, 54, 105, 0.25);
}

.it-help-desk-support-card-title {
  font-size: 28px;
  color: #2d3669;
  margin-bottom: 16px;
  font-weight: 700;
}

.it-help-desk-support-description {
  font-size: 17px;
  line-height: 1.7;
  color: #444444;
  margin-bottom: 24px;
}

.it-help-desk-support-badge {
  display: inline-block;
  background: #f37a6f;
  color: #ffffff;
  padding: 12px 24px;
  border-radius: 24px;
  font-weight: 700;
  font-size: 14px;
}

/* Availability Section */
.it-help-desk-availability-section {
  background: #f3f3f3;
  padding: 80px 0;
}

.it-help-desk-section-title-center {
  font-size: 36px;
  color: #2d3669;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
  line-height: 1.3;
}

.it-help-desk-availability-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.it-help-desk-availability-card {
  background: #ffffff;
  padding: 40px 30px;
  border-radius: 12px;
  border-top: 4px solid #f37a6f;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: all 0.3s ease;
}

.it-help-desk-availability-card i {
  font-size: 50px;
  color: #5164ae;
  margin-bottom: 20px;
}

.it-help-desk-availability-title {
  font-size: 20px;
  color: #2d3669;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.3;
}

.it-help-desk-availability-text {
  font-size: 16px;
  line-height: 1.7;
  color: #444444;
  margin: 0;
}

/* Scalable Section */
.it-help-desk-scalable-section {
  background: #ffffff;
  padding: 80px 0;
}

.it-help-desk-scalable-content {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 48px;
  align-items: center;
}

.it-help-desk-scalable-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 32px;
}

.it-help-desk-feature-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  font-weight: 600;
  color: #2d3669;
}

.it-help-desk-feature-item i {
  font-size: 24px;
  color: #f37a6f;
}

/* Response Section */
.it-help-desk-response-section {
  background: #ffffff;
  padding: 80px 0;
}

.it-help-desk-response-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}

.it-help-desk-response-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.it-help-desk-response-content {
  padding-right: 20px;
}

.it-help-desk-response-title {
  font-size: 36px;
  color: #2d3669;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 1.3;
}

.it-help-desk-response-list {
  list-style: none;
  counter-reset: item;
  padding: 0;
  margin: 0;
}

.it-help-desk-response-list li {
  counter-increment: item;
  margin-bottom: 24px;
  position: relative;
  padding-left: 60px;
  font-size: 16px;
  line-height: 1.7;
  color: #444444;
  list-style: none;
}

.it-help-desk-response-list li::before {
  content: counter(item);
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background: #5164ae;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 18px;
}

.it-help-desk-response-list li strong {
  color: #2d3669;
  font-weight: 700;
}

.it-help-desk-response-image {
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.it-help-desk-btn .it-help-desk-btn-phone i{
	rotate: 180deg;
}
.it-help-desk-response-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* CTA Section */
.it-help-desk-cta {
  background: linear-gradient(135deg, #4a5a8a 0%, #5164ae 100%);
  padding: 80px 0;
}

.it-help-desk-cta-content {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}

.it-help-desk-cta-title {
  font-size: 32px;
  color: #ffffff;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 40px;
}

.it-help-desk-cta-buttons-wrapper {
  display: flex;
  justify-content: center;
}

.it-help-desk-cta-buttons {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
  justify-content: center;
}

.it-help-desk-cta-buttons i{
	rotate: 180deg;
}
.it-help-desk-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 32px;
  border-radius: 6px;
  text-decoration: none;
  font-family: 'Segoe UI Bold', sans-serif;
  font-weight: 600;
  font-size: 18px;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

.it-help-desk-btn-phone {
  background: #f37a6f;
  color: #ffffff;
}

.it-help-desk-btn-phone:hover {
  background: #bd2d10;
  color: #fff;
}

.it-help-desk-btn-consultation {
  padding: 16px 32px;
  background: transparent;
  color: white;
  border: 1px solid white;
  border-radius: 5px;
  font-family: 'Segoe UI', sans-serif;
  font-weight: bold;
  font-size: 18px;
}

.it-help-desk-btn-consultation:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.7);
}

.it-help-desk-btn-icon {
  width: 18px;
  height: 18px;
}

/* Closing Section */
.it-help-desk-closing-section {
  background: #ffffff;
  padding: 80px 0;
}

.it-help-desk-content-centered {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
}

.it-help-desk-paragraph-centered {
  font-size: 18px;
  line-height: 1.8;
  color: #444444;
  margin-bottom: 40px;
}

.it-help-desk-related-title {
  font-size: 18px;
  color: #2d3669;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 1.6;
}

.it-help-desk-related-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  align-items: center;
}

.it-help-desk-related-link {
  display: inline-block;
  background: #f37a6f;
  color: #ffffff;
  padding: 16px 32px;
  border-radius: 30px;
  text-decoration: none;
  font-family: 'Segoe UI Bold', sans-serif;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.it-help-desk-related-link:hover {
  background: #bd2d10;
  color: #fff;
}



/*----------------
============== END IT Help Desk (24/7 Option) 
------------------*/


/*----------------
============== START Remote Monitoring & IT Management (RMM) 
------------------*/
/* CSS VARIABLES */
:root {
    --accent1: #f37a6f;
    --accent2: #2d3669;
    --accent3: #5164ae;
    --bg: #f3f3f3;
    --text: #444444;
    --white: #ffffff;
    --gray-light: #e5e5e5;
    --gray-dark: #cccccc;
}
/* Row Topper */
.rmm-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.rmm-row-topper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.rmm-col {
    width: 100%;
}

.rmm-box {
    background: #fff;
    border-radius: 12px;
    padding: 40px;
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    margin-top: -100px;
}

.rmm-header-title {
    text-align: center;
    margin-bottom: 20px;
}

.rmm-header-title h1 {
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 42px;
    font-weight: 700;
    color: #2d3669;
    margin: 0;
}

.rmm-header-title h4 {
    font-weight: 600;
    color: #f37a6f;
    margin: 18px 0 10px 0;
}

.rmm-header-content {
    display: flex;
    justify-content: center;
}

.rmm-text-content {
    width: 100%;
    max-width: 900px;
}

.rmm-text p {
    font-size: 18px;
    color: #444;
    line-height: 1.8;
    text-align: center;
}

/*  CONTAINER UTILITY */
.rmm-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.rmm-container--narrow {
    max-width: 1000px;
}

.rmm-container--wide {
    max-width: 1400px;
}

/* SECTION TITLES */
.rmm-section-title {
    font-size: 2.5rem;
    font-weight: bold;
    color: var(--accent2);
    text-align: center;
    margin-bottom: 3rem;
}

.rmm-section-title--light {
    color: var(--white);
}

/* HERO SECTION */
.rmm-hero {
    background-color: var(--white);
    padding: 5rem 1.5rem;
}

.rmm-hero__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
}

.rmm-hero__title {
    font-size: 3rem;
    font-weight: bold;
    color: var(--accent2);
    margin-bottom: 1.5rem;
}

.rmm-hero__text {
    font-size: 1.125rem;
    line-height: 1.75;
    color: var(--text);
}



/* BENEFITS SECTION */
.rmm-section-title-benefits{
	font-size: 2.5rem;
    font-weight: bold;
    color: var(--accent2);
    text-align: center;
    margin-bottom: 3rem;
  }
.rmm-benefits {
    background-color: #f8f8f8;
    padding: 5rem 1.5rem;
}

.rmm-benefits__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

.rmm-benefits__card {
    background-color: #fff;
    padding: 2rem;
    border-radius: 0.5rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.rmm-benefits__card-inner {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.rmm-benefits__icon {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.rmm-image-what-monitors img{
	clip-path: inset(10% 0 7% 0);
    margin-top: -5%;
}
.rmm-benefits__icon i {
    font-size: 1.25rem;
    color: var(--white);
}

.rmm-benefits__icon--accent1 {
    background-color: var(--accent1);
}

.rmm-benefits__icon--accent3 {
    background-color: var(--accent3);
}

.rmm-benefits__title {
    font-size: 1.25rem;
    font-weight: bold;
    color: var(--accent2);
    margin-bottom: 0.5rem;
}

.rmm-benefits__text {
    color: var(--text);
}


/* HOW RMM PREVENTS DOWNTIME SECTION */
.rmm-prevents {
    background-color: var(--white);
    padding: 5rem 1.5rem;
}

.rmm-prevents__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
}

.rmm-prevents__title {
    font-size: 2.5rem;
    font-weight: bold;
    color: var(--accent2);
    margin-bottom: 2rem;
}

.rmm-prevents__list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.rmm-prevents__item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.rmm-prevents__icon {
    font-size: 1.5rem;
    color: var(--accent1);
    margin-top: 0.25rem;
    flex-shrink: 0;
}

.rmm-prevents__item-title {
    font-size: 1.125rem;
    font-weight: bold;
    color: var(--accent2);
    margin-bottom: 0.25rem;
}

.rmm-prevents__item-text {
    color: var(--text);
}

.rmm-prevents__image .rmm-image-placeholder {
    min-height: 24rem;
}



/*  WHAT WE MONITOR SECTION */
.rmm-monitor {
    background-color: #fff;
    padding: 5rem 1.5rem;
}

.rmm-monitor__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
}

.rmm-monitor__content {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.rmm-monitor__item-title {
    font-size: 1.25rem;
    font-weight: bold;
    color: var(--accent2);
    margin-bottom: 0.5rem;
}

.rmm-monitor__item-text {
    color: var(--text);
}


/* REAL-TIME ALERTS SECTION */
.rmm-alerts {
    background-color: #f8f8f8;
    padding: 5rem 1.5rem;
    text-align: center;
}

.rmm-alerts__icon-wrapper {
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    background-color: var(--accent1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 2rem;
}

.rmm-alerts__icon-wrapper i {
    font-size: 2.5rem;
    color: var(--white);
}

.rmm-alerts__title {
    font-size: 2.5rem;
    font-weight: bold;
    color: var(--accent2);
    margin-bottom: 1.5rem;
}

.rmm-alerts__text {
    font-size: 1.25rem;
    line-height: 1.75;
	margin-bottom: 50px;
    color: #444;
}

/* INTEGRATION SECTION */
.rmm-section-title-integration{
	font-size: 2.5rem;
    font-weight: bold;
    color: #2d3669;
    text-align: center;
    margin-bottom: 3rem;
}	
.rmm-integration {
    background-color: #f8f8f8;
    padding: 5rem 1.5rem;
}

.rmm-integration__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

.rmm-integration__item {
    text-align: center;
}

.rmm-integration__icon {
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
}

.rmm-integration__icon i {
    font-size: 1.875rem;
    color: var(--white);
}

.rmm-integration__icon--accent1 {
    background-color: var(--accent1);
}

.rmm-integration__icon--accent3 {
    background-color: var(--accent3);
}

.rmm-integration__title {
    font-size: 1.25rem;
    font-weight: bold;
    color: #2d3669;
    margin-bottom: 0.75rem;
}

.rmm-integration__text {
    color: #444;
    max-width: 300px;
}


/* PHILOSOPHY SECTION*/
.rmm-philosophy {
    background-color: var(--accent3);
    padding: 5rem 1.5rem;
    text-align: center;
}

.rmm-philosophy__title {
    font-size: 2.5rem;
    font-weight: bold;
    color: #fff;
    margin-bottom: 1.5rem;
}
.rmm-philosophy__title span{
	color: #f37a6f;
	font-size: 30px;
}
.rmm-philosophy__text {
    font-size: 1.25rem;
    line-height: 1.75;
    color: #e5e7eb;
	margin-bottom: 50px;
}

/* WHY CHOOSE US SECTION*/
.rmm-section-title-why-charlotte{
	font-size: 2.5rem;
    font-weight: bold;
    color: #2d3669;
    margin-bottom: 1.5rem;
}
.rmm-choose {
    background-color: #fff;
    padding: 5rem 1.5rem;
}

.rmm-choose__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

.rmm-choose__item {
    text-align: center;
}

.rmm-choose__icon {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
}

.rmm-choose__icon i {
    font-size: 1.5rem;
    color: var(--white);
}

.rmm-choose__icon--accent1 {
    background-color: var(--accent1);
}

.rmm-choose__icon--accent3 {
    background-color: var(--accent3);
}

.rmm-choose__title-wrapper {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3.5rem;
    margin-bottom: 0.75rem;
}

.rmm-choose__title-highlight {
    position: absolute;
    bottom: -0.5rem;
    left: 0;
    right: 0;
    height: 5px;
    border-radius: 0.25rem;
    opacity: 0.2;
}

.rmm-choose__title-highlight--accent1 {
    background-color: var(--accent1);
}

.rmm-choose__title-highlight--accent3 {
    background-color: var(--accent3);
}

.rmm-choose__title {
    font-size: 1.125rem;
    font-weight: bold;
    color: var(--accent2);
    position: relative;
    z-index: 10;
}

.rmm-choose__text {
    font-size: 0.875rem;
    color: var(--text);
}


/*CTA SECTION */
.rmm-cta {
    background: linear-gradient(135deg, #2d3669 0%, #5164ae 100%);
    padding: 80px 20px;
    margin-bottom: -24px;
}

.rmm-cta__title {
    font-size: 2.5rem;
    font-weight: 600;
    color: #fff;
	text-align: center;
    margin-bottom: 1.5rem;
}

.rmm-cta__text {
    font-size: 1.125rem;
    line-height: 1.75;
    color: #d1d5db;
    margin-bottom: 2rem;
	text-align: center;
}

.rmm-cta__text a{
	font-weight: 600;
	color: #f37a6f;
}

.rmm-cta__text a:hover,
.rmm-cta__text a:active,
.rmm-cta__text a:focus{
	color: #bd2d10;
}

.rmm-cta__buttons {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
}

.rmm-cta__button {
    padding: 1rem 2rem;
    border-radius: 5px;
    font-size: 1.125rem;
    font-weight: bold;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease;
    cursor: pointer;
}

.rmm-cta__button--primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 32px;
    border-radius: 6px;
    text-decoration: none;
    font-family: 'Segoe UI Bold', sans-serif;
    font-weight: 600;
    font-size: 18px;
    transition: all 0.3s ease;
    border: 1px solid #f37a6f;
    cursor: pointer;
	background: #f37a6f;
    color: #ffffff;
}
.rmm-cta__button--primary  i{
	rotate: 180deg;
}
.rmm-cta__button--primary:hover {
	border: 1px solid #bd2d10;
    background: #bd2d10;
    color: #fff;
}

.rmm-cta__button--secondary {
    padding: 16px 32px;
    background: transparent;
    color: white;
    border: 1px solid white;
    border-radius: 5px;
    font-family: 'Segoe UI', sans-serif;
    font-weight: bold;
    font-size: 18px;
}

.rmm-cta__button--secondary:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.7);
}

/*----------------
============== END Remote Monitoring & IT Management (RMM) 
------------------*/


/*----------------
============== START Cybersecurity Services SECTION
------------------*/
.cyber-security-services-hero-section-image {
    background: linear-gradient(rgb(13 34 65 / 50%), rgb(13 34 65 / 50%)), url(/Portals/0/Images/cyber-security-services-hero-section-image.jpg) no-repeat center / cover;
    height: 300px;
    position: relative;
    background-position-y: 1;
}

/*----------------
============== START 24/7 Security Operations Center (SOC) Monitoring
------------------*/

/* Row Topper */
.soc-monitoring-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.soc-monitoring-row-topper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.soc-monitoring-col {
    width: 100%;
}

.soc-monitoring-box {
    background: #fff;
    border-radius: 12px;
    padding: 40px;
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    margin-top: -100px;
}

.soc-monitoring-header-title {
    text-align: center;
    margin-bottom: 20px;
}

.soc-monitoring-header-title h1 {
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 42px;
    font-weight: 700;
    color: #2d3669;
    margin: 0;
}

.soc-monitoring-header-title h4 {
    font-weight: 600;
    color: #f37a6f;
    margin: 18px 0 10px 0;
}

.soc-monitoring-header-content {
    display: flex;
    justify-content: center;
}

.soc-monitoring-text-content {
    width: 100%;
    max-width: 900px;
}

.soc-monitoring-text p {
    font-size: 18px;
    color: #444;
    line-height: 1.8;
    text-align: center;
}
/* SECTION STYLES */

.soc-monitoring-section {
    padding: 96px 24px;
}

.soc-monitoring-what-soc {
    background-color: #ffffff;
	padding-bottom: 0 !important;
	margin-bottom: -100px;
}

.soc-monitoring-benefits {
    background-color: #f8f8f8;
}
.soc-monitoring-benefits .soc-monitoring-container h2.soc-monitoring-heading,
.soc-monitoring-detect-respond .soc-monitoring-container h2.soc-monitoring-centered,
.soc-monitoring-alerts .soc-monitoring-container h2.soc-monitoring-heading,
.soc-monitoring-comparison .soc-monitoring-container-narrow h2.soc-monitoring-heading,
.soc-monitoring-trust .soc-monitoring-container h2.soc-monitoring-heading{
	color: #2d3669;
}

.soc-monitoring-detect-respond {
    background-color: #ffffff;
}

.soc-monitoring-integration {
    background-color: #f8f8f8;
}

.soc-monitoring-alerts {
    background-color: #ffffff;
}

.soc-monitoring-comparison {
    background-color: #f8f8f8;
}

.soc-monitoring-trust {
    background-color: #ffffff;
}

.soc-monitoring-cta {
    background-color: #2d3669;
    padding: 80px 24px;
}

/*CONTAINER & GRID LAYOUTS */

.soc-monitoring-container {
    max-width: 1280px;
    margin: 0 auto;
}

.soc-monitoring-container-narrow {
    max-width: 1200px;
    margin: 0 auto;
}

.soc-monitoring-grid {
    display: grid;
    gap: 32px;
}

.soc-monitoring-two-col {
    grid-template-columns: 1fr;
}

.soc-monitoring-five-col {
    grid-template-columns: 1fr;
}

.soc-monitoring-narrow {
    max-width: 1000px;
    margin: 0 auto;
}

.soc-monitoring-align-center {
    align-items: center;
}

/* TYPOGRAPHY*/

.soc-monitoring-heading {
    font-size: 42px;
    font-weight: bold;
    color: #2d3669;
    margin: 0 0 64px 0;
    line-height: 1.2;
}

.soc-monitoring-heading.soc-monitoring-centered {
    text-align: center;
	color: #fff;
}



/* WHAT SOC DOES*/
.what-a-security-img img{
	clip-path: inset(5% 0 23% 0);
    margin-top: -10%;
}
.soc-monitoring-checklist {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.soc-monitoring-checklist-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.soc-monitoring-icon {
    color: #f37a6f;
    font-size: 24px;
    flex-shrink: 0;
    margin-top: 4px;
}

.soc-monitoring-icon-large {
    font-size: 32px;
}

.soc-monitoring-checklist-item p {
    margin: 0;
    font-size: 18px;
    line-height: 1.75;
    color: #444444;
}

.soc-monitoring-checklist.soc-monitoring-light .soc-monitoring-checklist-item p {
    color: #444;
    font-size: 18px;
}

.soc-monitoring-image-wrapper {
    position: relative;
}

.soc-monitoring-image-placeholder {
    border-radius: 16px;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.soc-monitoring-gradient-blue {
    background: linear-gradient(135deg, #2d3669, #5164ae);
}

.soc-monitoring-image-placeholder span {
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
}

/* BENEFITS CARDS*/

.soc-monitoring-card {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 32px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-top: 4px solid #f37a6f;
    text-align: center;
    transition: box-shadow 0.3s ease;
}

.soc-monitoring-card:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.soc-monitoring-card-icon {
    width: 80px;
    height: 80px;
    background-color: #f37a6f;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px auto;
}

.soc-monitoring-card-icon i {
    color: #ffffff;
    font-size: 36px;
}

.soc-monitoring-card-title {
    font-size: 20px;
    font-weight: bold;
    color: #2d3669;
    margin: 0 0 16px 0;
}

.soc-monitoring-card-text {
    font-size: 14px;
    line-height: 1.6;
    color: #444444;
    margin: 0;
}

/* THREAT DETECTION CARDS*/

.soc-monitoring-threat-card {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 32px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    border-left: 4px solid #f37a6f;
}

.soc-monitoring-threat-title {
    font-size: 24px;
    font-weight: bold;
    color: #2d3669;
    margin: 0 0 16px 0;
}

.soc-monitoring-threat-text {
    font-size: 16px;
    line-height: 1.75;
    color: #444444;
    margin: 0;
}

/* INTEGRATION */

.soc-monitoring-transparent-box {
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    height: 320px;
}

/* COMPARISON CARDS*/

.soc-monitoring-comparison-card {
    background-color: #fff;
    border-radius: 16px;
    padding: 48px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    text-align: center;
}

.soc-monitoring-comparison-icon {
    width: 96px;
    height: 96px;
    background-color: #f37a6f;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 32px auto;
    box-shadow: 0 8px 20px rgba(243, 122, 111, 0.4);
}

.soc-monitoring-comparison-icon i {
    color: #ffffff;
    font-size: 48px;
}

.soc-monitoring-comparison-title {
    font-size: 24px;
    font-weight: bold;
    color: #2d3669;
    margin: 0 0 24px 0;
}

.soc-monitoring-comparison-text {
    font-size: 18px;
    line-height: 1.75;
    color: #444444;
    margin: 0;
}

/* TRUST REASONS */

.soc-monitoring-trust-item {
    display: flex;
    align-items: flex-start;
    gap: 24px;
}

.soc-monitoring-trust-icon {
    color: #f37a6f;
    font-size: 48px;
    flex-shrink: 0;
}

.soc-monitoring-trust-item p {
    margin: 0;
    padding-top: 8px;
    font-size: 18px;
    line-height: 1.75;
    color: #444444;
}

/* CTA */

.soc-monitoring-cta-content {
    text-align: center;
}
.soc-monitoring-cta-icon{
	width: 96px;
    height: 96px;
    background-color: #f37a6f;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 32px auto;
}
.soc-monitoring-cta-content i{
	font-size: 50px;
    color: #fff;
}
.soc-monitoring-cta-text-large {
    color: #ffffff;
    font-size: 20px;
    line-height: 1.75;
    margin: 0 0 32px 0;
}

.soc-monitoring-cta-text-small {
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    line-height: 1.75;
    margin: 0 0 70px 0;
}

.soc-monitoring-cta-button {
    padding: 16px 32px;
    background: transparent;
    color: white;
    border: 1px solid white;
    border-radius: 5px;
	margin: 20px 0;
    font-family: 'Segoe UI', sans-serif;
    font-weight: bold;
    font-size: 18px;
}

.soc-monitoring-cta-button:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.7);
}

.soc-monitoring-cta-text-footer {
    color: #ffffff;
    font-size: 18px;
    margin: 60px 0 0 0;
}

/* RESPONSIVE STYLES */

/* Tablets and Up */
@media (min-width: 768px) {
    .soc-monitoring-two-col {
        grid-template-columns: repeat(2, 1fr);
        gap: 32px;
    }

    .soc-monitoring-five-col {
        grid-template-columns: repeat(2, 1fr);
    }

    .soc-monitoring-narrow {
        column-gap: 80px;
        row-gap: 48px;
    }
}

/* Desktop and Up */
@media (min-width: 1024px) {
    .soc-monitoring-two-col {
        gap: 80px;
    }

    .soc-monitoring-five-col {
        grid-template-columns: repeat(5, 1fr);
        gap: 24px;
    }
}

/* Large Screens */
@media (min-width: 1280px) {
    .soc-monitoring-section {
        padding: 96px 24px;
    }
}

/* Mobile Optimizations */
@media (max-width: 767px) {
    .soc-monitoring-heading {
        font-size: 32px;
        margin-bottom: 48px;
    }

    .soc-monitoring-card-icon {
        width: 64px;
        height: 64px;
    }

    .soc-monitoring-card-icon i {
        font-size: 28px;
    }

    .soc-monitoring-comparison-icon {
        width: 80px;
        height: 80px;
    }

    .soc-monitoring-comparison-icon i {
        font-size: 36px;
    }

    .soc-monitoring-image-placeholder {
        height: 300px;
    }

    .soc-monitoring-cta-button {
        width: 100%;
        font-size: 18px;
    }
}

/*----------------
============== END 24/7 Security Operations Center (SOC) Monitoring
------------------*/


/*----------------
============== START Endpoint Protection (EDR/XDR)
------------------*/
/* Row Topper */
.endpoint-protection-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.endpoint-protection-row-topper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.endpoint-protection-col {
    width: 100%;
}

.endpoint-protection-box {
    background: #fff;
    border-radius: 12px;
    padding: 40px;
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    margin-top: -100px;
}

.endpoint-protection-header-title {
    text-align: center;
    margin-bottom: 20px;
}

.endpoint-protection-header-title h1 {
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 42px;
    font-weight: 700;
    color: #2d3669;
    margin: 0;
}

.endpoint-protection-header-title h4 {
    font-weight: 600;
    color: #f37a6f;
    margin: 18px 0 10px 0;
}

.endpoint-protection-header-content {
    display: flex;
    justify-content: center;
}

.endpoint-protection-text-content {
    width: 100%;
    max-width: 900px;
}

.endpoint-protection-text p {
    font-size: 18px;
    color: #444;
    line-height: 1.8;
    text-align: center;
}
/* ========================================
   HERO SECTION
   ======================================== */

.endpoint-protection-hero {
    background: #fff;
    padding: 5rem 0 8rem;
}

.endpoint-protection-hero-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
}

.endpoint-protection-hero-title {
    font-size: 40px;
    font-weight: bold;
    color: #2d3669;
    margin: 0 0 64px 0;
    line-height: 1.2;
}

.endpoint-protection-hero-p {
    margin: 0 0 50px 0;
    font-size: 18px;
    line-height: 1.75;
    color: #444444
}

.endpoint-protection-hero-buttons {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.endpoint-protection-btn,
.endpoint-protection-btn:active,
.endpoint-protection-btn:focus {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 32px;
    border-radius: 6px;
    text-decoration: none;
    font-family: 'Segoe UI Bold', sans-serif;
    font-weight: 600;
    font-size: 18px;
    transition: all 0.3s ease;
    border: 1px solid #f37a6f;
    cursor: pointer;
    background: #f37a6f;
    color: #ffffff;
}

.endpoint-protection-btn-primary {
    background-color: #f37a6f;
    color: #ffffff;
}

.endpoint-protection-btn-primary:hover {
    border: 1px solid #bd2d10;
    background: #bd2d10;
    color: #fff;
}

.endpoint-protection-btn-secondary {
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.endpoint-protection-btn-secondary:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.endpoint-protection-hero-image {
    display: none;
}

@media (min-width: 1024px) {
    .endpoint-protection-hero {
        padding: 8rem 0;
    }

    .endpoint-protection-hero-grid {
        grid-template-columns: 1.3fr 1fr;
    }

    .endpoint-protection-hero-title {
        font-size: 40px;
    }

    .endpoint-protection-hero-subtitle {
        font-size: 1.5rem;
    }

    .endpoint-protection-hero-buttons {
        flex-direction: row;
    }

    .endpoint-protection-hero-image {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

/* ========================================
   INTRO SECTION
   ======================================== */
.endpoint-protection-image img{
	clip-path: inset(0 0 20% 0);
}

.endpoint-protection-btn-why-charlotte{
	display: flex;
    justify-content: center;
    margin: 70px 0 0 0;
}
.endpoint-protection-intro {
    background-color: #ffffff;
    padding: 4rem 0 6rem;
}

.endpoint-protection-section-header {
    text-align: center;
    margin-bottom: 4rem;
}

.endpoint-protection-section-title {
    font-size: 2rem;
    color: #2d3669;
    margin-bottom: 1rem;
}

.endpoint-protection-section-subtitle {
    font-size: 1.25rem;
    color: #444444;
    max-width: 48rem;
    margin: 0 auto;
}
.endpoint-protection-section-subtitle a{
	color: #f37a6f;
    font-weight: 600;
}
.endpoint-protection-section-subtitle a:hover{
	text-decoration:underline;
}

.endpoint-protection-intro-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
}

.endpoint-protection-intro-content {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.endpoint-protection-intro-item {
    display: flex;
    gap: 1rem;
}

.endpoint-protection-intro-icon {
    flex-shrink: 0;
}

.endpoint-protection-intro-icon i {
    font-size: 1.5rem;
    color: #f37a6f;
    margin-top: 0.25rem;
}

.endpoint-protection-intro-text p {
    font-size: 1.125rem;
    line-height: 1.7;
}

.endpoint-protection-intro-image .endpoint-protection-image-placeholder-gradient {
    background: linear-gradient(135deg, #f3f3f3 0%, #e8e8e8 100%);
    height: 20rem;
}

.endpoint-protection-intro-image .endpoint-protection-image-placeholder-gradient i {
    color: #5164ae;
    font-size: 5rem;
}

@media (min-width: 1024px) {
    .endpoint-protection-section-title {
        font-size: 2.5rem;
    }

    .endpoint-protection-intro-grid {
        grid-template-columns: 1fr 1fr;
    }
}

/* ========================================
   EDR vs XDR SECTION
   ======================================== */

.endpoint-protection-edr-xdr {
    background-color: #f3f3f3;
    padding: 4rem 0 6rem;
}

.endpoint-protection-comparison-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-bottom: 3rem;
}

.endpoint-protection-comparison-card {
    background-color: #ffffff;
    border-radius: 0.75rem;
    padding: 2rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}



.endpoint-protection-card-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.endpoint-protection-card-icon {
    width: 4rem;
    height: 4rem;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.endpoint-protection-card-icon-blue {
    background-color: #5164ae;
}

.endpoint-protection-card-icon-coral {
    background-color: #f37a6f;
}

.endpoint-protection-card-icon i {
    font-size: 1.5rem;
    color: #ffffff;
}

.endpoint-protection-card-title {
    font-size: 24px;
    font-weight: bold;
    color: #2d3669;
    margin: 0 0 16px 0;
}

.endpoint-protection-card-text {
    line-height: 1.7;
}

.endpoint-protection-card-text strong {
    color: #2d3669;
}

.endpoint-protection-summary {
    font-family: 'Segoe UI', sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #444444;
    margin-top: 30px;
    background-color: #fff;
    padding: 20px 25px;
    border-left: 4px solid #f37a6f;
    font-weight: 500;
	display: flex;
    align-items: center;
}

.endpoint-protection-summary p {
    color: #444;
    font-size: 1.25rem;
    line-height: 1.7;
	margin: 0;
}

.endpoint-protection-image-benefits img{
	clip-path: inset(15% 0 10% 0);
    margin-top: -25%;
}
@media (min-width: 768px) {
    .endpoint-protection-comparison-grid {
        grid-template-columns: 1fr 1fr;
    }
}

/* ========================================
   PREVENTION SECTION
   ======================================== */

.endpoint-protection-prevention {
    background-color: #ffffff;
    padding: 4rem 0 0;
}

.endpoint-protection-prevention-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
}

.endpoint-protection-prevention-list {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.endpoint-protection-prevention-item {
    display: flex;
    gap: 1.5rem;
}

.endpoint-protection-prevention-icon {
    flex-shrink: 0;
}

.endpoint-protection-prevention-icon {
    width: 3.5rem;
    height: 3.5rem;
    background-color: #f37a6f;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.endpoint-protection-prevention-icon i {
    font-size: 1.25rem;
    color: #ffffff;
}

.endpoint-protection-prevention-title {
    font-size: 1.3rem;
    color: #2d3669;
    margin-bottom: 10px;
    font-weight: bold;
}

.endpoint-protection-prevention-text {
    line-height: 1.7;
	margin-top: 0;
}
.endpoint-protection-prevention-text a{
	color: #f37a6f;
    font-weight: 600;
}
.endpoint-protection-prevention-text a:hover{
	text-decoration:underline;
}

.endpoint-protection-prevention-image .endpoint-protection-image-placeholder-dark {
    background: linear-gradient(135deg, #2d3669 0%, #5164ae 100%);
    height: 31.25rem;
}

.endpoint-protection-prevention-image .endpoint-protection-image-placeholder-dark i {
    color: rgba(255, 255, 255, 0.2);
    font-size: 6rem;
}

@media (min-width: 1024px) {
    .endpoint-protection-prevention-grid {
        grid-template-columns: 1fr 1fr;
    }

    .endpoint-protection-prevention-image {
        position: sticky;
        top: 2rem;
    }
}

/* ========================================
   MONITORING SECTION
   ======================================== */

.endpoint-protection-monitoring {
    background-color: #fff;
    color: #444;
    padding: 4rem 0 6rem;
}

.endpoint-protection-monitoring-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
}

.endpoint-protection-monitoring-title {
    font-size: 2rem;
    margin-bottom: 2rem;
}

.endpoint-protection-monitoring-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.endpoint-protection-monitoring-item {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.endpoint-protection-monitoring-item p a{
	color: #f37a6f;
	font-weight: 600;
}
.endpoint-protection-monitoring-item p a:hover{
	text-decoration: underline;
}
.endpoint-protection-monitoring-item i {
    font-size: 1.25rem;
    color: #f37a6f;
    margin-top: 0.25rem;
    flex-shrink: 0;
}

.endpoint-protection-monitoring-item p {
    font-size: 1.125rem;
    line-height: 1.7;
	color: #444;
	margin-top: 0;
}

.endpoint-protection-monitoring-image .endpoint-protection-image-placeholder-transparent {
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    height: 24rem;
}

.endpoint-protection-monitoring-image .endpoint-protection-image-placeholder-transparent i {
    color: rgba(255, 255, 255, 0.3);
    font-size: 6rem;
}

@media (min-width: 1024px) {
    .endpoint-protection-monitoring-grid {
        grid-template-columns: 1fr 1fr;
    }

    .endpoint-protection-monitoring-title {
        font-size: 2.5rem;
    }

    .endpoint-protection-monitoring-content {
        order: 2;
    }

    .endpoint-protection-monitoring-image {
        order: 1;
    }
}

/* ========================================
   INTEGRATION SECTION
   ======================================== */

.endpoint-protection-integration {
    background-color: #f3f3f3;
    padding: 4rem 0 6rem;
}

.endpoint-protection-integration-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

.endpoint-protection-integration-card {
    background-color: #ffffff;
    border-radius: 0.75rem;
    padding: 1.5rem;
    text-align: center;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
}

.endpoint-protection-integration-card:hover {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
}

.endpoint-protection-integration-icon {
    width: 4rem;
    height: 4rem;
    background-color: #5164ae;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
}

.endpoint-protection-integration-icon i {
    font-size: 1.875rem;
    color: #ffffff;
}

.endpoint-protection-integration-text {
    color: #2d3669;
    font-family: 'Segoe UI Bold', sans-serif !important;
}

@media (min-width: 768px) {
    .endpoint-protection-integration-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (min-width: 1024px) {
    .endpoint-protection-integration-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* ========================================
   BENEFITS SECTION
   ======================================== */

.endpoint-protection-benefits {
    background-color: #f8f8f8;
    padding: 4rem 0 3rem;
}

.endpoint-protection-benefits-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
}

.endpoint-protection-benefits-list {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.endpoint-protection-benefit-item {
    display: flex;
    gap: 1.5rem;
}

.endpoint-protection-benefit-icon {
    flex-shrink: 0;
}

.endpoint-protection-benefit-icon {
    width: 3.5rem;
    height: 3.5rem;
    background-color: #5164ae;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.endpoint-protection-benefit-icon i {
    font-size: 1.25rem;
    color: #ffffff;
}

.endpoint-protection-benefit-title {
    font-size: 1.3rem;
    color: #2d3669;
    margin-bottom: 10px;
    font-weight: bold;
}

.endpoint-protection-benefit-text {
    line-height: 1.7;
	margin-top: 0;
}

.endpoint-protection-benefit-text a{
	color: #f37a6f;
	font-weight: 600;
}
.endpoint-protection-benefit-text a:hover{
	text-decoration: underline;
}

.endpoint-protection-benefits-image .endpoint-protection-image-placeholder-coral {
    background: linear-gradient(135deg, #f37a6f 0%, #e56a5f 100%);
    height: 24rem;
}

.endpoint-protection-benefits-image .endpoint-protection-image-placeholder-coral i {
    color: rgba(255, 255, 255, 0.3);
    font-size: 6rem;
}

@media (min-width: 768px) {
    .endpoint-protection-benefits-grid {
        grid-template-columns: 1fr 1fr;
    }
}

/* ========================================
   TRUST SECTION
   ======================================== */

.endpoint-protection-trust {
    background: linear-gradient(135deg, #5164ae 0%, #2d3669 100%);
    color: #ffffff;
    padding: 4rem 0 6rem;
}

.endpoint-protection-trust .endpoint-protection-section-title {
    color: #ffffff;
}

.endpoint-protection-trust-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

.endpoint-protection-trust-card {
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0.75rem;
    padding: 1.5rem;
    text-align: center;
    transition: background-color 0.3s ease;
}

.endpoint-protection-trust-card:hover {
    background-color: rgba(255, 255, 255, 0.15);
}

.endpoint-protection-trust-icon {
    width: 4rem;
    height: 4rem;
    background-color: #f37a6f;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
}

.endpoint-protection-trust-icon i {
    font-size: 1.5rem;
    color: #ffffff;
}

.endpoint-protection-trust-text {
    line-height: 1.7;
}

@media (min-width: 768px) {
    .endpoint-protection-trust-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (min-width: 1024px) {
    .endpoint-protection-trust-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* ========================================
   CTA SECTION
   ======================================== */
.endpoint-protection-cta-container{
	max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.endpoint-protection-cta {
    background-color: #2d3669;
    padding: 4rem 0 6rem;
}

.endpoint-protection-cta-icon {
    position: relative;
    z-index: 10;
    display: inline-block;
    margin-bottom: 2rem;
}

.endpoint-protection-cta-icon i {
    font-size: 4rem;
    color: #f37a6f;
}

.endpoint-protection-cta-title {
    position: relative;
    z-index: 10;
    font-size: 2rem;
    margin-bottom: 1.5rem;
	color: #fff;
}

.endpoint-protection-cta-subtitle {
    position: relative;
    z-index: 10;
    font-size: 1.25rem;
    line-height: 1.7;
    max-width: 48rem;
    margin: 0 auto 2rem;
	color: #fff;
	text-align: center;
}

.endpoint-protection-cta-subtitle a{
	color: #f37a6f;
	/*font-weight: 600;*/
}
.endpoint-protection-cta-subtitle a:hover{
	text-decoration: underline;
}
.endpoint-protection-cta-highlight {
    position: relative;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0.75rem;
    padding: 2rem;
    margin-bottom: 70px;
}

.endpoint-protection-cta-highlight p {
    font-size: 1.125rem;
    line-height: 1.7;
	color: #fff;
	text-align: center;
	margin-top: 20px;
}

.endpoint-protection-cta-buttons {
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
}

.endpoint-protection-btn-cta-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 32px;
    border-radius: 6px;
    text-decoration: none;
    font-family: 'Segoe UI Bold', sans-serif;
    font-weight: 600;
    font-size: 18px;
    transition: all 0.3s ease;
    border: 1px solid #f37a6f;
    cursor: pointer;
    background: #f37a6f;
    color: #ffffff;
}

.endpoint-protection-btn i{
	rotate: 180deg;
}
.endpoint-protection-btn-cta-primary:hover {
    border: 1px solid #bd2d10;
    background: #bd2d10;
    color: #fff;
}

.endpoint-protection-btn-cta-secondary {
    padding: 16px 32px;
    background: transparent;
    color: white;
    border: 1px solid white;
    border-radius: 5px;
    font-family: 'Segoe UI', sans-serif;
    font-weight: bold;
    font-size: 18px;
}

.endpoint-protection-btn-cta-secondary:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.7);
}

.endpoint-protection-btn i {
    margin-right: 0.5rem;
}

@media (min-width: 640px) {
    .endpoint-protection-cta-buttons {
        flex-direction: row;
    }
}

@media (min-width: 768px) {
    .endpoint-protection-cta-box {
        padding: 4rem 3rem;
    }

    .endpoint-protection-cta-title {
        font-size: 2.5rem;
    }
}

/*----------------
============== END Endpoint Protection (EDR/XDR)
------------------*/

/*============== START IT Security Risk Assessment Services
------------------*/
/* Row Topper */
.it-security-risk-assessment-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.it-security-risk-assessment-row-topper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.it-security-risk-assessment-col {
    width: 100%;
}

.it-security-risk-assessment-box {
    background: #fff;
    border-radius: 12px;
    padding: 40px;
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    margin-top: -100px;
}

.it-security-risk-assessment-header-title {
    text-align: center;
    margin-bottom: 20px;
}

.it-security-risk-assessment-header-title h1 {
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 42px;
    font-weight: 700;
    color: #2d3669;
    margin: 0;
}

.it-security-risk-assessment-header-title h4 {
    font-weight: 600;
    color: #f37a6f;
    margin: 18px 0 10px 0;
}

.it-security-risk-assessment-header-content {
    display: flex;
    justify-content: center;
}

.it-security-risk-assessment-text-content {
    width: 100%;
    max-width: 900px;
}

.it-security-risk-assessment-text p {
    font-size: 18px;
    color: #444;
    line-height: 1.8;
    text-align: center;
}

/* ============================================
   Container & Grid System
   ============================================ */
.it-security-risk-assessment-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
}

.it-security-risk-assessment-container-narrow {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 24px;
}

.it-security-risk-assessment-grid {
    display: grid;
    gap: 32px;
}

.it-security-risk-assessment-grid-2col {
    grid-template-columns: 1fr;
}

.it-security-risk-assessment-grid-5col {
    grid-template-columns: 1fr;
}

@media (min-width: 768px) {
    .it-security-risk-assessment-grid-2col {
        grid-template-columns: repeat(2, 1fr);
        gap: 32px;
        align-items: center;
    }

    .it-security-risk-assessment-grid-2col-reversed {
        grid-template-columns: repeat(2, 1fr);
        gap: 64px;
        align-items: center;
    }

    .it-security-risk-assessment-grid-5col {
        grid-template-columns: repeat(5, 1fr);
        gap: 32px;
    }
}

@media (max-width: 767px) {
    .it-security-risk-assessment-grid-2col-reversed {
        display: flex;
        flex-direction: column-reverse;
    }
}

/* ============================================
   Section Base Styles
   ============================================ */
.it-security-risk-assessment-section-involve,
.it-security-risk-assessment-section-importance,
.it-security-risk-assessment-section-impact,
.it-security-risk-assessment-section-vulnerabilities,
.it-security-risk-assessment-section-recommendations,
.it-security-risk-assessment-section-atozinit,
.it-security-risk-assessment-section-cta {
    padding: 80px 24px;
}



.it-security-risk-assessment-section-importance,
.it-security-risk-assessment-section-impact,
.it-security-risk-assessment-section-atozinit {
    background-color: #f3f3f3;
}

.it-security-risk-assessment-section-cta {
    background-color: #2d3669;
}

.it-security-risk-assessment-section-header {
    text-align: center;
    margin-bottom: 64px;
}

.it-security-risk-assessment-section-title {
    font-size: 2.5rem;
    font-weight: 700 !important;
    color: #2d3669;
    font-family: 'Segoe UI', sans-serif !important;
    line-height: 1.2;
}



/* ============================================
   SECTION 1: What IT Security Risk Assessments Involve
   ============================================ */
.it-security-risk-assessment-feature-item {
    display: flex;
    gap: 16px;
}

.it-security-risk-assessment-icon-wrapper {
    flex-shrink: 0;
}

.it-security-risk-assessment-icon {
    font-size: 2rem;
    color: #f37a6f;
}

.it-security-risk-assessment-feature-content {
    flex: 1;
}

.it-security-risk-assessment-feature-title {
    font-size: 1.25rem;
    font-weight: 700 !important;
    color: #2d3669;
    margin-bottom: 8px;
    font-family: 'Segoe UI', sans-serif !important;
}

.it-security-risk-assessment-feature-text {
    font-size: 1rem;
    line-height: 1.6;
    color: #444444;
}

/* ============================================
   SECTION 2 & 3: Numbered Lists
   ============================================ */
.it-security-risk-assessment-numbered-list {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.it-security-risk-assessment-numbered-item {
    display: flex;
    gap: 20px;
}

.it-security-risk-assessment-number-circle {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #f37a6f;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    font-weight: 700 !important;
    font-family: 'Segoe UI', sans-serif !important;
}

.it-security-risk-assessment-numbered-content {
    flex: 1;
}

.it-security-risk-assessment-numbered-title {
    font-size: 1.25rem;
    font-weight: 700 !important;
    color: #2d3669;
    margin-bottom: 8px;
    font-family: 'Segoe UI', sans-serif !important;
}

.it-security-risk-assessment-numbered-text {
    font-size: 1rem;
    line-height: 1.6;
    color: #444444;
}

.it-security-risk-assessment-link {
    color: #f37a6f;
	font-weight: 600;
}

.it-security-risk-assessment-link:hover {
	color: #f37a6f;
    text-decoration: underline;
}

/* ============================================
   Image Placeholders
   ============================================ */
.it-security-risk-assessment-image-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.it-security-risk-identifying-image-wrapper img{
	clip-path: inset(5% 0 10% 0);
}
.it-security-risk-assessment-image-wrapper img{
	clip-path: inset(15% 0 0 0);
    margin-top: -20%;
}
.it-security-risk-assessment-image-placeholder {
    width: 100%;
    max-width: 600px;
    height: auto;
    min-height: 400px;
    background-color: #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
    .it-security-risk-assessment-image-placeholder {
        min-height: 250px;
    }
}

/* ============================================
   SECTION 4: Assessing Potential Impact
   ============================================ */
.it-security-risk-assessment-impact-card {
    background-color: #ffffff;
    padding: 24px;
    border-radius: 8px;
    border-left: 4px solid #f37a6f;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.it-security-risk-assessment-impact-card-full {
    grid-column: 1 / -1;
}

@media (min-width: 768px) {
    .it-security-risk-assessment-impact-card-full {
        grid-column: span 2;
    }
}

.it-security-risk-assessment-impact-title {
    font-size: 1.25rem;
    font-weight: 700 !important;
    color: #2d3669;
    margin-bottom: 12px;
    font-family: 'Segoe UI', sans-serif !important;
}

.it-security-risk-assessment-impact-text {
    font-size: 1rem;
    line-height: 1.6;
    color: #444444;
}

/* ============================================
   SECTION 5: Recommendations for Mitigation
   ============================================ */
.it-security-risk-assessment-recommendation-card {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 32px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-top: 4px solid #f37a6f;
    text-align: center;
    transition: box-shadow 0.3s ease;
}

.it-security-risk-assessment-recommendation-card:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.it-security-risk-assessment-card-icon-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #f37a6f;
    margin: 0 auto 16px;
}

.it-security-risk-assessment-card-icon {
    font-size: 2.25rem;
    color: #ffffff;
}

.it-security-risk-assessment-card-title {
    font-size: 1.125rem;
    font-weight: 700 !important;
    color: #2d3669;
    margin-bottom: 12px;
    font-family: 'Segoe UI', sans-serif !important;
}

.it-security-risk-assessment-card-text {
    font-size: 0.875rem;
    line-height: 1.6;
    color: #444444;
}

/* ============================================
   SECTION 6: How AtoZinIT Helps
   ============================================ */
.it-security-risk-assessment-atozinit-item {
    text-align: center;
}

.it-security-risk-assessment-atozinit-icon-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #5164ae;
    margin: 0 auto 16px;
}

.it-security-risk-assessment-atozinit-icon {
    font-size: 2.25rem;
    color: #ffffff;
}

.it-security-risk-assessment-atozinit-title {
    font-size: 1.125rem;
    font-weight: 700 !important;
    color: #2d3669;
    margin-bottom: 12px;
    font-family: 'Segoe UI', sans-serif !important;
}

.it-security-risk-assessment-atozinit-text {
    font-size: 0.875rem;
    line-height: 1.6;
    color: #444444;
}

/* ============================================
   SECTION 7: CTA
   ============================================ */
.it-security-risk-assessment-cta-header {
    text-align: center;
    margin-bottom: 32px;
}

.it-security-risk-assessment-cta-title {
    font-size: 2.5rem;
    font-weight: 700 !important;
    color: #ffffff;
    font-family: 'Segoe UI', sans-serif !important;
    line-height: 1.2;
}

.it-security-risk-assessment-btn i{
	rotate: 180deg;
}

@media (min-width: 768px) {
    .it-security-risk-assessment-cta-title {
        font-size: 3rem;
    }
}

.it-security-risk-assessment-cta-content {
    text-align: center;
}

.it-security-risk-assessment-cta-text {
    font-size: 1rem;
    line-height: 1.6;
    color: #ffffff;
    margin-bottom: 24px;
}
.it-security-risk-assessment-cta-text a{
	color: #f37a6f;
	font-weight: 600;
}
.it-security-risk-assessment-cta-text a:hover{
	color: #f37a6f;
	text-decoration: underline;
}
.it-security-risk-assessment-cta-text-large {
    font-size: 1.125rem;
}

@media (min-width: 768px) {
    .it-security-risk-assessment-cta-text-large {
        font-size: 1.25rem;
    }
}

.it-security-risk-assessment-cta-text-final {
    margin-bottom: 40px;
}

.it-security-risk-assessment-cta-link {
    color: #f37a6f;
    text-decoration: underline;
}

.it-security-risk-assessment-cta-link:hover {
    text-decoration: none;
}

.it-security-risk-assessment-cta-buttons {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    justify-content: center;
}

@media (min-width: 640px) {
    .it-security-risk-assessment-cta-buttons {
        flex-direction: row;
    }
}

.it-security-risk-assessment-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 16px 32px;
    border-radius: 6px;
    font-size: 1.125rem;
    font-weight: 600 !important;
    font-family: 'Segoe UI', sans-serif !important;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

.it-security-risk-assessment-btn-primary {
        display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 32px;
    border-radius: 6px;
    text-decoration: none;
    font-family: 'Segoe UI Bold', sans-serif;
    font-weight: 600;
    font-size: 18px;
    transition: all 0.3s ease;
    border: 1px solid #f37a6f;
    cursor: pointer;
    background: #f37a6f;
    color: #ffffff;
}

.it-security-risk-assessment-btn-primary:hover {
    border: 1px solid #bd2d10;
    background: #bd2d10;
    color: #fff;
}

.it-security-risk-assessment-btn-secondary {
    padding: 16px 32px;
    background: transparent;
    color: white;
    border: 1px solid white;
    border-radius: 5px;
    font-family: 'Segoe UI', sans-serif;
    font-weight: bold;
    font-size: 18px;
}

.it-security-risk-assessment-btn-secondary:hover {
     color: #fff;
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.7);
}

/* ============================================
   Responsive Adjustments
   ============================================ */
@media (max-width: 767px) {
    .it-security-risk-assessment-section-involve,
    .it-security-risk-assessment-section-importance,
    .it-security-risk-assessment-section-vulnerabilities,
    .it-security-risk-assessment-section-impact,
    .it-security-risk-assessment-section-recommendations,
    .it-security-risk-assessment-section-atozinit,
    .it-security-risk-assessment-section-cta {
        padding: 48px 24px;
    }

    .it-security-risk-assessment-section-header {
        margin-bottom: 40px;
    }

    .it-security-risk-assessment-section-title {
        font-size: 1.875rem;
    }

    .it-security-risk-assessment-cta-title {
        font-size: 1.875rem;
    }

    .it-security-risk-assessment-grid {
        gap: 24px;
    }

    .it-security-risk-assessment-grid-5col {
        gap: 24px;
    }
}
/*----------------
============== END IT Security Risk Assessment Services
------------------*/


/*----------------
============== START Cybersecurity Awareness Training
------------------*/

/* =============================================
   HERO SECTION
   ============================================= */

.cybersecurity-awareness-training-hero {
  background-color: #ffffff;
  padding: 80px 24px;
}

.cybersecurity-awareness-training-hero-container {
  max-width: 1280px;
  margin: 0 auto;
}

.cybersecurity-awareness-training-hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: center;
}

.cybersecurity-awareness-training-hero-content {
  text-align: left;
}

.cybersecurity-awareness-training-hero-title {
  font-size: 40px;
  font-family: 'Segoe UI Bold', sans-serif !important;
  font-weight: bold;
  color: #2d3669;
  margin-bottom: 24px;
  line-height: 1.2;
  text-align: left;
}

.cybersecurity-awareness-training-hero-subtitle {
  font-size: 20px;
  color: #444444;
  margin-bottom: 32px;
  line-height: 1.5;
  text-align: left;
}

.cybersecurity-awareness-training-hero-benefits {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.cybersecurity-awareness-training-hero-benefit-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.cybersecurity-awareness-training-hero-icon {
  font-size: 24px;
  color: #f37a6f;
  margin-top: 4px;
  flex-shrink: 0;
}

.cybersecurity-awareness-training-hero-benefit-title {
  display: block;
  font-size: 18px;
  color: #2d3669;
  margin-bottom: 4px;
  font-family: 'Segoe UI Bold', sans-serif !important;
  font-weight: bold;
  text-align: left;
}

.cybersecurity-awareness-training-hero-benefit-text {
  color: #444444;
  line-height: 1.5;
  text-align: left;
}
.cybersecurity-awareness-training-hero-benefit-text a{
	color: #f37a6f;
	font-weight: 600;
}
.cybersecurity-awareness-training-hero-benefit-text a:hover{
	text-decoration: underline;
}
.cybersecurity-awareness-training-hero-image-container {
  overflow: hidden;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  background-color: #f3f3f3;
  min-height: 500px;
}

.cybersecurity-awareness-training-hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 768px) {
  .cybersecurity-awareness-training-hero-grid {
    grid-template-columns: 1fr 1fr;
  }
}


.cybersecurity-awareness-training-threats {
  background-color: #f8f8f8;
  padding: 80px 24px;
}

.cybersecurity-awareness-training-threats-container {
  max-width: 1280px;
  margin: 0 auto;
}

.cybersecurity-awareness-training-threats-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: center;
}

.cybersecurity-awareness-training-threats-image-container img{
	clip-path: inset(0 0 10% 0);
    margin-bottom: -10%;
}
.cybersecurity-awareness-training-threats-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cybersecurity-awareness-training-threats-title {
  font-size: 40px;
  font-family: 'Segoe UI Bold', sans-serif !important;
  font-weight: bold;
  color: #2d3669;
  margin-bottom: 24px;
  line-height: 1.2;
}

.cybersecurity-awareness-training-threats-subtitle {
  font-size: 18px;
  color: #444444;
  margin-bottom: 32px;
  line-height: 1.5;
}

.cybersecurity-awareness-training-threats-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.cybersecurity-awareness-training-threats-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.cybersecurity-awareness-training-threats-icon {
  font-size: 24px;
  color: #f37a6f;
  margin-top: 4px;
  flex-shrink: 0;
}

.cybersecurity-awareness-training-threats-item-title {
  display: block;
  font-size: 18px;
  color: #2d3669;
  margin-bottom: 4px;
  font-family: 'Segoe UI Bold', sans-serif !important;
  font-weight: bold;
}

.cybersecurity-awareness-training-threats-item-text {
  color: #444444;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .cybersecurity-awareness-training-threats-grid {
    grid-template-columns: 1fr 1fr;
  }
}

/* =============================================
   HOW TRAINING REDUCES HUMAN ERROR SECTION
   ============================================= */

.cybersecurity-awareness-training-reduce-error {
  background-color: #ffffff;
  padding: 80px 24px;
}

.cybersecurity-awareness-training-reduce-error-container {
  max-width: 1280px;
  margin: 0 auto;
}

.cybersecurity-awareness-training-reduce-error-title {
  font-size: 40px;
  font-family: 'Segoe UI Bold', sans-serif !important;
  font-weight: bold;
  color: #2d3669;
  text-align: center;
  margin-bottom: 24px;
  line-height: 1.2;
}

.cybersecurity-awareness-training-reduce-error-subtitle {
  font-size: 18px;
  color: #444444;
  text-align: center;
  margin-bottom: 64px;
  max-width: 896px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
}

.cybersecurity-awareness-training-reduce-error-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  max-width: 1024px;
  margin: 0 auto;
}

.cybersecurity-awareness-training-reduce-error-column {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.cybersecurity-awareness-training-reduce-error-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.cybersecurity-awareness-training-reduce-error-icon {
  font-size: 24px;
  color: #f37a6f;
  flex-shrink: 0;
}

.cybersecurity-awareness-training-reduce-error-item-title {
  display: block;
  font-size: 18px;
  color: #2d3669;
  margin-bottom: 4px;
  font-family: 'Segoe UI Bold', sans-serif !important;
  font-weight: bold;
}

.cybersecurity-awareness-training-reduce-error-item-text {
  color: #444444;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .cybersecurity-awareness-training-reduce-error-grid {
    grid-template-columns: 1fr 1fr;
  }
}

/* =============================================
   INTERACTIVE TRAINING METHODS SECTION
   ============================================= */

.cybersecurity-awareness-training-methods {
  background-color: #ffffff;
  padding: 80px 24px;
}

.cybersecurity-awareness-training-methods-container {
  max-width: 1280px;
  margin: 0 auto;
}

.cybersecurity-awareness-training-methods-title {
  font-size: 40px;
  font-family: 'Segoe UI Bold', sans-serif !important;
  font-weight: bold;
  color: #2d3669;
  text-align: center;
  margin-bottom: 16px;
  line-height: 1.2;
}

.cybersecurity-awareness-training-methods-subtitle {
  font-size: 20px;
  color: #444444;
  text-align: center;
  margin-bottom: 64px;
  line-height: 1.5;
}

.cybersecurity-awareness-training-methods-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}

.cybersecurity-awareness-training-methods-item {
  border-left: 4px solid;
  padding-left: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.cybersecurity-awareness-training-methods-item-coral {
  border-color: #f37a6f;
}

.cybersecurity-awareness-training-methods-item-blue {
  border-color: #5164ae;
}

.cybersecurity-awareness-training-methods-item-title {
  font-size: 24px;
  font-family: 'Segoe UI Bold', sans-serif !important;
  font-weight: bold;
  color: #2d3669;
  margin-bottom: 12px;
}

.cybersecurity-awareness-training-methods-item-text {
  color: #444444;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .cybersecurity-awareness-training-methods-grid {
    grid-template-columns: 1fr 1fr;
  }

  .cybersecurity-awareness-training-methods-item-full {
    grid-column: 1 / -1;
  }
}

/* =============================================
   INTEGRATION WITH IT POLICIES SECTION
   ============================================= */

.cybersecurity-awareness-training-policies {
  background-color: #f8f8f8;
  padding: 80px 24px;
}

.cybersecurity-awareness-training-policies-container {
  max-width: 1280px;
  margin: 0 auto;
}

.cybersecurity-awareness-training-policies-title {
  font-size: 40px;
  font-family: 'Segoe UI Bold', sans-serif !important;
  font-weight: bold;
  color: #2d3669;
  text-align: center;
  margin-bottom: 64px;
  line-height: 1.2;
}

.cybersecurity-awareness-training-policies-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  max-width: 1024px;
  margin: 0 auto;
}

.cybersecurity-awareness-training-policies-card {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 32px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.cybersecurity-awareness-training-policies-card-header {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.cybersecurity-awareness-training-policies-icon-wrapper {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #f37a6f;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.cybersecurity-awareness-training-policies-icon {
  font-size: 24px;
  color: #ffffff;
}

.cybersecurity-awareness-training-policies-card-title {
  font-size: 20px;
  font-family: 'Segoe UI Bold', sans-serif !important;
  font-weight: bold;
  color: #2d3669;
  margin-bottom: 8px;
}

.cybersecurity-awareness-training-policies-card-text {
  color: #444444;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .cybersecurity-awareness-training-policies-grid {
    grid-template-columns: 1fr 1fr;
  }
}

/* =============================================
   MEASURING EFFECTIVENESS SECTION
   ============================================= */

.cybersecurity-awareness-training-effectiveness {
  background-color: #ffffff;
  padding: 80px 24px;
}

.cybersecurity-awareness-training-effectiveness-container {
  max-width: 1280px;
  margin: 0 auto;
}

.cybersecurity-awareness-training-effectiveness-title {
  font-size: 40px;
  font-family: 'Segoe UI Bold', sans-serif !important;
  font-weight: bold;
  color: #2d3669;
  text-align: center;
  margin-bottom: 16px;
  line-height: 1.2;
}

.cybersecurity-awareness-training-effectiveness-subtitle {
  font-size: 20px;
  color: #444444;
  text-align: center;
  margin-bottom: 64px;
  max-width: 896px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
}

.cybersecurity-awareness-training-effectiveness-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  max-width: 1024px;
  margin: 0 auto;
}

.cybersecurity-awareness-training-effectiveness-item {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}

.cybersecurity-awareness-training-effectiveness-icon-wrapper {
  width: 64px;
  height: 64px;
  border-radius: 8px;
  background-color: #f37a6f;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.cybersecurity-awareness-training-effectiveness-icon {
  font-size: 32px;
  color: #ffffff;
}

.cybersecurity-awareness-training-effectiveness-item-title {
  font-size: 20px;
  font-family: 'Segoe UI Bold', sans-serif !important;
  font-weight: bold;
  color: #2d3669;
  margin-bottom: 12px;
}

.cybersecurity-awareness-training-effectiveness-item-text {
  color: #444444;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .cybersecurity-awareness-training-effectiveness-grid {
    grid-template-columns: 1fr 1fr;
  }
}

/* =============================================
   WHY CHOOSE ATOZINIT SECTION
   ============================================= */

.cybersecurity-awareness-training-why-choose {
  background-color: #f8f8f8;
  padding: 80px 24px;
}

.cybersecurity-awareness-training-why-choose-container {
  max-width: 1280px;
  margin: 0 auto;
}

.cybersecurity-awareness-training-why-choose-title {
  font-size: 40px;
  font-family: 'Segoe UI Bold', sans-serif !important;
  font-weight: bold;
  color: #2d3669;
  text-align: center;
  margin-bottom: 16px;
  line-height: 1.2;
}

.cybersecurity-awareness-training-why-choose-subtitle {
  font-size: 20px;
  color: #444444;
  text-align: center;
  margin-bottom: 64px;
  max-width: 896px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
}

.cybersecurity-awareness-training-why-choose-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

.cybersecurity-awareness-training-why-choose-card {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 24px;
  border-top: 4px solid #f37a6f;
}

.cybersecurity-awareness-training-why-choose-card-title {
  font-size: 18px;
  font-family: 'Segoe UI Bold', sans-serif !important;
  font-weight: bold;
  color: #2d3669;
  margin-bottom: 12px;
  text-align: center;
}

.cybersecurity-awareness-training-why-choose-card-text {
  font-size: 16px;
  color: #444444;
  line-height: 1.5;
  text-align: center;
}
.cybersecurity-awareness-training-why-choose-card-text a{
	color:#f37a6f;
	font-weight: 600;
}
.cybersecurity-awareness-training-why-choose-card-text a:hover{
	text-decoration: underline;
}
@media (min-width: 768px) {
  .cybersecurity-awareness-training-why-choose-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}

/* =============================================
   ADDITIONAL TOPICS SECTION
   ============================================= */

.cybersecurity-awareness-training-additional-topics {
  background-color: #ffffff;
  padding: 80px 24px;
}

.cybersecurity-awareness-training-additional-topics-container {
  max-width: 1280px;
  margin: 0 auto;
}

.cybersecurity-awareness-training-additional-topics-title {
  font-size: 40px;
  font-family: 'Segoe UI Bold', sans-serif !important;
  font-weight: bold;
  color: #2d3669;
  text-align: center;
  margin-bottom: 64px;
  line-height: 1.2;
}

.cybersecurity-awareness-training-additional-topics-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: start;
}

.cybersecurity-awareness-training-additional-topics-item {
  text-align: center;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.cybersecurity-awareness-training-additional-topics-icon-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px auto;
}

.cybersecurity-awareness-training-additional-topics-icon-coral {
  background-color: #5164ae;
}

.cybersecurity-awareness-training-additional-topics-icon-blue {
  background-color: #5164ae;
}

.cybersecurity-awareness-training-additional-topics-icon {
  font-size: 32px;
  color: #ffffff;
}

.cybersecurity-awareness-training-additional-topics-item-header {
  border-bottom: 2px solid;
  margin-bottom: 16px;
  padding-bottom: 8px;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cybersecurity-awareness-training-additional-topics-border-coral {
  border-color: #5164ae;
}

.cybersecurity-awareness-training-additional-topics-border-blue {
  border-color: #5164ae;
}

.cybersecurity-awareness-training-additional-topics-item-title {
  font-size: 18px;
  font-family: 'Segoe UI Bold', sans-serif !important;
  font-weight: bold;
  color: #2d3669;
  line-height: 1.3rem;
}

.cybersecurity-awareness-training-additional-topics-item-text {
  font-size: 16px;
  color: #444444;
  line-height: 1.5;
  flex-grow: 1;
}

@media (min-width: 768px) {
  .cybersecurity-awareness-training-additional-topics-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}

/* =============================================
   CTA SECTION
   ============================================= */

.cybersecurity-awareness-training-cta {
  background-color: #2d3669;
  padding: 80px 24px;
}

.cybersecurity-awareness-training-cta-container {
  max-width: 1024px;
  margin: 0 auto;
  text-align: center;
}

.cybersecurity-awareness-training-cta-title {
  font-size: 40px;
  font-family: 'Segoe UI Bold', sans-serif !important;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 24px;
  line-height: 1.2;
}

.cybersecurity-awareness-training-cta-subtitle {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 32px;
  line-height: 1.5;
}

.cybersecurity-awareness-training-cta-highlight {
  color: #f37a6f;
}

.cybersecurity-awareness-training-cta-box {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  padding: 32px;
  margin-bottom: 40px;
  max-width: 896px;
  margin-left: auto;
  margin-right: auto;
}

.cybersecurity-awareness-training-cta-box-text {
  font-size: 18px;
  color: #ffffff;
  line-height: 1.5;
}

.cybersecurity-awareness-training-cta-buttons {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
  align-items: center;
}

.cybersecurity-awareness-training-cta-button {
  padding: 16px 32px;
  font-size: 18px;
  font-family: 'Segoe UI Bold', sans-serif !important;
  font-weight: bold;
  border-radius: 8px;
  cursor: pointer;
  transition: opacity 0.3s ease, background-color 0.3s ease, color 0.3s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.cybersecurity-awareness-training-cta-button-primary {
  background-color: #f37a6f;
  color: #ffffff;
  border: none;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.cybersecurity-awareness-training-cta-button-primary:hover {
  opacity: 0.9;
}

.cybersecurity-awareness-training-cta-button-secondary {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}

.cybersecurity-awareness-training-cta-button-secondary:hover {
  background-color: #ffffff;
  color: #2d3669;
}

@media (min-width: 640px) {
  .cybersecurity-awareness-training-cta-buttons {
    flex-direction: row;
  }
}


/* Row Topper */
.cybersecurity-awareness-training-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.cybersecurity-awareness-training-row-topper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cybersecurity-awareness-training-col {
    width: 100%;
}

.cybersecurity-awareness-training-box {
    background: #fff;
    border-radius: 12px;
    padding: 40px;
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    margin-top: -100px;
}

.cybersecurity-awareness-training-header-title {
    text-align: center;
    margin-bottom: 20px;
}

.cybersecurity-awareness-training-header-title h1 {
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 42px;
    font-weight: 700;
    color: #2d3669;
    margin: 0;
}

.cybersecurity-awareness-training-header-title h4 {
    font-weight: 600;
    color: #f37a6f;
    margin: 18px 0 10px 0;
}

.cybersecurity-awareness-training-header-content {
    display: flex;
    justify-content: center;
}

.cybersecurity-awareness-training-text-content {
    width: 100%;
    max-width: 900px;
}

.cybersecurity-awareness-training-text p {
    font-size: 18px;
    color: #444;
    line-height: 1.8;
    text-align: center;
}
.cybersecurity-awareness-training-text p a{
	color: #f37a6f;
    font-weight: 600;
}
.cybersecurity-awareness-training-text p a:hover{
	text-decoration: underline;
}
/* ========================================
   Section 1: Hero
   ======================================== */
.cybersecurity-awareness-training-hero {
    background-color: #fff;
    padding: 80px 40px;
    text-align: center;
}

.cybersecurity-awareness-training-hero-container {
    max-width: 1200px;
    margin: 0 auto;
}

.cybersecurity-awareness-training-hero-title {
    font-size: 40px;
    font-weight: 700;
    color: #2d3669;
    margin-bottom: 24px;
    line-height: 1.3;
}

.cybersecurity-awareness-training-hero-description {
    font-size: 18px;
    color: #444444;
    margin-bottom: 40px;
    line-height: 1.8;
}

.cybersecurity-awareness-training-hero-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.cybersecurity-awareness-training-hero-button-primary {
    background-color: #f37a6f;
    color: white;
    padding: 16px 32px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: background-color 0.3s ease;
}

.cybersecurity-awareness-training-hero-button-primary:hover {
    background-color: #e26960;
}

.cybersecurity-awareness-training-hero-button-secondary {
    background-color: transparent;
    color: #2d3669;
    padding: 16px 32px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    border: 2px solid #2d3669;
    transition: all 0.3s ease;
}

.cybersecurity-awareness-training-hero-button-secondary:hover {
    background-color: #2d3669;
    color: white;
}

/* ========================================
   Section 2: Importance
   ======================================== */
.cybersecurity-awareness-training-importance {
    background-color: white;
    padding: 80px 40px;
}

.cybersecurity-awareness-training-importance-container {
    max-width: 1400px;
    margin: 0 auto;
}

.cybersecurity-awareness-training-importance-content {
    display: grid;
    grid-template-columns: 1fr 500px;
    gap: 80px;
    align-items: start;
}

.cybersecurity-awareness-training-importance-title {
    font-size: 40px;
    font-weight: 700;
    color: #2d3669;
    margin-bottom: 24px;
    line-height: 1.3;
}

.cybersecurity-awareness-training-importance-intro {
    font-size: 18px;
    color: #444444;
    margin-bottom: 48px;
    line-height: 1.8;
}

.cybersecurity-awareness-training-importance-list {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.cybersecurity-awareness-training-importance-item {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.cybersecurity-awareness-training-importance-bullet {
    width: 12px;
    height: 12px;
    background-color: #f37a6f;
    flex-shrink: 0;
    margin-top: 6px;
}

.cybersecurity-awareness-training-importance-text {
    font-size: 16px;
    color: #444444;
    line-height: 1.7;
}

.cybersecurity-awareness-training-importance-text strong {
    color: #2d3669;
    font-weight: 600;
}

.cybersecurity-awareness-training-importance-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

/* ========================================
   Section 3: What We Cover
   ======================================== */
.cybersecurity-awareness-training-cover {
    background-color: #f3f3f3;
    padding: 80px 40px;
}

.cybersecurity-awareness-training-cover-container {
    max-width: 1200px;
    margin: 0 auto;
}

.cybersecurity-awareness-training-cover-title {
    font-size: 40px;
    font-weight: 700;
    color: #2d3669;
    margin-bottom: 24px;
    text-align: center;
    line-height: 1.3;
}

.cybersecurity-awareness-training-cover-intro {
    font-size: 18px;
    color: #444444;
    margin-bottom: 60px;
    text-align: center;
    line-height: 1.8;
}

.cybersecurity-awareness-training-cover-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.cybersecurity-awareness-training-cover-item {
    background-color: white;
    padding: 40px 30px;
    border-radius: 8px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cybersecurity-awareness-training-cover-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.cybersecurity-awareness-training-cover-icon {
    font-size: 48px;
    color: #f37a6f;
    margin-bottom: 24px;
}

.cybersecurity-awareness-training-cover-item-title {
    font-size: 22px;
    font-weight: 700;
    color: #2d3669;
    margin-bottom: 16px;
    line-height: 1.3;
}

.cybersecurity-awareness-training-cover-item-text {
    font-size: 16px;
    color: #444444;
    line-height: 1.7;
}

/* ========================================
   Section 4: How It Works
   ======================================== */
.cybersecurity-awareness-training-works {
    background-color: white;
    padding: 80px 40px;
}

.cybersecurity-awareness-training-works-container {
    max-width: 1000px;
    margin: 0 auto;
}

.cybersecurity-awareness-training-works-title {
    font-size: 40px;
    font-weight: 700;
    color: #2d3669;
    margin-bottom: 60px;
    text-align: center;
    line-height: 1.3;
}

.cybersecurity-awareness-training-works-steps {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.cybersecurity-awareness-training-works-step {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.cybersecurity-awareness-training-works-step-number {
    width: 60px;
    height: 60px;
    background-color: #f37a6f;
    color: white;
    font-size: 28px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    flex-shrink: 0;
}

.cybersecurity-awareness-training-works-step-content {
    flex: 1;
}

.cybersecurity-awareness-training-works-step-title {
    font-size: 24px;
    font-weight: 700;
    color: #2d3669;
    margin-bottom: 12px;
    line-height: 1.3;
}

.cybersecurity-awareness-training-works-step-text {
    font-size: 16px;
    color: #444444;
    line-height: 1.7;
}

/* ========================================
   Section 5: Training Methods
   ======================================== */
.cybersecurity-awareness-training-methods {
    background-color: #f8f8f8;
    padding: 80px 40px;
}

.cybersecurity-awareness-training-methods-container {
    max-width: 1200px;
    margin: 0 auto;
}

.cybersecurity-awareness-training-methods-title {
    font-size: 40px;
    font-weight: 700;
    color: #2d3669;
    margin-bottom: 60px;
    text-align: center;
    line-height: 1.3;
}

.cybersecurity-awareness-training-methods-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.cybersecurity-awareness-training-methods-item {
    background-color: white;
    padding: 40px 40px 20px 40px;
    border-radius: 8px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}


.cybersecurity-awareness-training-methods-icon {
    font-size: 48px;
    color: #f37a6f;
    margin-bottom: 24px;
}

.cybersecurity-awareness-training-methods-item-title {
    font-size: 24px;
    font-weight: 700;
    color: #2d3669;
    margin-bottom: 16px;
    line-height: 1.3;
}

.cybersecurity-awareness-training-methods-item-text {
    font-size: 16px;
    color: #444444;
    line-height: 1.7;
}

/* ========================================
   Section 6: Industries
   ======================================== */
.cybersecurity-awareness-training-industries {
    background-color: white;
    padding: 80px 40px;
}

.cybersecurity-awareness-training-industries-container {
    max-width: 1200px;
    margin: 0 auto;
}

.cybersecurity-awareness-training-industries-title {
    font-size: 40px;
    font-weight: 700;
    color: #2d3669;
    margin-bottom: 24px;
    text-align: center;
    line-height: 1.3;
}

.cybersecurity-awareness-training-industries-intro {
    font-size: 18px;
    color: #444444;
    margin-bottom: 60px;
    text-align: center;
    line-height: 1.8;
}

.cybersecurity-awareness-training-industries-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.cybersecurity-awareness-training-industries-item {
    background-color: #f3f3f3;
    padding: 40px 30px;
    border-radius: 8px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cybersecurity-awareness-training-industries-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.cybersecurity-awareness-training-industries-icon {
    font-size: 48px;
    color: #f37a6f;
    margin-bottom: 24px;
}

.cybersecurity-awareness-training-industries-item-title {
    font-size: 22px;
    font-weight: 700;
    color: #2d3669;
    margin-bottom: 16px;
    line-height: 1.3;
}

.cybersecurity-awareness-training-industries-item-text {
    font-size: 16px;
    color: #444444;
    line-height: 1.7;
}

/* ========================================
   Section 7: Real Results
   ======================================== */
.cybersecurity-awareness-training-results {
    background-color: #f3f3f3;
    padding: 80px 40px;
}

.cybersecurity-awareness-training-results-container {
    max-width: 1200px;
    margin: 0 auto;
}

.cybersecurity-awareness-training-results-title {
    font-size: 40px;
    font-weight: 700;
    color: #2d3669;
    margin-bottom: 60px;
    text-align: center;
    line-height: 1.3;
}

.cybersecurity-awareness-training-results-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.cybersecurity-awareness-training-results-stat {
    background-color: white;
    padding: 40px 30px;
    border-radius: 8px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cybersecurity-awareness-training-results-stat:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.cybersecurity-awareness-training-results-stat-number {
    font-size: 56px;
    font-weight: 700;
    color: #f37a6f;
    margin-bottom: 16px;
    line-height: 1;
}

.cybersecurity-awareness-training-results-stat-text {
    font-size: 16px;
    color: #444444;
    line-height: 1.6;
}

/* ========================================
   Section 8: Why Choose AtoZinIT
   ======================================== */
.cybersecurity-awareness-training-choose {
    background-color: white;
    padding: 80px 40px;
}

.cybersecurity-awareness-training-choose-container {
    max-width: 1400px;
    margin: 0 auto;
}

.cybersecurity-awareness-training-choose-content {
    display: grid;
    grid-template-columns: 500px 1fr;
    gap: 80px;
    align-items: start;
}

.cybersecurity-awareness-training-choose-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    margin-bottom: 30px;
}

.cybersecurity-awareness-training-choose-box {
    background-color: #f3f3f3;
    padding: 30px;
    border-radius: 8px;
}

.cybersecurity-awareness-training-choose-box-title {
    font-size: 24px;
    font-weight: 700;
    color: #2d3669;
    margin-bottom: 24px;
    line-height: 1.3;
}

.cybersecurity-awareness-training-choose-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.cybersecurity-awareness-training-choose-list-item {
    font-size: 14px;
    color: #444444;
    line-height: 1.7;
}

.cybersecurity-awareness-training-choose-list-item strong {
    color: #2d3669;
    font-weight: 600;
}

.cybersecurity-awareness-training-choose-title {
    font-size: 40px;
    font-weight: 700;
    color: #2d3669;
    margin-bottom: 48px;
    line-height: 1.3;
}

.cybersecurity-awareness-training-choose-items {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.cybersecurity-awareness-training-choose-item {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.cybersecurity-awareness-training-choose-bullet {
    width: 12px;
    height: 12px;
    background-color: #f37a6f;
    flex-shrink: 0;
    margin-top: 6px;
}

.cybersecurity-awareness-training-choose-text {
    font-size: 16px;
    color: #444444;
    line-height: 1.7;
}

.cybersecurity-awareness-training-choose-text strong {
    color: #2d3669;
    font-weight: 600;
}

/* ========================================
   Section 9: Additional Topics
   ======================================== */
.cybersecurity-awareness-training-topics {
    background-color: #f3f3f3;
    padding: 80px 40px;
}

.cybersecurity-awareness-training-topics-container {
    max-width: 1400px;
    margin: 0 auto;
}

.cybersecurity-awareness-training-topics-title {
    font-size: 40px;
    font-weight: 700;
    color: #2d3669;
    margin-bottom: 60px;
    text-align: center;
    line-height: 1.3;
}

.cybersecurity-awareness-training-topics-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
}

.cybersecurity-awareness-training-topics-item {
    background-color: white;
    padding: 30px 24px;
    border-radius: 8px;
    border-top: 4px solid #f37a6f;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cybersecurity-awareness-training-topics-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.cybersecurity-awareness-training-topics-item-title {
    font-size: 18px;
    font-weight: 700;
    color: #2d3669;
    margin-bottom: 12px;
    line-height: 1.3;
}

.cybersecurity-awareness-training-topics-item-text {
    font-size: 14px;
    color: #444444;
    line-height: 1.6;
}

/* ========================================
   Section 10: CTA
   ======================================== */
.cybersecurity-awareness-training-cta {
    background-color: #2d3669;
    padding: 100px 40px;
    text-align: center;
}

.cybersecurity-awareness-training-cta-container {
    max-width: 1200px;
    margin: 0 auto;
}

.cybersecurity-awareness-training-cta-title {
    font-size: 40px;
    font-weight: 700;
    color: white;
    margin-bottom: 24px;
    line-height: 1.3;
}

.cybersecurity-awareness-training-cta-description {
    font-size: 18px;
    color: white;
    margin-bottom: 16px;
    line-height: 1.8;
}

.cybersecurity-awareness-training-cta-subdescription {
    font-size: 18px;
    color: white;
    margin-bottom: 40px;
    line-height: 1.8;
}

.cybersecurity-awareness-training-cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.cybersecurity-awareness-training-cta-button-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 32px;
    border-radius: 6px;
    text-decoration: none;
    font-family: 'Segoe UI Bold', sans-serif;
    font-weight: 600;
    font-size: 18px;
    transition: all 0.3s ease;
    border: 1px solid #f37a6f;
    cursor: pointer;
    background: #f37a6f;
    color: #ffffff;
}

.cybersecurity-awareness-training-cta-button-primary:hover {
    border: 1px solid #bd2d10;
    background: #bd2d10;
    color: #fff;
}
.cybersecurity-awareness-training-cta-button-primary i{
	rotate: 180deg;
}
.cybersecurity-awareness-training-cta-button-secondary {
    padding: 16px 32px;
    background: transparent;
    color: white;
    border: 1px solid white;
    border-radius: 5px;
    font-family: 'Segoe UI', sans-serif;
    font-weight: bold;
    font-size: 18px;
}

.cybersecurity-awareness-training-cta-button-secondary:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.7);
}



/*----------------
============== END Cybersecurity Awareness Training
------------------*/


/*----------------
==============  START CYBER INCIDENT RESPONSE AND REMEDIATION CSS
------------------*/

/* Row Topper */
.cyber-incident-response-and-remediation-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.cyber-incident-response-and-remediation-row-topper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cyber-incident-response-and-remediation-col {
    width: 100%;
}

.cyber-incident-response-and-remediation-box {
    background: #fff;
    border-radius: 12px;
    padding: 40px;
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    margin-top: -100px;
}

.cyber-incident-response-and-remediation-header-title {
    text-align: center;
    margin-bottom: 20px;
}

.cyber-incident-response-and-remediation-header-title h1 {
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 40px;
    font-weight: 700;
    color: #2d3669;
    margin: 0;
}

.cyber-incident-response-and-remediation-header-title h4 {
    font-weight: 600;
    color: #f37a6f;
    margin: 18px 0 10px 0;
}

.cyber-incident-response-and-remediation-header-content {
    display: flex;
    justify-content: center;
}

.cyber-incident-response-and-remediation-text-content {
    width: 100%;
    max-width: 900px;
}

.cyber-incident-response-and-remediation-text span{
	font-weight: 600;
	color: #f37a6f;
}

.cyber-incident-response-and-remediation-text a{
	font-weight: 600;
	color: #f37a6f;
}

.cyber-incident-response-and-remediation-text a:hover{
	text-decoration: underline;
}
.cyber-incident-response-and-remediation-text p {
    font-size: 18px;
    color: #444;
    line-height: 1.8;
    text-align: center;
}

/* CONTAINER */
.cyber-incident-response-and-remediation-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* SECTION STYLES */
.cyber-incident-response-and-remediation-section {
    /*background-color: #ffffff;*/
    padding: 80px 20px;
}

.steps-to-contain,
.restoring-systems-and-data,
.integrating-incident-response,
.additional-topics{
	background-color: #f3f3f3;
}

/* ============================================
   SECTION 1: WHAT CYBER INCIDENT RESPONSE INVOLVES
   ============================================ */

.cyber-incident-response-and-remediation-two-column {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.cyber-incident-response-and-remediation-content {
    padding-right: 20px;
}

.cyber-incident-response-and-remediation-title {
    font-size: 40px;
    color: #2d3669;
    font-weight: bold;
    margin-bottom: 25px;
    line-height: 1.3;
}

.cyber-incident-response-and-remediation-intro {
    font-size: 16px;
    color: #444444;
    line-height: 1.8;
    margin-bottom: 35px;
}

.cyber-incident-response-and-remediation-checklist {
    list-style: none;
    margin-bottom: 35px;
}

.cyber-incident-response-and-remediation-checklist li {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    margin-bottom: 20px;
}

.cyber-incident-response-and-remediation-checklist li i {
    color: #f37a6f;
    font-size: 20px;
    margin-top: 8px;
    flex-shrink: 0;
}

.cyber-incident-response-and-remediation-checklist li span {
    font-size: 15px;
    color: #444444;
    line-height: 1.7;
}

.cyber-incident-response-and-remediation-checklist li strong {
	font-size: 20px;
    color: #2d3669;
    font-weight: bold;
}

.cyber-incident-response-and-remediation-quote {
    background-color: #f3f3f3;
    border-left: 4px solid #f37a6f;
    padding: 20px 25px;
    margin-top: 30px;
}

.cyber-incident-response-and-remediation-quote p {
    font-size: 15px;
    color: #444444;
    line-height: 1.7;
    margin: 0;
}

.cyber-incident-response-and-remediation-image-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.why-charlotte-businesses-rely img.cyber-incident-response-and-remediation-image  {
    clip-path: inset(10% 0 10% 0);

}

/* ============================================
   SECTION 2: STEPS TO CONTAIN AND REMEDIATE
   ============================================ */

.cyber-incident-response-and-remediation-reverse .cyber-incident-response-and-remediation-image-wrapper {
    order: -1;
}

.cyber-incident-response-and-remediation-reverse .cyber-incident-response-and-remediation-content {
    padding-right: 0;
    padding-left: 20px;
}
/* ============================================
   SECTION 3: IDENTIFYING THE SOURCE
   ============================================ */

.cyber-incident-response-and-remediation-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.cyber-incident-response-and-remediation-title {
    font-size: 40px;
    color: #2d3669;
    font-weight: bold;
    margin-bottom: 25px;
    line-height: 1.3;
}

.cyber-incident-response-and-remediation-centered {
    text-align: center;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.cyber-incident-response-and-remediation-intro {
    font-size: 16px;
    color: #444444;
    line-height: 1.8;
    margin-bottom: 35px;
}

.cyber-incident-response-and-remediation-grid-four {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-top: 50px;
}

.cyber-incident-response-and-remediation-grid-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.cyber-incident-response-and-remediation-item-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.cyber-incident-response-and-remediation-icon-box {
    width: 70px;
    height: 70px;
    background-color: #f37a6f;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 28px;
    flex-shrink: 0;
}

.cyber-incident-response-and-remediation-grid-item h3 {
    font-size: 20px;
    color: #2d3669;
    font-weight: bold;
    margin: 0;
}

.cyber-incident-response-and-remediation-grid-item p {
    font-size: 15px;
    color: #444444;
    line-height: 1.7;
}



/* ============================================
   SECTION 4: RESTORING SYSTEMS AND DATA
   ============================================ */

.cyber-incident-response-and-remediation-card {
    background-color: #fff;
    border-radius: 8px;
    padding: 30px;
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.cyber-incident-response-and-remediation-card-number {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    /*background-color: #5164ae;*/
	background: linear-gradient(135deg, #f37a6f 0%, #5164ae 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 22px;
    font-weight: bold;
}

.cyber-incident-response-and-remediation-card-content h3 {
    font-size: 16px;
    color: #444444;
    line-height: 1.7;
    font-weight: normal;
    margin: 0;
}

.cyber-incident-response-and-remediation-card-content h3 strong {
    color: #2d3669;
    font-weight: bold;
}

/* ============================================
   SECTION 5: PREVENTING FUTURE INCIDENTS
   ============================================ */

.cyber-incident-response-and-remediation-numbered-list {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-top: 30px;
}

.cyber-incident-response-and-remediation-numbered-item {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.cyber-incident-response-and-remediation-number {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    background-color: #5164ae;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 22px;
    font-weight: bold;
}

.cyber-incident-response-and-remediation-numbered-content h4 {
    font-size: 16px;
    color: #444444;
    line-height: 1.7;
    font-weight: normal;
    margin: 0;
}

.cyber-incident-response-and-remediation-numbered-content h4 strong {
    color: #2d3669;
    font-weight: bold;
}

/* ============================================
   SECTION 6: INTEGRATING INCIDENT RESPONSE
   ============================================ */

.cyber-incident-response-and-remediation-border-card {
    background-color: #ffffff;
    border-left: 4px solid #f37a6f;
    border-radius: 4px;
    padding: 30px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.cyber-incident-response-and-remediation-border-card h3 {
    font-size: 20px;
    color: #2d3669;
    font-weight: bold;
    margin-bottom: 15px;
}

.cyber-incident-response-and-remediation-border-card p {
    font-size: 15px;
    color: #444444;
    line-height: 1.7;
    margin: 0;
}

/* ============================================
   SECTION 7: WHY CHARLOTTE BUSINESSES
   ============================================ */

.cyber-incident-response-and-remediation-why-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
}

.cyber-incident-response-and-remediation-why-item {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.cyber-incident-response-and-remediation-why-number {
    flex-shrink: 0;
    width: 45px;
    height: 45px;
    background-color: #5164ae;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
}

.cyber-incident-response-and-remediation-why-content h4 {
    font-size: 15px;
    color: #444444;
    line-height: 1.7;
    font-weight: normal;
    margin: 0;
}

.cyber-incident-response-and-remediation-why-content h4 strong {
    color: #2d3669;
    font-weight: bold;
}

/* ============================================
   SECTION 8: ADDITIONAL TOPICS
   ============================================ */

.cyber-incident-response-and-remediation-horizontal-grid {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-top: 50px;
}

.cyber-incident-response-and-remediation-horizontal-item {
    flex: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cyber-incident-response-and-remediation-horizontal-icon {
    width: 90px;
    height: 90px;
    background-color: #5164ae;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 36px;
    margin-bottom: 20px;
}

.cyber-incident-response-and-remediation-horizontal-item h3 {
    font-size: 18px;
    color: #2d3669;
    font-weight: bold;
    margin-bottom: 12px;
    line-height: 1.4;
    min-height: 50px;
	max-width: 170px;
}

.cyber-incident-response-and-remediation-horizontal-item p {
    font-size: 14px;
    color: #444444;
    line-height: 1.6;
    margin: 0;
}

/* ============================================
   SECTION 9: CALL TO ACTION
   ============================================ */

.cyber-incident-response-and-remediation-cta {
    background-color: #5164ae;
    padding: 70px 20px;
    text-align: center;
    color: #ffffff;
}

.cyber-incident-response-and-remediation-cta-title {
    font-size: 40px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 25px;
    line-height: 1.3;
}

.cyber-incident-response-and-remediation-cta-description {
    font-size: 17px;
    color: #ffffff;
    line-height: 1.7;
    max-width: 1100px;
    margin: 0 auto 20px auto;
}

.cyber-incident-response-and-remediation-cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    margin-top: 35px;
}

.cyber-incident-response-and-remediation-btn {
    padding: 15px 35px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 5px;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.cyber-incident-response-and-remediation-btn-phone {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 32px;
    border-radius: 6px;
    text-decoration: none;
    font-family: 'Segoe UI Bold', sans-serif;
    font-weight: 600;
    font-size: 18px;
    transition: all 0.3s ease;
    border: 1px solid #f37a6f;
    cursor: pointer;
    background: #f37a6f;
    color: #ffffff;
}
..cyber-incident-response-and-remediation-btn-phone i{
	rotate: 180deg;
}
.cyber-incident-response-and-remediation-btn-phone:hover {
    border: 1px solid #bd2d10;
    background: #bd2d10;
    color: #fff;
}

.cyber-incident-response-and-remediation-btn-consultation {
    padding: 16px 32px;
    background: transparent;
    color: white;
    border: 1px solid white;
    border-radius: 5px;
    font-family: 'Segoe UI', sans-serif;
    font-weight: bold;
    font-size: 18px;
}

.cyber-incident-response-and-remediation-btn-consultation:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.7);
}

.cyber-incident-response-and-remediation-btn i {
    font-size: 18px;
	rotate: 180deg;
}


/*----------------
============== END Cyber Incident Response & Remediation
------------------*/


/*----------------
============== START Ransomware Protection & Defense Services
------------------*/
/* Row Topper */
.ransomware-protection-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.ransomware-protection-row-topper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ransomware-protection-col {
    width: 100%;
}

.ransomware-protection-box {
    background: #fff;
    border-radius: 12px;
    padding: 40px;
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    margin-top: -100px;
}

.ransomware-protection-header-title {
    text-align: center;
    margin-bottom: 20px;
}

.ransomware-protection-header-title h1 {
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 42px;
    font-weight: 700;
    color: #2d3669;
    margin: 0;
}

.ransomware-protection-header-title h4 {
    font-weight: 600;
    color: #f37a6f;
    margin: 18px 0 10px 0;
}

.ransomware-protection-header-content {
    display: flex;
    justify-content: center;
}

.ransomware-protection-text-content {
    width: 100%;
    max-width: 900px;
}

.ransomware-protection-text p {
    font-size: 18px;
    color: #444;
    line-height: 1.8;
    text-align: center;
}

/* Container Styles */
.ransomware-protection-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.ransomware-protection-container-wide {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 24px;
}

/* Typography */
.ransomware-protection-section-title {
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 40px;
    font-weight: bold;
    color: #2d3669;
    text-align: center;
    margin-bottom: 64px;
    line-height: 1.2;
}

/* ===================================
   HERO SECTION
   =================================== */
.hero-btn {
	margin-top: 50px;
}
.ransomware-protection-hero {
    background-color: #ffffff;
    padding: 80px 24px;
}

.ransomware-protection-hero-content {
    text-align: center;
}

.ransomware-protection-hero-title {
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 60px;
    font-weight: bold;
    color: #2d3669;
    margin-bottom: 32px;
    line-height: 1.2;
}

.ransomware-protection-hero-text {
    max-width: 1000px;
    margin: 0 auto;
}

.ransomware-protection-hero-paragraph {
    font-size: 20px;
    color: #444444;
    line-height: 1.5;
    margin-bottom: 24px;
}

.ransomware-protection-link {
    color: #f37a6f;
    font-weight: bold;
    text-decoration: none;
}

.ransomware-protection-link:hover {
    text-decoration: underline;
}

/* ===================================
   UNDERSTANDING RANSOMWARE SECTION
   =================================== */

.ransomware-protection-understanding {
    background-color: #f3f3f3;
    padding: 80px 24px;
}

.ransomware-protection-two-column {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
}

.ransomware-protection-column-content {
    display: flex;
    flex-direction: column;
}

.ransomware-protection-intro-text {
    font-size: 18px;
    color: #444444;
    line-height: 1.5;
    margin-bottom: 32px;
}

.ransomware-protection-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.ransomware-protection-list-item {
    display: flex;
    gap: 16px;
}

.ransomware-protection-check-icon {
    flex-shrink: 0;
    margin-top: 4px;
}

.ransomware-protection-check-icon i {
    font-size: 24px;
    color: #f37a6f;
}

.ransomware-protection-item-title {
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 20px;
    font-weight: bold;
    color: #2d3669;
    margin-bottom: 8px;
}

.ransomware-protection-item-text {
    font-size: 16px;
    color: #444444;
    line-height: 1.5;
}

.ransomware-protection-closing-text {
    font-size: 18px;
    color: #444444;
    line-height: 1.5;
    margin-top: 32px;
}

.ransomware-protection-image-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ransomware-protection-image-placeholder {
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    padding: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 500px;
    width: 100%;
}

.ransomware-protection-image-placeholder i {
    font-size: 144px;
}

.ransomware-protection-image-blue {
    background-color: #5164ae;
}

.ransomware-protection-image-blue i {
    color: rgba(255, 255, 255, 0.3);
}

.ransomware-protection-image-dark {
    background-color: #2d3669;
}

.ransomware-protection-image-dark i {
    color: rgba(243, 122, 111, 0.4);
}

.ransomware-protection-image-coral {
    background-color: #f37a6f;
}

.ransomware-protection-image-coral i {
    color: rgba(255, 255, 255, 0.4);
}

/* ===================================
   PREVENTIVE MEASURES SECTION
   =================================== */

.ransomware-protection-preventive {
    background-color: #ffffff;
    padding: 80px 24px;
}

.ransomware-protection-intro-text-center {
    font-size: 18px;
    color: #444444;
    line-height: 1.5;
    text-align: center;
    max-width: 1020px;
    margin: 0 auto 48px;
}

.ransomware-protection-grid-three {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    margin-bottom: 48px;
}

.ransomware-protection-card-border-left {
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 32px;
    border-left: 4px solid #5164ae;
}

.ransomware-protection-card-header {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 16px;
}

.ransomware-protection-icon-circle {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #5164ae;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.ransomware-protection-icon-circle i {
    font-size: 24px;
    color: #ffffff;
}

.ransomware-protection-card-title {
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 20px;
    font-weight: bold;
    color: #2d3669;
}

.ransomware-protection-card-text {
    font-size: 16px;
    color: #444444;
    line-height: 1.5;
}

.ransomware-protection-closing-text-center {
    font-size: 18px;
    color: #444444;
    line-height: 1.5;
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
}

/* ===================================
   DETECTING RANSOMWARE SECTION
   =================================== */

.ransomware-protection-detecting {
    background-color: #f3f3f3;
    padding: 80px 24px;
}

.ransomware-protection-grid-two {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    margin-bottom: 48px;
}

.ransomware-protection-detection-card {
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 32px;
}

.ransomware-protection-detection-content {
    display: flex;
    align-items: flex-start;
    gap: 24px;
}

.ransomware-protection-icon-box {
    width: 64px;
    height: 64px;
    border-radius: 8px;
    background-color: rgba(243, 122, 111, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.ransomware-protection-icon-box i {
    font-size: 32px;
    color: #f37a6f;
}

.ransomware-protection-detection-title {
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 20px;
    font-weight: bold;
    color: #2d3669;
    margin-bottom: 12px;
}

.ransomware-protection-detection-text {
    font-size: 16px;
    color: #444444;
    line-height: 1.5;
}

/* ===================================
   BACKUPS AND RECOVERY SECTION
   =================================== */

.ransomware-protection-backups {
    background-color: #ffffff;
    padding: 80px 24px;
}

.ransomware-protection-numbered-item {
    display: flex;
    gap: 16px;
}

.ransomware-protection-number-circle {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #5164ae;
    color: #ffffff;
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.ransomware-protection-order-1 {
    order: 1;
}

.ransomware-protection-order-2 {
    order: 2;
}

/* ===================================
   EMPLOYEE TRAINING SECTION
   =================================== */

.ransomware-protection-training {
    background-color: #f3f3f3;
    padding: 80px 24px;
}

.ransomware-protection-training-card {
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 32px;
    text-align: center;
    border-top: 4px solid #f37a6f;
}

.ransomware-protection-training-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color:#f37a6f; 
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
}

.ransomware-protection-training-icon i {
    font-size: 32px;
    color: #fff;
}

.ransomware-protection-training-title {
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 20px;
    font-weight: bold;
    color: #2d3669;
    margin-bottom: 16px;
}

.ransomware-protection-training-text {
    font-size: 16px;
    color: #444444;
    line-height: 1.5;
}

/* ===================================
   INTEGRATING DEFENSE SECTION
   =================================== */

.ransomware-protection-integrating {
    background-color: #fff;
    padding: 80px 24px;
}

/* ===================================
   WHY ATOZINIT SECTION
   =================================== */

.ransomware-protection-why {
    background-color: #f3f3f3;
    padding: 80px 24px;
}

.ransomware-protection-grid-five {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 32px;
}

.ransomware-protection-feature-item {
    text-align: center;
}

.ransomware-protection-feature-icon-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #5164ae;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
}

.ransomware-protection-feature-icon-circle i {
    font-size: 40px;
    color: #ffffff;
}

.ransomware-protection-feature-line {
    width: 100%;
    height: 2px;
    background-color: #5164ae;
    margin-bottom: 16px;
}

.ransomware-protection-feature-title {
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 18px;
    font-weight: bold;
    color: #2d3669;
    margin-bottom: 12px;
}

.ransomware-protection-feature-text {
    font-size: 14px;
    color: #444444;
    line-height: 1.5;
}

/* ===================================
   CTA SECTION
   =================================== */

.ransomware-protection-cta {
    background: linear-gradient(135deg, #5164ae 0%, #2d3669 100%);
    padding: 96px 24px;
    position: relative;
    overflow: hidden;
}

.ransomware-protection-cta-content {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 10;
}

.ransomware-protection-cta-title {
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 40px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 32px;
    line-height: 1.2;
}

.ransomware-protection-cta-text {
    font-size: 20px;
    color: #ffffff;
    line-height: 1.5;
    margin-bottom: 24px;
    opacity: 0.95;
}

.ransomware-protection-cta-text-bold {
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 48px;
}

.ransomware-protection-cta-buttons {
    display: flex;
    flex-direction: row;
    gap: 16px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.ransomware-protection-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 32px;
    border-radius: 6px;
    text-decoration: none;
    font-family: 'Segoe UI Bold', sans-serif;
    font-weight: 600;
    font-size: 18px;
    transition: all 0.3s ease;
    border: 1px solid #f37a6f;
    cursor: pointer;
    background: #f37a6f;
    color: #ffffff;
}
.ransomware-protection-btn-primary i {
	rotate: 180deg;
}
.ransomware-protection-btn-primary:hover {
    border: 1px solid #bd2d10;
    background: #bd2d10;
    color: #fff;
}

.ransomware-protection-btn-secondary {
      padding: 16px 32px;
    background: transparent;
    color: white;
    border: 1px solid white;
    border-radius: 5px;
    font-family: 'Segoe UI', sans-serif;
    font-weight: bold;
    font-size: 18px;
}

.ransomware-protection-btn-secondary:hover {
   color: #fff;
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.7);
}

.ransomware-protection-cta-icon {
    position: absolute;
    opacity: 0.1;
}

.ransomware-protection-cta-icon-right {
    top: 0;
    right: 0;
}


.ransomware-protection-cta-icon-left {
    bottom: 0;
    left: 0;
}


/*----------------
============== END Ransomware Protection & Defense Services
------------------*/

/*----------------
============== START Cybersecurity Consultation
------------------*/
/* Row Topper */
.cybersecurity-consultation-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.cybersecurity-consultation-row-topper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cybersecurity-consultation-col {
    width: 100%;
}

.cybersecurity-consultation-box {
    background: #fff;
    border-radius: 12px;
    padding: 40px;
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    margin-top: -100px;
}

.cybersecurity-consultation-header-title {
    text-align: center;
    margin-bottom: 20px;
}

.cybersecurity-consultation-header-title h1 {
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 42px;
    font-weight: 700;
    color: #2d3669;
    margin: 0;
}

.cybersecurity-consultation-header-title h4 {
    font-weight: 600;
    color: #f37a6f;
    margin: 18px 0 10px 0;
}

.cybersecurity-consultation-header-content {
    display: flex;
    justify-content: center;
}

.cybersecurity-consultation-text-content {
    width: 100%;
    max-width: 900px;
}

.cybersecurity-consultation-text p {
    font-size: 18px;
    color: #444;
    line-height: 1.8;
    text-align: center;
}

/* ========================================
   GENERAL STYLES
   ======================================== */

.cybersecurity-consultation-section {
  padding: 80px 0;
}

.cybersecurity-consultation-section-white {
  background-color: #ffffff;
}

.cybersecurity-consultation-section-gray {
  background-color: #f3f3f3;
}

.cybersecurity-consultation-section-dark {
  background-color: #2d3669;
}
.cybersecurity-consultation-section-light{
	background-color: #5164ae;
}
.cybersecurity-consultation-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.cybersecurity-consultation-container-narrow {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 24px;
  text-align: center;
}

/* ========================================
   TYPOGRAPHY
   ======================================== */

.cybersecurity-consultation-heading {
  font-size: 40px;
  font-weight: bold;
  color: #2d3669;
  margin-bottom: 48px;
  text-align: center;
  line-height: 1.2;
}

.cybersecurity-consultation-heading-white {
  color: #ffffff;
}

.cybersecurity-consultation-intro {
  font-size: 18px;
  color: #444444;
  margin-bottom: 32px;
  text-align: center;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.625;
}

.cybersecurity-consultation-list-title {
  font-size: 20px;
  font-weight: bold;
  color: #2d3669;
  margin-bottom: 8px;
}

.cybersecurity-consultation-list-text {
  font-size: 16px;
  color: #444444;
  line-height: 1.625;
}

.cybersecurity-consultation-card-title {
  font-size: 20px;
  font-weight: bold;
  color: #2d3669;
  margin-bottom: 12px;
}

.cybersecurity-consultation-card-title-white {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 7px;
}

.cybersecurity-consultation-card-text {
  font-size: 16px;
  color: #444444;
  line-height: 1.625;
}

.cybersecurity-consultation-card-text-white {
  color: #ffffff;
}

/* ========================================
   GRID LAYOUTS
   ======================================== */

.cybersecurity-consultation-grid-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.cybersecurity-consultation-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

.cybersecurity-consultation-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

/* Section styles Evaluating Current IT Security Posture*/
.cybersecurity-consultation-card-title-with-icon{
	font-size: 20px;
    font-weight: bold;
    color: #2d3669;
    margin-bottom: 12px;
}
.cybersecurity-consultation-icon-inline{
	font-size: 20px;
    color: #f37a6f;
}
.cybersecurity-consultation-section {
  padding: 80px 0;
}

.cybersecurity-consultation-section-gray {
  background-color: #f3f3f3;
}

.cybersecurity-consultation-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.cybersecurity-consultation-card p.cybersecurity-consultation-card-text.cybersecurity-consultation-card-text-white{
	font-size: 16px;
    color: #fff;
    line-height: 1.625;
}

.cybersecurity-consultation-section.cybersecurity-consultation-section-light h2.cybersecurity-consultation-heading.cybersecurity-consultation-heading-white{
	color: #fff;
}

.cybersecurity-consultation-additional-topics{
	display: flex;
    align-items: center;
    gap: 15px;
}
.cybersecurity-consultation-additional-topics i{
	font-size: 20px;
    color: #f37a6f;
}
/* Typography */
.cybersecurity-consultation-heading {
  font-size: 40px;
  font-weight: bold;
  color: #2d3669;
  margin-bottom: 48px;
  text-align: center;
  line-height: 1.2;
}

.cybersecurity-consultation-intro {
  font-size: 18px;
  color: #444444;
  margin-bottom: 32px;
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.625;
}

.cybersecurity-consultation-card-title-with-icon {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  color: #2d3669;
  margin-bottom: 12px;
}

.cybersecurity-consultation-card-text {
  font-size: 16px;
  color: #444444;
  line-height: 1.625;
}

/* Grid layout */
.cybersecurity-consultation-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

/* Card styles */
.cybersecurity-consultation-card {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 32px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease;
}

.cybersecurity-consultation-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

/* Icon styles */
.cybersecurity-consultation-icon-inline {
  font-size: 24px;
  color: #f37a6f;
  margin-right: 12px;
  vertical-align: middle;
}


/* ========================================
   LIST ITEMS
   ======================================== */
   
.cybersecurity-consultation-check-item,
.cybersecurity-consultation-evaluating,
.cybersecurity-consultation-developing-section-icon{
	display: flex;
    align-items: center;
    gap: 15px;
}

.cybersecurity-consultation-check-item i{
	font-size: 20px;
	color: #f37a6f;
}
.cybersecurity-consultation-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.cybersecurity-consultation-list-item {
  display: block;
}

/* ========================================
   CARDS
   ======================================== */

.cybersecurity-consultation-card {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 32px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease;
}
.cybersecurity-consultation-card-providing {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 32px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease;
  border-top: 3px solid #f37a6f;
}


.cybersecurity-consultation-card-gray {
  background-color: #f3f3f3;
}

.cybersecurity-consultation-card-blue {
  backdrop-filter: blur(10px);
    border-radius: 1rem;
    padding: 2rem;
    background-color: rgb(245 245 245 / 7%);
    height: 100%;
	text-align: center;
}

.cybersecurity-consultation-card-center {
  text-align: center;
}

/* ========================================
   ICONS
   ======================================== */

.cybersecurity-consultation-icon {
  font-size: 40px;
  color: #f37a6f;
  margin-bottom: 16px;
  display: block;
}

.cybersecurity-consultation-icon-white {
  font-size: 48px;
  color: #f37a6f;
  margin-bottom: 16px;
  display: block;
}

.cybersecurity-consultation-icon-large {
  font-size: 144px;
  color: #5164ae;
  margin-bottom: 16px;
}

.cybersecurity-consultation-icon-large-accent {
  font-size: 144px;
  color: #f37a6f;
  margin-bottom: 16px;
}

/* ========================================
   IMAGE BOX
   ======================================== */
.additional-topics-img img{
	clip-path: inset(13% 0 10% 0);
}
.cybersecurity-consultation-image-content {
  text-align: center;
}

.cybersecurity-consultation-image-label {
  font-size: 20px;
  font-weight: bold;
  color: #2d3669;
  margin-top: 16px;
}

/* ========================================
   RELATED SERVICES
   ======================================== */

.cybersecurity-consultation-related {
	margin-top: 40px;
	font-weight: 600;
	color: #444;
	display: flex;
    justify-content: center;
}

.cybersecurity-consultation-related p{
	font-weight: 600;
	font-size: 18px;
}

.cybersecurity-consultation-related-text a{
	color: #f37a6f;
    font-weight: 600;
}
.cybersecurity-consultation-related-text a:hover{
	text-decoration: underline;
}
/* ========================================
   CTA SECTION
   ======================================== */

.cybersecurity-consultation-cta-text {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 32px;
  line-height: 1.625;
}

.cybersecurity-consultation-cta-subtext {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 40px;
}

.cybersecurity-consultation-cta-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

.cybersecurity-consultation-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 32px;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.cybersecurity-consultation-btn-primary {
  display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 32px;
    border-radius: 6px;
    text-decoration: none;
    font-family: 'Segoe UI Bold', sans-serif;
    font-weight: 600;
    font-size: 18px;
    transition: all 0.3s ease;
    border: 1px solid #f37a6f;
    cursor: pointer;
    background: #f37a6f;
    color: #ffffff;
}
.cybersecurity-consultation-btn-primary i{
	rotate: 180deg;
}
.cybersecurity-consultation-btn-primary:hover {
	border: 1px solid #bd2d10;
    background: #bd2d10;
    color: #fff;
}

.cybersecurity-consultation-btn-secondary {
	padding: 16px 32px;
    background: transparent;
    color: white;
    border: 1px solid white;
    border-radius: 5px;
    font-family: 'Segoe UI', sans-serif;
    font-weight: bold;
    font-size: 18px;
}

.cybersecurity-consultation-btn-secondary:hover {
	color: #fff;
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.7);
}

/*----------------
============== END Cybersecurity Consultation
------------------*/



/*----------------
============== START IT Compliance Services
------------------*/
/* Row Topper */
.it-compliance-services-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.it-compliance-services-row-topper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.it-compliance-services-col {
    width: 100%;
}

.it-compliance-services-box {
    background: #fff;
    border-radius: 5px;
    padding: 40px;
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    margin-top: -100px;
}
.it-compliance-services-text span{
	color: #5164ae;
	font-weight: 600;
}
.it-compliance-services-header-title {
    text-align: center;
    margin-bottom: 20px;
}

.it-compliance-services-header-title h1 {
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 42px;
    font-weight: 700;
    color: #2d3669;
    margin: 0;
}

.it-compliance-services-header-title h4 {
    font-weight: 600;
    color: #f37a6f;
    margin: 18px 0 10px 0;
}

.it-compliance-services-header-content {
    display: flex;
    justify-content: center;
}

.it-compliance-services-text-content {
    width: 100%;
    max-width: 900px;
}

.it-compliance-services-text p {
    font-size: 18px;
    color: #444;
    line-height: 1.8;
    text-align: center;
}


/* ========================================
   GLOBAL STYLES
   ======================================== */
.it-compliance-services-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
}

.it-compliance-services-cta-container {
    max-width: 896px;
    margin: 0 auto;
    text-align: center;
}

/* ========================================
   Table
   ======================================== */
.it-compliance-services-table-title {
    text-align: center;
} 
.it-compliance-services-table-title h2{
	font-size: 2.5rem;
    color: #2d3669;
    margin-bottom: 15px;
    font-weight: bold;
    position: relative;
    display: inline-block;
}

/* ========================================
   SECTION 1: HERO - WHY COMPLIANCE MATTERS
   ======================================== */

.it-compliance-services-hero {
    background-color: #fff;
    padding: 80px 24px;
}

.it-compliance-services-hero-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 48px;
    align-items: center;
}

.it-compliance-services-hero-title {
    font-size: 40px;
    font-weight: bold;
    color: #2d3669;
    margin-bottom: 24px;
    font-family: 'Segoe UI', sans-serif !important;
}

.it-compliance-services-hero-text {
    font-size: 18px;
    color: #444444;
    margin-bottom: 32px;
    line-height: 1.7;
}

.it-compliance-services-hero-risks {
    margin-bottom: 32px;
}

.it-compliance-services-hero-subtitle {
    font-size: 20px;
    font-weight: bold;
    color: #2d3669;
    margin-bottom: 16px;
}

.it-compliance-services-hero-risk-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.it-compliance-services-hero-risk-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.it-compliance-services-hero-risk-icon {
    font-size: 24px;
    color: #f37a6f;
    margin-top: 4px;
    flex-shrink: 0;
}

.it-compliance-services-hero-risk-title {
    color: #2d3669;
	font-size: 16px
}

.it-compliance-services-hero-risk-desc {
    color: #444444;
	font-size: 16px
}

.it-compliance-services-hero-closing-text {
    font-size: 16px;
    color: #444444;
    margin-bottom: 24px;
    line-height: 1.7;
}

.it-compliance-services-hero-related {
    background-color: #f3f3f3;
    padding: 16px;
    border-radius: 8px;
    margin-bottom: 24px;
}

.it-compliance-services-hero-related-text {
    font-size: 16px;
    color: #444444;
}
.it-compliance-services-hero-related-text a{
	color: #f37a6f;
	font-weight: 600;
}
.it-compliance-services-hero-related-text a:hover{
	color: #bd2d10;
}
.it-compliance-services-hero-related-label {
    color: #444;
	font-size: 18px;
}

.it-compliance-services-hero-image-wrapper {
    position: relative;
}


.it-compliance-services-hero-image {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

/* ========================================
   SECTION 2: WHY CHOOSE ATOZINIT
   ======================================== */
.it-compliance-services-why-choose-content h2{
	color: #2d3669;
	font-size: 44px;
	font-weight: 600;
}
.it-compliance-services-why-choose {
    background-color: #f8f8f8;
    padding: 80px 24px;
}

.it-compliance-services-why-choose-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 48px;
    align-items: center;
}

.it-compliance-services-why-choose-image-wrapper {
    position: relative;
    order: 2;
}


.it-compliance-services-why-choose-image {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.it-compliance-services-why-choose-content {
    order: 1;
}

.it-compliance-services-why-choose-title {
    font-size: 40px;
    margin-bottom: 24px;
    font-family: 'Segoe UI', sans-serif !important;
}

.it-compliance-services-why-choose-text {
    font-size: 18px;
    color: #444;
    opacity: 0.9;
    margin-bottom: 32px;
    line-height: 1.7;
}

.it-compliance-services-why-choose-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.it-compliance-services-why-choose-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.it-compliance-services-why-choose-icon {
    font-size: 24px;
    color: #f37a6f;
    margin-top: 4px;
    flex-shrink: 0;
}

.it-compliance-services-why-choose-item-title {
    color: #444;
    font-size: 18px;
}

.it-compliance-services-why-choose-item-text {
    color: #444;
    opacity: 0.9;
    margin-top: 4px;
}

.it-compliance-services-why-choose-related {
    margin-top: 32px;
    padding: 16px;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.1);
}

.it-compliance-services-why-choose-related-text {
    font-size: 16px;
    color: #444;
    opacity: 0.9;
}

.it-compliance-services-why-choose-related-text a{
	font-weight: 600;
	color:#f37a6f;
}
.it-compliance-services-why-choose-related-text a:hover{
	color: #bd2d10;
}
.it-compliance-services-why-choose-related-label {
    color: #444;
	font-size: 18px;
}

/* ========================================
   SECTION 3: OUR COMPLIANCE SERVICES
   ======================================== */

.it-compliance-services-our-services {
    background-color: #ffffff;
    padding: 80px 24px;
}

.it-compliance-services-our-services-title {
    font-size: 40px;
    font-weight: bold;
    color: #2d3669;
    text-align: center;
    margin-bottom: 16px;
    font-family: 'Segoe UI', sans-serif !important;
}

.it-compliance-services-our-services-intro {
    font-size: 18px;
    color: #444444;
    text-align: center;
    margin-bottom: 64px;
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
}

.it-compliance-services-our-services-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
}

.it-compliance-services-our-services-card {
    background-color: #f3f3f3;
    padding: 32px;
    border-radius: 8px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.3s ease;
}

.it-compliance-services-our-services-card:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.it-compliance-services-our-services-card-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
}

.it-compliance-services-our-services-icon-wrapper {
    width: 64px;
    height: 64px;
    background-color: #5164ae;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.it-compliance-services-our-services-icon {
    color: #ffffff;
    font-size: 24px;
}

.it-compliance-services-our-services-card-title {
    font-size: 20px;
    font-weight: bold;
    color: #2d3669;
}

.it-compliance-services-our-services-card-text {
    color: #444444;
}

/* ========================================
   SECTION 4: OUR PROCESS
   ======================================== */

.it-compliance-services-process {
    background-color: #f3f3f3;
    padding: 80px 24px;
}

.it-compliance-services-process-title {
    font-size: 40px;
    font-weight: bold;
    color: #2d3669;
    text-align: center;
    margin-bottom: 16px;
    font-family: 'Segoe UI', sans-serif !important;
}

.it-compliance-services-process-intro {
    font-size: 18px;
    color: #444444;
    text-align: center;
    margin-bottom: 64px;
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
}

.it-compliance-services-process-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 32px;
}

.it-compliance-services-process-card {
    background-color: #ffffff;
    padding: 24px;
    border-radius: 8px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    display: flex;
    gap: 24px;
    transition: box-shadow 0.3s ease;
}

.it-compliance-services-process-card:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.it-compliance-services-process-number {
    width: 56px;
    height: 56px;
    background-color: #f37a6f;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.it-compliance-services-process-content {
    flex: 1;
}

.it-compliance-services-process-card-title {
    font-size: 18px;
    font-weight: bold;
    color: #2d3669;
    margin-bottom: 8px;
}

.it-compliance-services-process-card-text {
    color: #444444;
}

.it-compliance-services-process-related {
    max-width: 896px;
    margin: 0 auto;
    padding: 16px;
    border-radius: 8px;
    background-color: #ffffff;
}

.it-compliance-services-process-related-text {
    font-size: 16px;
    color: #444444;
    text-align: center;
    margin: 0;
}

.it-compliance-services-process-related-label {
    color: #444;
	font-size: 18px;
}
.it-compliance-services-process-related-text a{
	color:#f37a6f;
	font-weight: 600;
}
.it-compliance-services-process-related-text a:hover{
	color:#bd2d10;
}
/* ========================================
   SECTION 5: PCI COMPLIANCE
   ======================================== */

.it-compliance-services-pci {
    background-color: #fff;
    padding: 80px 24px;
}

.it-compliance-services-pci-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 48px;
    align-items: center;
}

.it-compliance-services-pci-image-wrapper {
    position: relative;
    order: 2;
}

.it-compliance-services-pci-image {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.it-compliance-services-pci-content {
    order: 1;
}

.it-compliance-services-pci-title {
    font-size: 40px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 24px;
    font-family: 'Segoe UI', sans-serif !important;
}
.it-compliance-services-pci-title{
	color: #2d3669;
}
.it-compliance-services-pci-text {
    font-size: 18px;
    color: #444;
    opacity: 0.9;
    margin-bottom: 24px;
    line-height: 1.7;
}

.it-compliance-services-pci-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 32px;
}

.it-compliance-services-pci-list-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.it-compliance-services-pci-icon {
    font-size: 20px;
    color: #f37a6f;
    margin-top: 4px;
    flex-shrink: 0;
}

.it-compliance-services-pci-list-text {
    color: #444;
    font-size: 18px;
}

.it-compliance-services-pci-closing-text {
    font-size: 18px;
    color: #444;
    opacity: 0.9;
    margin-bottom: 32px;
    line-height: 1.7;
}

.it-compliance-services-pci-related {
    padding: 16px;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.1);
	padding-left: 0;
}

.it-compliance-services-pci-related-text {
    font-size: 16px;
    color: #444;
    opacity: 0.9;
	padding-left: 0;
}

.it-compliance-services-pci-related-label {
    color: #444;
	font-size: 18px;
}

.it-compliance-services-pci-related-text a{
	font-weight: 600;
	color:#f37a6f
}
.it-compliance-services-pci-related-text a:hover{
	color:#bd2d10
}
/* ========================================
   SECTION 6: CTA
   ======================================== */
.it-compliance-services-cta-title {
	color: #fff;
}
.it-compliance-services-cta {
    background-color: #2d3669;
    padding: 96px 24px;
}

.it-compliance-services-cta-icon-wrapper {
    margin-bottom: 32px;
}

.it-compliance-services-cta-icon {
    font-size: 128px;
    color: #5164ae;
}

.it-compliance-services-cta-title {
    font-size: 40px;
    font-weight: bold;
    color: #2d3669;
    margin-bottom: 24px;
    font-family: 'Segoe UI', sans-serif !important;
}
.it-compliance-services-cta-container h2{
	color: #fff;
}
.it-compliance-services-cta-text {
    font-size: 20px;
    color: #fff;
    margin-bottom: 40px;
    line-height: 1.7;
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
}

.it-compliance-services-cta-button {
    background-color: #f37a6f;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    padding: 20px 48px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    font-family: 'Segoe UI', sans-serif !important;
}

.it-compliance-services-cta-button:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    transform: scale(1.05);
}

.it-compliance-services-cta-button-icon {
    margin-left: 12px;
}


/*----------------
============== END IT Compliance Services
------------------*/

/*----------------------------------------------------------------------------------
=========================== START CLOUD SERVICES  SECTION ==========================
------------------------------------------------------------------------------------*/
.cloud-services-hero-section-image {
    background: linear-gradient(rgb(13 34 65 / 50%), rgb(13 34 65 / 50%)), url(/Portals/0/Images/cloud-services-hero-section-image.jpg) no-repeat center / cover;
    height: 300px;
    position: relative;
    background-position-y: 1;
}




/*----------------
============== START Microsoft 365 & Google Workspace
------------------*/

/* Row Topper */
.microsoft-and-google-workspace-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.microsoft-and-google-workspace-row-topper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.microsoft-and-google-workspace-col {
    width: 100%;
}

.microsoft-and-google-workspace-box {
    background: #fff;
    border-radius: 5px;
    padding: 40px;
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    margin-top: -100px;
}

.microsoft-and-google-workspace-header-title {
    text-align: center;
    margin-bottom: 20px;
}

.microsoft-and-google-workspace-header-title h1 {
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 42px;
    font-weight: 700;
    color: #2d3669;
    margin: 0;
}

.microsoft-and-google-workspace-header-title h4 {
    font-weight: 600;
    color: #f37a6f;
    margin: 18px 0 10px 0;
}

.microsoft-and-google-workspace-header-content {
    display: flex;
    justify-content: center;
}

.microsoft-and-google-workspace-text-content {
    width: 100%;
    max-width: 900px;
}

.microsoft-and-google-workspace-text p {
    font-size: 18px;
    color: #444;
    line-height: 1.8;
    text-align: center;
}


/* Page Wrapper */
.microsoft-and-google-workspace-page {
  min-height: 100vh;
  background-color: #f3f3f3;
}

/* ========================================
   HERO SECTION
   ======================================== */
.microsoft-and-google-workspace-hero-related {
  margin-bottom: 0.5rem;
}

.microsoft-and-google-workspace-hero-list {
  list-style-type: disc;
  padding-left: 1.5rem;
  margin: 0;
  color: #4a5568;
}

.microsoft-and-google-workspace-hero-list li {
  margin-bottom: 0.25rem;
}

.microsoft-and-google-workspace-hero {
  background-color: #ffffff;
  padding: 80px 20px;
}

.microsoft-and-google-workspace-hero-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.microsoft-and-google-workspace-hero-content {
  padding-right: 20px;
}

.microsoft-and-google-workspace-hero-title {
  font-size: 40px;
  font-weight: bold;
  color: #2d3669;
  margin-bottom: 30px;
  line-height: 1.2;
}

.microsoft-and-google-workspace-hero-text {
  font-size: 18px;
  color: #444444;
  line-height: 1.6;
  margin-bottom: 20px;
}

.microsoft-and-google-workspace-hero-related {
  font-size: 16px;
  color: #5164ae;
  line-height: 1.6;
}

.microsoft-and-google-workspace-hero-related strong {
  color: #2d3669;
}

.microsoft-and-google-workspace-hero-image {
  position: relative;
}

.microsoft-and-google-workspace-hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 10px 40px rgba(45, 54, 105, 0.15);
}

/* ========================================
   PLATFORMS SECTION
   ======================================== */
.microsoft-and-google-workspace-platforms {
  background-color: #f3f3f3;
  padding: 80px 20px;
}

.microsoft-and-google-workspace-platforms-container {
  max-width: 1200px;
  margin: 0 auto;
}

.microsoft-and-google-workspace-platforms-title {
  font-size: 40px;
  font-weight: bold;
  color: #2d3669;
  text-align: center;
  margin-bottom: 20px;
}

.microsoft-and-google-workspace-platforms-intro {
  font-size: 18px;
  color: #444444;
  line-height: 1.6;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 50px;
}

.microsoft-and-google-workspace-platforms-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}

.microsoft-and-google-workspace-platform-card {
  background-color: #ffffff;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.microsoft-and-google-workspace-platform-icon {
  font-size: 48px;
  color: #5164ae;
  margin-bottom: 20px;
   display: flex;
  justify-content: center;
}

.microsoft-and-google-workspace-platform-icon-google {
  color: #f37a6f;
  display: flex;
  justify-content: center;
}

.microsoft-and-google-workspace-platform-name {
  font-size: 24px;
  font-weight: bold;
  color: #2d3669;
  margin-bottom: 15px;
}

.microsoft-and-google-workspace-platform-desc {
  font-size: 16px;
  color: #444444;
  line-height: 1.6;
  text-align: center;
}

/* ========================================
   BENEFITS SECTION
   ======================================== */
.microsoft-and-google-workspace-benefits {
  background-color: #ffffff;
  padding: 80px 20px;
}

.microsoft-and-google-workspace-benefits-container {
  max-width: 1200px;
  margin: 0 auto;
}

.microsoft-and-google-workspace-benefits-title {
  font-size: 40px;
  font-weight: bold;
  color: #2d3669;
  text-align: center;
  margin-bottom: 60px;
}

.microsoft-and-google-workspace-benefits-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}

.microsoft-and-google-workspace-benefits-image {
  position: relative;
  line-height: 0;
}

.microsoft-and-google-workspace-benefits-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 10px 40px rgba(45, 54, 105, 0.15);
}


.microsoft-and-google-workspace-benefits-list {
  display: flex;
  flex-direction: column;
}

.microsoft-and-google-workspace-benefit-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  transition: all 0.3s ease;
  padding: 10px;
}


.microsoft-and-google-workspace-benefit-check {
  font-size: 28px;
  color: #f37a6f;
  min-width: 28px;
  margin-top: 5px;
}

.microsoft-and-google-workspace-benefit-content {
  flex: 1;
}

.microsoft-and-google-workspace-benefit-title {
  font-size: 20px;
  font-weight: bold;
  color: #2d3669;
  margin-bottom: 8px;
}

.microsoft-and-google-workspace-benefit-text {
  font-size: 16px;
  color: #444444;
  line-height: 1.6;
}
/* ========================================
   Table
   ======================================== */
   .microsoft-and-google-workspace-table{
	padding: 80px 20px;   
   }
   .microsoft-and-google-workspace-table-title {
    text-align: center;
}
  .microsoft-and-google-workspace-table-title h2 {
    font-size: 2.5rem;
    color: #2d3669;
    margin-bottom: 15px;
    font-weight: bold;
    position: relative;
    display: inline-block;
} 
 .microsoft-and-google-workspace-table-body td{
	 text-align: left;
 }
   
/* ========================================
   SECURITY SECTION
   ======================================== */
.microsoft-and-google-workspace-security {
  background-color: #f3f3f3;
  padding: 80px 20px;
}

.microsoft-and-google-workspace-security-container {
  max-width: 1400px;
  margin: 0 auto;
}

.microsoft-and-google-workspace-security-title {
  font-size: 40px;
  font-weight: bold;
  color: #2d3669;
  text-align: center;
  margin-bottom: 60px;
}

.microsoft-and-google-workspace-security-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 40px;
}

.microsoft-and-google-workspace-security-card {
  background-color: #ffffff;
  padding: 50px 40px;
  border-radius: 16px;
  border-top: 4px solid #f37a6f;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  text-align: center;
}

.microsoft-and-google-workspace-security-icon {
  font-size: 56px;
  color: #f37a6f;
  margin-bottom: 25px;
}

.microsoft-and-google-workspace-security-name {
  font-size: 24px;
  font-weight: bold;
  color: #2d3669;
  margin-bottom: 20px;
}

.microsoft-and-google-workspace-security-text {
  font-size: 16px;
  color: #444444;
  line-height: 1.6;
}

.microsoft-and-google-workspace-security-footer {
  font-size: 16px;
  color: #444;
  line-height: 1.6;
  text-align: center;
  padding: 0 20px;
}
.microsoft-and-google-workspace-security-footer a{
	color: #f37a6f;
	font-weight: 600;
	
}
.microsoft-and-google-workspace-security-footer a:hover{
	color: #bd2d10;
	
}
/* ========================================
   INTEGRATION SECTION
   ======================================== */
.microsoft-and-google-workspace-integration {
  background-color: #f3f3f3;
  padding: 80px 20px;
}

.microsoft-and-google-workspace-integration-container {
  max-width: 1400px;
  margin: 0 auto;
}

.microsoft-and-google-workspace-integration-title {
  font-size: 40px;
  font-weight: bold;
  color: #2d3669;
  text-align: center;
  margin-bottom: 20px;
}

.microsoft-and-google-workspace-integration-subtitle {
  font-size: 18px;
  color: #444444;
  text-align: center;
  margin-bottom: 50px;
  line-height: 1.6;
}

.microsoft-and-google-workspace-integration-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-bottom: 50px;
}

.microsoft-and-google-workspace-integration-item {
  background-color: #ffffff;
  padding: 35px;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: flex-start;
  gap: 25px;
}

.microsoft-and-google-workspace-integration-number {
  width: 60px;
  height: 60px;
  min-width: 60px;
  background: linear-gradient(135deg, #f37a6f 0%, #e55a4f 100%);
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: bold;
}

.microsoft-and-google-workspace-integration-content {
  flex: 1;
}

.microsoft-and-google-workspace-integration-name {
  font-size: 22px;
  font-weight: bold;
  color: #2d3669;
  margin-bottom: 12px;
}

.microsoft-and-google-workspace-integration-desc {
  font-size: 16px;
  color: #444444;
  line-height: 1.6;
}

.microsoft-and-google-workspace-integration-callout {
  background-color: #ffffff;
  padding: 30px 40px;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  display: flex;
  gap: 25px;
  align-items: center;
}

.microsoft-and-google-workspace-integration-callout-bar {
  width: 6px;
  min-width: 6px;
  height: 60px;
  background: linear-gradient(180deg, #f37a6f 0%, #e55a4f 100%);
  border-radius: 3px;
}

.microsoft-and-google-workspace-integration-callout-text {
  font-size: 16px;
  color: #2d3669;
  line-height: 1.6;
  margin: 0;
}

.microsoft-and-google-workspace-integration-callout-text strong {
  font-weight: bold;
  color: #2d3669;
}

/* ========================================
   LICENSING SECTION
   ======================================== */
.microsoft-and-google-workspace-licensing {
  background-color: #f3f3f3;
  padding: 80px 20px;
}

.microsoft-and-google-workspace-licensing-container {
  max-width: 1200px;
  margin: 0 auto;
}

.microsoft-and-google-workspace-licensing-title {
  font-size: 40px;
  font-weight: bold;
  color: #2d3669;
  text-align: center;
  margin-bottom: 50px;
}

.microsoft-and-google-workspace-licensing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 40px;
}

.microsoft-and-google-workspace-licensing-card {
  background-color: #ffffff;
  padding: 40px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.microsoft-and-google-workspace-licensing-card-highlight .microsoft-and-google-workspace-licensing-icon,
.microsoft-and-google-workspace-licensing-card-highlight .microsoft-and-google-workspace-licensing-name,
.microsoft-and-google-workspace-licensing-card-highlight .microsoft-and-google-workspace-licensing-desc {
  color: #ffffff;
}

.microsoft-and-google-workspace-licensing-icon {
  font-size: 48px;
  color: #5164ae;
  margin-bottom: 20px;
}

.microsoft-and-google-workspace-licensing-name {
  font-size: 24px;
  font-weight: bold;
  color: #2d3669;
  margin-bottom: 15px;
}

.microsoft-and-google-workspace-licensing-price {
  font-size: 28px;
  font-weight: bold;
  color: #5164ae;
  margin-bottom: 10px;
}

.microsoft-and-google-workspace-licensing-desc {
  font-size: 16px;
  color: #444444;
  line-height: 1.6;
}

.microsoft-and-google-workspace-licensing-tip {
  text-align: center;
  font-size: 18px;
  color: #444444;
  line-height: 1.6;
  background-color: #ffffff;
  padding: 25px;
  border-radius: 12px;
}

/* ========================================
   SERVICES SECTION
   ======================================== */
.microsoft-and-google-workspace-services {
  background-color: #fff;
  padding: 80px 20px;
}

.microsoft-and-google-workspace-services-container {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 60px;
  align-items: start;
}

.microsoft-and-google-workspace-services-image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.microsoft-and-google-workspace-services-image-content {
  text-align: center;
}

.microsoft-and-google-workspace-services-image-content img{
	width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 0 10px 40px rgba(45, 54, 105, 0.15);
    clip-path: inset(0 0 33% 0);
    margin-bottom: -33%;
    display: block;
}
.microsoft-and-google-workspace-services-image-content i {
  font-size: 200px;
  color: rgba(255, 255, 255, 0.15);
}

.microsoft-and-google-workspace-services-content {
  flex: 1;
  padding-top: 40px;
}

.microsoft-and-google-workspace-services-title {
  font-size: 40px;
  font-weight: bold;
  color: #2d3669;
  margin-bottom: 20px;
}

.microsoft-and-google-workspace-services-subtitle {
  font-size: 18px;
  color: #444444;
  line-height: 1.6;
  margin-bottom: 40px;
}

.microsoft-and-google-workspace-services-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 30px;
  padding-top: 30px;
}

.microsoft-and-google-workspace-service-item {
  display: flex;
  align-items: center;
  gap: 20px;
}

.microsoft-and-google-workspace-service-number {
  width: 50px;
  height: 50px;
  min-width: 50px;
  background: linear-gradient(135deg, #5164ae 0%, #2d3669 100%);
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
}

.microsoft-and-google-workspace-service-text {
  flex: 1;
}

.microsoft-and-google-workspace-service-name {
  font-size: 18px;
  font-weight: bold;
  color: #2d3669;
  margin-bottom: 6px;
  display: inline;
}

.microsoft-and-google-workspace-service-desc {
  font-size: 16px;
  color: #444444;
  line-height: 1.6;
  display: inline;
}

.microsoft-and-google-workspace-services-footer {
  font-size: 16px;
  color: #444444;
  line-height: 1.6;
}

.microsoft-and-google-workspace-services-footer strong {
  font-weight: bold;
  color: #2d3669;
}

/* ========================================
   WHY CHOOSE SECTION
   ======================================== */
.microsoft-and-google-workspace-why-choose {
  background-color: #ffffff;
  padding: 80px 20px;
}

.microsoft-and-google-workspace-why-choose-container {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}

.microsoft-and-google-workspace-why-choose-content {
  flex: 1;
  padding-top: 30px
}

.microsoft-and-google-workspace-why-choose-title {
  font-size: 40px;
  font-weight: bold;
  color: #2d3669;
  margin-bottom: 40px;
}

.microsoft-and-google-workspace-why-choose-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.microsoft-and-google-workspace-why-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.microsoft-and-google-workspace-why-icon {
  font-size: 32px;
  color: #f37a6f;
  min-width: 40px;
  margin-top: 4px;
}

.microsoft-and-google-workspace-why-text {
  flex: 1;
}

.microsoft-and-google-workspace-why-title {
  font-size: 18px;
  font-weight: bold;
  color: #2d3669;
  margin-bottom: 8px;
}

.microsoft-and-google-workspace-why-desc {
  font-size: 16px;
  color: #444444;
  line-height: 1.6;
}

.microsoft-and-google-workspace-why-choose-image {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.microsoft-and-google-workspace-why-choose-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 500px;
  clip-path: inset(0 0 10% 0);
  margin-bottom: -10%;
}

/* ========================================
   CTA SECTION
   ======================================== */
.microsoft-and-google-workspace-cta {
  background: linear-gradient(135deg, #2d3669 0%, #5164ae 100%);
  padding: 80px 20px;
  margin-bottom: -24px;
}

.microsoft-and-google-workspace-cta-container {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.microsoft-and-google-workspace-cta-title {
  font-size: 40px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 25px;
  line-height: 1.3;
}

.microsoft-and-google-workspace-cta-text {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.6;
  margin-bottom: 20px;
}

.microsoft-and-google-workspace-cta-subtitle {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
  margin-bottom: 40px;
}

/* ========================================
   BUTTON STYLES
   ======================================== */
.cta-buttons {
  display: inline-flex;
  align-items: center;
  gap: 25px;
  flex-wrap: nowrap;
  justify-content: center;

}
.cta-btn i{
	rotate: 180deg;
}
.cta-btn-phone {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 32px;
    border-radius: 6px;
    text-decoration: none;
    font-family: 'Segoe UI Bold', sans-serif;
    font-weight: 600;
    font-size: 18px;
    transition: all 0.3s ease;
    border: 1px solid #f37a6f;
    cursor: pointer;
    background: #f37a6f;
    color: #ffffff;
}

.cta-btn-phone:hover {
  border: 1px solid #bd2d10;
    background: #bd2d10;
    color: #fff;
}

.cta-btn-consultation {
  padding: 16px 32px;
    background: transparent;
    color: white;
    border: 1px solid white;
    border-radius: 5px;
    font-family: 'Segoe UI', sans-serif;
    font-weight: bold;
    font-size: 18px;
}

.cta-btn-consultation:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.7);
}


/*----------------
============== END Microsoft 365 & Google Workspace
------------------*/


/*----------------
============== START Cloud Migrations Services (Azure, AWS)
------------------*/

/* Row Topper */
.cloud-migration-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.cloud-migration-row-topper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cloud-migration-col {
    width: 100%;
}

.cloud-migration-box {
    background: #fff;
    border-radius: 12px;
    padding: 40px;
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    margin-top: -100px;
}

.cloud-migration-header-title {
    text-align: center;
    margin-bottom: 20px;
}

.cloud-migration-header-title h1 {
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 42px;
    font-weight: 700;
    color: #2d3669;
    margin: 0;
}

.cloud-migration-header-title h4 {
    font-weight: 600;
    color: #f37a6f;
    margin: 18px 0 10px 0;
}

.cloud-migration-header-content {
    display: flex;
    justify-content: center;
}

.cloud-migration-text-content {
    width: 100%;
    max-width: 900px;
}

.cloud-migration-text p {
    font-size: 18px;
    color: #444;
    line-height: 1.8;
    text-align: center;
}

.cloud-migration-text p span a{
	color: #5164ae;
	font-weight: 600;
}

/*Hero Section - What Is Cloud Migration?*/
.cloud-migration-hero {
    background-color: #ffffff;
    padding: 80px 20px;
}
.cloud-migration-hero-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.cloud-migration-hero-content {
    padding-right: 20px;
}

.cloud-migration-hero-title {
    font-size: 40px;
    font-weight: bold;
    color: #2d3669;
    margin-bottom: 30px;
    line-height: 1.2;
}

.cloud-migration-hero-text {
    font-size: 18px;
    color: #444444;
    line-height: 1.6;
    margin-bottom: 20px;
}

.cloud-migration-hero-image {
    position: relative;
}
.cloud-migration-hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 0 10px 40px rgba(45, 54, 105, 0.15);
}

/*Benefits of Migrating to the Cloud*/
.cloud-migration-benefit {
  background-color: #f3f3f3;
  padding: 60px 20px;
}

.cloud-migration-container {
  max-width: 1200px;
  margin: 0 auto;
}

.cloud-migration-title {
  font-family: "Segoe UI Bold", "Segoe UI", system-ui, sans-serif !important;
  font-size: 40px;
  font-weight: bold;
  color: #2d3669;
  text-align: center;
  margin: 0 0 24px 0;
  line-height: 1.2;
}

.cloud-migration-intro {
  font-family: "Segoe UI", system-ui, sans-serif !important;
  font-size: 18px;
  color: #444444;
  text-align: center;
  margin: 0 0 40px 0;
  line-height: 1.6;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.cloud-migration-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px 40px;
  margin-bottom: 40px;
  align-items: start;
}

.cloud-migration-feature-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.cloud-migration-icon {
  color: #f37a6f;
  font-size: 24px;
  flex-shrink: 0;
  margin-top: 2px;
}

.cloud-migration-text {
  font-family: "Segoe UI", system-ui, sans-serif !important;
  font-size: 16px;
  color: #444444;
  line-height: 1.6;
}

.cloud-migration-text strong {
  font-family: "Segoe UI Bold", "Segoe UI", system-ui, sans-serif !important;
  color: #2d3669;
  font-weight: bold;
}

.cloud-migration-link {
  color: #f37a6f;
  text-decoration: underline;
}

.cloud-migration-link:hover {
  color: #bd2d10;
}

.cloud-migration-summary {
  font-family: "Segoe UI", system-ui, sans-serif !important;
  font-size: 16px;
  color: #444444;
  text-align: center;
  margin: 0;
  line-height: 1.6;
  padding-top: 20px;
  border-top: 2px solid #5164ae;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
/*Table*/
.cloud-migration-table {
    padding: 80px 20px;
}
.cloud-migration-table-title {
    text-align: center;
}
.cloud-migration-table-title h2 {
    font-size: 2.5rem;
    color: #2d3669;
    margin-bottom: 15px;
    font-weight: bold;
    position: relative;
    display: inline-block;
}
.cloud-migration-table-body td{
	text-align: center !important;
}

/*Differences Between Azure and AWS*/
.cloud-migration-difference {
    padding: 80px 0;
    background-color: #f8f8f8;
}
.cloud-migration-difference-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}
.cloud-migration-difference-container p{
	color: #444;
	text-align: center;
	margin-bottom: 50px;
}
.cloud-migration-difference-title-center {
    font-size: 36px;
    font-weight: 700;
    color: #2d3669;
    margin-bottom: 48px;
    line-height: 1.2;
    text-align: center;
}
.cloud-migration-difference-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}
.cloud-migration-difference-card {
    background-color: #ffffff;
    padding: 40px 32px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 4px 6px 12px 6px rgba(45, 54, 105, 0.08);
    transition: all 0.3s ease;
    border-top: 3px solid #f37a6f;
}
.cloud-migration-difference-card i {
    color: #2d3669;
    font-size: 32px;
    margin: 10px 0 20px 0;
}
.cloud-migration-difference-title {
    font-size: 22px;
    font-weight: 600;
    color: #2d3669;
    margin-bottom: 12px;
}
.cloud-migration-difference-text {
    font-size: 15px;
    color: #444444;
    line-height: 1.5;
}

/*Planning and Strategy for a Smooth Migration*/
.cloud-migration-planning-section {
    background-color: #f8f8f8;
    padding: 80px 20px;
}
.cloud-migration-planning-container {
    max-width: 1200px;
    margin: 0 auto;
}
.cloud-migration-planning-title-section{
    font-size: 40px;
    font-weight: bold;
    color: #2d3669;
    text-align: center;
    margin-bottom: 60px;
}
.cloud-migration-planning-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}
.cloud-migration-planning-image {
    position: relative;
    line-height: 0;
}
.cloud-migration-planning-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 0 10px 40px rgba(45, 54, 105, 0.15);
}
.cloud-migration-planning-list {
    display: flex;
    flex-direction: column;
}
.cloud-migration-planning-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    transition: all 0.3s ease;
    padding: 10px;
}
.cloud-migration-planning-check {
    font-size: 28px;
    color: #f37a6f;
    min-width: 28px;
    margin-top: 5px;
}
.cloud-migration-planning-content {
    flex: 1;
}
.cloud-migration-planning-title {
    font-size: 20px;
    font-weight: bold;
    color: #2d3669;
    margin-bottom: 8px;
}
.cloud-migration-planning-text {
    font-size: 16px;
    color: #444444;
    line-height: 1.6;
}
.cloud-migration-planning-p {
	border-left: 3px solid #f37a6f;
    padding:30px;
    background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.cloud-migration-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.cloud-migration-section-title {
  font-family: 'Segoe UI Bold', sans-serif !important;
  font-size: 40px;
  font-weight: bold;
  color: #2d3669;
  text-align: center;
  margin: 0 0 50px 0;
  line-height: 1.2;
}

/* Applications */
.cloud-migration-apps-section {
  background-color: #ffffff;
  padding: 80px 20px;
}

.cloud-migration-apps-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

.cloud-migration-apps-title {
  font-family: 'Segoe UI Bold', sans-serif;
  font-size: 42px;
  font-weight: bold;
  color: #2d3669;
  text-align: center;
  margin: 0 0 50px 0;
  line-height: 1.2;
}

.cloud-migration-apps-subtitle-text {
  font-family: 'Segoe UI', sans-serif;
  font-size: 18px;
  color: #555555;
  text-align: center;
  line-height: 1.6;
  max-width: 900px;
  margin: 0 auto 50px;
}

.cloud-migration-apps-layout {
  display: flex;
  align-items: flex-start;
  gap: 60px;
}

.cloud-migration-apps-list {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-top: 40px;
}

.cloud-migration-apps-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.cloud-migration-apps-number {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  background-color: #5164ae;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-family: 'Segoe UI Bold', sans-serif;
  font-size: 28px;
  font-weight: bold;
}

.cloud-migration-apps-content {
  flex: 1;
  padding-top: 8px;
}

.cloud-migration-apps-item-title {
  font-family: 'Segoe UI Bold', sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #2d3669;
  margin: 0 0 6px 0;
  display: inline;
}

.cloud-migration-apps-text {
  font-family: 'Segoe UI', sans-serif;
  font-size: 16px;
  color: #555555;
  line-height: 1.6;
  margin: 0;
  display: inline;
}

.cloud-migration-apps-image {
  flex: 1;
  max-width: 600px;
}

.cloud-migration-apps-img {
  width: 100%;
  height: auto;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Security and Compliance */
.cloud-migration-security-section {
  background-color: #f8f9fa;
  padding: 80px 20px;
}

.cloud-migration-security-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

.cloud-migration-security-title {
  font-family: 'Segoe UI Bold', sans-serif;
  font-size: 42px;
  font-weight: bold;
  color: #2d3669;
  text-align: center;
  margin: 0 0 60px 0;
  line-height: 1.2;
}

.cloud-migration-security-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
}

.cloud-migration-security-card {
  text-align: center;
  padding: 20px;
}

.cloud-migration-security-icon {
  width: 100px;
  height: 100px;
  margin: 0 auto 25px;
  background-color: #f37a6f;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 40px;
}

.cloud-migration-security-card-title {
  font-family: 'Segoe UI Bold', sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #2d3669;
  margin: 0 0 15px 0;
  line-height: 1.3;
}

.cloud-migration-security-card-text {
  font-family: 'Segoe UI', sans-serif;
  font-size: 16px;
  color: #555555;
  line-height: 1.6;
  margin: 0;
}

/* Minimizing Downtime */
.cloud-migration-downtime-section {
  background-color: #fff;
  padding: 80px 20px;
}

.cloud-migration-downtime-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

.cloud-migration-downtime-title {
  font-family: 'Segoe UI Bold', sans-serif;
  font-size: 42px;
  font-weight: bold;
  color: #2d3669;
  text-align: center;
  margin: 0 0 60px 0;
  line-height: 1.2;
}

.cloud-migration-downtime-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.cloud-migration-downtime-card {
  background-color: #f3f3f3;
  border-radius: 8px;
  padding: 40px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.cloud-migration-downtime-header {
  display: flex;
  align-items: center;
  gap: 20px;
}

.cloud-migration-downtime-icon {
  width: 70px;
  height: 70px;
  flex-shrink: 0;
  background-color: #5164ae;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 32px;
}

.cloud-migration-downtime-card-title {
  font-family: 'Segoe UI Bold', sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #2d3669;
  margin: 0;
  line-height: 1.3;
}

.cloud-migration-downtime-card-text {
  font-family: 'Segoe UI', sans-serif;
  font-size: 16px;
  color: #444444;
  line-height: 1.6;
  margin: 0;
  padding-left: 90px;
}

/*  Why Charlotte Businesses Trust */
.cloud-migration-trust-section {
  background-color: #f8f8f8;
  padding: 80px 20px;
}

.cloud-migration-trust-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.cloud-migration-trust-title {
  font-family: 'Segoe UI Bold', sans-serif;
  font-size: 42px;
  font-weight: bold;
  color: #2d3669;
  margin: 0 0 50px 0;
  line-height: 1.2;
}

.cloud-migration-trust-list {
  display: flex;
  flex-direction: column;
  gap: 35px;
}

.cloud-migration-trust-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.cloud-migration-trust-check {
  width: 35px;
  height: 35px;
  flex-shrink: 0;
  background-color: #f37a6f;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 22px;
}
.cloud-migration-trust-check i{
	font-size: 17px;
}

.cloud-migration-trust-text {
  flex: 1;
}

.cloud-migration-trust-item-title {
  font-family: 'Segoe UI Bold', sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #2d3669;
  margin: 0 0 10px 0;
  line-height: 1.3;
}

.cloud-migration-trust-item-desc {
  font-family: 'Segoe UI', sans-serif;
  font-size: 16px;
  color: #444444;
  line-height: 1.6;
  margin: 0;
}

.cloud-migration-trust-image {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.cloud-migration-trust-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  clip-path: inset(10% 0 0 0);
  margin-top: -7%;
}


/* CTA  */
.cloud-migration-cta-section {
  background: linear-gradient(135deg, #2d3669, #5164ae);
  padding: 80px 20px;
  text-align: center;
}

.cloud-migration-cta-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.cloud-migration-cta-heading {
  font-family: 'Segoe UI Bold', sans-serif !important;
  font-size: 40px;
  font-weight: bold;
  color: #ffffff;
  margin: 0 0 20px 0;
  line-height: 1.2;
}

.cloud-migration-cta-description {
  font-family: 'Segoe UI', sans-serif !important;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.6;
  margin: 0 auto 12px;
  max-width: 800px;
}

.cloud-migration-cta-subtext {
  font-family: 'Segoe UI', sans-serif !important;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
  margin: 0 auto 40px;
  max-width: 800px;
}

.cloud-migration-cta-buttons {
	display: inline-flex;
    align-items: center;
    gap: 25px;
    flex-wrap: nowrap;
    justify-content: center;
    width: 60%;
}

.cloud-migration-cta-buttons i{
	rotate: 180deg;
}

.cloud-migration-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 32px;
  font-family: 'Segoe UI Bold', sans-serif !important;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 6px;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  cursor: pointer;
}

.cloud-migration-cta-btn-phone {
  background-color: #f37a6f;
  color: #ffffff;
  border-color: #f37a6f;
}

.cloud-migration-cta-btn-phone:hover {
  background: #bd2d10;
  border-color: #bd2d10;
  color: #fff;
}

.cloud-migration-cta-btn-consultation {
  background: transparent;
  color: white;
  border-color: white;
}

.cloud-migration-cta-btn-consultation:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.7);
}

/*----------------
============== END Cloud Migrations Services (Azure, AWS)
------------------*/

/*----------------
============== START Managed Cloud Infrastructure
------------------*/

/* Row Topper */
.managed-cloud-infrastructure-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.managed-cloud-infrastructure-row-topper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.managed-cloud-infrastructure-col {
    width: 100%;
}

.managed-cloud-infrastructure-box {
    background: #fff;
    border-radius: 12px;
    padding: 40px;
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    margin-top: -100px;
}

.managed-cloud-infrastructure-header-title {
    text-align: center;
    margin-bottom: 20px;
}

.managed-cloud-infrastructure-header-title h1 {
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 42px;
    font-weight: 700;
    color: #2d3669;
    margin: 0;
}

.managed-cloud-infrastructure-header-title h4 {
    font-weight: 600;
    color: #f37a6f;
    margin: 18px 0 10px 0;
}

.managed-cloud-infrastructure-header-content {
    display: flex;
    justify-content: center;
}

.managed-cloud-infrastructure-text-content {
    width: 100%;
    max-width: 900px;
}

.managed-cloud-infrastructure-text p {
    font-size: 18px;
    color: #444;
    line-height: 1.8;
    text-align: center;
}
.managed-cloud-infrastructure-text p a strong{
	color: #f37a6f;
}

/*Table*/
.managed-cloud-infrastructure-table {
    padding: 80px 20px;
}
.managed-cloud-infrastructure-table-title {
    text-align: center;
}
.managed-cloud-infrastructure-table-title h2 {
    font-size: 2.5rem;
    color: #2d3669;
    margin-bottom: 15px;
    font-weight: bold;
    position: relative;
    display: inline-block;
}
.managed-cloud-infrastructure-table {
    padding: 80px 20px;
}
/* ==========================================================================
   SECTION 1 & 2 - LIST LAYOUT WITH IMAGE (LEFT/RIGHT)
   ========================================================================== */

.managed-cloud-infrastructure-page {
    width: 100%;
    overflow-x: hidden;
}

.managed-cloud-infrastructure-section {
    padding: 80px 0;
    width: 100%;
}

.managed-cloud-infrastructure-section-white {
    background-color: #ffffff;
}

.managed-cloud-infrastructure-section-gray {
    background-color: #f8f8f8;
}

.managed-cloud-infrastructure-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.managed-cloud-infrastructure-heading {
    font-size: 40px;
    font-weight: bold;
    color: #2d3669;
    text-align: center;
    margin-bottom: 24px;
    line-height: 1.2;
}

.managed-cloud-infrastructure-intro {
    font-size: 18px;
    color: #444444;
    text-align: center;
    margin-bottom: 60px;
    line-height: 1.6;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.managed-cloud-infrastructure-list-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: start;
    margin-top: 48px;
}

.managed-cloud-infrastructure-list {
    display: flex;
    flex-direction: column;
    /*gap: 24px;*/
	margin-top: 40px;
}

.managed-cloud-infrastructure-list-item {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.managed-cloud-infrastructure-check-icon {
    font-size: 24px;
    color: #f37a6f;
    flex-shrink: 0;
    margin-top: 4px;
}

.managed-cloud-infrastructure-list-title {
    font-size: 20px;
    font-weight: bold;
    color: #2d3669;
    margin-bottom: 8px;
    line-height: 1.3;
}

.managed-cloud-infrastructure-list-text {
    font-size: 16px;
    color: #444444;
    line-height: 1.6;
    font-weight: normal;
}

.managed-cloud-infrastructure-list-text a{
	font-weight: 600;
	color: #f37a6f;
}
.managed-cloud-infrastructure-image-container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.managed-cloud-infrastructure-image {
    width: 100%;
    height: auto;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.managed-cloud-infrastructure-why-charlotte-img img{
	clip-path: inset(10% 0 20% 0);
    margin-top: -16%;
}
/* ==========================================================================
   SECTION 3 - MONITORING GRID (4 CARDS IN ROW)
   ========================================================================== */

.managed-cloud-infrastructure-grid-4 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 32px;
    margin-top: 48px;
}

.managed-cloud-infrastructure-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 32px 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border: 1px solid #f3f3f3;
    display: flex;
    align-items: flex-start;
    /*gap: 20px;*/
	border-top: 3px solid #f37a6f;
}

.managed-cloud-infrastructure-section-gray .managed-cloud-infrastructure-card {
    background: #ffffff;
}

.managed-cloud-infrastructure-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #ffffff;
    flex-shrink: 0;
}

.managed-cloud-infrastructure-card > div:last-child {
    flex: 1;
}

.managed-cloud-infrastructure-card-title {
    font-size: 23px;
    font-weight: bold;
    color: #2d3669;
    margin-bottom: 12px;
    line-height: 1.3;
	text-align: center;
}

.managed-cloud-infrastructure-card-text {
    font-size: 16px;
    color: #444444;
    line-height: 1.6;
    font-weight: normal;
	text-align: center;
}

/* ==========================================================================
   SECTION 4 - OPTIMIZING PERFORMANCE (TWO COLUMNS)
   ========================================================================== */

.managed-cloud-infrastructure-two-column-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    margin-top: 48px;
}

.managed-cloud-infrastructure-column {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.managed-cloud-infrastructure-benefits-item {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.managed-cloud-infrastructure-red-check {
    font-size: 28px;
    color: #f37a6f;
    flex-shrink: 0;
    margin-top: 2px;
}

.managed-cloud-infrastructure-benefits-title {
    font-size: 20px;
    font-weight: bold;
    color: #2d3669;
    margin-bottom: 8px;
    line-height: 1.3;
}

.managed-cloud-infrastructure-benefits-text {
    font-size: 16px;
    color: #444444;
    line-height: 1.6;
    font-weight: normal;
}

/* ==========================================================================
   SECTION 5 - MONITORING SECTION (NUMBERED CARDS)
   ========================================================================== */

.monitoring-section {
    padding: 80px 0;
    background-color: #f8f8f8;
    width: 100%;
}

.monitoring-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.monitoring-heading {
    font-size: 40px;
    font-weight: bold;
    color: #2d3669;
    text-align: center;
    margin-bottom: 24px;
    line-height: 1.2;
}

.monitoring-intro {
    font-size: 18px;
    color: #444444;
    text-align: center;
    margin-bottom: 48px;
    line-height: 1.5;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.monitoring-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    margin-top: 48px;
}

.monitoring-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 32px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid #f3f3f3;
    display: flex;
    align-items: flex-start;
    gap: 20px;
}


.monitoring-number {
    width: 56px;
    height: 56px;
    background: #f37a6f;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.monitoring-content {
    flex: 1;
}

.monitoring-card-title {
    font-size: 20px;
    font-weight: bold;
    color: #2d3669;
    margin-bottom: 8px;
    line-height: 1.3;
}

.monitoring-card-text {
    font-size: 16px;
    color: #444444;
    line-height: 1.5;
    font-weight: normal;
}

/* ==========================================================================
   SECTION 6 - INTEGRATION SECTION (4 ITEMS IN A ROW)
   ========================================================================== */

.integration-section {
    padding: 80px 0;
    background-color: #ffffff;
    width: 100%;
}

.integration-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 24px;
}

.integration-heading {
    font-size: 40px;
    font-weight: bold;
    color: #2d3669;
    text-align: center;
    margin-bottom: 24px;
    line-height: 1.2;
}

.integration-intro {
    font-size: 18px;
    color: #444444;
    text-align: center;
    margin-bottom: 60px;
    line-height: 1.5;
}

.integration-row {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    flex-wrap: nowrap;
}

.integration-item {
    flex: 1;
    text-align: center;
    max-width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.integration-icon {
    width: 80px;
    height: 80px;
    background: #f37a6f;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: #ffffff;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.integration-icon-blue {
    background: #5164ae;
}

.integration-item-title {
    font-size: 20px;
    font-weight: bold;
    color: #2d3669;
    margin-bottom: 16px;
    line-height: 1.3;
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.integration-divider {
    width: 60%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #d0d0d0, transparent);
    margin: 0 auto 16px;
}

.integration-item-text {
    font-size: 16px;
    color: #444444;
    line-height: 1.5;
    font-weight: normal;
}

/* ==========================================================================
   SECTION 7 - WHY CHARLOTTE BUSINESSES (NUMBERED LIST WITH IMAGE)
   ========================================================================== */

.managed-cloud-infrastructure-why-item {
    display: flex;
    gap: 24px;
    align-items: flex-start;
}

.managed-cloud-infrastructure-number {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #f37a6f 0%, #5164ae 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    flex-shrink: 0;
}

/* ==========================================================================
   CTA SECTION
   ========================================================================== */

.managed-cloud-infrastructure-cta-section {
    background: linear-gradient(135deg, #2d3669 0%, #5164ae 100%);
    padding: 80px 24px;
    text-align: center;
}

.managed-cloud-infrastructure-cta-container {
    max-width: 1000px;
    margin: 0 auto;
}

.managed-cloud-infrastructure-cta-heading {
    font-size: 40px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 24px;
    line-height: 1.2;
}

.managed-cloud-infrastructure-cta-description {
    font-size: 20px;
    color: #f3f3f3;
    margin-bottom: 16px;
    line-height: 1.6;
}

.managed-cloud-infrastructure-cta-subtext {
    font-size: 18px;
    color: #f3f3f3;
    margin-bottom: 40px;
    line-height: 1.6;
}

.managed-cloud-infrastructure-cta-buttons {
    display: inline-flex;
    align-items: center;
    gap: 25px;
    flex-wrap: nowrap;
    justify-content: center;
    width: 60%;
}

.managed-cloud-infrastructure-cta-btn-phone {
      display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 32px;
    border-radius: 5px;
    text-decoration: none;
    font-family: 'Segoe UI Bold', sans-serif;
    font-weight: 600;
    font-size: 18px;
    transition: all 0.3s 
ease;
    border: 1px solid #f37a6f;
    cursor: pointer;
    background: #f37a6f;
    color: #ffffff;
}
.managed-cloud-infrastructure-cta-btn-phone i{
	rotate: 180deg;
}
.managed-cloud-infrastructure-cta-btn-phone:hover {
    border: 1px solid #bd2d10;
    background: #bd2d10;
    color: #ffffff;
}

.managed-cloud-infrastructure-cta-btn-consultation {
     padding: 16px 32px;
    background: transparent;
    color: white;
    border: 1px solid white;
    border-radius: 5px;
    font-family: 'Segoe UI', sans-serif;
    font-weight: bold;
    font-size: 18px;
}

.managed-cloud-infrastructure-cta-btn-consultation:hover,
 .managed-cloud-infrastructure-cta-btn-consultation:focus,
 .managed-cloud-infrastructure-cta-btn-consultation:active{
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.7);
}

/*----------------
============== END Managed Cloud Infrastructure
------------------*/

/*----------------
============== START Cloud Backup & Disaster Recovery (DRaaS)
------------------*/
/* Row Topper */
.cloud-backup-disaster-recovery-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.cloud-backup-disaster-recovery-row-topper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cloud-backup-disaster-recovery-col {
    width: 100%;
}

.cloud-backup-disaster-recovery-box {
    background: #fff;
    border-radius: 12px;
    padding: 40px;
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    margin-top: -100px;
}

.cloud-backup-disaster-recovery-header-title {
    text-align: center;
    margin-bottom: 20px;
}

.cloud-backup-disaster-recovery-header-title h1 {
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 42px;
    font-weight: 700;
    color: #2d3669;
    margin: 0;
}

.cloud-backup-disaster-recovery-header-title h4 {
    font-weight: 600;
    color: #f37a6f;
    margin: 18px 0 10px 0;
}

.cloud-backup-disaster-recovery-header-content {
    display: flex;
    justify-content: center;
}

.cloud-backup-disaster-recovery-text-content {
    width: 100%;
    max-width: 900px;
}

.cloud-backup-disaster-recovery-text p {
    font-size: 18px;
    color: #444;
    line-height: 1.8;
    text-align: center;
}
.cloud-backup-disaster-recovery-text p a strong {
	color: #f37a6f;
}


/* ========================================
   Section 1 - Introduction (White Background)
   ======================================== */
.cloud-backup-disaster-recovery-section-intro {
    background: #ffffff;
    padding: 80px 0;
}

.cloud-backup-disaster-recovery-container-intro {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.cloud-backup-disaster-recovery-section-title-intro {
    font-size: 40px;
    color: #2d3669;
    text-align: left;
    margin-bottom: 50px;
    font-weight: bold;
    line-height: 1.2;
    font-family: 'Segoe UI Bold', sans-serif !important;
}

.cloud-backup-disaster-recovery-intro-content {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 60px;
    align-items: center;
}

.cloud-backup-disaster-recovery-intro-text {
    width: 100%;
}

.cloud-backup-disaster-recovery-intro-paragraph {
    font-size: 18px;
    line-height: 1.8;
    color: #444444;
    text-align: justify;
    font-family: 'Segoe UI', sans-serif !important;
    margin-bottom: 50px;
}

.cloud-backup-disaster-recovery-intro-button {
    margin-top: 30px;
}

.cloud-backup-disaster-recovery-intro-image {
    width: 100%;
}

.cloud-backup-disaster-recovery-intro-image a {
    display: block;
    text-decoration: none;
}


.cloud-backup-disaster-recovery-image-placeholder-intro:hover {
    transform: translateY(-5px);
}

/* ========================================
   Section 2 - Why Your Business Needs (#f8f8f8 Background)
   ======================================== */
.cloud-backup-disaster-recovery-section-why {
    background: #f8f8f8;
    padding: 80px 0;
}

.cloud-backup-disaster-recovery-container-why {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.cloud-backup-disaster-recovery-why-layout {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 60px;
    align-items: center;
}

.cloud-backup-disaster-recovery-why-image {
    width: 100%;
}

.cloud-backup-disaster-recovery-why-image a {
    display: block;
    text-decoration: none;
}

.cloud-backup-disaster-recovery-image-placeholder-why {
    width: 100%;
    height: 400px;
    background: linear-gradient(135deg, #5164ae 0%, #2d3669 100%);
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(45, 54, 105, 0.2);
    transition: transform 0.3s ease;
}

.cloud-backup-disaster-recovery-image-placeholder-why:hover {
    transform: translateY(-5px);
}

.cloud-backup-disaster-recovery-why-content {
    width: 100%;
}

.cloud-backup-disaster-recovery-section-title-why {
    font-size: 40px;
    color: #2d3669;
    margin-bottom: 50px;
    font-weight: bold;
    line-height: 1.2;
    font-family: 'Segoe UI Bold', sans-serif !important;
}

.cloud-backup-disaster-recovery-why-paragraph {
    font-size: 17px;
    line-height: 1.8;
    color: #444444;
    margin-bottom: 25px;
    text-align: justify;
    font-family: 'Segoe UI ', sans-serif !important;
}

.cloud-backup-disaster-recovery-why-link-text {
    font-size: 17px;
    line-height: 1.8;
    color: #444;
    padding: 20px;
    background: #ffffff;
    border-left: 4px solid #f37a6f;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    font-family: 'Segoe UI', sans-serif !important;
	margin-top: 60px;
}

/* ========================================
   Section 3 - Cutting-Edge Trends (White Background)
   ======================================== */
.cloud-backup-disaster-recovery-section-trends {
    background: #ffffff;
    padding: 80px 0;
}

.cloud-backup-disaster-recovery-container-trends {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.cloud-backup-disaster-recovery-section-title-trends {
    font-size: 40px;
    color: #2d3669;
    text-align: center;
    margin-bottom: 25px;
    font-weight: bold;
    line-height: 1.2;
    font-family: 'Segoe UI Bold', sans-serif !important;
}

.cloud-backup-disaster-recovery-trends-intro {
    font-size: 17px;
    line-height: 1.8;
    color: #444444;
    text-align: center;
    max-width: 900px;
    margin: 0 auto 50px;
    font-family: 'Segoe UI', sans-serif !important;
}

.cloud-backup-disaster-recovery-trends-grid {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: nowrap;
    margin-top: 50px;
}

.cloud-backup-disaster-recovery-trend-item {
    flex: 0 0 180px;
    text-align: center;
}
.cloud-backup-disaster-recovery-trend-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #f37a6f 0%, #ff9a8e 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    box-shadow: 0 8px 20px rgba(243, 122, 111, 0.3);
}


.cloud-backup-disaster-recovery-trend-icon i {
    font-size: 32px;
    color: #ffffff;
}

.cloud-backup-disaster-recovery-trend-title {
    font-size: 18px;
    color: #2d3669;
    margin-bottom: 12px;
    font-weight: bold;
    line-height: 1.3;
    font-family: 'Segoe UI Bold', sans-serif !important;
}

.cloud-backup-disaster-recovery-trend-text {
    font-size: 15px;
    line-height: 1.6;
    color: #444444;
    font-family: 'Segoe UI', sans-serif !important;
}

/* ========================================
   Section 4 - What Others Offer (#f8f8f8 Background)
   ======================================== */
.cloud-backup-disaster-recovery-section-offers {
    background: #f8f8f8;
    padding: 80px 0;
}

.cloud-backup-disaster-recovery-container-offers {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.cloud-backup-disaster-recovery-section-title-offers {
    font-size: 40px;
    color: #2d3669;
    text-align: center;
    margin-bottom: 25px;
    font-weight: bold;
    line-height: 1.2;
    font-family: 'Segoe UI Bold', sans-serif !important;
}

.cloud-backup-disaster-recovery-offers-intro {
    font-size: 17px;
    line-height: 1.8;
    color: #444444;
    text-align: center;
    max-width: 900px;
    margin: 0 auto 50px;
    font-family: 'Segoe UI', sans-serif !important;
}

.cloud-backup-disaster-recovery-offers-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 50px;
}

.cloud-backup-disaster-recovery-offer-card {
    background: #ffffff;
    padding: 35px;
    border-radius: 12px;
    display: flex;
    gap: 25px;
    align-items: flex-start;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
    border: 2px solid transparent;
}

.cloud-backup-disaster-recovery-offer-icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    background: linear-gradient(135deg, #5164ae 0%, #2d3669 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 15px rgba(81, 100, 174, 0.3);
}

.cloud-backup-disaster-recovery-offer-icon i {
    font-size: 24px;
    color: #ffffff;
}

.cloud-backup-disaster-recovery-offer-content {
    flex: 1;
}

.cloud-backup-disaster-recovery-offer-title {
    font-size: 20px;
    color: #2d3669;
    margin-bottom: 10px;
    line-height: 1.3;
    font-family: 'Segoe UI Bold', sans-serif !important;
}

.cloud-backup-disaster-recovery-offer-text {
    font-size: 16px;
    line-height: 1.6;
    color: #444444;
    font-family: 'Segoe UI', sans-serif !important;
}
/* ========================================
   Table
   ======================================== */
   .cloud-backup-disaster-recovery-table {
    padding: 80px 20px;
}
   .cloud-backup-disaster-recovery-table-title {
    text-align: center;
}
.cloud-backup-disaster-recovery-table-title h2 {
    font-size: 2.5rem;
    color: #2d3669;
    margin-bottom: 15px;
    font-weight: bold;
    position: relative;
    display: inline-block;
}
.cloud-backup-disaster-recovery-table-title p{
	font-family: 'Segoe UI', sans-serif;
	color: #444;
	font-size: 16px;
	max-width: 900px;
    margin: 0 auto;
}

.cloud-backup-disaster-recovery-table-title p a{
	color: #f37a6f;
	font-weight: 600;
}
.cloud-backup-disaster-recovery-table-title p a:hover,
.cloud-backup-disaster-recovery-table-title p a:active,
.cloud-backup-disaster-recovery-table-title p a:focus{
	color: #bd2d10;
}
/* ========================================
   Section 5 - Our Proven Approach (White Background)
   ======================================== */
.cloud-backup-disaster-recovery-section-approach {
    background: #ffffff;
    padding: 80px 0;
}

.cloud-backup-disaster-recovery-container-approach {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.cloud-backup-disaster-recovery-section-title-approach {
    font-size: 40px;
    color: #2d3669;
    text-align: center;
    margin-bottom: 50px;
    font-weight: bold;
    line-height: 1.2;
    font-family: 'Segoe UI Bold', sans-serif !important;
}

.cloud-backup-disaster-recovery-approach-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
    margin-bottom: 50px;
}

.cloud-backup-disaster-recovery-approach-card {
    background: #f3f3f3;
    padding: 40px 30px;
    border-radius: 12px;
    text-align: center;
	border-top: 3px solid #f37a6f;
}


.cloud-backup-disaster-recovery-approach-number {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #f37a6f 0%, #ff9a8e 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    font-size: 28px;
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(243, 122, 111, 0.3);
    font-family: 'Segoe UI Bold', sans-serif !important;
}

.cloud-backup-disaster-recovery-approach-title {
    font-size: 20px;
    color: #2d3669;
    margin-bottom: 15px;
    font-weight: bold;
    line-height: 1.3;
    font-family: 'Segoe UI Bold', sans-serif !important;
}

.cloud-backup-disaster-recovery-approach-text {
    font-size: 16px;
    line-height: 1.6;
    color: #444444;
    font-family: 'Segoe UI', sans-serif !important;
}

.cloud-backup-disaster-recovery-approach-footer {
    font-size: 18px;
    line-height: 1.8;
    color: #444;
    text-align: left;
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px;
    background: linear-gradient(135deg, #f3f3f3 0%, #e8e8e8 100%);
    border-radius: 12px;
    border-left: 5px solid #f37a6f;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    font-family: 'Segoe UI', sans-serif !important;
}

/* ========================================
   Section 6 - Why AtoZinIT Stands Apart (#f8f8f8 Background)
   ======================================== */
.cloud-backup-disaster-recovery-section-stands {
    background: #f8f8f8;
    padding: 80px 0;
}

.cloud-backup-disaster-recovery-container-stands {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.cloud-backup-disaster-recovery-section-title-stands {
    font-size: 40px;
    color: #2d3669;
    text-align: center;
    margin-bottom: 50px;
    font-weight: bold;
    line-height: 1.2;
    font-family: 'Segoe UI Bold', sans-serif !important;
}

.cloud-backup-disaster-recovery-stands-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.cloud-backup-disaster-recovery-stands-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.cloud-backup-disaster-recovery-stands-item {
    display: flex;
    gap: 25px;
    align-items: flex-start;
    background: #ffffff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
}


.cloud-backup-disaster-recovery-stands-bullet {
    width: 50px;
    height: 50px;
    min-width: 45px;
    background-color: #5164ae;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #ffffff;
    font-weight: bold;
    font-family: 'Segoe UI Bold', sans-serif !important;
}

.cloud-backup-disaster-recovery-stands-content {
    flex: 1;
}

.cloud-backup-disaster-recovery-stands-title {
    font-size: 20px;
    color: #2d3669;
    margin-bottom: 10px;
	font-weight: 600;
    line-height: 1.3;
    font-family: 'Segoe UI', sans-serif !important;
}

.cloud-backup-disaster-recovery-stands-text {
    font-size: 16px;
    line-height: 1.6;
    color: #444444;
    font-family: 'Segoe UI', sans-serif !important;
}

.cloud-backup-disaster-recovery-stands-image {
    width: 100%;
}


/* ========================================
   CTA Section
   ======================================== */
.cloud-backup-disaster-recovery-section-cta {
    background: linear-gradient(135deg, #2d3669 0%, #5164ae 100%);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}


.cloud-backup-disaster-recovery-container-cta {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.cloud-backup-disaster-recovery-cta-content {
    text-align: center;
    position: relative;
    z-index: 1;
}

.cloud-backup-disaster-recovery-cta-title {
    font-size: 40px;
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 1.2;
    font-family: 'Segoe UI Bold', sans-serif !important;
}

.cloud-backup-disaster-recovery-cta-text {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 15px;
    line-height: 1.6;
    font-family: 'Segoe UI', sans-serif !important;
}

.cloud-backup-disaster-recovery-cta-text a{
	font-weight: 600;
	color: #f37a6f;
}

.cloud-backup-disaster-recovery-cta-text a:hover,
.cloud-backup-disaster-recovery-cta-text a:active,
.cloud-backup-disaster-recovery-cta-text a:focus{
	color: #bd2d10;
}
.cloud-backup-disaster-recovery-cta-subtitle {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 50px;
    line-height: 1.6;
    font-family: 'Segoe UI', sans-serif !important;
}

.cta-buttons {
    display: inline-flex;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    font-family: "Segoe UI Bold", sans-serif !important;
    gap: 25px;
    padding: 16px 32px;
    text-decoration: none;
    border-radius: 5px;
    transition: 0.3s;
	width: 70%;
}

.cta-btn {
    padding: 14px 24px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.2s ease;
    font-family: 'Segoe UI Bold', sans-serif !important;
}

.cta-btn-phone {
    background-color: #f37a6f;
    color: #ffffff;
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    font-family: "Segoe UI Bold", sans-serif !important;
    padding: 18px 40px;
    border-radius: 5px;
    text-decoration: none;
    gap: 12px;
    transition: 0.3s;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
}

.cta-btn-phone i {
    rotate: 180deg;
}

.cta-btn-phone:hover {
    border: 1px solid #bd2d10;
    background: #bd2d10;
    color: #ffffff;
}

.cta-btn-consultation {
    display: inline-block;
    color: white;
    font-family: "Segoe UI", sans-serif;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
    padding: 16px 32px;
    background: transparent;
    border-width: 1px;
    border-style: solid;
    border-color: white;
    border-image: initial;
    border-radius: 5px;
    text-decoration: none;
    transition: 0.3s;
}

.cta-btn-consultation:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.7);
}

/*----------------
============== END Cloud Backup & Disaster Recovery (DRaaS)
------------------*/



/*----------------
============== START SaaS Management Services
------------------*/
/* Row Topper */
.saas-management-services-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.saas-management-services-row-topper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.saas-management-services-col {
    width: 100%;
}

.saas-management-services-box {
    background: #fff;
    border-radius: 12px;
    padding: 40px;
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    margin-top: -100px;
}

.saas-management-services-header-title {
    text-align: center;
    margin-bottom: 20px;
}

.saas-management-services-header-title h1 {
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 42px;
    font-weight: 700;
    color: #2d3669;
    margin: 0;
}

.saas-management-services-header-title h4 {
    font-weight: 600;
    color: #f37a6f;
    margin: 18px 0 10px 0;
}

.saas-management-services-header-content {
    display: flex;
    justify-content: center;
}

.saas-management-services-text-content {
    width: 100%;
    max-width: 900px;
}

.saas-management-services-text p {
    font-size: 18px;
    color: #444;
    line-height: 1.8;
    text-align: center;
}

.saas-management-services-text a {
    font-weight: 600;
	color: #f37a6f; 
}
/* ============================================
   What SaaS Management Services Include
   ============================================ */

.saas-management-services-section-1 {
  background: #ffffff;
  padding: 80px 20px;
}

.saas-management-services-container-1 {
  max-width: 1200px;
  margin: 0 auto;
}

.saas-management-services-content-wrapper-1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.saas-management-services-text-col-1 {
  padding-right: 20px;
}

.saas-management-services-title-1 {
  font-family: 'Segoe UI Bold', sans-serif;
  font-size: 40px;
  color: #2d3669;
  margin-bottom: 20px;
  line-height: 1.3;
}

.saas-management-services-intro-1 {
  font-family: 'Segoe UI', sans-serif;
  font-size: 18px;
  color: #444444;
  margin-bottom: 30px;
  line-height: 1.6;
}

.saas-management-services-list-1 {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}

.saas-management-services-list-item-1 {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
  font-family: 'Segoe UI', sans-serif;
  font-size: 16px;
  color: #444444;
  line-height: 1.6;
}

.saas-management-services-icon-1 {
  color: #f37a6f;
  font-size: 20px;
  margin-top: 3px;
  flex-shrink: 0;
}

.saas-management-services-conclusion-1 {
  font-family: 'Segoe UI', sans-serif;
  font-size: 16px;
  color: #444444;
  line-height: 1.6;
  margin-top: 20px;
}

.saas-management-services-conclusion-1  a{
  color: #f37a6f;
  font-weight: 600;
}

.saas-management-services-conclusion-1  a:hover{
  color: #bd2d10;
}

.saas-management-services-image-col-1 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.saas-management-services-image {
  width: 100%;
  height: auto;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.saas-management-services-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/* ============================================
   SECTION Table
   ============================================ */
   .saas-management-services-table {
    padding: 80px 20px;
	}
	.saas-management-services-table-title {
		text-align: center;
	}
   .saas-management-services-table-title h2 {
    font-size: 2.5rem;
    color: #2d3669;
    margin-bottom: 15px;
    font-weight: bold;
    position: relative;
    display: inline-block;
	}
	.table-p {
		font-family: 'Segoe UI', sans-serif;
		color: #444;
		font-size: 16px;
		max-width: 1000px;
		margin: 0 auto;
	}
	.saas-management-services-table {
		padding: 80px 20px;
	}

/* ============================================
   SECTION 2 - Tracking and Optimizing SaaS Subscriptions
   ============================================ */

.saas-management-services-section-2 {
  background: #f8f8f8;
  padding: 80px 20px;
}

.saas-management-services-container-2 {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.saas-management-services-title-2 {
  font-family: 'Segoe UI Bold', sans-serif;
  font-size: 40px;
  color: #2d3669;
  margin-bottom: 20px;
  line-height: 1.3;
}

.saas-management-services-subtitle-2 {
  font-family: 'Segoe UI', sans-serif;
  font-size: 18px;
  color: #444444;
  margin-bottom: 50px;
  line-height: 1.6;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.saas-management-services-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-bottom: 40px;
}

.saas-management-services-card-2 {
  background: #ffffff;
  padding: 40px 30px;
  border-radius: 8px;
  text-align: left;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}


.saas-management-services-card-header-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 15px;
}

.saas-management-services-card-icon-2 {
  color: #f37a6f;
  font-size: 32px;
  flex-shrink: 0;
}

.saas-management-services-card-title-2 {
  font-family: 'Segoe UI Bold', sans-serif;
  font-weight: 600;
  font-size: 22px;
  color: #2d3669;
  margin: 0;
}

.saas-management-services-card-text-2 {
  font-family: 'Segoe UI', sans-serif;
  font-size: 16px;
  color: #444444;
  line-height: 1.6;
  text-align: center;
}

.saas-management-services-footer-2 {
  font-family: 'Segoe UI', sans-serif;
  font-size: 18px;
  color: #444444;
  line-height: 1.6;
  margin-top: 20px;
}

/* ============================================
   SECTION 3 - Ensuring Security and Compliance
   ============================================ */

.saas-management-services-section-3 {
  background: #ffffff;
  padding: 80px 20px;
}

.saas-management-services-container-3 {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.saas-management-services-title-3 {
  font-family: 'Segoe UI Bold', sans-serif;
  font-size: 40px;
  color: #2d3669;
  margin-bottom: 20px;
  line-height: 1.3;
}

.saas-management-services-subtitle-3 {
  font-family: 'Segoe UI', sans-serif;
  font-size: 16px;
  color: #444444;
  margin-bottom: 50px;
  line-height: 1.6;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.saas-management-services-subtitle-3 a {
	color: #f37a6f;
	font-weight: 600;  
}

.saas-management-services-subtitle-3 a:hover {
	color: #bd2d10; 
}

.saas-management-services-grid-3 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-bottom: 40px;
}

.saas-management-services-card-3 {
  background: #ffffff;
  padding: 30px 30px 30px 40px;
  border-radius: 8px;
  text-align: left;
  border-left: 4px solid #f37a6f;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
}

.saas-management-services-card-title-3 {
  font-family: 'Segoe UI Bold', sans-serif;
  font-weight: 600;
  font-size: 22px;
  color: #2d3669;
  margin-bottom: 12px;
  line-height: 1.3;
}

.saas-management-services-card-text-3 {
  font-family: 'Segoe UI', sans-serif;
  font-size: 16px;
  color: #5f6368;
  line-height: 1.6;
}

.saas-management-services-footer-3 {
  font-family: 'Segoe UI', sans-serif;
  font-size: 18px;
  color: #444444;
  line-height: 1.6;
  margin-top: 20px;
}

/* ============================================
   SECTION 4 - Integrating SaaS with Existing IT Systems
   ============================================ */

.saas-management-services-section-4 {
  background: #f8f8f8;
  padding: 80px 20px;
}

.saas-management-services-container-4 {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.saas-management-services-title-4 {
  font-family: 'Segoe UI Bold', sans-serif;
  font-size: 40px;
  color: #2d3669;
  margin-bottom: 20px;
  line-height: 1.3;
}

.saas-management-services-subtitle-4 {
  font-family: 'Segoe UI', sans-serif;
  font-size: 18px;
  color: #444444;
  margin-bottom: 50px;
  line-height: 1.6;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.saas-management-services-subtitle-4 a{
	color: #f37a6f;
	font-weight: 600;  
}

.saas-management-services-subtitle-4 a:hover{
	color: #bd2d10; 
}

.saas-management-services-checklist-4 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 60px;
  max-width: 900px;
  margin: 0 auto;
}

.saas-management-services-checklist-item-4 {
  display: flex;
  align-items: center;
  gap: 15px;
  text-align: left;
}

.saas-management-services-check-icon-4 {
  color: #f37a6f;
  font-size: 28px;
  flex-shrink: 0;
}

.saas-management-services-checklist-text-4 {
  font-family: 'Segoe UI', sans-serif;
  font-size: 18px;
  color: #5f6368;
  line-height: 1.5;
}

/* ============================================
   SECTION 5 - Monitoring Performance and Usage
   ============================================ */

.saas-management-services-section-5 {
  background: #ffffff;
  padding: 80px 20px;
}

.saas-management-services-container-5 {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.saas-management-services-title-5 {
  font-family: 'Segoe UI Bold', sans-serif;
  font-weight: 600;
  font-size: 40px;
  color: #2d3669;
  margin-bottom: 20px;
  line-height: 1.3;
}

.saas-management-services-subtitle-5 {
  font-family: 'Segoe UI', sans-serif;
  font-size: 18px;
  color: #444444;
  margin-bottom: 50px;
  line-height: 1.6;
}

.saas-management-services-grid-5 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 35px;
  margin-bottom: 40px;
}

.saas-management-services-card-5 {
  background: transparent;
  border: 2px solid #5164ae;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.saas-management-services-card-inner-5 {
  padding: 40px 30px;
  text-align: center;
}

.saas-management-services-card-icon-5 {
  color: #5164ae;
  font-size: 44px;
  margin-bottom: 20px;
  transition: color 0.3s ease;
}

.saas-management-services-card-title-5 {
  font-family: 'Segoe UI Bold', sans-serif;
  font-weight: 600;
  font-size: 22px;
  color: #2d3669;
  margin-bottom: 12px;
  transition: color 0.3s ease;
}

.saas-management-services-card-text-5 {
  font-family: 'Segoe UI', sans-serif;
  font-size: 16px;
  color: #444444;
  line-height: 1.6;
  transition: color 0.3s ease;
}

.saas-management-services-footer-5 {
  font-family: 'Segoe UI', sans-serif;
  font-size: 16px;
  color: #444444;
  line-height: 1.6;
  margin-top: 20px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.saas-management-services-footer-5 a{
	color: #f37a6f;
	font-weight: 600; 
}
.saas-management-services-footer-5 a:hover {
	color: #bd2d10; 
}
/* ============================================
   SECTION 6 - Why Charlotte Businesses Choose AtoZinIT
   ============================================ */

.saas-management-services-section-6 {
  background: #f8f8f8;
  padding: 80px 20px;
}

.saas-management-services-container-6 {
  max-width: 1400px;
  margin: 0 auto;
  text-align: center;
}

.saas-management-services-title-6 {
  font-family: 'Segoe UI Bold', sans-serif;
  font-size: 40px;
  color: #2d3669;
  margin-bottom: 20px;
  line-height: 1.3;
}

.saas-management-services-subtitle-6 {
  font-family: 'Segoe UI', sans-serif;
  font-size: 18px;
  color: #444444;
  margin-bottom: 50px;
  line-height: 1.6;
}

.saas-management-services-features-row-6 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 50px;
}

.saas-management-services-feature-6 {
  text-align: center;
  padding: 20px 10px;
}

.saas-management-services-feature-icon-6 {
  color: #f37a6f;
  font-size: 48px;
  margin-bottom: 20px;
  display: block;
}

.saas-management-services-feature-title-6 {
  font-family: 'Segoe UI Bold', sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #2d3669;
  margin-bottom: 12px;
  line-height: 1.3;
}

.saas-management-services-feature-text-6 {
  font-family: 'Segoe UI', sans-serif;
  font-size: 15px;
  color: #444444;
  line-height: 1.6;
}

/* ============================================
   CTA SECTION
   ============================================ */

.saas-management-services-cta-section {
  background: #2d3669;
  padding: 80px 20px;
  text-align: center;
}

.saas-management-services-cta-container {
  max-width: 900px;
  margin: 0 auto;
}

.saas-management-services-cta-title {
  font-family: 'Segoe UI Bold', sans-serif;
  font-size: 40px;
  color: #ffffff;
  margin-bottom: 20px;
  line-height: 1.3;
}

.saas-management-services-cta-text {
  font-family: 'Segoe UI', sans-serif;
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 40px;
  line-height: 1.6;
}

.saas-management-services-related {
  margin-bottom: 40px;
}

.saas-management-services-related-title {
  font-family: 'Segoe UI Bold', sans-serif;
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 25px;
}

.saas-management-services-related-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

.saas-management-services-related-list li {
  list-style: none;
  margin-bottom: 25px;
}

.saas-management-services-related-list li a{
  font-family: 'Segoe UI', sans-serif;
  font-size: 16px;
  color: #ffffff;
  padding: 8px 18px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
}

.saas-management-services-related-list li a:hover{
	background: rgb(255 255 255 / 32%);
}

.saas-management-services-cta-closing {
  font-family: 'Segoe UI', sans-serif;
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 40px;
  line-height: 1.6;
}

.saas-management-services-cta-buttons {
    display: inline-flex;
    align-items: center;
    gap: 25px;
    flex-wrap: nowrap;
    justify-content: center;
    width: 60%;
}

.saas-management-services-cta-btn {
    width: 100%;
    padding: 14px 24px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.2s 
ease;
}

.saas-management-services-cta-btn-phone {
  display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 32px;
    border-radius: 5px;
    text-decoration: none;
    font-family: 'Segoe UI Bold', sans-serif;
    font-weight: 600;
    font-size: 18px;
    transition: all 0.3s ease;
    border: 1px solid #f37a6f;
    cursor: pointer;
    background: #f37a6f;
    color: #ffffff;
}

.saas-management-services-cta-btn-phone i {
  transform: rotate(180deg);
}

.saas-management-services-cta-btn-phone:hover,
.saas-management-services-cta-btn-phone:focus,
.saas-management-services-cta-btn-phone:active {
  border: 1px solid #bd2d10;
    background: #bd2d10;
    color: #fff;
}

.saas-management-services-cta-btn-consultation {
  padding: 16px 32px;
    background: transparent;
    color: white;
    border: 1px solid white;
    border-radius: 5px;
    font-family: 'Segoe UI', sans-serif;
    font-weight: bold;
    font-size: 18px;
}

.saas-management-services-cta-btn-consultation:hover,
.saas-management-services-cta-btn-consultation:focus,
.saas-management-services-cta-btn-consultation:hover {
  color: #fff;
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.7);
}


/*----------------
============== END SaaS Management Services
------------------*/

/*----------------
============== START Virtual Desktop Infrastructure (VDI)
------------------*/

/* Row Topper */
.virtual-desktop-infrastructure-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.virtual-desktop-infrastructure-row-topper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.virtual-desktop-infrastructure-col {
    width: 100%;
}

.virtual-desktop-infrastructure-box {
    background: #fff;
    border-radius: 12px;
    padding: 40px;
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    margin-top: -100px;
}

.virtual-desktop-infrastructure-header-title {
    text-align: center;
    margin-bottom: 20px;
}

.virtual-desktop-infrastructure-header-title h1 {
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 42px;
    font-weight: 700;
    color: #2d3669;
    margin: 0;
}

.virtual-desktop-infrastructure-header-title h4 {
    font-weight: 600;
    color: #f37a6f;
    margin: 18px 0 10px 0;
}

.virtual-desktop-infrastructure-header-content {
    display: flex;
    justify-content: center;
}

.virtual-desktop-infrastructure-text-content {
    width: 100%;
    max-width: 900px;
}

.virtual-desktop-infrastructure-text p {
    font-size: 18px;
    color: #444;
    line-height: 1.8;
    text-align: center;
}

/* ============================================
   CONTAINER
   ============================================ */

.virtual-desktop-infrastructure-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ============================================
   SECTION 1 - HERO (WHITE BACKGROUND)
   ============================================ */

.virtual-desktop-infrastructure-section-hero {
  background: #ffffff;
  padding: 80px 0;
}

.virtual-desktop-infrastructure-hero-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.virtual-desktop-infrastructure-hero-content {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.virtual-desktop-infrastructure-hero-title {
font-family: 'Segoe UI Bold', sans-serif !important;
  font-size: 40px;
  color: #2d3669;
  margin: 0;
  font-weight: 600;
  line-height: 1.2;
}

.virtual-desktop-infrastructure-hero-paragraph {
  font-size: 16px;
  line-height: 1.8;
  color: #444444;
  margin: 0;
}

.virtual-desktop-infrastructure-hero-image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.virtual-desktop-infrastructure-hero-image {
  width: 100%;
  height: auto;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  clip-path: inset(25% 0 10% 0);
  margin-top: -25%;
}

/* ============================================
   SECTION 2 - BENEFITS (GRAY BACKGROUND)
   ============================================ */

.virtual-desktop-infrastructure-section-benefits {
  background: #f8f8f8;
  padding: 80px 0;
}

.virtual-desktop-infrastructure-section-title {
  font-size: 40px;
  color: #2d3669;
  text-align: center;
  margin: 0 0 60px 0;
  font-weight: bold;
  line-height: 1.2;
}

.virtual-desktop-infrastructure-benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}

.virtual-desktop-infrastructure-benefit-card {
  background: #ffffff;
  padding: 35px 30px;
  border-radius: 10px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
  border: 2px solid transparent;
}

.virtual-desktop-infrastructure-benefit-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

.virtual-desktop-infrastructure-benefit-icon-wrapper {
  width: 50px;
  height: 50px;
  background: #f37a6f;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.virtual-desktop-infrastructure-benefit-icon {
  font-size: 24px;
  color: #ffffff;
}

.virtual-desktop-infrastructure-benefit-title {
  font-size: 20px;
  color: #2d3669;
  margin: 0;
  font-weight: bold;
}

.virtual-desktop-infrastructure-benefit-text {
  font-size: 15px;
  line-height: 1.7;
  color: #444444;
  margin: 0;
}

/* ============================================
   SECTION Table
   ============================================ */
   .virtual-desktop-infrastructure-table {
		padding: 80px 20px;
	}

	.virtual-desktop-infrastructure-table-title {
		text-align: center;
	}
  .virtual-desktop-infrastructure-table-title h2 {
    font-size: 2.5rem;
    color: #2d3669;
    margin-bottom: 15px;
    font-weight: bold;
    position: relative;
    display: inline-block;
	} 
/* ============================================
   SECTION 3 - SECURITY (WHITE BACKGROUND)
   ============================================ */

.virtual-desktop-infrastructure-section-security {
  background: #f8f8f8;
  padding: 80px 0;
}

.virtual-desktop-infrastructure-security-intro {
  font-size: 16px;
  line-height: 1.7;
  color: #444444;
  text-align: center;
  max-width: 1000px;
  margin: 0 auto 50px;
}

.virtual-desktop-infrastructure-security-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 35px 50px;
  margin-bottom: 50px;
}

.virtual-desktop-infrastructure-security-item {
  display: flex;
  gap: 15px;
  align-items: start;
}

.virtual-desktop-infrastructure-security-icon {
  font-size: 22px;
  color: #f37a6f;
  flex-shrink: 0;
  margin-top: 3px;
}

.virtual-desktop-infrastructure-security-content {
  flex: 1;
}

.virtual-desktop-infrastructure-security-title {
  font-size: 18px;
  color: #2d3669;
  margin: 0 0 8px 0;
  font-weight: bold;
  display: inline;
}

.virtual-desktop-infrastructure-security-text {
  font-size: 15px;
  line-height: 1.7;
  color: #444444;
  margin: 0;
  display: inline;
}

.virtual-desktop-infrastructure-security-note {
  background: #fff;
  border-left: 4px solid #f37a6f;
  padding: 25px 30px;
  font-size: 16px;
  line-height: 1.7;
  color: #444444;
}

/* ============================================
   SECTION 4 - DEPLOYMENT (GRAY BACKGROUND)
   ============================================ */

.virtual-desktop-infrastructure-section-deployment {
  background: #fff;
  padding: 80px 0;
}

.virtual-desktop-infrastructure-deployment-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}

.virtual-desktop-infrastructure-deployment-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.virtual-desktop-infrastructure-deployment-item {
  display: flex;
  gap: 20px;
  align-items: start;
}

.virtual-desktop-infrastructure-deployment-number {
  min-width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #5164ae 0%, #2d3669 100%);
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: bold;
  flex-shrink: 0;
}

.virtual-desktop-infrastructure-deployment-content {
  flex: 1;
}

.virtual-desktop-infrastructure-deployment-title {
  font-size: 20px;
  color: #2d3669;
  margin: 0 0 10px 0;
  font-weight: bold;
}

.virtual-desktop-infrastructure-deployment-text {
  font-size: 15px;
  line-height: 1.7;
  color: #444444;
  margin: 0;
}

.virtual-desktop-infrastructure-deployment-image-wrapper {
  position: sticky;
  top: 100px;
}

.virtual-desktop-infrastructure-deployment-image {
  width: 100%;
  height: auto;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  clip-path: inset(0 0 7% 0);
  margin-bottom: -7%;
}

/* ============================================
   SECTION 5 - INTEGRATION (WHITE BACKGROUND)
   ============================================ */

.virtual-desktop-infrastructure-section-integration {
  background: #ffffff;
  padding: 80px 0;
}

.virtual-desktop-infrastructure-integration-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.virtual-desktop-infrastructure-integration-card {
  background: linear-gradient(135deg, #f3f3f3 0%, #ffffff 100%);
  padding: 40px;
  border-radius: 12px;
  border-left: 5px solid #f37a6f;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.virtual-desktop-infrastructure-integration-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

.virtual-desktop-infrastructure-integration-icon {
  font-size: 32px;
  color: #f37a6f;
  flex-shrink: 0;
}

.virtual-desktop-infrastructure-integration-title {
  font-size: 22px;
  color: #2d3669;
  margin: 0;
  font-weight: bold;
}

.virtual-desktop-infrastructure-integration-text {
  font-size: 15px;
  line-height: 1.7;
  color: #444444;
  margin: 0;
}

/* ============================================
   SECTION 6 - COST SAVINGS (GRAY BACKGROUND)
   ============================================ */

.virtual-desktop-infrastructure-section-cost {
  background: #f8f8f8;
  padding: 80px 0;
}

.virtual-desktop-infrastructure-cost-layout {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 60px;
  align-items: start;
}

.virtual-desktop-infrastructure-cost-image-wrapper {
  position: sticky;
  top: 100px;
  order: 1;
}

.virtual-desktop-infrastructure-cost-image {
  width: 100%;
  height: auto;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  clip-path: inset(5% 0 20% 0);
  margin-bottom: -20%;
  margin-top: -6%;
}

.virtual-desktop-infrastructure-cost-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  order: 1;
  margin-top: 40px;
}

.virtual-desktop-infrastructure-cost-item {
  display: flex;
  gap: 20px;
  align-items: start;
}

.virtual-desktop-infrastructure-cost-content {
  flex: 1;
}

.virtual-desktop-infrastructure-cost-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.virtual-desktop-infrastructure-cost-arrow {
  font-size: 20px;
  color: #2d3669;
  flex-shrink: 0;
}

.virtual-desktop-infrastructure-cost-title {
  font-size: 22px;
  color: #2d3669;
  margin: 0;
  font-weight: bold;
}

.virtual-desktop-infrastructure-cost-text {
  font-size: 15px;
  line-height: 1.7;
  color: #444444;
  margin: 0;
}

/* ============================================
   SECTION 7 - DECIDING (WHITE BACKGROUND)
   ============================================ */

.virtual-desktop-infrastructure-section-deciding {
  background: #ffffff;
  padding: 80px 0;
}

.virtual-desktop-infrastructure-deciding-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}

.virtual-desktop-infrastructure-deciding-card {
  background: #f3f3f3;
  padding: 35px 30px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  text-align: center;
}

.virtual-desktop-infrastructure-deciding-icon-box {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #f37a6f 0%, #5164ae 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
}

.virtual-desktop-infrastructure-deciding-icon {
  font-size: 36px;
  color: #ffffff;
}

.virtual-desktop-infrastructure-deciding-title {
  font-size: 22px;
  color: #2d3669;
  margin: 0 0 15px 0;
  font-weight: bold;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.virtual-desktop-infrastructure-deciding-text {
  font-size: 15px;
  line-height: 1.7;
  color: #444444;
  margin: 0;
}

/* ============================================
   SECTION 8 - CHARLOTTE (GRAY BACKGROUND)
   ============================================ */

.virtual-desktop-infrastructure-section-charlotte {
  background: #f8f8f8;
  padding: 80px 0;
}

.virtual-desktop-infrastructure-charlotte-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 35px;
}

.virtual-desktop-infrastructure-charlotte-card {
  background: #ffffff;
  padding: 35px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  border-top: 4px solid #f37a6f;
}

.virtual-desktop-infrastructure-charlotte-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

.virtual-desktop-infrastructure-charlotte-icon {
  font-size: 32px;
  color: #f37a6f;
  flex-shrink: 0;
}

.virtual-desktop-infrastructure-charlotte-title {
  font-size: 22px;
  color: #2d3669;
  margin: 0;
  font-weight: bold;
}

.virtual-desktop-infrastructure-charlotte-text {
  font-size: 15px;
  line-height: 1.7;
  color: #444444;
  margin: 0;
}

.virtual-desktop-infrastructure-charlotte-footer-text {
  font-size: 16px;
  line-height: 1.7;
  color: #444444;
  margin-top: 40px;
  text-align: center;
}

/* ============================================
   CTA SECTION
   ============================================ */

.virtual-desktop-infrastructure-section-cta {
  background: linear-gradient(135deg, #2d3669 0%, #5164ae 100%);
  padding: 80px 0;
  text-align: center;
}

.virtual-desktop-infrastructure-cta-title {
  font-size: 40px;
  color: #ffffff;
  margin: 0 0 20px 0;
  font-weight: bold;
  line-height: 1.3;
}

.virtual-desktop-infrastructure-cta-text {
  font-size: 18px;
  color: #ffffff;
  margin: 0 0 15px 0;
  line-height: 1.6;
  opacity: 0.95;
}

.virtual-desktop-infrastructure-cta-subtext {
  font-size: 16px;
  color: #ffffff;
  margin: 0 0 40px 0;
  line-height: 1.6;
  opacity: 0.9;
}

.virtual-desktop-infrastructure-cta-buttons {
	display: inline-flex;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    font-family: "Segoe UI Bold", sans-serif !important;
    gap: 25px;
    padding: 16px 32px;
    text-decoration: none;
    border-radius: 5px;
    transition: 0.3s;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
}


.virtual-desktop-infrastructure-cta-btn-phone {
	background-color: #f37a6f;
    color: #ffffff;
   font-size: 18px;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    font-family: "Segoe UI Bold", sans-serif !important;
    padding: 18px 40px;
    border-radius: 5px;
    text-decoration: none;
    gap: 12px;
    transition: 0.3s;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
}

.virtual-desktop-infrastructure-cta-btn-phone i {
  transform: rotate(180deg);
}

.virtual-desktop-infrastructure-cta-btn-phone:hover {
   color: rgb(255, 255, 255);
    background: rgb(189, 45, 16);
}

.virtual-desktop-infrastructure-cta-btn-consultation {
	display: inline-block;
    color: white;
    font-family: "Segoe UI", sans-serif;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
    padding: 16px 32px;
    background: transparent;
    border-width: 1px;
    border-style: solid;
    border-color: white;
    border-image: initial;
    border-radius: 5px;
    text-decoration: none;
    transition: 0.3s;
}

.virtual-desktop-infrastructure-cta-btn-consultation:hover {
	color: rgb(255, 255, 255);
    border-color: rgba(255, 255, 255, 0.7);
    background: rgba(255, 255, 255, 0.1) !important;
}

/* ============================================
   LINKS
   ============================================ */

.virtual-desktop-infrastructure-link {
  color: #f37a6f;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.virtual-desktop-infrastructure-link:hover {
  color: #bd2d10;
}

/*----------------
============== END Virtual Desktop Infrastructure (VDI)
------------------*/


/*----------------
============== START Private Clouds Solutions
------------------*/


/* Row Topper */
.private-clouds-solutions-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.private-clouds-solutions-row-topper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.private-clouds-solutions-col {
    width: 100%;
}

.private-clouds-solutions-box {
    background: #fff;
    border-radius: 12px;
    padding: 40px;
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    margin-top: -100px;
}

.private-clouds-solutions-header-title {
    text-align: center;
    margin-bottom: 20px;
}

.private-clouds-solutions-header-title h1 {
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 42px;
    font-weight: 700;
    color: #2d3669;
    margin: 0;
}

.private-clouds-solutions-header-title h4 {
    font-weight: 600;
    color: #f37a6f;
    margin: 18px 0 10px 0;
}

.private-clouds-solutions-header-content {
    display: flex;
    justify-content: center;
}

.private-clouds-solutions-text-content {
    width: 100%;
    max-width: 900px;
}

.private-clouds-solutions-text p {
    font-size: 18px;
    color: #444;
    line-height: 1.8;
    text-align: center;
}
.private-clouds-solutions-text p a{
	color: #f37a6f;
	font-weight: 600;
}
.private-clouds-solutions-text p a:hover{
	color: #bd2d10;
}

.private-clouds-solutions-page {
  font-family: 'Segoe UI Bold', sans-serif !important;
}

/* Section 1 - Hero Section (White Background) */
.private-clouds-solutions-hero-section {
  background-color: #ffffff;
  padding: 80px 20px;
}

.private-clouds-solutions-hero-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.private-clouds-solutions-hero-content {
  padding-right: 20px;
}

.private-clouds-solutions-hero-title {
  font-family: 'Segoe UI Bold', sans-serif !important;
  font-size: 42px;
  font-weight: bold;
  color: #2d3669;
  margin-bottom: 24px;
  line-height: 1.2;
}

.private-clouds-solutions-hero-text {
  font-family: 'Segoe UI', sans-serif;
  font-size: 18px;
  line-height: 1.7;
  color: #444444;
  margin-bottom: 20px;
}

.private-clouds-solutions-hero-image-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.private-clouds-solutions-hero-image {
  width: 100%;
  max-width: 500px;
  height: auto;
}

/* Section 2 - Benefits Section (Gray Background) */
.private-clouds-solutions-benefits-section {
  background-color: #f8f8f8;
  padding: 80px 20px;
}

.private-clouds-solutions-benefits-container {
  max-width: 1200px;
  margin: 0 auto;
}

.private-clouds-solutions-benefits-title {
  font-family: 'Segoe UI Bold', sans-serif !important;
  font-size: 38px;
  font-weight: bold;
  color: #2d3669;
  text-align: center;
  margin-bottom: 60px;
  line-height: 1.2;
}

.private-clouds-solutions-benefits-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
  margin-bottom: 40px;
}

.private-clouds-solutions-benefits-image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.private-clouds-solutions-benefits-image {
  width: 100%;
  max-width: 500px;
  height: auto;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.private-clouds-solutions-benefits-grid {
  display: flex;
  flex-direction: column;
}

.private-clouds-solutions-benefit-card {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 10px;
}

.private-clouds-solutions-benefit-card:last-child {
  margin-bottom: 0;
}

.private-clouds-solutions-benefit-icon {
  font-size: 28px;
  color: #f37a6f;
  flex-shrink: 0;
  margin-top: 2px;
}

.private-clouds-solutions-benefit-content {
  display: flex;
  flex-direction: column;
}

.private-clouds-solutions-benefit-heading {
  font-family: 'Segoe UI Bold', sans-serif !important;
  font-size: 20px;
  font-weight: bold;
  color: #2d3669;
  margin-bottom: 8px;
  line-height: 1.3;
}

.private-clouds-solutions-benefit-text {
  font-family: 'Segoe UI', sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #444444;
  margin-top: 0;
}

.private-clouds-solutions-benefits-footer {
  text-align: center;
  margin-top: 70px;
}

.private-clouds-solutions-benefits-footer-text {
  font-family: 'Segoe UI', sans-serif;
  font-size: 18px;
  color: #444444;
}

.private-clouds-solutions-link {
  color: #5164ae;
  text-decoration: underline;
  font-weight: 600;
  transition: color 0.3s;
}

.private-clouds-solutions-link:hover {
  color: #f37a6f;
}

/* Section 3 - Table Section (White Background) */
.private-clouds-solutions-table {
    padding: 80px 20px;
}

.private-clouds-solutions-table-title {
    text-align: center;
}

.private-clouds-solutions-table-title h2 {
    font-size: 2.5rem;
    color: #2d3669;
    margin-bottom: 15px;
    font-weight: bold;
    position: relative;
    display: inline-block;
}


/* Section 4 - Security Section (Gray Background) */
.private-clouds-solutions-security-section {
  background-color: #f8f8f8;
  padding: 80px 20px;
}

.private-clouds-solutions-security-container {
  max-width: 1200px;
  margin: 0 auto;
}

.private-clouds-solutions-security-content {
  max-width: 900px;
  margin: 0 auto;
}

.private-clouds-solutions-security-title {
  font-family: 'Segoe UI Bold', sans-serif !important;
  font-size: 38px;
  font-weight: bold;
  color: #2d3669;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.2;
}

.private-clouds-solutions-security-intro {
  font-family: 'Segoe UI', sans-serif;
  font-size: 18px;
  line-height: 1.7;
  color: #444444;
  text-align: center;
  margin-bottom: 50px;
}

.private-clouds-solutions-security-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px 60px;
}

.private-clouds-solutions-security-item {
  display: flex;
  align-items: flex-start;
  font-family: 'Segoe UI', sans-serif;
  font-size: 17px;
  line-height: 1.6;
  color: #444444;
}

.private-clouds-solutions-security-check {
  font-size: 24px;
  color: #f37a6f;
  margin-right: 15px;
  flex-shrink: 0;
  margin-top: 2px;
}

/* Section 5 - Custom Cloud Infrastructure for Your Industry */
.private-clouds-solutions-approach-section {
  background-color: #f4f6f8;
  padding: 80px 20px;
}

.private-clouds-solutions-approach-container {
  max-width: 1300px;
  margin: 0 auto;
}

.private-clouds-solutions-approach-title {
  font-family: 'Segoe UI Bold', sans-serif !important;
  font-size: 38px;
  font-weight: bold;
  color: #2d3669;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.2;
}

.private-clouds-solutions-approach-subtitle {
  font-family: 'Segoe UI', sans-serif;
  font-size: 18px;
  color: #444444;
  text-align: center;
  margin-bottom: 50px;
}

.private-clouds-solutions-approach-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  max-width: 900px;
  margin: 0 auto;
}

.private-clouds-solutions-approach-card {
  background-color: #f9f9f9;
  border-top: 3px solid #f37a6f;
  border-radius: 8px;
  padding: 40px 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}


.private-clouds-solutions-approach-number {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #f37a6f 0%, #ff9a8e 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  font-size: 28px;
  color: #ffffff;
  box-shadow: 0 5px 15px rgba(243, 122, 111, 0.3);
  font-family: 'Segoe UI Bold', sans-serif !important;
}

.private-clouds-solutions-approach-heading {
  font-family: 'Segoe UI Bold', sans-serif !important;
  font-size: 20px;
  font-weight: bold;
  color: #2d3669;
  line-height: 1.3;
}

.private-clouds-solutions-approach-text {
  font-family: 'Segoe UI', sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #555555;
  margin-top: 0;
}

/* Section 6 - Monitoring Section (White Background) */
.private-clouds-solutions-monitoring-section {
  background-color: #ffffff;
  padding: 80px 20px;
}

.private-clouds-solutions-monitoring-container {
  max-width: 1200px;
  margin: 0 auto;
}

.private-clouds-solutions-monitoring-title {
  font-family: 'Segoe UI Bold', sans-serif !important;
  font-size: 38px;
  font-weight: bold;
  color: #2d3669;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.2;
}

.private-clouds-solutions-monitoring-subtitle {
  font-family: 'Segoe UI', sans-serif;
  font-size: 18px;
  color: #444444;
  text-align: center;
  margin-bottom: 60px;
}

.private-clouds-solutions-monitoring-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.private-clouds-solutions-monitoring-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.private-clouds-solutions-monitoring-icon-wrapper {
  margin-bottom: 25px;
}

.private-clouds-solutions-monitoring-icon {
  width: 80px;
  height: 80px;
  background-color: #4a5a8f;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: #ffffff;
}

.private-clouds-solutions-monitoring-heading {
  font-family: 'Segoe UI Bold', sans-serif !important;
  font-size: 20px;
  font-weight: bold;
  color: #2d3669;
  margin-bottom: 15px;
  line-height: 1.3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.private-clouds-solutions-monitoring-divider {
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #d0d0d0, transparent);
  margin: 0 auto 16px;
  display: block;
}

.private-clouds-solutions-monitoring-text {
  font-family: 'Segoe UI', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #444444;
}

/* CTA Section */
.private-clouds-solutions-cta-section {
  background: linear-gradient(135deg, #2d3669 0%, #5164ae 100%);
  padding: 80px 20px;
}

.private-clouds-solutions-cta-container {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.private-clouds-solutions-cta-title {
  font-family: 'Segoe UI Bold', sans-serif !important;
  font-size: 40px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 20px;
  line-height: 1.2;
}

.private-clouds-solutions-cta-text {
  font-family: 'Segoe UI', sans-serif;
  font-size: 18px;
  line-height: 1.7;
  color: #ffffff;
  margin-bottom: 40px;
}

.managed-network-cta-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
}

.managed-network-btn {
  background-color: #f37a6f;
  color: #ffffff;
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-family: "Segoe UI Bold", sans-serif !important;
  padding: 18px 40px;
  border-radius: 5px;
  text-decoration: none;
  gap: 12px;
  transition: 0.3s;
  border: none;
  font-weight: 600;
}

.managed-network-btn-phone:hover,
.managed-network-btn-phone:active,
.managed-network-btn-phone:focus {
  color: rgb(255, 255, 255);
  background: rgb(189, 45, 16);
}

.managed-network-btn-consultation {
  background: transparent;
  color: white;
  border: 1px solid white;
}

.managed-network-btn-consultation:hover,
.managed-network-btn-consultation:active,
.managed-network-btn-consultation:focus {
  color: rgb(255, 255, 255);
  border-color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.1) !important;
}

/*----------------
============== END Private Clouds Solutions
------------------*/

/*-----------------------------------------------------------------
=========== START Software Development Services Section ===========
---------------------------------------------------------------*/
.software-development-hero-section-image {
    /*background: linear-gradient(rgb(13 34 65 / 50%), rgb(13 34 65 / 50%)), url(/Portals/0/Images/software-development-hero-image.jpg) no-repeat center / cover;*/
	background: linear-gradient(rgba(30, 58, 138, 0.7), rgba(30, 64, 175, 0.7)), url(/Portals/0/Images/software-development-hero-image.jpg) no-repeat center / cover;
    height: 300px;
    position: relative;
    height: 300px;
    position: relative;
    background-position-y: 1;
}


/*----------------
============== START Custom Software Development
------------------*/

/* Row Topper */
.custom-software-development-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.custom-software-development-row-topper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-software-development-col {
    width: 100%;
}

.custom-software-development-box {
    background: #fff;
    border-radius: 12px;
    padding: 40px;
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    margin-top: -100px;
}

.custom-software-development-box{
	margin-top: -80px !important;
}
.custom-software-development-header-title {
    text-align: center;
    margin-bottom: 20px;
}

.custom-software-development-header-title h1 {
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 42px;
    font-weight: 700;
    color: #2d3669;
    margin: 0;
}

.custom-software-development-header-content {
    display: flex;
    justify-content: center;
}

.custom-software-development-text-content {
    width: 100%;
    max-width: 900px;
}

.custom-software-development-text p {
    font-size: 18px;
    color: #444;
    line-height: 1.8;
    text-align: center;
}
.custom-software-development-text p a{
    color: #f37a6f !important;
	font-weight: 600;
}


/* Section 1 - Why Choose Us (White Background) */
.custom-software-development-section-one {
  background-color: #ffffff;
  padding: 80px 20px;
}

.custom-software-development-container {
  max-width: 1200px;
  margin: 0 auto;
}

.custom-software-development-title {
  font-family: 'Segoe UI Bold', sans-serif !important;
  font-size: 42px;
  font-weight: bold;
  color: #2d3669;
  text-align: center;
  margin-bottom: 60px;
  line-height: 1.2;
}

.custom-software-development-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
}

.custom-software-development-card {
  background: #ffffff;
  border: 2px solid #f3f3f3;
  border-radius: 12px;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.custom-software-development-icon {
  width: 80px;
  height: 80px;
  background: #f37a6f;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

.custom-software-development-icon i {
  font-size: 36px;
  color: #ffffff;
}

.custom-software-development-card-title {
  font-family: 'Segoe UI Bold', sans-serif !important;
  font-size: 22px;
  font-weight: bold;
  color: #2d3669;
  margin-bottom: 16px;
  line-height: 1.3;
}

.custom-software-development-card-text {
  font-family: 'Segoe UI', sans-serif;
  font-size: 16px;
  color: #444444;
  line-height: 1.8;
}

/* Section 2 - Related Services (Gray Background) */
.custom-software-development-section-two {
  background-color: #f8f8f8;
  padding: 80px 20px;
}

.custom-software-development-two-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.custom-software-development-column-left {
  padding-right: 20px;
}

.custom-software-development-title-alt {
  font-family: 'Segoe UI Bold', sans-serif !important;
  font-size: 42px;
  font-weight: bold;
  color: #2d3669;
  margin-bottom: 40px;
  line-height: 1.2;
}

.custom-software-development-services-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.custom-software-development-service-item {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 28px;
  padding: 20px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.custom-software-development-service-item i {
  font-size: 24px;
  color: #5164ae;
  margin-top: 2px;
  flex-shrink: 0;
}

.custom-software-development-service-item span {
  font-family: 'Segoe UI', sans-serif;
  font-size: 17px;
  color: #444444;
  line-height: 1.6;
}

.custom-software-development-link {
  color: #5164ae;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 2px solid transparent;
}

.custom-software-development-column-right {
  display: flex;
  justify-content: center;
  align-items: center;
}

.custom-software-development-hero-image {
  width: 100%;
  max-width: 500px;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 12px 32px rgba(45, 54, 105, 0.2);
}

.related-services-image {
	clip-path: inset(0 0 25% 0);
    margin-bottom: -45%;
}
/* Section 3 - Core Services (White Background) */
.custom-software-development-section-three {
  background-color: #ffffff;
  padding: 80px 20px;
}

.custom-software-development-why-block {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.custom-software-development-title-center {
  font-family: 'Segoe UI Bold', sans-serif !important;
  font-size: 42px;
  font-weight: bold;
  color: #2d3669;
  margin-bottom: 32px;
  line-height: 1.2;
}

.custom-software-development-why-text {
  font-family: 'Segoe UI', sans-serif;
  font-size: 18px;
  color: #444444;
  line-height: 1.8;
  margin-bottom: 20px;
  text-align: center;
}

.custom-software-development-why-block .global-cta-buttons {
  margin-top: 40px;
  justify-content: center;
}

.global-cta-buttons {
    display: inline-flex;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    font-family: "Segoe UI Bold", sans-serif !important;
    gap: 25px;
    padding: 16px 32px;
    text-decoration: none;
    border-radius: 5px;
    transition: 0.3s;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
}

.phone-global-btn {
background-color: #f37a6f;
    color: #ffffff;
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    font-family: "Segoe UI Bold", sans-serif !important;
    padding: 18px 40px;
    border-radius: 5px;
    text-decoration: none;
    gap: 12px;
    transition: 0.3s;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
}

.phone-global-btn:hover {
    color: rgb(255, 255, 255);
    background: rgb(189, 45, 16);
}


.custom-software-development-schedule-consultation{
	display: inline-block;
    color: #2d3669 !important;
    font-family: "Segoe UI", sans-serif;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
    padding: 16px 32px;
    background: transparent;
	border: 2px solid #2d3669 !important;
    border-radius: 5px;
    text-decoration: none;
    transition: 0.3s;
}

.custom-software-development-schedule-consultation:hover{
	background-color: #2d3669 !important;
	border:  2px solid #2d3669 !important;
    color: #fff !important;
}

/* Section 4 - Table Placeholder (Gray Background) */
.custom-software-development-table {
    padding: 80px 20px;
}

.custom-software-development-table-title {
    text-align: center;
}
.custom-software-development-table-title h2 {
    font-size: 2.5rem;
    color: #2d3669;
    margin-bottom: 15px;
    font-weight: bold;
    position: relative;
    display: inline-block;
}

/* Section 5 - CTA (Gradient Background) */
.custom-software-development-section-five {
  background: linear-gradient(135deg, #2d3669 0%, #5164ae 100%);
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.custom-software-development-cta-block {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

.custom-software-development-cta-title {
  font-family: 'Segoe UI Bold', sans-serif !important;
  font-size: 48px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 28px;
  line-height: 1.2;
}

.custom-software-development-cta-text {
  font-family: 'Segoe UI', sans-serif;
  font-size: 18px;
  color: #ffffff;
  line-height: 1.8;
  margin-bottom: 40px;
}

/* Global CTA Buttons */
.global-cta-buttons {
    display: inline-flex;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    font-family: "Segoe UI Bold", sans-serif !important;
    gap: 25px;
    padding: 16px 32px;
    text-decoration: none;
    border-radius: 5px;
    transition: 0.3s;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
}

.phone-global-btn {
background-color: #f37a6f;
    color: #ffffff;
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    font-family: "Segoe UI Bold", sans-serif !important;
    padding: 18px 40px;
    border-radius: 5px;
    text-decoration: none;
    gap: 12px;
    transition: 0.3s;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
}
.phone-global-btn  i{
	rotate: 180deg;
}
.phone-global-btn:hover {
    color: rgb(255, 255, 255);
    background: rgb(189, 45, 16);
}

.global-btn-consultation {
    display: inline-block;
    color: white;
    font-family: "Segoe UI", sans-serif;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
    padding: 16px 32px;
    background: transparent;
    border-width: 1px;
    border-style: solid;
    border-color: white;
    border-image: initial;
    border-radius: 5px;
    text-decoration: none;
    transition: 0.3s;
}

.global-btn-consultation:hover {
    color: rgb(255, 255, 255);
    border-color: rgba(255, 255, 255, 0.7);
    background: rgba(255, 255, 255, 0.1);
}

/*----------------
============== END Custom Software Development
------------------*/

/*----------------
============== START API Integration Services
------------------*/

/* Row Topper */
.api-integration-services-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.api-integration-services-row-topper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.api-integration-services-col {
    width: 100%;
}

.api-integration-services-box {
    background: #fff;
    border-radius: 12px;
    padding: 40px;
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    margin-top: -100px;
}

.api-integration-services-box{
	margin-top: -160px!important;
}
.api-integration-services-header-title {
    text-align: center;
    margin-bottom: 20px;
}

.api-integration-services-header-title h1 {
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 42px;
    font-weight: 700;
    color: #2d3669;
    margin: 0;
}

.api-integration-services-header-title h4 {
    font-weight: 600;
    color: #f37a6f;
    margin: 18px 0 10px 0;
}

.api-integration-services-header-content {
    display: flex;
    justify-content: center;
}

.api-integration-services-text-content {
    width: 100%;
    max-width: 900px;
}

.api-integration-services-text p {
    font-size: 18px;
    color: #444;
    line-height: 1.8;
    text-align: center;
}


.api-integration-services-page {
  width: 100%;
}

.api-integration-services-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 20px;
}

.api-integration-services-title {
  font-size: 40px;
  font-weight: bold;
  color: #2d3669;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.2;
}

.api-integration-services-intro,
.api-integration-services-intro-centered {
  font-size: 18px;
  color: #444444;
  text-align: center;
  margin-bottom: 50px;
  line-height: 1.5;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

/* ========================================
   SECTION 1: WHY API INTEGRATION MATTERS
   ======================================== */

.api-integration-services-section-one {
  background-color: #ffffff;
}

.api-integration-services-grid-four {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.api-integration-services-card {
  background: #ffffff;
  border: 2px solid #f3f3f3;
  border-radius: 12px;
  padding: 40px 30px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}


.api-integration-services-icon {
  font-size: 50px;
  color: #f37a6f;
  margin-bottom: 20px;
  display: block;
}

.api-integration-services-card-title {
  font-size: 22px;
  font-weight: bold;
  color: #2d3669;
  margin-bottom: 15px;
  line-height: 1.2;
}

.api-integration-services-card-text {
  font-size: 16px;
  color: #444444;
  line-height: 1.5;
}

/* ========================================
   SECTION 2: ATOZINIT'S APPROACH
   ======================================== */

.api-integration-services-section-two {
  background-color: #f8f8f8;
}

.api-integration-services-approach-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-bottom: 40px;
}

.api-integration-services-approach-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 40px;
  /*box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);*/
  box-shadow: 0 8px 24px rgba(81, 100, 174, 0.15);
  transition: all 0.3s ease;
}


.api-integration-services-approach-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}

.api-integration-services-approach-icon {
  font-size: 48px;
  color: #5164ae;
  flex-shrink: 0;
}

.api-integration-services-approach-title {
  font-size: 26px;
  font-weight: bold;
  color: #2d3669;
  line-height: 1.2;
  margin: 0;
}

.api-integration-services-approach-desc {
  font-size: 16px;
  color: #444444;
  line-height: 1.6;
  margin-bottom: 25px;
}

.api-integration-services-pros-cons {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 0;
}

.api-integration-services-pros,
.api-integration-services-cons {
  font-style: normal;
  font-size: 15px;
  color: #444444;
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
}

.api-integration-services-pros i {
  color: #28a745;
  font-size: 24px;
  margin-top: 2px;
  flex-shrink: 0;
}

.api-integration-services-cons i {
  color: #dc3545;
  font-size: 24px;
  margin-top: 2px;
  flex-shrink: 0;
}

.api-integration-services-discovery {
  font-size: 17px;
  color: #444444;
  line-height: 1.6;
  text-align: center;
  background: #ffffff;
  padding: 30px;
  border-radius: 10px;
  border-left: 5px solid #5164ae;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 25px;
}

.api-integration-services-discovery i{
	font-size: 48px;
    color: #5164ae;
}
/* ========================================
   SECTION 3: SECURITY AND RELIABILITY
   ======================================== */

.api-integration-services-section-three {
  background-color: #ffffff;
}

.api-integration-services-security-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  margin-bottom: 40px;
}

.api-integration-services-security-list {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.api-integration-services-security-item {
  display: flex;
  align-items: center;
  gap: 20px;
}

.api-integration-services-number {
  min-width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #5164ae, #2d3669);
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  flex-shrink: 0;
}

.api-integration-services-security-content {
  flex: 1;
}

.api-integration-services-security-title {
  font-size: 18px;
  color: #444;
  line-height: 1.4;
  margin: 0;
}

.api-integration-services-security-image {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.api-integration-services-img {
  max-width: 100%;
  height: auto;
  /*box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);*/
}

.api-integration-services-compliance {
  font-size: 17px;
  color: #444444;
  line-height: 1.6;
  text-align: center;
  padding: 25px 35px;
  margin: 0;
}

/* ========================================
   SECTION 4: REAL-WORLD EXAMPLES
   ======================================== */

.api-integration-services-section-four {
  background-color: #f8f8f8;
}

.api-integration-services-examples-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  margin-bottom: 60px;
}

.api-integration-services-examples-image {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.api-integration-services-examples-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.api-integration-services-example-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.api-integration-services-check-icon {
  font-size: 28px;
  color: #5164ae;
  flex-shrink: 0;
  margin-top: 5px;
}

.api-integration-services-example-content {
  flex: 1;
}

.api-integration-services-example-title {
  font-size: 20px;
  font-weight: bold;
  color: #2d3669;
  margin-bottom: 8px;
  line-height: 1.3;
}

.api-integration-services-example-text {
  font-size: 16px;
  color: #444444;
  line-height: 1.5;
  margin: 0;
}

.api-integration-services-additional {
  font-size: 17px;
  color: #444444;
  line-height: 1.6;
  text-align: center;
  background: #ffffff;
  padding: 25px 35px;
  border-radius: 10px;
  margin: 0;
}
.real-world-p i{
	font-size: 48px;
    color: #5164ae;
}
.api-integration-services-additional{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 25px;
	border-left: 5px solid #5164ae;
}
/* ========================================
   SECTION 5: ONGOING SUPPORT
   ======================================== */

.api-integration-services-section-five {
  background-color: #ffffff;
}

.api-integration-services-support-row {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 40px;
}

.api-integration-services-support-item {
  flex: 1;
  text-align: center;
  padding: 30px 20px;
}

.api-integration-services-support-icon {
  font-size: 55px;
  color: #f37a6f;
  margin-bottom: 20px;
  display: block;
}

.api-integration-services-support-title {
  font-size: 19px;
  font-weight: bold;
  color: #2d3669;
  margin-bottom: 12px;
  line-height: 1.3;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.api-integration-services-support-text {
  font-size: 15px;
  color: #444444;
  line-height: 1.5;
  margin: 0;
}

.api-integration-services-guarantee {
  font-size: 18px;
  color: #444444;
  line-height: 1.6;
  text-align: center;
  background: #f8f8f8;
  padding: 30px 40px;
  border-radius: 10px;
  border-left: 5px solid #f37a6f;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 25px;
}
.api-integration-services-guarantee i{
	font-size: 48px;
    color: #f37a6f;
}
/* ========================================
   SECTION 6: INDUSTRIES WE SERVE
   ======================================== */

.api-integration-services-section-six {
  background-color: #f8f8f8;
}

.api-integration-services-industries-two-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  max-width: 1000px;
  margin: 0 auto;
}

.api-integration-services-industries-column {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.api-integration-services-industry-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.api-integration-services-industry-check {
  font-size: 26px;
  color: #f37a6f;
  flex-shrink: 0;
  margin-top: 3px;
}

.api-integration-services-industry-name {
  font-size: 18px;
  color: #444;
  line-height: 1.5;
  margin: 0;
}

/* ========================================
   SECTION 7: RELATED SERVICES
   ======================================== */

.api-integration-services-section-seven {
  background-color: #ffffff;
}

.api-integration-services-related-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
  margin-bottom: 40px;
}

.api-integration-services-related-row:last-child {
  margin-bottom: 0;
}

.api-integration-services-related-item {
  background: #f8f8f8;
  border-radius: 12px;
  padding: 35px 28px;
  text-align: center;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
}
/*
.api-integration-services-related-item:hover {
  transform: translateY(-6px);
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  border-color: #5164ae;
}
*/
.api-integration-services-related-icon {
  font-size: 50px;
  color: #5164ae;
  margin-bottom: 20px;
  display: block;
}

.api-integration-services-related-title-link {
  font-size: 20px;
  font-weight: bold;
  color: #2d3669;
  margin-bottom: 15px;
  line-height: 1.3;
  min-height: 52px;
  text-decoration: none;
  transition: all 0.3s ease;
  display: block;
}

.api-integration-services-related-title-link:hover {
  color: #f37a6f;
}

.api-integration-services-related-text {
  font-size: 15px;
  color: #444444;
  line-height: 1.5;
  margin: 0;
}

/* ========================================
   SECTION 8: CALL TO ACTION
   ======================================== */

.api-integration-services-cta-section {
  background: linear-gradient(135deg, #2d3669, #5164ae);
  padding: 80px 20px;
}

.api-integration-services-cta-title {
  font-size: 36px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.4;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.global-cta-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  margin-bottom: 20px;
}

.phone-global-btn {
  background-color: #f37a6f;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  padding: 18px 40px;
  border-radius: 5px;
  text-decoration: none;
  gap: 12px;
  transition: all 0.3s ease;
  border: none;
}

.phone-global-btn:hover {
  color: #ffffff;
  background: rgb(189, 45, 16);
}

.global-btn-consultation {
  display: inline-block;
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
  cursor: pointer;
  padding: 16px 32px;
  background: transparent;
  border: 1px solid #ffffff;
  border-radius: 5px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.global-btn-consultation:hover {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.1);
}

.api-integration-services-cta-subtext {
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  opacity: 0.9;
  margin: 0;
}

/*----------------
============== END API Integration Services
------------------*/

/*----------------
============== START Legacy Software Modernization
------------------*/
/* Row Topper */
.legacy-software-modernization-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.legacy-software-modernization-row-topper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.legacy-software-modernization-col {
    width: 100%;
}

.legacy-software-modernization-box {
    background: #fff;
    border-radius: 12px;
    padding: 40px;
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    margin-top: -80px;
}

.legacy-software-modernization-header-title {
    text-align: center;
    margin-bottom: 20px;
}

.legacy-software-modernization-header-title h1 {
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 42px;
    font-weight: 700;
    color: #2d3669;
    margin: 0;
}

.legacy-software-modernization-header-title h4 {
    font-weight: 600;
    color: #f37a6f;
    margin: 18px 0 10px 0;
}

.legacy-software-modernization-header-content {
    display: flex;
    justify-content: center;
}

.legacy-software-modernization-text-content {
    width: 100%;
    max-width: 900px;
}

.legacy-software-modernization-text p {
    font-size: 18px;
    color: #444;
    line-height: 1.8;
    text-align: center;
}

.legacy-software-modernization-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.legacy-software-modernization-title {
  font-family: 'Segoe UI Bold', sans-serif !important;
  font-size: 40px;
  font-weight: 700;
  color: #2d3669;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.3;
}

.legacy-software-modernization-subtitle {
  font-family: 'Segoe UI ', sans-serif !important;
  font-size: 18px;
  color: #444444;
  text-align: center;
  margin-bottom: 50px;
  line-height: 1.6;
}

.legacy-software-modernization-intro {
  font-family: 'Segoe UI', sans-serif !important;
  font-size: 18px;
  color: #444444;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.6;
}

/* =====================================================
   SECTION 1 - WHY LEGACY SOFTWARE MODERNIZATION IS IMPORTANT
   ===================================================== */
.legacy-software-modernization-section-1 {
  background-color: #ffffff;
  padding: 80px 0;
}

.legacy-software-modernization-two-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
  margin-bottom: 40px;
}

.legacy-software-modernization-list-column {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.legacy-software-modernization-list-item {
  display: flex;
  align-items: start;
  gap: 20px;
}

.legacy-software-modernization-check-icon {
  font-size: 24px;
  color: #f37a6f;
  flex-shrink: 0;
  margin-top: 5px;
}

.legacy-software-modernization-list-content h3 {
  font-family: 'Segoe UI Bold', sans-serif !important;
  font-size: 22px;
  font-weight: 700;
  color: #2d3669;
  margin-bottom: 8px;
}

.legacy-software-modernization-list-content p {
  font-family: 'Segoe UI', sans-serif !important;
  font-size: 16px;
  color: #444444;
  line-height: 1.6;
}

.legacy-software-modernization-image-column {
  display: flex;
  align-items: center;
  justify-content: center;
}

.legacy-software-modernization-image {
  width: 100%;
  height: auto;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  clip-path: inset(0 0 15% 0);
}

.legacy-software-modernization-conclusion {
  font-family: 'Segoe UI', sans-serif !important;
  font-size: 18px;
  color: #444444;
  text-align: center;
  line-height: 1.8;
  margin-top: 40px;
}

/* =====================================================
   SECTION 2 - UPGRADING OUTDATED SYSTEMS TO MODERN PLATFORMS
   ===================================================== */
.legacy-software-modernization-section-2 {
  background-color: #f8f8f8;
  padding: 80px 0;
}

.legacy-software-modernization-grid-4 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.legacy-software-modernization-card-2 {
  background-color: #ffffff;
  padding: 40px 30px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  text-align: center;
}

.legacy-software-modernization-card-icon {
  font-size: 48px;
  color: #5164ae;
  margin-bottom: 20px;
}

.legacy-software-modernization-card-2 h3 {
  font-family: 'Segoe UI Bold', sans-serif !important;
  font-size: 24px;
  font-weight: 700;
  color: #2d3669;
  margin-bottom: 15px;
}

.legacy-software-modernization-card-2 p {
  font-family: 'Segoe UI', sans-serif !important;
  font-size: 16px;
  color: #444444;
  line-height: 1.6;
}

/* =====================================================
   SECTION 3 - MIGRATING LEGACY APPLICATIONS TO THE CLOUD
   ===================================================== */
.legacy-software-modernization-section-3 {
  background-color: #ffffff;
  padding: 80px 0;
}

.legacy-software-modernization-card-3 {
  background-color: #f3f3f3;
  padding: 40px 30px;
  border-radius: 10px;
  transition: all 0.3s;
  text-align: center;
  border: 2px solid transparent;
}

.legacy-software-modernization-card-icon-wrapper {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #5164ae 0%, #f37a6f 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
}

.legacy-software-modernization-card-icon-3 {
  font-size: 40px;
  color: #ffffff;
}

.legacy-software-modernization-card-3 h3 {
  font-family: 'Segoe UI Bold', sans-serif !important;
  font-size: 24px;
  font-weight: 700;
  color: #2d3669;
  margin-bottom: 15px;
}

.legacy-software-modernization-card-3 p {
  font-family: 'Segoe UI', sans-serif !important;
  font-size: 16px;
  color: #444444;
  line-height: 1.6;
}

/* =====================================================
   SECTION 4 - IMPROVING PERFORMANCE, SECURITY, AND SCALABILITY
   ===================================================== */
.legacy-software-modernization-section-4 {
  background-color: #f8f8f8;
  padding: 80px 0;
}

.legacy-software-modernization-horizontal-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.legacy-software-modernization-horizontal-item {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.legacy-software-modernization-horizontal-icon {
  font-size: 64px;
  color: #f37a6f;
  margin-bottom: 25px;
}

.legacy-software-modernization-horizontal-item h3 {
  font-family: 'Segoe UI Bold', sans-serif !important;
  font-size: 20px;
  font-weight: 700;
  color: #2d3669;
  margin-bottom: 15px;
  line-height: 1.3;
}

.legacy-software-modernization-horizontal-item p {
  font-family: 'Segoe UI', sans-serif !important;
  font-size: 16px;
  color: #444444;
  line-height: 1.6;
}

/* =====================================================
   SECTION 5 - MAINTAINING BUSINESS CONTINUITY DURING MODERNIZATION
   ===================================================== */
.legacy-software-modernization-section-5 {
  background-color: #ffffff;
  padding: 80px 0;
}

.legacy-software-modernization-grid-4-alt {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.legacy-software-modernization-card-5 {
  background: linear-gradient(135deg, #ffffff 0%, #f3f3f3 100%);
  padding: 40px 30px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  text-align: center;
  position: relative;
  border: 2px solid transparent;
}

.legacy-software-modernization-number-badge {
  width: 60px;
  height: 60px;
  background-color: #5164ae;
  color: #ffffff;
  font-size: 32px;
  font-weight: 700;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  font-family: 'Segoe UI Bold', sans-serif !important;
}

.legacy-software-modernization-card-5 h3 {
  font-family: 'Segoe UI Bold', sans-serif !important;
  font-size: 24px;
  font-weight: 700;
  color: #2d3669;
  margin-bottom: 15px;
}

.legacy-software-modernization-card-5 p {
  font-family: 'Segoe UI', sans-serif !important;
  font-size: 16px;
  color: #444444;
  line-height: 1.6;
}

/* =====================================================
   SECTION 6 - REFACTORING AND OPTIMIZING OLD SOFTWARE CODE
   ===================================================== */
.legacy-software-modernization-section-6 {
  background-color: #f8f8f8;
  padding: 80px 0;
}

.legacy-software-modernization-grid-4-vertical {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.legacy-software-modernization-card-6 {
  background-color: #ffffff;
  padding: 35px 30px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}


.legacy-software-modernization-card-6-header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 15px;
  justify-content: center;
}

.legacy-software-modernization-icon-box-6 {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #f37a6f 0%, #ff9688 100%);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 15px rgba(243, 122, 111, 0.3);
}

.legacy-software-modernization-icon-box-6 i {
  font-size: 28px;
  color: #ffffff;
}

.legacy-software-modernization-card-6 h3 {
  font-family: 'Segoe UI Bold', sans-serif !important;
  font-size: 20px;
  font-weight: 700;
  color: #2d3669;
  margin: 0;
}

.legacy-software-modernization-card-6 p {
  font-family: 'Segoe UI', sans-serif !important;
  font-size: 15px;
  color: #444444;
  line-height: 1.6;
  margin: 0;
  text-align: center;
}

/* =====================================================
   SECTION 7 - WHY CHARLOTTE BUSINESSES TRUST ATOZINIT
   ===================================================== */
.legacy-software-modernization-section-7 {
  background-color: #ffffff;
  padding: 80px 0;
}

.legacy-software-modernization-two-column-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  margin-top: 50px;
}

.legacy-software-modernization-column-left,
.legacy-software-modernization-column-right {
  display: flex;
  flex-direction: column;
  gap: 35px;
}

.legacy-software-modernization-check-item {
  display: flex;
  align-items: start;
  gap: 20px;
}

.legacy-software-modernization-check-icon-7 {
  font-size: 24px;
  color: #f37a6f;
  flex-shrink: 0;
  margin-top: 5px;
}

.legacy-software-modernization-check-content h3 {
  font-family: 'Segoe UI Bold', sans-serif !important;
  font-size: 22px;
  font-weight: 700;
  color: #2d3669;
  margin-bottom: 10px;
  line-height: 1.3;
}

.legacy-software-modernization-check-content p {
  font-family: 'Segoe UI', sans-serif !important;
  font-size: 16px;
  color: #444444;
  line-height: 1.6;
}

/* =====================================================
   SECTION 8 - RELATED SERVICES
   ===================================================== */
.legacy-software-modernization-section-8 {
  background-color: #f8f8f8;
  padding: 80px 0;
}

.legacy-software-modernization-services-layout {
  display: grid;
  grid-template-columns: 45% 55%;
  gap: 60px;
  align-items: start;
  margin-top: 50px;
}

.legacy-software-modernization-services-image {
  width: 100%;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.legacy-software-modernization-services-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.legacy-software-modernization-services-list {
  display: flex;
  flex-direction: column;
}

.legacy-software-modernization-service-item {
  text-decoration: none;
  color: inherit;
  padding: 15px 0;
}


.legacy-software-modernization-service-item h3 {
  font-family: 'Segoe UI Bold', sans-serif !important;
  font-size: 22px;
  font-weight: 700;
  color: #2d3669;
  transition: color 0.3s;
  display: flex;
  align-items: center;
  gap: 15px;
}


.legacy-software-modernization-service-item:hover h3 {
  color: #f37a6f;
}

.legacy-software-modernization-service-item p {
  font-family: 'Segoe UI', sans-serif !important;
  font-size: 16px;
  color: #444444;
  line-height: 1.6;
}

/* =====================================================
   CTA SECTION
   ===================================================== */
.legacy-software-modernization-cta {
  background: linear-gradient(135deg, #2d3669 0%, #5164ae 100%);
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.legacy-software-modernization-cta .legacy-software-modernization-container {
  position: relative;
  z-index: 1;
}

.legacy-software-modernization-cta-title {
  font-family: 'Segoe UI Bold', sans-serif !important;
  font-size: 40px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  margin-bottom: 25px;
  line-height: 1.3;
}

.legacy-software-modernization-cta-text {
  font-family: 'Segoe UI', sans-serif !important;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 15px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.legacy-software-modernization-cta-subtext {
  font-family: 'Segoe UI', sans-serif !important;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}



/*----------------
============== END Legacy Software Modernization
------------------*/

/*----------------
============== START CRM, ERP & 3rd-party Integrations
------------------*/

/* Row Topper */
.crm-erp-and-integrations-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.crm-erp-and-integrations-row-topper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.crm-erp-and-integrations-col {
    width: 100%;
}

.crm-erp-and-integrations-box {
    background: #fff;
    border-radius: 12px;
    padding: 40px;
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    margin-top: -80px;
}

.crm-erp-and-integrations-header-title {
    text-align: center;
    margin-bottom: 20px;
}

.crm-erp-and-integrations-header-title h1 {
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 42px;
    font-weight: 700;
    color: #2d3669;
    margin: 0;
}

.crm-erp-and-integrations-header-title h4 {
    font-weight: 600;
    color: #f37a6f;
    margin: 18px 0 10px 0;
}

.crm-erp-and-integrations-header-content {
    display: flex;
    justify-content: center;
}

.crm-erp-and-integrations-text-content {
    width: 100%;
    max-width: 900px;
}

.crm-erp-and-integrations-text p {
    font-size: 18px;
    color: #444;
    line-height: 1.8;
    text-align: center;
}

.crm-erp-and-integrations-wrapper {
  width: 100%;
}

.crm-erp-and-integrations-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ========================================
   SECTION 1 - Why CRM & ERP Integration Matters
   ======================================== */
.crm-erp-and-integrations-section-one {
  background-color: #ffffff;
  padding: 100px 0;
}

.crm-erp-and-integrations-section-one-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.crm-erp-and-integrations-section-one-title {
  font-size: 40px;
  font-weight: bold;
  color: #2d3669;
  margin-bottom: 30px;
  line-height: 1.2;
}

.crm-erp-and-integrations-section-one-text {
  font-size: 18px;
  line-height: 1.8;
  color: #444444;
  font-family: 'Segoe UI', sans-serif;
}

.crm-erp-and-integrations-section-one-image-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.crm-erp-and-integrations-section-one-image {
  width: 100%;
  height: auto;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

/* ========================================
   SECTION 2 - How AtoZinIT Integrates Your Systems
   ======================================== */
.crm-erp-and-integrations-section-two {
  background-color: #f8f8f8;
  padding: 100px 0;
}

.crm-erp-and-integrations-section-two-title {
  font-size: 40px;
  font-weight: bold;
  color: #2d3669;
  text-align: center;
  margin-bottom: 60px;
  line-height: 1.2;
}

.crm-erp-and-integrations-section-two-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.crm-erp-and-integrations-section-two-card {
  background: #ffffff;
  padding: 40px 30px;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.crm-erp-and-integrations-section-two-header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

.crm-erp-and-integrations-section-two-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #5164ae 0%, #2d3669 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.crm-erp-and-integrations-section-two-icon i {
  font-size: 30px;
  color: #ffffff;
}

.crm-erp-and-integrations-section-two-card-title {
  font-size: 22px;
  font-weight: bold;
  color: #2d3669;
  line-height: 1.3;
  margin: 0;
}

.crm-erp-and-integrations-section-two-card-text {
  font-size: 16px;
  line-height: 1.7;
  color: #444444;
  font-family: 'Segoe UI', sans-serif;
}

/* ========================================
   SECTION 3 - Real-World Examples
   ======================================== */
.crm-erp-and-integrations-section-three {
  background-color: #ffffff;
  padding: 100px 0;
}

.crm-erp-and-integrations-section-three-title {
  font-size: 40px;
  font-weight: bold;
  color: #2d3669;
  text-align: center;
  margin-bottom: 60px;
  line-height: 1.2;
}

.crm-erp-and-integrations-section-three-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.crm-erp-and-integrations-section-three-card {
  background: linear-gradient(135deg, #f8f8f8 0%, #ffffff 100%);
  padding: 35px;
  border-radius: 12px;
  border: 2px solid #f3f3f3;
}


.crm-erp-and-integrations-section-three-header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

.crm-erp-and-integrations-section-three-icon-wrapper {
  width: 65px;
  height: 65px;
  background-color: #f37a6f;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.crm-erp-and-integrations-section-three-icon-wrapper i {
  font-size: 28px;
  color: #ffffff;
}

.crm-erp-and-integrations-section-three-card-title {
  font-size: 24px;
  font-weight: bold;
  color: #2d3669;
  line-height: 1.3;
  margin: 0;
}

.crm-erp-and-integrations-section-three-card-text {
  font-size: 16px;
  line-height: 1.7;
  color: #444444;
  font-family: 'Segoe UI', sans-serif;
}

.crm-erp-and-integrations-section-three-closing-text {
  font-size: 17px;
  line-height: 1.8;
  color: #444444;
  font-family: 'Segoe UI', sans-serif;
  text-align: center;
  margin-top: 50px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

/* ========================================
   SECTION 4 - Our Proven Process
   ======================================== */
.crm-erp-and-integrations-section-four {
  background-color: #f8f8f8;
  padding: 100px 0;
}

.crm-erp-and-integrations-section-four-layout {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 70px;
  align-items: center;
}

.crm-erp-and-integrations-section-four-title {
  font-size: 40px;
  font-weight: bold;
  color: #2d3669;
  margin-bottom: 50px;
  line-height: 1.2;
}

.crm-erp-and-integrations-section-four-list {
  display: flex;
  flex-direction: column;
  gap: 35px;
}

.crm-erp-and-integrations-section-four-item {
  display: flex;
  gap: 25px;
  align-items: flex-start;
}

.crm-erp-and-integrations-section-four-number {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #f37a6f 0%, #ff5a4d 100%);
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  flex-shrink: 0;
}

.crm-erp-and-integrations-section-four-item-title {
  font-size: 22px;
  font-weight: bold;
  color: #2d3669;
  margin-bottom: 10px;
  line-height: 1.3;
}

.crm-erp-and-integrations-section-four-item-text {
  font-size: 16px;
  line-height: 1.7;
  color: #444444;
  font-family: 'Segoe UI', sans-serif;
}

.crm-erp-and-integrations-section-four-image-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.crm-erp-and-integrations-section-four-image {
  width: 100%;
  height: auto;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

/* ========================================
   SECTION 5 - Why Choose AtoZinIT
   ======================================== */
.crm-erp-and-integrations-section-five {
  background-color: #ffffff;
  padding: 100px 0;
}

.crm-erp-and-integrations-section-five-title {
  font-size: 40px;
  font-weight: bold;
  color: #2d3669;
  text-align: center;
  margin-bottom: 60px;
  line-height: 1.2;
}

.crm-erp-and-integrations-section-five-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
}

.crm-erp-and-integrations-section-five-item {
  background: #ffffff;
  padding: 35px 25px;
  border-radius: 8px;
  border-top: 4px solid #f37a6f;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
  text-align: center;
}

.crm-erp-and-integrations-section-five-item-title {
  font-size: 20px;
  font-weight: bold;
  color: #2d3669;
  margin-bottom: 15px;
  line-height: 1.3;
}

.crm-erp-and-integrations-section-five-item-text {
  font-size: 15px;
  line-height: 1.6;
  color: #444444;
  font-family: 'Segoe UI', sans-serif;
}

/* ========================================
   SECTION 6 - Related Services
   ======================================== */
.crm-erp-and-integrations-section-six {
  background-color: #f8f8f8;
  padding: 100px 0;
}

.crm-erp-and-integrations-section-six-title {
  font-size: 40px;
  font-weight: bold;
  color: #2d3669;
  text-align: center;
  margin-bottom: 60px;
  line-height: 1.2;
}

.crm-erp-and-integrations-section-six-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.crm-erp-and-integrations-section-six-card {
  background: #ffffff;
  padding: 35px 40px;
  border-radius: 12px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.06);
}


.crm-erp-and-integrations-section-six-check {
  width: 35px;
  height: 35px;
  background-color: #f37a6f;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.crm-erp-and-integrations-section-six-check i {
  font-size: 16px;
  color: #ffffff;
}

.crm-erp-and-integrations-section-six-card-text {
  font-size: 17px;
  line-height: 1.6;
  color: #444444;
  font-family: 'Segoe UI', sans-serif;
  margin-top: 0;
}
.crm-erp-and-integrations-section-six-card.crm-erp-and-integrations-section-six-card-text{
	margin-top: 0;
}
.crm-erp-and-integrations-section-six-link {
  color: #5164ae;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.crm-erp-and-integrations-section-six-link:hover {
  color: #2d3669;
  text-decoration: underline;
}

/* ========================================
   CTA SECTION
   ======================================== */
.crm-erp-and-integrations-cta-section {
  background: linear-gradient(135deg, #2d3669 0%, #5164ae 100%);
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.crm-erp-and-integrations-cta-content {
  text-align: center;
  position: relative;
  z-index: 2;
}

.crm-erp-and-integrations-cta-title {
  font-size: 40px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 20px;
  line-height: 1.2;
}

.crm-erp-and-integrations-cta-text {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 40px;
  line-height: 1.6;
  font-family: 'Segoe UI', sans-serif;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

/*----------------
============== END CRM, ERP & 3rd-party Integrations
------------------*/



/*----------------
============== START MS SQL Database Services
------------------*/

/* Row Topper */
.ms-sql-database-services-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.ms-sql-database-services-row-topper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ms-sql-database-services-col {
    width: 100%;
}

.ms-sql-database-services-box {
    background: #fff;
    border-radius: 12px;
    padding: 40px;
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    margin-top: -80px;
}

.ms-sql-database-services-header-title {
    text-align: center;
    margin-bottom: 20px;
}

.ms-sql-database-services-header-title h1 {
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 42px;
    font-weight: 700;
    color: #2d3669;
    margin: 0;
}

.ms-sql-database-services-header-title h4 {
    font-weight: 600;
    color: #f37a6f;
    margin: 18px 0 10px 0;
}

.ms-sql-database-services-header-content {
    display: flex;
    justify-content: center;
}

.ms-sql-database-services-text-content {
    width: 100%;
    max-width: 900px;
}

.ms-sql-database-services-text p {
    font-size: 18px;
    color: #444;
    line-height: 1.8;
    text-align: center;
}

.ms-sql-database-services-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.ms-sql-database-services-title-why-choose {
  font-size: 40px;
  font-weight: bold;
  color: #2d3669;
  text-align: center;
  margin-bottom: 16px;
  font-family: 'Segoe UI Bold', sans-serif !important;
}
.ms-sql-database-services-title {
  font-size: 40px;
  font-weight: bold;
  color: #2d3669;
  text-align: center;
  margin-bottom: 50px;
  font-family: 'Segoe UI Bold', sans-serif !important;
}

.ms-sql-database-services-subtitle {
  font-size: 18px;
  color: #444444;
  text-align: center;
  margin-bottom: 55px;
  font-family: 'Segoe UI', sans-serif !important;
}

/* ============================================
   SECTION 1 - WHY CHOOSE ATOZINIT
   ============================================ */

.ms-sql-database-services-section-1 {
  background-color: #ffffff;
  padding: 80px 0;
}

.ms-sql-database-services-two-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}

.ms-sql-database-services-column {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  align-content: start;
}

.ms-sql-database-services-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}

.ms-sql-database-services-item:not(:first-child) {
  margin-top: 40px;
}

.ms-sql-database-services-item:nth-child(1) {
  height: 224px;
}

.ms-sql-database-services-item:nth-child(2) {
  height: 166px;
}

.ms-sql-database-services-item:nth-child(3) {
  height: 148px;
}

.ms-sql-database-services-item:nth-child(4) {
  height: 118px;
}

.ms-sql-database-services-item:nth-child(5) {
  height: 93px;
}

.ms-sql-database-services-item-header {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
}

.ms-sql-database-services-check-icon {
  font-size: 24px;
  color: #f37a6f;
  flex-shrink: 0;
}

.ms-sql-database-services-item-title {
  font-size: 20px;
  font-weight: bold;
  color: #2d3669;
  font-family: 'Segoe UI Bold', sans-serif !important;
  margin: 0;
  line-height: 1.4;
}

.ms-sql-database-services-list {
  list-style: none;
  padding-left: 36px;
  margin: 0;
}

.ms-sql-database-services-list li {
  font-size: 16px;
  color: #444444;
  line-height: 1.85;
  margin-bottom: 9px;
  position: relative;
  padding-left: 22px;
  font-family: 'Segoe UI', sans-serif !important;
  list-style: none;
}

.ms-sql-database-services-list li:before {
  content: "•";
  position: absolute;
  left: 0;
  color: #444;
  font-weight: bold;
  font-size: 24px;
  top: -10px;
}

/* ============================================
   SECTION 2 - CORE SQL DATABASE SERVICES
   ============================================ */

.ms-sql-database-services-section-2 {
  background-color: #f8f8f8;
  padding: 80px 0;
}

.ms-sql-database-services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

.ms-sql-database-services-card {
  background-color: #ffffff;
  padding: 32px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ms-sql-database-services-card-icon {
  font-size: 40px;
  color: #f37a6f;
}

.ms-sql-database-services-card-title {
  font-size: 22px;
  font-weight: bold;
  color: #2d3669;
  margin-bottom: 12px;
  font-family: 'Segoe UI Bold', sans-serif !important;
  display: flex;
  align-items: center;
  gap: 20px;
}

.ms-sql-database-services-card-text {
  font-size: 16px;
  color: #444444;
  line-height: 1.6;
  font-family: 'Segoe UI', sans-serif !important;
  margin-top: 10px;
}

/* ============================================
   SECTION 3 - INDUSTRIES WE SERVE
   ============================================ */

.ms-sql-database-services-section-3 {
  background-color: #ffffff;
  padding: 80px 0;
}

.ms-sql-database-services-industries-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  margin-top: 48px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.ms-sql-database-services-industries-column {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.ms-sql-database-services-industry-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.ms-sql-database-services-industry-check {
  font-size: 20px;
  color: #5164ae;
  margin-top: 2px;
  flex-shrink: 0;
}

.ms-sql-database-services-industry-title {
  font-size: 18px;
  color: #444;
  font-family: 'Segoe UI', sans-serif !important;
  line-height: 1.4;
  text-align: left;
}

/* ============================================
   SECTION 4 - RELATED SERVICES
   ============================================ */

.ms-sql-database-services-section-4 {
  background-color: #f8f8f8;
  padding: 80px 0;
}

.ms-sql-database-services-related-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  margin-top: 48px;
  align-items: start;
  margin-bottom: -100px;
}

.ms-sql-database-services-related-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 40px;
}

.ms-sql-database-services-related-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.ms-sql-database-services-related-number {
  background-color: #5164ae;
  color: #ffffff;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  flex-shrink: 0;
  font-family: 'Segoe UI Bold', sans-serif !important;
}

.ms-sql-database-services-related-text {
  font-size: 16px;
  color: #444444;
  line-height: 1.6;
  font-family: 'Segoe UI', sans-serif !important;
  margin-top: 8px;
}

.ms-sql-database-services-related-image {
  max-width: 100%;
  height: auto;
  clip-path: inset(10% 0 28% 0);
    margin-top: -65px;
}

.ms-sql-database-services-link {
  color: #5164ae;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.ms-sql-database-services-link:hover {
  color: #2d3669;
  text-decoration: underline;
}

/* ============================================
   SECTION 5 - CTA
   ============================================ */

.ms-sql-database-services-section-5 {
  background: linear-gradient(135deg, #2d3669 0%, #5164ae 100%);
  padding: 80px 0;
  text-align: center;
}

.ms-sql-database-services-cta-title {
  font-size: 37px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 16px;
  font-family: 'Segoe UI Bold', sans-serif !important;
}

.ms-sql-database-services-cta-subtitle {
  font-size: 18px;
  color: #f3f3f3;
  margin-bottom: 40px;
  font-family: 'Segoe UI Bold', sans-serif !important;
}
.ms-sql-database-services-cta-subtitle  a{
	color: #f37a6f;
    font-weight: 600;
}
.ms-sql-database-services-cta-subtitle  a:hover{
	color: #bd2d10;
}
/*----------------
============== END MS SQL Database Services
------------------*/

/*----------------
============== START Data Management & Reporting Services
------------------*/
/* Row Topper */
.data-management-and-reporting-services-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.data-management-and-reporting-services-row-topper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.data-management-and-reporting-services-col {
    width: 100%;
}

.data-management-and-reporting-services-box {
    background: #fff;
    border-radius: 12px;
    padding: 40px;
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    margin-top: -80px;
}

.data-management-and-reporting-services-header-title {
    text-align: center;
    margin-bottom: 20px;
}

.data-management-and-reporting-services-header-title h1 {
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 40px;
    font-weight: 700;
    color: #2d3669;
    margin: 0;
}

.data-management-and-reporting-services-header-title h4 {
    font-weight: 600;
    color: #f37a6f;
    margin: 18px 0 10px 0;
}

.data-management-and-reporting-services-header-content {
    display: flex;
    justify-content: center;
}

.data-management-and-reporting-services-text-content {
    width: 100%;
    max-width: 900px;
}

.data-management-and-reporting-services-text p {
    font-size: 18px;
    color: #444;
    line-height: 1.8;
    text-align: center;
}

.data-management-and-reporting-services-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ====================================================================
   SECTION 1: Collecting and Organizing Business Data
   ==================================================================== */

.data-management-and-reporting-services-section-1 {
  background-color: #ffffff;
  padding: 96px 0;
}

.data-management-and-reporting-services-title-1 {
  font-size: 40px;
  font-weight: bold;
  color: #2d3669;
  text-align: center;
  margin-bottom: 24px;
  line-height: 1.2;
}

.data-management-and-reporting-services-intro-text {
  font-size: 18px;
  color: #444444;
  text-align: center;
  margin-bottom: 64px;
  line-height: 1.5;
}

.data-management-and-reporting-services-grid-3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 40px;
}

.data-management-and-reporting-services-card-1 {
  background: #ffffff;
  border: 2px solid #f3f3f3;
  border-radius: 12px;
  padding: 48px 32px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}


.data-management-and-reporting-services-icon-1 {
  font-size: 56px;
  color: #f37a6f;
  margin-bottom: 24px;
  display: block;
}

.data-management-and-reporting-services-card-title-1 {
  font-size: 24px;
  font-weight: bold;
  color: #2d3669;
  margin-bottom: 16px;
  line-height: 1.2;
}

.data-management-and-reporting-services-card-text-1 {
  font-size: 16px;
  color: #444444;
  line-height: 1.5;
}

/* ====================================================================
   SECTION 2: Data Cleaning, Storage, and Management Best Practices
   ==================================================================== */

.data-management-and-reporting-services-section-2 {
  background-color: #f8f8f8;
  padding: 96px 0;
}

.data-management-and-reporting-services-title-2 {
  font-size: 40px;
  font-weight: bold;
  color: #2d3669;
  text-align: center;
  margin-bottom: 24px;
  line-height: 1.2;
}

.data-management-and-reporting-services-intro-text-2 {
  font-size: 18px;
  color: #444444;
  text-align: center;
  margin-bottom: 64px;
  line-height: 1.5;
}

.data-management-and-reporting-services-grid-2x2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.data-management-and-reporting-services-card-2 {
  background: #ffffff;
  border-top: 3px solid #f37a6f;
  padding: 32px 28px;
  text-align: left;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.data-management-and-reporting-services-card-2 i{
	font-size: 40px;
    color: #f37a6f;
    margin-bottom: 24px;
    display: block;
}

.data-management-and-reporting-services-card-title-2 {
  font-size: 22px;
  font-weight: bold;
  color: #2d3669;
  line-height: 1.2;
}

.data-management-and-reporting-services-card-text-2 {
  font-size: 16px;
  color: #444444;
  line-height: 1.5;
  text-align: center;
  margin-top: 10px;
}

/* ====================================================================
   SECTION 3: Creating Custom Reports and Dashboards
   ==================================================================== */

.data-management-and-reporting-services-section-3 {
  background-color: #ffffff;
  padding: 96px 0;
}

.data-management-and-reporting-services-two-column-3 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.data-management-and-reporting-services-title-3 {
  font-size: 38px;
  font-weight: bold;
  color: #2d3669;
  margin-bottom: 20px;
  line-height: 1.2;
}

.data-management-and-reporting-services-desc-3 {
  font-size: 18px;
  color: #444444;
  margin-bottom: 40px;
  line-height: 1.5;
}

.data-management-and-reporting-services-list-3 {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.data-management-and-reporting-services-list-item-3 {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.data-management-and-reporting-services-number-3 {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #f37a6f 0%, #e65a4f 100%);
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: bold;
  flex-shrink: 0;
}

.data-management-and-reporting-services-list-content-3 {
  flex: 1;
}

.data-management-and-reporting-services-list-title-3 {
  font-size: 20px;
  font-weight: bold;
  color: #2d3669;
  margin-bottom: 8px;
  line-height: 1.2;
}

.data-management-and-reporting-services-list-text-3 {
  font-size: 16px;
  color: #444444;
  line-height: 1.5;
}

.data-management-and-reporting-services-img-3 {
  width: 100%;
  height: auto;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}

/* ====================================================================
   SECTION 4: Business Intelligence and Analytics Solutions
   ==================================================================== */

.data-management-and-reporting-services-section-4 {
  background-color: #f8f8f8;
  padding: 96px 0;
}

.data-management-and-reporting-services-title-4 {
  font-size: 40px;
  font-weight: bold;
  color: #2d3669;
  text-align: center;
  margin-bottom: 24px;
  line-height: 1.2;
}

.data-management-and-reporting-services-intro-text-4 {
  font-size: 18px;
  color: #444444;
  text-align: center;
  margin-bottom: 64px;
  line-height: 1.5;
}

.data-management-and-reporting-services-horizontal-3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 48px;
}

.data-management-and-reporting-services-horizontal-item-4 {
  text-align: center;
  padding: 32px 24px;
  background: #ffffff;
  border-radius: 12px;
}


.data-management-and-reporting-services-icon-4 {
  font-size: 64px;
  color: #5164ae;
  margin-bottom: 24px;
  display: block;
}

.data-management-and-reporting-services-horizontal-title-4 {
  font-size: 24px;
  font-weight: bold;
  color: #2d3669;
  margin-bottom: 16px;
  line-height: 1.2;
}

.data-management-and-reporting-services-horizontal-text-4 {
  font-size: 16px;
  color: #444444;
  line-height: 1.5;
}

/* ====================================================================
   SECTION 5: Integrating Data from Multiple Sources
   ==================================================================== */

.data-management-and-reporting-services-section-5 {
  background-color: #ffffff;
  padding: 96px 0;
}

.data-management-and-reporting-services-two-column-5 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.data-management-and-reporting-services-img-5 {
  width: 100%;
  height: auto;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
  clip-path: inset(0 0 20% 0);
  margin-bottom: -30%;
}

.data-management-and-reporting-services-title-5 {
  font-size: 38px;
  font-weight: bold;
  color: #2d3669;
  margin-bottom: 20px;
  line-height: 1.2;
}

.data-management-and-reporting-services-desc-5 {
  font-size: 18px;
  color: #444444;
  margin-bottom: 40px;
  line-height: 1.5;
}

.data-management-and-reporting-services-checklist-5 {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.data-management-and-reporting-services-check-item-5 {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.data-management-and-reporting-services-check-icon-5 {
  font-size: 32px;
  color: #f37a6f;
  flex-shrink: 0;
  margin-top: 4px;
}

.data-management-and-reporting-services-check-content-5 {
  flex: 1;
}

.data-management-and-reporting-services-check-title-5 {
  font-size: 20px;
  font-weight: bold;
  color: #2d3669;
  margin-bottom: 8px;
  line-height: 1.2;
}

.data-management-and-reporting-services-check-text-5 {
  font-size: 16px;
  color: #444444;
  line-height: 1.5;
}

/* ====================================================================
   SECTION 6: Ensuring Data Security and Compliance
   ==================================================================== */

.data-management-and-reporting-services-section-6 {
  background-color: #f8f8f8;
  padding: 96px 0;
}

.data-management-and-reporting-services-title-6 {
  font-size: 40px;
  font-weight: bold;
  color: #2d3669;
  text-align: center;
  margin-bottom: 80px;
  line-height: 1.2;
}

.data-management-and-reporting-services-grid-6 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 48px;
}

.data-management-and-reporting-services-card-6 {
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
}

.data-management-and-reporting-services-icon-6 {
  width: 80px;
  height: 80px;
  background-color: #f37a6f;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  color: #ffffff;
  margin: 0 auto 28px auto;
  transition: all 0.3s ease;
}

.data-management-and-reporting-services-card-title-6 {
  font-size: 20px;
  font-weight: bold;
  color: #2d3669;
  margin-bottom: 16px;
  line-height: 1.2;
}

.data-management-and-reporting-services-card-text-6 {
  font-size: 15px;
  color: #444444;
  line-height: 1.5;
}

/* ====================================================================
   SECTION 7: Why Charlotte Businesses Rely on AtoZinIT
   ==================================================================== */

.data-management-and-reporting-services-section-7 {
  background-color: #ffffff;
  padding: 96px 0;
}

.data-management-and-reporting-services-title-7 {
  font-size: 40px;
  font-weight: bold;
  color: #2d3669;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.2;
}

.data-management-and-reporting-services-subtitle-7 {
  font-size: 17px;
  color: #666666;
  text-align: center;
  margin-bottom: 64px;
  line-height: 1.5;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.data-management-and-reporting-services-features-7 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 80px;
  max-width: 1100px;
  margin: 0 auto;
}

.data-management-and-reporting-services-feature-item-7 {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  transition: all 0.3s ease;
}

.data-management-and-reporting-services-feature-icon-7 {
  font-size: 24px;
  color: #f37a6f;
  flex-shrink: 0;
  margin-top: 2px;
}

.data-management-and-reporting-services-feature-content-7 {
  flex: 1;
}

.data-management-and-reporting-services-feature-title-7 {
  font-size: 20px;
  font-weight: 600;
  color: #2d3669;
  margin-bottom: 8px;
  line-height: 1.3;
  display: block;
}

.data-management-and-reporting-services-feature-text-7 {
  font-size: 16px;
  color: #444444;
  line-height: 1.5;
  display: block;
}

/* ====================================================================
   SECTION 8: Related Services
   ==================================================================== */

.data-management-and-reporting-services-section-8 {
  background-color: #f8f8f8;
  padding: 96px 0;
}

.data-management-and-reporting-services-title-8 {
  font-size: 40px;
  font-weight: bold;
  color: #2d3669;
  text-align: center;
  margin-bottom: 64px;
  line-height: 1.2;
}

.data-management-and-reporting-services-links-grid-8 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 24px;
}

.data-management-and-reporting-services-link-8 {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  background: #ffffff;
  padding: 28px 32px;
  border-radius: 10px;
  text-decoration: none;
  color: #2d3669;
  border: 2px solid #f3f3f3;
}

.data-management-and-reporting-services-link-icon-8 {
  font-size: 32px;
  color: #f37a6f;
  transition: all 0.3s ease;
  flex-shrink: 0;
  margin-top: 4px;
}

.data-management-and-reporting-services-link-content-8 {
  flex: 1;
}

.data-management-and-reporting-services-link-title-8 {
  font-size: 20px;
  font-weight: 600;
  color: #2d3669;
  margin-bottom: 8px;
  line-height: 1.2;
  transition: all 0.3s ease;
}

.data-management-and-reporting-services-link-title-8:hover{
	color: #f37a6f;
}
.data-management-and-reporting-services-link-desc-8 {
  font-size: 15px;
  color: #444444;
  line-height: 1.5;
  transition: all 0.3s ease;
}

/* ====================================================================
   CTA SECTION
   ==================================================================== */

.data-management-and-reporting-services-cta-section {
  background: linear-gradient(135deg, #5164ae 0%, #2d3669 100%);
  padding: 96px 24px;
  position: relative;
  overflow: hidden;
}

.data-management-and-reporting-services-cta-container {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.data-management-and-reporting-services-cta-title {
  font-size: 36px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 24px;
  line-height: 1.3;
}

.data-management-and-reporting-services-cta-subtitle {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 48px;
  line-height: 1.5;
  opacity: 0.95;
}

.data-management-and-reporting-services-cta-subtitle a{
	color: #f37a6f;
	font-weight: 600;
}

.data-management-and-reporting-services-cta-subtitle a:hover{
	color: #bd2d10;
}



/*----------------
============== END Data Management & Reporting Services
------------------*/

/*----------------
============== START CMS & Shopping Carts
------------------*/
/* Row Topper */
.cms-and-shopping-carts-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.cms-and-shopping-carts-row-topper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cms-and-shopping-carts-col {
    width: 100%;
}

.cms-and-shopping-carts-box {
    background: #fff;
    border-radius: 12px;
    padding: 40px;
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    margin-top: -80px;
}

.cms-and-shopping-carts-header-title {
    text-align: center;
    margin-bottom: 20px;
}

.cms-and-shopping-carts-header-title h1 {
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 42px;
    font-weight: 700;
    color: #2d3669;
    margin: 0;
}

.cms-and-shopping-carts-header-title h4 {
    font-weight: 600;
    color: #f37a6f;
    margin: 18px 0 10px 0;
}

.cms-and-shopping-carts-header-content {
    display: flex;
    justify-content: center;
}

.cms-and-shopping-carts-text-content {
    width: 100%;
    max-width: 900px;
}

.cms-and-shopping-carts-text p {
    font-size: 18px;
    color: #444;
    line-height: 1.8;
    text-align: center;
}

/* ========================================
   SECTION 1 - Custom CMS Development
   ======================================== */

.cms-and-shopping-carts-section-1 {
  background-color: #ffffff;
  padding: 80px 20px;
}

.cms-and-shopping-carts-container-1 {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.cms-and-shopping-carts-image-col {
  width: 100%;
}

.cms-and-shopping-carts-img {
  width: 100%;
  height: auto;
  /*box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);*/
}

.cms-and-shopping-carts-content-col {
  width: 100%;
}

.cms-and-shopping-carts-title-1 {
  font-family: 'Segoe UI Bold', sans-serif !important;
  font-size: 40px;
  color: #2d3669;
  margin-bottom: 20px;
  line-height: 1.2;
}

.cms-and-shopping-carts-description-1 {
  font-size: 16px;
  color: #444444;
  line-height: 1.6;
  margin-bottom: 30px;
}

.cms-and-shopping-carts-list-1 {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.cms-and-shopping-carts-list-item-1 {
  display: flex;
  gap: 15px;
  align-items: flex-start;
}

.cms-and-shopping-carts-icon-1 {
  color: #f37a6f;
  font-size: 20px;
  margin-top: 3px;
  flex-shrink: 0;
}

.cms-and-shopping-carts-list-item-1 div {
  font-size: 16px;
  color: #444444;
  line-height: 1.6;
}

.cms-and-shopping-carts-list-item-1 strong {
  color: #2d3669;
  font-family: 'Segoe UI Bold', sans-serif !important;
}

/* ========================================
   SECTION 2 - Shopping Carts
   ======================================== */

.cms-and-shopping-carts-section-2 {
  background-color: #f8f8f8;
  padding: 80px 20px;
}

.cms-and-shopping-carts-container-2 {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.cms-and-shopping-carts-title-2 {
  font-family: 'Segoe UI Bold', sans-serif !important;
  font-size: 40px;
  color: #2d3669;
  margin-bottom: 20px;
  line-height: 1.2;
}

.cms-and-shopping-carts-description-2 {
  font-size: 16px;
  color: #444444;
  line-height: 1.6;
  margin-bottom: 50px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.cms-and-shopping-carts-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.cms-and-shopping-carts-card-2 {
  background-color: #ffffff;
  padding: 40px 30px;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  text-align: center;
}


.cms-and-shopping-carts-card-icon-2 {
  font-size: 48px;
  color: #5164ae;
  margin-bottom: 20px;
}

.cms-and-shopping-carts-card-title-2 {
  font-family: 'Segoe UI Bold', sans-serif !important;
  font-size: 22px;
  color: #2d3669;
  margin-bottom: 15px;
}

.cms-and-shopping-carts-card-text-2 {
  font-size: 15px;
  color: #444444;
  line-height: 1.6;
}

/* ========================================
   SECTION 3 - Performance & Usability
   ======================================== */

.cms-and-shopping-carts-section-3 {
  background-color: #ffffff;
  padding: 80px 20px;
}

.cms-and-shopping-carts-container-3 {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.cms-and-shopping-carts-title-3 {
  font-family: 'Segoe UI Bold', sans-serif !important;
  font-size: 40px;
  color: #2d3669;
  margin-bottom: 20px;
  line-height: 1.2;
}

.cms-and-shopping-carts-description-3 {
  font-size: 16px;
  color: #444444;
  line-height: 1.6;
  margin-bottom: 50px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.cms-and-shopping-carts-grid-3 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.cms-and-shopping-carts-card-3 {
  background-color: #f3f3f3;
  padding: 35px;
  border-radius: 12px;
  text-align: left;
  border-left: 5px solid #f37a6f;
}


.cms-and-shopping-carts-card-header-3 {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

.cms-and-shopping-carts-card-icon-3 {
  font-size: 32px;
  color: #f37a6f;
}

.cms-and-shopping-carts-card-title-3 {
  font-family: 'Segoe UI Bold', sans-serif !important;
  font-size: 20px;
  color: #2d3669;
}

.cms-and-shopping-carts-card-text-3 {
  font-size: 15px;
  color: #444444;
  line-height: 1.6;
}

/* ========================================
   SECTION 4 - Managing Content
   ======================================== */

.cms-and-shopping-carts-section-4 {
  background-color: #f8f8f8;
  padding: 80px 20px;
}

.cms-and-shopping-carts-container-4 {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.cms-and-shopping-carts-title-4 {
  font-family: 'Segoe UI Bold', sans-serif !important;
  font-size: 40px;
  color: #2d3669;
  margin-bottom: 20px;
  line-height: 1.2;
}

.cms-and-shopping-carts-description-4 {
  font-size: 16px;
  color: #444444;
  line-height: 1.6;
  margin-bottom: 50px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.cms-and-shopping-carts-row-4 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.cms-and-shopping-carts-col-4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.cms-and-shopping-carts-icon-4 {
  font-size: 56px;
  color: #5164ae;
  margin-bottom: 20px;
}

.cms-and-shopping-carts-col-title-4 {
  font-family: 'Segoe UI Bold', sans-serif !important;
  font-size: 20px;
  color: #2d3669;
  margin-bottom: 15px;
}

.cms-and-shopping-carts-col-text-4 {
  font-size: 15px;
  color: #444444;
  line-height: 1.6;
}

/* ========================================
   SECTION 5 - Third-Party Integration
   ======================================== */

.cms-and-shopping-carts-section-5 {
  background-color: #ffffff;
  padding: 80px 20px;
}

.cms-and-shopping-carts-container-5 {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.cms-and-shopping-carts-title-5 {
  font-family: 'Segoe UI Bold', sans-serif !important;
  font-size: 40px;
  color: #2d3669;
  margin-bottom: 20px;
  line-height: 1.2;
}

.cms-and-shopping-carts-description-5 {
  font-size: 16px;
  color: #444444;
  line-height: 1.6;
  margin-bottom: 50px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.cms-and-shopping-carts-grid-5 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.cms-and-shopping-carts-card-5 {
  background-color: #ffffff;
  padding: 35px;
  border-radius: 12px;
  border: 2px solid #f3f3f3;
  text-align: center;
}

.cms-and-shopping-carts-card-number-5 {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #5164ae 0%, #2d3669 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  transition: transform 0.3s;
}


.cms-and-shopping-carts-card-icon-5 {
  font-size: 36px;
  color: #ffffff;
}

.cms-and-shopping-carts-card-title-5 {
  font-family: 'Segoe UI Bold', sans-serif !important;
  font-size: 20px;
  color: #2d3669;
  margin-bottom: 15px;
}

.cms-and-shopping-carts-card-text-5 {
  font-size: 15px;
  color: #444444;
  line-height: 1.6;
}

/* ========================================
   SECTION 6 - Security & Compliance
   ======================================== */

.cms-and-shopping-carts-section-6 {
  background-color: #f8f8f8;
  padding: 80px 20px;
}

.cms-and-shopping-carts-container-6 {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.cms-and-shopping-carts-title-6 {
  font-family: 'Segoe UI Bold', sans-serif !important;
  font-size: 40px;
  color: #2d3669;
  margin-bottom: 20px;
  line-height: 1.2;
}

.cms-and-shopping-carts-description-6 {
  font-size: 16px;
  color: #444444;
  line-height: 1.6;
  margin-bottom: 50px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.cms-and-shopping-carts-grid-6 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 60px;
  text-align: left;
}

.cms-and-shopping-carts-card-6 {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.cms-and-shopping-carts-card-icon-6 {
  font-size: 32px;
  color: #f37a6f;
  flex-shrink: 0;
  margin-top: 2px;
}

.cms-and-shopping-carts-card-content-6 {
  flex: 1;
}

.cms-and-shopping-carts-card-title-6 {
  font-family: 'Segoe UI Bold', sans-serif !important;
  font-size: 20px;
  color: #2d3669;
  margin-bottom: 10px;
  line-height: 1.3;
}

.cms-and-shopping-carts-card-text-6 {
  font-size: 15px;
  color: #444444;
  line-height: 1.6;
}

/* ========================================
   SECTION 7 - Why Choose AtoZinIT
   ======================================== */

.cms-and-shopping-carts-section-7 {
  background-color: #ffffff;
  padding: 80px 20px;
}

.cms-and-shopping-carts-container-7 {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 60px;
  align-items: center;
}

.cms-and-shopping-carts-content-7 {
  width: 100%;
}

.cms-and-shopping-carts-title-7 {
  font-family: 'Segoe UI Bold', sans-serif !important;
  font-size: 40px;
  color: #2d3669;
  margin-bottom: 50px;
  line-height: 1.2;
}

.cms-and-shopping-carts-list-7 {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.cms-and-shopping-carts-list-item-7 {
  display: flex;
  gap: 15px;
  align-items: flex-start;
}

.cms-and-shopping-carts-check-icon-7 {
  color: #f37a6f;
  font-size: 20px;
  margin-top: 3px;
  flex-shrink: 0;
}

.cms-and-shopping-carts-list-item-7 span {
  font-size: 16px;
  color: #444444;
  line-height: 1.6;
}

.cms-and-shopping-carts-list-item-7 strong {
  color: #2d3669;
  font-family: 'Segoe UI Bold', sans-serif !important;
  font-size: 18px;
}

.cms-and-shopping-carts-list-item-7 a {
  color: #5164ae;
  text-decoration: underline;
  transition: color 0.3s;
}

.cms-and-shopping-carts-list-item-7 a:hover {
  color: #f37a6f;
}

.cms-and-shopping-carts-image-7 {
  width: 100%;
}

.cms-and-shopping-carts-img-7 {
  width: 100%;
  height: auto;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* ========================================
   CTA SECTION
   ======================================== */

.cms-and-shopping-carts-cta-section {
  background: linear-gradient(135deg, #2d3669 0%, #5164ae 100%);
  padding: 80px 20px;
  text-align: center;
}

.cms-and-shopping-carts-cta-container {
  max-width: 1000px;
  margin: 0 auto;
}

.cms-and-shopping-carts-cta-text {
  font-size: 18px;
  color: #ffffff;
  line-height: 1.6;
  margin-bottom: 20px;
}

.cms-and-shopping-carts-cta-subtext {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
  margin-bottom: 40px;
}

.cms-and-shopping-carts-cta-subtext a{
	color: #f37a6f;
	font-weight: 600;
}

.cms-and-shopping-carts-cta-subtext a:hover{
	color: #bd2d10;
}

/* ========================================
   CTA BUTTONS
   ======================================== */

/*.global-cta-buttons {
  display: inline-flex;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  font-family: 'Segoe UI Bold', sans-serif !important;
  gap: 25px;
  padding: 16px 32px;
  text-decoration: none;
  border-radius: 5px;
  transition: 0.3s;
}

.phone-global-btn {
  background-color: #f37a6f;
  color: #ffffff;
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-family: 'Segoe UI Bold', sans-serif !important;
  padding: 18px 40px;
  border-radius: 5px;
  text-decoration: none;
  gap: 12px;
  transition: 0.3s;
  border: none;
}

.phone-global-btn:hover {
  color: #ffffff;
  background: #bd2d10;
}

.global-btn-consultation {
  display: inline-block;
  color: #ffffff;
  font-family: 'Segoe UI', sans-serif !important;
  font-weight: bold;
  font-size: 18px;
  cursor: pointer;
  padding: 16px 32px;
  background: transparent;
  border: 1px solid #ffffff;
  border-radius: 5px;
  text-decoration: none;
  transition: 0.3s;
}

.global-btn-consultation:hover {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.1);
}*/

/*----------------
============== END CMS & Shopping Carts
------------------*/

/*-----------------------------------------------------------------------------
============== START IT Consulting & Strategy Services Category ===============
------------------------------------------------------------------------------*/
.it-consulting-and-strategy-services-hero-section-image {
	background: linear-gradient(rgb(13 34 65 / 50%), rgb(13 34 65 / 50%)), url(/Portals/0/Images/it-consulting-and-strategy-services-hero-section-image.jpg) no-repeat center / cover;
    height: 250px;
    position: relative;
    background-position-y: 1;
}

/*----------------
============== START IT Strategy & Consulting Services
------------------*/
/* Row Topper */
.it-consulting-and-strategy-services-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.it-consulting-and-strategy-services-row-topper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.it-consulting-and-strategy-services-col {
    width: 100%;
}

.it-consulting-and-strategy-services-box {
    background: #fff;
    border-radius: 12px;
    padding: 40px;
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    margin-top: -100px;
}

.it-consulting-and-strategy-services-header-title {
    text-align: center;
    margin-bottom: 20px;
}

.it-consulting-and-strategy-services-header-title h1 {
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 42px;
    font-weight: 700;
    color: #2d3669;
    margin: 0;
}

.it-consulting-and-strategy-services-header-title h4 {
    font-weight: 600;
    color: #f37a6f;
    margin: 18px 0 10px 0;
}

.it-consulting-and-strategy-services-header-content {
    display: flex;
    justify-content: center;
}

.it-consulting-and-strategy-services-text-content {
    width: 100%;
    max-width: 900px;
}

.it-consulting-and-strategy-services-text p {
    font-size: 18px;
    color: #444;
    line-height: 1.8;
    text-align: center;
}

/* =================================================================
   Section 1 - What IT Consulting & Strategy Services Include
   ================================================================= */

.it-consulting-and-strategy-services-section-1 {
    background-color: #ffffff;
    padding: 80px 0;
}

.it-consulting-and-strategy-services-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.it-consulting-and-strategy-services-title {
    font-size: 40px;
    font-weight: bold;
    color: #2d3669;
    text-align: center;
    margin-bottom: 60px;
    line-height: 1.2;
}

.it-consulting-and-strategy-services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.it-consulting-and-strategy-services-card {
    background: #ffffff;
    /*border: 2px solid #f3f3f3;*/
    border-radius: 10px;
    padding: 30px;
    position: relative;
	border-top: 4px solid #f37a6f;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}


.it-consulting-and-strategy-services-card-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.it-consulting-and-strategy-services-card-icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    background: #f37a6f;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.it-consulting-and-strategy-services-card-icon i {
    color: #ffffff;
    font-size: 24px;
}
.it-consulting-and-strategy-services-card-title{
	font-size: 20px;
    font-weight: bold;
    color: #2d3669;
    line-height: 1.3;
    margin: 0;
}
.it-consulting-and-strategy-services-card-title a {
    font-size: 20px;
    font-weight: bold;
    color: #2d3669;
    line-height: 1.3;
    margin: 0;
	border-bottom: 2px solid #2d3669;
}

.it-consulting-and-strategy-services-card-title a:hover{
	color: #f37a6f;
}

.it-consulting-and-strategy-services-card-text {
    font-size: 16px;
    color: #444444;
    line-height: 1.6;
    margin-bottom: 15px;
}

.it-consulting-and-strategy-services-card-link {
    font-size: 16px;
    color: #444444;
    text-decoration: none;
    font-weight: 600;
	line-height: 1.9;
}

.it-consulting-and-strategy-services-card-link-text {
    color: #5164ae;
    transition: color 0.3s ease;
}

.it-consulting-and-strategy-services-card-link:hover .it-consulting-and-strategy-services-card-link-text {
    color: #f37a6f;
}

/* =================================================================
   Section 2 - Benefits of Professional IT Consulting & Strategy
   ================================================================= */

.it-consulting-and-strategy-services-section-2 {
    background-color: #f8f8f8;
    padding: 80px 0;
}

.it-consulting-and-strategy-services-benefits-two-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}

.it-consulting-and-strategy-services-benefits-column {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.it-consulting-and-strategy-services-benefit-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
	flex: 1;
}

.it-consulting-and-strategy-services-benefit-check {
    min-width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f37a6f;
    font-size: 24px;
    margin-top: 2px;
}

.it-consulting-and-strategy-services-benefit-content h3 {
    font-size: 20px;
    color: #2d3669;
    margin-bottom: 10px;
    font-weight: bold;
    line-height: 1.3;
}

.it-consulting-and-strategy-services-benefit-content p {
    font-size: 16px;
    color: #444444;
    line-height: 1.6;
    margin: 0;
}

/* =================================================================
   Section 3 - How to Build an IT Strategy
   ================================================================= */

.it-consulting-and-strategy-services-section-3 {
    background-color: #ffffff;
    padding: 80px 0;
}

.it-consulting-and-strategy-services-two-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.it-consulting-and-strategy-services-process-list {
    list-style: none;
    padding: 0;
    margin: 0;
	display: flex;
    flex-direction: column;
    gap: 20px;
}

.it-consulting-and-strategy-services-process-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 35px;
}

.it-consulting-and-strategy-services-process-item:last-child {
    margin-bottom: 0;
}

.it-consulting-and-strategy-services-process-icon {
    min-width: 60px;
    height: 60px;
    background: #5164ae;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
}

.it-consulting-and-strategy-services-process-content h3 {
    font-size: 22px;
    color: #2d3669;
    margin-bottom: 10px;
    font-weight: bold;
}

.it-consulting-and-strategy-services-process-content p {
    font-size: 16px;
    color: #444444;
    line-height: 1.6;
    margin: 0;
}

.it-consulting-and-strategy-services-image-wrapper {
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(45, 54, 105, 0.15);
}

.it-consulting-and-strategy-services-image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
	 clip-path: inset(0 0 20% 0);
    margin-bottom: -30%;
}

.it-consulting-and-strategy-services-image {
    width: 100%;
    height: auto;
    display: block;
}

/* =================================================================
   Section 4 - Why Charlotte Businesses Choose AtoZinIT
   ================================================================= */

.it-consulting-and-strategy-services-section-4 {
    background-color: #f8f8f8;
    padding: 80px 0;
}

.it-consulting-and-strategy-services-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.it-consulting-and-strategy-services-feature-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 35px 25px;
    text-align: center;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}


.it-consulting-and-strategy-services-feature-icon {
    width: 70px;
    height: 70px;
    background: #f37a6f;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
}

.it-consulting-and-strategy-services-feature-icon i {
    color: #ffffff;
    font-size: 32px;
}

.it-consulting-and-strategy-services-feature-title {
    font-size: 20px;
    color: #2d3669;
    margin-bottom: 15px;
    font-weight: bold;
    line-height: 1.3;
}

.it-consulting-and-strategy-services-feature-text {
    font-size: 15px;
    color: #444444;
    line-height: 1.6;
    margin-bottom: 20px;
}

.it-consulting-and-strategy-services-supporting-services {
    margin-top: 60px;
    background: #ffffff;
    border-radius: 12px;
    padding: 35px 25px;
    text-align: left;
    transition: all 0.3s ease;
    border: 2px solid transparent;
	display: flex;
    flex-direction: column;
    align-items: center;
}


.it-consulting-and-strategy-services-supporting-label {
    font-size: 18px;
    color: #2d3669;
    display: block;
    margin-bottom: 25px;
    font-weight: bold;
}

.it-consulting-and-strategy-services-supporting-links {
    display: flex;
    gap: 20px;
}

.it-consulting-and-strategy-services-supporting-link {
    font-size: 16px;
    color: #444444;
    text-decoration: none;
    transition: color 0.3s ease;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 12px;
}

.it-consulting-and-strategy-services-supporting-link i {
    font-size: 18px;
    color: #f37a6f;
    min-width: 18px;
}

.it-consulting-and-strategy-services-supporting-link:hover {
    color: #f37a6f;
}

/* =================================================================
   Section 5 - CTA (Call to Action)
   ================================================================= */

.it-consulting-and-strategy-services-cta-section {
    background: linear-gradient(135deg, #2d3669 0%, #5164ae 100%);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.it-consulting-and-strategy-services-cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 50%, rgba(243, 122, 111, 0.1) 0%, transparent 50%),
                radial-gradient(circle at 80% 80%, rgba(255, 255, 255, 0.05) 0%, transparent 50%);
}

.it-consulting-and-strategy-services-cta-content {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

.it-consulting-and-strategy-services-cta-title {
    font-size: 38px;
    color: #ffffff;
    margin-bottom: 25px;
    line-height: 1.4;
    font-weight: bold;
}

.it-consulting-and-strategy-services-cta-text {
    font-size: 18px;
    color: #ffffff;
    line-height: 1.7;
    margin-bottom: 40px;
    opacity: 0.95;
}


/*----------------
============== END IT Strategy & Consulting Services
------------------*/

/*----------------
============== START IT Outsourcing Services
------------------*/

/* Row Topper */
.it-outsourcing-services-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.it-outsourcing-services-row-topper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.it-outsourcing-services-col {
    width: 100%;
}

.it-outsourcing-services-box {
    background: #fff;
    border-radius: 12px;
    padding: 40px;
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    margin-top: -100px;
}

.it-outsourcing-services-header-title {
    text-align: center;
    margin-bottom: 20px;
}

.it-outsourcing-services-header-title h1 {
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 42px;
    font-weight: 700;
    color: #2d3669;
    margin: 0;
}

.it-outsourcing-services-header-title h4 {
    font-weight: 600;
    color: #f37a6f;
    margin: 18px 0 10px 0;
}

.it-outsourcing-services-header-content {
    display: flex;
    justify-content: center;
}

.it-outsourcing-services-text-content {
    width: 100%;
    max-width: 900px;
}

.it-outsourcing-services-text p {
    font-size: 18px;
    color: #444;
    line-height: 1.8;
    text-align: center;
}


/* Global Container */
.it-outsourcing-services-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ============================================
   SECTION 1 - Why Choose AtoZinIT (White Background)
   ============================================ */

.it-outsourcing-services-section-one {
    background-color: #ffffff;
    padding: 80px 0;
}

.it-outsourcing-services-section-one-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.it-outsourcing-services-section-one-left {
    padding-right: 20px;
}

.it-outsourcing-services-main-title {
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 40px;
    font-weight: 700;
    color: #2d3669;
    text-align: left;
    margin-bottom: 20px;
    line-height: 1.2;
}

.it-outsourcing-services-intro-text {
    font-size: 17px;
    color: #444444;
    text-align: left;
    margin-bottom: 35px;
    line-height: 1.7;
}

.it-outsourcing-services-checklist {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
}

.it-outsourcing-services-checklist-item {
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

.it-outsourcing-services-checklist-icon {
    min-width: 28px;
    height: 28px;
    background: #f37a6f;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 2px;
}

.it-outsourcing-services-checklist-icon i {
    color: #ffffff;
    font-size: 14px;
}

.it-outsourcing-services-checklist-content {
    flex: 1;
}

.it-outsourcing-services-checklist-title {
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 18px;
    font-weight: 700;
    color: #2d3669;
    margin-bottom: 5px;
    line-height: 1.3;
}

.it-outsourcing-services-checklist-text {
    font-size: 16px;
    color: #444444;
    line-height: 1.6;
    margin: 0;
}

.it-outsourcing-services-tip-box {
    background: #f8f8f8;
    border-left: 4px solid #f37a6f;
    border-radius: 8px;
    padding: 20px 25px;
    margin-top: 50px;
}

.it-outsourcing-services-tip-text {
    font-size: 16px;
    color: #444444;
    line-height: 1.7;
    margin: 0;
}

.it-outsourcing-services-tip-text strong {
    color: #2d3669;
    font-weight: 700;
}

.it-outsourcing-services-link {
    color: #5164ae;
    text-decoration: underline;
    font-weight: 600;
    transition: color 0.3s ease;
}

.it-outsourcing-services-link:hover {
    color: #2d3669;
}

.it-outsourcing-services-section-one-right {
    position: relative;
}

.it-outsourcing-services-section-one-image {
    width: 100%;
    height: auto;
    box-shadow: 0 10px 40px rgba(45, 54, 105, 0.15);
}

/* ============================================
   SECTION 2 - Roles We Commonly Outsource (Gray Background)
   ============================================ */

.it-outsourcing-services-section-two {
    background-color: #f8f8f8;
    padding: 80px 0;
    text-align: center;
}

.it-outsourcing-services-section-title {
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 40px;
    font-weight: 700;
    color: #2d3669;
    margin-bottom: 20px;
    line-height: 1.2;
    text-align: center;
}

.it-outsourcing-services-section-subtitle {
    font-size: 17px;
    color: #444444;
    margin: 0 auto 50px;
    line-height: 1.7;
    text-align: center;
    max-width: 800px;
}

.it-outsourcing-services-horizontal-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 25px;
    margin-bottom: 50px;
}

.it-outsourcing-services-horizontal-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 30px 20px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}


.it-outsourcing-services-horizontal-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #5164ae 0%, #2d3669 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}


.it-outsourcing-services-horizontal-icon i {
    color: #ffffff;
    font-size: 30px;
}

.it-outsourcing-services-horizontal-title {
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 17px;
    font-weight: 900;
    color: #2d3669;
    margin-bottom: 12px;
    line-height: 1.3;
}

.it-outsourcing-services-horizontal-text {
    font-size: 15px;
    color: #444444;
    line-height: 1.6;
    margin: 0;
}

.it-outsourcing-services-note {
    margin: 0 auto;
    padding: 25px;
    background: #ffffff;
    border-left: 4px solid #5164ae;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    max-width: 1200px;
    text-align: left;
}

.it-outsourcing-services-note-text {
    font-size: 16px;
    color: #444444;
    line-height: 1.7;
    margin: 0;
}

.it-outsourcing-services-note-text strong {
    color: #2d3669;
    font-weight: 700;
}

.it-outsourcing-services-note-text .it-outsourcing-services-link {
    color: #5164ae;
    text-decoration: underline;
    font-weight: 600;
}

.it-outsourcing-services-note-text .it-outsourcing-services-link:hover {
    color: #2d3669;
}

/* ============================================
   SECTION 3 - Table Placeholder (White Background)
   ============================================ */
.it-outsourcing-services-table {
    padding: 80px 20px;
}
.it-outsourcing-services-table-title {
    text-align: center;
}
.it-outsourcing-services-table-title h2 {
    font-size: 2.5rem;
    color: #2d3669;
    margin-bottom: 15px;
    font-weight: bold;
    position: relative;
    display: inline-block;
}
.it-outsourcing-services-table.pricing-table td:nth-of-type(2){
	text-align: left !important;
}
.it-outsourcing-services-table.pricing-table tbody td{
	padding-left: 20px !important;
}
.it-outsourcing-services-table-title p a{
	color: #f37a6f;
    font-weight: 600;
}

.it-outsourcing-services-table-title p a:hover{
	color: #5164ae;
}
/* ============================================
   SECTION 4 - CTA Section (Gradient Background)
   ============================================ */

.it-outsourcing-services-section-four {
    background: linear-gradient(135deg, #2d3669 0%, #5164ae 100%);
    padding: 80px 0;
    text-align: center;
}

.it-outsourcing-services-cta-title {
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 40px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 25px;
    line-height: 1.3;
}

.it-outsourcing-services-cta-text {
    font-size: 18px;
    color: #ffffff;
    max-width: 900px;
    margin: 0 auto 50px;
    line-height: 1.8;
    opacity: 0.95;
}

/* CTA Buttons */
.it-outsourcing-services-cta-buttons {
    display: inline-flex;
    align-items: center;
    gap: 25px;
    flex-wrap: nowrap;
    justify-content: center;
    width: 60%;
}

.it-outsourcing-services-cta-btn-phone {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 32px;
    border-radius: 5px;
    text-decoration: none;
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-weight: 600;
    font-size: 18px;
    transition: all 0.3s ease;
    border: 1px solid #f37a6f;
    cursor: pointer;
    background: #f37a6f;
    color: #ffffff;
}

.it-outsourcing-services-cta-btn-phone i {
    transform: rotate(180deg);
}

.it-outsourcing-services-cta-btn-phone:hover,
.it-outsourcing-services-cta-btn-phone:focus,
.it-outsourcing-services-cta-btn-phone:active {
    border: 1px solid #bd2d10;
    background: #bd2d10;
    color: #ffffff;
}

.it-outsourcing-services-cta-btn-consultation {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 32px;
    background: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 5px;
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-weight: 600;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

.it-outsourcing-services-cta-btn-consultation:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.7);
}


/*----------------
============== END IT Outsourcing Services 
------------------*/

/*----------------
============== START IT Strategy & Roadmaps 
------------------*/
/* Row Topper */
.it-strategy-and-roadmaps-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.it-strategy-and-roadmaps-row-topper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.it-strategy-and-roadmaps-col {
    width: 100%;
}

.it-strategy-and-roadmaps-box {
    background: #fff;
    border-radius: 12px;
    padding: 40px;
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    margin-top: -100px;
}

.it-strategy-and-roadmaps-header-title {
    text-align: center;
    margin-bottom: 20px;
}

.it-strategy-and-roadmaps-header-title h1 {
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 42px;
    font-weight: 700;
    color: #2d3669;
    margin: 0;
}

.it-strategy-and-roadmaps-header-title h4 {
    font-weight: 600;
    color: #f37a6f;
    margin: 18px 0 10px 0;
}

.it-strategy-and-roadmaps-header-content {
    display: flex;
    justify-content: center;
}

.it-strategy-and-roadmaps-text-content {
    width: 100%;
    max-width: 900px;
}

.it-strategy-and-roadmaps-text p {
    font-size: 18px;
    color: #444;
    line-height: 1.8;
    text-align: center;
}

.it-strategy-and-roadmaps-text p a {
	color: #5164ae;
	font-weight: 600;
}

.it-strategy-and-roadmaps-text p a:hover {
	color: #f37a6f;
}


.it-strategy-and-roadmaps-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.it-strategy-and-roadmaps-link {
  color: #5164ae;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

.it-strategy-and-roadmaps-link:hover {
  color: #f37a6f;
  text-decoration: underline;
}

/* ========== SECTION 1 - Creating IT Strategy Roadmaps (WHITE BG, GRID) ========== */
.it-strategy-and-roadmaps-section-1 {
  background-color: #ffffff;
  padding: 80px 0;
}

.it-strategy-and-roadmaps-title-1 {
  font-family: 'Segoe UI Bold', sans-serif !important;
  font-weight: 700;
  font-size: 40px;
  color: #2d3669;
  text-align: center;
  margin-bottom: 60px;
  line-height: 1.2;
}

.it-strategy-and-roadmaps-grid-1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.it-strategy-and-roadmaps-card-1 {
  background: #ffffff;
  border: 2px solid #f3f3f3;
  border-radius: 12px;
  padding: 40px 30px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  text-align: center;
}


.it-strategy-and-roadmaps-icon-1 {
  font-size: 32px;
  color: #f37a6f;
  margin-right: 15px;
  display: inline-block;
  vertical-align: middle;
}

.it-strategy-and-roadmaps-card-title-1 {
  font-family: 'Segoe UI Bold', sans-serif !important;
  font-weight: 700;
  font-size: 24px;
  color: #2d3669;
  line-height: 1.3;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}

.it-strategy-and-roadmaps-card-text-1 {
  font-size: 16px;
  color: #444444;
  line-height: 1.6;
}

/* ========== SECTION 2 - Aligning IT (#f8f8f8 BG, TWO COLUMNS) ========== */
.it-strategy-and-roadmaps-section-2 {
  background-color: #f8f8f8;
  padding: 80px 0;
}

.it-strategy-and-roadmaps-title-2 {
  font-family: 'Segoe UI Bold', sans-serif !important;
  font-weight: 700;
  font-size: 40px;
  color: #2d3669;
  text-align: center;
  margin-bottom: 60px;
  line-height: 1.2;
}

.it-strategy-and-roadmaps-two-columns-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.it-strategy-and-roadmaps-list-wrapper-2 {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 15px;
}

.it-strategy-and-roadmaps-list-item-2 {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.it-strategy-and-roadmaps-number-2 {
  background: linear-gradient(135deg, #f37a6f 0%, #5164ae 100%);
  color: #ffffff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Segoe UI Bold', sans-serif !important;
  font-weight: 700;
  font-size: 24px;
  flex-shrink: 0;
}

.it-strategy-and-roadmaps-content-2 {
  flex: 1;
}

.it-strategy-and-roadmaps-item-title-2 {
  font-family: 'Segoe UI Bold', sans-serif !important;
  font-weight: 700;
  font-size: 22px;
  color: #2d3669;
  margin-bottom: 10px;
  line-height: 1.3;
}

.it-strategy-and-roadmaps-item-text-2 {
  font-size: 16px;
  color: #444444;
  line-height: 1.6;
}

.it-strategy-and-roadmaps-note-2 {
  font-size: 16px;
  color: #444444;
  line-height: 1.6;
  margin-top: 20px;
  padding: 20px;
  background: #ffffff;
  border-left: 4px solid #f37a6f;
  border-radius: 8px;
}

.it-strategy-and-roadmaps-image-wrapper-2 {
  width: 100%;
  height: 100%;
  min-height: 400px;
}

.it-strategy-and-roadmaps-image-2 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

/* ========== SECTION 3 - Planning Technology (WHITE BG, GRID MODERN) ========== */
.it-strategy-and-roadmaps-section-3 {
  background-color: #ffffff;
  padding: 80px 0;
}

.it-strategy-and-roadmaps-title-3 {
  font-family: 'Segoe UI Bold', sans-serif !important;
  font-weight: 700;
  font-size: 40px;
  color: #2d3669;
  text-align: center;
  margin-bottom: 60px;
  line-height: 1.2;
}

.it-strategy-and-roadmaps-grid-3 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.it-strategy-and-roadmaps-card-3 {
  background: linear-gradient(135deg, #ffffff 0%, #f8f8f8 100%);
  border-radius: 16px;
  padding: 45px 35px;
  text-align: center;
  border: 1px solid #f3f3f3;
  box-shadow: 0 5px 20px rgba(45, 54, 105, 0.15);
}


.it-strategy-and-roadmaps-icon-wrapper-3 {
  width: 65px;
  height: 65px;
  background: linear-gradient(135deg, #5164ae 0%, #2d3669 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  transition: all 0.3s ease;
}


.it-strategy-and-roadmaps-icon-3 {
  font-size: 24px;
  color: #ffffff;
}

.it-strategy-and-roadmaps-card-title-3 {
  font-family: 'Segoe UI Bold', sans-serif !important;
  font-weight: 700;
  font-size: 22px;
  color: #2d3669;
  margin-bottom: 15px;
  line-height: 1.3;
}

.it-strategy-and-roadmaps-card-text-3 {
  font-size: 16px;
  color: #444444;
  line-height: 1.6;
}

/* ========== SECTION 4 - Assessing Current IT  ========== */
.it-strategy-and-roadmaps-section-4 {
  background-color: #f8f8f8;
  padding: 80px 0;
}

.it-strategy-and-roadmaps-title-4 {
  font-family: 'Segoe UI Bold', sans-serif !important;
  font-weight: 700;
  font-size: 40px;
  color: #2d3669;
  text-align: center;
  margin-bottom: 60px;
  line-height: 1.2;
}

.it-strategy-and-roadmaps-two-columns-4 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.it-strategy-and-roadmaps-image-wrapper-4 {
  width: 100%;
  height: 100%;
  min-height: 400px;
}

.it-strategy-and-roadmaps-image-4 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.it-strategy-and-roadmaps-list-wrapper-4 {
  display: flex;
  flex-direction: column;
  gap: 35px;
}

.it-strategy-and-roadmaps-list-item-4 {
  display: flex;
  gap: 25px;
  align-items: flex-start;
  background: #ffffff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}


.it-strategy-and-roadmaps-icon-4 {
  font-size: 40px;
  color: #f37a6f;
  flex-shrink: 0;
}

.it-strategy-and-roadmaps-content-4 {
  flex: 1;
}

.it-strategy-and-roadmaps-item-title-4 {
  font-family: 'Segoe UI Bold', sans-serif !important;
  font-weight: 700;
  font-size: 22px;
  color: #2d3669;
  margin-bottom: 10px;
  line-height: 1.3;
}

.it-strategy-and-roadmaps-item-text-4 {
  font-size: 16px;
  color: #444444;
  line-height: 1.6;
}

/* ========== SECTION 5 - Prioritizing IT Projects ========== */
.it-strategy-and-roadmaps-section-5 {
  background-color: #ffffff;
  padding: 80px 0;
}

.it-strategy-and-roadmaps-title-5 {
  font-family: 'Segoe UI Bold', sans-serif !important;
  font-weight: 700;
  font-size: 40px;
  color: #2d3669;
  text-align: center;
  margin-bottom: 60px;
  line-height: 1.2;
}

.it-strategy-and-roadmaps-grid-5 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-bottom: 40px;
}

.it-strategy-and-roadmaps-item-5 {
  text-align: center;
  padding: 30px 20px;
  background: #ffffff;
  border-radius: 12px;
  border: 2px solid transparent;
}


.it-strategy-and-roadmaps-icon-circle-5 {
  width: 65px;
  height: 65px;
  background: #5164ae;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  transition: all 0.3s ease;
}

.it-strategy-and-roadmaps-icon-5 {
  font-size: 25px;
  color: #ffffff;
}

.it-strategy-and-roadmaps-item-title-5 {
  font-family: 'Segoe UI Bold', sans-serif !important;
  font-weight: 700;
  font-size: 20px;
  color: #2d3669;
  margin-bottom: 12px;
  line-height: 1.3;
}

.it-strategy-and-roadmaps-item-text-5 {
  font-size: 15px;
  color: #444444;
  line-height: 1.6;
}

.it-strategy-and-roadmaps-note-5 {
  font-size: 17px;
  color: #444444;
  line-height: 1.6;
  text-align: center;
  max-width: 1100px;
  margin: 0 auto;
  padding: 25px;
  background: #f8f8f8;
  border-radius: 10px;
  border-left: 4px solid #5164ae;
}

/* ========== SECTION 6 - Implementing Strategic IT ========== */
.it-strategy-and-roadmaps-section-6 {
  background-color: #f8f8f8;
  padding: 80px 0;
}

.it-strategy-and-roadmaps-title-6 {
  font-family: 'Segoe UI Bold', sans-serif !important;
  font-weight: 700;
  font-size: 40px;
  color: #2d3669;
  text-align: center;
  margin-bottom: 60px;
  line-height: 1.2;
}

.it-strategy-and-roadmaps-horizontal-6 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 25px;
}

.it-strategy-and-roadmaps-item-6 {
  background: #ffffff;
  padding: 35px 25px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}


.it-strategy-and-roadmaps-icon-6 {
  font-size: 48px;
  color: #f37a6f;
  margin-bottom: 20px;
  display: block;
  transition: all 0.3s ease;
}


.it-strategy-and-roadmaps-item-title-6 {
  font-family: 'Segoe UI Bold', sans-serif !important;
  font-weight: 700;
  font-size: 18px;
  color: #2d3669;
  margin-bottom: 12px;
  line-height: 1.3;
}

.it-strategy-and-roadmaps-item-text-6 {
  font-size: 14px;
  color: #444444;
  line-height: 1.6;
}

/* ========== SECTION 7 - Why Charlotte Businesses ========== */
.it-strategy-and-roadmaps-section-7 {
  background-color: #ffffff;
  padding: 80px 0;
}

.it-strategy-and-roadmaps-title-7 {
  font-family: 'Segoe UI Bold', sans-serif !important;
  font-weight: 700;
  font-size: 40px;
  color: #2d3669;
  text-align: center;
  margin-bottom: 60px;
  line-height: 1.2;
}

.it-strategy-and-roadmaps-two-columns-7 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}

.it-strategy-and-roadmaps-column-7 {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.it-strategy-and-roadmaps-item-7 {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.it-strategy-and-roadmaps-check-icon-7 {
  font-size: 28px;
  color: #f37a6f;
  flex-shrink: 0;
  margin-top: 2px;
}

.it-strategy-and-roadmaps-content-7 {
  flex: 1;
}

.it-strategy-and-roadmaps-item-title-7 {
  font-family: 'Segoe UI Bold', sans-serif !important;
  font-weight: 700;
  font-size: 22px;
  color: #2d3669;
  margin-bottom: 10px;
  line-height: 1.3;
}

.it-strategy-and-roadmaps-item-text-7 {
  font-size: 16px;
  color: #444444;
  line-height: 1.6;
}

/* ========== SECTION 8 - Additional Topics  ========== */
.it-strategy-and-roadmaps-section-8 {
  background-color: #f8f8f8;
  padding: 80px 0;
}

.it-strategy-and-roadmaps-title-8 {
  font-family: 'Segoe UI Bold', sans-serif !important;
  font-weight: 700;
  font-size: 40px;
  color: #2d3669;
  text-align: center;
  margin-bottom: 60px;
  line-height: 1.2;
}

.it-strategy-and-roadmaps-two-columns-8 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.it-strategy-and-roadmaps-list-wrapper-8 {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.it-strategy-and-roadmaps-list-item-8 {
  display: flex;
  gap: 25px;
  align-items: flex-start;
  background: #ffffff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}


.it-strategy-and-roadmaps-icon-8 {
  font-size: 40px;
  color: #f37a6f;
  flex-shrink: 0;
}

.it-strategy-and-roadmaps-content-8 {
  flex: 1;
}

.it-strategy-and-roadmaps-item-title-8 {
  font-family: 'Segoe UI Bold', sans-serif !important;
  font-weight: 700;
  font-size: 20px;
  color: #2d3669;
  margin-bottom: 10px;
  line-height: 1.3;
}

.it-strategy-and-roadmaps-item-text-8 {
  font-size: 16px;
  color: #444444;
  line-height: 1.6;
}

.it-strategy-and-roadmaps-image-wrapper-8 {
  width: 100%;
  height: 100%;
  min-height: 450px;
}

.it-strategy-and-roadmaps-image-8 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

/* ========== SECTION 9 - CTA ========== */
.it-strategy-and-roadmaps-section-9 {
  background: linear-gradient(135deg, #2d3669 0%, #5164ae 100%);
  padding: 100px 0;
  text-align: center;
}

.it-strategy-and-roadmaps-title-9 {
  font-family: 'Segoe UI Bold', sans-serif !important;
  font-weight: 700;
  font-size: 48px;
  color: #ffffff;
  margin-bottom: 30px;
  line-height: 1.2;
}

.it-strategy-and-roadmaps-text-9 {
  font-size: 18px;
  color: #ffffff;
  line-height: 1.7;
  max-width: 900px;
  margin: 0 auto 25px;
}

/* CTA BUTTONS */
.global-cta-buttons {
  display: inline-flex;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  font-family: 'Segoe UI Bold', sans-serif !important;
  gap: 25px;
  padding: 16px 32px;
  text-decoration: none;
  border-radius: 5px;
  transition: 0.3s;
  margin-top: 40px;
}

.phone-global-btn {
  background-color: #f37a6f;
  color: #ffffff;
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-family: 'Segoe UI Bold', sans-serif !important;
  padding: 18px 40px;
  border-radius: 5px;
  text-decoration: none;
  gap: 12px;
  transition: 0.3s;
  border: none;
}

.phone-global-btn:hover {
  color: #ffffff;
  background: #bd2d10;
}

.global-btn-consultation {
  display: inline-block;
  color: #ffffff;
  font-family: 'Segoe UI Bold', sans-serif !important;
  font-weight: bold;
  font-size: 18px;
  cursor: pointer;
  padding: 16px 32px;
  background: transparent;
  border: 1px solid #ffffff;
  border-radius: 5px;
  text-decoration: none;
  transition: 0.3s;
}

.global-btn-consultation:hover {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.1);
}


/*----------------
============== END IT Strategy & Roadmaps
------------------*/

/*----------------
============== START IT Audits & Risk Assessments
------------------*/
/* Row Topper */
.it-audits-and-risk-assessments-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.it-audits-and-risk-assessments-row-topper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.it-audits-and-risk-assessments-col {
    width: 100%;
}

.it-audits-and-risk-assessments-box {
    background: #fff;
    border-radius: 12px;
    padding: 40px;
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    margin-top: -100px;
}

.it-audits-and-risk-assessments-header-title {
    text-align: center;
    margin-bottom: 20px;
}

.it-audits-and-risk-assessments-header-title h1 {
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 42px;
    font-weight: 700;
    color: #2d3669;
    margin: 0;
}

.it-audits-and-risk-assessments-header-title h4 {
    font-weight: 600;
    color: #f37a6f;
    margin: 18px 0 10px 0;
}

.it-audits-and-risk-assessments-header-content {
    display: flex;
    justify-content: center;
}

.it-audits-and-risk-assessments-text-content {
    width: 100%;
    max-width: 900px;
}

.it-audits-and-risk-assessments-text p {
    font-size: 18px;
    color: #444;
    line-height: 1.8;
    text-align: center;
}


/* ========================================
   Section 1 - Conducting Comprehensive IT Audits
   ======================================== */

.it-audits-section-1 {
  background-color: #ffffff;
  padding: 80px 20px;
}

.it-audits-section-1-container {
  max-width: 1200px;
  margin: 0 auto;
}

.it-audits-section-1-header {
  text-align: center;
  margin-bottom: 60px;
}

.it-audits-section-1-title {
  font-family: 'Segoe UI Bold', sans-serif !important;
  font-size: 40px;
  color: #2d3669;
  margin-bottom: 20px;
  font-weight: bold;
}

.it-audits-section-1-intro {
  font-size: 18px;
  color: #444444;
  max-width: 1200px;
  margin: 0 auto;
  line-height: 1.8;
}

.it-audits-section-1-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 60px;
  margin-top: 50px;
}

.it-audits-section-1-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.it-audits-section-1-item-icon {
  color: #f37a6f;
  font-size: 28px;
  margin-top: 5px;
  flex-shrink: 0;
}

.it-audits-section-1-item-content {
  flex: 1;
}

.it-audits-section-1-item-title {
  font-family: 'Segoe UI Bold', sans-serif !important;
  font-size: 20px;
  color: #2d3669;
  margin-bottom: 10px;
  font-weight: bold;
}

.it-audits-section-1-item-text {
  font-size: 16px;
  color: #444444;
  line-height: 1.7;
}

.it-audits-section-1-footer {
  text-align: center;
  margin-top: 50px;
}

/* ========================================
   Section 2 - Assessing IT Infrastructure
   ======================================== */

.it-audits-section-2 {
  background-color: #f3f3f3;
  padding: 80px 20px;
}

.it-audits-section-2-container {
  max-width: 1200px;
  margin: 0 auto;
}

.it-audits-section-2-header {
  text-align: center;
  margin-bottom: 60px;
}

.it-audits-section-2-title {
  font-family: 'Segoe UI Bold', sans-serif !important;
  font-size: 40px;
  color: #2d3669;
  margin-bottom: 20px;
  font-weight: bold;
}

.it-audits-section-2-intro {
  font-size: 18px;
  color: #444444;
  max-width: 900px;
  margin: 0 auto;
  line-height: 1.8;
}

.it-audits-section-2-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 35px;
  margin-top: 40px;
}

.it-audits-section-2-card {
  background: #ffffff;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
  border-top: 4px solid #f37a6f;
}

.it-audits-section-2-card-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
  justify-content: Center;
}

.it-audits-section-2-card-icon {
  color: #f37a6f;
  font-size: 24px;
  flex-shrink: 0;
}

.it-audits-section-2-card-title {
  font-family: 'Segoe UI Bold', sans-serif !important;
  font-size: 22px;
  color: #2d3669;
  font-weight: bold;
  margin-bottom: 0;
}

.it-audits-section-2-card-text {
  font-size: 16px;
  color: #444444;
  line-height: 1.7;
  text-align: center;
}

.it-audits-section-2-footer {
  margin-top: 50px;
  text-align: center;
}

.it-audits-section-2-footer-text {
  font-size: 17px;
  color: #444444;
  line-height: 1.8;
  margin-bottom: 15px;
}

.it-audits-section-2-tip {
  background: #fff;
  color: #444;
  padding: 20px 30px;
  border-radius: 8px;
  display: inline-block;
  font-size: 16px;
  margin-top: 10px;
  border-left: 4px solid #f37a6f;
}

.it-audits-section-2-tip strong {
  font-family: 'Segoe UI Bold', sans-serif !important;
  font-weight: bold;
}

.it-audits-section-2-link {
  color: #f37a6f;
  text-decoration: underline;
  font-weight: bold;
}

.it-audits-section-2-link:hover {
  color: #5164ae;
}

/* ========================================
   Section 3 - Security Vulnerabilities
   ======================================== */

.it-audits-section-3 {
  background-color: #ffffff;
  padding: 80px 20px;
}

.it-audits-section-3-container {
  max-width: 1200px;
  margin: 0 auto;
}

.it-audits-section-3-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.it-audits-section-3-left {
  order: 1;
}

.it-audits-section-3-title {
  font-family: 'Segoe UI Bold', sans-serif !important;
  font-size: 40px;
  color: #2d3669;
  margin-bottom: 25px;
  font-weight: bold;
  text-align: center;
}

.it-audits-section-3-intro {
  font-size: 18px;
  color: #444444;
  margin-bottom: 50px;
  line-height: 1.8;
  text-align: center;
}

.it-audits-section-3-list {
  list-style: none;
  padding: 0;
}

.it-audits-section-3-item {
  display: flex;
  align-items: center;
  margin-bottom: 23px;
  padding: 10px 20px;
  background: #f3f3f3;
  border-radius: 8px;
  transition: background 0.3s ease;
}


.it-audits-section-3-item-number {
  background: #f37a6f;
  color: #ffffff;
  font-family: 'Segoe UI Bold', sans-serif !important;
  font-size: 20px;
  font-weight: bold;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  flex-shrink: 0;
}

.it-audits-section-3-item-text {
  font-size: 16px;
  color: #444444;
  line-height: 1.7;
}

.it-audits-section-3-footer {
  margin-top: 30px;
  font-size: 17px;
  color: #444444;
  line-height: 1.8;
  text-align: center;
}

.it-audits-section-3-right {
  order: 2;
}

.it-audits-section-3-image {
  width: 100%;
  height: auto;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  clip-path: inset(25% 0 0 0);
  margin-top: -40%; 
}

/* ========================================
   Section 4 - Risk Mitigation Strategies
   ======================================== */

.it-audits-section-4 {
  background-color: #f3f3f3;
  padding: 80px 20px;
}

.it-audits-section-4-container {
  max-width: 1200px;
  margin: 0 auto;
}

.it-audits-section-4-header {
  text-align: center;
  margin-bottom: 60px;
}

.it-audits-section-4-title {
  font-family: 'Segoe UI Bold', sans-serif !important;
  font-size: 40px;
  color: #2d3669;
  margin-bottom: 20px;
  font-weight: bold;
}

.it-audits-section-4-intro {
  font-size: 18px;
  color: #444444;
  max-width: 900px;
  margin: 0 auto;
  line-height: 1.8;
}

.it-audits-section-4-items {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  margin-top: 50px;
  flex-wrap: wrap;
}

.it-audits-section-4-item {
  flex: 1;
  min-width: 180px;
  text-align: center;
  padding: 30px 20px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}


.it-audits-section-4-item-icon {
  font-size: 48px;
  color: #5164ae;
  margin-bottom: 20px;
}

.it-audits-section-4-item-title {
  font-family: 'Segoe UI Bold', sans-serif !important;
  font-size: 18px;
  color: #2d3669;
  margin-bottom: 12px;
  font-weight: bold;
}

.it-audits-section-4-item-text {
  font-size: 15px;
  color: #444444;
  line-height: 1.7;
}

.it-audits-section-4-footer {
  text-align: center;
  margin-top: 50px;
  font-size: 17px;
  color: #444444;
  line-height: 1.8;
}

/* ========================================
   Section 5 - Prioritizing IT Risks
   ======================================== */

.it-audits-section-5 {
  background-color: #ffffff;
  padding: 80px 20px;
}

.it-audits-section-5-container {
  max-width: 1200px;
  margin: 0 auto;
}

.it-audits-section-5-header {
  text-align: center;
  margin-bottom: 60px;
}

.it-audits-section-5-title {
  font-family: 'Segoe UI Bold', sans-serif !important;
  font-size: 40px;
  color: #2d3669;
  margin-bottom: 20px;
  font-weight: bold;
}

.it-audits-section-5-intro {
  font-size: 18px;
  color: #444444;
  max-width: 900px;
  margin: 0 auto;
  line-height: 1.8;
}

.it-audits-section-5-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 40px;
}

.it-audits-section-5-card {
  background: #fff;
  color: #ffffff;
  padding: 20px 40px 10px;
  border-radius: 12px;
  border-left: 5px solid #f37a6f;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}


.it-audits-section-5-card-icon {
  font-size: 36px;
  margin-bottom: 20px;
  color: #f37a6f;
}

.it-audits-section-5-card-title {
  font-family: 'Segoe UI Bold', sans-serif !important;
  color: #2d3669;
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: bold;
}

.it-audits-section-5-card-text {
  font-size: 16px;
  line-height: 1.7;
  opacity: 0.95;
  color: #444;
}

.it-audits-section-5-footer {
  text-align: center;
  margin-top: 50px;
  font-size: 17px;
  color: #444444;
  line-height: 1.8;
}

/* ========================================
   Section 6 - Technology Processes
   ======================================== */

.it-audits-section-6 {
  background-color: #f3f3f3;
  padding: 80px 20px;
}

.it-audits-section-6-container {
  max-width: 1200px;
  margin: 0 auto;
}

.it-audits-section-6-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.it-audits-section-6-left {
  order: 1;
}

.it-audits-section-6-image {
  width: 100%;
  height: auto;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  clip-path: inset(7% 0 0 0);
  margin-top: -7%;
}

.it-audits-section-6-right {
  order: 2;
}

.it-audits-section-6-title {
  font-family: 'Segoe UI Bold', sans-serif !important;
  font-size: 40px;
  color: #2d3669;
  margin-bottom: 25px;
  font-weight: bold;
  text-align: center;
}

.it-audits-section-6-intro {
  font-size: 18px;
  color: #444444;
  margin-bottom: 30px;
  line-height: 1.8;
  text-align: center;
}

.it-audits-section-6-list {
  list-style: none;
  padding: 0;
  margin-top: 25px;
}

.it-audits-section-6-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
  padding: 20px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
}

.it-audits-section-6-item-icon {
  color: #f37a6f;
  font-size: 24px;
  margin-right: 18px;
  margin-top: 3px;
  flex-shrink: 0;
}

.it-audits-section-6-item-content {
  flex: 1;
}

.it-audits-section-6-item-title {
  font-family: 'Segoe UI Bold', sans-serif !important;
  font-size: 18px;
  color: #2d3669;
  margin-bottom: 8px;
  font-weight: bold;
}

.it-audits-section-6-item-text {
  font-size: 15px;
  color: #444444;
  line-height: 1.7;
}

.it-audits-section-6-footer {
  margin-top: 30px;
  font-size: 17px;
  color: #444444;
  line-height: 1.8;
}

/* ========================================
   Section 7 - Why Charlotte Businesses
   ======================================== */

.it-audits-section-7 {
  background-color: #ffffff;
  padding: 80px 20px;
}

.it-audits-section-7-container {
  max-width: 1200px;
  margin: 0 auto;
}

.it-audits-section-7-header {
  text-align: center;
  margin-bottom: 60px;
}

.it-audits-section-7-title {
  font-family: 'Segoe UI Bold', sans-serif !important;
  font-size: 40px;
  color: #2d3669;
  margin-bottom: 20px;
  font-weight: bold;
}

.it-audits-section-7-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.it-audits-section-7-card {
  background: #f3f3f3;
  padding: 35px;
  border-radius: 10px;
  text-align: center;
  border: 2px solid transparent;
}

.it-audits-section-7-card-icon {
  font-size: 42px;
  color: #f37a6f;
  margin-bottom: 20px;
}

.it-audits-section-7-card-title {
  font-family: 'Segoe UI Bold', sans-serif !important;
  font-size: 20px;
  color: #2d3669;
  margin-bottom: 15px;
  font-weight: bold;
}

.it-audits-section-7-card-text {
  font-size: 15px;
  color: #444444;
  line-height: 1.7;
}

.it-audits-section-7-note {
  margin-top: 50px;
  text-align: center;
  font-size: 18px;
  color: #444444;
  line-height: 1.8;
}

.it-audits-section-7-note strong {
  font-family: 'Segoe UI Bold', sans-serif !important;
  font-weight: bold;
}

.it-audits-section-7-link {
  color: #5164ae;
  text-decoration: underline;
  font-weight: bold;
}

.it-audits-section-7-link:hover {
  color: #f37a6f;
}

/* ========================================
   CTA Section
   ======================================== */

.it-audits-cta-section {
  background: linear-gradient(135deg, #2d3669 0%, #5164ae 100%);
  padding: 80px 20px;
  text-align: center;
  color: #ffffff;
}

.it-audits-cta-container {
  max-width: 1000px;
  margin: 0 auto;
}

.it-audits-cta-text {
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 40px;
}


/*----------------
============== END IT Audits & Risk Assessments
------------------*/


/*----------------
============== START IT Budget & Forecasting
------------------*/
/* Row Topper */
.it-budget-and-forecasting-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.it-budget-and-forecasting-row-topper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.it-budget-and-forecasting-col {
    width: 100%;
}

.it-budget-and-forecasting-box {
    background: #fff;
    border-radius: 12px;
    padding: 40px;
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    margin-top: -100px;
}

.it-budget-and-forecasting-header-title {
    text-align: center;
    margin-bottom: 20px;
}

.it-budget-and-forecasting-header-title h1 {
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 42px;
    font-weight: 700;
    color: #2d3669;
    margin: 0;
}

.it-budget-and-forecasting-header-title h4 {
    font-weight: 600;
    color: #f37a6f;
    margin: 18px 0 10px 0;
}

.it-budget-and-forecasting-header-content {
    display: flex;
    justify-content: center;
}

.it-budget-and-forecasting-text-content {
    width: 100%;
    max-width: 900px;
}

.it-budget-and-forecasting-text p {
    font-size: 18px;
    color: #444;
    line-height: 1.8;
    text-align: center;
}


/* ===========================================
   SECTION 1: PLANNING IT BUDGETS
   Background: White (#ffffff)
   =========================================== */

.it-budget-and-forecasting-section-planning {
  background-color: #ffffff;
  padding: 80px 0;
}

.it-budget-and-forecasting-container-planning {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.it-budget-and-forecasting-grid-planning {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.it-budget-and-forecasting-content-planning {
  padding-right: 20px;
}

.it-budget-and-forecasting-title-planning {
  font-family: 'Segoe UI Bold', sans-serif !important;
  font-size: 40px;
  color: #2d3669;
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: bold;
}

.it-budget-and-forecasting-intro-planning {
  font-size: 18px;
  color: #444444;
  margin-bottom: 30px;
  line-height: 1.6;
}

.it-budget-and-forecasting-list-planning {
  list-style: none;
  margin: 0;
  padding: 0;
}

.it-budget-and-forecasting-item-planning {
  display: flex;
  gap: 15px;
  margin-bottom: 25px;
  align-items: flex-start;
}

.it-budget-and-forecasting-icon-planning {
  color: #f37a6f;
  font-size: 20px;
  margin-top: 3px;
  flex-shrink: 0;
}

.it-budget-and-forecasting-item-planning strong {
  font-family: 'Segoe UI Bold', sans-serif !important;
  color: #2d3669;
  font-weight: bold;
}

.it-budget-and-forecasting-closing-planning {
  font-size: 18px;
  color: #444444;
  margin-top: 30px;
  line-height: 1.6;
}

.it-budget-and-forecasting-image-wrapper-planning {
  width: 100%;
}

.it-budget-and-forecasting-img-planning {
  width: 100%;
  height: auto;
  /*box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);*/
}


/* ===========================================
   SECTION 2: FORECASTING IT COSTS
   Background: Gray (#f8f8f8)
   =========================================== */

.it-budget-and-forecasting-section-forecasting {
  background-color: #f8f8f8;
  padding: 80px 0;
}

.it-budget-and-forecasting-container-forecasting {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.it-budget-and-forecasting-title-forecasting {
  font-family: 'Segoe UI Bold', sans-serif !important;
  font-size: 40px;
  color: #2d3669;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: bold;
}

.it-budget-and-forecasting-intro-forecasting {
  font-size: 18px;
  color: #444444;
  text-align: center;
  margin-bottom: 50px;
  line-height: 1.6;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.it-budget-and-forecasting-cards-forecasting {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 40px;
}

.it-budget-and-forecasting-card-forecasting {
  background-color: #ffffff;
  padding: 40px 30px;
  border-radius: 8px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  text-align: center;
}


.it-budget-and-forecasting-icon-forecasting {
  font-size: 48px;
  color: #5164ae;
  margin-bottom: 20px;
  display: block;
}

.it-budget-and-forecasting-card-title-forecasting {
  font-family: 'Segoe UI Bold', sans-serif !important;
  font-size: 22px;
  color: #2d3669;
  margin-bottom: 15px;
  font-weight: bold;
}

.it-budget-and-forecasting-card-text-forecasting {
  font-size: 16px;
  color: #444444;
  line-height: 1.6;
}

.it-budget-and-forecasting-closing-forecasting {
  font-size: 18px;
  color: #444444;
  text-align: center;
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto;
}

.it-budget-and-forecasting-link-forecasting {
  color: #f37a6f;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.it-budget-and-forecasting-link-forecasting:hover {
  color: #5164ae;
  text-decoration: underline;
}


/* ===========================================
   SECTION 3: ALIGNING IT SPENDING
   Background: White (#ffffff)
   =========================================== */

.it-budget-and-forecasting-section-aligning {
  background-color: #ffffff;
  padding: 80px 0;
}

.it-budget-and-forecasting-container-aligning {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.it-budget-and-forecasting-grid-aligning {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.it-budget-and-forecasting-image-wrapper-aligning {
  width: 100%;
}

.it-budget-and-forecasting-img-aligning {
  width: 100%;
  height: auto;
}

.it-budget-and-forecasting-content-aligning {
  padding-left: 20px;
}

.it-budget-and-forecasting-title-aligning {
  font-family: 'Segoe UI Bold', sans-serif !important;
  font-size: 40px;
  color: #2d3669;
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: bold;
}

.it-budget-and-forecasting-intro-aligning {
  font-size: 18px;
  color: #444444;
  margin-bottom: 30px;
  line-height: 1.6;
}

.it-budget-and-forecasting-list-aligning {
  list-style: none;
  margin: 0;
  padding: 0;
}

.it-budget-and-forecasting-item-aligning {
  display: flex;
  gap: 15px;
  margin-bottom: 25px;
  align-items: flex-start;
}

.it-budget-and-forecasting-icon-aligning {
  color: #f37a6f;
  font-size: 20px;
  margin-top: 3px;
  flex-shrink: 0;
}

.it-budget-and-forecasting-item-aligning strong {
  font-family: 'Segoe UI Bold', sans-serif !important;
  color: #2d3669;
  font-weight: bold;
}

.it-budget-and-forecasting-closing-aligning {
  font-size: 18px;
  color: #444444;
  margin-top: 30px;
  line-height: 1.6;
}


/* ===========================================
   SECTION 4: EVALUATING TECHNOLOGY
   Background: Gray (#f8f8f8)
   =========================================== */

.it-budget-and-forecasting-section-evaluating {
  background-color: #f8f8f8;
  padding: 80px 0;
}

.it-budget-and-forecasting-container-evaluating {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.it-budget-and-forecasting-title-evaluating {
  font-family: 'Segoe UI Bold', sans-serif !important;
  font-size: 40px;
  color: #2d3669;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: bold;
}

.it-budget-and-forecasting-intro-evaluating {
  font-size: 18px;
  color: #444444;
  text-align: center;
  margin-bottom: 50px;
  line-height: 1.6;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.it-budget-and-forecasting-cards-evaluating {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 40px;
}

.it-budget-and-forecasting-card-evaluating {
  background-color: #ffffff;
  padding: 40px 30px;
  border-radius: 8px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  text-align: center;
}


.it-budget-and-forecasting-number-evaluating {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #f37a6f 0%, #5164ae 100%);
  color: #ffffff;
  font-family: 'Segoe UI Bold', sans-serif !important;
  font-size: 32px;
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.it-budget-and-forecasting-card-title-evaluating {
  font-family: 'Segoe UI Bold', sans-serif !important;
  font-size: 22px;
  color: #2d3669;
  margin-bottom: 15px;
  font-weight: bold;
}

.it-budget-and-forecasting-card-text-evaluating {
  font-size: 16px;
  color: #444444;
  line-height: 1.6;
}

.it-budget-and-forecasting-closing-evaluating {
  font-size: 18px;
  color: #444444;
  text-align: center;
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto;
}


/* ===========================================
   SECTION 5: MANAGING IT RESOURCES
   Background: White (#ffffff)
   =========================================== */

.it-budget-and-forecasting-section-managing {
  background-color: #ffffff;
  padding: 80px 0;
}

.it-budget-and-forecasting-container-managing {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.it-budget-and-forecasting-grid-managing {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.it-budget-and-forecasting-content-managing {
  padding-right: 20px;
}

.it-budget-and-forecasting-title-managing {
  font-family: 'Segoe UI Bold', sans-serif !important;
  font-size: 40px;
  color: #2d3669;
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: bold;
}

.it-budget-and-forecasting-intro-managing {
  font-size: 18px;
  color: #444444;
  margin-bottom: 30px;
  line-height: 1.6;
}

.it-budget-and-forecasting-list-managing {
  list-style: none;
  margin: 0;
  padding: 0;
}

.it-budget-and-forecasting-item-managing {
  display: flex;
  gap: 15px;
  margin-bottom: 25px;
  align-items: flex-start;
}

.it-budget-and-forecasting-icon-managing {
  color: #f37a6f;
  font-size: 20px;
  margin-top: 3px;
  flex-shrink: 0;
}

.it-budget-and-forecasting-item-managing strong {
  font-family: 'Segoe UI Bold', sans-serif !important;
  color: #2d3669;
  font-weight: bold;
}

.it-budget-and-forecasting-closing-managing {
  font-size: 18px;
  color: #444444;
  margin-top: 30px;
  line-height: 1.6;
}

.it-budget-and-forecasting-link-managing {
  color: #f37a6f;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.it-budget-and-forecasting-link-managing:hover {
  color: #5164ae;
  text-decoration: underline;
}

.it-budget-and-forecasting-image-wrapper-managing {
  width: 100%;
}

.it-budget-and-forecasting-img-managing {
  width: 100%;
  height: auto;
}


/* ===========================================
   SECTION 6: MONITORING AND ADJUSTING
   Background: Gray (#f8f8f8)
   =========================================== */

.it-budget-and-forecasting-section-monitoring {
  background-color: #f8f8f8;
  padding: 80px 0;
}

.it-budget-and-forecasting-container-monitoring {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.it-budget-and-forecasting-title-monitoring {
  font-family: 'Segoe UI Bold', sans-serif !important;
  font-size: 40px;
  color: #2d3669;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: bold;
}

.it-budget-and-forecasting-intro-monitoring {
  font-size: 18px;
  color: #444444;
  text-align: center;
  margin-bottom: 50px;
  line-height: 1.6;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.it-budget-and-forecasting-cards-monitoring {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 40px;
}

.it-budget-and-forecasting-card-monitoring {
  background-color: #ffffff;
  padding: 40px 30px;
  border-radius: 8px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  text-align: center;
}


.it-budget-and-forecasting-icon-monitoring {
  font-size: 48px;
  color: #5164ae;
  margin-bottom: 20px;
  display: block;
}

.it-budget-and-forecasting-card-title-monitoring {
  font-family: 'Segoe UI Bold', sans-serif !important;
  font-size: 22px;
  color: #2d3669;
  margin-bottom: 15px;
  font-weight: bold;
}

.it-budget-and-forecasting-card-text-monitoring {
  font-size: 16px;
  color: #444444;
  line-height: 1.6;
}

.it-budget-and-forecasting-closing-monitoring {
  font-size: 18px;
  color: #444444;
  text-align: center;
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto;
}


/* ===========================================
   SECTION 7: ADDITIONAL TOPICS
   Background: White (#ffffff)
   =========================================== */

.it-budget-and-forecasting-section-additional {
  background-color: #ffffff;
  padding: 80px 0;
}

.it-budget-and-forecasting-container-additional {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.it-budget-and-forecasting-grid-additional {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.it-budget-and-forecasting-image-wrapper-additional {
  width: 100%;
}

.it-budget-and-forecasting-img-additional {
  width: 100%;
  height: auto;
 /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);*/
}

.it-budget-and-forecasting-content-additional {
  padding-left: 20px;
}

.it-budget-and-forecasting-title-additional {
  font-family: 'Segoe UI Bold', sans-serif !important;
  font-size: 40px;
  color: #2d3669;
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: bold;
}

.it-budget-and-forecasting-list-additional {
  list-style: none;
  margin: 0;
  padding: 0;
}

.it-budget-and-forecasting-item-additional {
  display: flex;
  gap: 15px;
  margin-bottom: 25px;
  align-items: flex-start;
}

.it-budget-and-forecasting-icon-additional {
  color: #f37a6f;
  font-size: 20px;
  margin-top: 3px;
  flex-shrink: 0;
}

.it-budget-and-forecasting-item-additional strong {
  font-family: 'Segoe UI Bold', sans-serif !important;
  color: #2d3669;
  font-weight: bold;
}

.it-budget-and-forecasting-closing-additional {
  font-size: 18px;
  color: #444444;
  margin-top: 30px;
  line-height: 1.6;
}


/* ===========================================
   SECTION 8: WHY CHARLOTTE BUSINESSES
   Background: Gray (#f8f8f8)
   =========================================== */

.it-budget-and-forecasting-section-charlotte {
  background-color: #f8f8f8;
  padding: 80px 0;
}

.it-budget-and-forecasting-container-charlotte {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.it-budget-and-forecasting-title-charlotte {
  font-family: 'Segoe UI Bold', sans-serif !important;
  font-size: 40px;
  color: #2d3669;
  text-align: center;
  margin-bottom: 50px;
  line-height: 1.2;
  font-weight: bold;
}

.it-budget-and-forecasting-grid-charlotte {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 40px;
}

.it-budget-and-forecasting-card-charlotte {
  background-color: #ffffff;
  padding: 35px 25px;
  border-radius: 8px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  border-left: 4px solid #f37a6f;
}


.it-budget-and-forecasting-icon-charlotte {
  font-size: 36px;
  color: #f37a6f;
  margin-bottom: 15px;
  display: block;
}

.it-budget-and-forecasting-card-title-charlotte {
  font-family: 'Segoe UI Bold', sans-serif !important;
  font-size: 22px;
  color: #2d3669;
  margin-bottom: 15px;
  font-weight: bold;
}

.it-budget-and-forecasting-card-text-charlotte {
  font-size: 16px;
  color: #444444;
  line-height: 1.6;
}

.it-budget-and-forecasting-closing-charlotte {
  font-size: 18px;
  color: #444444;
  text-align: center;
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto;
}


/* ===========================================
   CTA SECTION
   Background: Gradient (#2d3669 to #5164ae)
   =========================================== */

.it-budget-and-forecasting-section-cta {
  background: linear-gradient(135deg, #2d3669 0%, #5164ae 100%);
  padding: 100px 0;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.it-budget-and-forecasting-section-cta::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 50%, rgba(243, 122, 111, 0.1) 0%, transparent 50%),
              radial-gradient(circle at 80% 50%, rgba(243, 122, 111, 0.1) 0%, transparent 50%);
  pointer-events: none;
}

.it-budget-and-forecasting-container-cta {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.it-budget-and-forecasting-content-cta {
  position: relative;
  z-index: 1;
}

.it-budget-and-forecasting-title-cta {
  font-family: 'Segoe UI Bold', sans-serif !important;
  font-size: 32px;
  color: #ffffff;
  margin-bottom: 25px;
  line-height: 1.4;
  font-weight: bold;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.it-budget-and-forecasting-text-cta {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 40px;
  line-height: 1.6;
}

/*----------------
============== END IT Budget & Forecasting
------------------*/

/*----------------
============== START IT Strategic Business Reviews
------------------*/

/* Row Topper */
.it-strategic-business-reviews-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.it-strategic-business-reviews-row-topper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.it-strategic-business-reviews-col {
    width: 100%;
}

.it-strategic-business-reviews-box {
    background: #fff;
    border-radius: 12px;
    padding: 40px;
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    margin-top: -100px;
}

.it-strategic-business-reviews-header-title {
    text-align: center;
    margin-bottom: 20px;
}

.it-strategic-business-reviews-header-title h1 {
    font-family: 'Segoe UI Bold', sans-serif !important;
    font-size: 42px;
    font-weight: 700;
    color: #2d3669;
    margin: 0;
}

.it-strategic-business-reviews-header-title h4 {
    font-weight: 600;
    color: #f37a6f;
    margin: 18px 0 10px 0;
}

.it-strategic-business-reviews-header-content {
    display: flex;
    justify-content: center;
}

.it-strategic-business-reviews-text-content {
    width: 100%;
    max-width: 900px;
}

.it-strategic-business-reviews-text p {
    font-size: 18px;
    color: #444;
    line-height: 1.8;
    text-align: center;
}

.it-strategic-business-reviews-text p a{
    font-weight: 600;
	color: #f37a6f;
}

.it-strategic-business-reviews-text p a:hover,
.it-strategic-business-reviews-text p a:active,
.it-strategic-business-reviews-text p a:focus{
	color: #bd2d10 ;
}

/* ============================================
   SECTION 1: What is a Strategic Business Review?
   ============================================ */
.it-strategic-business-reviews-services-section-2 {
    background-color: #fff;
    padding: 80px 0;
}
.it-strategic-business-reviews-services-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.it-strategic-business-reviews-services-title {
    font-size: 40px;
    font-weight: bold;
    color: #2d3669;
    text-align: center;
    margin-bottom: 60px;
    line-height: 1.2;
}
.it-strategic-business-reviews-two-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}
.it-strategic-business-reviews-column {
    display: flex;
    flex-direction: column;
    gap: 35px;
}
.it-strategic-business-reviews-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    flex: 1;
}
.it-strategic-business-reviews-check {
    min-width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f37a6f;
    font-size: 24px;
    margin-top: 2px;
}
.it-strategic-business-reviews-content h3 {
    font-size: 20px;
    color: #2d3669;
    margin-bottom: 10px;
    font-weight: bold;
    line-height: 1.3;
}

.it-strategic-business-reviews-content p {
    font-size: 18px;
    color: #444444;
    line-height: 1.6;
    margin: 0;
}


/* ============================================
   SECTION 2: Why Strategic Business Reviews Matter
   ============================================ */

.it-strategic-business-reviews-section-2 {
  padding: 80px 40px;
  background-color: #f3f3f3;
}

.it-strategic-business-reviews-container-2 {
  max-width: 1200px;
  margin: 0 auto;
}

.it-strategic-business-reviews-header-2 {
  text-align: center;
  margin-bottom: 60px;
}

.it-strategic-business-reviews-title-2 {
  font-family: 'Segoe UI Bold', sans-serif;
  font-size: 42px;
  font-weight: 700;
  color: #2d3669;
  margin: 0;
  line-height: 1.2;
}

.it-strategic-business-reviews-columns-2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 30px;
}

.it-strategic-business-reviews-item-2 {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding: 20px;
  border-left: 4px solid #f37a6f;
  background-color: #fff;
  border-radius: 12px;
}


.it-strategic-business-reviews-text-2 {
  font-size: 16px;
  color: #444444;
  margin: 0;
  line-height: 1.6;
  font-family: 'Segoe UI', sans-serif;
}

/* ============================================
   SECTION 3: Our Approach to IT Strategy Reviews
   ============================================ */

.it-strategic-business-reviews-section-3 {
  padding: 80px 40px;
}

.it-strategic-business-reviews-container-3 {
  max-width: 1200px;
  margin: 0 auto;
}

.it-strategic-business-reviews-header-3 {
  text-align: center;
  margin-bottom: 60px;
}

.it-strategic-business-reviews-title-3 {
  font-family: 'Segoe UI Bold', sans-serif;
  font-size: 42px;
  font-weight: 700;
  color: #2d3669;
  margin: 0;
  line-height: 1.2;
}

.it-strategic-business-reviews-approach-wrapper-3 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.it-strategic-business-reviews-image-3 {
  position: relative;
  overflow: hidden;
}

.it-strategic-business-reviews-img-3 {
  width: 100%;
  height: auto;
  display: block;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
  clip-path: inset(15% 0 6% 0);
  margin-top: -15%;
}

.it-strategic-business-reviews-steps-3 {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.it-strategic-business-reviews-step-3 {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.it-strategic-business-reviews-step-number-3 {
  min-width: 56px;
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, #5164ae 0%, #2d3669 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-family: 'Segoe UI Bold', sans-serif;
  font-size: 24px;
  font-weight: 700;
  flex-shrink: 0;
}

.it-strategic-business-reviews-step-content-3 {
  flex: 1;
}

.it-strategic-business-reviews-step-title-3 {
  font-family: 'Segoe UI Bold', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #2d3669;
  margin: 0 0 10px 0;
}

.it-strategic-business-reviews-step-text-3 {
  font-size: 15px;
  color: #444444;
  margin: 0;
  line-height: 1.6;
  font-family: 'Segoe UI', sans-serif;
}

.it-strategic-business-reviews-extra-text-3 {
  padding-top: 20px;
}

.it-strategic-business-reviews-additional-3 {
  font-size: 15px;
  color: #444444;
  margin: 0;
  line-height: 1.6;
  font-family: 'Segoe UI', sans-serif;
}

.it-strategic-business-reviews-link-3 {
  color: #f37a6f;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.it-strategic-business-reviews-link-3:hover {
  color: #bd2d10 ;
}

/* ============================================
   SECTION 4: Bringing Technology to the Executive Table
   ============================================ */

.it-strategic-business-reviews-section-4 {
  padding: 80px 40px;
  background-color: #f3f3f3;
}

.it-strategic-business-reviews-container-4 {
  max-width: 1200px;
  margin: 0 auto;
}

.it-strategic-business-reviews-header-4 {
  text-align: center;
  margin-bottom: 60px;
}

.it-strategic-business-reviews-title-4 {
  font-family: 'Segoe UI Bold', sans-serif;
  font-size: 42px;
  font-weight: 700;
  color: #2d3669;
  margin: 0;
  line-height: 1.2;
}

.it-strategic-business-reviews-benefits-4 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.it-strategic-business-reviews-benefit-4 {
  background: #ffffff;
  padding: 40px 30px;
  border-radius: 12px;
  text-align: center;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
}


.it-strategic-business-reviews-icon-box-4 {
  font-size: 48px;
  color: #5164ae;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  background: rgba(81, 100, 174, 0.1);
  border-radius: 12px;
}


.it-strategic-business-reviews-benefit-text-4 {
  font-size: 16px;
  color: #444444;
  margin: 0;
  line-height: 1.6;
  font-family: 'Segoe UI', sans-serif;
}

/* ============================================
   SECTION 5: Turn IT Metrics into Business Growth (CTA)
   ============================================ */

.it-strategic-business-reviews-section-5 {
  padding: 80px 40px;
  background: linear-gradient(135deg, #2d3669 0%, #5164ae 100%);
  padding: 100px 0;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.it-strategic-business-reviews-container-5 {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.it-strategic-business-reviews-cta-content-5 {
  text-align: center;
  max-width: 800px;
}

.it-strategic-business-reviews-title-5 {
  font-family: 'Segoe UI Bold', sans-serif;
  font-size: 42px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 20px 0;
  line-height: 1.2;
}

.it-strategic-business-reviews-description-5 {
  font-size: 18px;
  color: #f3f3f3;
  margin: 0 0 16px 0;
  line-height: 1.7;
  font-family: 'Segoe UI', sans-serif;
}

.it-strategic-business-reviews-cta-text-5 {
  font-size: 16px;
  color: rgba(243, 243, 243, 0.9);
  margin: 0;
  line-height: 1.7;
  font-family: 'Segoe UI', sans-serif;
}


/*----------------
============== END IT Strategic Business Reviews
------------------*/

/*----------------
============== Flexible Per-User Assignment 
------------------*/
.user-support-flexible{
	margin-bottom: -75px;
}

.flexible-p p{
	border-left: 4px solid #f37a6f;
	padding: 35px;
	margin-bottom:35px;
}



/*----------------
============== Start Service Style Nine at inner page 'itservices' 
------------------*/
.service-single-items {
  margin-bottom: 35px;
}
.service-single-items .service-text ul li { 
	list-style-type: disc;
}
.service-single-icon {
  font-size: 50px;
  color: #f37a6f;
}
.service-single-items h2:hover{
  color: #f37a6f;
}
.service-single-items h2{
  position: relative;
  font-size: 20px;
  margin-bottom: 30px;
}
.service-single-items h2::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 60px;
  background: #999;
  bottom: -15px;
  left: 0;
}




/*----------------
============== Start Web Development section at inner page
------------------*/
.web-dev-single-content{
  margin-bottom: 40px;
}
.content-position {
  font-size: 18px;
  color: #f37a6f;
  font-weight: 600;
}
.content-title {
  font-size: 18px;
  color: #333;
  font-weight: 600;
  padding: 5px 0 10px 0;
}
.content-text {
  padding: 0 10px 0 0;
}


/*----------------
============== Start Web Development section at inner page
------------------*/
.feature-content-section .single-content .content-icon{
  font-size: 40px;
  margin-right: 30px;
}
.feature-content-section .content-text h4 {
  /* font-family: "Rubik",Sans-serif; */
  font-size: 20px;
  font-weight: 500;
  color: #444;
}
.feature-content-section .single-content {
  border: 1px solid #e6e6e6;
  padding: 25px 15px;
  transition:.5s;
  margin-bottom: 30px;
}
.feature-content-section .single-content:hover {
  box-shadow: 15px 15px 25px rgba(0, 0, 0, 0.1);
}


/*----------------
============== Start Pagination style at Blog-Grid page inner
------------------*/

.pagination {
  display: inline-block;
}

.pagination a {
  font-size: 18px;
  font-weight: 500;
  color: #f37a6f;
  float: left;
  text-decoration: none;
  transition: background-color .3s;
  margin: 0 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
}

.pagination a.active {
  background-color: #f37a6f;
  color: white;
  border: 1px solid #f37a6f;
}
.pagination a:hover {
  background: #f37a6f;
  color: #fff;
}

/*-------------------
============= Start Blog Section Style Six
-------------------*/
.blog-section.style-6 .blog-single-items {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  border-radius: 0;
  margin: 0 0 35px;
  transition:.5s;
  position: relative;
}
.blog-section.style-6 .blog-single-items:hover {
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.3);
}
.blog-section.style-6 .blog-thumb img {
  width: 100%;
  padding: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.blog-section.style-6 .blog-meta-top ul {
  top: 10px;
  left: 10px;
}

.blog-section.style-6 .blog-content {
  padding: 45px 35px 20px;
  position: relative;
  background: #fff;
}
.blog-section.style-6 .blog-meta{
  position: absolute;
  top:-20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 85%;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  padding: 10px;
  text-align: center;
}
.blog-content-text h5 a {
  font-size: 30px;
  font-weight: 600;
}
.widget-items {
  padding: 35px 29px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.widget-items form {
  position: relative;
}
.src-input-box {
  border: 1px solid #ccc;
  padding: 17px 9px;
  width: 100%;
}
.src-input-box:focus {
  border: 1px solid #ccc;
}
.src-icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: #777;
  background: transparent;
  border: none;
}
.widget-title {
  margin-bottom: 40px;
  position: relative;
}
.widget-items .widget-title h2 {
    color: #232323;
    display: block;
    font-size: 24px;
    padding-bottom: 0;
    position: relative;
    margin-bottom: 8px;
}
.widget-title h2::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 80px;
    height: 3px;
    background: #aec6ef;
}
.widget-title h2::after {
  content: "";
  position: absolute;
  left: 0;
  top: 36px !important;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: #f37a6f;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-name: MOVE-BG;
}

@keyframes MOVE-BG{
  0%{ left:0px; top:0px;}
  100%{ left:80px; top:0px;}
}

.hr-3 {
 border-top:1px solid  #e6e6e6;
 padding-top: 15px;
}
.catagory-item ul li{
  padding-top: 15px;
  margin-top: 18px;
  list-style: none;
}
.catagory-item ul li:hover a{
  color: #f37a6f;
}
.rpost-thumb img {
  width: 100%;
  border-radius: 5px;
}
.rpost-thumb {
  margin-right: 15px;
}
.rpost-title h4{
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  transition: .3s;
}
.rpost-title h4:hover{
  color: #f37a6f;
}
.rpost-title span {
  font-size: 14px;
}
.widget-recent-post {
  margin-bottom: 15px;
}
.bg-3 {
  background:  #f2f2f2;
}
.tag-item a {
  border: 1px solid #e6e6e6;
  padding: 5px 8px;
  text-transform: capitalize;
  display: inline-block;
  margin: 2px 3px 10px;
}
.tag-item a:hover {
 color:#fff;
 background: #f37a6f;
 border-color: #f37a6f;
}


/* Calender*/

.curr-month {
  width: 100%;
  height: 40px;
  background: #d6d6d6;
  color: #000;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
}

.all-days {
  width: 100%;
  height: 40px;
  background-color: #fff;
  float: left;
}

.tag-item .all-days ul,
.tag-item .all-date ul {
  list-style: none;
  display: block;
  height: 30px;
  width: 100%;
  margin: 0 auto;
  float: left;
  font-size: 15px;
  font-weight: 300;
}

.tag-item .all-days ul li,
.tag-item .all-date ul li {
  float: left;
  width: 43px;
  text-align: center;
  line-height: 41px;
  border: 1px solid #ccc;
  color: #333;
}
.tag-item .all-days ul li {
  font-weight: 600;
}
.all-date {
  width: 100%;
  height: 305px;
  float: left;
}

.all-date li {
  height: 40px;
  width: 50px;
  line-height: 40px;
  border: 1px solid #ccc;
  background-color: #fff;
}

.all-date li.monthdate:hover {
  background-color: #02548b;
  color: #fff;
}
.calender-area {
  height: 435px;
}
.widget-items p {
  margin-bottom: 0;
}

/*-------------------
============= Start Services Page CSS
-------------------*/
.counter-text h1::before{
	border: unset;
}

.acc-content{
	display:flex;
	flex-direction: column;
}
.services-page-headline{
	font-size: 26px;
    color: #2d3669;
    font-family: 'Segoe UI SemiBold', sans-serif !important;
    font-weight: 700;
    padding: 32px 20px 32px 116px;

}
.i-services-page{
	color: #f37a6fba;
    position: relative;
	font-size: 30px;
}

.i-services-page i:hover{
	color: #2d3669;
    cursor: pointer;
}

.icon-services-page {
	position: absolute;
    top:9px;
    background-color: #fff;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 5px rgb(217, 217, 217, 0.7);
	color: #f37a6f !important;
    font-size: 20px !important;
}
.services-page-p{
  font-size: 16px;
  font-family: 'Segoe UI', sans-serif !important;
  color: #6d6d6d;
  padding: 0 20px 0 10px;
  margin-top: 15px;
}

ul.services-page-p{
  margin-left: 25px;
}
ul.services-page-p li{
  margin-bottom: 15px;
  list-style-type: none;
}
.fun-fact-content-container h2{
  text-align: center;
}
.btn-services-page{
	display: flex;
    justify-content: center;
}

/*-------------------
============= Start Blog Section Style Seven
-------------------*/
.blog-section.style-7 .blog-single-items {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  border-radius: 0;
  margin: 0 0 35px;
  transition:.5s;
  position: relative;
}
.blog-section.style-7 .blog-single-items:hover {
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.3);
}
.blog-section.style-7 .blog-thumb img {
  width: 100%;
  padding: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.blog-section.style-7 .blog-meta-top ul {
  top: 10px;
  left: 10px;
}
.blog-section.style-7 .blog-content {
  padding: 45px 35px 20px;
  position: relative;
  background: #fff;
}
.blog-section.style-7 .blog-meta {
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 85%;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  padding: 10px;
  text-align: center;
}
.blog-section.style-7  .blog-content-text h5 a {
  font-size: 20px;
  font-weight: 600;
}

/*-------------------
============= Start Blog Section Style Eight
-------------------*/
.blog-section.style-8 .blog-content {
  box-shadow: 0 0 15px rgb(0,0,0,0.1);
}
.blog-section.style-8 .blog-thumb img {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.blog-section.style-8 .blog-content-text h5{
  font-size: 35px;
  font-weight: 700;
}
.blog-section.style-8  .blog-meta {
  font-size: 16px;
}
.block-quote p {
  font-size: 20px;
  font-style: italic;
  color: #232;
}
.block-quote {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 25px;
  border-radius: 5px;
  border-left: 4px solid #f37a6f;
  margin: 30px 0;
}
.block-quoto-footer {
    font-style: italic;
    font-size: 16px;
}
.blog-section.style-8 .blog-content h4 {
  font-size: 22px;
  margin: 25px 0;
  font-weight: 700;
}
.single-blog-social-icon ul {
  margin: 25px 0;
}
.single-blog-social-icon ul li {
  display: inline-block;
  margin-right: 5px;
}
.single-blog-social-icon ul li i {
  font-size: 15px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.single-blog-social-icon ul li:hover i {
  color:#fff;
  background: #f37a6f;
}
.comment-title h3 {
  font-size: 24px;
  margin-bottom: 20px;
}
.comment-title span{
  position: relative;
}
.comment-title span::before {
    content: "";
    position: absolute;
    bottom: 13px;
    width: 80px;
    height: 3px;
    background: #aec6ef;
    top: 3px;
}
.comment-title span::after {
  content: "";
  position: absolute;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: #f37a6f;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-name: MOVE-BG;
}
.comment-box {
  width: 100%;
  padding: 15px 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  margin-bottom: 20px;
  transition:.5s;
}
.comment-box:focus, #comment-msg-box:focus {
 border-color: #f37a6f;
 outline: 0;
 box-shadow: 0 0 6px rgb(204, 48, 0, 0.6);
}
.comment-form input::placeholder {
  color:#000;
}
.lbl-text {
  font-size: 14px;
  font-weight: 300;
}
.comment-form p {
  margin-top: 0;
}
#comment-msg-box {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 15px 10px;
  transition:.5s;
}
.comment-form .submit-comment {
  color: #fff;
  background: #f37a6f;
  border: 1px solid #f37a6f;
  border-radius: 3px;
  padding: 13px 35px;
  margin-left: 15px;
  margin-bottom: 50px;
}
.comment-form .submit-comment:hover {
  background:#cc3000;
}
.blog-content ol {
  padding-left: 15px;
}
/*---------
====== To-Top
-------------*/
#to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    font-size: 22px;
    width: 50px;
    height: 50px;
    background: #f37a6f;
    color: #fff;
    border: none;
    cursor: pointer;
    display: none;
    z-index: 99999;
    outline: 0;
}


/*Loader*/

.loader-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: 0.8s 1s ease;
    z-index: 666;
}
.loader {
  position: relative;
  display: block;
  z-index: 201;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  border-radius: 50%;
  transition: all 1s 1s ease;
  border: 3px solid transparent;
  border-top-color: #f37a6f;
  -webkit-animation: spin 1.5s linear infinite;
  -moz-animation: spin 1.5s linear infinite;
  -o-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}
.loader:before {
  position: absolute;
  content: '';
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-left-color: #825AE8;
  -webkit-animation: spin 2s linear infinite;
  -moz-animation: spin 2s linear infinite;
  -o-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
.loader:after {
  position: absolute;
  content: '';
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-right-color: #fff;
  -webkit-animation: spin 2.5s linear infinite;
  -moz-animation: spin 2.5s linear infinite;
  -o-animation: spin 2.5s linear infinite;
  animation: spin 2.5s linear infinite;
}
/** Here comes the Magic **/

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.loader-wrapper .loder-section {
    position: fixed;
    top: 0;
    width: 50%;
    height: 100%;
    background: #111;
    z-index: 2;
}
.loader-wrapper .loder-section.left-section {
  left: 0;
  transition: 1s 1.4s ease;
}
.loader-wrapper .loder-section.right-section {
  right: 0;
  transition: 1s 1.4s ease;
}

/** When page loaded **/
.loaded .loder-section.left-section {
  left: -100%;
}
.loaded .loder-section.right-section {
  right: -100%;
}
.loaded .loader-wrapper {
  visibility: hidden;
}
.loaded .loader {
  top: -100%;
  opacity: 0;
}



/*particles js*/
div#particles {
    position: relative;
}

#webcoderskull {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 20px;
    width: 100%;
}
div#particles .hero-section.style-2 {
    background: inherit;
}
div#particles .hero-section.style-10 {
    background: inherit;
}

.support-second-column {
	position:relative; 
	left:64px;
}

/* Aspirin Campaign */

.aspirin-campaign p {
  color: #232323;
}
.aspirin-campaign ul {
	list-style:disc outside;
	font-weight: bold;
	margin: 10px 30px;
  max-width: 55%;
}
.aspirin-campaign ul li { 
  margin-bottom: 10px;
}
.aspirin-campaign .section-head-container ul li { 
  list-style-type: disc;
  font-weight: bold;
  font-size: 18px;
}
.aspirin-campaign .btn-common { 
  margin: 50px auto;
  display: block;
  text-align: center;
}
.aspirin-campaign .fa {
  font-weight: normal;
} 
.aspirin-campaign .fa-li {
  left: 10px;
}
.Theme_Group_Default .btn {
  display: block;

}
.Theme_Group_Default .form_submit input {
  margin: 0 auto;
  max-width: 100%;
  white-space: break-spaces;
}
.aspirin-testimonials .component{
  border:1px solid #e3e3e3; 
  padding:15px; 
  background-color: #f9f9f9; 
  margin-bottom:30px;
}
.aspirin-testimonials blockquote{
  padding: 0;
}
.aspirin-testimonials .testimonial-headline{
padding: 10px 20px 0;
}
.aspirin-testimonials blockquote p{ 
  color: #444;
}
.aspirin-testimonials .d-flex img{ 
  margin-top:10px; 
  margin-right:20px; 
  margin-bottom:25px; 
  border-radius:50%;
}
.aspirin-testimonials .d-flex h4{
  margin: 0;
} 

/****************************Start Media Query *****************************/
@media only screen and (max-width: 1200px){
	
	/**************** Header-top-area before **********/
	
	.header-top-area::before{
		width: 75% !important;
	}
	
	.header-top-area::before {
	  content:"";
	  height: 100%;
	  background: #f37a6f;
	  position: absolute;
	  top: 0;
	  left: -20px;
	  transform: skew(-25deg);
	}
	
	/**************** Header area *******************************/
	.navbar-nav {
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.navbar-nav > li> a {
		padding: 15px 6px;
	}	
	
	.nav-btn a i {
		font-size: 16px !important;
	}
	
	.itsoft_nav_manu div.itsoft_menu ul li a i {
		margin-left: 0px;
	}
	
	.nav-btn a span, .nav-btn a:focus span {
		font-size: 16px;
	}
	
	/************** Facts About Our Company *******************/
	.facts-about-num{
		font-size: 70px;
	}
	
	.home-facts-about h4 { 
		font-size:18px;
	}
	
	.support-second-column {
		position:relative; 
		left:0;
	}
}


@media only screen and (max-width: 992px){
	
	/************ Logo ***************/
.navbar-top-wrapper {
  text-align: center;
}

	#dnn_dnnLOGO_imgLogo{
		width: 90px;
	}
	.navbar .brand {
		display: flex;
		align-items: center;
		min-width: 90px;
	}
	
	.navbar {
		flex-direction: row;
	}
	.sticky .logo img:nth-child(2) {
		display: block;
		width: 90px;
	}
	
	/**************** Header-top-area before **********/
	
	.header-top-area::before {
		width: 70% !important;
	}
		
	/************** Navbar *************************/
	.sm-collapsible .nav-btn a.nav-call-now,
	.sm-collapsible .nav-btn a.nav-call-now:focus {
		background: transparent !important;
		border: none !important;
		display: flex !important;
		justify-content: center;
		align-items: center;
	}
	
	#dnnMenu .topLevel li a:hover {
		background: #f37a6f  !important;
		color: #fff !important;
		border-radius: 0 !important;
	}
	
	.sm-collapsible .nav-btn a.nav-call-now{
		margin: 0 !important;
	}
	/************** Header image *********************/
	
	.carousel-slider-content h1, .carousel-slider-content h2{
		font-size: 30px !important;
	}
	
	.carousel-slider-content p {
		color: #000;
		/*text-shadow: 0px 0px 7px #4a4a4a;*/
		margin-top: 15px;
		font-size: 18px;
	}
	
	.free-copy-report-single-item{
		margin-top: 50px;
	}
	/************** Services and Solutions*******************/
	.services-home-section .container .fc-mt h3{
		margin-top:200px !important;
	}
	
	/************** Facts About Our Company *******************/
	.facts-about-single-item{
		margin: 30px;
	}
	
	/******************* Contact form area ***************************/
	
	.appointment-section-thumb{
		margin-left: 0px;
	}
	
	.btn-subscribe-footer{
		width:98%;
	}
	
	/************ About us page ******************/
	
	.bottom-flip-box{
		margin-bottom:100px;
	}
	/************** Not ready to call us just yet? *************/
	#dnn_P1_50_1_Home {
		padding: 0;
	}
	
	.home-facts-about h4 { 
		font-size:18px;
	}
	.free-consultation-form h3,
	.free-consultation-form p	{
		padding: 10px 20px;
	}
	.have-a-questions .have-a-questions-form {
		padding: 0;
	}
	.appointment-section .container {
		display:block;
	}
	.single-circular-box {
		padding:0 !important;
	}
	
	.free-copy-report-single-item{
		margin-top: 75px;
	}
	
	.free-copy-report-single-item{
		flex-direction: column;
	}
	.free-copy-report-button{
		padding: 50px 0;
	}
	
	.free-copy-report-content{
		padding: 10px 25px;
	}
	
	
	#dnn_P1_100_3 > div {
		margin-bottom: 25px; 
	}
	.about-single-content .col-md-12 {
		padding:0;
	}
	
	.free-copy-report-single-item {
		margin-top:0 !important;
	}
}

@media (min-width: 768px) and (max-width: 991px){
	.itsoft_nav_manu {
		overflow: visible !important; 
	}
	.widget p {
		font-size: 13px!important;
	}
	.cctv-feature-area .container {
		min-width:100%;
	}
	.feature-content-buttons .btn-feature-content { 
		font-size: 13px;
	}
	.single-cctv-feature-box {
		padding:0 20px;
	}
	.row.topper {
		margin-left:20px;
		margin-right:20px;
	}
	/*
	#dnn_ContentPane > div:first-child {
		height: 70px;
	}
	*/
	.services-home-section {
		padding-top:260px;
	}
	
	#dnn_P1_50_1_Home {
		height:100%;
	}
	
	#dnn_P1_50_1_Home * {
		height:100%;
	}
}


@media (min-width: 768px){
/***************** Book a dicovery call *******************/
	.guest__bookingArea {
		padding: 5rem !important;
	}	

	.nav-call-now {
		z-index: 10;
		position: relative;
	}
}
@media only screen and (max-width: 767px){
	
	
	/*********** Navbar ***************/
	
	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
		background-color: unset;
	}
	
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #f37a6f;
	}
	
	/*.navbar-default .navbar-toggle {
		border-color: #ddd !important;
	}*/
	.navbar-header,
	.logo img{
		margin: 0 50px;
	}
	
	.itsoft_nav_manu {
		padding:0 !important;
	}
	/************** Header image *********************/

	
	/************** Services and Solutions*******************/
	.services-home-section .container .fc-mt h3{
		margin-top:400px !important;
	}
	
	
	/*********** 9 Big Reasons Why You Should Trust Us To Be Your IT Department ************/
	.nine-big-reasons-section .nine-big-reasons-container{
		margin: 0 25px;
	}
	
	.nine-big-reasons-thumb-section{
		margin: 0 25px;
	}
	
	.single-cctv-feature-box {
		border-right: none;
		border-bottom :1px solid rgba(221, 221, 221, 1);
		padding-bottom: 40px;
		padding-top: 40px;
		
	}
	.single-cctv-feature-box:last-child { 
		margin-bottom:0;
		
	}
	.row.topper div:last-child .single-cctv-feature-box {
		border-bottom:none;
	}
	
  .have-a-questions .have-a-questions-form .DnnModule {
    flex: 0 0 100%;
  }
	
	.have-a-questions .container {
		max-width: unset;
	}
	
/****************************************************/
	
/***********Our Simple IT Services Transition Plan*******/
	.design-element {
		display:none;
	}
	
	.btn-subscribe-footer{
		width:98%;
	}
/**************** Contact us page - Get In Touch **********************/
	#dnn_P1_50_2{
		margin-top: -40px;
	}
	/*
	#dnn_ContentPane.support > div:first-child {
		height: 580px;
	}
	*/
}

@media only screen and (max-width: 600px){
	/*********** About us page **************/
	.flip-box-section{
		display: none;
	}
}

@media only screen and (max-width: 575px){
	
	/************* Services **************/
	.services-item{
		margin: 30px;
	}
	
	/***********Our Simple IT Services Transition Plan*******/
	.three-steps-our-plan-section .col-12 {
		margin: 40px 0px;
		padding: 0 25px;
	}
	
	.nine-big-reasons-feature li{
		padding: 10px 20px;
	}
	
	.our-partners h3{
		padding: 0;
		margin: 0;
	}
	
	/*********** Footer*******/
	.footer-quick-link,
	.footer-popular-post,
	.footer-contact{
		padding:10px 20px
	}
	
	.btn-subscribe-footer{
		width:98%;
	}

	
	/*********** why trust us page *******/
	.breadcumb-content h1
	{
		margin-left:75px;
	}
	
	.breadcumb-content{
		margin-left:20px;
	}
	#breadcrumb span:first-child {
		margin-left: 20px;
	}
	
	.about-single-thumb,
	.section-head{
		padding: 20px;
	}
	
	.about-content-container{
		margin: 0 30px;
	}
	
	.popup-form-btn,
	.Theme_04_Default .form_submit .submit_but,
	.Theme_04_Default .form_submit .reset_but { 
		white-space: wrap !important;
		line-height: 1.5 !important;
	}
	
	
}

@media only screen and (max-width: 400px){
	.header-top-left-items{
		display: flex;
		margin: 15px;
	}
	
	.btn-subscribe-footer{
		width:98%;
	}
	
	/************ Header image *******************/
	.carousel-slider-content h1, .carousel-slider-content h2{
		font-size: 20px !important;
		margin: 15px;
	}
	
	.carousel-slider-content p{
		font-size: 14px;
		margin: 15px;
	}
	
	.carousel-slider-content h5{
		margin: 15px;
	}
	
	/************** Facts About Our Company *******************/
	.facts-about-num{
		font-size: 40px;
	}
	
	.section-head-facts-about h3{
		margin: 20px;
	}
	
	.facts-about-num{
		height: 45px;
	}
	
	/*********8 Here’s How We Do It in 3 Steps *****************/
	.btn-common a{
		font-size: 14px;
	}
	
	/********** Footer*******************/
	.footer-quick-link{
		margin-top: 65px
	}
}

@media only screen and (min-width: 320px) and (max-width: 480px){
	.testimonial-section.style-5 .testimonial-content-text {
		width: 100% !important;
		padding: 20px 35px 50px !important;
	}
	
	#dnn_ContentPane.support > div:first-child {
		/*height: 630px;*/
	}
}

@media only screen and (min-width: 481px) and (max-width: 599px){
	.testimonial-content-text {
		padding: 20px 40px 50px !important;
	}
	
}
@media only screen and (max-width: 320px){
	.testimonial-section.style-5 .testimonial-content-text  {
		padding: 20px 55px 10px !important;
	}
}
.grecaptcha-badge { visibility: hidden; }

/*******************************End Media Query *********************************************/


/*Scroll bar nav*/
::-webkit-scrollbar {
    width: auto !important;
}

/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: auto !important;
    -webkit-border-radius: auto;
    border-radius: auto !important;
    background:auto !important; 
}

/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius:auto !important;
    border-radius:auto !important;
    background:auto !important;
    -webkit-box-shadow:auto !important;
}
::-webkit-scrollbar-thumb:window-inactive {
    background: auto !important; 
}
.dnnPrivacy,
.dnnTerms {
	max-width: 1170px;
    margin: 0 auto;
}
/*
#dnn_ctr_Privacy_lblPrivacy > div,
#dnn_ctr_Terms_lblTerms > div {
	float:left;
	
}
#dnn_ctr_Privacy_lblPrivacy > div p,
#dnn_ctr_Terms_lblTerms > div p {
	max-width: 1170px;
	margin:0 auto;
}
#mainHeader-inner.container {
	max-width: unset;
}
*/

/* Blog Colors Fix */
.blog-container {
  margin-bottom: 30px;
}
.eds_news_Advantage .card-description a {
  font-weight: 700;
}

.eds_news_Advantage.eds_style_predefined_victorian h2 a:not(.btn):link,
.eds_news_Advantage.eds_style_predefined_victorian .edNews_commentActions .edNews__replyComment,
.eds_news_Advantage.eds_style_predefined_victorian .edNews_summary a:not(.btn):link,
.eds_news_Advantage .edNews_defaultList .edNews_summary p,
.eds_news_Advantage.eds_style_predefined_victorian a:not(.btn):link,
.eds_news_Advantage.eds_style_predefined_victorian .card-body a:not(.btn):link:hover,
.eds_news_Advantage.eds_style_predefined_victorian .card-body a:not(.btn):link:active,
.eds_news_Advantage.eds_style_predefined_victorian .card-body a:not(.btn):link:visited,
.eds_news_Advantage.eds_style_predefined_victorian .card-body .edNews_articleHeaderMeta a:not(.btn):link,
.eds_news_Advantage.eds_style_predefined_victorian .card-title > a:not(.btn),
.eds_news_Advantage.eds_style_predefined_victorian .card-title > a:not(.btn):visited,
.eds_news_Advantage.eds_style_predefined_victorian a:not(.btn):visited  {
  color: #232323 !important;
}

.eds_news_Advantage.eds_style_predefined_victorian .edNews_summary a:not(.btn):link:hover,
.eds_news_Advantage.eds_style_predefined_victorian .edNews_summary a:not(.btn):link:active,
.eds_news_Advantage.eds_style_predefined_victorian a:not(.btn):hover,
.eds_news_Advantage.eds_style_predefined_victorian a:not(.btn):active, 
.eds_news_Advantage.eds_style_predefined_victorian .edNews_commentActions .edNews__replyComment,
.eds_news_Advantage.eds_style_predefined_victorian h1 a:not(.export, .rss):hover, 
.eds_news_Advantage.eds_style_predefined_victorian h2 a:not(.export, .rss):link:hover, 
.eds_news_Advantage.eds_style_predefined_victorian h3 a:not(.export, .rss):hover, 
.eds_news_Advantage.eds_style_predefined_victorian h4 a:not(.export, .rss):hover, 
.eds_news_Advantage.eds_style_predefined_victorian h5 a:not(.export, .rss):hover, 
.eds_news_Advantage.eds_style_predefined_victorian h6 a:not(.export, .rss):hover,
.eds_news_Advantage.eds_style_predefined_victorian .card-body a:not(.btn):link,
.eds_news_Advantage.eds_style_predefined_victorian .card-body .edNews_articleHeaderMeta a:not(.btn):link:hover,
.eds_news_Advantage.eds_style_predefined_victorian .card-title > a:not(.btn):hover,
.eds_news_Advantage.eds_style_predefined_victorian .card-title > a:not(.btn):active {
  color: #f37a6f !important;
}

.eds_news_Advantage.eds_style_predefined_victorian .edNews_articleDetails a:not(.admin_action) {
  text-decoration: underline;
}

.eds_news_Advantage.eds_style_predefined_victorian .edNews_articleDetails .edNews_articleHeaderMeta a {
  text-decoration: none;
} 

.eds_news_Advantage.eds_style_predefined_victorian.eds_subCollection_news .article_pager a.active, 
.eds_news_Advantage.eds_style_predefined_victorian.eds_subCollection_news .article_pagination span {
  color: #fff !important
}

.blog-container .eds_news_Advantage .author {
   font-weight: 700;
   text-align: right;
}

.blog-container .eds_news_Advantage.eds_style_predefined_victorian.eds_templateGroup_listArticleDefault .card .author a {
   color: #5163ae !important;
   font-weight: 700;
   text-decoration: underline;
}

.blog-container .eds_news_Advantage.eds_style_predefined_victorian.eds_templateGroup_listArticleDefault .card .author a:hover {
   color: #f37a6f !important;
}

.share-links .sharethis-inline-share-buttons {
  margin-top: 20px;
  text-align: left !important;
}

.DnnModule-2558 {
  margin-top: 30px;
}

.eds_news_Advantage .card .card-title {
  margin-top: 0;
}

.eds_news_Advantage .card {
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 0;
  box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.14);
}

/* Blog Content Styles */
.edNews_article ol li {
  margin-bottom: 24px;
  font-weight: 700;
}
.edNews_article ol li span {
  font-weight: 400;
}

.edNews_article ul {
  padding-left: 21px;
}
  
.edNews_article ul > li {
  margin-bottom: 10px;
  list-style-type: disc;
  list-style-position: outside;
}

.edNews_article ol ol,
.edNews_article ol ul,
.edNews_article ul ol,
.edNews_article ul ul {
  padding-left: 40px;
}

.edNews_article ul ol li {
  margin-bottom: 0;
  font-weight: 400;
  list-style-type: decimal;
}

.eds_news_Advantage table {
  margin-bottom: 1.75rem;
}

.eds_news_Advantage table th {
  padding: 10px;
  border: 1px solid #ccc;
  background: #ebebeb;
}

.eds_news_Advantage table td {
  padding: 10px;
  border: 1px solid #ccc;
}

/* Related Articles Styles */
.blog-container .eds_news_Advantage.eds_style_predefined_victorian .edNews_tags a:link, 
.blog-container .eds_news_Advantage.eds_style_predefined_victorian .edNews_tags a:active, 
.blog-container .eds_news_Advantage.eds_style_predefined_victorian .edNews_tags a:visited {
    background-color: transparent !important;
    padding: 0 !important;
}

.blog-container .eds_news_Advantage.eds_style_predefined_victorian .edNews_smallCardArticle, 
.blog-container .eds_news_Advantage.eds_style_predefined_victorian .edNews_cardList .edNews_smallCardArticle {
  padding-right: 10px;
  transition: all 0.2s ease;
}

.blog-container .eds_news_Advantage.eds_style_predefined_victorian .edNews_smallCardArticle:hover, 
.blog-container .eds_news_Advantage.eds_style_predefined_victorian .edNews_cardList .edNews_smallCardArticle:hover {
  background-color: #fff !important;
  box-shadow: 0 0 12px 0px rgba(0,0,0,0.3);
}

.blog-container .eds_news_Advantage .edNews_smallCardArticle:hover a:link .edNews_smallTitle, 
.blog-container .eds_news_Advantage .edNews_smallCardArticle:hover a:active .edNews_smallTitle, 
.blog-container .eds_news_Advantage .edNews_smallCardArticle:hover a:visited .edNews_smallTitle, 
.blog-container .eds_news_Advantage .edNews_smallCardArticle:hover a:link:hover .edNews_smallTitle, 
.blog-container .eds_news_Advantage .edNews_smallCardArticle:hover a:active:hover .edNews_smallTitle, 
.blog-container .eds_news_Advantage .edNews_smallCardArticle:hover a:visited:hover .edNews_smallTitle {
  color: #3C4858 !important;
}

.blog-container .eds_news_Advantage .edNews_smallCardArticle a img {
  max-width: 30%;
}

.blog-container .eds_news_Advantage .edNews_smallCardArticle a .edNews_smallTitle {
  font-size: 1rem !important;
}

.blog-container .edn__articleListWrapper::before {  
  display: block;
  margin-top: 25px;
  color: #232323 !important;
  font-size: 1.5rem;
  font-family: 'Segoe UI Bold', sans-serif;
  content:'Related Articles';
}

@media (min-width: 992px) {
  .blog-container #dnn_P2_75_1,
  .blog-container #dnn_P2_25_2 {
    float: left;
  }
}

@media (min-width:992px) and (max-width: 1200px) {
  .blog-container .eds_news_Advantage .edNews_smallCardArticle a .edNews_smallTitle {
    font-size: 0.85rem !important;
  }
}

@media (min-width:600px) and (max-width: 991px) {
  .blog-container .eds_news_Advantage .title {
    font-size: 2rem !important;
  }  

  .blog-container .eds_news_Advantage .edNews_smallCardArticle a .edNews_smallTitle {
    font-size: 1.3rem !important;
  }
}

@media (min-width:481px) and (max-width: 599px) {
  .blog-container .eds_news_Advantage .title {
    font-size: 1.8rem !important;
  }  

  .blog-container .eds_news_Advantage .edNews_smallCardArticle a .edNews_smallTitle {
    font-size: 1.2rem !important;
  }
}

@media (max-width: 450px) {
  .blog-container .eds_news_Advantage .title {
    font-size: 1.6rem !important;
  } 

  .blog-container .eds_news_Advantage .edNews_smallCardArticle a .edNews_smallTitle {
    font-size: 0.9rem !important;
  } 
}


  
/* Cyber Security Tips Header Size fix */
.tips-container h4 {
  font-size: 25px;
}

.tips-container .section-head h5,
.tips-container p {
  font-size: 18px;
}

.tips-container .section-head h3 {
  font-size: 33px !important;
}

@media (min-width: 576px) {
  .tips-container .section-head h3 {
    font-size: 40px !important;
  }
}

@media (min-width: 992px) {
  .tips-container .section-head h3 {
    font-size: 50px !important;
  }
}

@media (min-width: 1200px) {
  .tips-container .section-head h3 {
    font-size: 60px !important;
  }
}


/* Referral Page Styles */
/* Referral Banner */
.referral-banner {
  position: relative;
  display: flex;
  justify-content: center;
}

.referral-banner-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.referral-banner-content h1 {
  flex: 0 0 100%;
  color: #2d3669;
  font-size: 2.5vw;
  line-height: 1.4;
  font-family: 'Segoe UI Bold', sans-serif !important;
}

.referral-banner-content p {
  margin-top: 1.4vw;
  margin-bottom: 1.4vw;
  color: #2d2d2d;
  font-weight: 700;
  font-size: 1.3vw;
  line-height: 1.8;
}

.referral-banner-content span {
  display: block;
  margin-top: 2.1vw;
  margin-bottom: 2.3vw;
  color: #2d2d2d;
  font-size: 1.2vw;
  line-height: 1.8;
}

.referral-banner-content p strong {
  color: #fff;
  font-weight: 400;
  font-family: 'Segoe UI Bold';
}

.referral-banner-content .btn-common {
  margin-top: 0.8vw;
  margin-bottom: 2rem;
  flex: 0 0 100%;
  padding: 0;
}

/* Referral Topper  */
.row.referral-topper {
  margin-top: -2vw;
  margin-bottom: 4rem;
  padding-bottom: 4rem;
}

.referral-topper h2 {
  margin-top: 1rem;
  margin-bottom: 3rem;
  font-size: 1.875rem;
  text-align: center;
}

.referral-topper ol {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.referral-topper ol li {
  border: 2px solid #2d3669;
  padding: 2rem;
  width: calc(33.33% - 25px);
  background-color: transparent;
  list-style: none;
  border-radius: 5px;
  text-align: center;
  transition: all 0.2s;
}

.referral-topper ol li strong {
  transition: all 0.2s;
}

.referral-topper ol li strong:first-child {
  display: block;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 1.2rem;
}

.referral-topper ol li:before {
  display: block;
  margin: auto;
  width: 50px;
  height: 50px;
  background: #f37a6f;
  color: #fff;
  font-weight: 700;
  font-size: 25px;
  line-height: 50px;
  border-radius: 4px;
  text-align: center;
  transition: all 0.2s;
}

.referral-topper ol li:first-child:before {
  content: '1';
}

.referral-topper ol li:nth-child(2):before {
  content: '2';
} 

.referral-topper ol li:nth-child(3):before {
  content: '3';
}  


.referral-topper ol li:hover {
  background-color: #2d3669;
  color: #fff;
}

.referral-topper ol li:hover::before {
  background-color: #fff;
  color: #2d3669;
}

.referral-topper ol li:hover strong {
  color: #fff;
}

/* Referral Form Styles */
.ref-form-title {
  margin-bottom: 4rem;
}

.ref-form-subtitle {
  margin-top: 4rem;
  margin-bottom: 0;
  text-align: center;
}

#form_div_2585 {
	padding-bottom: 45px;
  scroll-margin-top: 240px; 
}

#form_div_2585 label {
  margin-top: 2rem;
  margin-left: 3px;
	font-size: 1.3rem;
}

#form_div_2585 .form_row {
	padding-bottom: 30px !important;
}

@media (min-width: 768px) {
	.form_list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}

/* Rules */
.rules-container {
  margin-top: 4rem;
  background: #fff;
  box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 10%);
  padding: 3rem 2rem;
  border-radius: 5px;
}

.rules-container h3 {
  margin-bottom: 2rem;
  font-family: 'Segoe UI Bold', sans-serif !important;
  text-align: center;
}


/* Benefits Container */
.benefits-container {
  margin-top: 4em;
  margin-bottom: 4rem;
  padding-top: 5.5rem;
  padding-bottom: 5rem;
  background: #f6f7f9;
}

.benefits-container .section-head-container {
  margin-bottom: 4rem;
}

.rules-container li,
.benefits-container li,
.bcp-list li  {
  position: relative;
  margin: 1.1rem 0;
  padding-left: 2.5rem;
	font-size: 1.2rem;
  list-style: none;
}

.rules-container li:before,
.benefits-container li:before,
.bcp-list ul li:before {
  position: absolute;
  top: 3px;
  left: 0;
  color: #f37a6f;
  font-size: 22px;
  font-family: "Font Awesome 5 Pro";
  content:'\f00c';
}

/* Referral Testimonials */
.refpage-testimonials .testimonial {
  margin-bottom: 4rem;
  padding: 3.4rem 2.5rem 3rem;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 24px 0px rgba(39, 37, 37, 0.2);
}

.refpage-testimonials p {
  margin: 0;
}

.refpage-testimonials .author-info {
  width: 21%;
}

.refpage-testimonials .author-info img {
  margin-bottom: 1.7rem;
}
.refpage-testimonials .author-info strong {
  font-size: 1.3rem;
}

.refpage-testimonials .author-info span {
  display: block;
  color: #f37a6f;
 }

.refpage-testimonials .testimonial-content {
  padding: 0.2rem 2rem 0 1.8rem;
  max-width: 79%;
}

.refpage-testimonials .testimonial-content strong {
  display: block;
  margin-bottom: 2.5rem;
  font-size: 1.3rem;
}

.ref-disclaimer {
  margin-bottom: 3rem;
}

.ref-disclaimer p {
  margin-bottom: 0;
}

@media (min-width: 1921px) {
  .referral-banner-content h1 {
    font-size: 48px;
  }

  .referral-banner-content p {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 25px;
  }
  
  .referral-banner-content span {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 21px;
  }

  .referral-banner-content .btn-common {
    margin-top: 15px;
  }  

  .row.referral-topper {
    margin-top: -38px !important;
  }
}

@media (max-width: 1200px) {
  .referral-banner-content {
    padding-bottom: 1vw;
  }

  .referral-banner-content h1 {
    font-size: 3.2vw;
  }

  .referral-banner-content p {
    font-size: 1.7vw;
  }

  .referral-banner-content span {
    font-size: 1.4vw;
  }

  .referral-banner-content .btn-common {
    margin-top: 1vw;
    margin-bottom: 1rem;
  }
  
  .ref-form-title,
  .ref-form-subtitle {
    font-size: 1.7rem;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  #form_div_2585 {
    scroll-margin-top: 360px;
  }
}


@media (max-width:991px) {
  .benefits-container {
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  .benefits-container .section-head-container {
    margin-bottom: 4rem;
  }

  .benefits-container .benefits-list:first-child li:last-child {
    margin-bottom: 0;
  }
  
  .refpage-testimonials {
    padding-bottom: 0;
  }

  .refpage-testimonials .testimonial {
    padding-bottom: 3.4rem;
  }

  .refpage-testimonials .testimonial-content {
    order: 1;
    margin-bottom: 2rem;
    padding: 0;
    max-width: 100%;
  }

  .refpage-testimonials .author-info {
    order: 2;
    display: flex;
    flex-wrap: wrap;
    flex: 0 0 100%;
    align-items: center;
  }
  
  .refpage-testimonials .author-info img {
    margin-bottom: 0;
    max-width: 40%;
  }

  .refpage-testimonials .author-info p {
    padding-left: 2rem;
    max-width: 60%;
  }

  .referral-topper ol li {
    margin-bottom: 2rem;
    width: 100%;
  }
  
  .referral-topper ol li:last-child {
    margin-bottom: 0;
  }

  .referral-topper ol li strong:first-child {
    margin-top: 1.4rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .referral-banner-content h1 {
    font-size: 3.6vw;
  }

  .referral-banner-content p {
    margin-top: 1vw;
    margin-bottom: 0.4vw;
    font-size: 1.9vw;
  }
  
  .referral-banner-content span {
    margin-bottom: 0.2vw;
    font-size: 1.6vw;
  }
  
  .referral-banner-content .btn-common {
    margin-top: 2vw;
  }

  .referral-banner-content .btn-common a {
    font-size: 15px;
    padding: 9px;
  }

  #form_div_2585 {
    scroll-margin-top: 360px;
  }
}

@media (max-width: 767px) {
  .referral-banner-content h1 {
    font-size: 3.3vw;
    max-width: 63%;
  }
  
  .referral-banner-sm {
    z-index: 1;
    position: relative;
    margin-top: -3vw;
    padding: 1.5rem;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 10%);
  }

  .referral-banner-sm p {
    font-size: 0.9rem;
  }

  .referral-banner-sm span {
    display: block;
    margin-bottom: 1.25rem;
  }

  .referral-banner-sm .btn-common {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    padding: 0;
  }
  
  .referral-topper h2 {
    margin-top: 0;
    margin-bottom: 2rem;
    font-size: 1.7rem;
  }
  
  .ref-form-title,
  .ref-form-subtitle {
    font-size: 1.5rem;
  }

  #form_div_2585 {
    scroll-margin-top: 220px;
  }
}

@media (max-width: 599px) { 
  .referral-banner-content h1 {
    font-size: 4vw;
  }
  
  .referral-banner-sm .btn-common a {
    font-size: 17px;
    padding: 13px;
  }

  .row.referral-topper,  
  .ref-form-subtitle {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .referral-topper h2 {
    font-size: 1.5rem;
  }

  .rules-container li  {
    font-size: 1.05rem;
  }

  .referral-topper ol li {
    border: 2px solid #2d3669;
    padding: 2rem 1rem
  }
  
  .referral-topper ol li:before {
    width: 45px;
    height: 45px;
    font-size: 22px;
    line-height: 45px;
  }
  
  .benefits-container .section-head-container {
    margin-bottom: 2rem;
  }

  .rules-container {
    margin-top: 3rem;
  }

  .ref-form-title {
    margin-bottom: 3rem;
  }

  #form_div_2585 label {
    margin-top: 2.5rem;
  }
  
  .benefits-container {
    margin-top: 3rem;
    margin-bottom: 3rem;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .benefits-container .benefits-list {
    padding: 0 !important;
  }

  .benefits-container .section-head h2 br {
    display: none;
  }
  
  .rules-container li,
  .benefits-container li {
    padding-left: 2rem;
    font-size: 1.05rem;
  }

  .rules-container li:before
  .benefits-container li:before {
    font-size: 17px;
  }

  .refpage-testimonials .testimonial {
    margin-bottom: 3rem;
    padding: 3rem 1.5rem;
  }
  
  .refpage-testimonials p {
    font-size: 0.95rem;
  }

  .refpage-testimonials .author-info img {
      max-width: 24%;
  }   

  .refpage-testimonials .author-info p {
    padding-left: 1rem;
    max-width: 76%;
    font-size: 0.9rem;
  }

  .refpage-testimonials .testimonial-content strong {
    margin-bottom: 1.7rem;
    font-size: 1.1rem;
  }

  .refpage-testimonials .author-info strong {
    font-size: 1.1rem;
  }
}

@media (max-width: 480px) {
  .referral-banner-content h1 {
      font-size: 1.3rem;
      flex: 0 0 200px;
  }
}

/* HVAC Page*/
.hvac-head-container {
  text-align: center;
}

.hvac-head-container h3 {
  line-height: 1.4;
}

.hvac-campaign .red-title {
  display: block;
  margin-top: 0.5rem;
  color: #ff0000;
}

.hvac-campaign ul {
  max-width: 100%;
}

.hvac-campaign .section-head-container ul li {
  font-weight: 400;
  font-size: 16px;
}

.hvac-campaign a {
  color: #02548b;
  font-weight: 700;
  text-decoration: underline;
}

.hvac-campaign a:hover,
.hvac-campaign a:active {
  text-decoration: none;
}

.signature {
  margin-top: 3.5rem;
}

.sig-logo {
  position: relative;
  padding-right: 14%;
  max-width: 45%;
}

.sig-logo::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 90px;
  background: #02548b;
  content:'';
}

.sig-logo span {
  margin-top: 1.5rem;
}

.signature span {
  display: block;
  font-size: 1rem;
}

.sig-details {
  padding-left: 14%;
  max-width: 55%;
}

.sig-details span {
  display: inline-block;
  font-size: 1rem;
  line-height: 1.6;
}

.sig-details .name {
  display: block;
  color: #f37a6f;
  font-size: 1.6rem;
  font-family: 'Segoe UI Bold';
  line-height: 1.4;
}

.sig-details span strong {
  font-weight: 400;
  font-size: 1.2rem;
  font-family: 'Segoe UI Bold';
}

@media (max-width: 767px) {
  .hvac-title-image {
    order: 1;
    margin-bottom: 1.5rem;
    max-width: 100%;
  }

  .hvac-head-container {
    order: 2;
    padding-right: 0;
    max-width: 100%;
    text-align: center;
  }
}

@media (max-width: 600px) {
  .sig-logo {
    order: 2;
    padding: 2rem 0 0;
    width: 100%;
    max-width: 100%;
  }

  .sig-details {
    order: 1;
    margin-bottom: 2rem;
    padding: 0;
    width: 100%;
    max-width: 100%;
  }

  .sig-details span {
    display: block;
    text-align: center;
  }

  .sig-logo:after {
    left: 0;
    right: 0;
    bottom: auto;
    height: 1px;
    width: 150px;
  }
}


/* CCD Page */
.introductory-button .btn-common {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}

.introductory-button .btn-common a {
  width: 100%;
  line-height: 1.4;
  white-space: normal;
}

/* Discovery Campaign */
.discovery-campaign ul {
  padding-left: 21px;
}

.discovery-campaign ul li {
  margin-bottom: 20px;
	list-style-type: disc;
}

/* Services Pages */
.managed-infrastructure-banner  {
  background: url("../../../0/Images/managed-infrastructure-bg.jpg") no-repeat center center;
  background-size: cover;
}

.service-banner {
  padding-top: 6vw;
  padding-bottom: 6vw;
  padding-left: 2rem;
  padding-right: 2rem;
  text-align: center;
}

.service-banner h2 {
  margin-bottom: 2.2rem;
  flex: 0 0 100%;
  color: #fff;
  font-size: 4rem;
}

.service-banner h2 span {
  display: inline-block;
  font-weight: 700;
  font-family: 'Segoe UI Bold', sans-serif;
}

.service-banner p {
  width: 1020px;
  max-width: 100%;
  color: #fff;
  font-size: 1.625rem;
  line-height: 1.65;
}

/* Service Boxes */
.service-boxes {
  margin-top: 6.25rem;
  margin-bottom: 6.25rem;
}

.service-box {
  position: relative;
  overflow: hidden;
  padding: 70px 41px;
  height: 100%;
  background: #fff;
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.24);
}

.service-box:before {
  position: absolute;
  right: -119px;
  top: -21px;
  width: 197px;
  height: 179px;
  background: #f37a6f;
  transform: skew(49deg);
  content: '';
}

.service-box:after {
  position: absolute;
  top: 20px;
  right: 25px;
  color: #fff;
  font-size: 35px;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
}

.service-box h3 {
  margin-bottom: 3.6rem;
  padding-right: 60px;
  color: #2d3669;
  font-weight: 700;
  font-size: 2.25rem;
  font-family: 'Segoe UI Bold' !important;
}

.service-box p {
  margin-bottom: 0;
  color: #323232;
  font-size: 1.18rem;
  line-height: 1.7;
}


.service-box.performance:after {
  content: '\f201';
}

.service-box.security:after {
  font-size: 37px;
  content: '\f2f7';
}

.service-box.solutions:after {
  content: '\f643';
}

.service-box.support:after {
  font-size: 37px;
  content: '\f508';
}

/* Service Text Section */
.service-text-section {
  margin-bottom: 7.5rem;
  padding: 7.5rem 3rem;
  background: #f4f7fc;
  text-align: center;
}

.service-text-section p {
  margin: 0;
  color: #2d3669;
  font-style: italic;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 1.67;
}

.services-contact-form .form_submit {
	margin-bottom: 20px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .service-banner h2 {
    font-size: 3.5rem;
  }

  .service-banner p {
    font-size: 1.4rem;
  }

  .service-box h3 {
    margin-bottom: 2.5rem;
    padding-right: 50px;
    font-size: 1.9rem;
  }

  .service-text-section p {
    font-size: 2rem;
  }
}

@media (max-width: 992px) {
  .service-banner h2 {
    margin-bottom: 1.8rem;
    font-size: 3rem;
  }

  .service-banner p {
    font-size: 1.25rem;
  }

  .service-text-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .service-text-section p {
    font-size: 1.75rem;
  }
}


@media (max-width: 768px) {
  .service-banner {
    padding-top: 11vw;
    padding-bottom: 11vw;
  }

  .service-banner h2 {
    margin-bottom: 1rem;
    font-size: 2.5rem;
  }
}

@media (max-width: 480px) {
  .service-banner h2 {
    font-size: 2rem;
  }

  .service-banner p {
    font-size: 1.125rem;
  }

  .service-box:before {
    right: -160px;
  }

  .service-box:after {
    top: 17px;
    right: 18px;
    font-size: 28px;
  }

  .service-box.support:after,
  .service-box.security:after {
    font-size: 30px;
  }

  .service-box {
    padding: 50px 20px;
  }

  .service-box h3 {
    margin-bottom: 2.5rem;
    font-size: 1.9rem;
  }
}

/* Business Continuity Plan */
.row.bcp-topper {
  margin-top: -4.7vw;
  padding: 4.7rem 4.7rem 6rem !important;
  text-align: center;
}

.bcp-topper .section-head-bar-2,
.bcp-section .section-head-bar-2  {  
  height: 4px;
  display: inline-block;
}

.bcp-topper .section-head {
  margin-bottom: 2.8rem;
}

.bcp-topper h2,
.bcp-section h2 {
  font-size: 2.5rem !important;
}

.bcp-topper h1 {
  margin: 0;
  color: #2d3669;
  font-size: 39px;
  font-family: 'Segoe UI Bold', sans-serif !important;
  text-transform: capitalize;
}

.bcp-topper h1 span {
  display: inline-block;
  color: #2d3669;
  font-family: 'Segoe UI Bold', sans-serif !important;
}

.bcp-topper p {
  margin-bottom: 1.7rem;
}

.bcp-topper p:last-child {
  margin-bottom: 0;
}

.bcp-section img {
  border: 2px solid #fff;
  box-shadow: 0px 0px 35px 4px rgba(39,37,37,0.391);
}

.bcp-section p  {
  font-size: 1.125rem;
  line-height: 1.5;
  text-align: center;
}

.bcp-section .section-head {
  margin-bottom: 3rem;
}

.bcp-section .image-col {
  text-align: right;
}

/*.bcp-list ul li {
  margin-bottom: 2rem;
}*/

.bcp-list li strong {
  display: block;
}

.bcp-list ol li {
  margin-bottom: 2rem;
  padding-left: 0.7rem;
  font-weight: 700;
  list-style-type: decimal;
  list-style-position: outside;
}

.bcp-list ol li span {
  display: block;
  font-weight: 400;
}

.bcp-list ol li::marker {
  margin-top: 2px;
}

.bcp-list ol li:last-child {
  margin-bottom: 0;
}

.our-approach,
.key-elements,
.get-started {
  padding-top: 7rem;
  padding-bottom: 7.5rem;
  background: #f4f7fc;
  box-shadow: 0px 0px 33.6px 1.4px rgba(39, 37, 37, 0.13);
}

.our-approach .subtitle {
  margin-top: 5.5rem;
  margin-bottom: 3rem;
  font-weight: 700;
  font-size: 1.5rem;
  text-align: left;
}

.our-approach ul li {
  margin-bottom: 2.2rem;
}

.our-approach ul li:last-child {
  margin-bottom: 0;
}

.tailored-solutions {
  margin-top: 9rem;
  margin-bottom: 10rem;
}

.tailored-solutions .list-row {
  margin-top: 5.5rem;
}

.tailored-solutions .bcp-list p {
  margin-bottom: 0;
  text-align: left;
}

.get-started p {
  margin-bottom: 0;
  text-align: center;
}

@media (max-width: 1200px) {
  .bcp-topper h1,
  .bcp-topper h2,
  .bcp-section h2 {
    font-size: 2rem !important;
  }
}

@media (min-width: 992px) {
  .why-bcp ul {
    margin-top: 4rem;
    padding-right: 3rem;
  }

  .tailored-solutions .image-col {
    text-align: left;
  }

  .why-bcp {    
    margin-top: 9.5rem;
    margin-bottom: 8rem;
  }

  .key-elements .section-head {
    margin-bottom: 5.7rem;
  }
}

@media (max-width: 991px) {
  .why-bcp,
  .tailored-solutions {
    margin-top: 5.5rem;
    margin-bottom: 5rem;
  }  
  
  .why-bcp .bcp-list:first-child {
    margin-top: 1.5rem;
  }

  .why-bcp ul li:last-child {
    margin-bottom: 1.1rem;
  }

  .bcp-section .image-col {
    margin-top: 4rem;
    text-align: center;
  }

  .our-approach .subtitle {
    margin-top: 3rem;
    margin-bottom: 2rem;
    text-align: center;
  }
  
  .tailored-solutions .bcp-list {
    order: 1;
  }

  .tailored-solutions .image-col {
    order: 2;
  }

  .our-approach,
  .key-elements,
  .get-started {
    padding-top: 5rem;
    padding-bottom: 5.5rem;
  }

  .tailored-solutions .list-row {
    margin-top: 2.5rem;
  }
}

@media (max-width: 767px) {
  .row.bcp-topper {
    margin-top: -4vw;
    padding: 2.5rem 1.5rem 4rem !important;
  }

  .bcp-topper h1,
  .bcp-topper h2,
  .bcp-section h2  {
    font-size: 1.7rem !important;
  }
}

@media (max-width: 480px) {
  .row.bcp-topper {
    padding: 2rem 0 3rem !important;
  }

  .bcp-section .section-head,
  .bcp-topper .section-head {
    margin-bottom: 1.5rem;
  }

  .bcp-topper h1,
  .bcp-topper h2,
  .bcp-section h2  {
    font-size: 1.5rem !important;
  }

  .bcp-section .section-head {
    margin-bottom: 1.5rem;
  }

  .why-bcp,
  .tailored-solutions {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .our-approach, 
  .key-elements, 
  .get-started {
    padding-top: 4rem;
    padding-bottom: 4.5rem;
  }
  
  .why-us .bcp-list:first-child {
    margin-top: 0;
  }

  .our-approach .subtitle {
    font-size: 1.35rem;
  }

  .rules-container li, 
  .benefits-container li, 
  .bcp-list li,
  .bcp-section p {
    font-size: 1rem;
  }
}

/* Home Pop Up Form */
#popup-form-main1466 .title {
  display: none;
}

#popup-form-main1466 .form-close {
  z-index: 1;
}

#Ctl_Title_1466 .title {
  font-size: 1.9rem;
  color: #3b4373;
  margin-left: 2rem;
}

#Ctl_Title_1466 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

#Ctl_Title_1466 h2 {
  margin-left: 2rem;
  margin-bottom: 2rem;
  padding-right: 0.7rem;
  font-size: 1.9rem;
  color: #3b4373;
}

@media (max-width: 480px) {
  #CCtl_Title_1466 {
    justify-content: center;
  }

  #Ctl_Title_1466 h2 {
    margin-left: 0;
    margin-bottom: 1rem;
    padding-right: 0;
    order: 1;
    width: 100%;
    text-align: center;
  }
}


/*============ START - Responsive design -  It support Plans Page - Media ============*/
/*********************************************************/
@media (max-width: 1287px) {
  .container-it-support-plans {
    display: block !important;
  }
}


@media (max-width: 1287px) {
  .container-it-support-plans {
    display: block !important;
  }
  
  .container-it-support-plans > .col-md-3.sticky-box {
    width: 100% !important;
    max-width: 100% !important;
    position: static !important;
    margin-top: 40px !important;
  }
  
  .sticky-box > * {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 20px !important;
    display: block !important;
  }
}

@media (max-width: 1200px) {
  .it-support-package-card {
    flex: 1 1 50%;
  }
}

@media (max-width: 768px) {
  .it-support-package-card {
    flex: 1 1 100%;
  }
}

@media (max-width: 1200px) {
    .container-it-support-plans {
        width: 100%;
        min-width: 0;
    }
    .packages-row {
        flex-wrap: wrap;
        gap: 20px;
    }
    .it-support-package-card {
        min-width: 300px;
        max-width: 100%;
    }
}
@media (max-width: 900px) {
    .packages-row {
        flex-direction: column;
        align-items: center;
    }
    .it-support-package-card, 
	.free-copy-it-support-page {
        width: 100%;
        max-width: 550px;		
        margin: 0 auto 24px auto;
    }
}
@media (max-width: 768px) {
	.btn-plan-pdf{
		padding: 20px 20px 20px 0px;
	}
	
	.section-head{
		margin-left: 0px;
	}
}

/* 2 under 1200px */
@media (max-width: 1200px) {
  .it-support-package-card,
  .free-copy-it-support-page {
    flex: 1 1 45%;
    min-width: 300px;
  }
}

/* 1 under 600px */
@media (max-width: 600px) {
  .it-support-package-card,
  .free-copy-it-support-page {
    flex: 1 1 100%;
    min-width: 0;
  }
}

@media (max-width: 900px) {
	.key-include:empty {
	   display: none;
	}

	.head-package {
	  min-height: 600px;
	}

	.plan-ideal {
	  min-height: 490px;
	}

	.key-include {
	  min-height: 360px;
	}
}
/*=============== Responsive Table - Page It Support Plans ================*/

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
   width: 100%;
  border-collapse: collapse;
  min-width: 600px;
}


/* It Support plans Responsive Design - FAQ Section */
/* FAQ section - responsive grid */
.faq-sectiion > .container > div > div[style*="grid-template-columns"] {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 2rem !important;
}

/* Under 1200px - FAQ section - 1 column */
@media (max-width: 1200px) {
  .faq-sectiion > .container > div > div[style*="grid-template-columns"] {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 767px) {
  .faq-sectiion .row[style*="padding"] {
    padding: 10px !important;
  }
  
  .faq-sectiion > .container > div > div[style*="grid-template-columns"] {
    gap: 1rem !important;
  }
}



/* It Support plans Responsive Design - IT Solutions Section */
@media (max-width: 768px) {
  .it-plans-page-it-solutions-section {
    padding: 60px 0;
  }
  
  .it-plans-page-section-title {
    font-size: 24px;
    margin-bottom: 16px;
  }
  
  .it-plans-page-section-description {
    font-size: 16px;
    line-height: 1.7;
  }
  
  .it-plans-page-container {
    padding: 0 16px;
  }
}

@media (max-width: 480px) {
  .it-plans-page-section-title {
    font-size: 22px;
  }
  
  .it-plans-page-section-description {
    font-size: 15px;
  }
}

@media (min-width: 640px) {
    .hero-buttons {
        flex-direction: row;
    }
}


@media (min-width: 1024px) {
    .hero-grid {
        grid-template-columns: 1fr 1fr;
    }
}


@media (min-width: 1024px) {
	.features-grid-core-support .feature-card-core-support:last-child,
	.features-grid-еxecutive-care .feature-card-еxecutive-care:last-child
	{
    grid-column: 1 / -1; 
  }
}

@media (min-width: 1024px) {
    .features-grid-core-support,
	.features-grid-team-shield,
	.features-grid-еxecutive-care{
        grid-template-columns: 1fr 1fr;
    }
}

@media (min-width: 640px) {
    .cta-buttons {
        flex-direction: row;
    }
}

@media (min-width: 768px) {
    .ideal-for-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}


/* Responsive Design - It Support Plans -> Core Support / Team Shield / Executive Care Pages  */
@media (max-width: 768px) {
    .container {
        padding: 0 1rem;
    }
    
    .hero-section {
        padding: 2rem 0;
    }
    
    .hero-title {
        font-size: 2rem;
    }
    
    .section-title-core-support,
	.section-title-team-shield,
	.section-title-еxecutive-care	{
        font-size: 1.875rem;
    }
    
    .credibility-title,
    .cta-title {
        font-size: 1.875rem;
    }
    
    .comparison-table-wrapper {
        overflow-x: auto;
    }
    
    .comparison-table {
        min-width: 600px;
    }
}

@media screen and (max-width: 768px) {
  .pricing-table {
    font-size: 14px;
  }

  .pricing-table thead th,
  .pricing-table tbody td {
    padding: 10px;
  }
}

@media (min-width: 992px) {
	.package-card-proffesional, 
	.package-card-enterprice,
	.package-card-half
	{
		width: 48%;
	}
}


@media only screen and (max-width: 600px)and (min-device-width: 300px) {
	.enterprise-package-features,
	.enterprise-list-features{
		flex-direction:column;
	}
}


/*============ END Responsive design -  It support Plans Page - Media ============*/

/*============ START - Web Hosting Page - New - Responsive design   ============*/


@media (max-width: 767px) {
    .why-choose-grid-web-hosting-enterprise {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .cta-grid-web-hosting-enterprise {
        grid-template-columns: 1fr;
    }
}


@media (max-width: 768px) {
  .hero-section-web-hosting-page {
    padding: 40px 0;
    min-height: 300px;
  }
  
  .hero-content-web-hosting h1 {
    font-size: 2.5rem !important;
  }
  
  .hero-content-web-hosting p {
    font-size: 1rem !important;
  }
  
  .hero-section-web-hosting-page .web-hosting-img {
    object-position: center top; 
  }
}

/* Responsive  sticky hosting plans page */
@media (max-width: 768px) {
  .sticky-card-icon {
    font-size: 1.5rem;
    width: 1.5rem;
    height: 1.5rem;
  }
}


@media (max-width: 1024px) {
    .plans-grid {
        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    }
}

/* Responsive - Final CTA Get the Right Fit for Your Business */
@media (max-width: 768px) {
    .cta-header h2 {
        font-size: 32px;
    }
    
    .cta-cards {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .consultation-section {
        padding: 35px 25px;
    }
    
    .consultation-section .phone-icon {
        font-size: 50px;
    }
}
/*----------------
==============  Responsive Web Hosting Page New -> Core Support, Business and Enterprise+
------------------*/
/* Responsive Design Bussiness hosting */
@media (min-width: 768px) {
    .hero-grid-web-hosting-business {
        grid-template-columns: 1fr 1fr;
    }

    .two-column-grid-web-hosting-business {
        grid-template-columns: 1fr 1fr;
    }

    .features-grid-web-hosting-business {
        grid-template-columns: repeat(2, 1fr);
    }

    .addons-grid-web-hosting-business {
        grid-template-columns: repeat(2, 1fr);
    }

    .cta-buttons-web-hosting-business {
        flex-direction: row;
    }

    .hero-buttons-web-hosting-business {
        flex-direction: row;
    }
}

@media (max-width: 767px) {
    .why-choose-grid-web-hosting-business {
        grid-template-columns: 1fr;
        gap: 24px;
    }
}
/* Responsive Design Enterprise hosting  */
@media (min-width: 768px) {
    .hero-grid-web-hosting-enterprise {
        grid-template-columns: 1fr 1fr;
    }

    .two-column-grid-web-hosting-enterprise {
        grid-template-columns: 1fr 1fr;
    }

    .features-grid-web-hosting-enterprise {
        grid-template-columns: repeat(2, 1fr);
    }

    .addons-grid-web-hosting-enterprise {
        grid-template-columns: repeat(2, 1fr);
    }

    .cta-grid-web-hosting-enterprise {
        grid-template-columns: repeat(2, 1fr);
    }

    .hero-buttons-web-hosting-enterprise {
        flex-direction: row;
    }
}
@media (min-width: 640px) {
    .container-web-hosting-plans {
        padding: 0 1.5rem;
    }
}

@media (min-width: 1024px) {
    .container-web-hosting-plans {
        padding: 0 2rem;
    }
}

@media (min-width: 1024px) {
    .section-title-web-hosting-plans {
        font-size: 2.5rem;
    }
}

@media (min-width: 1024px) {
    .large-text-web-hosting-plans {
        font-size: 1.25rem;
    }
}

@media (min-width: 1024px) {
    .section-web-hosting-plans {
        padding: 5rem 0;
    }
}


@media (min-width: 1024px) {
    .hero-web-hosting-plans {
        padding: 6rem 0;
    }
}

@media (min-width: 1024px) {
    .hero-grid-web-hosting-plans {
        grid-template-columns: 1fr 1fr;
    }
}


@media (min-width: 1024px) {
    .hero-title-web-hosting-plans {
        font-size: 3rem;
    }
}

@media (min-width: 1280px) {
    .hero-title-web-hosting-plans {
        font-size: 3.75rem;
    }
}

.hero-price-web-hosting-plans {
    font-size: 1.25rem;
    color: #e5e7eb;
    margin-bottom: 1rem;
}

@media (min-width: 1024px) {
    .hero-price-web-hosting-plans {
        font-size: 1.5rem;
    }
}

@media (min-width: 640px) {
    .hero-buttons-web-hosting-plans {
        flex-direction: row;
    }
}

@media (min-width: 1024px) {
    .card-glass-web-hosting-plans {
        text-align: center;
    }
}

@media (min-width: 1024px) {
    .two-column-grid-web-hosting-plans {
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
    }
}


@media (min-width: 640px) {
    .cta-content-web-hosting-plans {
        padding: 0 1.5rem;
    }
}

@media (min-width: 1024px) {
    .cta-content-web-hosting-plans {
        padding: 0 2rem;
    }
}
@media (min-width: 1024px) {
    .cta-title-web-hosting-plans {
        font-size: 2.5rem;
    }
}
@media (min-width: 640px) {
    .cta-buttons-web-hosting-plans {
        flex-direction: row;
    }
}

@media (min-width: 768px) {
    .features-grid-web-hosting-plans {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 768px) {
    .addons-grid-web-hosting-plans {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (min-width: 768px) {
    .benefits-grid-web-hosting-plans {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .benefits-grid-web-hosting-plans {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* START Telephony Responsive Design - Benefits of AtoZinIT’s Telephony Solutions */
@media (max-width: 992px) {
    .telephony-benefits-title {
        font-size: 36px;
    }
    
    .telephony-benefits-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .telephony-benefits-section {
        padding: 60px 0;
    }
    
    .telephony-benefits-title {
        font-size: 30px;
    }
    
    .telephony-benefits-subtitle {
        font-size: 16px;
    }
    
    .telephony-benefits-header {
        margin-bottom: 40px;
    }
    
    .telephony-benefits-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .telephony-benefit-card {
        padding: 25px;
    }
    
    .telephony-benefit-icon {
        width: 55px;
        height: 55px;
    }
    
    .telephony-benefit-icon i {
        font-size: 26px;
    }
    
    .telephony-benefit-title {
        font-size: 20px;
    }
    
    .telephony-benefit-text {
        font-size: 15px;
    }
}

@media (max-width: 576px) {
    .telephony-benefits-title {
        font-size: 26px;
    }
    
    .telephony-benefits-subtitle {
        font-size: 15px;
    }
}
/* Telephony Responsive Design -What Other MSPs Offer Section */
@media (max-width: 992px) {
    .msp-comparison-title {
        font-size: 32px;
    }
    
    .msp-comparison-card {
        padding: 40px 30px;
    }
}

@media (max-width: 768px) {
    .msp-comparison-section {
        padding: 60px 0;
    }
    
    .msp-comparison-header {
        margin-bottom: 40px;
    }
    
    .msp-comparison-title {
        font-size: 28px;
    }
    
    .msp-comparison-subtitle {
        font-size: 15px;
    }
    
    .msp-comparison-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .msp-comparison-card {
        padding: 35px 25px;
    }
    
    .msp-comparison-card-title {
        font-size: 22px;
    }
    
    .msp-comparison-card-text {
        font-size: 15px;
    }
    
    .msp-comparison-icon i {
        font-size: 24px;
    }
}

@media (max-width: 576px) {
    .msp-comparison-title {
        font-size: 24px;
    }
    
    .msp-comparison-icon {
        width: 56px;
        height: 56px;
    }
    
    .msp-comparison-icon i {
        font-size: 22px;
    }
    
    .msp-comparison-card-title {
        font-size: 20px;
    }
    
    .msp-comparison-card-text {
        font-size: 14px;
    }
}
/* Telephony Responsive Design - Ready to Transform Your Communications? Section  */
@media (max-width: 992px) {
    .telephony-transform-title {
        font-size: 36px;
    }
    
    .telephony-transform-services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .telephony-transform-section {
        padding: 60px 0;
    }
    
    .telephony-transform-title {
        font-size: 30px;
        margin-bottom: 30px;
    }
    
    .telephony-transform-text,
    .telephony-transform-cta-text {
        font-size: 16px;
    }
    
    .telephony-transform-services-grid {
        gap: 25px;
        margin-bottom: 40px;
    }
    
    .telephony-transform-service-icon {
        width: 70px;
        height: 70px;
    }
    
    .telephony-transform-service-icon i {
        font-size: 28px;
    }
    
    .telephony-transform-service-title {
        font-size: 17px;
        min-height: auto;
    }
}

@media (max-width: 576px) {
    .telephony-transform-title {
        font-size: 26px;
    }
    
    .telephony-transform-text,
    .telephony-transform-cta-text,
    .telephony-transform-subtext,
    .telephony-transform-footer-text {
        font-size: 15px;
    }
    
    .telephony-transform-services-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .telephony-transform-service-icon {
        width: 75px;
        height: 75px;
    }
    
    .telephony-transform-service-title {
        font-size: 18px;
    }
}




/* Responsive Design */
/* Telephony Responsive Design */
@media (max-width: 992px) {
    .telephony-box {
        padding: 40px 40px;
    }
    
    .telephony-title h1 {
        font-size: 36px;
    }
}

@media (max-width: 768px) {
    .telephony-header {
        padding: 60px 0 40px;
    }
    
    .telephony-box {
        padding: 30px 25px;
    }
    
    .telephony-title h1 {
        font-size: 28px;
        margin-bottom: 20px;
    }
    
    .telephony-text {
        font-size: 15px;
    }
}

@media (max-width: 576px) {
    .telephony-title h1 {
        font-size: 24px;
    }
    
    .telephony-text {
        font-size: 14px;
    }
}
@media (max-width: 992px) {
    .telephony-advantage-wrapper {
        flex-direction: column;
        gap: 40px;
    }
    
    .telephony-advantage-image {
        max-width: 100%;
        flex: 1;
    }
    
    .telephony-standout-title {
        font-size: 32px;
    }
    
    .telephony-advantage-title {
        font-size: 28px;
    }
}

@media (max-width: 768px) {
    .telephony-standout-section {
        padding: 60px 0;
    }
    
    .telephony-standout-intro {
        margin-bottom: 40px;
    }
    
    .telephony-standout-title {
        font-size: 28px;
    }
    
    .telephony-standout-description {
        font-size: 15px;
    }
    
    .telephony-advantage-title {
        font-size: 24px;
        margin-bottom: 30px;
    }
    
    .telephony-advantage-list {
        gap: 25px;
    }
    
    .telephony-advantage-text h4 {
        font-size: 17px;
    }
    
    .telephony-advantage-text p {
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .telephony-standout-title {
        font-size: 24px;
    }
    
    .telephony-advantage-title {
        font-size: 22px;
    }
    
    .telephony-advantage-item {
        gap: 15px;
    }
    
    .telephony-advantage-icon i {
        font-size: 24px;
    }
}
/* Telephony Responsive Design Comprehensive Section */
@media (max-width: 992px) {
    .telephony-comprehensive-row {
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }
    
    .telephony-comprehensive-image-left,
    .telephony-comprehensive-image-right {
        max-width: 100%;
        order: 1;
    }
    
    .telephony-comprehensive-content-right,
    .telephony-comprehensive-content-left {
        max-width: 100%;
        order: 2;
        padding: 0 20px;
    }
    
    .telephony-comprehensive-title {
        font-size: 32px;
    }
}

@media (max-width: 768px) {
    .telephony-comprehensive-section {
        padding: 60px 0;
    }
    
    .telephony-comprehensive-header {
        margin-bottom: 40px;
    }
    
    .telephony-comprehensive-title {
        font-size: 28px;
    }
    
    .telephony-comprehensive-subtitle {
        font-size: 15px;
    }
    
    .telephony-comprehensive-content-right,
    .telephony-comprehensive-content-left {
        gap: 24px;
        padding: 0 15px;
    }
    
    .telephony-service-text h4 {
        font-size: 15px;
    }
    
    .telephony-service-text p {
        font-size: 15px;
    }
}

@media (max-width: 576px) {
    .telephony-comprehensive-title {
        font-size: 24px;
    }
    
    .telephony-service-item {
        gap: 12px;
    }
    
    .telephony-service-bullet {
        width: 7px;
        height: 7px;
        margin-top: 7px;
    }
    
    .telephony-service-text h4,
    .telephony-service-text p {
        font-size: 14px;
    }
}


@media (max-width: 1200px) {
    .telephony-transform-services-grid {
        gap: 20px;
    }
    
    .telephony-transform-service-item {
        width: 220px;
    }
}

@media (max-width: 992px) {
    .telephony-transform-services-grid {
        flex-wrap: wrap;
    }
    
    .telephony-transform-service-item {
        flex: 0 0 calc(50% - 10px);
        width: auto;
    }
}

@media (max-width: 576px) {
    .telephony-transform-service-item {
        flex: 0 0 100%;
    }
}




/* 3CX Hosting Page Responsive Design */
@media (max-width: 992px) {
    .hosting-advantage-wrapper,
    .hosting-comprehensive-row {
        flex-direction: column;
        gap: 40px;
    }
    
    .hosting-advantage-image,
    .hosting-comprehensive-image-left,
    .hosting-comprehensive-image-right {
        max-width: 100%;
    }
    
    .hosting-benefits-grid-2x2 {
        grid-template-columns: 1fr;
    }
    
    .hosting-backup-grid-3items {
        grid-template-columns: 1fr;
    }
    
    .hosting-backup-grid-3items .hosting-backup-card:nth-child(3) {
        grid-column: 1;
    }
    
    .hosting-transform-services-grid {
        flex-direction: column;
        align-items: center;
    }
		.hosting-advantage-wrapper,
		.hosting-comprehensive-row,
		.hosting-integration-row,
		.hosting-monitoring-row{
		display:block;
	}
	
	.hosting-advantage-image img,
	.hosting-integration-image img{
		margin-top: 30px;
	}
	
	.hosting-monitoring-image,
	.hosting-integration-image,
	.hosting-comprehensive-image-left{
		margin: 0 auto;
	}
	
}

@media (max-width: 768px) {
    .hosting-title h1 {
        font-size: 28px;
    }
    
    .hosting-standout-title,
    .hosting-comprehensive-title,
    .hosting-benefits-title,
    .hosting-backup-title,
    .hosting-transform-title {
        font-size: 26px;
    }
    
    .hosting-box {
        padding: 30px 20px;
    }

}

@media (max-width: 576px) {
	.hosting-standout-title{
		margin-top: 80px
	}
	.hosting-monitoring-image,
	.hosting-integration-image{
		max-width: 100%;
	}

}

/* Responsive Design */
@media (max-width: 992px) {
  .hosting-advantage-wrapper {
    flex-direction: column;
  }
  
  .hosting-advantage-content,
  .hosting-advantage-image {
    max-width: 100%;
  }
  
  .hosting-advantage-image {
    min-height: 350px;
  }
}

@media (max-width: 768px) {
  .hosting-standout-title {
    font-size: 28px;
  }
  
  .hosting-advantage-wrapper {
    gap: 30px;
  }
  
  .hosting-advantage-text h4 {
    font-size: 16px;
  }
  
  .hosting-advantage-text p {
    font-size: 14px;
  }
  
  .hosting-advantage-image {
    min-height: 300px;
  }
}




/* 3CX Support and Management Responsive Design */
@media (max-width: 992px) {
    .support-and-management-includes-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    .support-and-management-benefits-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .support-and-management-box {
        padding: 40px 30px;
    }

    .support-and-management-title h1 {
        font-size: 36px;
    }

    .support-and-management-includes-title,
    .support-and-management-comparison-title {
        font-size: 32px;
    }

    .support-and-management-benefits-title,
    .support-and-management-transform-title {
        font-size: 36px;
    }
	.support-and-management-standout-title{
		margin-top: 50px;
	}
}

@media (max-width: 768px) {
    .support-and-management-includes-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .support-and-management-benefits-grid {
        grid-template-columns: 1fr;
    }

    .support-and-management-box {
        padding: 30px 20px;
        margin-top: -80px;
    }

    .support-and-management-header {
        padding: 60px 0 40px;
    }

    .support-and-management-includes-section {
        padding: 60px 0;
        margin-top: -350px;
    }

    .support-and-management-includes-container {
        padding: 250px 15px 20px 15px;
    }

    .support-and-management-benefits-section,
    .support-and-management-comparison-section,
    .support-and-management-transform-section {
        padding: 60px 0;
    }

    .support-and-management-title h1 {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .support-and-management-includes-title,
    .support-and-management-comparison-title {
        font-size: 26px;
    }

    .support-and-management-benefits-title,
    .support-and-management-transform-title {
        font-size: 28px;
    }

    .support-and-management-text,
    .support-and-management-transform-text,
    .support-and-management-transform-cta-text {
        font-size: 15px;
    }

    .support-and-management-includes-text h4 {
        font-size: 16px;
    }

    .support-and-management-includes-text p {
        font-size: 14px;
    }

    .support-and-management-benefit-title {
        font-size: 20px;
    }

    .support-and-management-benefit-text {
        font-size: 15px;
    }
	.support-and-management-advantage-wrapper{
		display:block;
	}
	.support-and-management-advantage-image img{
		margin-top:30px;
	}
}

@media (max-width: 576px) {
    .support-and-management-box {
        padding: 25px 15px;
        margin-top: -60px;
    }

    .support-and-management-includes-section {
        margin-top: -300px;
    }

    .support-and-management-includes-container {
        padding: 200px 10px 20px 10px;
    }

    .support-and-management-includes-icon {
        width: 45px;
        height: 45px;
    }

    .support-and-management-includes-icon i {
        font-size: 20px;
    }

    .support-and-management-benefit-icon {
        width: 50px;
        height: 50px;
    }

    .support-and-management-benefit-icon i {
        font-size: 24px;
    }

    .support-and-management-benefit-card {
        padding: 25px;
    }

    .support-and-management-title h1 {
        font-size: 24px;
    }

    .support-and-management-includes-title,
    .support-and-management-comparison-title {
        font-size: 22px;
    }

    .support-and-management-benefits-title,
    .support-and-management-transform-title {
        font-size: 24px;
    }
	
	
}


/* Responsive Styles Unified Communications (Chat, Video)*/
@media (max-width: 992px) {
    .unified-communications-title h1 {
        font-size: 36px;
    }

    .unified-communications-subtitle {
        font-size: 24px;
    }

    .unified-communications-first-wrapper {
        flex-direction: column;
    }

    .unified-communications-first-image {
        max-width: 100%;
    }

    .unified-communications-features-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }

    .unified-communications-standout-wrapper {
        flex-direction: column;
    }

    .unified-communications-standout-image {
        max-width: 100%;
        order: 2;
    }

    .unified-communications-standout-content {
        order: 1;
    }

    .unified-communications-standout-title,
    .unified-communications-features-title,
    .unified-communications-process-title,
    .unified-communications-benefits-title,
    .unified-communications-transform-title {
        font-size: 32px;
    }

    .unified-communications-benefits-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }
	
	.unified-communications-process-grid{
		display:block;
	}
	.unified-communications-process-item{
		margin-top: 30px;
	}
}

@media (max-width: 768px) {
    .unified-communications-box {
        padding: 30px 25px;
    }

    .unified-communications-title h1 {
        font-size: 28px;
    }

    .unified-communications-subtitle {
        font-size: 20px;
    }

    .unified-communications-first-container {
        padding-top: 320px;
    }

    .unified-communications-standout-title,
    .unified-communications-features-title,
    .unified-communications-process-title,
    .unified-communications-benefits-title,
    .unified-communications-transform-title {
        font-size: 26px;
    }

    .unified-communications-feature-icon,
    .unified-communications-benefit-icon {
        width: 60px;
        height: 60px;
    }

    .unified-communications-feature-icon i,
    .unified-communications-benefit-icon i {
        font-size: 26px;
    }

    .unified-communications-process-number {
        width: 35px;
        height: 35px;
        font-size: 18px;
    }

    .unified-communications-faq .section-head h2 {
        font-size: 32px;
    }

    .unified-communications-acc-title {
        padding: 15px 20px;
    }

    .unified-communications-acc-title-text span {
        font-size: 16px;
    }

    .unified-communications-acc-content {
        padding: 0 20px 20px 50px;
    }
	.unified-communications-charlotte-wrapper{
		display:block;
	}
	.unified-communications-charlotte-section{
		padding-top:0;
	}
}

@media (max-width: 576px) {
    .unified-communications-title h1 {
        font-size: 24px;
    }

    .unified-communications-benefits-grid,
    .unified-communications-features-grid {
        grid-template-columns: 1fr;
    }

    .unified-communications-acc-title {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .unified-communications-acc-content {
        padding: 0 20px 20px 20px;
    }
}


/* Responsive Design VoIP Consulting Deployment Page */
@media (max-width: 992px) {
    .consulting-deployment-needs-wrapper {
        flex-direction: column;
    }

    .consulting-deployment-needs-image {
        max-width: 100%;
    }

    .consulting-deployment-trends {
        grid-template-columns: repeat(2, 1fr);
    }

    .consulting-deployment-trends-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .consulting-deployment-advantage-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .consulting-deployment-transform-services-grid {
        flex-wrap: wrap;
    }
}

@media (max-width: 768px) {
    .consulting-deployment-title h1 {
        font-size: 32px;
    }

    .consulting-deployment-box {
        padding: 30px 25px;
    }

    .consulting-deployment-needs-title,
    .consulting-deployment-trends-title,
    .consulting-deployment-services-table-title,
    .consulting-deployment-process-title,
    .consulting-deployment-advantage-title {
        font-size: 28px;
    }

    .consulting-deployment-section-title {
        font-size: 28px;
    }

    .consulting-deployment-transform-title {
        font-size: 32px;
    }

    .consulting-deployment-trends {
        grid-template-columns: 1fr;
    }

    .consulting-deployment-trends-grid {
        grid-template-columns: 1fr;
    }

    .consulting-deployment-advantage-grid {
        grid-template-columns: 1fr;
    }

    .consulting-deployment-table-wrapper {
        overflow-x: auto;
    }

    .consulting-deployment-services-table thead th,
    .consulting-deployment-services-table tbody td {
        padding: 15px;
        font-size: 14px;
    }
}


@media (max-width: 992px) {
    .consulting-deployment-box {
        padding: 40px 30px;
        margin-top: -50px;
    }

    .consulting-deployment-title h1 {
        font-size: 32px;
    }

    .consulting-deployment-section {
        padding: 60px 0;
    }

    .consulting-deployment-row {
        gap: 40px;
    }

    .consulting-deployment-section-title {
        font-size: 28px;
    }

    .consulting-deployment-image-wrapper {
        min-height: 300px;
    }

    .consulting-deployment-benefits-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
}

@media (max-width: 768px) {
    .consulting-deployment-header {
        padding: 60px 0 40px;
        min-height: 300px;
    }

    .consulting-deployment-box {
        padding: 30px 20px;
        margin-top: -30px;
        border-radius: 10px;
    }

    .consulting-deployment-title h1 {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .consulting-deployment-text {
        font-size: 15px;
    }

    .consulting-deployment-section {
        padding: 40px 0;
    }

    .consulting-deployment-row {
        gap: 30px;
    }

    .consulting-deployment-col-text,
    .consulting-deployment-col-image {
        min-width: 100%;
    }

    .consulting-deployment-section-title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .consulting-deployment-section-text {
        font-size: 15px;
    }

    .consulting-deployment-image-wrapper {
        min-height: 250px;
    }

    .consulting-deployment-trend-item,
    .consulting-deployment-advantage-item {
        flex-direction: column;
        padding: 20px;
        gap: 15px;
    }

    .consulting-deployment-trend-icon,
    .consulting-deployment-advantage-icon {
        width: 50px;
        height: 50px;
    }

    .consulting-deployment-trend-icon i,
    .consulting-deployment-advantage-icon i {
        font-size: 24px;
    }

    .consulting-deployment-trend-content h3,
    .consulting-deployment-advantage-content h3 {
        font-size: 18px;
    }

    .consulting-deployment-process-number {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

    .consulting-deployment-process-content h4 {
        font-size: 16px;
    }

    .consulting-deployment-standout {
        padding: 15px 20px;
        margin-top: 20px;
    }

    .consulting-deployment-benefits-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .consulting-deployment-benefit-card {
        padding: 30px 25px;
    }

    .consulting-deployment-benefit-icon-large {
        width: 70px;
        height: 70px;
        margin-bottom: 20px;
    }

    .consulting-deployment-benefit-icon-large i {
        font-size: 32px;
    }

    .consulting-deployment-benefits-footer {
        padding: 20px;
    }

    .consulting-deployment-benefits-intro {
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .consulting-deployment-title h1 {
        font-size: 22px;
    }

    .consulting-deployment-section-title {
        font-size: 20px;
    }

    .consulting-deployment-list li {
        padding-left: 35px;
        font-size: 14px;
    }

    .consulting-deployment-list li i {
        font-size: 16px;
    }
	
	.consulting-deployment-process-columns{
		display: block;
	}
}

/* Case Study Page Styles */

.case-study-hero-section .hero-content-web-hosting h1 {
  font-size: 2rem !important;
}

 .case-study-box-content p {
  padding-left: 3rem;
  flex-grow: 1;
  font-size: 1.2rem;
  line-height: 2;
  text-align: left;
 }

 .the-stakes .partner-image {
  display: block;
  margin-left: auto;
  width: 296px;
  max-width: 95%;
 }

 .sos-section img {
  margin-right: 4rem;
 }

.case-study-glance {
  margin-top: 4.5rem;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  box-shadow: 0px 0px 33.6px 1.4px rgba(35, 31, 32, 0.13);
}

.case-study-glance .first-row {
    margin-top: 4rem;
    margin-bottom: 5rem;
}

 .case-study-glance .continuity i {
  transform: rotateY(180deg);
 }

.case-study-plan {
  margin-top: 7rem;
}

 .case-study-plan .row {
  margin-top: 4rem;
  margin-bottom: 7rem;
 }

 .case-study-plan .second-title {
  margin-top: 7rem;
 }

 .case-study-plan h3 {
  color: #24336b;
  font-weight: 700;
  font-size: 1.5rem;
 }

 .case-study-impact {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #5164ae;
 }

 .case-study-impact h2,
 .case-study-impact li,
 .case-study-impact p {
  color: #fff;
 }

 .case-study-impact h3 {
  margin-bottom: 2rem;
  color: #fff;
  font-weight: 700;
  font-size: 1.5rem;
  font-family: 'Segoe UI Bold', sans-serif !important;
 }

 .case-study-impact .different-grid {
  margin-top: 5.2rem;
  margin-bottom: 4rem;
 }

 .case-study-impact .different-item {
  margin-top: 1rem;
  margin-bottom: 1rem;
 }

 .case-study-impact .different-item i {
  margin-top: 4px;
  font-size: 28px;
 }

 .case-study-impact .impact-quote {
  font-style: italic;
  text-align: center;
 }

 .case-study-lessons {
  margin-top: 5rem;
  margin-bottom: 5rem;
 }

 .case-study-lessons .section-head {
  margin-bottom: 3rem;
 }

 .case-study-lessons .lesson-box {
  margin-top: 15px;
  margin-bottom: 15px;
  border: 1px solid #e5e5e5;
  padding: 2rem 2rem 1.5rem;
  background: #fff;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.1);
 }

 .case-study-lessons .lesson-box span {
  display: inline-block;
  margin-bottom: 1.5rem;
  width: 54px;
  height: 54px;
  background: #ff7b6f;
  color: #fff;
  font-size: 32px;
  line-height: 53px;
  font-family: 'Segoe UI Bold';
  text-align: center;
  border-radius: 50%;
 }

 .case-study-lessons h3 {
  color: #24336b;
  font-weight: 700;
  font-size: 1.5rem;
  font-family: 'Segoe UI Bold', sans-serif !important;
 }

 .case-study-contacts {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #f3f7fc;
  box-shadow: 0px 0px 33.6px 1.4px rgba(35, 31, 32, 0.13);
 }

 .case-study-contacts .second-title {
  margin-top: 45px;
 }

 .case-study-contacts .btn-common {
  margin-top: 45px;
 }
 
 .editors-notes {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
 }

 .editors-notes .section-head {
  margin-bottom: 3rem;
 }

 .editors-notes .note-box {
  padding: 3rem 4rem 2rem 2.3rem;
  background: #24336b;
  border-radius: 12px;
  box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.1);
 }

 .editors-notes .note-box:first-child {
  margin-bottom: 30px;
 }

 .editors-notes .left-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
 }

 .editors-notes .right-column .note-box {
  height: 100%;
 }

 .editors-notes .note-box h3 {
  margin-bottom: 2rem;
  color: #fff;
  font-size: 1.5rem;
 }

 .editors-notes .note-box p,
 .editors-notes .note-box strong {
  color: #fff;
 } 

 .editors-notes .note-box i {
  margin-top: 4px;
 }
 
 .editors-notes .note-box li {
  margin: 2rem 0;
  color: #fff;
 }

@media (max-width: 991px) {
  .the-stakes .partner-image {
    margin: 2rem auto;
  }

  .case-study-glance {
    padding-bottom: 1.5rem;
  }

  .case-study-glance .first-row {
    margin-bottom: 0;
  }

  .case-study-glance .design-service-box {
    margin-bottom: 3rem;
  }
  
  .case-study-plan {
    margin-top: 4rem;
  }

  .case-study-plan img {
    margin-top: 2.5rem;
  }

  .case-study-plan .second-title {
    margin-top: 2rem;
  }

  .case-study-plan .row {
    margin-top: 2rem;
    margin-bottom: 4rem;
  }

  .case-study-contacts .section-head {
    text-align: center;
  }

  .case-study-contacts img {
    display: block;
    margin: 4rem auto 0;
  }
  
 .editors-notes .note-box {
    margin-bottom: 30px;
 }

}

 @media (max-width: 767px) {
  .case-study-topper .unified-communications-box {
    margin-top: -75px;
  }
 }

@media (max-width: 576px) {
  .case-study-topper .unified-communications-text {
    flex-direction: column;
  }
  
  .case-study-topper img {
    max-width: 150px;
  }

  .case-study-box-content p {
    padding-left: 0;
    font-size: 1rem;
  }
  .sos-section img {
   
    margin-right: 2rem;
  }

  .case-study-impact .different-item {
    max-width: 320px;
  }

  .editors-notes .note-box {
    padding: 3rem 2rem 2rem 1rem;
  }
}

 @media (min-width: 768px) {
  .case-study-hero-section .hero-content-web-hosting h1 {
    font-size: 2.5rem !important;
  }
 }

 @media (min-width: 1200px) {
  .case-study-impact .different-content {
    padding-right: 4rem;
  }
  
  .case-study-hero-section .hero-content-web-hosting h1 {
    font-size: 3.4rem !important;
  }
 }


/* Responsive Call Reporting, Analytics & Dashboards Page */
@media (max-width: 992px) {
  .call-reporting-content {
    flex-direction: column !important;
  }

  .platinum-badge-container,
  .call-reporting-text-content,
  .years-badge-container {
    flex: 0 0 100% !important;
    max-width: 100%;
  }

  .platinum-badge-container,
  .years-badge-container {
    margin-bottom: 20px;
  }

  .call-reporting-title h1 {
    font-size: 2rem;
  }
}

@media (max-width: 992px) {
  .call-reporting-two-column,
  .call-reporting-two-column.call-reporting-reverse {
    grid-template-columns: 1fr;
    gap: 30px;
    direction: ltr;
  }
}
@media (max-width: 768px) {
  .call-reporting-header {
    padding: 40px 15px;
  }

  .call-reporting-box {
    padding: 25px;
  }

  .call-reporting-title h1 {
    font-size: 1.75rem;
  }

  .call-reporting-text p {
    font-size: 1rem;
  }
    .call-reporting-intro-wrapper{
	  display: block !important;
  }
  .call-reporting-intro-icon{
	margin: 0 auto;
    padding-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .call-reporting-advanced-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}


@media (max-width: 768px) {
  .call-reporting-section {
    padding: 50px 15px;
  }

  .call-reporting-section-header h2 {
    font-size: 2rem;
  }

  .call-reporting-intro-text p {
    font-size: 1.05rem;
  }

  .call-reporting-features-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .call-reporting-insights-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .call-reporting-closing-content h2 {
    font-size: 1.9rem;
  }

  .call-reporting-closing-content p {
    font-size: 1.05rem;
  }

  .call-reporting-cta-button {
    padding: 15px 35px;
    font-size: 1.1rem;
  }

  .call-reporting-service-block h3 {
    font-size: 1.3rem;
  }

  .call-reporting-step {
    flex-direction: column;
    gap: 15px;
  }

  .call-reporting-step-number {
    width: 45px;
    height: 45px;
    font-size: 1.3rem;
  }
}

@media (max-width: 480px) {
  .call-reporting-section-header h2 {
    font-size: 1.7rem;
  }

  .call-reporting-feature-icon {
    font-size: 2.5rem;
  }

  .call-reporting-feature-card h3 {
    font-size: 1.2rem;
  }

  .call-reporting-closing {
    padding: 60px 15px;
  }

  .call-reporting-closing-content h2 {
    font-size: 1.6rem;
  }
}


@media print {
  .call-reporting-header,
  .call-reporting-section {
    page-break-inside: avoid;
  }

  .call-reporting-cta-button {
    display: none;
  }
}


/* Responsive Design SIP Trunking Page*/
@media (max-width: 992px) {
  .sip-trunking-content {
    flex-direction: column;
    gap: 30px;
  }

  .sip-trunking-badge-left,
  .sip-trunking-badge-right {
    flex: 0 0 auto;
  }

  .sip-trunking-process-wrapper,
  .sip-trunking-why-wrapper {
    flex-direction: column;
  }

  .sip-trunking-process-image,
  .sip-trunking-why-image {
    flex: 0 0 auto;
    width: 100%;
    max-width: 500px;
  }

  .sip-trunking-title h1 {
    font-size: 2rem;
  }

  .sip-trunking-services-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
}

@media (max-width: 768px) {
  .sip-trunking-header {
    padding: 40px 20px;
  }

  .sip-trunking-section {
    padding: 40px 20px;
  }

  .sip-trunking-title h1 {
    font-size: 1.75rem;
  }

  .sip-trunking-section-title {
    font-size: 1.75rem;
  }

  .sip-trunking-badge-img {
    width: 120px;
  }

  .sip-trunking-text p,
  .sip-trunking-content-wrapper p {
    font-size: 1rem;
  }

  .sip-trunking-intro-wrapper {
    flex-direction: column;
    gap: 20px;
  }

  .sip-trunking-intro-icon {
    font-size: 2.5rem;
  }
  
}




/* Responsive Design Domain & DNS Management Page*/
@media (max-width: 992px) {
    .domain-and-dns-management-timeline-title,
    .domain-and-dns-management-cards-title {
        font-size: 28px;
    }

    .domain-and-dns-management-cards-grid {
        grid-template-columns: 1fr;
    }
	.domain-and-dns-management-why-matters-wrapper{
		display: block;
	}
}

@media (max-width: 768px) {
    .domain-and-dns-management-how-manage-timeline,
    .domain-and-dns-management-why-trust-cards {
        padding: 40px 0;
    }

    .domain-and-dns-management-timeline-title,
    .domain-and-dns-management-cards-title {
        font-size: 24px;
        margin-bottom: 35px;
    }

    .domain-and-dns-management-timeline-line {
        left: 24px;
		height: calc(100% - 48px);
    }

    .domain-and-dns-management-timeline-number {
        width: 48px;
        height: 48px;
    }

    .domain-and-dns-management-timeline-number span {
        font-size: 22px;
    }

    .domain-and-dns-management-timeline-content {
        padding: 20px;
    }

    .domain-and-dns-management-timeline-content h3 {
        font-size: 18px;
    }

    .domain-and-dns-management-timeline-content p {
        font-size: 15px;
    }

    .domain-and-dns-management-card {
        padding: 24px;
    }

    .domain-and-dns-management-card h3 {
        font-size: 18px;
    }

    .domain-and-dns-management-card p {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .domain-and-dns-management-timeline-title,
    .domain-and-dns-management-cards-title {
        font-size: 20px;
    }

    .domain-and-dns-management-timeline-step {
        gap: 15px;
    }

    .domain-and-dns-management-timeline-line {
        left: 20px;
        width: 3px;
		 height: calc(100% - 40px);
    }

    .domain-and-dns-management-timeline-number {
        width: 40px;
        height: 40px;
    }

    .domain-and-dns-management-timeline-number span {
        font-size: 18px;
    }

    .domain-and-dns-management-timeline-content h3,
    .domain-and-dns-management-card h3 {
        font-size: 16px;
    }

    .domain-and-dns-management-timeline-content p,
    .domain-and-dns-management-card p {
        font-size: 14px;
    }

    .domain-and-dns-management-card {
        padding: 20px;
    }
	.domain-and-dns-management-services-grid{
		display: block;
	}
	.domain-and-dns-management-services-item{
		margin-top: 12px;
	}
}

@media (max-width: 992px) {
    .domain-and-dns-management-title h1 {
        font-size: 36px;
    }

    .domain-and-dns-management-subtitle p {
        font-size: 18px;
    }

    .domain-and-dns-management-icon-title h2 {
        font-size: 28px;
    }

    .domain-and-dns-management-icon-title i {
        font-size: 28px;
    }

    .domain-and-dns-management-two-column {
        flex-direction: column;
        gap: 30px;
    }

    .domain-and-dns-management-reverse {
        flex-direction: column;
    }

    .domain-and-dns-management-column-image {
        flex: 1;
        width: 100%;
    }

    .domain-and-dns-management-cta-content h2 {
        font-size: 30px;
    }
}

@media (max-width: 768px) {
    .domain-and-dns-management-header {
        padding: 40px 0;
    }

    .domain-and-dns-management-box {
        padding: 30px 20px;
    }

    .domain-and-dns-management-title h1 {
        font-size: 28px;
    }

    .domain-and-dns-management-subtitle p {
        font-size: 16px;
    }

    .domain-and-dns-management-text p {
        font-size: 15px;
    }

    .domain-and-dns-management-section {
        padding: 40px 0;
    }

    .domain-and-dns-management-icon-title {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .domain-and-dns-management-icon-title h2 {
        font-size: 24px;
    }

    .domain-and-dns-management-icon-title i {
        font-size: 24px;
    }

    .domain-and-dns-management-list li {
        font-size: 15px;
        padding: 12px 0;
    }

    .domain-and-dns-management-cta {
        padding: 50px 0;
    }

    .domain-and-dns-management-cta-content h2 {
        font-size: 24px;
    }

    .domain-and-dns-management-cta-content p {
        font-size: 16px;
    }

    .domain-and-dns-management-cta-buttons {
        flex-direction: column;
        align-items: stretch;
    }

    .domain-and-dns-management-btn {
        justify-content: center;
        width: 100%;
    }
}

@media (max-width: 480px) {
    .domain-and-dns-management-title h1 {
        font-size: 24px;
    }

    .domain-and-dns-management-subtitle p {
        font-size: 14px;
    }

    .domain-and-dns-management-icon-title h2 {
        font-size: 20px;
    }

    .domain-and-dns-management-list li {
        font-size: 14px;
    }

    .domain-and-dns-management-btn {
        font-size: 16px;
        padding: 14px 24px;
    }
}


/* Responsive Design Managed WAN Services Page */
@media (max-width: 1024px) {
    .managed-network-approach-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .managed-network-benefits-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .managed-network-title h1 {
        font-size: 36px;
    }

    .managed-network-subtitle {
        font-size: 18px;
    }

    .managed-network-text {
        font-size: 16px;
    }

    .managed-network-section {
        padding: 50px 0;
    }

    .managed-network-section-header {
        margin-bottom: 40px;
    }

    .managed-network-section-header h2 {
        font-size: 32px;
    }

    .managed-network-two-column {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .managed-network-reverse {
        grid-template-columns: 1fr;
    }

    .managed-network-reverse .managed-network-image-col {
        order: 1;
    }

    .managed-network-reverse .managed-network-content-col {
        order: 2;
    }

    .managed-network-approach-grid {
        gap: 25px;
    }

    .managed-network-benefits-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .managed-network-cta-content h2 {
        font-size: 32px;
    }

    .managed-network-cta-content p {
        font-size: 18px;
    }

    .managed-network-cta-buttons {
        flex-direction: column;
        align-items: center;
    }

    .managed-network-btn {
        width: 100%;
        max-width: 350px;
        justify-content: center;
    }
	.managed-network-offer-list{
		display: block;
	}
	
	.managed-network-offer-item{
		margin-top: 20px;
	}
}

@media (max-width: 480px) {
    .managed-network-header {
        padding: 50px 0;
    }

    .managed-network-title h1 {
        font-size: 28px;
    }

    .managed-network-subtitle {
        font-size: 16px;
    }

    .managed-network-section-header h2 {
        font-size: 26px;
    }

    .managed-network-benefits-grid {
        grid-template-columns: 1fr;
    }

    .managed-network-approach-icon {
        width: 50px;
        height: 50px;
    }

    .managed-network-approach-icon i {
        font-size: 24px;
    }

    .managed-network-approach-content h3 {
        font-size: 20px;
    }

    .managed-network-offer-item {
        font-size: 18px;
    }
}
/*Responsive Design Business Continuity & Disaster Recovery*/
@media (max-width: 480px){
	.business-continuity-services-grid{
		display: block;
	}
	.business-continuity-services-item{
		margin-top: 20px;
	}
	.business-continuity-process-grid{
		display: block;
	}
	.business-continuity-process-item{
		margin-top: 20px;
	}
	.business-continuity-services-cta-buttons{
		display: block;
	}
	.business-continuity-services-btn{
		margin-top: 15px;
	}
}

/*Responsive Design On-site & Off-site Backup Services*/
@media (max-width: 768px) {
    .on-site-off-site-hybrid-solutions-grid{
		display: block;
	}

	.on-site-off-site-hybrid-solutions-card{
		margin-top: 20px;
	}
	.on-site-off-site-backup-services-grid{
		display: block;
	}
	.on-site-off-site-backup-services-item{
		margin-top: 20px;
	}
	.on-site-off-site-cta-buttons{
		display: block;
	}
	.on-site-off-site-cta-btn{
		margin-top: 15px;
	}
}


/* ============================================ */
/* RESPONSIVE DESIGN On-Site IT Infrastructure & Security Services */
/* ============================================ */
@media (max-width: 1024px) {
  .on-site-it-infrastructure-content-grid,
  .on-site-it-infrastructure-content-grid-reverse {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .on-site-it-infrastructure-benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .on-site-it-infrastructure-services-grid {
    grid-template-columns: 1fr;
  }

  .on-site-it-infrastructure-why-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .on-site-it-infrastructure-hero {
    padding: 60px 0 50px;
  }

  .on-site-it-infrastructure-hero-description {
    font-size: 16px;
  }

  .on-site-it-infrastructure-section-title,
  .on-site-it-infrastructure-section-title-center,
  .on-site-it-infrastructure-section-title-center-dark {
    font-size: 28px;
  }

  .on-site-it-infrastructure-benefits-grid,
  .on-site-it-infrastructure-security-grid,
  .on-site-it-infrastructure-why-grid {
    grid-template-columns: 1fr;
  }

  .on-site-it-infrastructure-challenges-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }


  .on-site-it-infrastructure-large-icon {
    width: 80px;
    height: 80px;
  }

  .on-site-it-infrastructure-cta-title {
    font-size: 28px;
  }

  .on-site-it-infrastructure-container {
    padding: 0 20px;
  }
}

@media (max-width: 480px) {
  .on-site-it-infrastructure-cta-button {
    width: 100%;
    justify-content: center;
  }

  .on-site-it-infrastructure-related-links {
    flex-direction: column;
    align-items: stretch;
  }

  .on-site-it-infrastructure-related-link {
    text-align: center;
  }

  .on-site-it-infrastructure-cta-buttons-wrapper {
    flex-direction: column;
    width: 100%;
  }

  .on-site-it-infrastructure-cta-btn-phone,
  .on-site-it-infrastructure-cta-btn-consultation {
    width: 100%;
    justify-content: center;
  }
}

/* Responsive Design IT Help Desk Page */
@media (max-width: 1024px) {
  .it-help-desk-hero-title {
    font-size: 40px;
  }

  .it-help-desk-section-title,
  .it-help-desk-timeline-title {
    font-size: 36px;
  }

  .it-help-desk-hero-content,
  .it-help-desk-why-content,
  .it-help-desk-scalable-content {
    grid-template-columns: 1fr;
  }

  .it-help-desk-support-comparison {
    grid-template-columns: 1fr;
  }

  .it-help-desk-issues-list {
    grid-template-columns: 1fr;
  }

  .it-help-desk-response-wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .it-help-desk-response-content {
    padding-right: 0;
  }
}

@media (max-width: 768px) {
  .it-help-desk-hero {
    padding: 60px 0;
  }

  .it-help-desk-hero-title {
    font-size: 32px;
  }

  .it-help-desk-section-title,
  .it-help-desk-timeline-title {
    font-size: 28px;
  }

  .it-help-desk-benefits-grid,
  .it-help-desk-scalable-features {
    grid-template-columns: 1fr;
  }

  .it-help-desk-cta-title {
    font-size: 26px;
  }

  .it-help-desk-btn {
    font-size: 16px;
    padding: 14px 28px;
  }

  .it-help-desk-cta-buttons {
    gap: 20px;
  }

  .it-help-desk-support-comparison {
    grid-template-columns: 1fr;
  }

  .it-help-desk-support-card {
    padding: 32px 24px;
  }

  .it-help-desk-timeline-line {
    left: 30px;
  }

  .it-help-desk-timeline-number {
    width: 60px;
    height: 60px;
  }

  .it-help-desk-timeline-number span {
    font-size: 24px;
  }

  .it-help-desk-timeline-content {
    margin-left: 20px;
    padding: 20px 24px;
  }

  .it-help-desk-response-title {
    font-size: 28px;
  }

  .it-help-desk-response-list li {
    padding-left: 55px;
    font-size: 15px;
  }

  .it-help-desk-response-list li::before {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }

  .it-help-desk-availability-grid {
    grid-template-columns: 1fr;
  }

  .it-help-desk-section-title-center {
    font-size: 28px;
  }

  .it-help-desk-paragraph-centered {
    font-size: 16px;
  }

  .it-help-desk-related-title {
    font-size: 16px;
  }

  .it-help-desk-related-link {
    font-size: 14px;
    padding: 12px 24px;
  }
}

@media (max-width: 480px) {
  .it-help-desk-container,
  .it-help-desk-container-timeline {
    padding: 0 16px;
  }

  .it-help-desk-hero-title {
    font-size: 28px;
  }

  .it-help-desk-section-title,
  .it-help-desk-timeline-title {
    font-size: 24px;
  }

  .it-help-desk-hero-stats {
    grid-template-columns: 1fr;
  }

  .it-help-desk-paragraph,
  .it-help-desk-hero-description {
    font-size: 16px;
  }

  .it-help-desk-timeline-line {
    left: 20px;
  }

  .it-help-desk-timeline-number {
    width: 40px;
    height: 40px;
  }

  .it-help-desk-timeline-number span {
    font-size: 18px;
  }

  .it-help-desk-timeline-content {
    margin-left: 16px;
    padding: 16px 20px;
  }

  .it-help-desk-timeline-content h3 {
    font-size: 18px;
  }

  .it-help-desk-issue-item {
    flex-direction: column;
    text-align: center;
  }

  .it-help-desk-issue-icon {
    margin: 0 auto;
  }

  .it-help-desk-section-title-center {
    font-size: 24px;
  }

  .it-help-desk-response-title {
    font-size: 24px;
  }

  .it-help-desk-response-list li {
    padding-left: 50px;
    font-size: 14px;
  }

  .it-help-desk-response-list li::before {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }

  .it-help-desk-paragraph-centered {
    font-size: 15px;
  }

  .it-help-desk-related-title {
    font-size: 15px;
  }

  .it-help-desk-related-link {
    font-size: 13px;
    padding: 10px 20px;
  }

  .it-help-desk-cta-title {
    font-size: 22px;
  }

  .it-help-desk-btn {
    font-size: 16px;
    padding: 14px 28px;
  }

  .it-help-desk-cta-buttons {
    flex-direction: column;
    width: 100%;
    gap: 15px;
  }

  .it-help-desk-btn {
    width: 100%;
    justify-content: center;
  }

  .it-help-desk-related-link {
    font-size: 14px;
    padding: 14px 28px;
  }
}
/* RESPONSIVE Remote Monitoring & IT Management (RMM)  */
@media (max-width: 767px) {
    .rmm-hero__title,
    .rmm-prevents__title,
    .rmm-section-title,
    .rmm-alerts__title,
    .rmm-philosophy__title,
    .rmm-cta__title {
        font-size: 2rem;
    }

    .rmm-hero__text,
    .rmm-alerts__text,
    .rmm-philosophy__text,
    .rmm-cta__text {
        font-size: 1rem;
    }
}

@media (min-width: 640px) {
    .rmm-cta__buttons {
        flex-direction: row;
        justify-content: center;
    }
}
@media (min-width: 768px) {
    .rmm-choose__grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 1024px) {
    .rmm-choose__grid {
        grid-template-columns: repeat(5, 1fr);
    }
}


@media (min-width: 768px) {
    .rmm-integration__grid {
        grid-template-columns: repeat(4, 1fr);
    }
}
@media (min-width: 768px) {
    .rmm-monitor__grid {
        grid-template-columns: 1fr 1fr;
    }
}
@media (min-width: 768px) {
    .rmm-prevents__grid {
        grid-template-columns: 1fr 1fr;
    }
}
@media (min-width: 768px) {
    .rmm-benefits__grid {
        grid-template-columns: 1fr 1fr;
    }

    .rmm-benefits__card--full {
        grid-column: 1 / -1;
    }
}
@media (min-width: 768px) {
    .rmm-hero__grid {
        grid-template-columns: 1fr 1fr;
    }
}




/* ========================================
   Responsive Design Cybersecurity Awareness Training
   ======================================== */

/* Tablets and smaller */
@media (max-width: 1024px) {
    .cybersecurity-awareness-training-importance-content {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .cybersecurity-awareness-training-cover-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .cybersecurity-awareness-training-methods-grid {
        grid-template-columns: 1fr;
    }

    .cybersecurity-awareness-training-industries-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .cybersecurity-awareness-training-results-stats {
        grid-template-columns: repeat(2, 1fr);
    }

    .cybersecurity-awareness-training-choose-content {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .cybersecurity-awareness-training-topics-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Mobile */
@media (max-width: 768px) {
    .cybersecurity-awareness-training-hero {
        padding: 60px 24px;
    }

    .cybersecurity-awareness-training-hero-title {
        font-size: 32px;
    }

    .cybersecurity-awareness-training-hero-description {
        font-size: 16px;
    }

    .cybersecurity-awareness-training-importance {
        padding: 60px 24px;
    }

    .cybersecurity-awareness-training-importance-title {
        font-size: 32px;
    }

    .cybersecurity-awareness-training-cover {
        padding: 60px 24px;
    }

    .cybersecurity-awareness-training-cover-title {
        font-size: 32px;
    }

    .cybersecurity-awareness-training-cover-grid {
        grid-template-columns: 1fr;
    }

    .cybersecurity-awareness-training-works {
        padding: 60px 24px;
    }

    .cybersecurity-awareness-training-works-title {
        font-size: 32px;
    }

    .cybersecurity-awareness-training-works-step {
        flex-direction: column;
        gap: 20px;
    }

    .cybersecurity-awareness-training-methods {
        padding: 60px 24px;
    }

    .cybersecurity-awareness-training-methods-title {
        font-size: 32px;
    }

    .cybersecurity-awareness-training-industries {
        padding: 60px 24px;
    }

    .cybersecurity-awareness-training-industries-title {
        font-size: 32px;
    }

    .cybersecurity-awareness-training-industries-grid {
        grid-template-columns: 1fr;
    }

    .cybersecurity-awareness-training-results {
        padding: 60px 24px;
    }

    .cybersecurity-awareness-training-results-title {
        font-size: 32px;
    }

    .cybersecurity-awareness-training-results-stats {
        grid-template-columns: 1fr;
    }

    .cybersecurity-awareness-training-choose {
        padding: 60px 24px;
    }

    .cybersecurity-awareness-training-choose-title {
        font-size: 32px;
    }

    .cybersecurity-awareness-training-topics {
        padding: 60px 24px;
    }

    .cybersecurity-awareness-training-topics-title {
        font-size: 32px;
    }

    .cybersecurity-awareness-training-topics-grid {
        grid-template-columns: 1fr;
    }

    .cybersecurity-awareness-training-cta {
        padding: 80px 24px;
    }

    .cybersecurity-awareness-training-cta-title {
        font-size: 32px;
    }

    .cybersecurity-awareness-training-cta-description,
    .cybersecurity-awareness-training-cta-subdescription {
        font-size: 16px;
    }

    .cybersecurity-awareness-training-hero-buttons,
    .cybersecurity-awareness-training-cta-buttons {
        flex-direction: column;
    }

    .cybersecurity-awareness-training-hero-button-primary,
    .cybersecurity-awareness-training-hero-button-secondary,
    .cybersecurity-awareness-training-cta-button-primary,
    .cybersecurity-awareness-training-cta-button-secondary {
        width: 100%;
        justify-content: center;
    }
}


/* ========================================
   Responsive Design IT Security Risk Assessment
   ======================================== */

/* Tablets and smaller */
@media (max-width: 1024px) {
    .cybersecurity-awareness-training-importance-content {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .cybersecurity-awareness-training-cover-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .cybersecurity-awareness-training-methods-grid {
        grid-template-columns: 1fr;
    }

    .cybersecurity-awareness-training-industries-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .cybersecurity-awareness-training-results-stats {
        grid-template-columns: repeat(2, 1fr);
    }

    .cybersecurity-awareness-training-choose-content {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .cybersecurity-awareness-training-topics-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Mobile */
@media (max-width: 768px) {
    .cybersecurity-awareness-training-hero {
        padding: 60px 24px;
    }

    .cybersecurity-awareness-training-hero-title {
        font-size: 32px;
    }

    .cybersecurity-awareness-training-hero-description {
        font-size: 16px;
    }

    .cybersecurity-awareness-training-importance {
        padding: 60px 24px;
    }

    .cybersecurity-awareness-training-importance-title {
        font-size: 32px;
    }

    .cybersecurity-awareness-training-cover {
        padding: 60px 24px;
    }

    .cybersecurity-awareness-training-cover-title {
        font-size: 32px;
    }

    .cybersecurity-awareness-training-cover-grid {
        grid-template-columns: 1fr;
    }

    .cybersecurity-awareness-training-works {
        padding: 60px 24px;
    }

    .cybersecurity-awareness-training-works-title {
        font-size: 32px;
    }

    .cybersecurity-awareness-training-works-step {
        flex-direction: column;
        gap: 20px;
    }

    .cybersecurity-awareness-training-methods {
        padding: 60px 24px;
    }

    .cybersecurity-awareness-training-methods-title {
        font-size: 32px;
    }

    .cybersecurity-awareness-training-industries {
        padding: 60px 24px;
    }

    .cybersecurity-awareness-training-industries-title {
        font-size: 32px;
    }

    .cybersecurity-awareness-training-industries-grid {
        grid-template-columns: 1fr;
    }

    .cybersecurity-awareness-training-results {
        padding: 60px 24px;
    }

    .cybersecurity-awareness-training-results-title {
        font-size: 32px;
    }

    .cybersecurity-awareness-training-results-stats {
        grid-template-columns: 1fr;
    }

    .cybersecurity-awareness-training-choose {
        padding: 60px 24px;
    }

    .cybersecurity-awareness-training-choose-title {
        font-size: 32px;
    }

    .cybersecurity-awareness-training-topics {
        padding: 60px 24px;
    }

    .cybersecurity-awareness-training-topics-title {
        font-size: 32px;
    }

    .cybersecurity-awareness-training-topics-grid {
        grid-template-columns: 1fr;
    }

    .cybersecurity-awareness-training-cta {
        padding: 80px 24px;
    }

    .cybersecurity-awareness-training-cta-title {
        font-size: 32px;
    }

    .cybersecurity-awareness-training-cta-description,
    .cybersecurity-awareness-training-cta-subdescription {
        font-size: 16px;
    }

    .cybersecurity-awareness-training-hero-buttons,
    .cybersecurity-awareness-training-cta-buttons {
        flex-direction: column;
    }

    .cybersecurity-awareness-training-hero-button-primary,
    .cybersecurity-awareness-training-hero-button-secondary,
    .cybersecurity-awareness-training-cta-button-primary,
    .cybersecurity-awareness-training-cta-button-secondary {
        width: 100%;
        justify-content: center;
    }
}

/* ============================================
   RESPONSIVE STYLES Cyber Incident Response & Remediation
   ============================================ */

@media (max-width: 968px) {
    .cyber-incident-response-and-remediation-section {
        padding: 50px 20px;
    }

    .cyber-incident-response-and-remediation-two-column {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .cyber-incident-response-and-remediation-content {
        padding-right: 0;
    }

    .cyber-incident-response-and-remediation-reverse .cyber-incident-response-and-remediation-content {
        padding-left: 0;
    }

    .cyber-incident-response-and-remediation-title {
        font-size: 32px;
    }

    .cyber-incident-response-and-remediation-grid-four {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .cyber-incident-response-and-remediation-horizontal-grid {
        flex-direction: column;
        gap: 40px;
    }

    .cyber-incident-response-and-remediation-horizontal-item h3 {
        min-height: auto;
    }

    .cyber-incident-response-and-remediation-cta-title {
        font-size: 28px;
    }

    .cyber-incident-response-and-remediation-cta-description {
        font-size: 15px;
    }

    .cyber-incident-response-and-remediation-cta-buttons {
        flex-direction: column;
        gap: 15px;
    }

    .cyber-incident-response-and-remediation-btn {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 600px) {
    .cyber-incident-response-and-remediation-title {
        font-size: 28px;
    }

    .cyber-incident-response-and-remediation-intro {
        font-size: 15px;
    }

    .cyber-incident-response-and-remediation-icon-box {
        width: 60px;
        height: 60px;
        font-size: 24px;
    }

    .cyber-incident-response-and-remediation-horizontal-icon {
        width: 75px;
        height: 75px;
        font-size: 30px;
    }
}

@media (max-width: 968px) {
    .cyber-incident-response-and-remediation-section {
        padding: 50px 20px;
    }

    .cyber-incident-response-and-remediation-title {
        font-size: 32px;
    }

    .cyber-incident-response-and-remediation-grid-four {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

@media (max-width: 600px) {
    .cyber-incident-response-and-remediation-title {
        font-size: 28px;
    }

    .cyber-incident-response-and-remediation-intro {
        font-size: 15px;
    }

    .cyber-incident-response-and-remediation-icon-box {
        width: 60px;
        height: 60px;
        font-size: 24px;
    }
}



/* ===================================
   RESPONSIVE STYLES Ransomware Protection & Defense Services
   =================================== */

@media (max-width: 1200px) {
    .ransomware-protection-grid-five {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 992px) {
    .ransomware-protection-hero-title {
        font-size: 48px;
    }

    .ransomware-protection-section-title {
        font-size: 36px;
    }

    .ransomware-protection-two-column {
        grid-template-columns: 1fr;
    }

    .ransomware-protection-grid-three {
        grid-template-columns: repeat(2, 1fr);
    }

    .ransomware-protection-grid-five {
        grid-template-columns: repeat(2, 1fr);
    }

    .ransomware-protection-order-1 {
        order: 1;
    }

    .ransomware-protection-order-2 {
        order: 2;
    }
}

@media (max-width: 768px) {
    .ransomware-protection-hero-title {
        font-size: 40px;
    }

    .ransomware-protection-section-title {
        font-size: 32px;
        margin-bottom: 48px;
    }

    .ransomware-protection-hero-paragraph {
        font-size: 18px;
    }

    .ransomware-protection-grid-three {
        grid-template-columns: 1fr;
    }

    .ransomware-protection-grid-two {
        grid-template-columns: 1fr;
    }

    .ransomware-protection-grid-five {
        grid-template-columns: 1fr;
    }

    .ransomware-protection-cta-title {
        font-size: 32px;
    }

    .ransomware-protection-cta-text {
        font-size: 18px;
    }

    .ransomware-protection-cta-text-bold {
        font-size: 18px;
    }

    .ransomware-protection-cta-buttons {
        flex-direction: column;
    }

    .ransomware-protection-image-placeholder {
        min-height: 300px;
    }

    .ransomware-protection-image-placeholder i {
        font-size: 96px;
    }
}



/* ========================================
   RESPONSIVE DESIGN  - IT Compliance Services
   ======================================== */

@media (min-width: 768px) {
    /* Hero Section */
    .it-compliance-services-hero-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    /* Why Choose Section */
    .it-compliance-services-why-choose-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .it-compliance-services-why-choose-image-wrapper {
        order: 1;
    }

    .it-compliance-services-why-choose-content {
        order: 2;
    }

    /* Our Services Section */
    .it-compliance-services-our-services-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    /* Process Section */
    .it-compliance-services-process-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    /* PCI Section */
    .it-compliance-services-pci-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .it-compliance-services-pci-image-wrapper {
        order: 1;
    }

    .it-compliance-services-pci-content {
        order: 2;
    }
}

@media (min-width: 1024px) {
    /* Hero Section */
    .it-compliance-services-hero-title {
        font-size: 44px;
    }

    /* Why Choose Section */
    .it-compliance-services-why-choose-title {
        font-size: 40px;
    }

    /* Our Services Section */
    .it-compliance-services-our-services-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    /* PCI Section */
    .it-compliance-services-pci-title {
        font-size: 40px;
    }

    /* CTA Section */
    .it-compliance-services-cta-title {
        font-size: 48px;
    }
}


/* ========================================
   RESPONSIVE STYLES Cybersecurity Consultation 
   ======================================== */

@media (max-width: 1024px) {
  .cybersecurity-consultation-heading {
    font-size: 36px;
    margin-bottom: 40px;
  }

  .cybersecurity-consultation-intro {
    font-size: 17px;
  }

  .cybersecurity-consultation-section {
    padding: 60px 0;
  }

  .cybersecurity-consultation-grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }

  .cybersecurity-consultation-icon-large,
  .cybersecurity-consultation-icon-large-accent {
    font-size: 120px;
  }

  .cybersecurity-consultation-image-box {
    min-height: 400px;
  }
}


@media (max-width: 768px) {
  .cybersecurity-consultation-heading {
    font-size: 32px;
    margin-bottom: 32px;
  }

  .cybersecurity-consultation-intro {
    font-size: 16px;
    margin-bottom: 24px;
  }

  .cybersecurity-consultation-section {
    padding: 40px 0;
  }

  .cybersecurity-consultation-container,
  .cybersecurity-consultation-container-narrow {
    padding: 0 16px;
  }

  .cybersecurity-consultation-grid-split,
  .cybersecurity-consultation-grid-2,
  .cybersecurity-consultation-grid-3 {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .cybersecurity-consultation-card {
    padding: 24px;
  }

  .cybersecurity-consultation-icon {
    font-size: 40px;
  }

  .cybersecurity-consultation-icon-white {
    font-size: 40px;
  }

  .cybersecurity-consultation-icon-large,
  .cybersecurity-consultation-icon-large-accent {
    font-size: 96px;
  }

  .cybersecurity-consultation-image-box {
    min-height: 300px;
    padding: 24px;
  }

  .cybersecurity-consultation-image-label {
    font-size: 18px;
  }

  .cybersecurity-consultation-cta-text {
    font-size: 18px;
  }

  .cybersecurity-consultation-cta-subtext {
    font-size: 16px;
  }

  .cybersecurity-consultation-cta-buttons {
    flex-direction: column;
    align-items: stretch;
  }

  .cybersecurity-consultation-btn {
    width: 100%;
    justify-content: center;
  }

  .cybersecurity-consultation-list-title {
    font-size: 18px;
  }

  .cybersecurity-consultation-card-title {
    font-size: 18px;
  }
}


@media (max-width: 768px) {
  .cybersecurity-consultation-heading {
    font-size: 32px;
    margin-bottom: 32px;
  }

  .cybersecurity-consultation-intro {
    font-size: 16px;
    margin-bottom: 24px;
  }

  .cybersecurity-consultation-section {
    padding: 40px 0;
  }

  .cybersecurity-consultation-container {
    padding: 0 16px;
  }

  .cybersecurity-consultation-grid-2 {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .cybersecurity-consultation-card {
    padding: 24px;
  }

  .cybersecurity-consultation-card-title-with-icon {
    font-size: 18px;
  }
}


/* Responsive - Tablet */
@media (max-width: 1024px) {
  .cybersecurity-consultation-heading {
    font-size: 36px;
    margin-bottom: 40px;
  }

  .cybersecurity-consultation-intro {
    font-size: 17px;
  }

  .cybersecurity-consultation-section {
    padding: 60px 0;
  }
}


/* ========================================
   RESPONSIVE DESIGN Microsoft 365 & Google Workspace
   ======================================== */
@media (max-width: 968px) {
  .microsoft-and-google-workspace-hero-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .microsoft-and-google-workspace-hero-content {
    padding-right: 0;
    order: 2;
  }

  .microsoft-and-google-workspace-hero-image {
    order: 1;
  }

  .microsoft-and-google-workspace-benefits-layout {
    grid-template-columns: 1fr;
  }

  .microsoft-and-google-workspace-platforms-grid {
    grid-template-columns: 1fr;
  }

  .microsoft-and-google-workspace-security-grid {
    grid-template-columns: 1fr;
  }

  .microsoft-and-google-workspace-integration-grid {
    grid-template-columns: 1fr;
  }

  .microsoft-and-google-workspace-integration-callout {
    flex-direction: column;
    align-items: flex-start;
  }

  .microsoft-and-google-workspace-integration-callout-bar {
    width: 100%;
    height: 6px;
  }

  .microsoft-and-google-workspace-licensing-grid {
    grid-template-columns: 1fr;
  }

  .microsoft-and-google-workspace-services-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .microsoft-and-google-workspace-services-image {
    min-height: 300px;
    padding: 60px 40px;
  }

  .microsoft-and-google-workspace-services-image-content i {
    font-size: 120px;
  }

  .microsoft-and-google-workspace-why-choose-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .microsoft-and-google-workspace-why-choose-image img {
    min-height: 300px;
  }

  .microsoft-and-google-workspace-hero-title,
  .microsoft-and-google-workspace-platforms-title,
  .microsoft-and-google-workspace-benefits-title,
  .microsoft-and-google-workspace-security-title,
  .microsoft-and-google-workspace-integration-title,
  .microsoft-and-google-workspace-licensing-title,
  .microsoft-and-google-workspace-services-title,
  .microsoft-and-google-workspace-why-choose-title,
  .microsoft-and-google-workspace-cta-title {
    font-size: 32px;
  }

  .managed-network-cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .managed-network-btn {
    width: 100%;
    justify-content: center;
  }
}


/*================================================================================
  Responsive Design - Cloud Migrations Services (Azure, AWS)
================================================================================*/

/* Tablets and below (768px) */
@media (max-width: 768px) {
  /* Hero Section */
  .cloud-migration-hero {
    padding: 40px 16px;
  }

  .cloud-migration-title {
    font-size: 28px;
    margin-bottom: 16px;
  }

  .cloud-migration-intro {
    font-size: 16px;
    margin-bottom: 32px;
  }

  .cloud-migration-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .cloud-migration-icon {
    font-size: 20px;
  }

  .cloud-migration-text {
    font-size: 15px;
  }

  .cloud-migration-summary {
    font-size: 15px;
    padding-top: 16px;
  }

  .cloud-migration-feature-item {
    text-align: center;
    padding: 24px;
  }
  
  .cloud-migration-feature-icon {
    margin: 0 auto;
  }

  /* Applications Section */
  .cloud-migration-apps-section {
    padding: 60px 20px;
  }

  .cloud-migration-apps-title {
    font-size: 32px;
    margin-bottom: 16px;
  }

  .cloud-migration-apps-subtitle-text {
    font-size: 16px;
    margin-bottom: 40px;
  }

  .cloud-migration-apps-number {
    width: 50px;
    height: 50px;
    font-size: 24px;
  }

  .cloud-migration-apps-item-title {
    font-size: 18px;
  }

  .cloud-migration-apps-text {
    font-size: 15px;
  }

  /* Security Section */
  .cloud-migration-security-section {
    padding: 60px 20px;
  }

  .cloud-migration-security-title {
    font-size: 32px;
    margin-bottom: 40px;
  }

  .cloud-migration-security-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  .cloud-migration-security-icon {
    width: 80px;
    height: 80px;
    font-size: 32px;
  }

  .cloud-migration-security-card-title {
    font-size: 18px;
  }

  .cloud-migration-security-card-text {
    font-size: 15px;
  }

  /* Downtime Section */
  .cloud-migration-downtime-section {
    padding: 60px 20px;
  }

  .cloud-migration-downtime-title {
    font-size: 32px;
    margin-bottom: 40px;
  }

  .cloud-migration-downtime-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .cloud-migration-downtime-card {
    padding: 30px;
  }

  .cloud-migration-downtime-icon {
    width: 60px;
    height: 60px;
    font-size: 28px;
  }

  .cloud-migration-downtime-card-title {
    font-size: 20px;
  }

  .cloud-migration-downtime-card-text {
    font-size: 15px;
    padding-left: 80px;
  }
	/*Differences*/
	.cloud-migration-difference-grid{
		display: block;
	}
	.cloud-migration-difference-card{
		margin-bottom: 20px;
	}
	/*Planning*/
	.cloud-migration-planning-layout{
		display: block;
	}
  /* Trust Section */
  .cloud-migration-trust-section {
    padding: 60px 20px;
  }

  .cloud-migration-trust-title {
    font-size: 32px;
    margin-bottom: 35px;
  }

  .cloud-migration-trust-list {
    gap: 25px;
  }

  .cloud-migration-trust-check {
    width: 45px;
    height: 45px;
    font-size: 20px;
  }

  .cloud-migration-trust-item-title {
    font-size: 18px;
  }

  .cloud-migration-trust-item-desc {
    font-size: 15px;
  }

  .cloud-migration-trust-image {
    height: 350px;
  }
  
	.cloud-migration-cta-buttons {
		display: block;
		margin: 0 auto;
	}

	.cloud-migration-cta-btn{
		margin-bottom: 10px;
	}
}

/* Large tablets and below (992px) */
@media (max-width: 992px) {
  .cloud-migration-trust-container {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .cloud-migration-trust-image {
    height: 400px;
  }
}

/* Desktop small (1024px) */
@media (max-width: 1024px) {
  .cloud-migration-apps-layout {
    flex-direction: column;
    gap: 40px;
  }

  .cloud-migration-apps-image {
    max-width: 100%;
    order: -1;
  }
}

/* Large screens (1200px) */
@media (max-width: 1200px) {
  .cloud-migration-security-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
}

/* Mobile devices (480px) */
@media (max-width: 480px) {
  /* Hero Section */
  .cloud-migration-title {
    font-size: 24px;
  }

  .cloud-migration-intro {
    font-size: 14px;
  }

  .cloud-migration-text {
    font-size: 14px;
  }

  .cloud-migration-summary {
    font-size: 14px;
  }
  .cloud-migration-hero-container{
	  display: block;
  }
	.cloud-migration-hero-image{
		margin-bottom: 20px;
	}
  /* Applications Section */
  .cloud-migration-apps-title {
    font-size: 26px;
  }

  .cloud-migration-apps-subtitle-text {
    font-size: 15px;
  }

  .cloud-migration-apps-item {
    gap: 16px;
  }

  .cloud-migration-apps-number {
    width: 45px;
    height: 45px;
    font-size: 20px;
  }

  /* Security Section */
  .cloud-migration-security-title {
    font-size: 26px;
  }

  .cloud-migration-security-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .cloud-migration-security-icon {
    font-size: 36px;
  }

  /* Downtime Section */
  .cloud-migration-downtime-title {
    font-size: 26px;
  }

  .cloud-migration-downtime-card {
    padding: 25px;
  }

  .cloud-migration-downtime-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  .cloud-migration-downtime-card-text {
    padding-left: 0;
  }

  /* Trust Section */
  .cloud-migration-trust-title {
    font-size: 26px;
  }

  .cloud-migration-trust-item {
    gap: 15px;
  }

  .cloud-migration-trust-check {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }

  .cloud-migration-trust-image {
    height: 300px;
  }
}


/* ==========================================================================
   RESPONSIVE DESIGN (MOBILE) Managed Cloud Infrastructure
   ========================================================================== */

@media (max-width: 768px) {
    /* Headings and Intro */
    .managed-cloud-infrastructure-heading,
    .monitoring-heading,
    .integration-heading,
    .managed-cloud-infrastructure-cta-heading {
        font-size: 32px;
    }

    .managed-cloud-infrastructure-intro,
    .monitoring-intro,
    .integration-intro {
        font-size: 16px;
    }

    /* List Layout */
    .managed-cloud-infrastructure-list-layout {
        grid-template-columns: 1fr;
    }

    /* Image Container Order */
    .managed-cloud-infrastructure-image-container {
        order: -1;
    }

    /* Grid Layouts */
    .managed-cloud-infrastructure-grid-4 {
        grid-template-columns: 1fr;
    }

    /* Two Column Layout */
    .managed-cloud-infrastructure-two-column-layout {
        grid-template-columns: 1fr;
    }

    /* Monitoring Grid */
    .monitoring-grid {
        grid-template-columns: 1fr;
    }

    /* Integration Row */
    .integration-intro {
        margin-bottom: 40px;
    }

    .integration-row {
        flex-direction: column;
        align-items: center;
        gap: 48px;
    }

    .integration-item {
        max-width: 100%;
    }

    /* CTA Buttons */
    .managed-cloud-infrastructure-cta-buttons {
        flex-direction: column;
        width: 100%;
    }

    .managed-cloud-infrastructure-cta-btn-phone,
    .managed-cloud-infrastructure-cta-btn-consultation {
        width: 100%;
        justify-content: center;
    }
}




/* ===============================================================================
   Responsive Design - Mobile & Tablet - Cloud Backup & Disaster Recovery (DRaaS)
   ============================================================================== */

/* Tablet (1024px and below) */
@media (max-width: 1024px) {
    .cloud-backup-disaster-recovery-intro-content {
        grid-template-columns: 1fr;
    }

    .cloud-backup-disaster-recovery-why-layout {
        grid-template-columns: 1fr;
    }

    .cloud-backup-disaster-recovery-trends-grid {
        flex-wrap: wrap;
        gap: 30px;
    }

    .cloud-backup-disaster-recovery-trend-item {
        flex: 0 0 calc(33.333% - 20px);
    }

    .cloud-backup-disaster-recovery-offers-grid {
        grid-template-columns: 1fr;
    }

    .cloud-backup-disaster-recovery-approach-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .cloud-backup-disaster-recovery-stands-layout {
        grid-template-columns: 1fr;
    }

    .cta-buttons {
        width: 80%;
    }
}

/* Mobile (768px and below) */
@media (max-width: 768px) {
    .cloud-backup-disaster-recovery-section-intro {
        padding: 60px 0;
    }

    .cloud-backup-disaster-recovery-section-title-intro {
        font-size: 32px;
        margin-bottom: 40px;
    }

    .cloud-backup-disaster-recovery-section-why {
        padding: 60px 0;
    }

    .cloud-backup-disaster-recovery-section-trends {
        padding: 60px 0;
    }

    .cloud-backup-disaster-recovery-section-offers {
        padding: 60px 0;
    }

    .cloud-backup-disaster-recovery-section-approach {
        padding: 60px 0;
    }

    .cloud-backup-disaster-recovery-section-stands {
        padding: 60px 0;
    }

    .cloud-backup-disaster-recovery-section-cta {
        padding: 80px 0;
    }

    .cloud-backup-disaster-recovery-section-title-why {
        font-size: 32px;
    }

    .cloud-backup-disaster-recovery-section-title-trends {
        font-size: 32px;
    }

    .cloud-backup-disaster-recovery-section-title-offers {
        font-size: 32px;
    }

    .cloud-backup-disaster-recovery-section-title-approach {
        font-size: 32px;
    }

    .cloud-backup-disaster-recovery-section-title-stands {
        font-size: 32px;
    }

    .cloud-backup-disaster-recovery-cta-title {
        font-size: 32px;
    }

    .cloud-backup-disaster-recovery-trends-grid {
        flex-direction: column;
    }

    .cloud-backup-disaster-recovery-trend-item {
        flex: 1;
    }

    .cloud-backup-disaster-recovery-approach-grid {
        grid-template-columns: 1fr;
    }

    .cta-buttons {
        flex-direction: column;
        width: 100%;
    }

    .cta-btn-phone,
    .cta-btn-consultation {
        width: 100%;
    }

    .cloud-backup-disaster-recovery-image-placeholder-intro {
        height: 300px;
    }

    .cloud-backup-disaster-recovery-image-placeholder-why {
        height: 300px;
    }

    .cloud-backup-disaster-recovery-image-placeholder-stands {
        height: 300px;
    }
}

/* Small Mobile (480px and below) */
@media (max-width: 480px) {
    .cloud-backup-disaster-recovery-section-title-intro {
        font-size: 28px;
    }

    .cloud-backup-disaster-recovery-intro-paragraph {
        font-size: 16px;
    }

    .cloud-backup-disaster-recovery-why-paragraph {
        font-size: 16px;
    }

    .cloud-backup-disaster-recovery-trends-intro {
        font-size: 16px;
    }

    .cloud-backup-disaster-recovery-offers-intro {
        font-size: 16px;
    }

    .cloud-backup-disaster-recovery-section-title-why {
        font-size: 28px;
    }

    .cloud-backup-disaster-recovery-section-title-trends {
        font-size: 28px;
    }

    .cloud-backup-disaster-recovery-section-title-offers {
        font-size: 28px;
    }

    .cloud-backup-disaster-recovery-section-title-approach {
        font-size: 28px;
    }

    .cloud-backup-disaster-recovery-section-title-stands {
        font-size: 28px;
    }

    .cloud-backup-disaster-recovery-cta-title {
        font-size: 28px;
    }

    .cloud-backup-disaster-recovery-offer-card {
        padding: 25px;
    }

    .cloud-backup-disaster-recovery-approach-card {
        padding: 30px 20px;
    }

    .cloud-backup-disaster-recovery-stands-item {
        padding: 20px;
    }

    .cta-btn-phone,
    .cta-btn-consultation {
        font-size: 16px;
        padding: 14px 24px;
    }
}

/* ============================================
   RESPONSIVE DESIGN
   Mobile → Desktop - SaaS Management Services
   ============================================ */

/* Tablets and smaller desktops */
@media (max-width: 1024px) {
  .saas-management-services-content-wrapper-1 {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .saas-management-services-grid-2,
  .saas-management-services-grid-3,
  .saas-management-services-checklist-4,
  .saas-management-services-grid-5 {
    grid-template-columns: 1fr;
  }

  .saas-management-services-features-row-6 {
    grid-template-columns: repeat(2, 1fr);
  }

  .saas-management-services-cta-buttons {
    width: 100%;
    flex-direction: column;
  }
}

/* Mobile devices */
@media (max-width: 768px) {
  .saas-management-services-title-1,
  .saas-management-services-title-2,
  .saas-management-services-title-3,
  .saas-management-services-title-4,
  .saas-management-services-title-5,
  .saas-management-services-title-6,
  .saas-management-services-cta-title {
    font-size: 28px;
  }

  .saas-management-services-features-row-6 {
    grid-template-columns: 1fr;
  }

  .saas-management-services-section-1,
  .saas-management-services-section-2,
  .saas-management-services-section-3,
  .saas-management-services-section-4,
  .saas-management-services-section-5,
  .saas-management-services-section-6,
  .saas-management-services-cta-section {
    padding: 50px 20px;
  }

  .saas-management-services-text-col-1 {
    padding-right: 0;
  }
}

/* ============================================
   RESPONSIVE DESIGN - TABLET - Virtual Desktop Infrastructure (VDI)
   ============================================ */

@media (max-width: 1024px) {
  .virtual-desktop-infrastructure-hero-title {
    font-size: 36px;
  }

  .virtual-desktop-infrastructure-section-title {
    font-size: 36px;
  }

  .virtual-desktop-infrastructure-benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .virtual-desktop-infrastructure-deciding-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .virtual-desktop-infrastructure-security-grid {
    grid-template-columns: 1fr;
  }

  .virtual-desktop-infrastructure-cost-layout {
    grid-template-columns: 1fr;
  }

  .virtual-desktop-infrastructure-cost-image-wrapper {
    order: 1;
    position: relative;
    top: 0;
  }

  .virtual-desktop-infrastructure-cost-list {
    order: 2;
  }
}

/* ============================================
   RESPONSIVE DESIGN - MOBILE - Virtual Desktop Infrastructure (VDI)
   ============================================ */

@media (max-width: 768px) {
  .virtual-desktop-infrastructure-hero-title {
    font-size: 30px;
  }

  .virtual-desktop-infrastructure-section-title {
    font-size: 30px;
    margin-bottom: 40px;
  }

  .virtual-desktop-infrastructure-hero-layout {
    grid-template-columns: 1fr;
  }

  .virtual-desktop-infrastructure-benefits-grid {
    grid-template-columns: 1fr;
  }

  .virtual-desktop-infrastructure-integration-grid {
    grid-template-columns: 1fr;
  }

  .virtual-desktop-infrastructure-deciding-grid {
    grid-template-columns: 1fr;
  }

  .virtual-desktop-infrastructure-charlotte-grid {
    grid-template-columns: 1fr;
  }

  .virtual-desktop-infrastructure-deployment-layout {
    grid-template-columns: 1fr;
  }

  .virtual-desktop-infrastructure-deployment-image-wrapper {
    position: relative;
    top: 0;
  }

  .virtual-desktop-infrastructure-cta-title {
    font-size: 28px;
  }

  .virtual-desktop-infrastructure-cta-buttons {
    flex-direction: column;
    width: 100%;
  }

  .virtual-desktop-infrastructure-cta-btn {
    width: 100%;
    justify-content: center;
  }

  .virtual-desktop-infrastructure-section-hero,
  .virtual-desktop-infrastructure-section-benefits,
  .virtual-desktop-infrastructure-section-security,
  .virtual-desktop-infrastructure-section-deployment,
  .virtual-desktop-infrastructure-section-integration,
  .virtual-desktop-infrastructure-section-cost,
  .virtual-desktop-infrastructure-section-deciding,
  .virtual-desktop-infrastructure-section-charlotte,
  .virtual-desktop-infrastructure-section-cta {
    padding: 50px 0;
  }
}

/* ============================================
   RESPONSIVE DESIGN - SMALL MOBILE - Virtual Desktop Infrastructure (VDI)
   ============================================ */

@media (max-width: 480px) {
  .virtual-desktop-infrastructure-hero-title {
    font-size: 26px;
  }

  .virtual-desktop-infrastructure-section-title {
    font-size: 26px;
  }

  .virtual-desktop-infrastructure-benefit-card,
  .virtual-desktop-infrastructure-integration-card,
  .virtual-desktop-infrastructure-deciding-card,
  .virtual-desktop-infrastructure-charlotte-card {
    padding: 25px;
  }

  .virtual-desktop-infrastructure-cta-title {
    font-size: 24px;
  }
}


/* Responsive Design Private Clouds Solutions */
@media (max-width: 968px) {
  .private-clouds-solutions-hero-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .private-clouds-solutions-hero-content {
    padding-right: 0;
  }

  .private-clouds-solutions-benefits-wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .private-clouds-solutions-security-list {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .private-clouds-solutions-approach-grid {
    grid-template-columns: 1fr;
  }

  .private-clouds-solutions-monitoring-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .private-clouds-solutions-monitoring-content {
    padding-left: 0;
  }

  .private-clouds-solutions-hero-title,
  .private-clouds-solutions-benefits-title,
  .private-clouds-solutions-security-title,
  .private-clouds-solutions-approach-title,
  .private-clouds-solutions-monitoring-title,
  .private-clouds-solutions-cta-title {
    font-size: 32px;
  }

  .managed-network-cta-buttons {
    flex-direction: column;
  }
}


/* Responsive Design Custom Software Development */
@media (max-width: 1024px) {
  .custom-software-development-two-columns {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .custom-software-development-column-left {
    padding-right: 0;
  }

  .custom-software-development-grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
}

@media (max-width: 768px) {
  .custom-software-development-title,
  .custom-software-development-title-alt,
  .custom-software-development-title-center {
    font-size: 32px;
  }

  .custom-software-development-cta-title {
    font-size: 36px;
  }

  .custom-software-development-section-one,
  .custom-software-development-section-two,
  .custom-software-development-section-three,
  .custom-software-development-section-four,
  .custom-software-development-section-five {
    padding: 60px 20px;
  }

  .custom-software-development-grid {
    grid-template-columns: 1fr;
  }

  .global-cta-buttons {
    flex-direction: column;
    gap: 20px;
  }

  .phone-global-btn,
  .global-btn-consultation {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .custom-software-development-title,
  .custom-software-development-title-alt,
  .custom-software-development-title-center {
    font-size: 28px;
  }

  .custom-software-development-cta-title {
    font-size: 30px;
  }

  .custom-software-development-card {
    padding: 30px 20px;
  }

  .custom-software-development-service-item {
    padding: 16px;
  }
}




/* ========================================
   RESPONSIVE DESIGN - MOBILE TO DESKTOP  API Integration Services
   ======================================== */

/* TABLET (1024px and below) */
@media (max-width: 1024px) {
  .api-integration-services-grid-four,
  .api-integration-services-approach-grid,
  .api-integration-services-related-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .api-integration-services-security-layout,
  .api-integration-services-examples-layout,
  .api-integration-services-industries-two-columns {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .api-integration-services-support-row {
    flex-wrap: wrap;
  }

  .api-integration-services-support-item {
    flex: 1 1 45%;
  }
}

/* MOBILE (768px and below) */
@media (max-width: 768px) {
  .api-integration-services-container {
    padding: 60px 20px;
  }

  .api-integration-services-title {
    font-size: 32px;
    margin-bottom: 20px;
  }

  .api-integration-services-intro,
  .api-integration-services-intro-centered {
    font-size: 16px;
    margin-bottom: 40px;
  }

  .api-integration-services-grid-four,
  .api-integration-services-approach-grid,
  .api-integration-services-related-row,
  .api-integration-services-support-row {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .api-integration-services-card {
    padding: 30px 25px;
  }

  .api-integration-services-icon {
    font-size: 40px;
    margin-bottom: 15px;
  }

  .api-integration-services-card-title {
    font-size: 20px;
  }

  .api-integration-services-approach-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  .api-integration-services-approach-icon {
    font-size: 40px;
  }

  .api-integration-services-approach-title {
    font-size: 22px;
  }

  .api-integration-services-support-item {
    flex: 1 1 100%;
  }

  .api-integration-services-support-title {
    min-height: auto;
  }

  .global-cta-buttons {
    flex-direction: column;
    gap: 20px;
  }

  .phone-global-btn,
  .global-btn-consultation {
    width: 100%;
    justify-content: center;
  }

  .api-integration-services-cta-title {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .api-integration-services-discovery,
  .api-integration-services-compliance,
  .api-integration-services-additional,
  .api-integration-services-guarantee {
    font-size: 16px;
    padding: 20px 25px;
  }
}

/* SMALL MOBILE (480px and below) */
@media (max-width: 480px) {
  .api-integration-services-container {
    padding: 40px 15px;
  }

  .api-integration-services-title {
    font-size: 28px;
  }

  .api-integration-services-card {
    padding: 25px 20px;
  }

  .api-integration-services-approach-card {
    padding: 30px 25px;
  }

  .api-integration-services-related-item {
    padding: 30px 20px;
  }

  .phone-global-btn,
  .global-btn-consultation {
    font-size: 16px;
    padding: 14px 28px;
  }
}


/* =====================================================
   RESPONSIVE DESIGN - Legacy Software Modernization
   ===================================================== */
@media (max-width: 1024px) {
  .legacy-software-modernization-title {
    font-size: 36px;
  }

  .legacy-software-modernization-two-columns {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .legacy-software-modernization-two-column-list {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .legacy-software-modernization-services-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .legacy-software-modernization-grid-4-vertical {
    grid-template-columns: repeat(2, 1fr);
  }

  .legacy-software-modernization-horizontal-row {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* =====================================================
   RESPONSIVE DESIGN - MOBILE -Legacy Software Modernization
   ===================================================== */
@media (max-width: 768px) {
  .legacy-software-modernization-title {
    font-size: 32px;
  }

  .legacy-software-modernization-subtitle,
  .legacy-software-modernization-intro {
    font-size: 16px;
  }

  .legacy-software-modernization-grid-4,
  .legacy-software-modernization-horizontal-row,
  .legacy-software-modernization-grid-4-alt,
  .legacy-software-modernization-two-column-list,
  .legacy-software-modernization-services-layout,
  .legacy-software-modernization-grid-4-vertical {
    grid-template-columns: 1fr;
  }

  .legacy-software-modernization-section-1,
  .legacy-software-modernization-section-2,
  .legacy-software-modernization-section-3,
  .legacy-software-modernization-section-4,
  .legacy-software-modernization-section-5,
  .legacy-software-modernization-section-6,
  .legacy-software-modernization-section-7,
  .legacy-software-modernization-section-8 {
    padding: 60px 0;
  }

  .legacy-software-modernization-cta {
    padding: 80px 0;
  }

  .legacy-software-modernization-cta-title {
    font-size: 32px;
  }

  .legacy-software-modernization-cta-text,
  .legacy-software-modernization-cta-subtext {
    font-size: 16px;
  }

  .global-cta-buttons {
    flex-direction: column;
    gap: 20px;
  }

  .phone-global-btn,
  .global-btn-consultation {
    width: 100%;
    justify-content: center;
  }
}

/* =====================================================
   RESPONSIVE DESIGN - SMALL MOBILE -Legacy Software Modernization
   ===================================================== */
@media (max-width: 480px) {
  .legacy-software-modernization-title {
    font-size: 28px;
  }

  .legacy-software-modernization-card-2,
  .legacy-software-modernization-card-3,
  .legacy-software-modernization-card-5,
  .legacy-software-modernization-card-6 {
    padding: 30px 20px;
  }

  .legacy-software-modernization-container {
    padding: 0 15px;
  }
}



/* ========================================
   RESPONSIVE DESIGN - TABLET -CRM, ERP & 3rd-party Integrations
   ======================================== */
@media (max-width: 1024px) {
  .crm-erp-and-integrations-section-one-grid,
  .crm-erp-and-integrations-section-four-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .crm-erp-and-integrations-section-two-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  .crm-erp-and-integrations-section-three-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .crm-erp-and-integrations-section-five-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }

  .crm-erp-and-integrations-section-six-grid {
    grid-template-columns: 1fr;
  }
}

/* ========================================
   RESPONSIVE DESIGN - MOBILE - CRM, ERP & 3rd-party Integrations
   ======================================== */
@media (max-width: 768px) {
  .crm-erp-and-integrations-section-one-title,
  .crm-erp-and-integrations-section-two-title,
  .crm-erp-and-integrations-section-three-title,
  .crm-erp-and-integrations-section-four-title,
  .crm-erp-and-integrations-section-five-title,
  .crm-erp-and-integrations-section-six-title {
    font-size: 32px;
  }

  .crm-erp-and-integrations-cta-title {
    font-size: 36px;
  }

  .crm-erp-and-integrations-section-two-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .crm-erp-and-integrations-section-five-row {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .global-cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .crm-erp-and-integrations-section-one,
  .crm-erp-and-integrations-section-two,
  .crm-erp-and-integrations-section-three,
  .crm-erp-and-integrations-section-four,
  .crm-erp-and-integrations-section-five,
  .crm-erp-and-integrations-section-six,
  .crm-erp-and-integrations-cta-section {
    padding: 60px 0;
  }
}



/* ============================================
   RESPONSIVE DESIGN - MS SQL Database Services
   ============================================ */

@media (max-width: 968px) {
  .ms-sql-database-services-two-columns {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .ms-sql-database-services-item:nth-child(1),
  .ms-sql-database-services-item:nth-child(2),
  .ms-sql-database-services-item:nth-child(3),
  .ms-sql-database-services-item:nth-child(4),
  .ms-sql-database-services-item:nth-child(5) {
    height: auto;
  }

  .ms-sql-database-services-item:not(:first-child) {
    margin-top: 32px;
  }

  .ms-sql-database-services-grid {
    grid-template-columns: 1fr;
  }

  .ms-sql-database-services-related-layout {
    grid-template-columns: 1fr;
  }

  .ms-sql-database-services-industries-grid {
    grid-template-columns: 1fr;
  }

  .ms-sql-database-services-title {
    font-size: 32px;
  }

  .ms-sql-database-services-cta-title {
    font-size: 28px;
  }

  .global-cta-buttons {
    flex-direction: column;
    gap: 16px;
  }
}

@media (max-width: 640px) {
  .ms-sql-database-services-section-1,
  .ms-sql-database-services-section-2,
  .ms-sql-database-services-section-3,
  .ms-sql-database-services-section-4,
  .ms-sql-database-services-section-5 {
    padding: 48px 0;
  }

  .ms-sql-database-services-title {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .ms-sql-database-services-subtitle {
    font-size: 16px;
    margin-bottom: 32px;
  }

  .ms-sql-database-services-item-title {
    font-size: 18px;
  }

  .ms-sql-database-services-list {
    padding-left: 24px;
  }

  .ms-sql-database-services-list li {
    font-size: 15px;
    margin-bottom: 8px;
  }

  .ms-sql-database-services-card {
    padding: 24px;
  }
}


/* ====================================================================
   RESPONSIVE STYLES - Data Management & Reporting Services
   ==================================================================== */

@media (max-width: 968px) {
  .data-management-and-reporting-services-two-column-3 {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .data-management-and-reporting-services-two-column-5 {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .data-management-and-reporting-services-image-col-5 {
    order: 2;
  }

  .data-management-and-reporting-services-content-col-5 {
    order: 1;
  }
}

@media (max-width: 1024px) {
  .data-management-and-reporting-services-grid-6 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .data-management-and-reporting-services-title-1,
  .data-management-and-reporting-services-title-2,
  .data-management-and-reporting-services-title-4,
  .data-management-and-reporting-services-title-6,
  .data-management-and-reporting-services-title-7,
  .data-management-and-reporting-services-title-8 {
    font-size: 32px;
  }

  .data-management-and-reporting-services-title-3,
  .data-management-and-reporting-services-title-5 {
    font-size: 30px;
  }

  .data-management-and-reporting-services-cta-title {
    font-size: 28px;
  }

  .data-management-and-reporting-services-grid-3,
  .data-management-and-reporting-services-grid-2x2,
  .data-management-and-reporting-services-horizontal-3,
  .data-management-and-reporting-services-grid-6,
  .data-management-and-reporting-services-features-7,
  .data-management-and-reporting-services-links-grid-8 {
    grid-template-columns: 1fr;
  }

  .global-cta-buttons {
    flex-direction: column;
    gap: 16px;
    padding: 0;
  }

  .phone-global-btn,
  .global-btn-consultation {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}

@media (max-width: 640px) {
  .data-management-and-reporting-services-grid-6 {
    grid-template-columns: 1fr;
  }
}


/* ========================================
   RESPONSIVE DESIGN - CMS & Shopping Carts
   ======================================== */

@media (max-width: 992px) {
  .cms-and-shopping-carts-container-1,
  .cms-and-shopping-carts-container-7 {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .cms-and-shopping-carts-grid-2,
  .cms-and-shopping-carts-grid-3,
  .cms-and-shopping-carts-grid-5,
  .cms-and-shopping-carts-grid-6 {
    grid-template-columns: 1fr;
  }

  .cms-and-shopping-carts-row-4 {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .cms-and-shopping-carts-image-7 {
    order: -1;
  }
}

@media (max-width: 768px) {
  .cms-and-shopping-carts-title-1,
  .cms-and-shopping-carts-title-2,
  .cms-and-shopping-carts-title-3,
  .cms-and-shopping-carts-title-4,
  .cms-and-shopping-carts-title-5,
  .cms-and-shopping-carts-title-6,
  .cms-and-shopping-carts-title-7 {
    font-size: 28px;
  }

  .global-cta-buttons {
    flex-direction: column;
    gap: 15px;
    padding: 0;
  }

  .phone-global-btn,
  .global-btn-consultation {
    width: 100%;
    justify-content: center;
  }

  .cms-and-shopping-carts-section-1,
  .cms-and-shopping-carts-section-2,
  .cms-and-shopping-carts-section-3,
  .cms-and-shopping-carts-section-4,
  .cms-and-shopping-carts-section-5,
  .cms-and-shopping-carts-section-6,
  .cms-and-shopping-carts-section-7,
  .cms-and-shopping-carts-cta-section {
    padding: 50px 20px;
  }
}


/* =================================================================
   Responsive Design - IT Strategy & Consulting Services
   ================================================================= */

@media (max-width: 968px) {
    .it-consulting-and-strategy-services-title {
        font-size: 32px;
    }

    .it-consulting-and-strategy-services-grid {
        grid-template-columns: 1fr;
    }

    .it-consulting-and-strategy-services-benefits-two-columns {
        grid-template-columns: 1fr;
    }

    .it-consulting-and-strategy-services-two-columns {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .it-consulting-and-strategy-services-features-grid {
        grid-template-columns: 1fr;
    }

    .it-consulting-and-strategy-services-cta-title {
        font-size: 28px;
    }

    .global-cta-buttons {
        flex-direction: column;
        gap: 15px;
    }

    .phone-global-btn,
    .global-btn-consultation {
        width: 100%;
        justify-content: center;
    }
}

/* ============================================
   RESPONSIVE DESIGN -IT Outsourcing Services
   ============================================ */

/* Tablet and smaller devices */
@media (max-width: 1024px) {
    .it-outsourcing-services-section-one-layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .it-outsourcing-services-section-one-left {
        padding-right: 0;
    }

    .it-outsourcing-services-horizontal-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .it-outsourcing-services-cta-buttons {
        width: 80%;
    }
}

/* Mobile devices */
@media (max-width: 768px) {
    .it-outsourcing-services-main-title {
        font-size: 32px;
    }

    .it-outsourcing-services-section-title {
        font-size: 32px;
    }

    .it-outsourcing-services-cta-title {
        font-size: 32px;
    }

    .it-outsourcing-services-intro-text,
    .it-outsourcing-services-cta-text {
        font-size: 16px;
    }

    .it-outsourcing-services-horizontal-list {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .it-outsourcing-services-cta-buttons {
        flex-direction: column;
        width: 100%;
        gap: 15px;
    }

    .it-outsourcing-services-section-one,
    .it-outsourcing-services-section-two,
    .it-outsourcing-services-section-three,
    .it-outsourcing-services-section-four {
        padding: 50px 0;
    }
}


/* ========== RESPONSIVE DESIGN IT Strategy & Roadmaps ========== */
@media (max-width: 1024px) {
  .it-strategy-and-roadmaps-grid-1,
  .it-strategy-and-roadmaps-grid-3 {
    grid-template-columns: 1fr;
  }

  .it-strategy-and-roadmaps-two-columns-2,
  .it-strategy-and-roadmaps-two-columns-4,
  .it-strategy-and-roadmaps-two-columns-8 {
    grid-template-columns: 1fr;
  }

  .it-strategy-and-roadmaps-grid-5 {
    grid-template-columns: repeat(2, 1fr);
  }

  .it-strategy-and-roadmaps-horizontal-6 {
    grid-template-columns: repeat(2, 1fr);
  }

  .it-strategy-and-roadmaps-two-columns-7 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .it-strategy-and-roadmaps-title-1,
  .it-strategy-and-roadmaps-title-2,
  .it-strategy-and-roadmaps-title-3,
  .it-strategy-and-roadmaps-title-4,
  .it-strategy-and-roadmaps-title-5,
  .it-strategy-and-roadmaps-title-6,
  .it-strategy-and-roadmaps-title-7,
  .it-strategy-and-roadmaps-title-8 {
    font-size: 32px;
  }

  .it-strategy-and-roadmaps-title-9 {
    font-size: 36px;
  }

  .it-strategy-and-roadmaps-section-1,
  .it-strategy-and-roadmaps-section-2,
  .it-strategy-and-roadmaps-section-3,
  .it-strategy-and-roadmaps-section-4,
  .it-strategy-and-roadmaps-section-5,
  .it-strategy-and-roadmaps-section-6,
  .it-strategy-and-roadmaps-section-7,
  .it-strategy-and-roadmaps-section-8 {
    padding: 60px 0;
  }

  .it-strategy-and-roadmaps-section-9 {
    padding: 80px 0;
  }

  .it-strategy-and-roadmaps-grid-5,
  .it-strategy-and-roadmaps-horizontal-6,
  .it-strategy-and-roadmaps-two-columns-7 {
    grid-template-columns: 1fr;
  }

  .global-cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
}



/* ========================================
   Responsive Design - IT Audits & Risk Assessments
   ======================================== */

@media (max-width: 992px) {
  .it-audits-section-1-grid,
  .it-audits-section-2-grid,
  .it-audits-section-5-grid {
    grid-template-columns: 1fr;
  }

  .it-audits-section-3-content,
  .it-audits-section-6-content {
    grid-template-columns: 1fr;
  }

  .it-audits-section-3-left {
    order: 2;
  }

  .it-audits-section-3-right {
    order: 1;
  }

  .it-audits-section-4-items {
    flex-direction: column;
  }

  .it-audits-section-4-item {
    min-width: 100%;
  }

  .it-audits-section-7-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .it-audits-section-1-title,
  .it-audits-section-2-title,
  .it-audits-section-3-title,
  .it-audits-section-4-title,
  .it-audits-section-5-title,
  .it-audits-section-6-title,
  .it-audits-section-7-title {
    font-size: 32px;
  }
}

@media (max-width: 768px) {
  .it-audits-section-7-grid {
    grid-template-columns: 1fr;
  }

  .global-cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .phone-global-btn,
  .global-btn-consultation {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}




/* ===========================================
   RESPONSIVE STYLES - IT Budget & Forecasting
   =========================================== */

/* Tablets and smaller desktops (1024px and below) */
@media (max-width: 1024px) {

  /* Section 1: Planning */
  .it-budget-and-forecasting-grid-planning {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .it-budget-and-forecasting-content-planning {
    padding-right: 0;
  }

  /* Section 2: Forecasting */
  .it-budget-and-forecasting-cards-forecasting {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  /* Section 3: Aligning */
  .it-budget-and-forecasting-grid-aligning {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .it-budget-and-forecasting-content-aligning {
    padding-left: 0;
  }

  /* Section 4: Evaluating */
  .it-budget-and-forecasting-cards-evaluating {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  /* Section 5: Managing */
  .it-budget-and-forecasting-grid-managing {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .it-budget-and-forecasting-content-managing {
    padding-right: 0;
  }

  /* Section 6: Monitoring */
  .it-budget-and-forecasting-cards-monitoring {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  /* Section 7: Additional */
  .it-budget-and-forecasting-grid-additional {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .it-budget-and-forecasting-content-additional {
    padding-left: 0;
  }

  /* Section 8: Charlotte */
  .it-budget-and-forecasting-grid-charlotte {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }

  /* All titles */
  .it-budget-and-forecasting-title-planning,
  .it-budget-and-forecasting-title-forecasting,
  .it-budget-and-forecasting-title-aligning,
  .it-budget-and-forecasting-title-evaluating,
  .it-budget-and-forecasting-title-managing,
  .it-budget-and-forecasting-title-monitoring,
  .it-budget-and-forecasting-title-additional,
  .it-budget-and-forecasting-title-charlotte {
    font-size: 34px;
  }

  .it-budget-and-forecasting-title-cta {
    font-size: 28px;
  }
}

/* Mobile devices (768px and below) */
@media (max-width: 768px) {

  /* All sections padding */
  .it-budget-and-forecasting-section-planning,
  .it-budget-and-forecasting-section-forecasting,
  .it-budget-and-forecasting-section-aligning,
  .it-budget-and-forecasting-section-evaluating,
  .it-budget-and-forecasting-section-managing,
  .it-budget-and-forecasting-section-monitoring,
  .it-budget-and-forecasting-section-additional,
  .it-budget-and-forecasting-section-charlotte {
    padding: 60px 0;
  }

  .it-budget-and-forecasting-section-cta {
    padding: 80px 0;
  }

  /* Section 8: Charlotte */
  .it-budget-and-forecasting-grid-charlotte {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  /* All titles */
  .it-budget-and-forecasting-title-planning,
  .it-budget-and-forecasting-title-forecasting,
  .it-budget-and-forecasting-title-aligning,
  .it-budget-and-forecasting-title-evaluating,
  .it-budget-and-forecasting-title-managing,
  .it-budget-and-forecasting-title-monitoring,
  .it-budget-and-forecasting-title-additional,
  .it-budget-and-forecasting-title-charlotte {
    font-size: 30px;
  }

  .it-budget-and-forecasting-title-cta {
    font-size: 24px;
  }

  /* All intro and closing texts */
  .it-budget-and-forecasting-intro-planning,
  .it-budget-and-forecasting-intro-forecasting,
  .it-budget-and-forecasting-intro-aligning,
  .it-budget-and-forecasting-intro-evaluating,
  .it-budget-and-forecasting-intro-managing,
  .it-budget-and-forecasting-intro-monitoring,
  .it-budget-and-forecasting-closing-planning,
  .it-budget-and-forecasting-closing-forecasting,
  .it-budget-and-forecasting-closing-aligning,
  .it-budget-and-forecasting-closing-evaluating,
  .it-budget-and-forecasting-closing-managing,
  .it-budget-and-forecasting-closing-monitoring,
  .it-budget-and-forecasting-closing-additional,
  .it-budget-and-forecasting-closing-charlotte {
    font-size: 16px;
  }

  /* All card titles */
  .it-budget-and-forecasting-card-title-forecasting,
  .it-budget-and-forecasting-card-title-evaluating,
  .it-budget-and-forecasting-card-title-monitoring,
  .it-budget-and-forecasting-card-title-charlotte {
    font-size: 20px;
  }

  /* All card texts */
  .it-budget-and-forecasting-card-text-forecasting,
  .it-budget-and-forecasting-card-text-evaluating,
  .it-budget-and-forecasting-card-text-monitoring,
  .it-budget-and-forecasting-card-text-charlotte {
    font-size: 15px;
  }

  .it-budget-and-forecasting-text-cta {
    font-size: 18px;
  }

  /* CTA Buttons */
  .global-cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .phone-global-btn,
  .global-btn-consultation {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}

/* Small mobile devices (480px and below) */
@media (max-width: 480px) {

  /* All containers */
  .it-budget-and-forecasting-container-planning,
  .it-budget-and-forecasting-container-forecasting,
  .it-budget-and-forecasting-container-aligning,
  .it-budget-and-forecasting-container-evaluating,
  .it-budget-and-forecasting-container-managing,
  .it-budget-and-forecasting-container-monitoring,
  .it-budget-and-forecasting-container-additional,
  .it-budget-and-forecasting-container-charlotte,
  .it-budget-and-forecasting-container-cta {
    padding: 0 15px;
  }

  /* All titles */
  .it-budget-and-forecasting-title-planning,
  .it-budget-and-forecasting-title-forecasting,
  .it-budget-and-forecasting-title-aligning,
  .it-budget-and-forecasting-title-evaluating,
  .it-budget-and-forecasting-title-managing,
  .it-budget-and-forecasting-title-monitoring,
  .it-budget-and-forecasting-title-additional,
  .it-budget-and-forecasting-title-charlotte {
    font-size: 26px;
  }

  .it-budget-and-forecasting-title-cta {
    font-size: 22px;
  }

  /* All cards padding */
  .it-budget-and-forecasting-card-forecasting,
  .it-budget-and-forecasting-card-evaluating,
  .it-budget-and-forecasting-card-monitoring,
  .it-budget-and-forecasting-card-charlotte {
    padding: 30px 20px;
  }

  /* Card icons */
  .it-budget-and-forecasting-icon-forecasting,
  .it-budget-and-forecasting-icon-monitoring {
    font-size: 40px;
  }

  /* Number circles */
  .it-budget-and-forecasting-number-evaluating {
    width: 50px;
    height: 50px;
    font-size: 28px;
  }

  /* CTA buttons */
  .phone-global-btn,
  .global-btn-consultation {
    font-size: 16px;
    padding: 16px 30px;
  }
}


/* ============================================
   RESPONSIVE DESIGN - IT Strategic Business Reviews
   ============================================ */

@media (max-width: 768px) {
  .it-strategic-business-reviews-section-1,
  .it-strategic-business-reviews-section-2,
  .it-strategic-business-reviews-section-3,
  .it-strategic-business-reviews-section-4,
  .it-strategic-business-reviews-section-5 {
    padding: 50px 20px;
  }

  .it-strategic-business-reviews-title-1,
  .it-strategic-business-reviews-title-2,
  .it-strategic-business-reviews-title-3,
  .it-strategic-business-reviews-title-4,
  .it-strategic-business-reviews-title-5 {
    font-size: 32px;
  }

  .it-strategic-business-reviews-grid-1 {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .it-strategic-business-reviews-columns-2 {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .it-strategic-business-reviews-approach-wrapper-3 {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .it-strategic-business-reviews-benefits-4 {
    grid-template-columns: 1fr;
  }

  .global-cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .phone-global-btn,
  .global-btn-consultation {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .it-strategic-business-reviews-section-1,
  .it-strategic-business-reviews-section-2,
  .it-strategic-business-reviews-section-3,
  .it-strategic-business-reviews-section-4,
  .it-strategic-business-reviews-section-5 {
    padding: 40px 15px;
  }

  .it-strategic-business-reviews-title-1,
  .it-strategic-business-reviews-title-2,
  .it-strategic-business-reviews-title-3,
  .it-strategic-business-reviews-title-4,
  .it-strategic-business-reviews-title-5 {
    font-size: 24px;
  }

  .it-strategic-business-reviews-header-1,
  .it-strategic-business-reviews-header-2,
  .it-strategic-business-reviews-header-3,
  .it-strategic-business-reviews-header-4 {
    margin-bottom: 40px;
  }

  .it-strategic-business-reviews-description-5,
  .it-strategic-business-reviews-cta-text-5 {
    font-size: 14px;
  }

  .phone-global-btn,
  .global-btn-consultation {
    font-size: 16px;
    padding: 14px 24px;
  }
}