/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.27.6.1778942507
Updated: 2026-05-16 14:41:47

*/

/* =========================================================
   GLOBAL TYPOGRAPHY SYSTEM — INSPRINT DATA CENTER
   Font Combination:
   Heading  : Manrope
   Body Text: Inter
========================================================= */


/* =========================================================
   ROOT COLORS
========================================================= */

:root {
    /* Brand Colors */
    --primary-cyan: #12E3EA;
    --primary-cyan-hover: #7AF7FF;

    /* Dark Theme */
    --dark-navy: #081225;
    --secondary-blue: #102B52;

    /* Text Colors */
    --heading-color: #081225;
    --body-color: #5B6475;
    --light-text: #F4F7FB;

    /* Background */
    --light-bg: #F4F7FB;
}


/* =========================================================
   GLOBAL BODY STYLE
========================================================= */

body {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    color: var(--body-color);
    background: #FFFFFF;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* =========================================================
   GLOBAL HEADING STYLE
========================================================= */

.header-text,
.header-text h1,
.header-text h2,
.header-text h3,
.header-text h4,
.header-text h5,
.header-text h6 {
    font-family: 'Manrope', sans-serif;
    color: var(--heading-color);
    margin: 0 0 20px;
    line-height: 1.1;
    letter-spacing: -0.03em;
}


/* =========================================================
   H1
========================================================= */

.header-text h1 {
    font-size: clamp(52px, 5vw, 88px);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.05em;
}


/* =========================================================
   H2
========================================================= */

.header-text h2 {
    font-size: clamp(40px, 4vw, 64px);
    font-weight: 800;
    line-height: 1.05;
}


/* =========================================================
   H3
========================================================= */

.header-text h3 {
    font-size: clamp(30px, 3vw, 42px);
    font-weight: 700;
    line-height: 1.15;
}


/* =========================================================
   H4
========================================================= */

.header-text h4 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
}


/* =========================================================
   H5
========================================================= */

.header-text h5 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
}


/* =========================================================
   H6
========================================================= */

.header-text h6 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}


/* =========================================================
   BODY TEXT CLASS
========================================================= */

.body-text {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    color: var(--body-color);
}

/* =========================================================
   SMALL TEXT
========================================================= */

.body-text small {
    font-size: 14px;
    line-height: 1.6;
    color: #7B8494;
}


/* =========================================================
   STRONG / BOLD TEXT
========================================================= */

.body-text strong,
.body-text b {
    font-weight: 600;
    color: var(--heading-color);
}


/* =========================================================
   BODY LINKS
========================================================= */

.body-text a {
    color: var(--primary-cyan);
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    position: relative;
}


/* =========================================================
   BODY LINK HOVER
========================================================= */

.body-text a:hover {
    color: var(--primary-cyan-hover);
}


/* =========================================================
   OPTIONAL MODERN UNDERLINE EFFECT
========================================================= */

.body-text a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0%;
    height: 1px;
    background: var(--primary-cyan);
    transition: width 0.3s ease;
}


.body-text a:hover::after {
    width: 100%;
}


/* =========================================================
   LIGHT TEXT VERSION
   Use for dark sections
========================================================= */

.light-text,
.light-text p,
.light-text li,
.light-text span {
    color: rgba(255,255,255,0.82);
}


.light-text h1,
.light-text h2,
.light-text h3,
.light-text h4,
.light-text h5,
.light-text h6 {
    color: #FFFFFF;
}

.blurb-card-ver-1 {
	background: linear-gradient(
		180deg,
		#FFFFFF 0%,
		#F7FBFF 100%
	);
	border: 1px solid rgba(8,18,37,0.06);
	box-shadow:
		0 10px 30px rgba(8,18,37,0.05),
		0 0 20px rgba(18,227,234,0.04);
	border-radius: 24px;
}

.blurb-card-ver-1::before {
	content: "";
	position: absolute;
	top: -40px;
	right: -40px;
	width: 100px;
	height: 100px;
	background:
		rgba(18,227,234,0.08);
	border-radius: 50%;
	filter: blur(40px);
}

.blurb-card-ver-1 .et_pb_module_header, .blurb-card-ver-1 .et_pb_blurb_description p {
	margin-bottom: 0;
}

.img-about .et_pb_image_wrap  img {
	min-height: 585px;
	object-fit: cover;
}

.blurb-infrastructure .et_pb_main_blurb_image .et_pb_image_wrap img {
	height: 225px;
	object-fit: cover;
}

.d-accordion .et_pb_toggle_title {
	margin-bottom: 0;
}
/* =========================================================
   RESPONSIVE TYPOGRAPHY
========================================================= */

@media (max-width: 768px) {
    .header-text h1 {
        line-height: 1.05;
    }

    .body-text {
        font-size: 15px;
        line-height: 1.75;
    }
}

@media (min-width: 981px) {
	.top-menu .btn-contact a {
		background-color: #0A84FF !important;
		color: #fff !important;
		padding: 5px 50px !important;
		margin-top: 15px !important;
		margin-bottom: 15px !important;
		border-radius: 100px !important;
	}
	.top-menu .btn-contact a:hover, .et_pb_menu_0_tb_header.et_pb_menu.top-menu ul li.btn-contact:hover > a {
		background-color: #12e3ea !important;
		color: #fff !important;
	}
}
