:root {
  --blue:#008FD5;
  --blue-light: #b9e7fe;
  --blue-lighter: #F3FFFE;
  --wild-sand: #F5F5F5;
  --big-stone: #1A2E44;
  --outer-space: #2d3b42;
  --persian-green: #14a89e;
  --shades01:#FFFFFF;
  --shades02:#000000;
  --shades03:#263238;
  --shades04:#5A5A5A;
  --shades05:#ED1C24;
  --shades06: #E0E0E0;
  --shades07: #E3E3E3;
  --shades08: #1B2A31;
  --blue-rgb:0, 143, 213;
  --blue-light-rgb: 185, 231, 254;
  --big-stone-rgb: 26, 46, 68;
  --persian-green-rgb: 20, 168, 158;
  --shades01-rgb:255, 255, 255;
  --shades02-rgb:0, 0, 0;
  --shades03-rgb:38, 50, 56;
  --shades04-rgb:90, 90, 90;
  --shades05-rgb:237, 28, 36;
  --shades06-rgb: 224, 224, 224;
  --shades07-rgb: 227, 227, 227;
  --viewWidth: calc(100vw - 17px);
  --padding: calc(var(--viewWidth)/2 - 790px);
}

/* ********|| INITIALIZATION START ||******** */
body, html { width: 100%; margin:0 auto !important;padding:0 !important;font-family: "Poppins", sans-serif;font-weight: 400; -webkit-font-smoothing: subpixel-antialiased;text-shadow: 1px 1px 1px rgba(0,0,0,0.004);font-size: 16px; line-height: 1.2; color: var(--shades02); background:var(--shades01);position: relative; z-index: 0; scroll-behavior: smooth;}
*:focus{outline: none !important;outline-offset: none !important;outline-offset: 0 !important;}
*,::after,::before{box-sizing: border-box;}
ul{margin: 0;padding: 0;list-style: none;}
a {color:var(--shades02); 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(--shades04-rgb), 1);}
/* section{position:relative;} */
input:focus, label:focus{outline: none !important;outline-offset: none !important;outline-offset: 0 !important;}
.scrollbar::-webkit-scrollbar { width: 0.5rem; height: 0.5rem; border-radius: 100vh; transition:all 0.3s ease; }
.scrollbar::-webkit-scrollbar-track { border-radius: 0; background-color: var(--blue-light); border-radius: 100vh; transition:all 0.3s ease; }
.scrollbar::-webkit-scrollbar-thumb { background-color: rgba(var(--blue-rgb), 1); border-radius: 100vh; transition:all 0.3s ease; }
/* ********|| INITIALIZATION END ||******** */

/* ********|| PSEUDO ELEMENTS START ||******** */
::selection{ background-color:var(--blue); color:var(--blue-light)}
::-moz-selection{ background-color:var(--blue); color:var(--blue-light)}
::-webkit-selection{ background-color:var(--blue); color:var(--blue-light)}
:-webkit-focus { outline: none !important; }
:-moz-focus { outline: none !important; }
:focus { outline: none !important; }
select:-webkit-focusring { color: var(--blue) !important;text-shadow: 0 0 0 var(--blue-light);}
select:-moz-focusring {color: var(--blue) !important;text-shadow: 0 0 0 var(--blue-light);}
select:focusring {color: var(--blue) !important; text-shadow: 0 0 0 var(--blue-light);}
::input-placeholder{ color:var(--blue) !important;}
::-moz-input-placeholder{ color:var(--blue) !important;}
::-webkit-input-placeholder{ color:var(--blue) !important;}
/* ********|| PSEUDO ELEMENTS END ||******** */

/* ********|| BOOTSTRAP FIX START ||******** */
.container{max-width: none; width: 100%; padding-left: 16px; padding-right: 16px; margin-left: auto; margin-right: auto;}
@media (min-width: 576px){
  :root {
    --padding: 16px;
  }
	.container{max-width: none; width: 100%; padding-left: 16px; padding-right: 16px; margin-left: auto; margin-right: auto;}
	.modal-dialog{max-width: 700px;}
	.modal-sm{max-width: 400px;}
}
@media (min-width: 768px){
  :root {
    --padding: calc(calc(var(--viewWidth) - 690px) / 2);
  }
	.container{max-width: 740px;}
}
@media (min-width: 992px){
  :root {
    --padding: calc(calc(var(--viewWidth) - 960px) / 2);
  }
	.container{max-width: 920px;}
}
@media (min-width: 1200px){
  :root {
    --padding: calc(calc(var(--viewWidth) - 1170px) / 2);
  }
	.container{max-width: 1200px;}
}
@media (min-width: 1400px){
  :root {
    --padding: calc(calc(var(--viewWidth) - 1250px) / 2);
  }
	.container{max-width: 1300px;}
}
@media (min-width: 1440px){
  :root {
    --padding: calc(calc(var(--viewWidth) - 1250px) / 2);
  }
	.container{max-width: 1320px;}
}
@media (min-width: 1520px){
  :root {
    --padding: calc(calc(var(--viewWidth) - 1370px) / 2);
  }
	.container{max-width: 1340px;}
}
@media (min-width: 1900px){
  :root {
    --padding: calc(calc(var(--viewWidth) - 1490px) / 2);
  }
	.container{max-width: 1600px;}
}
/* ********|| BOOTSTRAP FIX END ||******** */

/* ********|| FORM INPUTS START ||******** */
.form-group{position: relative; margin: 0 0 24px;}
.form-label{font-size: 18px; font-weight: 600;color: var(--shades10); display: block; line-height: 1.4; margin: 0 0 12px;}
.form-control{ box-shadow: none;border: 2px solid transparent;color: var(--shades02);background-color: var(--shades01);min-width: 50px;min-height: 56px;width: 100%;padding: 12px 16px;font-family: inherit;font-size: 18px;font-weight: 500;border-radius: 0; font-family: 'DM Sans', sans-serif; transition: all 0.3s ease;}
.form-control:focus{ border-color:var(--blue);box-shadow: none;}
.form-control::-webkit-input-placeholder{ color: var(--shades04) !important; font-weight: 400 !important;}
.form-control:-moz-placeholder{color:var(--shades04) !important;opacity:  1 !important; font-weight: 400 !important;}
.form-control::-moz-placeholder{color:var(--shades04) !important; opacity:1 !important; font-weight: 400 !important;}
.form-control:-ms-input-placeholder{color:var(--shades04) !important; font-weight: 400 !important;}
.form-control::-ms-input-placeholder{color:var(--shades04) !important; font-weight: 400 !important;}
textarea.form-control{ resize:none; height: 120px;}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control{ background-color:rgba(var(--shades05), 0.1);  cursor: not-allowed;}
/* ********|| FORM INPUTS END ||******** */

