:root {
  --blue:#234090;
  --green:#92d050;
  --sky-blue:#5b9bd5;
  --yellow:#f79920;
  --shades01:#FFFFFF;
  --shades02:#000000;
  --shades03:#101010;
  --shades04:#191919;
  --shades05:#242424;
  --shades06:#8E8E8E;
  --shades07:#202020;
  --shades08:#F4F4F4;
  --blue-rgb:35, 64, 144;
  --green-rgb:146, 208, 80;
  --sky-blue-rgb:91, 155, 213;
  --yellow-rgb:247, 153, 32;
  --shades01-rgb:255, 255, 255;
  --shades02-rgb:0, 0, 0;
  --shades03-rgb:16, 16, 16;
  --shades04-rgb:25, 25, 25;
  --shades05-rgb:36, 36, 36;
  --shades06-rgb:142, 142, 142;
  --shades07-rgb:32, 32, 32;
  --shades08-rgb:244, 244, 244;
}

/* ********|| INITIALIZATION START ||******** */
body, html { width: 100%; line-height:18px; margin:0 auto !important;padding:0 !important;font-family: "Urbanist", serif; font-weight: 400; -webkit-font-smoothing: subpixel-antialiased;text-shadow: 1px 1px 1px rgba(0,0,0,0.004);font-size: 14px; line-height: 1.2; color: var(--shades02); background:var(--shades01);position: relative; z-index: 0; scroll-behavior: smooth;}
*{transition: all 0s ease;}
*:focus{outline: none !important;outline-offset: none !important;outline-offset: 0 !important;}
*,::after,::before{box-sizing: border-box;}
a {color:var(--green01); text-decoration: none;transition: all 0.3s ease;}
a:hover{text-decoration: none;-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease;transition: all 0.3s ease;}
a:focus{ outline: none;text-decoration: none;}
button{transition: all 0.3s ease;}
p { margin: 0 0 10px; }
hr{margin-top: 20px; margin-bottom: 20px; border: 0; border-top: 1px solid rgba(var(--shades06-rgb), 0.2);}
section{position:relative;}
input:focus, label:focus{outline: none !important;outline-offset: none !important;outline-offset: 0 !important;}
::-webkit-scrollbar { width: 0.5rem; height: 0.5rem; transition:all 0.3s ease; }
::-webkit-scrollbar-track { border-radius: 0; background-color: var(--blue); transition:all 0.3s ease; }
::-webkit-scrollbar-thumb { background-color: var(--yellow); transition:all 0.3s ease; }
/* ********|| INITIALIZATION END ||******** */

/* ********|| PSEUDO ELEMENTS START ||******** */
::selection{ background-color:var(--blue); color:var(--shades01)}
::-moz-selection{ background-color:var(--red); color:var(--blue)}
::-webkit-selection{ background-color:var(--red); color:var(--blue)}
:-webkit-focus { outline: none !important; }
:-moz-focus { outline: none !important; }
:focus { outline: none !important; }
select:-webkit-focusring { color: var(--red) !important;text-shadow: 0 0 0 var(--blue);}
select:-moz-focusring {color: var(--red) !important;text-shadow: 0 0 0 var(--blue);}
select:focusring {color: var(--red) !important; text-shadow: 0 0 0 var(--blue);}
::input-placeholder{ color:var(--shades02) !important;}
::-moz-input-placeholder{ color:var(--shades02) !important;}
::-webkit-input-placeholder{ color:var(--shades02) !important;}
.overflow-hidden{overflow: hidden;}
/* ********|| PSEUDO ELEMENTS END ||******** */

/* ********|| BOOTSTRAP FIX START ||******** */
.container{width: 100%; margin-left: auto; margin-right: auto;max-width: calc(100% - 30px);}
@media (min-width: 576px){
	.container{max-width: 540px;}
	.modal-dialog{max-width: 700px;}
	.modal-sm{max-width: 400px;}
}
@media (min-width: 768px){
	.container{max-width: 740px;}
}
@media (min-width: 992px){
	.container{max-width: 960px;}
}
@media (min-width: 1200px){
	.container{max-width: 1170px;}
}
@media (min-width: 1400px){
	.container{max-width: 1280px;}
}
@media (min-width: 1532px){
	.container{max-width: 1400px;}
}
@media (min-width: 1900px){
	.container{max-width: 1600px;}
}
/* ********|| BOOTSTRAP FIX END ||******** */

/* ********|| CHECKBOX START ||******** */
.checkbox{position: relative;padding: 4px 0 4px 30px;display: inline-block;}
.checkbox .checkbox-input{position: absolute;z-index: 1;top: 0;left: 0;width: 100%;height: 100%;opacity: 0; cursor: pointer;}
.checkbox .checkbox-label{position: relative;margin: 0;line-height: 16px;font-size: 14px; color: var(--shades02);}
.checkbox .checkbox-label:before{content:'';position:absolute;width: 20px;height: 20px;background-color: transparent;border: 1px solid var(--shades03);top: -1px;left: -30px; border-radius: 4px;transition: all 0.3s ease;}
.checkbox .checkbox-label:after{content: "\f00c";position: absolute;font-family: "Font Awesome 6 Pro";width: 20px;height: 20px;top:-1px;left: -30px;font-weight: 500;font-size: 14px; line-height: 1;color: var(--shades01);display: flex; align-items: center; justify-content: center; opacity: 0; visibility: hidden; transition: all 0.3s ease;}
.checkbox .checkbox-input:checked ~ .checkbox-label:after{opacity: 1; visibility: visible;}
.checkbox .checkbox-input:checked ~ .checkbox-label:before{background-color: var(--red);border: 1px solid var(--red);}
/* ********|| CHECKBOX END ||******** */
/* ********|| RADIO START ||******** */
.radio{position: relative;padding: 4px 0 4px 30px;display: inline-block;}
.radio .radio-input{position: absolute;z-index: 1;top: 0;left: 0;width: 100%;height: 100%;opacity: 0; cursor: pointer;}
.radio .radio-label{position: relative;margin: 0;line-height: 16px;font-size: 14px; color: var(--shades02);}
.radio .radio-label:before{content:'';position:absolute;width: 20px;height: 20px;background-color: transparent;border: 1px solid var(--shades03);top: -1px;left: -30px; border-radius: 50%;transition: all 0.3s ease;}
.radio .radio-label:after{content: '';position: absolute;width: 11px;height: 11px;top: 4px;left: -25px;font-weight: 500;font-size: 14px;line-height: 1;background-color: var(--red);display: flex;align-items: center;justify-content: center;border-radius: 50%;opacity: 0;visibility: hidden;transition: all 0.3s ease;}
.radio .radio-input:checked ~ .radio-label:after{opacity: 1; visibility: visible;}
/* ********|| RADIO END ||******** */

