@import url('https://fonts.googleapis.com/css2?family=Geist:wght@100..900&display=swap');

*, ::backdrop, :after, :before { box-sizing: border-box; margin: 0; padding: 0; }
/* Globle */
body{margin: 0; font-family: "Geist", sans-serif; font-optical-sizing: auto; font-weight: normal; font-style: normal; font-size: 16px; min-height: 120vh; line-height: 1.5; font-display: swap;}
.container{width: 100%; max-width: 96rem; padding-left:32px; padding-right: 32px; margin-left: auto; margin-right: auto; }
img{max-width: 100%; display: block; vertical-align: middle;}
a{text-decoration: none;}
ul, ol{margin: 0; padding: 0;}
ul li, ol li{list-style: none;}
.btn, a.btn, a.btn:link, a.btn:visited {color: #fff; padding: 0 20px; border: 2px solid rgb(255 255 255 / 20%); display: inline-flex; height: 36px; align-items: center; border-radius: 8px; font-size: 16px; font-weight: 600; box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3), 0 0 20px rgba(45, 53, 88, 0.4); filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2));}
.sec-heading { text-align: center; margin-bottom: 64px;}
.sec-heading h2 { font-size: 36px; line-height: 40px; }
.sec-heading p{ font-size: 18px; line-height: 28px; color: #717171; max-width: 620px; margin: auto; margin-top: 16px; }
.card{padding: 24px; box-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a); border: 2px solid oklch(92% 0 0); border-radius: 8px; background: #fff; border-top-left-radius: 4px; border-top-right-radius: 4px;}
.card:nth-child(1) { border-top: 4px solid #cb241c; }
.card:nth-child(2) { border-top: 4px solid #037ec1; }
.card:nth-child(3) { border-top: 4px solid #000; }

.section{padding: 80px 0;}
.section .read-more-link-sec{text-align: right;  margin: 16px 0 0;}
.section .read-more-link-sec a {color: #2d3558; line-height: 20px; font-size: 14px;}
.section .read-more-link-sec a img{width: 12px; height: 12px; margin-left: 4px; vertical-align: middle; filter: brightness(0) saturate(100%) invert(16%) sepia(44%) saturate(760%) hue-rotate(191deg) brightness(97%) contrast(87%); display: inline-block;}
.section .read-more-link-sec a:hover {opacity: 0.8;}

/* Header */
header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: #2d3558;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 6px 12px rgba(0, 0, 0, 0.15);
}

#main-header.sticky {
 transform: translateY(-5px);  
}

/*
header{background-color: #2d3558; position: relative; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 6px 12px rgba(0, 0, 0, 0.15); }
*/
header .container{display: flex; justify-content: space-between; align-items: center; min-height: 80px;}
header .logo img{height: 40px; max-width: none;}
header .menu ul{display: flex; align-items: center; margin-left: 40px; gap: 32px;}
header .menu ul li{position: relative;}
header .menu ul li a{color:#fff; font-size: 14px; font-weight: 500; padding: 8px 12px; display: flex; align-items: center; gap: 4px; min-height: 36px;}
header .menu ul li a svg{width: 16px; height: 16px; vertical-align: middle;}
.contact-us a, .contact-us a:link, .contact-us a:visited { color: #fff; padding: 0 20px; border: 2px solid rgb(255 255 255 / 20%); display: inline-flex; height: 36px; align-items: center; border-radius: 8px; font-size: 16px; font-weight: 600; box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3), 0 0 20px rgba(45, 53, 88, 0.4); filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2)); white-space: nowrap;}
header .menu ul ul.mod-menu__sub { flex-direction: column; gap: 0; align-items: flex-start; padding: 16px; margin:4px 0 0; position: absolute; left: 0; background-color: #282f4f; box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(255, 255, 255, 0.1); border-color: #ffffff1a; top: 100%; width: 320px; opacity: 0; visibility: hidden; transition: 0.2s; z-index: 1; border-radius: 10px;}
header .menu ul ul.mod-menu__sub ul.mod-menu__sub{top: 0; left: 100%;}
header .menu ul li.parent > a .menu-arrow:after { content: ''; display: inline-block; width: 16px; height: 16px; background-color: currentColor; mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E"); mask-repeat: no-repeat; mask-position: center; mask-size: contain; -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E"); -webkit-mask-repeat: no-repeat; -webkit-mask-position: center; -webkit-mask-size: contain; margin-top: 3px; vertical-align: middle; transition: 0.35s;}

header .menu ul li:first-child ul.mod-menu__sub{width: 384px;}
header .menu ul li:hover > ul.mod-menu__sub{opacity: 1; visibility: visible;}
header .menu ul ul.mod-menu__sub li + li{margin-top: 8px;}
header .menu ul ul.mod-menu__sub li a { color: #fffc; padding: 8px 12px; line-height: 20px; font-weight: 400; }
header .menu ul li.menu-w-icon { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; border-bottom: 1px solid #ffffff1a; padding-bottom: 16px; margin-bottom: 8px; }
header .menu ul li.menu-w-icon .menu-col{display: flex; padding: 12px; border-radius: 10px; align-items: center; transition: 0.2s;}
header .menu ul li.menu-w-icon .menu-col:hover{background-color: #ffffff0d;}
header .menu ul li.menu-w-icon .menu-col .icon{height: 40px; min-width: 40px; border-radius: 10px; background: #ffffff1a; color: #fff; display: flex; align-items: center; justify-content: center; margin-right: 12px;}
header .menu ul li.menu-w-icon .menu-col .icon svg{width: 20px; height: 20px;}
header .menu ul li.menu-w-icon .menu-col .title { display: flex; flex-wrap: wrap; padding: 0; text-align: left; align-items: flex-start; gap: 0;}
header .menu ul li.menu-w-icon .menu-col .title strong{color: #fff; font-weight: 500; font-size: 16px; line-height: 24px; }
header .menu ul li.menu-w-icon .menu-col .title span{color: #ffffffb3; font-size: 12px; font-weight: 400;    line-height: 16px; display: block;}
/* Menu Icon */
header .menuicon{display: none; cursor: pointer;}
header .menuicon svg { fill: #fff; width: 40px; height: 40px; vertical-align: middle; }

/* Home Banner */
.hero-banner{padding: 128px 0; background: radial-gradient(100% 100% at 90% 0, #161e47bf 0, #222946 80%); position: relative; text-align: center;}
.hero-banner:before { content: ""; background-image: url(../images/background-hero-3.png); filter: grayscale() contrast(25%) brightness(175%); mix-blend-mode: multiply; z-index: 0; background-color: #28325c; background-position: 50%; background-repeat: no-repeat; background-size: cover; position: absolute; inset: 0; }
.hero-banner h1{color: rgb(255 255 255 / 80%); font-size: 48px; text-transform: uppercase; font-weight: 600; margin-bottom: 32px; line-height: 1; letter-spacing: 1.2px; text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2), 0 0 20px rgba(0, 0, 0, 0.2); filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2));}
.hero-banner h1 span { color: #fff; display: block; font-size: 60px; font-weight: 700; max-width: 620px; margin: auto; line-height: 1; margin-top: 8px;}
.hero-banner p { margin: 0 auto; color: #fff; font-size: 18px; font-weight: 600; max-width: 650px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8), 0 0 15px rgba(0, 0, 0, 0.1); filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1)); line-height: 32px;}
.hero-banner .btn {font-size: 18px; height: 40px; padding: 5px 32px; margin-top: 48px; background-color: #2d3558; transition-duration: .3s;}
.hero-banner .btn:hover{background-color: oklab(33.9122% .00315508 -.0624568 / .8); border-color: #ffffff4d;}
/* Our Offering */
.our-offering{background-color: color-mix(in oklab, oklch(96% 0 0) 30%, transparent);}
.our-offering .grid{display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px;}
.our-offering .grid .card-title{ display: flex; margin: 0 0 46px;}
.our-offering .grid .card-title .icon{height: 48px; width: 48px; border-radius: 8px; background-color: oklab(33.9122% .00315508 -.0624568 / .1); display: flex; align-items: center; justify-content: center; margin-right: 12px;}
.our-offering .grid .card-title .title{margin: 0; font-size: 20px; line-height: 28px;}
.our-offering .grid .card-title .title span{display: block; font-size: 14px; color: #717171; font-weight: 400; line-height: 20px;}
.our-offering .grid .card-content p { font-size: 16px; margin: 0 0 16px; color: #717171; line-height: 24px; }
.our-offering .grid .card-list-item ul li{display: flex; align-items: center; color: oklch(15% 0 0); margin-bottom: 8px; line-height: 20px; font-size: 14px;}
.our-offering .grid .card-list-item ul li img{width: 16px; height: 16px; margin-right: 8px;}
.our-offering .grid .card-action { margin-top: 16px; text-align: right; }
.our-offering .grid .card-action a{color: #2d3558; line-height: 20px; font-size: 14px;}
.our-offering .grid .card-action a img{width: 12px; height: 12px; margin-left: 4px; vertical-align: middle; display: inline-block; filter: brightness(0) saturate(100%) invert(16%) sepia(44%) saturate(760%) hue-rotate(191deg) brightness(97%) contrast(87%);}
.our-offering .grid .card-action a:hover{opacity: 0.8; text-decoration-line: underline;}

/*  Application Area */
.application-area .grid{ display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
.application-area .grid .col{border: 1px solid oklch(92% 0 0); border-radius: 14px; overflow: hidden; transition-duration: .3s;}
.application-area .grid .col:hover{box-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a; border-color: oklab(33.9122% .00315508 -.0624568 / .2); background: oklab(33.9122% .00315508 -.0624568/.05);}
.application-area .grid .col .img{aspect-ratio: 16 / 9; overflow: hidden; position: relative;}
.application-area .grid .col .img img{position: absolute; left: 0; top: 0; height: 100%; width: 100%; object-fit: cover; transform: scale(100%); transition-duration: .3s;}
.application-area .grid .col:hover .img img{transform: scale(105%);}
.application-area .grid .col .content{padding: 24px;}
.application-area .grid .col .content h3 { font-size: 20px; font-weight: 600; line-height: 28px; color: oklch(15% 0 0); margin: 0 0 8px; }
.application-area .grid .col .content p{font-size: 14px; line-height: 20px; color: oklch(55% 0 0);}

/* Work Counter */
.work-counter { background-color: #2d3558; }
.work-counter .grid{display: grid ; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; color: #fff; text-align: center;}
.work-counter .grid .col .icon{width: 64px; height: 64px; border-radius: 64px; background-color: #ffffff1a; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px;}
.work-counter .grid .col .icon svg{height: 32px; width: 32px;}
.work-counter .grid .col .title{font-size: 48px; line-height: 1; font-weight: 700; margin-bottom:16px;}
.work-counter .grid .col h3{font-size: 20px; line-height: 28px; margin-bottom: 8px;}
.work-counter .grid .col p{color: #fffc;}

/* Leaders */
.leaders { background: oklch(96% 0 0); }
.leaders-logos{display: flex; gap: 48px; align-items: center; justify-content: center; flex-wrap: wrap;}
.leaders-logos li img{max-height: 48px; width: auto; transition-duration: .3s; filter:grayscale(100%); opacity: .6;}
.leaders-logos li:hover img{filter:grayscale(0%); opacity: 1;}

/* Need More Information */
.need-more-information .container{padding: 0 96px;}
.need-more-information .grid{ display: grid ; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 48px; align-items: center;}
.need-more-information .grid .sec-heading{text-align: left; margin-bottom: 16px;}
.need-more-information .grid .sec-heading h2{color: #2d3558;}
.need-more-information .grid .img img{float: right;}
.need-more-information .grid p{ font-size: 18px; color: oklch(44.6% .03 256.802); }
.need-more-information .grid p.small{ font-size: 14px; color: oklch(55.1% .027 264.364); }
.need-more-information .grid .btn{background-color: #2d3558; min-height: 40px; font-size: 18px; font-weight: 500; box-shadow: none; gap: 8px; padding: 5px 16px; border-color: #2d3558; border-width: 1px; margin-top: 40px; margin-bottom: 32px; filter: none; text-transform: capitalize;}
.need-more-information .grid .btn:hover{background-color: oklab(33.9122% .00315508 -.0624568 / .9);}
.need-more-information .grid .btn img{width: 16px; height: 16px; margin-right: 8px;}

/* News & Update */
.news{background: oklch(98.5% .002 247.839);}
.news .grid { display: grid ; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
.news .grid .col{border: 1px solid oklch(92% 0 0); border-radius: 14px; overflow: hidden; transition-duration: .3s; box-shadow: 0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;}
.news .grid .col:hover{box-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a; border-color: oklab(33.9122% .00315508 -.0624568 / .2);}
.news .grid .col .img { aspect-ratio: 4 / 3; overflow: hidden; position: relative; aspect-ratio: 16 / 9; }
.news .grid .col .img img{position: absolute; left: 0; top: 0; height: 100%; width: 100%; object-fit: cover; transform: scale(100%); transition-duration: .3s;}
.news .grid .col:hover .img img{transform: scale(105%);}
.news .grid .col .content { padding: 24px; }
.news .grid .col .content .date { color: oklch(55.1% .027 264.364); font-size: 12px; margin: 0 0 14px; }
.news .grid .col .content .date img{width: 12px; height: 12px; margin-right: 4px; vertical-align: middle; display: inline-block;}
.news .grid .col .content h2 { color: #2d3558; -webkit-line-clamp: 2; -webkit-box-orient: vertical; display: -webkit-box; overflow: hidden; font-size: 18px; line-height: 22.5px; font-weight: 600; margin: 0 0 20px; }
.news .grid .col .content p { color: oklch(44.6% .03 256.802);font-size: 14px; -webkit-line-clamp: 3; -webkit-box-orient: vertical; display: -webkit-box; overflow: hidden; line-height: 20px; }
.news .view-all-link{margin-top: 48px; text-align: center;}
.news .view-all-link a{color: #2d3558; font-size: 16px; font-weight: 600; }
.news .view-all-link a img{width: 16px; height: 16px; vertical-align: middle; margin-left: 4px; filter: brightness(0) saturate(100%) invert(16%) sepia(44%) saturate(760%) hue-rotate(191deg) brightness(97%) contrast(87%); display: inline-block;}
.news .view-all-link a:hover{opacity: 0.8; }

/* Footer */
footer{padding: 64px 0; background-color: #2d3558; color: #fff;}
footer .grid{ display: grid ; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 32px; }
footer .footer-intro{grid-column: span 2 / span 2;}
footer .footer-intro .logo{margin-bottom: 16px;}
footer .footer-intro .logo img{height: 32px;}
footer .footer-about p { color: #fffc; max-width: 28rem; margin-bottom: 24px; }
footer .footer-btns{display: flex; gap: 16px;}
footer .footer-btns .btn{height: 32px; padding: 0 10px; font-size: 14px; font-weight: 500; box-shadow: none; background-color: #0000; border-color: #fff3; border-width: 1px;}
footer .footer-btns .btn img { width: 16px; height: 16px; margin-right: 14px; }
footer .footer-btns .btn:hover{background-color: #ffffff1a;}
footer .footer-menu h3 { margin: 0 0 16px; font-weight: 600; font-size: 16px; }
footer .footer-menu ul li + li{margin-top: 8px;}
footer .footer-menu ul li a{color: #fff; display: inline-flex ; align-items: center; vertical-align: middle; opacity: 0.8; }
footer .footer-menu ul li a:hover{opacity: 1;}
footer .footer-menu ul li a img{width: 16px; height: 16px; vertical-align: middle; margin-right: 8px; filter: brightness(0) saturate(100%) invert(100%) sepia(8%) saturate(7480%) hue-rotate(189deg) brightness(113%) contrast(90%);}
footer .copyright-sec { display: flex; justify-content: space-between; margin-top: 48px; padding-top: 32px; border-top: 1px solid #fff3; font-size: 14px;color: #fff9; }
footer .copyright-sec .copyright-links ul{ display: inline-flex; gap: 24px; }
footer .copyright-sec .copyright-links a{ display: inline-flex; font-size: 14px;color: #fff; align-items: center; vertical-align: middle; opacity: 0.8;}
footer .copyright-sec .copyright-links a img{width: 12px; height: 12px; margin-right: 4px; vertical-align: middle;filter: brightness(0) saturate(100%) invert(100%) sepia(8%) saturate(7480%) hue-rotate(189deg) brightness(113%) contrast(90%);}
footer .copyright-sec .copyright-links a:hover{opacity: 1;}

/**23-10**/
.our-offering .sec-heading h2 { color: #2d3558; }
.leaders-logos.owl-carousel { width: 82%; margin-left: auto;
  margin-right: auto; }
.leaders-logos.owl-carousel .owl-item img { width: auto; }

/* Basic styling for button */
#backToTopBtn {
  display: none;
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 99;
  font-size: 22px;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 50%;
  transition: all 0.3s ease;
  bottom: 15px;
}

/* Hover effect */
#backToTopBtn:hover {
  background-color: #00000085;
  transform: scale(1.1);
}
#backToTopBtn img {
  height: 35px;
}


/* Blog */

.blog-items {display: grid ; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.blog-items .blog-item { position: relative; border: 1px solid oklch(92% 0 0); border-radius: 14px; overflow: hidden; transform: scale(100%); transition-duration: .25s; }
.blog-items .item-image{aspect-ratio: 32 / 15; overflow: hidden; position: relative; aspect-ratio: 16 / 9; }
.blog-items .item-image img{position: absolute; left: 0; top: 0; height: 100%; width: 100%; object-fit: cover; transition-duration: .25s;}
.blog-items .item-content{padding:24px;}
.blog-items .item-content .page-header a { font-size: 20px; font-weight: 600; line-height: 28px; color: oklch(15% 0 0); margin: 0 0 8px; display: inline-block;}
.blog-items .item-content .page-header a::after { content: ""; position: absolute; inset: 0; }
.blog-items .item-content  .date { display: flex; font-size: 12px; color: oklch(55% 0 0); gap: 8px; align-items: center; }
.blog-items .item-content .date img { width: 16px; vertical-align: middle; margin: 0; }
.blog-items .item-content p { font-size: 14px; line-height: 20px; color: oklch(55% 0 0); margin:0; }

.blog-items .blog-item:hover{ box-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a; border-color: oklab(33.9122% .00315508 -.0624568 / .2); background: oklab(33.9122% .00315508 -.0624568 / .05); transform: scale(103%); }
.blog-items .blog-item:hover .item-image img{     transform: scale(105%); }
.Blog-page .item-pageBlog-page { padding: 50px 0; }
.Blog-page .com-content-article .page-header{ padding:  0 0 30px; position: relative; color: #000; display: block;}
.Blog-page .com-content-article .page-header h1{ font-size: 36px; font-weight: 700; line-height: 1;}
.com-content-category-blog__navigation { display: flex; align-items: center; margin: 50px 0 50px; justify-content: center; gap: 30px; }
ul.pagination { display: flex; gap: 20px; flex-wrap: wrap; }
ul.pagination .page-link { font-size: 14px; color: #000; }
ul.pagination .active .page-link { background-color: #2d3558; color:#fff; padding: 5px 10px;}
.com-content-article__body h2 { font-size: 24px; margin: 10px 0 15px; }
.com-content-article__body p { margin: 0 0 15px; font-size: 16px; margin: 0 0 16px; color: #717171; line-height: 24px; }
.section.news.Related-Articles {background: transparent; }

/* Hero Banner */
.inner-banner{ padding: 98px 0; background: radial-gradient(100% 100% at 90% 0, #161e47bf 0, #222946 80%); position: relative; text-align: center; color: #fff; display: block; margin: 0 0 50px; z-index: 1;}
.inner-banner:after{content: ""; background-image: url(https://www.shutterstock.com/image-photo/holding-tablet-business-businessman-analyzing-600nw-2163538105.jpg); filter: grayscale() contrast(25%) brightness(175%); mix-blend-mode: multiply; z-index: 0; background-color: #28325c; background-position: 50%; background-repeat: no-repeat; background-size: cover; position: absolute; inset: 0; z-index: -1;}
.inner-banner h1{ font-size: 45px; font-weight: 700; line-height: 1; text-transform: uppercase; max-width: 900px; margin: auto;}
.Blog-page.article .inner-banner {display: none;}
.section.our-offering.hero-sec { padding: 0 0 80px; background: transparent; }
.section.our-offering.hero-sec .grid { margin: 35px 0 50px; }
.hero-sec .grid .card-title { margin: 0 0 16px; }
.hero-sec p.intro { font-size: 17px; max-width: 830px; }
.hero-sec h3 { margin: 0 0 15px; }
.hero-sec ul{padding-left: 18px;}
.hero-sec ul li{list-style: disc; margin: 0 0 6px}

.inner-page .container { max-width: 1200px; }
/* About */
.category-module { position: relative; max-width: 900px; margin: 0 auto 70px; }
.category-module:after { content: ''; position: absolute; left: 50%; transform: translateX(-50%); height: 100%; width: 5px; background: #2d3558; top: 0; border-radius: 5px; }
.category-module li { display: flex; justify-content: space-between;}
.category-module .timeline-content { border: 1px solid oklch(0.75 0 0); border-radius: 14px; overflow: hidden; transition-duration: .3s; padding: 24px; width: 45%; background: #d7d7d7; }
.category-module .timeline-content img { max-width: 200px; height: auto; width: 100%; margin: auto; }
.category-module .timeline-content p { color: #000; }
.category-module .timeline-content h3 { margin: 0 0 15px; }
.category-module .date { width: 50%; float: right; margin-top: 50px; position: relative; padding-left: 5%; font-size: 20px; font-weight: 700; }
.category-module .date:after { content: ''; position: absolute; left: -8px; top: 7px; width: 16px; height: 16px; background: #2d3558; z-index: 2111; }
.category-module li + li { margin-top: 50px; }
.category-module li:nth-child(odd){flex-direction: row-reverse; }
.category-module li:nth-child(even) .date { padding-left: 0; padding-right: 5%; text-align: right; }
.category-module li:nth-child(even) .date::after { left: auto; right: -8px; }
.about-us .about-logo { background: #2d3558; padding: 30px; text-align: center; margin: 0 0 30px; }
.about-us .about-logo img{max-width: 300px; margin: auto;}
.timeline h2 { text-align: center; margin: 70px 0 50px; font-size: 30px; }
.about-us { padding: 0 0 50px; }
.footer-menu li { width: 100%; }

/* Contact us */
.contact-us-section { padding: 70px 0; }
.contact-us-section h2 { font-size: 40px; font-weight: 700; margin: 0 0 20px; }
.contact-form-area { display: flex; gap: 50px; margin-top: 50px; }
.contact-form-area label.col-sm-3.col-form-label.formControlLabel { display: none; }
.contact-form-area .formControls.col-sm-9 { width: 100%; }
.address-box { background: #f6f6f6; padding: 20px; border-radius: 10px; margin: 0 0 15px; border: 1px solid #ddd; min-height: 120px;}
.address-box p{margin: 0;}
.address-box a { color: #0287cf;}
.address-box a:hover { color: #2d3558;}
.address-box h4 { font-size: 18px; display: flex; align-items: center; gap: 10px; }
.contact-form-area .formControls.col-sm-9 button#Send_Now { border: 0; background: #2d3558; box-shadow: none; width: 100%; text-align: center; justify-content: center; height: 50px; text-transform: uppercase; }
.contact-form-area .formControls.col-sm-9 button#Send_Now:hover{background-color: oklab(33.9122% .00315508 -.0624568 / .9);}
.contact-form-area .formControls.col-sm-9 input.form-control { height: 42px; font-size: 15px; }
.contact-form-area .formControls.col-sm-9 textarea.form-control { height: 161px; }
.contact-form-area .form { width: 60%; }
.contact-form-area .contact-info { width: 40%; }
.com-content-category-blog.blog { padding-bottom: 50px; }
/*
.content-box .content-side img { width: auto; height: auto; }
*/
.content-box .content-side .item-image img { width: auto; height: auto; }
.content-box .content-side p img { padding-left: 10px; padding-right: 10px; }

/* cms page */
.cms-page { padding: 50px 0; }
.cms-page h1 { font-size: 36px; margin: 0 0 30px; }
.cms-page h4 { font-size: 20px; margin: 0 0 15px; }

/*
.inner-page.news-page.article .page-header { display: none; }
*/
.inner-page.news-page.article .inner-banner h1, .inner-page.news-page.article .inner-banner h2 { font-weight: 500; text-transform: none; font-size: 45px;   font-weight: 700;   line-height: 1; max-width: 900px;   margin: auto; }

.inner-page.news-page.article .left.item-image { width: 50%; float: right; padding-left: 15px; }
.inner-page.news-page.article .right.item-image { width: 50%; float: left; padding-right: 15px; }


.blog-item .read-more-link-sec{text-align: right;  margin: 16px 0 0;}
.blog-item .read-more-link-sec a {color: #2d3558; line-height: 20px; font-size: 14px;}
.blog-item .read-more-link-sec a img{width: 12px; height: 12px; margin-left: 4px; vertical-align: middle; filter: brightness(0) saturate(100%) invert(16%) sepia(44%) saturate(760%) hue-rotate(191deg) brightness(97%) contrast(87%); display: inline-block;}
.blog-item .read-more-link-sec a:hover {opacity: 0.8;}

body.article .article-info.text-muted .article-info-term { display: none; }
body.article .article-info.text-muted { padding-bottom: 10px; color: #717171; }
.article .com-content-article.item-page { padding-top: 10px; padding-bottom: 20px; }

.slider_viewport .slider_item > a img { filter: grayscale(100%); opacity: .6; }
.slider_viewport .slider_item > a:hover img { filter: grayscale(0%); opacity: 1; }
.sec-heading { font-size: 36px; line-height: 40px; margin-bottom: 50px; }

.com-content-article__body img { height: auto; }
.com-content-article__body ul { padding-top: 5px;   padding-bottom: 5px; }

.com-content-article__body ul li, .com-content-article__body ol li { list-style: disc inside; color: #717171; }

.full-width-container .container { width: 100%; max-width: 96rem; padding-left: 32px; padding-right: 32px; margin-left: auto; margin-right: auto; }

/***/
.inner-page header .container { max-width: 96rem; }
.default-height .content-box { min-height: max(360px, 50vh); }

.date.article-details-date {   display: flex;   font-size: 16px;   color: oklch(55% 0 0);   gap: 8px;   align-items: center; }
.date.article-details-date img {   width: 20px;   vertical-align: middle;   margin: 0; }

/** Standard Card **/

.standard-card-items {
  li {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid oklch(85% 0 0);
    background-color: #fafafa;
    padding-bottom: 24px;
    box-shadow: 0 1px 1px 2px #00000007;
    transform: scale(100%);
    transition: all .25s ease-in-out;
  }

  li:hover {
    box-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;
    background-color: #f5f5f5;
    transform: scale(103%);
  }

  .mod-articles-link::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
  }

  figure {
    width: 100%;
    aspect-ratio: 16 / 9;

    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }

  .mod-articles-title {
    padding: 4px 24px;
  }

  p {
    padding: 0 24px;
    font-size: 0.9em;
    opacity: 0.9;
  }

  .read-more-container {
    text-align: right;
    padding: 0 24px;
    font-size: 14px;
    margin-top: 12px;

    .read-more-button {
      color: #2d3558;
    }

    svg {
      width: 13px;
      height: 13px;
      margin-left: 3px;
      vertical-align: middle;
      filter: brightness(0) saturate(100%) invert(16%) sepia(44%) saturate(760%) hue-rotate(191deg) brightness(97%) contrast(87%);
      display: inline-block;
      transition: all .35s ease-in-out;
    }
  }

  .read-more-container svg {
    width: 13px;
    height: 13px;
    margin-left: 3px;
    vertical-align: middle;
    filter: brightness(0) saturate(100%) invert(16%) sepia(44%) saturate(760%) hue-rotate(191deg) brightness(97%) contrast(87%);
    display: inline-block;
    transition: all .35s ease-in-out;
    overflow: visible;
  }
  
  .read-more-container svg path:first-child {
    transition: all 0.35s ease;
  }

  li:hover {
    .read-more-container svg {
      margin-left: 7px !important;
    }

    .read-more-container svg path:first-child {
      d: path("M-6 12h25");
    }
  }
}

.moduletitle {
  margin-bottom: 16px;
}


/** Design Updates **/

/* Font family */
body {
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0.025em;
  color: #444;
}

/* Default text color in articles */
.com-content-article__body p,
.com-content-article__body ul li, .com-content-article__body ol li {
  color: #444;
}

/* Default heading color */
h1, h2, h3, h4, h5, h6 {
  color: #2d3558;
}

/* Default link color */
a, a:link, a:visited, a:hover {
  color: #2d3558;
  text-decoration: none;
  cursor: pointer;
  font-weight: 500;
}

/* Cards */
.blog-items .blog-item {
  border: 1px solid oklch(85% 0 0);
  background-color: #fafafa;
  box-shadow: 0 1px 1px 2px #00000007;

  .item-image {
    background-color: #f0f0f0;
  }
}

/* Inner banner and work-counter must use white color for headings because of the background */
.inner-banner,
.work-counter {
  h1, h2, h3, h4, h5, h6 {
    color: #fff;
  }
}

/* Add more padding to the top header of the article page */
.page-header {
  margin-bottom: 10px;
}

/* Add more padding to the article page */
.article .com-content-article.item-page {
  padding-top: 0;
  padding-bottom: 30px;
}

/* Change the font size of the our-offering page */
.our-offering {
  .our-offering .grid .card-title {
    margin-bottom: 24px;
  }

  .grid .card-content p {
    font-size: 14px;
    color: #444;
  }
}

.com-content-article {
  h1, h2, h3, h4, h5, h6 {
    margin-top: 15px;
    margin-bottom: 5px;
  }

  ul li, ol li {
    margin-bottom: 3px;
  }

  ul, ol {
    padding-left: 15px;
  }
}