/* ********|| COMMON BANNER START ||******** */
.section-banner{width: 100%;aspect-ratio: 16 / 5; overflow: hidden;position: relative;z-index: 0;display: flex ; align-items: center;}
.section-banner.section-banner-alt{width: 100%;overflow: hidden;position: relative;z-index: 0;display: flex ; align-items: center; height: calc(100vh - 80px);}
.banner-wrap{position: absolute;width: 100%;height: 100%;top: 0;left: 0;z-index: 1;}
.banner-wrap img{width: 100%;height: 100%;object-fit: cover;}
.section-banner .hero-overlay{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-image: linear-gradient(to right, rgba(0,0,0,0.74), rgba(0,0,0,0.1));z-index: 1;}
.page-title{margin: 0;color: var(--shades01);font-size: 80px;font-weight: 600;line-height: 1.25;text-transform: capitalize;position: relative;z-index: 1;}
.section-banner .banner-right-content { position: absolute; top: 0; right: 0; z-index: 1; max-width: 450px; padding: 45px; height: 100%; background-color: rgb(255 255 255 / 70%); backdrop-filter: blur(6px); display: flex; flex-direction: column; justify-content: center;}
.section-banner .banner-right-content .icon{width: 70px; height: 70px; border-radius: 50px; background-color: #007fbd; color: var(--shades01); font-size: 25px; display: flex; justify-content: center; align-items: center; border: 3px solid rgb(229 58 5); box-shadow: 0 3px 3px 1px rgba(0, 0, 0, 0.1); flex-shrink: 0; margin: 0 0 27px;}
.section-banner .banner-right-content .icon i{font-weight: 300;}
.section-banner .banner-right-content .title {font-weight: 300; font-size: 2.25rem; margin: 0 0 14px; color: var(--big-stone); border-bottom: 1px dashed #bdbdbd; padding-bottom: 12px;}
.section-banner .banner-right-content .sub-title{font-size: 20px; font-weight: 500; text-transform: capitalize; margin: 0 0 12px; background: linear-gradient(90deg, #ff6a00, #ee0979); -webkit-background-clip: text; -webkit-text-fill-color: transparent;}
.section-banner .banner-right-content .description{font-size: 16px; font-weight: 400; line-height: 1.5; color: var(--shades02);}
/* ********|| COMMON BANNER END ||******** */

/* ********|| HEADER START ||******** */
header { height: 70px; display: flex; align-items: center; background: var(--shades01); position: sticky; top: 0; z-index: 50; box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1); border-bottom: 1px solid var(--shades07); } 
header > .container { display: grid; grid-template-columns: 1fr 2fr 1fr; gap: 20px; padding: 0 80px; max-width: 100%; height: 100%; align-items: center; width: 100%; }
header .brand { position: relative; height: 100%; display: flex; align-items: center; }
header .brand .logo {height: 35px; transition: all 0.3s ease; } 
header .brand .logo:hover { transform: scale(1.05); } 
header .brand .logo img { width: 100%; height: 100%; object-fit: contain; }
header .menu-wrapper { display: flex; align-items: center; justify-content: center; height: 100%;} 
header .navigation-inner { display: flex; align-items: center; list-style: none; margin: 0; padding: 0; height: 100%;}
header .navigation-inner .menu-item { display: flex; align-items: center; height: 100%; border-bottom: 4px solid transparent; padding: 0 16px; transition: all 0.3s ease; /* position: relative; */ }
header .navigation-inner .menu-item:hover { border-color: var(--shades05); } 
header .navigation-inner .menu-link { position: relative; font-size: 16px; color: var(--big-stone); display: flex; align-items: center; white-space: nowrap; gap: 8px; text-decoration: none; font-weight: 500; transition: color 0.2s ease; } 
header .navigation-inner .menu-link:hover { color: var(--shades05); } 
header .navigation-inner .menu-link i { font-size: 16px; transition: transform 0.2s ease; } 
header .navigation-inner .dropdown:hover .menu-link i { transform: rotate(180deg); }
header .button_group_actions { display: flex; justify-content: flex-end; align-items: center; gap: 5px; } 
header .search_actions { display: flex; align-items: center; width: 100%; justify-content: end; flex-shrink: 0;} 
header .search-dropdown .container { padding: 24px 16px; }
header .search_actions .btn-action-search, header .toggle-actions .btn-action { background-color: transparent; width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; font-size: 20px; border: 1px solid transparent; cursor: pointer; border-radius: 8px; color: var(--big-stone); transition: all 0.2s ease; }
header .search_actions .btn-action-search:hover, header .toggle-actions .btn-action:hover { background-color: var(--shades07); color: var(--shades05); }
header .navigation-inner .dropdown-menu.megamenu { display: none; position: absolute; top: 69px; left: 0; background: #fff; width: 100%; max-width: 100%; z-index: 40; border-top: 1px solid var(--shades07); box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1); border-radius: 0 0 12px 12px; overflow: hidden; opacity: 0; transition: all 0.3s ease; } 
header .navigation-inner .megamenu-content { padding: 48px; border-right: 1px solid var(--shades07); width: 33.333%; background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%); } 
header .navigation-inner .megamenu-title { font-size: 28px; color: var(--shades03); font-weight: 700; line-height: 1.4; margin-bottom: 16px; }
header .navigation-inner .megamenu-description { color: #64748b; font-size: 16px; line-height: 1.6; margin-bottom: 24px; } 
header .navigation-inner .megamenu-cta { color: var(--shades05); font-weight: 600; text-decoration: none; font-size: 16px; transition: color 0.2s ease; }
header .navigation-inner .megamenu-cta:hover { color: var(--blue); }
header .navigation-inner .megamenu-inner { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 48px; padding: 48px; width: 66.667%; } 
header .navigation-inner .megamenu-inner .megamenu-column { display: flex; flex-direction: column; gap: 8px; } 
header .navigation-inner .megamenu-column a { display: inline-block; color: var(--shades03); text-decoration: none; transition: all 0.2s ease; font-size: 16px; padding: 8px 12px; border-radius: 6px; font-weight: 500; }
header .navigation-inner .megamenu-column a:hover { color: var(--shades05); background-color: #f1f5f9; transform: translateX(4px); } 
/* header .search-dropdown {width: 100%; background: white; border-top: 1px solid var(--shades07); box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1); z-index: 30; display: none; opacity: 0; transform: translateY(-10px); transition: all 0.3s ease; position: absolute;top: 100%;left: 0;}  */
/* .search-dropdown.active { display: block; opacity: 1; transform: translateY(0); }  */
/* .search-dropdown form { position: relative; margin-bottom: 16px; }  */
.search-dropdown input { width: 100%; padding: 16px 60px 16px 24px; font-size: 18px; border: 2px solid var(--shades07); border-radius: 12px; background: #f8fafc; transition: all 0.2s ease; } 
.search-dropdown input:focus { outline: none; border-color: var(--shades05); background: white; } 
/* .search-dropdown .submit-search { position: absolute; right: 8px; top: 50%; transform: translateY(-50%); width: 40px; height: 40px; background: var(--shades05); color: white; border: none; border-radius: 8px; cursor: pointer; transition: background 0.2s ease; } 
.search-dropdown .submit-search:hover { background: #1d4ed8; }  */
.search-suggestions { color: #64748b; font-size: 14px; }
header .toggle-actions { display: none; } 
.mobile-menu-overlay { position: fixed; inset: 0; background: rgba(0, 0, 0, 0.5); z-index: 40; display: none; opacity: 0; transition: opacity 0.3s ease; } 
.mobile-menu-overlay.active { display: block; opacity: 1; } 
.mobile-menu { position: fixed; left: 0; top: 0; width: 320px; height: 100vh; background: white; box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1); transform: translateX(-100%); transition: transform 0.3s ease; overflow-y: auto; } 
.mobile-menu-overlay.active .mobile-menu { transform: translateX(0); }
.mobile-menu-header { padding: 24px; border-bottom: 1px solid var(--shades07); display: flex; justify-content: space-between; align-items: center; } 
.mobile-menu-title { font-size: 20px; font-weight: 700; color: var(--shades03); } 
.mobile-close { background: none; border: none; font-size: 24px; cursor: pointer; color: var(--shades03); } 
.mobile-nav { padding: 16px 0; }
.mobile-menu-link { display: block; padding: 16px 24px; color: var(--shades03); text-decoration: none; font-weight: 500; font-size: 16px; transition: background 0.2s ease; border-bottom: 1px solid #f1f5f9; } 
.mobile-menu-link:hover { background: #f8fafc; color: var(--shades05); } 
.mobile-dropdown-toggle { width: 100%; text-align: left; background: none; border: none; display: flex; justify-content: space-between; align-items: center; cursor: pointer; } 
.mobile-dropdown-toggle i { transition: transform 0.2s ease; } 
.mobile-dropdown.active .mobile-dropdown-toggle i { transform: rotate(90deg); }
.mobile-submenu { background: #f8fafc; display: none; animation: slideDown 0.3s ease; } 
.mobile-dropdown.active .mobile-submenu { display: block; } 
.mobile-submenu a { padding: 12px 40px; font-size: 15px; color: #64748b; } 
.mobile-submenu a:hover { color: var(--shades05); background: white; }
@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

header .search-dropdown {
  display: flex;
  align-items: center;
  margin-right: 10px;
  opacity: 0;
  width: 0;
  transition: all 0.3s ease;
  overflow: hidden;
  pointer-events: none;
}

header .search-dropdown.active {
  width: 100%;
  opacity: 1;
  pointer-events: auto;
}

header .search-dropdown form {
    display: flex;
    align-items: center;
    gap: 0;
    border: 1px solid #ed1c24;
    border-radius: 7px;
    overflow: hidden;
    width: 100%;
}

header .search-dropdown input {
    padding: 12px 12px;
    font-size: 14px;
    border: none;
    background-color: var(--wild-sand);
    border-radius: 0;
    width: 100%;
}

header .search-dropdown .submit-search {
    background: var(--shades05);
    color: #fff;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    font-size: 17px;
    flex-shrink: 0;
}
/* ********|| HEADER END ||******** */
/* ********|| FOOTER START ||******** */ 
footer{position: relative;background-color: var(--shades03);overflow: hidden;}
footer .top-footer{position: relative; padding: 25px 0; border-bottom: 1px solid rgba(var(--shades01-rgb), 0.5); background-color: var(--shades01);}
footer .top-footer .container{display: flex; gap: 20px; align-items: center; justify-content: space-between;}
footer .top-footer .footer-brand{position: relative; height: 40px; display: flex ;}
footer .top-footer .footer-brand .logo{height: 100%; transition: all 0.3s ease;}
footer .top-footer .footer-brand .logo img{width: 100%; height: 100%; object-fit: contain;}
footer .footer-content .footer-social{margin: 20px 0 0; padding-left: 0; list-style: none; display: flex ; gap: 10px; align-items: center; justify-content: flex-start;}
footer .footer-content .footer-social .footer-social-item { width: 40px; aspect-ratio: 1 / 1; display: block; border-radius: 50%; overflow: hidden; display: flex ; align-items: center; justify-content: center; background-color: #f43345; color: var(--shades01);}
footer .main-footer .container{position: relative; background-color: var(--shades03);display: flex ;  gap: 50px; position: relative;}
footer .main-footer{position: relative;}
footer .main-footer::after{content: ''; position: absolute; top: 0; left: 0; width: 36%; height: 100%; background-color: var(--shades08);}
footer .main-footer .footer-content{width: 35%;padding: 60px 0px; position: relative; z-index: 1;}

footer .main-footer .footer-menu{width: 65%; padding: 60px 0; display: grid;grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 100px;}
footer .footer-group, footer .footer-content{position: relative;}
footer .footer-group .footer-title{font-size: 24px;color: var(--shades01);font-weight: 700;margin: 0 0 36px;text-transform: uppercase;}
footer .footer-content .footer-title{font-size: 24px;color: var(--shades01);font-weight: 700;margin: 0 0 36px;text-transform: uppercase;}
footer .footer-content .footer-description{color: var(--shades01);font-size: 16px;line-height: 1.5;max-width: 360px;}
footer .footer-links{ padding: 0; list-style: none;column-count: 2;}
footer .footer-links > li{margin: 0 0 15px;}
footer .footer-links > li .link { font-size: 16px; color: var(--shades01); line-height: 1.5; display: inline-block; transition: all 0.3s ease;}
footer .footer-contact {padding: 0;list-style: none;}
footer .footer-contact > li{margin: 0 0 15px;}
footer .footer-contact > li .link {display: flex; align-items: center;gap: 15px;transition: all 0.3s ease;}
footer .footer-links > li .link:hover{color: #f3394a;}
footer .footer-contact .menu-icon{width: 30px;height:30px;overflow: hidden; background-color: var(--persian-green);border-radius: 50%;display: flex;align-items: center;justify-content: center;font-size: 14px;flex-shrink: 0;}
footer .footer-contact .menu-label{font-size: 16px; color: var(--shades01); line-height: 1.5; display: flex ; align-items: center; gap: 15px; transition: all 0.3s ease;flex-shrink: 1;}
footer .footer-contact .menu-label:hover{color: var(--blue);}
footer .bottom-footer{position: relative;padding: 15px 0;background-color: var(--outer-space);}
footer .bottom-footer .container{display: flex;align-items: center;justify-content: space-between;}
footer .bottom-footer .copyright{font-size: 14px;line-height: 1.5; color: var(--shades01);}
footer .other-menu{padding: 0; list-style: none;display: flex;align-items: center; margin: 0; width: 27%; justify-content: space-between;}
footer .other-menu li{width: 170px;}
footer .other-menu .menu-item{font-size: 14px;line-height: 1.5; color: var(--shades01);text-transform: capitalize;transition: all 0.3s ease;}
footer .other-menu .menu-item:hover{color: var(--blue);}
/* ********|| FOOTER END ||******** */ 

/* ********|| HER0 BANNER START ||******** */ 
.section-hero{position: relative;height: calc(100vh - 80px);width: 100%;z-index: 0;overflow: hidden;}
.section-hero .hero-video{position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 1;}
.section-hero .swiper{height: 100%;}
.section-hero .swiper-button-next:after, .section-hero .swiper-button-prev:after{content: "";}
.section-hero .container{height: 100%;position: relative;z-index: 2;}
.section-hero .hero-video video{width: 100%;height: 100%;object-fit: cover;}
.section-hero .hero-content{height: 100%; display: flex ; flex-direction: column; justify-content: center;}
.section-hero .hero-content .hero-title{font-size: 72px;line-height: 1.2;color: var(--shades01);font-weight: 600;max-width: 925px; width: 100%; margin: 0 0 20px; text-transform: capitalize;}
.section-hero .hero-content .hero-description{font-size: 20px;color: var(--shades01);line-height: 1.5;font-weight: 600;max-width: 780px;width: 100%;margin: 0 0 54px;}
.section-hero .hero-content .hero-description p{margin: 0;}
.section-hero .hero-content .hero-action{display: flex;}
.section-hero .hero-action .btn-action{height: 70px; padding: 0 45px; align-items: center; justify-content: center; text-transform: capitalize; font-size: 20px; font-weight: 500; color: var(--shades02); background-color: var(--shades01); position: relative; display: inline-flex; gap: 8px; text-decoration: none; overflow: hidden; transition: color 0.3s ease; z-index: 1;}
.section-hero .hero-action .btn-action i{margin:0 0 0 10px}
.section-hero .swiper-navigation{position: relative; display: flex ; margin-top: -5%; align-items: center; gap: 20px;}
.section-hero .swiper-button-next, .section-hero .swiper-button-prev{font-size: 35px;position: relative;left: 0;right: 0;width: auto;color: var(--blue);opacity: 1;}
.section-hero .swiper-button-disabled{color: var(--shades01);}
.section-hero .hero-overlay{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-image: linear-gradient(to right, rgba(0,0,0,0.74), rgba(0,0,0,0.1));z-index: 1;}
.section-hero .hero-action .btn-action i {transition: transform 0.3s ease;}
.section-hero .hero-action .btn-action:hover { background: #eb595e; color: var(--shades01);}
.section-hero .hero-action .btn-action:hover i {transform: translateX(6px);}
.section-hero .hero-action .btn-action:before { content: ''; position: absolute; top: 0; left: 0; width: 0%; height: 100%; background-color: #ed1a2a; z-index: -1; transition: width 0.4s ease;}
.section-hero .hero-action .btn-action:hover::before {width: 100%;}
/* ********|| HER0 BANNER END ||******** */ 

/* ********|| WHAT WE DO START ||******** */ 
.section-what-we-do{position: relative;width: 100%;display: flex;justify-content: space-between;overflow: hidden;}
.section-what-we-do .image-wrapper{width: 50%; aspect-ratio: 7 / 5;overflow: hidden;flex-shrink: 0;}
.section-what-we-do .image-wrapper img{width: 100%;height: 100%;object-fit: cover;}
.section-what-we-do .content-wrapper{width: 50%;background-color: var(--blue-lighter);display: flex;flex-direction: column; align-items: start;justify-content: center;padding: 120px 60px 120px 50px;}
.section-what-we-do .content-title { font-size: 50px; font-weight: 300; text-transform: capitalize; margin: 0 0 20px; color: var(--shades03); font-size: 2.25rem; line-height: 43px;}
.section-what-we-do .content-title span{display: inline; color: #f43345;}
.section-what-we-do .content-description{font-size: 16px;line-height: 1.5;color: var(--shades04);}
.section-what-we-do .content-actions{display: flex;margin: 21px 0 0;}
.section-what-we-do .btn-action { height: 70px; padding: 0 45px; align-items: center; justify-content: center; text-transform: capitalize; font-size: 20px; font-weight: 500; color: var(--shades01); background-color: var(--blue); position: relative; display: inline-flex; gap: 8px; text-decoration: none; overflow: hidden; transition: color 0.3s ease; z-index: 1; }
.section-what-we-do .btn-action i { transition: transform 0.3s ease; margin:0 0 0 10px}
.section-what-we-do .btn-action:hover { background: #eb595e; } 
.section-what-we-do .btn-action:hover i { transform: translateX(6px); } 
.section-what-we-do .btn-action:before { content: ''; position: absolute; top: 0; left: 0; width: 0%; height: 100%; background-color: #ed1a2a; z-index: -1; transition: width 0.4s ease; } 
.section-what-we-do .btn-action:hover::before { width: 100%; }
/* ********|| WHAT WE DO END ||******** */ 

/* ********|| OUR SERVICE START ||******** */ 
.section-services{padding: 90px 0;background-color: var(--wild-sand);position: relative;;}
.section-services .service-title{font-size: 2.25rem;line-height: 43px;font-weight: 300;text-align: center;margin: 0 0 20px;text-transform: capitalize;}
.section-services .service-title span{display: inline; color: #f43345;}
.section-services .service-description{font-size: 20px;line-height: 1.5;color: var(--shades04);text-align: center;max-width: 960px;margin: 0 auto 80px;}
.section-services .service-lists{width: 100%;display: grid;grid-template-columns: repeat(3, minmax(0, 1fr));column-gap: 65px;row-gap: 40px;}
.section-services .service-item{border-left: 1px solid var(--shades05); padding: 8px 0 8px 40px; row-gap: 20px; display: flex ; flex-direction: column; gap: 10px;}
.section-services .service-item .service-id { font-size: 20px; line-height: 1.8; background-color: #007fbd; width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; color: var(--shades01); border-radius: 10px; border: 2px solid var(--shades01); box-shadow: 0px 7px 14px -1px rgba(0, 0, 0, 0.1); }
.section-services .service-item .service-item-title{font-size: 24px;line-height: 1.2; font-weight: 500;color: var(--shades03);overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; text-transform: capitalize;}
.section-services .service-item .service-item-description{font-size: 18px;line-height: 1.5;color: var(--shades04);}
.section-services .service-item  .service-actions{display: flex;}
.section-services .service-item .btn-action{font-size: 18px;line-height: 1.5;color: var(--blue);text-transform: capitalize;transition: color 0.3s ease;}
.section-services .service-item .btn-action:hover{color: var(--shades02);}
.section-services .service-item .btn-action i{transition: transform 0.3s ease;}
.section-services .service-item .btn-action:hover i{transform: translateX(6px);}
/* ********|| OUR SERVICE END ||******** */ 

/* ********|| ABOUT SOLVE CORP START ||******** */ 
.section-about{position: relative;width: 100%;display: flex;justify-content: space-between;overflow: hidden;}
.section-about .image-wrapper{width: 50%; aspect-ratio: 7 / 5;overflow: hidden;flex-shrink: 0;}
.section-about .image-wrapper img{width: 100%;height: 100%;object-fit: cover;}
.section-about .content-wrapper{width: 50%;background-color: var(--blue-lighter);display: flex;flex-direction: column; align-items: start;justify-content: center;    padding: 120px 60px 120px 7.5%;}
.section-about .content-title { font-size: 2.25rem;line-height: 43px; font-weight: 300; text-transform: capitalize; margin: 0 0 20px; color: var(--shades03);}
.section-about .content-title span{display: inline; color: #f43345;}
.section-about .content-description{font-size: 16px;line-height: 1.5;color: var(--shades04);}
.section-about .content-actions{display: flex;margin: 21px 0 0;}
.section-about .btn-action{height: 70px; padding: 0 45px; align-items: center; justify-content: center; text-transform: capitalize; font-size: 20px; font-weight: 500; color: var(--shades01); background-color: var(--blue); position: relative; display: inline-flex; gap: 8px; text-decoration: none; overflow: hidden; transition: color 0.3s ease; z-index: 1;}
.section-about .btn-action i{margin:0 0 0 10px}
.section-about .btn-action i{transition: transform 0.3s ease;}
.section-about .btn-action:hover i{transform: translateX(6px);}
.section-about .btn-action:hover{background: #eb595e; color: var(--shades01);}
.section-about .btn-action:before{content: ''; position: absolute; top: 0; left: 0; width: 0%; height: 100%; background-color: #ed1a2a; z-index: -1; transition: width 0.4s ease;}
.section-about .btn-action:hover::before{width: 100%;}
/* ********|| ABOUT SOLVE CORP END ||******** */ 

/* ********|| DIGITAL SOLUTIONS START ||******** */ 
.digital-solutions{padding: 175px 0; background-color: var(--shades01);position: relative;}
.digital-solutions .container{display: flex;}
.digital-solutions .solutions{background-image: linear-gradient(to right, #006FA4, #014566);width: 35%;padding: 60px 45px;border-top-left-radius: 40px; border-bottom-left-radius:40px;}
.digital-solutions .solution-title{font-size: 4rem;line-height: 1.2;color: var(--shades01);margin: 0 0 20px;text-transform: capitalize; font-weight: 400;}
.digital-solutions .subtitle{font-size: 24px; line-height: 1.5; color: var(--shades01);font-weight: 400;}
.digital-solutions .solution-lists{width: 65%; padding: 60px 45px;border-top-right-radius: 40px; border-bottom-right-radius:40px;background-color: #004D72;display: grid;grid-template-columns: repeat(3, minmax(0, 1fr));gap: 32px;}
.digital-solutions .solution-item{position: relative;}
.digital-solutions .solution-item .splution-item-title{font-size: 24px;line-height: 1.5;color: var(--shades01);font-weight: 500;margin: 0 0 15px;overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;}
.digital-solutions .solution-item-list ul{list-style: none; padding: 0 0 0 20px;list-style-image: url('../images/right-arrow.png');}
.digital-solutions .solution-item-list ul li{color: var(--shades01);font-size: 16px;line-height: 1.5;margin: 0 0 15px;text-transform: capitalize;}
/* ********|| DIGITAL SOLUTIONS END ||******** */ 

/* ********|| GROWTH SECTION START ||******** */ 
.section-growth{position: relative;background-color: var(--wild-sand);padding: 90px 0;}
.section-growth .growth-subtitle{font-size: 20px;line-height: 1.5; font-weight: 500;color: var(--shades05);margin: 0 0 10px;text-align: center;text-transform: uppercase;}
.section-growth .growth-title{font-size: 2.25rem;line-height: 1.2; font-weight: 300; color: var(--big-stone);margin: 0 0 45px;text-align: center;text-transform: capitalize;}
.section-growth .growth-title span{display: inline; color: #f43345;}
.section-growth .growth-lists{display: grid;grid-template-columns: repeat(5, minmax(0, 1fr));gap:24px}
.section-growth .growth-item{border-radius: 30px;background-color: var(--shades01);overflow: hidden;padding: 50px 20px;display: flex;flex-direction: column;align-items: center;justify-content: center;gap: 20px;box-shadow: 0 0 6px 0 rgba(222, 222, 222, 0.25);}
.section-growth .growth-item .growth-value{font-size: 70px; line-height: 1; font-weight: 500; color: var(--shades05);}
.section-growth .growth-item .growth-label{font-size: 20px;font-weight: 500; line-height: 1.5;color: var(--big-stone);text-align: center;text-transform: capitalize;}
/* ********|| GROWTH SECTION END ||******** */ 

/* ********|| INDUSTRY SECTION START ||******** */ 
.section-industries{position: relative;padding: 126px 0 155px;background-color: var(--shades01);}
.section-industries .industry-subtitle{font-size: 20px; line-height: 1.5; font-weight: 500; color: var(--shades05); margin: 0 0 10px; text-align: center; text-transform: uppercase;}
.section-industries .industry-title{font-size: 2.25rem; line-height: 1.2; font-weight: 300; color: var(--big-stone); margin: 0 0 45px; text-align: center; text-transform: capitalize;}
.section-industries .industry-title span{display: inline; color: #f43345;}
.section-industries .industry-lists{display: grid;grid-template-columns: repeat(3, minmax(0, 1fr));row-gap:60px;column-gap: 35px;}
.section-industries .industry-lists .industry-item{position: relative;}
.section-industries .industry-item .industry-image{width: 100%; aspect-ratio: 10 / 7;overflow: hidden;}
.section-industries .industry-item .industry-image img{width: 100%;height: 100%;object-fit: cover;transition: transform 0.9s ease-in-out;}
.section-industries .industry-item:hover .industry-image img{transform: scale(1.25);}
.section-industries .industry-item .industry-content{max-width: 445px; width: 100%; background-color: var(--shades03); border-right: 10px solid var(--shades05); padding: 20px 16px; position: absolute; bottom: -45px; left: 12px;}
.section-industries .industry-item .industry-content-title{font-size: 20px;line-height: 1.5; font-weight: 600;color: var(--shades01);text-transform: uppercase;margin: 0 0 5px;}
.section-industries .industry-item .industry-excerpt{font-size: 16px;line-height: 1.5;color: var(--shades06);  display: -webkit-box; -webkit-line-clamp: 2;   /* Limit to 2 lines */ -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;}
/* ********|| INDUSTRY SECTION END ||******** */ 

/* ********|| INDUSTRY SECTION DETAILS START ||******** */ 
.section-industry-details{position: relative;padding: 100px 0;}
.section-industry-details .title{font-size: 60px; line-height: 1; font-weight: 700; color: var(--shades03); text-transform: uppercase; margin: 0 0 150px 0; max-width: 900px; width: 100%;}
.section-industry-details .industry-lists{display: grid;grid-template-columns: repeat(3, minmax(0, 1fr));gap: 40px;}
.section-industry-details .industry-lists .industry-item{background-color: var(--wild-sand); padding: 100px 40px 50px; position: relative;}
.industry-lists .industry-item .item-image{width: 180px; aspect-ratio: 9 / 7; overflow: hidden; position: absolute; top: -70px;}
.industry-lists .industry-item .item-image img { width: 100%; height: 100%; object-fit: contain; }
.industry-lists .industry-item .title { font-size: 24px; line-height: 1.25; color: var(--shades03); text-transform: uppercase; font-weight: 700; margin: 0 0 8px 0; }
.industry-lists .industry-item .description{font-size: 18px; line-height: 1.5; color: var(--shades04);}
section.our-solutions-section{overflow: hidden;}
section.our-solutions-section.usecase {background: linear-gradient(135deg, #ffc4c5, #b5e5fd);}
.usecase .solutions-wrapper .solutions-image-box{border-radius: 20px; overflow: hidden; aspect-ratio: 5 / 3;}
.usecase .solutions-wrapper .solutions-image-box img{height: 100%; object-fit: cover;}
.our-solutions-section.usecase .solutions-heading { font-size: 48px; line-height: 1.2; font-weight: 700; text-transform: uppercase; color: var(--shades03); margin: 0 0 20px; text-align: left;}
.our-solutions-section.usecase .solutions-wrapper .solutions-description{color: var(--shades02);}
/* ********|| INDUSTRY SECTION DETAILS END ||******** */ 

/* ********|| CAREER SECTION START ||******** */ 
.section-jobs{padding:100px 0; overflow: hidden;}
.section-jobs .container{display: grid;grid-template-columns: repeat(2, minmax(0, 1fr));gap: 32px;}
.section-jobs .job-list{width: 100%;}
.section-jobs .job-list .job-item + .job-item{margin: 16px 0 0 0;}
.job-list .job-item{padding: 20px 24px;	box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);border: 2px solid rgba(var(--shades04-rgb), 0.2);cursor: pointer;}
.job-list .job-item.active{border-color: var(--blue);}
.job-item .job-list-top{display: flex ; align-items: center; justify-content: space-between;}
.job-item .job-list-top .job-item-wrapper{display: flex ; align-items: center; gap: 16px; flex-shrink: 1;gap: 20px;}
.job-item .job-list-top .job-item-wrapper-alt{flex-shrink: 0;display: flex;align-items: center;gap: 14px;}
.job-list-top .job-item-wrapper .job-logo{width: 70px; aspect-ratio: 1 / 1; border-radius: 10px; overflow: hidden;background-color: var(--blue-light); display: none;}
.job-list-top .job-item-wrapper .job-logo img{width: 100%;height: 100%;object-fit: contain;}
.job-list-top .job-item-wrapper .job-role{flex-shrink: 1;}
.job-item-wrapper .job-role .job-title{font-size: 1.25rem; line-height: 1.4; font-weight: 700;color: var(--shades03);text-transform: capitalize;overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;}
.job-item-wrapper .job-role .job-code{display: flex;}
.job-item-wrapper .job-role .job-code .job-code-label{font-size: 14px;font-weight: 500;line-height: 1.5;color: var(--shades03);text-transform: uppercase;}
.job-item-wrapper .job-role .job-code .job-code-meta{font-size: 14px;font-weight: 400;line-height: 1.5;color: var(--shades03);text-transform: uppercase;}
.job-item-wrapper-alt .job-salary-range{background-color: var(--blue);padding: 6px 12px;color: var(--shades01);font-size: 16px;line-height: 1.5; font-weight: 500;border-radius: 4px;overflow: hidden;}
.job-item-wrapper-alt .job-vacancy{background-color: var(--blue-light);padding:6px 12px; color: var(--blue);font-size: 16px;line-height: 1.5;font-weight: 500;border-radius: 4px;overflow: hidden;}
.job-item .job-meta{display: flex;align-items: start;justify-content: space-between;gap: 20px;margin: 14px 0 20px 0;}
.job-item .job-meta .job-meta-list{display: flex;align-items: center;gap:14px;flex-wrap: wrap;flex-shrink: 1;}
.job-meta .job-meta-list .job-meta-item{padding: 8px;background-color: var(--wild-sand);font-size: 14px;line-height: 1.5;color: var(--shades03);font-weight: 500;text-transform: capitalize;border-radius: 4px;overflow: hidden;}
.job-item .job-meta .job-post{font-size: 18px;line-height: 1.3;color: var(--shades03);flex-shrink: 0;}
.job-list .job-item .job-actions{display: flex;align-items: center;gap: 14px;}
.job-list .job-item .job-actions .btn-action{height: 55px;background-color: var(--blue);display: flex;
align-items: center;justify-content: center;padding: 0 30px; font-size: 18px;line-height: 1.2;color: var(--shades01);font-weight: 500;text-transform: uppercase;border: 1px solid var(--blue);cursor: pointer;gap: 8px; transition: color 0.3s ease; z-index: 1; position: relative;}
.job-list .job-item .job-actions .learn-more{height: 55px;background-color: transparent;display: flex;
align-items: center;justify-content: center;padding: 0 30px; font-size: 18px;line-height: 1.2;color: var(--blue);font-weight: 500;text-transform: uppercase;border: 1px solid var(--blue);cursor: pointer;}
.job-list .job-item .job-actions .btn-action i{transition: transform 0.3s ease;}
.job-list .job-item .job-actions .btn-action:hover i{transform: translateX(6px);}
.job-list .job-item .job-actions .btn-action:hover{background: #eb595e; color: var(--shades01);}
.job-list .job-item .job-actions .btn-action:before{content: ''; position: absolute; top: 0; left: 0; width: 0%; height: 100%; background-color: #ed1a2a; z-index: -1; transition: width 0.4s ease;}
.job-list .job-item .job-actions .btn-action:hover::before{width: 100%;}
.section-jobs .job-description{padding: 25px;box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1); border: 1px solid rgba(var(--shades04-rgb), 0.2);position: sticky;top: 120px;}
.job-description .job-description-header{display: flex;align-items: center; justify-content: space-between;gap: 20px;padding: 0 0 20px 0;border-bottom: 1px solid rgba(var(--shades04-rgb), 0.2);margin: 0 0 20px;}
.job-description .job-description-header .job-description-wrapper{display: flex;align-items: center; justify-content: space-between;gap: 14px;}
.job-description-header .job-description-wrapper .job-logo{width: 70px; aspect-ratio: 1 / 1; border-radius: 10px; overflow: hidden; background-color: var(--blue-light); display: none;}
.job-description-header .job-description-wrapper .job-logo img{width: 100%; height: 100%; object-fit: contain;}
.job-description-header .job-description-wrapper .job-title{font-size: 24px; line-height: 1.4; font-weight: 500; color: var(--shades03); text-transform: capitalize; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;}
.job-description-header .job-description-wrapper .job-title span{display: inline; color: #f43345;}
.job-description-header .job-description-wrapper .job-code { display: flex ; }
.job-description-header .job-description-wrapper .job-code-meta { font-size: 16px; font-weight: 400; line-height: 1.5; color: var(--shades03); text-transform: uppercase; }
.job-description-header .job-description-wrapper .job-code-label { font-size: 16px; font-weight: 500; line-height: 1.5; color: var(--shades03); text-transform: uppercase; }
.job-description .job-description-header .job-description-actions{display: flex;}
.job-description-actions .btn-action{height: 50px;background-color: var(--blue);padding: 0 33px; display: flex;align-items: center; justify-content: center;color: var(--shades01);font-size: 18px;font-weight: 500;line-height: 1.3;text-transform: uppercase;border: 1px solid var(--blue);}
.job-description .job-meta { display: flex ; align-items: start; justify-content: space-between; gap: 20px; margin: 0 0 20px;}
.job-description .job-meta .job-meta-list{flex-shrink: 1; display: flex ; align-items: center; gap: 14px; flex-wrap: wrap; }
.job-description .job-meta .job-meta-list .job-meta-item{padding: 8px; background-color: var(--wild-sand); font-size: 14px; line-height: 1.5; color: var(--shades03); font-weight: 500; text-transform: capitalize; border-radius: 4px; overflow: hidden; }
.job-description .job-meta .job-post { font-size: 18px; line-height: 1.3; color: var(--shades03); flex-shrink: 0; }
.job-description .job-about{position: relative;margin: 0 0 20px;}
.job-description .job-about .job-about-title{font-size: 20px;line-height: 1;color: var(--shades03);font-weight: 600;margin: 0 0 15px;text-transform: capitalize;}
.job-description .job-about .job-about-description{font-size: 15px;line-height: 1.5;color: var(--shades04);}
.job-description .job-skill{position: relative;margin: 0 0 20px;}
.job-description .job-skill .job-skill-title{font-size: 20px;line-height: 1;color: var(--shades03);font-weight: 600;margin: 0 0 15px;text-transform: capitalize;}
.job-description .job-skill .job-skill-description{font-size: 15px; line-height: 1.2;color: var(--shades04);}
/* .career-modal{position: fixed;left: 0;top: 0;width: 100%;height: 100vh;background-color: rgba(var(--shades02-rgb), 0.5);z-index: 10;display: none;align-items: center;justify-content: center;transition: all 0.5s ease;} */

/* .career-modal.show{display:flex} */
.career-modal { position: fixed; left: 0; top: 0; width: 100%; height: 100vh; background-color: rgba(var(--shades02-rgb), 0.5); z-index: 50; display: flex; /* Always flex now */ align-items: center; justify-content: center; transition: all 0.5s ease; visibility: hidden; opacity: 0; pointer-events: none; } .career-modal.show { visibility: visible; opacity: 1; pointer-events: auto; }
.career-modal .career-modal-container{margin: auto; max-width: 1000px; position: relative; z-index: 11; width: 100%; background-color: var(--shades01); max-height: 85%; height: 100%; overflow: auto;}
.career-modal .career-modal-container .career-modal-top{display: flex;align-items: center;padding: 20px 40px;border-bottom: 1px solid rgba(var(--shades04-rgb), 0.2);gap: 24px;}
.career-modal .career-modal-container .job-logo{width: 80px;aspect-ratio: 1 / 1;overflow: hidden;background-color: var(--blue-light);border-radius: 10px;flex-shrink: 0; display: none;}
.career-modal .career-modal-container .job-logo img{width: 100%;height: 100%;object-fit: contain;}
.career-modal .career-modal-container .job-role{flex-shrink: 1;}
.career-modal .career-modal-container .close-modal{flex-shrink: 0;margin-left: auto;background-color: transparent;cursor: pointer;font-size: 24px;color: var(--shades03);border: transparent;}
.career-modal-container .job-role .job-title{font-size: 28px;line-height: 1.5;color: var(--shades03);font-weight: 600;text-transform: capitalize;}
.career-modal-container .job-role .job-code{display: flex;align-items: center;}
.career-modal-container .job-role .job-code .job-code-label{font-size: 18px;line-height: 1.5;color: var(--shades03);font-weight: 500;}
.career-modal-container .job-role .job-code .job-code-meta{font-size: 18px;line-height: 1.5;color: var(--shades03);}
.career-modal .career-modal-container .career-form{padding: 20px 40px;}
.career-modal-container .career-form .form-container{display: grid;grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 25px;row-gap: 15px;margin: 0 0 15px;}
.career-modal-container .career-form .form-container .form-group{margin:0;align-self: flex-end;}
.career-form .form-container .form-label{font-size: 16px;line-height: 1.5;color: var(--shades04);margin: 0 0 6px;font-weight: 400;text-transform: capitalize;}
.career-form .form-container .form-control{height: 50px;min-height: 50px; padding: 0 20px;color: var(--shades03);font-size: 18px;font-weight: 500;border: 1px solid var(--shades07);font-family: "Poppins", sans-serif;transition: all 0.3s ease;}
.career-form .form-container .form-control::placeholder {
  font-size: 14px;
  color: #bfbfbf;
}
.career-form .form-container .form-control::-webkit-input-placeholder {
  color: #bfbfbf;
}
.career-form .form-container .form-control:-ms-input-placeholder {
  color: #bfbfbf;
}
.career-form .form-container .form-control::-ms-input-placeholder {
  color: #bfbfbf;
}
.career-form .form-container  .form-select{width:100%; height: 50px;padding: 0 20px;color: var(--shades03);font-size: 18px;font-weight: 500;border: 1px solid var(--shades07);font-family: "Poppins", sans-serif;transition: all 0.3s ease;}
.career-form .form-container .form-control:focus, .career-form .form-container  .form-select:focus{border: 1px solid var(--blue);}
.career-form .form-container .form-control ::placeholder { color: #bfbfbf; opacity: 1;} .career-form .form-container .form-control::-ms-input-placeholder {color: #bfbfbf; }
.career-form .form-action{display: flex;margin: 24px 0 0;align-items: center;}
.career-form .form-action .btn-submit{position: relative;font-size: 18px; font-weight: 500; color: var(--shades01); background-color: var(--blue); height: 50px; display: flex ; align-items: center; justify-content: center; padding: 0 32px; cursor: pointer; gap: 10px; line-height: 1; transition: all 0.3s ease;border: 1px solid var(--blue);text-transform: capitalize;}
.career-form .form-action .btn-submit input { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; opacity: 0; cursor: pointer; margin: 0; }
.job-swiper .swiper-wrapper{flex-direction: column; row-gap: 32px;}
.job-swiper .swiper-button-prev{display: none;}
.job-swiper .swiper-button-next{display: none;}
/* ********|| CAREER SECTION END ||******** */


/* ********|| ABOUT SECTION START ||******** */
.our-mission{position: relative;padding: 200px 0 100px;}
.our-mission .container{display: grid;grid-template-columns: repeat(4, minmax(0, 1fr));gap: 17px;}
.our-mission .mission-item{background-color: var(--wild-sand);padding: 100px 40px 50px;position: relative;}
.our-mission .mission-item .item-image{width: 150px;aspect-ratio: 9 / 7;overflow: hidden;position: absolute;top: -70px;}
.our-mission .mission-item .item-image img{width: 100%;height: 100%;object-fit: contain;}
.our-mission .mission-item .mission-title{font-size: 1.25rem;line-height: 1.25;color: var(--shades03);text-transform: capitalize;font-weight: 600;margin: 0 0 8px 0;}
.our-mission .mission-item .mission-description{font-size: 18px;line-height: 1.5;color: var(--shades04);}
.section-methodology { position: relative;padding: 100px 0;}
.section-methodology .title{font-size: 2.25rem;line-height: 1;color: var(--shades03);font-weight: 300;text-align: center;text-transform: capitalize;margin: 0 auto 10px auto;max-width: 800px;width: 100%;}
.section-methodology .title span{display: inline; color: #f43345;}
.section-methodology .description{max-width: 800px;width: 100%;margin: 0 auto 100px auto;text-align: center;color: var(--shades04);font-size: 20px;line-height: 1.5;}
.section-methodology .methodology-lists{display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 17px; }
.section-methodology .methodology-lists .methodology-item{background: var(--shades01); border-radius: 24px; padding: 24px; box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1); border: 1px solid var(--shades06); transition: all 0.3s ease; position: relative; overflow: hidden;}
.section-methodology .methodology-lists .methodology-item:hover{transform: translateY(-8px); box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);}
.section-methodology .methodology-lists .methodology-item.strategy { --gradient: linear-gradient(135deg, #3b82f6, #6366f1); }
.section-methodology .methodology-lists .methodology-item::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: var(--gradient); opacity: 0; transition: opacity 0.3s ease; border-radius: 1.5rem; }
.section-methodology .methodology-lists .methodology-item:hover::before { opacity: 0.05; }
.methodology-lists .methodology-item .icon-container { width: 4rem; height: 4rem; border-radius: 1rem; display: flex; align-items: center; justify-content: center; margin-bottom: 1.5rem; transition: transform 0.3s ease; color: var(--shades01); font-size: 30px; border: 2px solid;}
.section-methodology .methodology-lists .methodology-item:hover .icon-container { transform: scale(1.1); }
.methodology-lists .methodology-item .methodology-title{ font-size: 1.25rem; font-weight: 600; color: #0f172a; margin-bottom: 1rem; transition: color 0.3s ease; text-transform: capitalize;}
.methodology-lists .methodology-item:hover .methodology-title{ color: var(--blue); }
.methodology-lists .methodology-item .methodology-description{font-size: 18px;line-height: 1.5;color: var(--shades04);}      
.accordion-section {position: relative; padding: 80px 0; background: linear-gradient(135deg, var(--blue-lighter) 0%, #e0e7ff 50%, #f3e8ff 100%);  overflow: hidden; }
.accordion-section .we-do-wrapper{display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 80px;}
.accordion-section .offering-wrapper{ display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 80px;}
.accordion-section .service-detail-descriptions{font-size: 18px; color: var(--shades04); line-height: 1.5; margin: 0 auto 56px; text-align: center; max-width: 1200px;}
.accordion-section .content-left { display: flex; flex-direction: column; position: relative; z-index: 1; height: 100%;}
.accordion-section .title{ font-size: 2.25rem; font-weight: 300; line-height: 1.1; color: var(--shades03); text-transform: capitalize; margin: 0 0 20px; padding: 0; line-height: 1.3;}
.accordion-section .title span{ display: inline; color: #f43345;}
.accordion-section .description { font-size: 16px; line-height: 1.5; color: var(--shades04); margin: 0 0 20px;}
.accordion-section .description strong { color: var(--big-stone); }
.accordion-section .accordian-actions {display: flex;}
.accordion-section .accordian-actions .btn-action { position: relative; height: 70px; padding: 0 45px; display: inline-flex; gap: 8px; overflow: hidden; transition: color 0.3s ease; align-items: center; justify-content: center; text-transform: capitalize; font-size: 20px; font-weight: 500; color: var(--shades03); background-color: var(--shades01);border: transparent; z-index: 1;}
.accordion-section .accordian-actions .btn-action span { position: relative; z-index: 10; }
.accordion-section .accordion-container { display: flex; flex-direction: column; gap: 16px; position: relative;z-index: 2;}
.accordion-section .accordion-item { border: 1px solid #e5e7eb; border-radius: 12px; background: white; box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1); transition: all 0.3s ease; overflow: hidden; }
.accordion-section .accordion-item:hover { box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1); }
.accordion-section .accordion-item .accordion-trigger{ width: 100%; padding: 24px 32px; background: none; border: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; text-align: left; transition: background-color 0.2s ease; }
.accordion-section  .accordion-trigger:hover { background-color: #f9fafb; }
.accordion-section  .accordion-trigger:focus { outline: 2px solid var(--blue); outline-offset: -2px; }
.accordion-section .question { font-size: 1.125rem; font-weight: 600; color: var(--shades04); padding-right: 16px; }
.accordion-section .chevron { width: 24px; height: 24px; color: #f43345; transition: transform 0.3s ease; flex-shrink: 0; }
.accordion-section .accordion-item.active .chevron { transform: rotate(180deg); }
.accordion-section .accordion-item.accordion-content{ overflow: hidden; transition: max-height 0.5s ease, opacity 0.3s ease; max-height: 0; opacity: 0; }
.accordion-section .accordion-item.active .accordion-content { max-height: 400px; opacity: 1; }
.accordion-section .accordion-item .content-inner {padding: 8px 32px 24px; color: var(--shades04);font-size: 16px;line-height: 1.5;}
.accordion-section .bg-decoration { position: absolute; border-radius: 50%; opacity: 0.2; animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite; }
.accordion-section .bg-decoration-1 { top: 80px; left: 40px; width: 80px; height: 80px; background-color: var(--blue-light); }
.accordion-section .bg-decoration-2 { bottom: 80px; right: 40px; width: 128px; height: 128px; background-color: #ddd6fe; animation-delay: 300ms; }
.accordion-section .bg-decoration-3 { top: 50%; left: 25%; width: 64px; height: 64px; background-color: #c7d2fe; animation-delay: 700ms; }
.accordion-section .accordian-actions .btn-action i{transition: transform 0.3s ease;}
.accordion-section .accordian-actions .btn-action:hover i{transform: translateX(6px);}
.accordion-section .accordian-actions .btn-action:hover{background: #eb595e; color: var(--shades01);}
.accordion-section .accordian-actions .btn-action:before{content: ''; position: absolute; top: 0; left: 0; width: 0%; height: 100%; background-color: #ed1a2a; z-index: -1; transition: width 0.4s ease;}
.accordion-section .accordian-actions .btn-action:hover::before{width: 100%;}
@keyframes pulse {
    0%, 100% {
        opacity: 0.2;
    }
    50% {
        opacity: 0.4;
    }
}

/* SERVICE DETAILS START */
.section-banner .banner-wrap .hero-video { position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 1; }
.section-banner .banner-wrap .hero-video video { width: 100%; height: 100%; object-fit: cover; object-position: top;}
.about-content{position: relative;}
.about-content .about-inner-wrap { display: flex; justify-content: space-between; overflow: hidden;}
.about-image-container img{width: 100%; height: 100%; object-fit: cover;}
.about-content .content-left { width: 50%; background-color: var(--blue-lighter); display: flex; flex-direction: column; align-items: start; justify-content: center; padding: 120px 60px 120px 7.5%;}
.about-image-container { aspect-ratio: 7 / 5; overflow: hidden; flex-shrink: 0; width: 50%;}
.about-content .content-left .title { font-size: 2.25rem; font-weight: 300; text-transform: capitalize; margin: 0 0 20px; color: var(--shades03);}
.about-content .content-left .title span{display: inline; color: #f43345;}
.about-content .description { font-size: 16px; line-height: 1.5; color: var(--shades04);}
.about-content .description ul{ display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px; margin: 30px 0 0;}
.about-content .description ul li{ color: var(--big-stone); font-size: 18px; position: relative; padding-left: 36px; line-height: 1.4; font-weight: 500; text-transform: capitalize;}
.about-content .description ul li::before{ color: #f47176; font-size: 16px; position: absolute; left: 0; content: "\f00c"; font-family: "Font Awesome 6 Pro"; font-weight: 600;}
/* SERVICE DETAILS END */

/* BENEFITS START */
.section-benefits{padding: 80px 0; overflow: hidden;}
.section-benefits .title{font-size: 2.25rem; line-height: 1.2; font-weight: 300; text-align: center; text-transform: capitalize; padding: 0 220px; color: var(--shades03); margin: 0 0 20px;margin: 0 0 20px;}
.section-benefits .title span{color: #f43345;}
.section-benefits h2{  margin: 0px;  text-align: center;}
.section-benefits .benefits-container{display: flex; align-items: center; width: 100%; gap: 50px;}
.benefits-container .benefits-list{max-width: 970px; width: 100%; background-color: var(--wild-sand); padding: 37px 27px; flex-shrink: 1; display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px;}
.benefits-list .benefit-item{padding: 18px 20px; border-radius: 20px; background-color: var(--shades01); display: flex; align-items: start; gap: 13px;flex-direction: column;}
.benefits-list .benefit-item .icon{width: 70px; height: 70px; border-radius: 50px; background-color: #007fbd; color: var(--shades01); font-size: 25px; display: flex; justify-content: center; align-items: center; border: 3px solid #e53a05; box-shadow: 0 3px 3px 1px rgba(0, 0, 0, 0.1); flex-shrink: 0; margin: 0 0 0;}
.benefits-list .benefit-item .item-image{width: 100%; aspect-ratio: 5 / 3; overflow: hidden;}
.benefits-list .benefit-item .item-image img{width: 100%;height: 100%;object-fit: cover;}
.benefits-list .benefit-item .icon i{font-size: 25px; font-weight: 300;}
.benefits-list .benefit-item .content{flex-shrink: 1;}
.benefits-list .benefit-item .benefit{font-size: 18px; color: var(--shades04); line-height: 1.5;font-weight: 600;}
.benefits-list .benefit-item .benefit-description{font-size: 16px; color: var(--shades08); line-height: 1.5;}
.benefits-container .benefit-img{max-width: 560px; width: 100%; height: auto; overflow: hidden;}
.benefit-img .benefit-img-wrap{width: 100%; height: 100%;}
.benefit-img .benefit-img-wrap img{width: 100%; height: 100%; object-fit: cover;}
/* BENEFITS END */

/* SOLUTION START */
/* ********|| ABOUT SECTION END ||******** */
/* SERVICE DETAILS START */
.section-hero.inner-hero{  height: calc(790px - 120px); overflow: hidden;}
.section-hero .banner-img{height: 666px; width: 100%; overflow: hidden; position: absolute; left: 0; top: 0; z-index: -1;}
.section-hero .banner-img img{width: 100%; height: 100%; object-fit: cover;}
.section-hero .banner-img + .container + .hero-overlay{max-height: 666px; height: 100%;}
.section-hero .banner-img + .container .hero-content .hero-title {translate: none; rotate: none !important; scale: none !important; opacity: 1 !important; transform: none !important; text-transform: uppercase;}
.section-service-detail{position: relative; padding: 80px 0;}
.section-service-detail .service-details-container{position: relative; height: 100%; width: 100%; display: flex; align-items: center;}
.section-service-detail .service-details-container .service-detail-image { max-width: 800px; width: 100%; height: 800px; overflow: hidden; flex-shrink: 0; }
.section-service-detail .service-details-container .service-detail-image .img-wrap{width: 100%;height: 100%;}
.service-details-container .service-detail-image .img-wrap img{width: 100%; height: 100%; object-fit: cover;}
.service-detail-image   .alt-img-wrap{position: absolute; left: 0; top: 0; width: 346px; height: 346px; overflow: hidden; padding: 0; z-index: -1;}
.service-detail-image   .alt-img-wrap img{width: 100%; height: 100%;  object-fit: fill;}
.service-details-content { position: absolute;right: 0; z-index: 2; max-width: 820px; width: 100%; padding: 90px 50px; background-color: var(--shades01); box-shadow: 0px 0px 14px #CACACA; flex-shrink: 0; }
.service-details-content h2{font-size: 50px; font-weight: 700; color: var(--shades03); line-height: 1.2; text-transform: uppercase; margin: 0; margin-bottom: 26px}
.service-details-content .service-detail-descriptions{color: var(--shades04); font-size: 1.25rem; font-weight: 400; line-height: 28px;}  
.service-detail-descriptions a:hover{background: #eb595e; color: var(--shades01);}
.service-detail-descriptions a:before{content: ''; position: absolute; top: 0; left: 0; width: 0%; height: 100%; background-color: #ed1a2a; z-index: -1; transition: width 0.4s ease;}
.service-detail-descriptions a:hover::before{width: 100%;}
/* SERVICE DETAILS END */

.get-in-touch { position: relative; padding: 100px 0; overflow: hidden;}
.contact-title { font-size: 2.25rem; font-weight: 300; color: var(--shades03); max-width: 600px; width: 100%; line-height: 1.2; text-transform: capitalize; } 
.contact-title .title { margin: 0; font-weight: 300;} 
.contact-title .title span{display: inline; color: #f43345;} 
.contact-info-area { padding: 100px 0 0; display: flex; gap: 70px; }
.contact-details .info-title { color: var(--shades03); font-weight: 500; font-size: 30px; line-height: 1.4; margin: 0 0 50px; } 
.contact-form .info-title { color: var(--shades03); font-weight: 500; font-size: 30px; line-height: 1.4; margin: 0 0 40px; }
.contact-details { max-width: 480px; width: 100%; border-right: 1px solid var(--shades07); padding-right: 100px; } 
.contact-form { max-width: 1030px; width: 100%; } 
.contact-details .info-list li { display: flex; list-style: none; gap: 12px; margin-bottom: 30px; }
.contact-details .info-list li a { display: flex; justify-content: space-between; gap: 12px; }
.contact-details .info-list li a span { background-color: var(--blue); width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; color: var(--shades01); border-radius: 50px; flex-shrink: 0; }
.contact-details .info-list li span { background-color: var(--blue); width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; color: var(--shades01); border-radius: 50px; flex-shrink: 0; } 
.contact-details .info-list li .phone { display: flex; flex-direction: column; row-gap: 5px; } 
.contact-details .info-list li .phone .ph-title { margin: 0; color: var(--shades03); font-weight: 400; font-size: 12px; text-transform: capitalize; }
.contact-details .info-list li .phone .ph-number { margin: 0; color: var(--shades03); font-weight: 400; font-size: 16px; line-height: 1.5;}
.contact-details .info-list li .phone .email-title { margin: 0; color: var(--shades03); font-weight: 400; font-size: 12px; text-transform: capitalize; }
.contact-details .info-list li .phone .mail-id { margin: 0; color: var(--shades03); font-weight: 400; font-size: 16px; }
.contact-details .info-list li .phone .address-title { margin: 0; color: var(--shades03); font-weight: 400; font-size: 12px; text-transform: capitalize; }
.contact-details .info-list li .phone .address { margin: 0; color: var(--shades03); font-weight: 400; font-size: 16px; line-height: 1.4; }
.contact-details .social-list { display: flex; align-items: center; gap: 10px; }
.contact-details .social-list li a { width: 50px; height: 50px; border-radius: 50px; display: flex; align-items: center; justify-content: center; border: 1px solid #f43345; color: #f54b5b; font-size: 21px; transition: all 0.3s ease-in-out; } 
.contact-details .social-list li a:hover { border: 1px solid transparent; background-color: var(--blue); color: var(--shades01); } 
.contact-form .form-group-wrap { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.contact-form .form-group-wrap .form-group { position: relative; margin: 0 0 24px; width: 100%; } 
.contact-form .form-group .form-control { border: 1px solid var(--shades07); } 
input.form-control::-webkit-input-placeholder { color: var(--shades10); } 
input.form-control:-ms-input-placeholder { color: var(--shades10); } 
input.form-control::placeholder { color: var(--shades10); }
input.submit-btn { color: var(--shades01); border: none; text-transform: capitalize; font-weight: 500; width: 200px; height: 65px; font-size: 18px; cursor: pointer; margin-top: 20px; align-items: center; justify-content: center; background-color: var(--blue); position: relative; display: inline-flex; gap: 8px; text-decoration: none; overflow: hidden !important; transition: color 0.3s ease; z-index: 1;}
input.submit-btn:before{content: ''; position: absolute; top: 0; left: 0; width: 0%; height: 100%; background-color: #ed1a2a; z-index: -1; transition: width 0.4s ease;}
input.submit-btn:hover{background: #eb595e;}
input.submit-btn:hover::before{width: 100%;}
.wpcf7-not-valid-tip{font-size: 11px; position: relative; bottom: -3px;}
.wpcf7 form .wpcf7-response-output{font-size: 13px;}
.career-form .form-container textarea.form-control{height: auto; padding: 20px;}
.career-modal-container .career-form .form-container .form-group:last-child {grid-column: 1 / -1;}
.career-form .form-container .wpcf7-file.form-control{padding: 12px 20px; font-size: 15px; font-weight: 400;}
/* .search-dropdown form { display: flex; gap: 10px; max-width: 800px; justify-content: center; width: 100%; margin: 0 auto; } */
.search-dropdown input { padding: 18px; font-size: 16px; border: 1px solid var(--wild-sand); background-color: var(--wild-sand);}
/* .submit-search { color: var(--shades02); border: none; padding: 0 22px; cursor: pointer; display: flex; align-items: center; justify-content: center; background: transparent; font-size: 20px;} */
/* ********|| CONTACT PAGE END ||********* */

/* ********|| NEWS PAGE START ||******** */
.section-post{position: relative; padding: 50px 0; }
.section-post .container{display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin: 47px auto 0;}
.post-item{width: 100%; position: relative; border-radius: 10px; overflow: hidden; box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.1); background: var(--shades01); height: 100%;display: block;}
.post-item:hover .feathered-image img{transform: scale(1.25);}
.post-item .feathered-image{width: 100%; aspect-ratio: 5 / 3.2; overflow: hidden;}
.post-item .feathered-image img{width: 100%; height: 100%; object-fit: cover;transition: transform 0.9s ease-in-out;}
.post-item .post-content{padding: 20px;}
.post-meta{font-size: 16px; display: flex; align-items: center;  color: var(--shades04); margin:0 0 20px; gap: 12px; position: absolute; top: 24px;}  
.post-date{position: relative; background-color: var(--blue); color: var(--shades01); text-align: center;}
.post-date .date-box span{display: inline-block; width: 100%; padding: 10px 0; background-color: var(--shades01); color: var(--shades05); font-weight: 500; font-size: 18px;}
.post-date .date-box span + span{padding: 7px 0; display: inline-block; background-color: var(--blue); color: var(--shades01); font-size: 13px; text-transform: uppercase;}
.post-by { display: flex; gap: 6px; align-items: center; margin: 28px 0 0px;}
.post-by .admin-img { width: 35px; height: 35px; background-color: var(--blue); color: var(--shades01); border-radius: 50px; display: flex; justify-content: center; align-items: center; font-size: 13px; flex-shrink: 0; overflow: hidden; border: 2px solid var(--shades06);}
.post-by .post-by-title { font-weight: 600; font-size: 14px; text-transform: capitalize;}
.post-content h3{margin: 0; font-weight: 600; font-size: 20px; margin:0 0 20px; color: var(--shades03); line-height: 1.5;}
.post-content .post-excerpt{font-size: 18px; color: var(--shades04); line-height: 1.6;margin: 0 0 20px; position: relative; padding: 0 0 0 25px;}
.post-content .post-excerpt::before{content: ""; position: absolute; top: 5px; left: 0; width: 16px; height: 16px; background-image: url(../images/svgviewer-png-output.png); background-size: contain; background-repeat: no-repeat;}
.post-action .btn-action{color: var(--blue); font-size: 18px; font-weight: 500; transition: all 0.3s ease-in-out;}
.post-action button.btn-action{color: var(--blue); font-size: 18px; font-weight: 500; transition: all 0.3s ease-in-out; border: none; background: transparent; cursor: pointer;}
.post-action .btn-action:hover{color: var(--shades03);}
.section-related-news{position: relative;padding: 150px 0;}
.section-related-news .title{font-size: 2.25rem; line-height: 1.2; font-weight: 300; text-align: center; margin: 0 0 20px; text-transform: capitalize;}
.post-category { background-color: var(--blue); font-size: 14px; width: 95px; text-align: center; padding: 5px 0; margin: 0 0 16px; border-radius: 22px;color: var(--shades01);}
.post-category a{color: var(--shades01);}
.section-related-news .swiper-pagination{position: relative; bottom: 0; top: 0; margin: 30px 0 0;}
.newsswiper .swiper-slide{height: auto !important;}
.swiper.newsswiper{padding: 22px;}
/* ********|| NEWS PAGE END ||******** */
.service-detail-descriptions a{height: 70px; padding: 0 45px; align-items: center; justify-content: center; text-transform: capitalize; font-size: 20px; font-weight: 500; color: var(--shades01); background-color: var(--blue); position: relative; display: inline-flex; gap: 8px; text-decoration: none; overflow: hidden; transition: color 0.3s ease; z-index: 1; max-width: 100%;margin:  15px 0 0 ;}
section.section-solutions { background-color: var(--blue-lighter); padding: 100px 0; margin: 120px 0 0;}
section.section-solutions > p > strong{font-size: 22px;}
.section-solutions p, .section-solutions li { font-size: 16px; line-height: 1.7; color: #333;}
.section-solutions ol, .section-solutions ul { margin-left: 10px; padding-left: 10px;}
.section-solutions strong {color: #111;}
.section-solutions b { font-weight: 800; color: var(--shades03); text-transform: uppercase; font-size: 15px;}
.section-solutions h4 strong b{font-size: 20px; color: var(--shades04);}
.section-solutions h3 strong b{font-size: 25px; border-bottom: 1px dashed;}
.section-solutions ol > li { font-size: 20px; font-weight: 700; margin-top: 30px; color: #004f4f;}
.section-solutions ul li { margin-bottom: 10px; list-style: disc;}
.section-solutions p {margin-bottom: 15px;}
.section-solutions p strong b { color: var(--shades03); text-transform: capitalize; font-weight: 500; font-size: 15px;}
.section-solutions ul { margin-top: 10px; margin-bottom: 30px;}
.section-solutions h4, .section-solutions h5 {margin-top: 20px;font-weight: 600;color: #006666;}
.section-solutions ol > li:not(:first-child)::before { content: ''; display: block; height: 2px; background-color: #ddd; margin: 40px 0 20px;}
.section-solutions.industry-section{background-color: transparent; margin: 0;}
.section-solutions.industry-section p strong b{font-weight: 600; font-size: 18px;}
.section-about .content-description a{height: 70px; padding: 0 17px; display: flex; align-items: center; justify-content: center; text-transform: capitalize; font-size: 17px; font-weight: 500; color: var(--shades01); background-color: var(--blue); max-width: 230px; margin: 20px 0 0;}
.section-post.home-section-post{position: relative;background-color: var(--blue-lighter); padding: 90px 0;}
.section-post.home-section-post .title{font-size: 2.25rem; line-height: 1.2; font-weight: 300; text-align: center; margin: 0 0 20px; text-transform: capitalize;}
.section-post.home-section-post .title span{display: inline; color: #f43345;}
/*-------SEKELTON LOADER--------*/
/* Animation */
@keyframes shimmer {
  0% {
    background-position: -200px 0;
  }
  100% {
    background-position: calc(200px + 100%) 0;
  }
}
.skeleton .shimmer-line, .skeleton .shimmer-pill, .skeleton .shimmer-box { background: linear-gradient( 90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75% ); background-size: 200% 100%; animation: shimmer 1.2s infinite; border-radius: 4px; margin-bottom: 10px; }
.shimmer-box { width: 70px; height: 70px; border-radius: 10px; } 
.shimmer-pill { display: inline-block; height: 24px; width: 100px; border-radius: 9999px; margin-right: 10px; } .shimmer-line { height: 16px; width: 100%; }
.shimmer-title { width: 200px; height: 24px; } 
.shimmer-code-label { width: 100px; height: 14px; } 
.shimmer-code-meta { width: 80px; height: 14px; margin-left: 10px; }
.shimmer-date { width: 150px; height: 14px; } .shimmer-subtitle { width: 180px; height: 18px; margin-bottom: 15px; }
.short { width: 80%; } 
.shorter { width: 60%; }

/*--------------------- SEARCH PAGE START ---------------------*/
.nav-links { display: flex; justify-content: end; align-items: center; flex-wrap: wrap; gap: 8px; margin-top: 30px; } 
.nav-links .page-numbers { display: inline-block; padding: 10px 16px; font-size: 16px; color: var(--big-stone); border: 1px solid var(--shades06); border-radius: 6px; text-decoration: none; transition: all 0.3s ease; } 
.nav-links .page-numbers:hover { background-color: var(--blue); color: var(--shades01); border-color: var(--shades03); } 
.nav-links .current { background-color: var(--blue); color: var(--shades01); border-color: var(--blue); font-weight: bold; cursor: default; } 
.nav-links .next.page-numbers { font-weight: 500; padding: 10px 18px; }
nav.navigation.pagination .screen-reader-text{display: none;}
nav.navigation.pagination{grid-column: span 3;}
.section-search{position: relative;padding: 50px 0;}
.section-search .search-dropdown { display: block; width: 100%; background: transparent; padding: 15px; box-shadow: none; z-index: 9; opacity: 1; border: none; }
.searchbar .search-dropdown form { display: flex; gap: 10px; max-width: 800px; justify-content: center; width: 100%; margin: 0 auto; position: relative;}
.searchbar .search-dropdown input { padding: 18px; font-size: 16px; border: 1px solid var(--wild-sand); background-color: var(--wild-sand);}
.searchbar .search-dropdown .submit-search { position: absolute; right: 8px; top: 50%; transform: translateY(-50%); width: 40px; height: 40px; background: var(--shades05); color: white; border: none; border-radius: 8px; cursor: pointer; transition: background 0.2s ease;}


/*------- SERVICE DETAILS START -----------*/
.section-solutions-container{position: relative; background-color: var(--wild-sand);padding: 100px 0;}
.section-solutions-container .title{font-size: 48px; line-height: 1.2; font-weight: 700; text-align: center; margin: 0 0 40px; text-transform: uppercase; padding: 0 220px; color: var(--shades03);margin: 0 0 20px;}
.section-solutions-container .description{font-size: 20px; line-height: 1.5; color: var(--shades04); text-align: center; max-width: 960px; margin: 0 auto 80px;}
.section-solutions-container .feature-block{display: grid;grid-template-columns: repeat(3, minmax(0, 1fr));gap: 20px;}
.feature-block .feature-item{border-radius: 20px; padding: 30px;border: 2px solid var(--blue);}
.feature-block .feature-item:hover{transform: scale(1.02);transition: all 0.5s ease;}
.feature-block .feature-item .feature-top{display: flex ; align-items: center; gap: 15px;}
.feature-block .feature-item .feature-top .featured-icon{width: 48px; aspect-ratio: 1 / 1; background: var(--big-stone); flex-shrink: 0; display: flex ; align-items: center; justify-content: center; color: var(--shades01); font-size: 18px; border-radius: 12px;}
.feature-block .feature-item .feature-top .feature-content{flex-shrink: 1;}
.feature-block .feature-item .feature-top .feature-title{font-size: 20px; color: #344256;line-height: 1.2;text-transform: capitalize;letter-spacing: -.025em;margin: 0 0 4px;}
.feature-block .feature-item .feature-lists{font-size: 16px; line-height: 1.5; color: var(--shades03)}
.feature-block .feature-item .feature-lists p{margin: 10px 0;}
.feature-block .feature-item .feature-lists ul{list-style: none;}
.feature-block .feature-item .feature-lists ul li{color: var(--shades03); font-size: 16px; list-style: none; padding: 5px 30px; background-image: url(../images/svgviewer-png-output.png); background-repeat: no-repeat; background-position: left center; background-size: 20px;}
.section-applications{padding: 80px 0;background-color: var(--shades01); overflow: hidden;}
.section-applications .title{font-size: 2.25rem; line-height: 1.2; font-weight: 300; text-align: center;text-transform: capitalize; padding: 0 220px; color: var(--shades03);margin: 0 0 20px;}
.section-applications .title span{color: #f43345;}
.section-applications .description{font-size: 20px; line-height: 1.5; color: var(--shades04); text-align: center; max-width: 960px; margin: 0 auto 20px;}
.section-applications .application-lists{display: grid;grid-template-columns: repeat(4, minmax(0, 1fr));gap: 20px;}
.section-applications .application-lists .application-item{border-radius: 12px;overflow: hidden;box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);background-color: var(--shades01);}
.section-applications .application-lists .application-item .application-content{padding: 24px;}
.section-applications .application-lists .application-item .item-image{width: 100%; aspect-ratio: 5 / 3.5; overflow: hidden;}
.section-applications .application-lists .application-item .item-image img{width: 100%;height: 100%;object-fit: cover;}
.section-applications .application-lists .application-item .item-icon{width: 36px; aspect-ratio: 1 / 1; border-radius: 50%;display: flex;align-items: center;justify-content: center;color: var(--shades08);background-color: rgba(var(--shades04-rgb), 0.2);margin: 0 0 15px;}
.section-applications .application-lists .item-title{font-size: 18px;color: #344256;line-height: 1.2;text-transform: capitalize;    letter-spacing: -.025em;margin: 0 0 15px; }
.section-applications .application-lists .application-item:hover{transform: scale(1.03);transition: all 0.5s ease;}
.section-applications .application-lists .item-description{font-size: 16px; line-height: 1.5; color: #65758b;font-weight: 300;}
.section-keybenefits{padding: 50px 0;background-color: var(--wild-sand);}
.section-keybenefits .title{font-size: 48px; line-height: 1.2; font-weight: 700; text-align: center;text-transform: uppercase; padding: 0 220px; color: var(--shades03);margin: 0 0 20px;}
.section-keybenefits .description{font-size: 20px; line-height: 1.5; color: var(--shades04); text-align: center; max-width: 960px; margin: 0 auto 20px;}
.section-keybenefits .benifit-lists{display: grid;grid-template-columns: repeat(4, minmax(0, 1fr));gap: 20px;}
.section-keybenefits .benifit-lists .benefit-item{position: relative; border-radius: 12px; overflow: hidden; background-color: var(--shades01); padding: 24px; padding: 16px; display: flex ; align-items: center; justify-content: center; flex-direction: column; gap: 15px;box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05); transition: all 0.3s ease;border: 1px solid var(--shades06);}
.section-keybenefits .benifit-lists .benefit-item:hover{box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);transform: scale(1.03);}
.section-keybenefits .benifit-lists .benefit-item .item-icon{width: 36px; aspect-ratio: 1 / 1; border-radius: 50%;display: flex;align-items: center;justify-content: center;color: var(--shades08);background-color: rgba(var(--shades04-rgb), 0.2);}
.section-keybenefits .item-title{font-size: 18px; color: #344256; line-height: 1.2; text-transform: capitalize; letter-spacing: -.025em;text-align: center;}
.section-keybenefits .item-description{font-size: 16px; line-height: 1.5; color: #65758b;text-align: center;font-weight: 300;}
.section-technologytools{padding: 80px 0;background-color: var(--wild-sand);position: relative;z-index: 0;}
.section-technologytools .banner-technology{position: absolute;z-index: 1; width: 100%;height: 100%;left: 0;top: 0;}
.section-technologytools .banner-technology img{width: 100%;height: 100%;object-fit: cover;}
.section-technologytools .container{position: relative;z-index: 2;}
.section-technologytools .title{font-size: 2.25rem; line-height: 1.2; font-weight: 300; text-align: center;text-transform: capitalize; padding: 0 220px; color: var(--shades01);margin: 0 0 20px;}
.section-technologytools .description{font-size: 20px; line-height: 1.5; color: var(--shades01); text-align: center; max-width: 960px; margin: 0 auto 20px;}
.section-technologytools .tools-lists{display: flex; gap: 15px; justify-content: center; flex-wrap: nowrap;}
.section-technologytools .tools-lists .tool-item{position: relative; border-radius: 0; overflow: hidden; background-color: var(--shades01); padding: 16px; display: flex; flex-direction: column; gap: 15px; box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05); transition: all 0.3s ease; width: 100%; border-right: 4px solid #f43345;}
.section-technologytools .tools-lists .tool-item:hover{	box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);transform: scale(1.03);}
.section-technologytools .tools-lists .tool-item .item-title{font-size: 18px; color: #344256; line-height: 1.5; text-transform: capitalize; letter-spacing: -.025em;}
.section-technologytools .tools-lists .tool-item .item-tags{display: flex;flex-wrap: wrap;gap: 5px;}
.section-technologytools .tools-lists .tool-item .item-tags ul{padding: 0;list-style: none;display: flex;gap: 5px;flex-wrap: wrap;}
.section-technologytools .tools-lists .tool-item .item-tags ul li{color: #344256;border-radius: 40px;font-size: 16px;}
.section-choose{padding: 80px 0;background-color: var(--wild-sand);position: relative;z-index: 1;}
.section-choose .choose-image{position: absolute; left: 0; width: 100%; height: 100%; top: 0; z-index: 0;}
.section-choose .choose-image img{width: 100%;height: 100%;object-fit: cover;}
.section-choose .container{position: relative; z-index: 2;}
.section-choose .title{font-size: 2.25rem; line-height: 1.2; font-weight: 300; text-align: center;text-transform: capitalize; padding: 0 220px; color: var(--shades01);margin: 0 0 20px;}
.section-choose  .description{font-size: 20px; line-height: 1.5; color: var(--shades04); text-align: center; max-width: 960px; margin: 0 auto 50px;}
.section-choose .choose-lists{max-width: 100%;margin: 0 auto;}
.section-choose .choose-lists .choose-item ul { list-style: none; padding: 10px; display: flex; flex-wrap: nowrap; gap: 10px; justify-content: center;}
.section-choose .choose-lists .choose-item ul li { position: relative; padding: 16px 16px 16px 40px; background-color: var(--shades01); border-radius: 12px; box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05); color: #344256; font-size: 16px; width: 45%; transition: all 0.3s ease; }
.section-choose .choose-lists .choose-item ul li:hover{	box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);}
.section-choose .choose-lists .choose-item ul li::before { content: ""; position: absolute; top: 18px;  left: 16px; width: 16px; height: 16px; background-image: url('../images/svgviewer-png-output.png'); background-size: contain; background-repeat: no-repeat; }
.servce-cta{padding: 80px 0;position: relative;background-color: var(--outer-space);}
.servce-cta .title{font-size: 2.25rem; line-height: 1.5;font-weight: 300; text-align: center;color: var(--shades01);text-transform: capitalize;margin: 0 0 10px;}
.servce-cta .description{font-size: 18px;line-height: 1.5;color: var(--shades01);text-align: center;margin: 0 0 20px;}
.servce-cta .description p{margin: 0;}
.servce-cta .cta_actions{display: flex;align-items: center;justify-content: center; position: relative;}
.servce-cta .cta_actions .btn-action{height: 50px;background-color: var(--shades01);color: var(--big-stone);font-size: 16px;line-height: 1.5;font-weight: 500;padding: 0 40px;display: inline-flex;align-items: center;justify-content: center;text-transform: capitalize; position: relative; gap: 8px; transition: color 0.3s ease; z-index: 1;}
.servce-cta .cta_actions .btn-action:hover{background: #eb595e; color: var(--shades01);}
.servce-cta .cta_actions .btn-action i{transition: transform 0.3s ease;}
.servce-cta .cta_actions .btn-action:hover i{transform: translateX(6px);}
.servce-cta .cta_actions .btn-action:before {content: ''; position: absolute; top: 0; left: 0; width: 0%; height: 100%; background-color: #ed1a2a; z-index: -1; transition: width 0.4s ease;}
.servce-cta .cta_actions .btn-action:hover::before {width: 100%;}
/*-------- SERVICE DETAILS END -----------*/
.section-post .search-title{margin: 0;font-size: 24px;color: var(--shades03);font-weight: 700;line-height: 1.5;text-align: center;}
.section-post .no-result-found .description{font-size: 24px;color: var(--shades03);font-weight: 700;line-height: 1.5;}
.accordion-section-alt .img-wrap { width: 100%; overflow: hidden; border-radius: 4px; height: 100%;}
.accordion-section-alt .img-wrap img{width: 100%; height: 100%; object-fit: cover; object-position: top;}
.accordion-section-alt .content-header{ padding: 0 50px; margin-top: -50px;}
.accordion-section-alt .content-header .content-header-wrap{background-color: #fff; width: 100%; padding: 24px; border-radius: 10px; box-shadow: 0px 0px 4px rgb(0 0 0 / 30%);}
.accordion-section-alt .title { text-align: center;}
.accordion-section-alt .content-inner .question { font-size: 16px; color: var(--shades03); margin-bottom: 10px;}
.accordion-section-alt .content-inner p { font-size: 16px; color: var(--shades03); margin-bottom: 10px;}
.accordion-section-alt .content-inner ul li {position: relative; margin-bottom: 6px;     color: var(--shades03); padding-left: 30px;}
.accordion-section-alt .content-inner ul li::before { content: ""; position: absolute; top: 4px; left: 0px; width: 16px; height: 16px; background-image: url(../images/svgviewer-png-output.png); background-size: contain; background-repeat: no-repeat;}
.our-solutions-section {padding: 80px 0px;background: linear-gradient(135deg, var(--blue-lighter) 0%, #e0e7ff 50%, #f3e8ff 100%);}
.our-solutions-section .solutions-wrapper {display: grid;grid-template-columns: repeat(2, 1fr);gap: 80px;align-items: center;width: 100%;} 
.solutions-wrapper .solutions-image-box {position: relative;} 
.solutions-wrapper .solutions-image-box img{width: 100%;border-radius: 4px;box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);transition: transform 0.5s;} 
.solutions-wrapper .solutions-image-box img:hover {transform: scale(1.05);} 
.solutions-wrapper .our-solutions-section .gradient-overlay {position: absolute;inset: 0;border-radius: 1rem;background: linear-gradient(to top, rgba(0, 0, 0, 0.3), transparent);z-index: 10;} 
.solutions-wrapper .solutions-heading {font-size: 2.25rem;font-weight: bold;color: #0f172a;margin-bottom: 2rem;} 
.solutions-wrapper .solutions-description {font-size: 1.25rem;color: #475569;margin-bottom: 2.5rem;line-height: 1.7;} 
.solution-box-list {display: flex;flex-direction: column;gap: 1.5rem;} 
.solution-box-list .solution-box {display: flex;align-items: center;background: white;padding: 1rem;border-radius: 0.75rem;box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);transition: box-shadow 0.3s;} 
.solution-box .icon-box {flex-shrink: 0;margin-right: 1rem;} 
.solution-box .check-icon {width: 2rem;height: 2rem;stroke-width: 2;color: #22c55e;} 
.solution-box .solution-text {font-size: 1.125rem;font-weight: 600;color: #1e293b;} 
/*--------------- KEY CHALLENGE SECTION START --------------------*/
.section-key-challenge{position: relative; overflow: hidden;}
.section-key-challenge .container{background: linear-gradient(135deg, #2563eb, #9333ea); padding-top: 60px; padding-bottom: 60px; border-radius: 20px; margin-bottom: 80px; margin-top: 80px;}
.section-key-challenge .container .title{font-size: 48px; line-height: 1.2; font-weight: 700; text-align: center; text-transform: uppercase; padding: 0 220px; color: var(--shades01); margin: 0 0 35px;}
.section-key-challenge .container .challenge-list{display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto;}
.section-key-challenge .container .challenge-item{background-color: var(--shades01); box-shadow: 0px 2px 10px 5px rgba(0, 0, 0, 0.1); padding: 20px; border-top-right-radius: 10px; display: flex; align-items: center; gap: 20px; border-left: 3px solid #ff7d81; border-bottom-right-radius: 10px;}
.section-key-challenge .container .challenge-item .icon{background: linear-gradient(45deg, #0190d8, #043954); font-size: 20px; width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; color: var(--shades01); border-radius: 10px; flex-shrink: 0;}
.section-key-challenge .container .challenge-item .challenge { font-size: 1.1rem; color: #475569; line-height: 1.7; font-weight: 500;}
/*--------------- KEY CHALLENGE SECTION END ----------------------*/
/*--------------- PRIVACY POLICY START ------------------------*/
.privacy-content{padding: 80px 0; background-color: var(--blue-lighter);}
.privacy-content .description{font-size: 16px; line-height: 1.5; font-weight: 400;}
/*--------------- PRIVACY POLICY END --------------------------*/

.section-empower{position: relative; background-color: rgb(203 203 203 / 10%); padding: 70px 0; margin: 0 0 0; overflow: hidden;}
.section-empower .title{font-size: 2.25rem; line-height: 1.2; font-weight: 300; text-align: center; margin: 0 auto 20px; text-transform: capitalize; padding: 0 340px;}
.section-empower .title span{display: inline; color: #f43345;}
.section-empower .empower-description{font-size: 20px; line-height: 1.5; color: var(--shades04); text-align: center; max-width: 960px; margin: 0 auto 80px;}
.section-empower .empower-grid{display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); padding: 0 100px; gap: 30px;}
.section-empower .empower-grid .empower-item{box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1); border-radius: 10px; padding: 30px 50px 38px 30px;}
.section-empower .empower-grid .empower-item:nth-child(1){background: linear-gradient(221deg, #dbeafe, #eff6ff);}
.section-empower .empower-grid .empower-item:nth-child(2){background: linear-gradient(221deg, #dcfce7, #f0fdf4);}
.section-empower .empower-grid .empower-item:nth-child(3){background: linear-gradient(221deg, #f3e8ff, #faf5ff);}
.section-empower .empower-grid .empower-item .item-icon{background-color: #0092dd; width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; margin: 0 0 22px; font-size: 23px; border-radius: 15px; box-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1); overflow: hidden; padding: 7px; border: 2px solid rgb(243 217 209);}
.section-empower .empower-grid .empower-item .item-icon img{width: 100%; height: 100%; object-fit: cover;}
.section-empower .empower-grid .empower-item .item-title{font-size: 18px; font-weight: 600; color: #1e293b; margin: 0 0 20px; line-height: 1.4;}
.section-empower .empower-grid .empower-item .item-description{color: #344256; font-size: 16px; font-weight: 300; line-height: 1.6;}

.section-offer{position: relative; overflow: hidden; padding: 55px 0 0;}
.section-offer .title{font-size: 2.25rem; line-height: 1.2; font-weight: 300; text-align: center; margin: 0 auto 40px; text-transform: capitalize;}
.section-offer .title span{display: inline; color: #f43345;}
.section-offer .empower-description{font-size: 20px; line-height: 1.5; color: var(--shades04); text-align: center; max-width: 660px; margin: 0 auto 80px;}

.section-drive{position: relative; overflow: hidden; background: linear-gradient(221deg, #1e3a8a, #0f172a); padding: 70px; display: flex; justify-content: center;}
.section-drive .title{font-size: 2.25rem; line-height: 1.2; font-weight: 300; text-align: center; margin: 0 auto 20px; text-transform: capitalize; color: var(--shades01); padding: 0 200px;}
.section-drive .drive-description{text-align: center; color: #e5ecff; font-size: 20px; padding: 0 300px; font-weight: 300; line-height: 1.6;}
.cta_actions{display: flex; justify-content: center;}
.section-drive .drive-cta { margin: 33px auto 0; background: #3b82f6; max-width: 185px; border-radius: 10px; height: 60px; padding: 0 29px; align-items: center; justify-content: center; text-transform: capitalize; font-size: 20px; font-weight: 500; color: var(--shades01); position: relative; display: inline-flex; gap: 8px; text-decoration: none; overflow: hidden; transition: color 0.3s ease; z-index: 1;}
.section-drive .drive-cta::before{ content: ''; position: absolute; top: 0; left: 0; width: 0%; height: 100%; background-color: #ed1a2a; z-index: -1; transition: width 0.4s ease;}
.section-drive .drive-cta:hover{background: #eb595e;}
.section-drive .drive-cta:hover::before{width: 100%;}


/*-------------- New Industry Design ----------------*/
.section-service-detail.section-industry-detail .service-details-content{position: relative;}
.section-service-detail.section-industry-detail .service-details-container{align-items: normal; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr));}
.section-service-detail.section-industry-detail .service-details-content h2{font-size: 2.25rem; line-height: 1.4; font-weight: 300; text-transform: capitalize;}
.section-service-detail.section-industry-detail .service-details-container .service-detail-image{height: 100%; aspect-ratio: 5 / 3;}
.accordion-section-alt .title{font-size: 35px;}
.section-offer .industry-service-slide .industry-service-list{display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); height: 100%;}
.section-offer .industry-service-slide .industry-service-list .content .item-title{font-size: 1.25rem; font-weight: 600; color: #ffffff; margin: 0 0 20px; line-height: 1.4;}
.section-offer .industry-service-slide .industry-service-list .content .item-description{color: #ffffff; font-size: 18px; font-weight: 400; line-height: 1.6;}
.section-offer .industry-service-slide .industry-service-list .list-image{aspect-ratio: 5 / 2.5; overflow: hidden;}
.section-offer .industry-service-slide .industry-service-list .list-image img{width: 100%; height: 100%; object-fit: cover;}
.section-offer .industry-service-slide .industry-service-list .content{background-image: linear-gradient(to right, #006FA4, #014566); padding: 50px 65px;}
.industry-service-slide .swiper-controls { display: flex; align-items: center; justify-content: center; gap: 33px; padding: 22px 2px; background: white; border-radius: 50px; box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1); position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%); z-index: 10;}
.industry-service-slide .swiper-button-prev, .industry-service-slide .swiper-button-next { position: relative; width: 24px; height: 24px; color: #000; cursor: pointer; margin: 0;}
.industry-service-slide .swiper-button-prev::after, .industry-service-slide .swiper-button-next::after {display: none;}
.industry-service-slide .swiper-button-prev::before { content: '\f104'; font-size: 30px; display: block; font-weight: 300; margin: 0 0 0; font-family: "Font Awesome 6 Pro";}
.industry-service-slide .swiper-button-next::before { content: '\f105'; font-size: 30px; display: block; font-weight: 300; margin: 0 0 0; font-family: "Font Awesome 6 Pro";}
.industry-service-slide .swiper-pagination { display: flex; align-items: center; gap: 1px; position: relative !important; bottom: unset !important; left: unset !important; transform: unset !important;}
.industry-service-slide .swiper-pagination-bullet { width: 10px; height: 10px; background: transparent; border-radius: 50%; opacity: 1; border: 1px solid #b9b9b9;}
.industry-service-slide .swiper-pagination-bullet-active {background: #000;}
section.section-service-detail.section-industry-detail .service-detail-image img { width: 100%; height: 100%; object-fit: cover;}
.industry-service-slide .swiper-slide{height: auto;}
/* Style the scrollbar track */
::-webkit-scrollbar {
  width: 10px;
}
/* Style the scrollbar thumb */
::-webkit-scrollbar-thumb {
  background: #004c7d;
  border-radius: 0;
}
/* Optional: Track background */
::-webkit-scrollbar-track {
  background: #f0f0f0;
}
/* Hover effect */
::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(to bottom, #003a5c, #0099cc);
}

.choices {
  position: relative;
}

.choices::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 12px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #555;
  transform: translateY(-50%);
}
.choices .choices__input--cloned::placeholder {
  color: #6c757d !important;
  font-size: 14px !important;
  font-weight: 400 !important;
}
.choices.has-items .choices__input--cloned::placeholder {
  color: transparent !important;
}

/*------------------------- Home Testimonial -----------------------*/
.testimonial{position: relative; padding: 90px 0; background-color: var(--blue-lighter);}
.testimonial .testimonial_title{font-size: 2.25rem; line-height: 1.2; font-weight: 300; color: var(--big-stone); text-align: center; text-transform: capitalize; width: 100%;}
.testimonial .testimonial_title span{display: inline; color: #f43345;}
.testimonial .btn-action{height: 70px; padding: 0 45px; align-items: center; justify-content: center; text-transform: capitalize; font-size: 20px; font-weight: 500; color: var(--shades01); background-color: var(--blue); position: relative; display: inline-flex; gap: 8px; text-decoration: none; overflow: hidden; transition: color 0.3s ease; z-index: 1;}
.testimonial .btn-action::before{content: ''; position: absolute; top: 0; left: 0; width: 0%; height: 100%; background-color: #ed1a2a; z-index: -1; transition: width 0.4s ease;}
.testimonial .btn-action:hover::before{width: 100%;}
.testimonial .testimonial-heading-wrapper{display: flex; align-items: center; justify-content: space-between; margin: 0 0 25px;}
.strong-view.wpmtst-default .wpmtst-testimonial{border: 1px solid #e3e3e3 !important; overflow: hidden; border-radius: 20px; height: 277px !important;}
.testimonial-inner .testimonial-image img{border-radius: 50%; overflow: hidden; width: 100%; height: 100%; object-fit: cover; padding: 2px !important;}
.strong-view.wpmtst-default .wpmtst-testimonial-image{max-width: 20% !important; margin-top: 0 !important;}
.strong-view .wpmslider-viewport{height: 100% !important;}
.testimonial-content p{line-height: 1.4 !important; margin-bottom: 24px !important;position: relative; padding-left: 77px; padding-top: 20px !important;}
.testimonial-content p:before { position: absolute; left: 0; font-weight: 200; top: -4px; background-image: url(../images/doublequote2-outline.png); width: 67px; height: 54px; content: ""; background-repeat: no-repeat;}
.strong-view.wpmtst-default .wpmtst-testimonial-heading { margin-bottom: 25px !important; text-transform: uppercase; font-size: 20px; font-weight: 500; color: #fff; display: none;}
.strong-view.wpmtst-default .wpmtst-testimonial-field{font-weight: 500; color: #191919 !important; padding-left: 77px; position: absolute; bottom: 19px;}
.strong-view.controls-style-buttons2:not(.rtl) .wpmslider-prev:before{top: 3px;}
.strong-view.wpmtst-default .wpmtst-testimonial-inner{ display: flex !important; flex-direction: column;}
.strong-view.wpmtst-default .wpmtst-testimonial-inner{border-radius: 20px !important; overflow: hidden !important;}
.strong-view.controls-type-sides-outside{padding: 0 42px;}
.strong-view.wpmtst-default .wpmtst-testimonial-inner > *:not(:nth-last-child(2)):not(:last-child){margin-bottom: 23px !important; width: 100%;}
.strong-view.wpmtst-default .wpmtst-testimonial-image img{border: 1px solid #a7a7a7;}

/*--------------------------- Testimonial Form ------------------------*/
.testimonial-form{position: relative; padding: 50px 0 100px;}
.testimonial-form .testimonial_title{font-size: 2.25rem; line-height: 1.2; font-weight: 300; color: var(--big-stone); text-align: center; text-transform: capitalize;}
.testimonial-form .testimonial_title span{display: inline; color: #f43345;}
.testimonial-form .strong-form label { font-weight: 600; font-size: 15px; text-transform: capitalize; margin: 0 0 7px;}
.strong-form input[type="text"], .strong-form input[type="email"], .strong-form input[type="url"], .strong-form input[type="file"], .strong-form select, .strong-form textarea{height: 40px; border: 1px solid #d5d3d3; border-radius: 10px; padding: 0 10px; margin-bottom: 7px;}
.strong-view-id-2 .strong-form-inner{border-radius: 20px; padding: 46px;}
.strong-form .form-field .after { font-size: 13px; font-style: italic; font-weight: 400; color: #000;}
.field-wrap { position: relative; display: block !important; width: 100%;}
.field-wrap input[type="file"] { padding: 10px; border: 1px solid #d5d3d3; border-radius: 8px; background: #f9f9f9; color: #292929; cursor: pointer; font-weight: 600; transition: 0.3s ease; height: 100%;}
/* Remove the default "Choose File" button in webkit browsers */
.field-wrap input[type="file"]::-webkit-file-upload-button { visibility: hidden;}
/* Replace it with custom button text */
.field-wrap input[type="file"]::before { content: '📂 Choose File'; display: inline-block; padding: 8px 16px; background: #0074ac; color: #fff; border-radius: 6px; font-weight: bold; margin-right: 10px; cursor: pointer; transition: 0.3s ease;}
.testimonial-form .wpmtst_submit_testimonial{height: 70px; padding: 0 45px; align-items: center; justify-content: center; text-transform: capitalize; font-size: 20px; font-weight: 500; color: var(--shades01); background-color: var(--blue); position: relative; display: inline-flex; gap: 8px; text-decoration: none; overflow: hidden; transition: color 0.3s ease; z-index: 1; border: transparent; cursor: pointer;}
.testimonial-form .wpmtst_submit_testimonial::before{content: ''; position: absolute; top: 0; left: 0; width: 0%; height: 100%; background-color: #ed1a2a; z-index: -1; transition: width 0.4s ease;}
.testimonial-form .wpmtst_submit_testimonial:hover{background: #eb595e;}
.testimonial-form .wpmtst_submit_testimonial:hover::before{width: 100%;}

@media screen and (max-width:1600px) {
  header>.container{padding: 0 60px!important;}
  .section-hero .hero-content .hero-title{font-size: 60px;max-width: 750px;}
  .section-what-we-do .content-title, .section-services .service-title, .section-about .content-title, .section-growth .growth-title, .section-industries .industry-title, .about-content .content-left .title, .accordion-section .title, .accordion-section .title, .section-methodology .title, .section-related-news .title{font-size: 2.25rem;}
  .section-about .content-wrapper, .about-content .content-left{padding: 120px 45px 120px 4.5%;}
  .digital-solutions .solution-title{font-size: 36px;}
  .section-industries .industry-item .industry-content{max-width: 375px;}
  /* footer .main-footer .footer-content{padding: 60px 105px 60px 140px;} */
  .page-title{font-size: 72px;}
  .accordion-section .description{font-size: 16px;}
  /* header .search-dropdown.active{width: 330px;} */
}

@media screen and (max-width: 1540px) {
  .section-growth .growth-item{justify-content: flex-start;}
  /* footer .main-footer .footer-menu{padding: 60px 55px 60px 31px;} */
  /* footer .main-footer .footer-content{padding: 60px 55px 60px 75px;} */
  .section-empower .empower-grid{padding: 0;}
  .section-offer .service-list{padding: 0 50px;}
  .accordion-section-alt .title{font-size: 2.25rem;}
  /* header .search-dropdown.active{width: 300px;} */
  .post-content .post-excerpt{font-size: 15px;}
  .post-content h3{font-size: 17px;}
  .section-industries .industry-lists{row-gap: 85px;}
  .section-technologytools .tools-lists .tool-item{width: 100%;}
  .section-technologytools .tools-lists{flex-wrap: nowrap;}
}

@media screen and (max-width: 1440px) {
  header>.container{padding: 0 45px!important;}
  .section-hero .hero-content .hero-title{font-size: 50px;max-width: 700px;}
  .section-what-we-do .content-title, .section-services .service-title, .section-about .content-title, .section-growth .growth-title, .section-industries .industry-title, .about-content .content-left .title, .accordion-section .title, .section-methodology .title, .section-related-news .title{font-size: 2.25rem;}
  .section-what-we-do .content-wrapper{padding: 75px 60px 75px 50px;}
  .section-services .service-description{margin: 0 auto 50px;}
  .section-services .service-lists{column-gap: 45px; row-gap: 25px;}
  .section-about .content-wrapper{padding: 75px 30px 75px 5.5%}
  .section-what-we-do .content-actions{margin: 40px 0 0;}
  .section-about .content-actions{margin: 40px 0 0;}
  .digital-solutions{padding: 100px 0;}
  .digital-solutions .solution-title{font-size: 32px;}
  .digital-solutions .solution-item .splution-item-title{font-size: 20px;}
  .digital-solutions .solutions, .digital-solutions .solution-lists{padding: 50px 30px;}
  .section-industries{padding: 100px 0;}
  .section-industries .industry-item .industry-content{max-width: 360px;}
  .section-industries .industry-lists{row-gap: 48px; column-gap: 25px;}
  .section-growth .growth-lists{gap:18px;}
  .section-growth .growth-item .growth-value{font-size: 55px;}
  .section-growth .growth-item .growth-label{font-size: 18px;}
  /* footer .main-footer .footer-content{ padding: 50px 55px 40px 98px;} */
  .page-title{font-size: 64px;}
  .section-related-news{padding: 100px 0;}
  .feature-block .feature-item{padding: 24px;}
  .service-details-content h2{font-size: 42px;margin: 0 0 15px;}
  .section-solutions-container .title, .section-applications .title, .section-keybenefits .title, .section-technologytools .title, .section-choose .title{font-size: 2.25rem;}
  .servce-cta .title{font-size: 2.25rem;}
  .section-solutions-container{padding: 75px 0;}
  .section-solutions-container .title, .section-applications .title, .section-keybenefits .title, .section-technologytools .title, .section-choose .title, .section-benefits .title{font-size: 2.25rem;margin: 0 0 10px;}
  .section-technologytools .description, .section-applications .description{font-size: 18px;}
  .section-methodology .description{margin: 0 auto 50px auto;} 
  .section-empower .title{padding: 0 230px;}
  /* header .search-dropdown.active{width: 280px;} */
}

@media screen and (max-width: 1400px) {}

@media screen and (max-width: 1366px) {
  .digital-solutions .solutions{width: 30%;}
  .digital-solutions .solution-lists{width: 70%;}
  .section-services .service-lists{column-gap: 30px; row-gap: 25px;}
  .section-services .service-item .service-item-title{font-size: 20px;}
  .section-services .service-item .service-item-description, .section-services .service-item .btn-action{font-size: 16px;}
  .digital-solutions .solution-title{font-size: 2.25rem;}
  .digital-solutions .subtitle{font-size: 20px;}
  .digital-solutions .solution-item .splution-item-title{font-size: 18px;}
  .digital-solutions .solution-lists{gap: 15px;}
  .digital-solutions .solution-item-list ul li{font-size: 14px;}
  .section-industries .industry-item .industry-content { max-width: 305px; }
  .section-industries .industry-item .industry-content-title{font-size: 18px;}
  .section-industries .industry-item .industry-excerpt{font-size: 14px;}
  .page-title{font-size: 56px;}
  .service-details-content{padding: 44px 50px;}
  .service-details-content h2{font-size: 40px;}
  .section-empower .empower-grid{padding: 0;}
  .section-offer .industry-service-slide .industry-service-list .list-image{aspect-ratio: auto; height: 100%;}
  .industry-service-slide .swiper-controls{gap: 16px; padding: 16px 2px;}
  .section-drive .drive-description{padding: 0 150px;}
  .section-empower .title{padding: 0 240px;}
  .accordion-section .title{padding: 0;}
  .strong-view.wpmtst-default .wpmtst-testimonial{height: 320px !important;}
  /* .section-technologytools .tools-lists{display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 15px;} */
  /* header .search-dropdown.active {width: 240px;} */
}  

@media screen and (max-width: 1280px) {
  .section-growth .growth-item{padding: 40px 20px;gap: 10px;}
  .section-growth .growth-item .growth-value{font-size: 45px;}
  .section-growth .growth-item .growth-label{font-size: 16px;}
  /* footer .main-footer .footer-content { padding: 60px 55px 60px 55px; } */
  .section-post .container{max-width: 1200px;}
  .section-key-challenge .container .challenge-list{max-width: 800px;}
  .section-key-challenge .container .title{font-size: 32px;}
  header .brand .logo{height: 30px;}
  header{height: 65px;} 
  .benefits-list .benefit-item .icon{margin: 0 0 -2px;}
  .benefits-list .benefit-item .benefit{font-size: 16px;}
  .benefits-list .benefit-item .benefit-description{font-size: 14px;}
  .section-benefits .benefits-container{gap: 20px;}
  .methodology-lists .methodology-item .methodology-description{font-size: 16px;}
  header .navigation-inner .menu-item{padding: 0 12px;}
  header .navigation-inner .menu-link{font-size: 14px;}
  header .navigation-inner .dropdown-menu.megamenu{top: 65px;}
  .strong-view.wpmtst-default .wpmtst-testimonial{height: 320px !important;}
  .strong-view.wpmtst-default .wpmtst-testimonial-field{margin-top: 0;}
  .testimonial-content p{margin-bottom: 45px !important;}
}

@media screen and (max-width: 1024px) {
  header .brand .logo, footer .top-footer .footer-brand{height: 30px;}
  header > .container { display: flex; padding: 0 24px; justify-content: space-between; }
  header .menu-wrapper { display: none; } 
  header .toggle-actions { display: flex; } 
  header .search-dropdown .container { padding: 24px; } 
  header .navigation-inner .megamenu-content { width: 100%; border-right: none; border-bottom: 1px solid var(--shades07); }
  .mobile-dropdown.active .mobile-submenu { display: flex ; flex-direction: column; }
  header .navigation-inner .megamenu-inner { width: 100%; grid-template-columns: 1fr; gap: 24px; padding: 24px; }
  .section-hero .hero-content .hero-title{font-size: 40px;max-width: 500px;}
  .section-what-we-do .content-actions, .section-about .content-actions { margin: 20px 0 0; }
  .section-hero .hero-action .btn-action, .section-what-we-do .btn-action, .section-about .btn-action, .accordion-section .accordian-actions .btn-action{font-size: 18px;height: 60px;}
  .section-what-we-do .content-title, .section-services .service-title, .section-about .content-title, .section-growth .growth-title, .section-industries .industry-title, .about-content .content-left .title, .accordion-section .title, .section-methodology .title, .section-related-news .title{font-size: 20px; margin: 0;}
  .accordion-section .title p{margin: 0;}
  .section-services{padding: 50px 0;}
  .section-services .service-description, .section-methodology .description{font-size: 18px;}
  .section-services .service-lists{grid-template-columns: repeat(2, minmax(0, 1fr));}
  .section-services .service-description { margin: 0 auto 30px; }
  .section-about, .section-what-we-do{justify-content: space-between; overflow: hidden; flex-direction: column-reverse;}
  .section-about .content-wrapper, .section-about .image-wrapper, .section-what-we-do .image-wrapper, .section-what-we-do .content-wrapper{width: 100%;}
  .section-about .content-wrapper,.section-what-we-do .content-wrapper, .about-content .content-left { padding: 45px 80px 45px 80px; }
  .section-about .image-wrapper, .section-what-we-do .image-wrapper, .about-image-container{aspect-ratio: 2 / 1;}
  .digital-solutions { padding: 50px 0; }
  .digital-solutions .container { display: flex ; flex-direction: column; }
  .digital-solutions .solutions, .digital-solutions .solution-lists { width: 100%; }
  .digital-solutions .solutions{border-top-left-radius: 0; border-bottom-left-radius: 0;}
  .digital-solutions .solution-lists{border-top-right-radius: 0; border-bottom-right-radius: 0;}
  .digital-solutions .solutions{background-image: linear-gradient(to bottom, #006FA4, #014566);}
  .digital-solutions .solution-title{text-align: center; max-width: 550px; margin: 0 auto;}
  .digital-solutions .subtitle{text-align: center;}
  .section-growth, .section-industries{padding: 50px 0;}
  .section-growth .growth-lists{grid-template-columns: repeat(3, minmax(0, 1fr));}
  .section-growth .growth-title, .section-industries .industry-title{margin:0 0 25px}
  .section-industries .industry-lists{grid-template-columns: repeat(2, minmax(0, 1fr));}
  .section-industries .industry-item .industry-content { max-width: 380px; }
  footer .main-footer{flex-direction: column;gap: 10px;}
  footer .main-footer .footer-menu,footer .main-footer .footer-content{width: 100%;}
  /* footer .main-footer .footer-menu, footer .main-footer .footer-content { padding: 40px 70px 40px 70px; } */
  footer .footer-content .footer-title{font-size: 20px;margin: 0 0 15px;}
  footer .footer-content .footer-description{max-width: 100%;}
  footer .footer-group .footer-title{font-size: 20px;margin: 0 0 15px;}
  .page-title{font-size: 48px;}
  .section-jobs { padding: 50px 0; }
  .section-jobs .container{grid-template-columns: repeat(1, minmax(0, 1fr));}
  .get-in-touch{padding: 50px 0;}
  .contact-title{font-size: 24px;}
  .contact-info-area{flex-direction: column-reverse;padding: 15px 0 0;gap: 30px;}
  .contact-details .info-title, .contact-form .info-title {font-size: 24px;margin: 0 0 25px;}
  input.submit-btn {height: 50px;font-size: 16px;}
  .about-content .about-inner-wrap{flex-direction: column;}
  .about-content .content-left, .about-image-container{width: 100%;}
  .about-content .description ul{gap: 15px;}
  .our-mission{padding: 150px 0 75px;}
  .our-mission .container{grid-template-columns: repeat(2, minmax(0, 1fr));row-gap: 90px;}
  .section-methodology .methodology-lists{grid-template-columns: repeat(2, minmax(0, 1fr));row-gap: 40px;}
  .our-mission .mission-item{padding: 60px 20px 20px;}
  .our-mission .mission-item .item-image, .section-methodology .methodology-lists .methodology-item .item-image{width: 130px;top: -55px;}
  .section-methodology{padding: 50px 0;}
  .section-methodology .description{ margin: 0 auto 70px auto;}
  .section-post{padding: 100px 0;}
  .section-post .container{grid-template-columns: repeat(2, 1fr);gap: 15px;}
  .section-related-news{padding: 75px 0;}
  .section-service-detail, .section-service-detail, .accordion-section, .section-benefits, .section-technologytools, .section-applications, .section-choose, .servce-cta{padding: 50px 0;}
  .section-service-detail .service-details-container{flex-direction: column;}
  .section-service-detail .service-details-container .service-detail-image{max-width: 100%;}
  .service-details-content{position: relative; margin: 0 0 0; padding: 20px 30px;}
  .service-details-content h2 {font-size: 30px;}
  .service-details-content .service-detail-descriptions{font-size: 15px;}
  .service-detail-descriptions a{height: 60px;font-size: 18px;max-width: 320px;}
  .service-details-container .service-detail-image .img-wrap{aspect-ratio: 5 / 3;}
  .section-about.section-about-industry{flex-direction: column;}
  .section-post .container{max-width: 900px;}
  .job-swiper .swiper-wrapper{flex-direction: row; row-gap: 0;}
  .job-swiper .swiper-button-prev{display: none;}
  .job-swiper .swiper-button-next{display: none;}
  /* .swiper-button-next:after, .swiper-button-prev:after{font-size: 15px; width: 32px; height: 32px; display: block; text-align: center; display: flex; align-items: center; justify-content: center; background: var(--blue); border-radius: 50px; color: #fff; font-weight: 600;} */
  .job-list .job-item{padding: 20px 22px;}
  .job-meta .job-meta-list .job-meta-item{font-size: 13px;}
  .section-applications .description{margin: 0 0 10px;}
  .section-solutions-container .feature-block{grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px;}
  .feature-block .feature-item .feature-top .feature-title{font-size: 18px;}
  .feature-block .feature-item .feature-lists, .feature-block .feature-item .feature-lists ul li{font-size: 14px;}
  .feature-block .feature-item .feature-top .featured-icon{width: 36px;border-radius: 8px;}
  .section-applications .application-lists, .section-keybenefits .benifit-lists, .section-technologytools .tools-lists{gap: 10px;}
  .section-applications .description, .section-technologytools .description{font-size: 18px;}
  .section-applications .application-lists .item-title, .section-keybenefits .item-title, .section-technologytools .tools-lists .tool-item .item-title{font-size: 16px;}
  .section-applications .application-lists .item-description, .section-keybenefits .item-description{font-size: 14px;}
  .section-applications .application-lists .application-item .item-icon, .section-applications .application-lists .item-title{margin: 0 0 10px;}
  .section-keybenefits .benifit-lists .benefit-item{gap: 10px;}
  .section-service-detail .service-details-container .service-detail-image{height: 400px;}
  .section-benefits .benefits-container{flex-direction: column;gap: 0;}
  .section-choose .choose-lists{max-width: 90%;}
  .benefits-container .benefit-img{max-width: 100%;aspect-ratio: 5 / 2;}
  .section-technologytools .tools-lists, .section-applications .application-lists{grid-template-columns: repeat(2, minmax(0, 1fr));}
  .service-detail-descriptions a{font-size: 18px!important;height: 50px!important;}
  .benefits-list .benefit-item .icon{width: 40px;height: 40px;}
  .benefits-list .benefit-item .icon i{font-size: 20px;}
  .benefits-list .benefit-item .benefit{font-size: 16px;}
  .benefits-list .benefit-item .benefit-description, .section-technologytools .tools-lists .tool-item .item-tags ul li{font-size: 14px;}
  .section-applications .application-lists .application-item .application-content{padding: 16px;}
  .solutions-wrapper {grid-template-columns: repeat(2, 1fr);}
  .accordion-section .service-detail-descriptions{font-size: 15px;}
  .accordion-section .offering-wrapper{grid-template-columns: repeat(1, minmax(0, 1fr));gap: 40px;}
  .section-benefits .title{padding: 0;}
  .section-service-detail.section-industry-detail .service-details-content h2{font-size: 25px;}
  .accordion-section .title{padding: 0 200px;}
  .section-empower .title{padding: 0 40px;}
  .section-empower .empower-grid .empower-item{padding: 24px 21px 19px 21px;}
  .section-empower .empower-grid .empower-item .item-title{font-size: 15px;}
  .section-offer .industry-service-slide .industry-service-list .content .item-title{font-size: 20px}
  .section-drive .title{padding: 0 0; font-size: 1.55rem;}
  .section-drive .drive-description {padding: 0; font-size: 16px;}
  .section-empower .title{font-size: 1.25rem;}
  .section-empower .empower-description{font-size: 16px;}
  .section-empower .empower-grid{gap: 18px;}
  .section-offer .title{font-size: 1.35rem;}
  .section-offer .industry-service-slide .industry-service-list .content .item-description{font-size: 15px;}
  .section-drive{padding: 43px 70px;}
  .section-offer .industry-service-slide .industry-service-list .content{padding: 30px 38px 0;}
  .industry-service-slide .swiper-controls{padding: 12px 2px;}
  .industry-service-slide .swiper-pagination{gap: 4px;}
  .industry-service-slide .swiper-pagination-bullet{margin: 0 !important;}
  .industry-service-slide .swiper-controls{padding: 9px 2px; bottom: 13px;}
  .contact-details {max-width: 100%; border-right: none;}
  footer .main-footer .container{flex-direction: column;}
  footer .main-footer .footer-content{    width: 100%; height: 50%;}
  footer .other-menu{width: 44%;}
  footer .main-footer::after{width: 100%; height: 50%;}
  .testimonial-content p{font-size: 14px;}
  .strong-view.wpmtst-default .wpmtst-testimonial { height: 330px !important;}
}


@media screen and (max-width: 990px) {
  .section-hero{height: 500px;}
  footer .main-footer .container{gap: 0;}
}

@media screen and (max-width: 990px) and (orientation:landscape){
  .section-post .container{max-width: 740px;}
}

@media screen and (max-width: 768px) {
  .job-slide-item { flex-shrink: 0; }
  .section-key-challenge .container .challenge-list{grid-template-columns: repeat(1, minmax(0, 1fr)); padding: 0 50px;}
  .our-solutions-section .solutions-wrapper{gap: 20px;}
  .industry-service-slide .swiper-controls{justify-content: flex-end; right: 0; left: auto;}
  .strong-view.wpmtst-default .wpmtst-testimonial {height: 100% !important;}
}

@media screen and (max-width: 480px) {
  header>.container { padding: 0 16px !important; }
  header .search-dropdown .container { padding: 24px; } 
  .section-hero { height: auto; padding: 80px 0; }
  .section-hero .hero-content .hero-title{font-size: 28px;max-width: 100%;text-align: center;}
  .section-hero .swiper-navigation, .section-hero .hero-content .hero-action{justify-content: center;}
  .section-hero .swiper-navigation{margin-top: 10%;}
  .section-about .content-wrapper, .section-what-we-do .content-wrapper, .about-content .content-left { padding: 45px 16px 45px 16px; }
  .section-hero .hero-action .btn-action, .section-what-we-do .btn-action, .section-about .btn-action, .accordion-section .accordian-actions .btn-action, .section-about .btn-action { font-size: 16px; height: 40px; padding: 0 25px;}
  .section-what-we-do .content-title, .section-services .service-title, .section-about .content-title, .section-growth .growth-title, .section-industries .industry-title, .about-content .content-left .title, .about-content .content-left .title, .section-methodology .title, .section-related-news .title{font-size: 28px;}
  .section-what-we-do .content-description, .section-about .content-description, .about-content .description, .about-content .description ul li{font-size: 14px;line-height: 1.5;}
  .section-services .service-description{ font-size: 16px; margin: 0 0 15px;}
  .section-services .service-lists { grid-template-columns: repeat(1, minmax(0, 1fr)); }
  .section-services .service-item{border-left: 1px solid transparent;border-top: 1px solid var(--shades05); padding: 20px 0 0 0;gap: 5px;}
  .section-services .service-item .service-item-description, .section-services .service-item .btn-action{font-size: 14px;}
  .digital-solutions .solution-title{max-width: 280px;font-size: 24px;}
  .digital-solutions .subtitle{font-size: 16px;}
  .digital-solutions .solution-lists{grid-template-columns: repeat(1, minmax(0, 1fr));}
  .section-growth .growth-lists{grid-template-columns: repeat(2, minmax(0, 1fr));}
  .section-growth .growth-item .growth-value { font-size: 32px; }
  .section-industries .industry-lists { grid-template-columns: repeat(1, minmax(0, 1fr)); }
  .section-industries .industry-item .industry-content-title { font-size: 16px; }
  .section-industries .industry-item .industry-content { max-width: 320px; }
  .section-industries .industry-subtitle, .section-growth .growth-subtitle{font-size: 18px;}
  footer .main-footer .footer-menu, footer .main-footer .footer-content{padding: 40px 16px 40px 16px;}
  footer .main-footer .footer-menu{grid-template-columns: repeat(1, minmax(0, 1fr));    gap: 40px;}
  footer .bottom-footer .container {flex-direction: column;gap: 20px;}
  .section-banner{height: auto!important; padding: 80px 0;min-height: 350px;}
  .page-title{font-size: 32px;}
  .job-item .job-list-top { display: flex ; align-items: start; justify-content: space-between; flex-direction: column; gap: 20px; }
  .job-list .job-item .job-actions .btn-action{font-size: 16px; height: 40px; padding: 0 25px;}
  .job-description .job-about .job-about-description, .job-description .job-skill .job-skill-description{font-size: 14px;}
  .job-description .job-meta .job-meta-list{gap: 5px;}
  .job-description .job-meta{flex-direction: column;gap: 10px;}
  .job-list-top .job-item-wrapper .job-logo{width: 40px;}
  .job-description-header .job-description-wrapper .job-title{font-size: 20px;}
  .job-description-header .job-description-wrapper .job-code-meta, .job-description-header .job-description-wrapper .job-code-label{font-size: 14px;}
  .section-jobs .job-description{padding: 15px;}
  .job-description .job-skill .job-skill-title, .job-description .job-about .job-about-title{margin: 0 0 10px;}
  .job-description .job-meta .job-post{font-size: 16px;}
  .career-modal-container .career-form .form-container{grid-template-columns: repeat(1, minmax(0, 1fr));}
  .career-modal .career-modal-container{max-width: 90%;}
  .career-modal .career-modal-container .career-modal-top{padding: 20px 16px; gap: 10px;}
  .career-modal .career-modal-container .job-logo{width: 50px;}
  .career-modal-container .job-role .job-title{font-size: 20px;}
  .career-modal .career-modal-container .career-form{padding: 20px 16px;}
  .career-modal-container .job-role .job-code .job-code-label, .career-modal-container .job-role .job-code .job-code-meta{font-size: 14px;}
  .career-form .form-container .form-control, .career-form .form-container .form-select{font-size: 14px;}
  .get-in-touch{padding: 50px 0;}
  .contact-title{font-size: 20px; max-width: 100%;}
  .contact-details .info-title, .contact-form .info-title { font-size: 18px; margin: 0 0 15px; }
  .contact-details{padding-right: 0;max-width: 100%;}
  .contact-form .form-group-wrap{flex-direction: column;gap: 0;}
  .contact-form .form-group-wrap .form-group{margin: 0 0 15px;}
  input.submit-btn{width: 100%;}
  .about-content .description ul{grid-template-columns: repeat(1, minmax(0, 1fr));}
  .about-content .description ul li {padding-left: 24px;}
  .about-content .description ul{margin: 20px 0 0;}
  .our-mission { padding: 120px 0 50px; }
  .our-mission .container, .section-methodology .methodology-lists{grid-template-columns: repeat(1, minmax(0, 1fr));}
  .our-mission .mission-item .mission-description, .section-methodology .methodology-lists .methodology-item .methodology-description{font-size: 16px;}
  .accordion-section{padding: 50px 0;}
  .accordion-section .accordion-item .accordion-trigger{padding: 10px 20px;}
  .accordion-section .question{font-size: 16px;}
  .accordion-section .accordion-item .content-inner{font-size: 14px;}
  .accordion-section .accordion-item .content-inner{padding: 8px 20px 16px;}
  .section-methodology .description {margin: 0 0 80px;font-size: 16px;}
  .section-post { padding: 50px 0; }
  .section-post .container { grid-template-columns: repeat(1, 1fr); gap: 15px; }
  .post-content .post-excerpt{font-size: 14px;line-height: 1.5;}
  .section-related-news{padding: 50px 0;}
  .service-details-content{margin: 3px 0 0; max-width: 100%; padding: 29px 27px;}
  .section-service-detail{padding-top: 70px;}
  .service-detail-image .alt-img-wrap{width: 167px; height: 155px;}
  .service-details-container .service-detail-image .img-wrap{padding: 10px;}
  section.section-solutions{margin: 80px 0 0; padding: 65px 0;}
  .section-solutions h3 strong b{font-size: 21px;}
  .section-solutions h4 strong b{font-size: 16px;}
  .section-post .container{max-width: 100%;}
  .section-post.home-section-post .title{font-size: 45px;}
  .job-item-wrapper .job-role .job-title{font-size: 18px;}
  .job-item-wrapper-alt .job-salary-range{font-size: 14px;}
  .job-item-wrapper-alt .job-vacancy{font-size: 14px;}
  .section-jobs .job-list{padding-bottom: 39px;} 
  .job-swiper .swiper-button-next, .job-swiper .swiper-button-prev{display: none;}
  .section-benefits .title, .section-technologytools .title, .section-applications .title, .section-choose .title, .service-details-content h2 {padding: 0 16px; font-size: 28px;}
  .accordion-section-alt .content-header{padding: 0 16px!important;}
  .benefits-container .benefits-list{    grid-template-columns: repeat(1, 1fr);}
  .section-technologytools .tools-lists, .section-applications .application-lists { grid-template-columns: repeat(1, minmax(0, 1fr)); }
  .section-choose .choose-lists{max-width: 100%;}
  .section-choose .choose-lists .choose-item ul{flex-direction: column;padding: 0 16px;}
  .section-choose .choose-lists .choose-item ul li{width: 100%;font-size: 14px;}
  .servce-cta .description{font-size: 14px;}
  .service-detail-descriptions a{font-size: 16px !important;    padding: 0 25px!important;}
  .section-benefits .title, .section-technologytools .title, .section-applications .title, .section-choose .title, .service-details-content h2{padding: 0; font-size: 22px;}
  .our-solutions-section .solutions-wrapper{grid-template-columns: repeat(1, 1fr);}
  .section-key-challenge .container{border-radius: 0; margin: 0;}
  .section-key-challenge .container .title{padding: 0;}
  .section-key-challenge .container .challenge-list{padding: 0 18px;}
  .our-solutions-section.usecase .solutions-heading{font-size: 32px;}
  .our-solutions-section.usecase .solutions-wrapper .solutions-description{margin-bottom: 0;}
  .servce-cta .title {font-size: 20px;}
  .servce-cta .cta_actions .btn-action{font-size: 14px;}
  .section-service-detail.section-industry-detail .service-details-container{grid-template-columns: repeat(1, minmax(0, 1fr));}
  .accordion-section .title{padding: 0; margin: 0 0 15px;}
  .section-empower .empower-grid{grid-template-columns: repeat(1, minmax(0, 1fr));}
  .section-drive {padding: 42px 0;}
  .section-drive .drive-cta{height: 46px; font-size: 16px;}
  .section-offer .industry-service-slide .industry-service-list{grid-template-columns: repeat(1, minmax(0, 1fr));}
  header .search-dropdown { position: absolute; top: 100%; left: 0; right: 0; width: 100% !important; background: #fff; z-index: 999; padding: 23px; border-radius: 0 0 8px 8px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05); opacity: 0; max-height: 0; overflow: hidden; transition: all 0.3s ease; pointer-events: none; border-top: 1px solid #e2e2e2;}
  header .search-dropdown.active { opacity: 1; max-height: 100px; pointer-events: auto;}
  header .search-dropdown form {width: 100%;}
  header .search-dropdown input {width: 100%;}
  footer .main-footer .footer-content{height: 44%;}
  footer .other-menu{width: 100%;}
  .testimonial .testimonial-heading-wrapper{flex-direction: column;}
  .testimonial-content p:before{display: none;}
  .testimonial-content p{padding-left: 0;}
  .strong-view.wpmtst-default .wpmtst-testimonial-field{padding-left: 0;}
  .strong-view.wpmtst-default .wpmtst-testimonial{height: 608px !important;}
}