/* ********|| FORM INPUTS START ||******** */
.form-control{ border-radius: 0px;box-shadow: none;border: 1px solid rgba(var(--shades02-rgb), 0.15);color: var(--shades02);background-color: var(--shades01);min-width: 50px;min-height: 50px;width: 100%;padding: 6px 12px;font-family: inherit;font-size: 20px; font-weight: 500; transition: all 0.3s ease;}
.form-control:focus{ border-color:var(--red);box-shadow: none;}
.form-control::-webkit-input-placeholder{ color: var(--shades02) !important; font-weight: 400 !important;}
.form-control:-moz-placeholder{color:var(--shades02) !important;opacity:  1 !important; font-weight: 400 !important;}
.form-control::-moz-placeholder{color:var(--shades02) !important; opacity:1 !important; font-weight: 400 !important;}
.form-control:-ms-input-placeholder{color:var(--shades02) !important; font-weight: 400 !important;}
.form-control::-ms-input-placeholder{color:var(--shades02) !important; font-weight: 400 !important;}
textarea.form-control{ resize:none; min-height: 120px;}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control{ background-color:rgba(var(--red-rgb), 0.1);  cursor: not-allowed;}
/* ********|| FORM INPUTS END ||******** */

/* ********|| HEADER START ||******** */
header{position: sticky; z-index: 9; top: 0; left: 0; width: 100%;transition: all 0.3s ease; background-color: var(--shades01); height: 87px; box-shadow: 0px 2px 14px -3px rgba(var(--shades02-rgb), 0.2);}
header .brand-nav-wrapper{display: flex; gap: 10px; align-items: center; width: 100%;}
.main-header .container { display: flex; align-items: center; justify-content: space-between;}
.navigation-wrap {width: 100%;}
.navigation-wrap .navigation-menu{display: flex; gap: 21px; align-items: center;}
.navigation-wrap .navigation-menu li{list-style: none; position: relative;}
.navigation-wrap .navigation-menu .menu-item .menu-link { display: flex; align-items: center; font-size: 18px; font-weight: 500; color: var(--shades03); border-bottom: 1px solid transparent; position: relative; transition: all 0.5s ease-in-out; padding: 6px 15px; border-radius: 6px;}
.navigation-wrap .navigation-menu .menu-item .menu-link::before { content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; background: var(--blue); border-radius: 6px; transform: scaleX(0); transform-origin: center; transition: transform 0.4s ease-in-out; z-index: -1; }
.navigation-wrap .navigation-menu .menu-item .menu-link.dropdown-toggle {padding: 6px 32px 6px 15px;}
.navigation-wrap .navigation-menu .menu-item .menu-link:hover::before {transform: scaleX(1);}
.navigation-wrap .navigation-menu .menu-item .menu-link:hover {color: var(--shades01);}
.navigation-wrap .navigation-menu .menu-item .menu-link.active {color: var(--shades01); background: var(--blue);}
.navigation-menu .dropdown-menu { display: none; position: absolute; background-color: var(--shades01); border-radius: 12px; list-style: none; padding: 8px 0px; margin: 0; z-index: 99; margin-top: 12px; left: 0; transform: translateX(-25%); box-shadow: 0px 2px 15px -1px rgba(0, 0, 0, 0.1);}
.navigation-menu .dropdown-item {padding: 8px 0;}
.navigation-menu .dropdown-menu .dropdown-item .dropdown-link {text-decoration: none; color: #333; font-size: 16px; font-weight: 500; white-space: nowrap; transition: all 0.3s ease-in-out; padding: 7px 25px; width: 100%; display: block;}
.dropdown-menu .dropdown-item .dropdown-link::before { content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; background: var(--blue); transform: scaleX(0); transform-origin: center; transition: transform 0.4s ease-in-out; z-index: -1;}
.dropdown-menu .dropdown-item .dropdown-link:hover::before { transform: scaleX(1); border-radius: 0;}
.dropdown-menu .dropdown-item .dropdown-link:hover { color: var(--shades01); border-radius: 0;}
.header-options .call-to-action.btn { display: flex; justify-content: center; align-items: center; background-color: var(--yellow); height: 49px; margin: auto; border-radius: 30px; color: var(--shades01); font-weight: 500; font-size: 15px; white-space: nowrap; overflow: hidden; position: relative; z-index: 0; padding: 5px 25px; box-shadow: 0 7px 23px rgba(var(--shades02-rgb), 0.2); letter-spacing: 1px;}
.header-options .call-to-action.btn:before{content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: var(--blue); transform: scale(0, 1); z-index: -1; transition: all 0.3s ease;}
.header-options .call-to-action.btn:hover{color: var(--shades01);}
.header-options .call-to-action.btn:hover::before{transform: scale(1, 1);}
.header-options .contact { color: var(--shades03); font-size: 17px; font-weight: 600; display: flex; transition: all 0.3s; gap: 12px; align-items: center;}
.header-options .contact i { color: var(--shades05); font-size: 16px; transition: all 0.3s; background-color: rgba(var(--yellow-rgb), 0.2); width: 42px; height: 42px; border-radius: 50%; text-align: center; padding: 12px 0 0;}
.header-options .contact:hover{color: var(--blue);}
.brand-nav-wrapper .brand .logo img{width: 100%; height: 100%; object-fit: cover;}
.brand-nav-wrapper .brand .logo{position: relative; display: block; width: 100%; height: 100%;}
.brand-nav-wrapper .brand{position: relative; height: 65px;}
header .main-header{padding: 10px 0 0;}
.header-options { display: flex; gap: 20px; align-items: center; flex-grow: 1; flex-shrink: 0;}
.navigation { display: flex; align-items: center; justify-content: space-between; width: 100%; gap: 20px;}
.navigation-wrap {width: 100%; display: flex; justify-content: center; flex-grow: 1; flex-shrink: 1;}
.navigation-menu .menu-item.active .dropdown-menu {display: block;}
header .navigation-wrap .navigation-menu .menu-link.dropdown-toggle::after { content: '\f107'; font-family: "Font Awesome 6 Pro"; font-size: 14px; font-weight: 600; color: var(--shades07); transform-origin: center; transition: all 0.3s ease; right: 11px; top: 11px; position: absolute;}
.menu-item.active .menu-link.dropdown-toggle:after {transform: rotate(180deg); top: 8px !important;}
header .navigation-wrap .navigation-menu .menu-link.dropdown-toggle:hover::after {color: var(--shades01);}
header .navigation-wrap .navigation-menu .menu-link.dropdown-toggle.active::after {color: var(--shades01);}
header .navigation .header-options .menu-trigger { width: 30px; height: 30px; margin: auto 0; margin-left: 10px; display: none; flex-direction: column;}
header .navigation .header-options .menu-trigger span { display: block; width: 100%; height: 4px; background: var(--blue); margin: auto 0; transition: all 0.3s ease;}
header .navigation .header-options .menu-trigger.active span:first-child { opacity: 1; transform: rotate(45deg); margin-bottom: -17px;}
header .navigation .header-options .menu-trigger.active span { opacity: 0; transform-origin: center;}
header .navigation .header-options .menu-trigger.active span:last-child { opacity: 1; transform: rotate(-45deg); margin-top: -17px;}
.navigation-wrap .navigation-menu li a:hover .menu-link.dropdown-toggle:after{color: var(--shades01);}
.navigation-menu .call-to-action.btn.mobile{display: none;}

/* *************************|| HERO SLIDER START ||********************* */
.section-hero { position: relative; width: 100%; height: calc(80vh - 100px); z-index: 0; overflow: hidden; padding: 140px 0 0; display: flex; align-items: center;}
.hero-slider-image { position: absolute; z-index: -1; width: 100%; height: 100%; top: 0; left: 0; display: flex;}
.hero-slider-image .swiper {height: 100%;}
.hero-slider-image .slider-image{width: 100%; height: 100%; position: relative; z-index: 0;}
.hero-slider-image .slider-image:before { content: ''; position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: 0; background: linear-gradient(to bottom, rgba(var(--blue-rgb),0.75), rgba(var(--blue-rgb),0.25));}
.hero-slider-image .slider-image img{width: 100%; height: 100%; object-fit: cover; object-position: center;}
.hero-slider-image .hero-slider-navigation{position: absolute;}
.section-hero .banner-content{position: relative; width: 100%; text-align: center;}
.section-hero .banner-content .banner-title{font-size: 55px; font-weight: 700; text-transform: uppercase; line-height: 0.9; color: var(--shades01);margin: 0;}
.section-hero .banner-content .banner-description{font-size: 30px; font-weight: 500; line-height: 1; color: var(--shades01); margin: 20px 0 0;}
.section-hero .banner-content .banner-actions{display: flex; align-items: center; gap: 24px; margin: 40px 0 0;}
.section-hero .banner-content .banner-actions .btn-action { display: flex; justify-content: center; align-items: center; background-color: var(--yellow); height: 51px; margin: auto; border-radius: 30px; color: var(--shades01); letter-spacing: 0; font-weight: 500; font-size: 19px; white-space: nowrap; overflow: hidden; position: relative; z-index: 0; padding: 10px 40px; box-shadow: 0 7px 23px rgba(var(--shades02-rgb), 0.2);}
.section-hero .banner-content .banner-actions .btn-action:before{content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: var(--blue); transform: scale(0, 1); z-index: -1; transition: all 0.3s ease;}
.section-hero .banner-content .banner-actions .btn-action:hover{color: var(--shades01);}
.section-hero .banner-content .banner-actions .btn-action:hover:before{transform: scale(1, 1);}
.hero-slider-image .hero-swiper-button{position: absolute;display: flex; align-items: center; justify-content: center; height: 30px; border-radius: 30px; padding: 0 16px; border:1px solid var(--shades01);top: 50%; gap: 8px; font-size: 14px; color: var(--shades01); font-weight: 600; cursor: pointer; z-index: 3; transition: all 0.3s ease; transform: translateY(-50%);}
.hero-slider-image .hero-swiper-button:hover{background-color: var(--red); border-color: var(--red);}
.hero-slider-image .hero-swiper-button.prev{left: 67px;}
.hero-slider-image .hero-swiper-button.next{right: 67px; flex-direction: row-reverse;}

/* *******************************|| STRATEGY AREA START ||************************** */
.marketing-strategy { padding: 90px 0; background: linear-gradient(to bottom, rgba(241, 238, 230, 0.7), rgba(var(--yellow-rgb), 0.2)); overflow: hidden;}
.strategy-content { text-align: center; margin: 0 0 65px;}
.strategy-area .strategy-content-title{color: var(--blue); font-size: 40px; font-weight: 700; line-height: 1.2; margin: 0 0 17px; text-align: center;}
.strategy-area .description{text-align: center; width: 100%; max-width: 860px; margin: 0 auto 58px; font-size: 20px; line-height: 1.4; color: var(--shades05); font-weight: 400;}
.strategy-box-wrapper { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px;}
.strategy-box { border-radius: 30px; overflow: hidden; padding: 36px; box-shadow: 0 2px 12px rgba(var(--shades02-rgb), 0.05); text-align: center; position: relative; height: 100%; background: var(--shades01);}
.strategy-box .image { width: 130px; margin: 0 auto 25px;}
.strategy-box .image img{width: 100%; height: 100%; object-fit: cover;}
.strategy-box .title{font-size: 25px; font-weight: 800; line-height: 1.2; text-transform: uppercase; color: var(--blue);}
.strategy-box .description{margin: 0; color: var(--shades02); font-size: 18px; line-height: 1.5;}
.marketing-strategy .strategy-area { max-width: 1200px; margin: 0 auto;}

/* ***************************|| SECTION SUCCES START ||*************************** */
.section-success { background: var(--shades01); padding: 80px 0; overflow: hidden;}
.section-success .success-heading-title { text-align: center; color: var(--blue); margin: 0 0 72px; font-size: 40px; font-weight: 700; line-height: 1.2; margin: 0 0 72px;}
.success-content-wrap { display: flex; justify-content: space-between; max-width: 1200px; margin: 0 auto 16px; gap: 16px;}
.success-content-wrap .image { overflow: hidden; width: 100%; max-width: 540px; aspect-ratio: 3 / 2; display: flex; flex-shrink: 0; border-radius: 33px; transition: all 0.4s;}
.success-content-wrap .image img{width: 100%; height: 100%; object-fit: cover;}
.success-content-wrap .success-content .title { font-size: 30px; text-transform: uppercase; font-weight: 800; letter-spacing: 1px; color: var(--blue); margin: 0 0 20px;}
.success-content-wrap .success-content .description { font-size: 20px; line-height: 1.5; font-weight: 300; color: var(--shades03);}
.success-content-wrap:nth-child(even){flex-direction: row-reverse;}
.success-content-wrap:hover .image{transform: scale(1); transition: all 0.4s;}
.success-content-wrap .success-content { background: var(--shades08); border-radius: 33px; display: flex; align-items: baseline; flex-direction: column; padding: 35px;}

/* *************************|| CAMPAIGN START ||*************************** */
.section-campaign{background-color: rgb(6 48 206 / 5%); position: relative; padding: 50px 0; z-index: 1; overflow: hidden;}
.section-campaign .campaign-content-wrap{display: flex; justify-content: space-between; align-items: center; max-width: 1200px; margin: 0 auto;}
.campaign-content .campaign-title { color: var(--blue); font-weight: 700; font-size: 55px; line-height: 1.2; margin: 0 0 18px;}
.campaign-content .campaign-description{color: var(--shades03); font-size: 20px; line-height: 1.4; font-weight: 400;}
.campaign-action .campaign-action-phone { border: 1px solid var(--blue); border-radius: 6px; padding: 15px; text-align: center; background: var(--shades01);}
.campaign-content-wrap .campaign-action { display: grid; justify-content: space-between; gap: 16px; flex-shrink: 0; grid-template-columns: repeat(2, minmax(0, 1fr)); width: 38%;}
.action-image { width: 100%; max-width: 40px; overflow: hidden; margin: 0 auto 14px;}
.campaign-action-title { line-height: 1.2; margin: 0 0 9px; font-weight: 700; font-size: 23px; color: var(--blue); text-transform: uppercase; letter-spacing: 1px; border-bottom: 1px dashed var(--shades06); padding-bottom: 6px;}
.campaign-action-cta { font-size: 18px; font-weight: 600; line-height: 1.3; color: var(--shades02); display: flex; gap: 12px; align-items: center; justify-content: center;}
.campaign-action-cta span{background: rgba(var(--blue-rgb), 0.8); border-radius: 5px; width: 30px; height: 30px; display: block; padding: 8px 0 0; font-size: 13px; color: var(--shades01);}
.campaign-action-title2{font-size: 15px; font-weight: 600; line-height: 1.3; color: var(--shades02); display: flex; gap: 12px; align-items: center; justify-content: center;}
.campaign-action-title2 span{background: rgba(var(--blue-rgb), 0.8); border-radius: 5px; width: 30px; height: 30px; display: block; padding: 8px 0 0; font-size: 13px; color: var(--shades01);}
.section-campaign::after{position: absolute; bottom: 0; content: ""; background: url(../images/gradient-section.svg); width: 100%; height: 100%; background-size: cover; background-repeat: no-repeat; z-index: -1;}

/* **************************|| FOOTER START ||***************************** */
footer {background: var(--blue); padding: 65px 0 0; overflow: hidden;}
footer .container{display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px;}
footer .footer-wrapper + .footer-wrapper { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; grid-column: span 3 / span 3;}
.footer-options { display: flex; flex-direction: column; margin: 13px 0 0;}
.footer-options a { color: var(--shades01); font-size: 18px; line-height: 1.2; font-weight: 500; margin: 0 0 9px;}
.footer-options .call-to-action.btn{display: flex; align-items: center; background-color: var(--yellow); height: 51px; margin-right: auto; border-radius: 30px; color: var(--shades01); letter-spacing: 0; font-weight: 500; font-size: 19px; white-space: nowrap; overflow: hidden; position: relative; z-index: 0; padding: 10px 40px; box-shadow: 0 7px 23px rgba(var(--shades02-rgb), 0.2);}
.footer-options .call-to-action.btn:before{content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: var(--shades01); transform: scale(0, 1); z-index: -1; transition: all 0.3s ease;}
.footer-options .call-to-action.btn:hover{color: var(--shades02);}
.footer-options .call-to-action.btn:hover::before{transform: scale(1, 1);}
.footer-wrapper .footer-content .footer-title{font-size: 20px; text-transform: uppercase; color: var(--shades01); font-weight: 600; line-height: 1.3; margin: 0 0 35px; position: relative;}
.footer-wrapper .footer-content .footer-title::after { background: var(--shades01); height: 2px; bottom: -6px; position: absolute; content: ""; width: 22%; left: 0;}
.footer-wrapper .footer-content .footer-links{padding: 0; margin: 0;}
.footer-wrapper .footer-content .footer-links li{list-style: none;}
.footer-wrapper .footer-content .footer-links li a{color: var(--shades01); font-size: 15px; line-height: 1.2; font-weight: 400; margin: 0 0 23px; display: block; transition: all 0.3s ease;}
.footer-wrapper .footer-content .footer-links li a:hover { color: var(--yellow); margin-left: 6px;}
.footer-bottom{padding: 20px 0 20px; background: #14307e; margin: 50px 0 0;}
.footer-bottom .copyright-content{text-align: center; font-size: 14px; line-height: 1.2; color: var(--shades01);}

/* ************************|| ABOUT PAGE START ||*************************** */
.section-about{position: relative; padding: 55px 0 80px; overflow: hidden;}
.section-about .container{display: flex; align-items: center; justify-content: space-between; gap: 50px;}
.section-about .about-content .about-title{font-size: 40px; color: var(--blue); line-height: 1.2; font-weight: 700; margin: 0 0 20px; text-transform: capitalize;}
.section-about .about-content .about-description{font-size: 16px; line-height: 1.5; font-weight: 500; color: var(--shades03);}
.section-about .about-brand-logo { display: flex; flex-shrink: 0; }
.section-about .about-brand-logo img{width: 100%; height: 100%; object-fit: cover;}
.section-about .about-content { max-width: 1200px; position: relative; width: 100%;}

/* ************************|| ABOUT PAGE ACHIEVEMENT START ||*********************** */
.section-achivement{margin: 115px 0; position: relative; overflow: hidden;}
.section-achivement .container{display: flex; justify-content: space-between; gap: 85px; align-items: flex-start;}
.section-achivement .achivement-content .achieve-title { font-size: 40px; line-height: 1.2; font-weight: 700; color: var(--blue); margin: 0 0 25px;}
.section-achivement .achievement-image { max-width: 480px; width: 100%; border-radius: 8px; overflow: hidden; display: flex; flex-shrink: 0;}
.section-achivement .achievement-image img{width: 100%; height: 100%; object-fit: cover;}
.section-achivement .achivement-content .achieve-description{font-size: 16px; line-height: 1.5; font-weight: 400; color: var(--shades03);}

/* ***********************|| ABOUT PAGE MEET MINDS START ||************************ */
.section-meet-minds{padding: 100px 0; background: linear-gradient(to bottom, rgba(241, 238, 230, 0.7), rgba(var(--yellow-rgb), 0.2)); overflow: hidden;}
.section-meet-minds .meet-minds-title{text-align: center; color: var(--blue); font-size: 40px; font-weight: 700; line-height: 1.2; margin: 0 0 80px;}
.section-meet-minds .mind-main-wrap { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 40px;}
.mind-main-wrap .meet-minds-contentbox { display: flex; gap: 40px; align-items: flex-start; background: var(--shades01); border-radius: 20px; box-shadow: 0 -4px 20px rgba(var(--shades02-rgb), 0.1);}
.mind-main-wrap .meet-minds-contentbox .meet-minds-img { max-width: 220px; overflow: hidden; aspect-ratio: 1 / 1; width: 100%; display: flex; flex-shrink: 0; border-radius: 20px 0 0 20px;}
.mind-main-wrap .meet-minds-contentbox .meet-minds-img img{width: 100%; height: 100%; object-fit: cover;}
.meet-mind-content {padding: 26px 40px 0 0;}
.meet-mind-content .title{margin: 0 0 7px; font-size: 18px; line-height: 1.2; font-weight: 700; text-transform: uppercase;}
.meet-mind-content .sub-title{margin: 0 0 18px; font-size: 15px; font-weight: 500; color: var(--shades05); line-height: 1.3;}
.meet-mind-content .description { font-size: 15px; line-height: 1.4; font-weight: 400; color: var(--shades04);}

/* ***********************|| PRODUCTS PAGE START ||*********************** */
.section-products{padding: 70px 0; position: relative;}
.section-products .product-title{text-align: center; color: var(--blue); font-size: 40px; font-weight: 700; line-height: 1.2; margin: 0 0 59px;}
.section-products .product-wrap{display: grid; gap: 27px; grid-template-columns: repeat(4, minmax(0, 1fr));}
.section-products .product-wrap .product-contentbox { display: flex; flex-direction: column;}
.section-products .product-wrap .product-contentbox .products-img { aspect-ratio: 3 / 2; display: flex; flex-shrink: 0; overflow: hidden; border-radius: 16px; border: 1px dashed var(--shades06); box-shadow: 0 8px 10px rgba(var(--shades02-rgb), 0.1); transition: all 0.3s ease; position: relative;}
.section-products .product-wrap .product-contentbox .products-img img{width: 100%; height: 100%; object-fit: cover; transition: all 0.3s ease;}
.section-products .product-contentbox .products-content .title{text-align: center; font-size: 20px; font-weight: 700; line-height: 1.2; color: var(--blue);}
.product-contentbox:hover .products-img img{transform: scale(1.2);}
.product-contentbox .products-img::after {content: "";position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, 0);transition: background-color 0.3s ease-in;}
.product-contentbox:hover .products-img::after {background-color: rgba(0, 0, 0, 0.4);}
.product-contentbox .products-img::before { content: "\f062"; font-family: "Font Awesome 6 Pro"; font-size: 31px; color: white; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%) scale(0); transition: all 0.4s ease-in; opacity: 0; width: 62px; height: 62px; text-align: center; border-radius: 50%; padding: 15px 0 0; background-color: var(--yellow);}
.product-contentbox:hover .products-img::before { transform: translate(-50%, -50%) scale(1) rotate(45deg); opacity: 1; z-index: 2;}
.product-contentbox:hover .products-img::before:hover{transform: rotate(20deg);}

/* **********************|| DESIGN PAGE START ||************************ */
.section-design { margin: 85px 0; position: relative; overflow: hidden;}
.section-design .design-wrapper { display: flex; justify-content: space-between; gap: 30px; align-items: flex-start; margin: 0 0 61px; border-bottom: 1px dashed #234090; padding: 0 0 38px;}
.section-design .design-content .design-title {font-size: 40px; line-height: 1.2; font-weight: 700; color: var(--blue); margin: 0 0 23px;}
.section-design .design-image { max-width: 480px; width: 100%; border-radius: 8px; overflow: hidden; display: flex; flex-shrink: 0;}
.section-design .design-image img{width: 100%; height: 100%; object-fit: cover;}
.section-design .design-content .design-description{font-size: 16px; line-height: 1.5; font-weight: 400; color: var(--shades03);}
.section-design .design-mid-heading { text-align: center; margin: 0 auto 51px; padding: 0; font-size: 15px; line-height: 1.4; color: var(--shades03); font-weight: 400; max-width: 1024px;}
.design-mid-section .design-mid-image { margin: 0 auto; max-width: 1200px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 40px;}
.design-mid-section .design-mid-image .design-mid-images{border-radius: 20px; overflow: hidden; box-shadow: 0 8px 15px rgba(var(--shades02-rgb), 0.1);}
.design-mid-section .design-mid-image img{width: 100%; height: 100%; object-fit: cover;}

/* ************************|| SUPPORT PAGE START ||******************** */
.tier-support-banner { position: relative; background-size: cover !important; background-position: center !important; padding: 180px 0; z-index: 1; overflow: hidden;}
.tier-support-banner::after{background: rgba(var(--shades02-rgb), 0.6); content: ""; position: absolute; top: 0; width: 100%; height: 100%; z-index: -1;}
.tier-support-banner .tier-title { font-size: 30px; text-transform: uppercase; line-height: 1.2; margin: 0 auto 19px; text-align: center; letter-spacing: 1px; font-weight: 800; border-bottom: 1px solid #636776; width: 44%; color: var(--yellow);}
.tier-support-banner .tier-sub-title{text-align: center; font-size: 18px; line-height: 1.2; margin: 0 0 0; font-weight: 400; text-transform: uppercase; color: var(--shades01); letter-spacing: 2px;}
.tier-support-banner .tier-cta-phone { text-align: center; font-weight: 400; font-size: 25px; color: var(--shades01); text-transform: capitalize;}
.tier-support-banner .tier-cta-phone a {font-weight: bold; font-size: 24px; line-height: 1.2; color: var(--yellow);}
.tier-support-banner .tier-cta-email{text-align: center; font-weight: 400; font-size: 25px; color: var(--shades01); text-transform: capitalize;}
.tier-support-banner .tier-cta-email a{font-weight: bold; font-size: 24px; line-height: 1.2; color: var(--yellow);}

/* ************************|| SUPPORT PAGE SUPPORT SECTION ||********************* */
.section-support{margin: 115px 0; position: relative; overflow: hidden;}
.section-support .container{display: flex; justify-content: space-between; gap: 30px; align-items: flex-start;}
.section-support .support-content .support-title { font-size: 25px; line-height: 1.2; font-weight: 900; color: var(--blue); margin: 0 0 23px;}
.section-support .support-image { max-width: 670px; width: 100%; border-radius: 8px; overflow: hidden; display: flex; flex-shrink: 0;}
.section-support .support-image img{width: 100%; height: 100%; object-fit: cover;}
.section-support .support-content .support-description{font-size: 16px; line-height: 1.5; font-weight: 400; color: var(--shades03);}

/* ************************|| UNDER SUPPORT PAGE EDDM PAGE ||************************** */
.eddm-pricing-table{position: relative; background-size: cover !important; background-position: center !important; padding: 100px 0; z-index: 1; overflow: hidden;}
.eddm-pricing-table::after{background: rgba(var(--shades02-rgb), 0.8); content: ""; position: absolute; top: 0; width: 100%; height: 100%; z-index: -1;}
.section-eddm-pricing{margin: 115px 0; position: relative; overflow: hidden;}
.section-eddm-pricing .container{display: flex; justify-content: space-between; gap: 30px; align-items: flex-start;}
.section-eddm-pricing .eddm-pricing-content .eddm-pricing-title { font-size: 40px; line-height: 1.2; font-weight: 700; color: var(--blue); margin: 0 0 23px;}
.section-eddm-pricing .eddm-pricing-image { max-width: 450px; width: 100%; border-radius: 8px; overflow: hidden; display: flex; flex-shrink: 0;}
.section-eddm-pricing .eddm-pricing-image img{width: 100%; height: 100%; object-fit: cover;}
.section-eddm-pricing .eddm-pricing-content .eddm-pricing-description{font-size: 16px; line-height: 1.5; font-weight: 400; color: var(--shades03);}
.eddm-pricing-table .table-responsive { width: 100%; margin: 0 auto 10px; overflow-y: hidden; max-width: 1200px;}
table { background: var(--shades01); border-radius: 10px; border: none; overflow: hidden; width: 100%; border-collapse: collapse; text-align: center;}
.eddm-pricing-table .table-title{font-size: 40px; line-height: 1.2; font-weight: 700; color: var(--shades01); margin: 0 0 33px; text-align: center;}
.eddm-pricing-table .table-responsive tr th{padding: 28px;}
.eddm-pricing-table .table-responsive tr td{padding: 20px;}
.section-eddm-pricing .eddm-pricing-content .note{font-weight: bold; color: var(--shades03); font-size: 15px; line-height: 1.2; background: var(--shades08); padding: 5px; width: 30%;
text-align: center;}
.eddm-pricing-table .graph-image img{width: 100%; height: 100%; object-fit: cover;}

/* ******************************|| RESPONSIVE START ||************************* */
@media screen and (max-width: 1600px){}

@media screen and (max-width: 1540px){}

@media screen and (max-width: 1440px){
  .section-hero .banner-content .banner-title{font-size: 48px;}
  .meet-mind-content .description{overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;}
}

@media screen and (max-width: 1366px){}

@media screen and (max-width: 1280px){
  .section-hero .banner-content .banner-title{font-size: 43px;}
}

@media screen and (max-width: 1024px){
  header .navigation .navigation-wrap{width: 250px;}
  header .navigation .navigation-wrap.active{transform: translateX(0); opacity: 1;}
  header .navigation .navigation-wrap .navigation-menu{flex-direction: column; justify-content: flex-start; padding-bottom: 40px; width: 100%; padding-left: 0;}
  header .navigation .header-options .menu-trigger{display: flex;}
  .brand-nav-wrapper .brand{height: auto;}
  header .main-header{padding: 4px 0 0;}
  header .navigation .navigation-wrap{position: fixed; top: 0; left: 0; width: 300px; height: 100%; background: #fff; z-index: 99; padding: 20px; box-shadow: rgba(0, 0, 0, 0.4) 0 0 50px; transform: translateX(calc(-100% - 60px)); opacity: 0; transition: all 0.3s ease;}
  .header-options .call-to-action.btn{margin: 0;}
  .header-options{justify-content: end;}
  .navigation-wrap{justify-content: left;}
  .navigation-wrap .navigation-menu li{width: 100%;}
  .navigation-menu .dropdown-menu{transform: translateX(0%); width: 100%;}
  .navigation-wrap .navigation-menu .menu-item .menu-link.dropdown-toggle{padding: 16px 21px 16px 15px;}
  header .navigation-wrap .navigation-menu .menu-link.dropdown-toggle::after{right: 15px; top: 20px !important;}
  .navigation-wrap .navigation-menu .menu-item .menu-link{padding: 16px 15px;}
  .navigation-wrap .navigation-menu {gap: 13px;}
  .navigation-wrap .navigation-menu{gap: 30px;}
  .navigation-wrap .navigation-menu li a{font-size: 15px;}
  .strategy-box-wrapper{gap: 18px;}
  .strategy-area .strategy-content-title{font-size: 35px;}
  .section-success .success-heading-title{font-size: 35px;}
  .success-content-wrap{gap: 25px;}
  .section-achivement .container{gap: 35px;}
  .section-achivement .achivement-content .achieve-title{font-size: 35px;}
  .section-meet-minds .meet-minds-title{margin: 0 0 59px;}
  .design-mid-section .design-mid-image{gap: 23px;}
  .section-eddm-pricing .eddm-pricing-content .note{width: 100%; margin: 26px 0 0;}
  .section-support .support-image{max-width: 390px;}
  .tier-support-banner .tier-title{width: 55%;}
  .tier-support-banner{padding: 119px 0;}
  .tier-support-banner .tier-cta-phone{margin: 11px 0 0; font-size: 21px;}
  .tier-support-banner .tier-cta-email{margin: 12px 0 0; font-size: 21px;}
  footer .footer-wrapper + .footer-wrapper{gap: 0;}
  .section-hero .banner-content .banner-title {font-size: 28px;}
  .section-hero .banner-content .banner-description{font-size: 28px;}
  .section-hero .banner-content .banner-description{font-size: 19px;}
  .campaign-content .campaign-title{font-size: 45px;}
  .campaign-content .campaign-description{font-size: 16px;}
  .campaign-action-title{font-size: 19px;}
  .campaign-action-cta{font-size: 14px; gap: 9px;}
  .campaign-action-title2{font-size: 13px; gap: 9px;}
}

@media screen and (max-width: 990px){
  .section-hero{height: calc(39vh - 100px); padding: 80px 0 54px;}
  .section-hero .banner-content .banner-title {font-size: 20px;}
  .section-hero .banner-content .banner-description {font-size: 14px;}
  .section-hero .banner-content .banner-actions{margin: 21px 0 0;}
  .strategy-box-wrapper{grid-template-columns: repeat(2, minmax(0, 1fr)); justify-content: center;}
  .strategy-box-wrapper .strategy-box:nth-child(3) { grid-column: span 2; justify-self: center; max-width: 400px;}
  .success-content-wrap .image{max-width: 258px;}
  .success-content-wrap {gap: 0; flex-direction: column-reverse; margin: 0 auto 37px;}
  .success-content-wrap:nth-child(even) {flex-direction: column-reverse;}
  .success-content-wrap .image{max-width: 100%;}
  .success-content-wrap .success-content{width: 95%; margin: -30px auto 0;}
  .section-campaign .campaign-content-wrap{flex-direction: column-reverse;}
  .campaign-content-wrap .campaign-action{width: 53%;}
  footer .container{grid-template-columns: repeat(1, minmax(0, 1fr));}
  footer .footer-wrapper + .footer-wrapper{grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: self-start;}
  footer .footer-wrapper{display: flex; gap: 29px; align-items: center;}
  .section-achivement .container{flex-direction: column-reverse;}
  .section-achivement .achievement-image{max-width: 100%;}
  .mind-main-wrap .meet-minds-contentbox{flex-direction: column; gap: 0;}
  .mind-main-wrap .meet-minds-contentbox .meet-minds-img{max-width: 100%; border-radius: 20px 20px 0 0;}
  .meet-mind-content {padding: 26px 40px;}
  .section-products .product-wrap{gap: 21px; grid-template-columns: repeat(2, minmax(0, 1fr));}
  .section-design .design-image{max-width: 292px;}
  .section-eddm-pricing .eddm-pricing-image{max-width: 290px;}
  .section-eddm-pricing .eddm-pricing-content .eddm-pricing-title{font-size: 24px;}
  .eddm-pricing-table .table-title{font-size: 25px;}
  .section-support .support-image {max-width: 100%;}
  .section-support .container{flex-direction: column;}
  .footer-brand { width: 180px; border-radius: 50%; height: 180px; overflow: hidden; background: var(--shades01); padding: 27px 0; text-align: center;}
  .footer-brand img{width: 64%; height: 100%; object-fit: contain;}
  .navigation-menu .call-to-action.btn.mobile{display: flex; justify-content: center; align-items: center; background-color: var(--yellow); height: 49px; border-radius: 30px; color: var(--shades01); font-weight: 500; font-size: 15px; white-space: nowrap; overflow: hidden; position: relative; z-index: 0; padding: 5px 25px; box-shadow: 0 7px 23px rgba(var(--shades02-rgb), 0.2); letter-spacing: 1px;}
  .header-options .call-to-action.btn.desktop{display: none;}
  .hero-slider-image .hero-swiper-button{display: none;}
}

@media screen and (max-width: 990px) and (orientation: landscape){}

@media screen and (max-width: 768px){}

@media screen and (max-width: 640px){
  .strategy-box-wrapper {grid-template-columns: repeat(1, minmax(0, 1fr));}
  .strategy-box { max-width: 400px; margin: 0 auto;}
  .strategy-area .strategy-content-title {font-size: 24px;}
  .strategy-area .description{font-size: 17px;}
  .strategy-box-wrapper .strategy-box:nth-child(3){grid-column: span 1;}
  .section-success .success-heading-title{font-size: 24px; margin: 0 0 40px;}
  .campaign-content-wrap .campaign-action {width: 100%;}
  .campaign-content .campaign-title{font-size: 30px; margin: 27px 0 6px;}
  footer .footer-wrapper{flex-direction: column; align-items: flex-start; gap: 10px;}
  .section-about .container{flex-direction: column;}
  .section-meet-minds .mind-main-wrap{gap: 12px;}
  .meet-mind-content{padding: 14px;}
  .meet-mind-content .title{font-size: 14px;}
  .meet-mind-content .sub-title{font-size: 15px;}
  .meet-mind-content .description{font-size: 13px;}
  .section-achivement .achivement-content .achieve-title {font-size: 25px;}
  .section-meet-minds .meet-minds-title{font-size: 25px;}
  .section-products .product-title{font-size: 25px; margin: 0 0 30px;}
  .section-products .product-wrap{gap: 11px;}
  .section-products .product-contentbox .products-content .title{font-size: 15px;}
  .section-design .design-wrapper{flex-direction: column-reverse;}
  .section-design .design-image {max-width: 100%;}
  .design-mid-section .design-mid-image {gap: 10px;}
  .section-design{margin: 40px 0 80px;}
  .section-about{padding: 39px 0 80px;}
  .section-products{padding: 35px 0 70px;}
  .header-options .contact{font-size: 14px;}
  header .navigation .header-options .menu-trigger { width: 23px; height: 30px; margin: 0;}
  .section-eddm-pricing{margin: 30px 0 60px;}
  .section-eddm-pricing .container{flex-direction: column-reverse;}
  .section-eddm-pricing .eddm-pricing-image {max-width: 100%;}
  .footer-brand{width: 150px; height: 150px;}
  .tier-support-banner .tier-title{font-size: 20px; width: 100%;}
  .tier-support-banner .tier-sub-title{font-size: 13px;}
  .tier-support-banner .tier-cta-email{font-size: 17px;}
  .tier-support-banner .tier-cta-email a{font-size: 20px;}
  .tier-support-banner {padding: 55px 0 52px;}
  .tier-support-banner .tier-cta-phone{font-size: 19px;}
  .tier-support-banner .tier-cta-phone a{font-size: 20px;}
  .section-support{margin: 71px 0 80px;}
  .success-content-wrap .success-content .description{font-size: 16px;}
  header{height: auto;}
  .hero-slider-image .swiper-wrapper{height: 100%;}
  .hero-slider-image .swiper-slide {height: 100%;}
}

@media screen and (max-width: 480px){
  .campaign-action-title{font-size: 16px;}
  .campaign-action-cta{font-size: 14px; gap: 5px;}
  .campaign-action-title2{font-size: 14px; gap: 5px;}
}

@media screen and (max-width: 375px){
  .section-hero .banner-content .banner-title {font-size: 14px;}
  .section-hero .banner-content .banner-actions .btn-action{height: 35px; padding: 10px 25px; font-size: 15px;}
  .section-hero .banner-content .banner-actions {margin: 12px 0 0;}
  .campaign-action-title{font-size: 16px;}
  .campaign-action-cta{font-size: 14px; gap: 5px;}
  .campaign-action-title2{font-size: 14px; gap: 5px;}
}