/*
Theme Name: Above Standard Child
Theme URI: https://wordpress.org/themes/twentytwentyfour/
Template: Above Standard
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Four is designed to be flexible, versatile and applicable to any website. Its collection of templates and patterns tailor to different needs, such as presenting a business, blogging and writing or showcasing work. A multitude of possibilities open up with just a few adjustments to color and typography. Twenty Twenty-Four comes with style variations and full page designs to help speed up the site building process, is fully compatible with the site editor, and takes advantage of new design tools introduced in WordPress 6.4.
Tags: one-column,custom-colors,custom-menu,custom-logo,editor-style,featured-images,full-site-editing,block-patterns,rtl-language-support,sticky-post,threaded-comments,translation-ready,wide-blocks,block-styles,style-variations,accessibility-ready,blog,portfolio,news
Version: 1.5.1786441674
Updated: 2026-08-11 11:47:54

*/

/* ========================================== common style======================================== */
::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 5px;
}
::-webkit-scrollbar-thumb {
    background: #0d2618;
    border-radius: 5px;
}
::-webkit-scrollbar {
    width: 5px;
    border-radius: 5px;
}
html {
    scroll-behavior: smooth;
}
ul, ol {
	padding-inline:0px !important;
}
a {
	text-decoration:none !important;
}
.absd-hover-btn {
	display:flex !important;
}
.absd-hover-btn a {
	position: relative;
    overflow: hidden;
    box-sizing: border-box;
    z-index: 1;
}
.absd-hover-btn a:before {
    content: "";
    height: 100%;
    width: 0%;
    display: block;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: -2px;
    z-index: -1;
    transition: 0.3s;
    border-radius: ;
    background-color:#f77418;
}
.absd-hover-btn-outline a:before {
	background-color: rgb(242, 127, 47);
}
.absd-hover-btn a:hover:before {
	transition: 0.3s;
    width: calc(100% + 4px);
}
.absd-hover-btn-outline a:hover {
	color:#fff !important;
  	border-color:rgb(242, 127, 47);
}
.absd-hover-btn-outline a:hover mark {
	color:#fff !important;
}

@media (max-width:1399px) and (min-width:1200px) {
  .gap-70 {
    column-gap: 50px !important;
  }
}

@media (max-width:1199px) and (min-width:992px) {
  .plr-60 {
    padding-left: 55px !important;
    padding-right: 55px !important;
  }
  
  .pt-100 {
    padding-top: 90px !important;
  }
  
  .pb-100 {
    padding-bottom: 90px !important;
  }
  
  .ptb-100 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  
  .gap-70 {
    column-gap: 35px !important;
  }
	.absd-inner-page-space-100 {
	   padding-top: 85px !important;	
	}
}

@media (max-width:991px) and (min-width:782px) {
  .plr-60 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
  
  .pt-100 {
    padding-top: 80px !important;
  }
  
  .pb-100 {
    padding-bottom: 80px !important;
  }
  
  .ptb-100 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
	.absd-inner-page-space-100 {
	   padding-top: 70px !important;	
	}
	.absd-hero-space-block-start {
		padding-top:160px !important;
	}
}

@media (max-width:781px) and (min-width:576px) {
  .plr-60 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}

@media (max-width:781px) and (min-width:480px) {
  .pt-100 {
    padding-top: 60px !important;
  }
  
  .pb-100 {
    padding-bottom: 60px !important;
  }
  
  .ptb-100 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
	.absd-inner-page-space-100 {
	   padding-top: 55px !important;	
	}
}

@media (max-width:575px) and (min-width:480px) {
  .plr-60 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
}
@media (max-width:479px) {
  .plr-60 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  
  .pt-100 {
    padding-top: 55px !important;
  }
  
  .pb-100 {
    padding-bottom: 55px !important;
  }
  
  .ptb-100 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }
	.absd-inner-page-space-100 {
	   padding-top: 45px !important;	
	}
  
}

/* ====================================================== header style =========================================== */

.absd-header-lang-switch>.wp-block.wp-block-navigation-item,
.wpml-language-switcher-block.absd-header-lang-switch,
.absd-header-lang-switch .wpml-ls-dropdown{
    width: fit-content !important;
}
.absd-header-lang-switch {
    padding: 5px 10px;
    background: rgb(41, 75, 57);
    border-radius: 6px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.absd-header-lang-switch span.wp-block-navigation__submenu-icon {
	display:none !important;
}
.absd-header-lang-switch span.wp-block-navigation__submenu-icon svg {
    stroke: #fff !important;
    width: 12px;
    height: 12px;
	margin-top:0px !important;
}
/* .absd-header-lang-switch img  {
  height:auto !important;
} */
.absd-header-lang-switch .current-language-item{
	gap:5px;
}
:where(.wp-site-blocks *:focus),
:where(.wp-site-blocks *){
	outline:none !important;
}
body .wpml-language-switcher-block.absd-header-lang-switch .wp-block-navigation__submenu-container {
    background: #fff !important;
    /* margin-top: 10px !important; */
    padding: 5px 10px !important;
    border-radius: 3px !important;
/*    width: 45px !important; */
/*     height: 40px !important; */
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    left: -11px !important;
}
.absd-header .absd-header-container .wpml-language-switcher-block.absd-header-lang-switch .wp-block-navigation__submenu-container li {
	margin-top:0px !important;
  	justify-content:center;
      width: 100% !important;
}
.absd-header-nav-menu-list a{
    position: relative;
    transition: color 0.2s ease;
}
.absd-header-logo img {
	max-width:212px;
}
.absd-dark-logo {
	display:none;
}
.absd-header.nav-sticky .absd-dark-logo,
.page-id-311 .absd-header .absd-dark-logo,
.page-id-24 .absd-header .absd-dark-logo,
.page-id-381 .absd-header .absd-dark-logo,
.page-id-451 .absd-header .absd-dark-logo,
.page-id-507 .absd-header .absd-dark-logo,
.page-id-537 .absd-header .absd-dark-logo{
	display:block;
}
.absd-header.nav-sticky .absd-light-logo,
.page-id-311 .absd-header .absd-light-logo,
.page-id-24 .absd-header .absd-light-logo,
.page-id-381 .absd-header .absd-light-logo,
.page-id-451 .absd-header .absd-light-logo,
.page-id-507 .absd-header .absd-light-logo,
.page-id-537 .absd-header .absd-light-logo{
	display:none;
}
.absd-header.nav-sticky ul li a ,
.page-id-311 .absd-header ul li a,
.page-id-24 .absd-header ul li a,
.page-id-381 .absd-header ul li a,
.page-id-451 .absd-header ul li a,
.page-id-507 .absd-header ul li a,
.page-id-537 .absd-header ul li a{
	color:#000 !important;
}

.absd-header-nav-menu-list a:hover,
body .absd-header-nav-menu-list li.current-menu-item a{
	color: #f27f2f !important;
  	text-decoration:none !important;
}
.page-id-24 .absd-header,
.page-id-311 .absd-header,
.page-id-381 .absd-header,
.page-id-451 .absd-header,
.page-id-507 .absd-header,
.page-id-537 .absd-header{
	background:#fff !important;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.absd-header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
	z-index:9;
}
.absd-header.nav-sticky {
    position: fixed;
    top: 0px;
    backdrop-filter: blur(5px);
    left: 0px;
    z-index: 20;
    max-width: 100% !important;
    width: 100% !important;
    background-color: #fff!important;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    animation: 0.9s ease 0s 1 normal forwards running smoothscroll;
}
body:has(#wpadminbar) .absd-header {
		top: 32px;
	} 
body:has(#wpadminbar) .absd-header.nav-sticky {
		top: 0px;
}

@media (min-width:601px) {
	body:has(#wpadminbar) .absd-header.nav-sticky {
		top: 32px;
	}
}
@media (max-width:782px) {
	body:has(#wpadminbar) .absd-header {
		top: 46px;
	} 
}
@keyframes smoothscroll{
	0% {
    opacity: 0;
    transform: translateY(-100%);
}
100% {
    opacity: 1;
    transform: translateY(0px);
}
}
@media (min-width:992px) {
	.absd-header-nav-menu-list a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 1.7px;
    background: #f27f2f;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.4s ease;
}
	.absd-header-nav-menu-list a:hover:after ,
	.absd-header-nav-menu-list li.current-menu-item a:after{
		transform: scaleX(1);
		transform-origin: left;
	}
}
@media  (max-width:575px) and (min-width:380px) {
	.absd-header-button a img {
		width:20px !important;
	}
	.absd-header-button a {
		padding-inline: 10px !important;
	}
	.absd-header-logo img {
		max-width: 150px;
	}
}
@media (max-width:991px) and (min-width:576px) {
	 .absd-header-logo img {
		 max-width: 180px;
	  }

}
@media (max-width:1100px)and (min-width:992px){
  .absd-header-logo img {
      max-width: 180px;
  }
}
@media (max-width:1300px)and (min-width:1100px){
  .absd-header-logo img {
      max-width: 200px;
  }
}
@media (max-width:1199px) {
  .absd-header-nav-menu-list {
  	gap:35px;
  }
}
@media (max-width:1099px) {
  .absd-header-button a {
  	font-size:0px !important;
    padding-inline:15px !important;
  }
}
@media (min-width:1100px){
  .absd-header-button a img {
  	display:none;
  }
}
@media (max-width:991px) {
	.absd-header-nav-menu-list .wp-block-navigation__responsive-container {
		left: -104%;
		top: 0px;
		visibility: hidden;
		height: 100vh;
		display: block !important;
		position: fixed !important;
		background-color: white !important;
		transition: 0.3s;
		padding: 0px !important;
	}
	.absd-header-nav-menu-list button.wp-block-navigation__responsive-container-open {
		display: block !important;
		outline: none !important;
		 background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M20 12H10' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20 5H4' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20 19H4' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        width: 25px;
        height: 25px;
        background-position: center;
        background-repeat: no-repeat;
        transform: rotate(180deg);
	}
	.absd-header.nav-sticky .absd-header-nav-menu-list button.wp-block-navigation__responsive-container-open,
	.page-id-311 .absd-header-nav-menu-list button.wp-block-navigation__responsive-container-open,
	.page-id-24 .absd-header-nav-menu-list button.wp-block-navigation__responsive-container-open,
	.page-id-381 .absd-header-nav-menu-list button.wp-block-navigation__responsive-container-open,
	.page-id-451 .absd-header-nav-menu-list button.wp-block-navigation__responsive-container-open,
	.page-id-507 .absd-header-nav-menu-list button.wp-block-navigation__responsive-container-open,
	.page-id-537 .absd-header-nav-menu-list button.wp-block-navigation__responsive-container-open{
		 background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M20 12H10' stroke='%230d2618' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20 5H4' stroke='%230d2618' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20 19H4' stroke='%230d2618' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
 
	}
	.absd-header-nav-menu-list button.wp-block-navigation__responsive-container-open svg {
		display:none;
	}
	.absd-header-nav-menu-list .wp-block-navigation__responsive-container.has-modal-open.is-menu-open {
		animation: none !important;
		visibility: visible;
		left: 0px;
		width: 100%;
		transition: ease 0.3s all;
	  }
  
	  .absd-header-nav-menus div.wp-block-navigation__responsive-container div.wp-block-navigation__responsive-container-content,
	  .absd-header-nav-menus div.wp-block-navigation__responsive-container .absd-header-nav-menu-list,
	  .absd-header-nav-menus div.wp-block-navigation__responsive-container .absd-header-nav-menu-list li {
		align-items: flex-start !important;
	  }

	  .absd-header-nav-menu-list div.wp-block-navigation__responsive-container .absd-header-nav-menu-list li {
		width: 100%;
	  }
  
	  .absd-header-nav-menus div.wp-block-navigation__responsive-container .absd-header-nav-menu-list li a {
			width: calc(100% - 40px) !important;
			padding: 12px 20px !important;
			
			color: #000;
	  }
		.absd-header-nav-menus div.wp-block-navigation__responsive-container.has-modal-open.is-menu-open .absd-header-nav-menu-list li a {
			border-bottom: 1px solid #e2e2e2;	
		}

	  .absd-header-nav-menus div.wp-block-navigation__responsive-container .absd-header-nav-menu-list li a:hover {
		color: #000 !important;
	  }

	  .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container {
		width: 100%;
		gap: 0;
	  }
  
	  .absd-header-nav-menu-list div.wp-block-navigation__responsive-container div.wp-block-navigation__responsive-container-content {
		padding: 50px 0;
	  }

	  .absd-header-nav-menu-list .wp-block-navigation__responsive-container.has-modal-open.is-menu-open button.wp-block-navigation__responsive-container-close {
		padding: 20px;
		outline: none !important;
	  }

	  .absd-header-nav-menu-list .wp-block-navigation__responsive-container.has-modal-open.is-menu-open button.wp-block-navigation__responsive-container-close svg {
		fill: #000;
	  }

	  .has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog {
		margin-top: 0px;
	  }

	  .absd-search-bar {
		margin-left: auto !important;
	  }

	  .absd-header-nav-menus {
		order: 1;
	  }

	  .absd-header-buttons {
		order: 3;
	  }

	  .absd-header-logo {
		order: 2;
	  }
	.absd-header {
		padding-block:15px;
	}
		body .wpml-language-switcher-block.absd-header-lang-switch .wp-block-navigation__submenu-container {
		width:25px;
		height:27px;
	}
}

@media (max-width:479px) {
	.absd-header-buttons {
		gap:10px;
	}
	.absd-header-button a {
		padding-inline: 12px !important;
		padding-block: 8px !important;
	}
	.absd-header-button a img {
		width: 18px !important;
	}
	.absd-header-lang-switch .wpml-ls-dropdown img {
		width: 20px !important;
		height: 20px !important;
	}
	body .wpml-language-switcher-block.absd-header-lang-switch .wp-block-navigation__submenu-container {
		width: 22px !important;
		height: 23px !important;
		left: -13px !important;
	}
/* 	.absd-header-lang-switch span.wp-block-navigation__submenu-icon {
		margin-bottom: 5px !important;
		margin-left:0px;
	} */
}

@media (max-width:380px) {
	.absd-header-button a {
		padding: 8px !important;
	}
	.absd-header-button a img {
		width:17px !important;
	}
	.absd-header-logo img {
		max-width: 120px;
	}
	.absd-header-lang-switch {
		padding: 2px 8px;
	}
	.absd-header-lang-switch .current-language-item {
		min-height: 25px;
	}
	.absd-header-lang-switch .current-language-item img{
		width: 20px;
	}
	.absd-header-button {
		gap:10px;
	}
}
/* ================================================ hero section ====================================== */

.absd-contact-hero-col {
	position:relative;
}
.absd-contact-hero-glamsbjerg .absd-contact-hero-glamsbjerg-content figure {
    display: flex;
}
.as-form-wrap p {
    margin: 0px;
}
.as-form-field br {
	display:none;
}
.as-phone-group .intl-tel-input {
    display: flex;
    gap: 20px;
    box-sizing: border-box;
}
.as-phone-group .flag-container {
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    position: relative;
    transition: 100ms;
    border-radius: 6px;
    box-sizing: border-box;
    color: black;
    font-size: 14px;
    font-family: Poppins;
    background: #f8f8f8;
    padding: 2px 10px;
    white-space: nowrap;
}
.as-phone-group .flag-container .selected-flag {
    
}
.as-phone-group .flag-container .iti-flag {
    position: unset;
  	margin:0px;
}
.as-phone-group .flag-container .selected-flag {
    width: auto !important;
    display: flex;
    align-items: center;
    gap: 0.5rem;
  	padding:0px;
    background: transparent !important;
}
.as-phone-group .flag-container .selected-dial-code {
    display: block;
    padding: 0;
}
.as-phone-group .flag-container .iti-arrow {
    position: unset;
    margin: 0px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath d='M4.516 7.548c.436-0.446 1.043-0.481 1.576 0l3.908 3.747 3.908-3.747c.533-0.481 1.141-0.446 1.574 0 0.436 0.445 0.408 1.197 0 1.615-0.406 0.418-4.695 4.502-4.695 4.502-0.217 0.223-0.502 0.335-0.787 0.335s-0.57-0.112-0.789-0.335c0 0-4.287-4.084-4.695-4.502s-0.436-1.17 0-1.615z' fill='%230d2618'/%3E%3C/svg%3E");
    width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    border: 0px;
}
.as-phone-group .intl-tel-input .country-list .country.highlight,
.as-phone-group .intl-tel-input .country-list .country.active{
    background-color: #ffe7d6f0;
    color: #f27f2f;
}
.as-phone-group .intl-tel-input .country-list .country.highlight .dial-code,
.as-phone-group .intl-tel-input .country-list .country.active{
	color: #f27f2f;
}
.as-phone-group .intl-tel-input .country-list  {
	 top: 100%;
  	left:0;
}
.as-phone-group p {
    width: 100%;
}
.as-upload-add svg {
    width: 100%;
    height: 100%;
}
.as-form-row input.wpcf7-form-control.wpcf7-submit {
    font-weight: 500;
    color: #fff;
    padding: 16px 20px;
    -webkit-column-gap: 50px;
    column-gap: 50px;
    font-size: 15px;
    font-family: Poppins;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0.02857em;
    border-radius: 6px;
    text-transform: initial;
    background-color: #F27F2F !important;
    min-width: 180px;
    border: 0px;
	cursor:pointer;
    text-align: left;
    background-image: url(/wp-content/uploads/2026/09/white_back_arrow.svg);
    background-repeat: no-repeat;
    background-position: center right 20px;
}
.absd-contact-hero-right-content {
	overflow:hidden;
}
.absd-contact-hero-right-content .wpcf7-response-output {
    font-size: 14px;
    text-align: center;
    border-radius: 5px;
    border-width: 1px !important;
}
/* .absd-contact-hero-section {
	overflow:hidden;
} */
@media (max-width:1320px){
	.absd-contact-hero-right-content {
		padding-left:25px !important;
	}
}
@media (max-width:781px) {
	.absd-contact-hero-col-inner {
		padding-right:0px !important;
	}
	.absd-contact-hero-col-right {
		border-radius: 20px;
		overflow: hidden;
	}
	.absd-contact-hero-right-content {
		padding-block: 30px !important;
	}
	.absd-contact-hero-right-content {
		padding-inline:20px !important;
	}
	.absd-contact-hero-section {
		padding-bottom:50px;
	}
	.absd-contact-hero-col-inner {
		padding-bottom:40px !important;
	}
}
@media (max-width:575px) {
	.absd-contact-hero-col h2 {
		font-size:30px !important;
		margin-bottom:35px !important;
	}
	.absd-contact-hero-glamsbjerg {
		padding:25px!important;
	}
	.absd-contact-hero-right-content {
		padding-left: 20px !important;
	}
}
@media (min-width:782px) {
	.absd-contact-hero-col-left {
		position: sticky;
		top: 0;
		height: fit-content;
	}
	.absd-contact-hero-section:after {
		content:'';
		position:absolute;
		background-color:#fff;
		width:50%;
		height:100%;
		  top: 0;
		right: 0;
	}
	.absd-contact-hero-section {
		position:relative;
	}
	.absd-contact-hero-container {
		z-index:1;
	}
}

@media (max-width:767px) and (min-width:576px) {
	.absd-contact-hero-col h2 {
		font-size:36px !important;
	}
	.absd-contact-hero-glamsbjerg {
		padding:25px!important;
	}
}
@media (max-width:991px) and (min-width:768px) {
	.absd-contact-hero-col h2 {
		font-size:40px !important;
	}
}
@media (max-width:1199px) and (min-width:782px) {
	.absd-contact-hero-col-inner {
		padding-right:25px !important;
	}
}
@media (max-width:1400px) and (min-width:1200px) {
	.absd-contact-hero-right-content {
		padding-left:60px !important;
	}
}

/* =========================================================================================
 
                           case  page style
 
 * ====================================================================================== */


.absd-case-hero-content p{
	max-width:1130px;
  	margin-inline:0px !important
}
.absd--hero-logo-grid figure.wp-block-image {
    display: flex;
    align-items: center;
}
.absd-case-section-link {
	display:flex;
  	align-items:center;
  	gap:10px;
}
.absd-case-section-link img {
	transition:.4s
}
.absd-case-section-link:hover img {
	margin-left:10px;
}
.absd-case-section-row {
    max-width: 1180px;
}
.absd-case-section-content-inner-row {
	max-width:482px;
}

.absd-footer-contact-row .absd-hover-btn {
    display: flex;
}
.absd-footer-contact-btn {
    min-width: 185px;
}
.absd-footer-contact-booking-btn {
	min-width: 260px;
}
.absd-footer-contact-booking-btn a {
    display: flex;
    align-items: center;
    gap: 12px;
}
.absd-footer-contact-booking-btn a:hover img {
	filter: grayscale(1) brightness(0) invert(1);
}
.absd-footer-contact-booking-btn a:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    background-image: url(/wp-content/uploads/2026/09/back-1-14.svg);
    background-repeat: no-repeat;
	background-size:contain;
    width: 20px;
    height: 20px;
}
.absd-footer-contact-booking-btn a:hover:after {
 	background-image: url(/wp-content/uploads/2026/09/white_back_arrow.svg);
}
.absd-footer-contact-section p {
    max-width: 900px;
}
.absd-footet-button-image {
	position:relative;
    max-width: 920px;
}
.absd-our-customer-review-slider {
	padding: 0 20px 15px ;
	overflow:hidden;
}
.absd-our-customer-review-slider .swiper  {
	overflow:visible;
	margin-bottom:0px !important;
}
.absd-our-customer-review-slide .absd-our-customer-review-slide-inner {
    height: 100%;
  	border: 1px solid rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.1) 5px 5px 15px 0px;
    transition: 0.3s;
  	display:flex;
  	flex-direction:column;
  	justify-content:space-between;
}
.absd-our-customer-review-slide .absd-our-customer-review-slide-inner:hover{
	background: rgba(242, 242, 242, 0.314);
    border: 1px solid black;
    transition: 0.3s;
    box-shadow: none;
}
.absd-our-customer-details {
    margin-top: auto !important;
  	
}
.absd-our-customer-country {
    display: flex;
    align-items: center;
    gap: 10px;
}
.absd-our-customer-country:before {
   	content:'';
  	background-image:url(/wp-content/uploads/2026/09/location-2-1.svg);
  	width:20px;
  	height:20px;
}
.absd-our-customer-img {
	padding:0px !important;
  	width:60px;
  	height:60px;
  	display: flex;
    align-items: center;
  	justify-content:center;
  	position:relative;
}
.absd-our-customer-img:after {
    content: '';
    background-image: url(/wp-content/uploads/2026/09/Group-37045.svg);
    width: 20px;
    height: 20px;
    background-size: contain;
    bottom: 0;
    position: absolute;
    right: 0;
}
.absd-our-customer-review-slider .cb-pagination {
    position: unset;
    margin-top: 35px;
    column-gap: 15px;
}
.absd-our-customer-review-slider .cb-pagination  span.swiper-pagination-bullet {
    background: #d9d9d9 !important;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    display: inline-block;
    opacity: 1 !important;
    margin: 0px !important;
}
.absd-our-customer-review-slider .cb-pagination span.swiper-pagination-bullet-active {
    height: 9px;
    width: 9px;
    outline: 1px solid #0d2618 !important;
    background: #000!important;
    position: relative;
    outline-offset: 3px;
}
@media (min-width:992px) {
	.absd-footer-image-row {
		position: absolute;
		right: 0;
		top: 15px;
	}
}
@media (max-width:781px) and (min-width:575px){
	.absd-footet-button-image {
		margin-top:30px !important
	}
}
@media (max-width:991px) and (min-width:782px){

  .absd-case-hero-content {
  	padding-bottom:50px !important;
  }
  .absd-case-section-img-col {
    flex-basis: 44% !important;
  }
  .absd-case-section-content-col {
  	flex-basis: 56% !important;
  }
}
@media (max-width:991px){
  .absd-case-hero-content {
  	text-align:center;
  }
  .absd--hero-logo-grid {
  	display:flex !important;
    align-items:center;
    justify-content:center;
    flex-wrap:wrap;
    row-gap:30px;
  }
 .absd-footer-image-row {
	display:none !important;
  }
	.absd-footet-button-image {
		margin-bottom:0px !important
	}
	.absd-our-customer-review-slide-inner {
		padding:20px !important;
		border-radius:20px !important;
	}
	.absd-our-customer-review-slider {
		padding-inline: 15px;
	}
}

@media (max-width:781px){
  .absd-case-hero-content {
  	padding-bottom:35px !important;
  }
  .absd-case-hero-content h1 {
  	margin-bottom: 20px !important
  }
  .absd-case-section-content-col>.wp-block-group > * + * {
  	margin-block-start:20px;
  }
  .absd-case-container .wp-block-separator {
  	margin-block:35px !important
  }
	.absd-footer-contact-section h2 {
		margin-top: 12px !important;
	}
	.absd-footer-contact-row {
		gap:20px;
		flex-wrap:wrap !important;
	}
}
@media (max-width:767px){
	.absd-our-customer-review-slider {
		padding-inline: 0px;
	}
	.absd-our-customer-review-slide .absd-our-customer-review-slide-inner {
		border: 1px solid ;
		box-shadow:none;
		
	}
}
@media (max-width:575px){
	.absd-footet-button-image {
		margin-top:20px !important
	}
	.absd-our-customer-review-slide-inner .absd-our-customer-review-slide-content {
		display: -webkit-box;
		-webkit-line-clamp: 6;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-box-orient: vertical;
	}
	.absd-our-customer-img {
		width:50px;
		height:50px;
	}
	.absd-case-section-content-inner-row {
		padding-inline:16px !important;
	}
}
@media (max-width:375px){
  .absd--hero-logo-grid {
  	column-gap:32px;
  }
  .absd-case-section-content-inner-row .wp-block-group:first-child {
  	padding-right:20px !important
  }
    .absd-case-section-content-inner-row .wp-block-group:last-child {
  	padding-left:20px !important
  }
}

/* ============================================================================================
 
									footer style
  
 =============================================================================================== */


.absd-footer-grid {
  	display:grid !important;
   grid-template-columns: 1fr 1.3fr 0.7fr auto;
}
p.absd-footer-desc {
    max-width: 300px;
    margin-left: 0px !important;
}
.absd-footer-logo img {
	max-width:240px;
  	width:100%;
}
.absd-footer-social .absd-footer-social-icon {
	height: 45px;
    min-width: 45px;
    padding: 0px !important;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
   	transition: 0.2s;
}
.absd-footer-social .absd-footer-social-icon a{
	display:flex;
}
.absd-footer-social .absd-footer-social-icon:hover {
	background-color: rgba(255, 255, 255, 0.2) !important;
}

.absd-footer-social .absd-footer-social-icon  figure,
.absd-footer-address-grid figure{
	display:flex;
}
.absd-footer-grid-item ul li a {
    position: relative;
    transition: color 0.2s ease;
  	text-decoration:none;
}
.absd-footer-grid-item ul li a:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -4px;
        width: 100%;
        height: 1px;
        background: #fff;
        transform: scaleX(0);
        transform-origin: right;
        transition: transform 0.4s ease;
}

.absd-footer-grid-item ul li a:hover:after {
	 transform: scaleX(1);
     transform-origin: left;
}

@media (max-width:860px) and (min-width:480px){
  .absd-footer-grid {
   	grid-template-columns: 1fr 1fr;
}
  .absd-footer-grid {
  	row-gap:50px;
  }
  .absd-footer-copyright .wp-block-separator {
  	margin-top:35px !important;
  }
}
@media (max-width:991px) and (min-width:576){
  .absd-footer-grid {
  	column-gap:50px;
  }
}
@media (max-width:575px){
  .absd-footer-grid {
  	column-gap:20px;
  }
  .absd-footer-grid-item-title {
  	margin-bottom: 16px !important;
    font-size:16px !important
  }
  p.absd-footer-desc {
  	margin-bottom: 20px !important;
  }
}
@media (max-width:479px){
  .absd-footer-grid {
   	grid-template-columns: 1fr;
}
  .absd-footer-grid {
  	row-gap:50px;
  }
  .absd-footer-logo-col  figure.absd-footer-logo {
    margin-bottom: 30px !important;
}
  .absd-footer-social .absd-footer-social-icon {
    height: 40px;
    min-width: 40px;
  }
  .absd-footer-social .absd-footer-social-icon  img{
	max-width:20px
  }
   .absd-footer-grid {
  	row-gap:35px;
  }
  .absd-footer-copyright .wp-block-separator {
  	margin-block:25px !important;
  }
  .absd-footer-copyright {
	padding-bottom:25px !important;
  }
}

/*=====================================================================================================
 
										cases/anecdon page style
 
 ====================================================================================================*/


.absd-review-card {
    box-shadow: 5px 5px 30px 0px rgba(0, 0, 0, 0.1) !important;
	max-width:1250px;
	transition:.4s;
	border: 1px solid rgb(255, 255, 255);
}
.absd-review-card:hover {
	box-shadow:none !important;
	background: rgba(242, 242, 242, 0.314);
    border: 1px solid black;
    transition: 0.3s;
}
.absd-review-card:after {
    content: '';
    background-image: url(/wp-content/uploads/2026/09/Icon.svg);
  	width: 160px;
    position: absolute;
    height: 100px;
    bottom: -1px;
    right: 70px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    opacity: 0.2;
	transition: 0.5s ease-in-out;
}
.absd-review-card:hover::after {
	    transform: translateY(-12px);
		scale: 1.3;
		opacity: 0.1;
		transition: 0.5s ease-in-out;

}
.absd-anecdon-container {
	max-width:1175px;	
}
.absd-anecdon-container p{
	max-width:795px;
}
.absd-project-details-row {
	justify-content:space-between;
}
.absd-project-name {
	width:fit-content;
}
.absd-project-task-desc {
	max-width:1230px;
  	margin-inline:auto;
}
.absd-tech-stack-col {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
	transition: 0.3s;
	position: relative;
}
.absd-tech-stack-tooltip {
	position: absolute;
/*     bottom: 108%; */
	top:-45px;
    padding: 5px 10px;
    min-width: 75px;
    visibility: hidden;
    opacity: 0;
    box-shadow: rgba(0, 0, 0, 0.13) 0px 4px 21.7px;
    transition: 0.3s;
    border-radius: 5px;
    text-align: center;
	z-index:1;
	background:#fff;
}
.absd-tech-stack-tooltip:before {
	    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-style: solid;
    border-width: 8px 16px 0px 0px;
    border-color: rgb(255, 255, 255) transparent transparent;
}
.absd-tech-stack-col:hover .absd-tech-stack-tooltip{
	visibility: visible;
    opacity: 1;
    transition: 0.3s;
}
.absd-tech-stack-col figure {
    margin: 0 !important;
}
.absd-tech-stack-col img {
	 filter: grayscale(100%) brightness(70%);
    transition: 0.3s;
}
.absd-tech-stack-col:hover {
	background: rgba(242, 127, 47, 0.08) !important;
}
.absd-tech-stack-col:hover img {
	 filter: grayscale(0%) brightness(100%);
    transition: 0.3s;
}
.absd-project-image-grid {
    grid-template-columns: 1.3fr 1fr;
}
/* .absd-project-hands-image-layout-row img {
    width: 100%;
} */
.absd-project-image-layout-col img {
	height:100%;
}
@media (max-width:1199px) and (min-width:782px){
  .absd-project-short-detail-col {
  	flex-basis:35% !important;
  }
  .absd-project-image-grid {
  	gap:30px;
  }
  .absd-project-solutions-row {
  	gap:40px;
    margin-top:30px;
  }
	.absd-our-solution-row-col h2 {
	  margin-bottom:20px !important;
	}
	.absd-our-solution-row,
	.absd-project-hands-image-layout-col {
		column-gap:40px;
	}
}
@media (min-width:768px) {
	.absd-tech-stack-col {
    	width: 120px;
    	height: 100px;
	}
}
@media (min-width:992px) {
	.absd-tech-stack-col {
    	width: 200px;
    	height: 100px;
	}
}
@media (max-width:781px) and (min-width:575px){
	.absd-tech-stack-col figure img {
      max-width:50px;
      height:50px;
       object-fit:contain;   
    }
    .absd-project-image-grid {
  		gap:20px;
  	}
}
@media (max-width:767px) and (min-width:480px){
  .absd-review-card:after {
  	width: 120px;
    height: 80px;
    right: 50px;
  }
}
@media (max-width:1199px){
  .absd-tech-stack-row {
  	flex-wrap:wrap;
    gap:20px;
  }
}
@media (max-width:991px){
  .absd-our-solution-row {
  	flex-direction:column;
	text-align:center;
  }
	.absd-our-solution-row-col h2 {
	 text-align:center !important;
	}
}
@media (max-width:575px){
  .absd-tech-stack-col figure img {
      max-width:40px;
      height:40px;
      object-fit:contain;   
  }
  .absd-tech-stack-row {
    gap:15px;
  }
  .absd-project-image-grid {
  	 gap:20px;
     grid-template-columns:1fr;
  	}
  .absd-project-image-grid figure {
    border-radius: 15px;
    overflow: hidden;
}
}

@media (max-width:479px){
  .absd-review-card:after {
  	width: 85px;
    height: 65px;
    right: 20px;
  }
	.absd-project-image-layout-row {
		flex-direction: column;
	}
}

/* ==================================================================================================
 
												inspiration page style
 
 ====================================================================================================== */

.absd-inspiration-content {
    max-width: 900px;
}
.absd-our-insights-heading {
    max-width: 950px;
}
.absd-our-insights-col {
    background-color: rgb(255, 255, 255);
    color: rgb(13, 38, 24);
    display: flex;
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.06) 5px 5px 30px 0px;
    flex-direction: column;
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
}
.absd-our-insights-col figure {
	margin:0px !important;
  	overflow:hidden;
}
.absd-our-insights-col figure img {
    transition: 0.3s ease-in-out;
}
.absd-our-insights-col:hover figure img {
    transform: scale(1.1);
    transition: 0.3s ease-in-out;
}
.absd-our-insights-content .absd-our-insights-content-desc {
	display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    flex-basis: unset;
  	margin-bottom:20px;
}
.absd-our-insights-content-date-col {
    margin-top: auto;
}
.absd-our-insights-content {
    display: flex;
    flex-direction: column;
     flex: 1;
}
@media (min-width:992px) {
	.absd-inspiration-content {
		margin-left:0px !important;
	}
}
@media (max-width:991px) and (min-width:575px) {
	.absd-our-insights-row {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width:991px) {
	.absd-inspiration-content {
		text-align: center;
	}
	.absd-our-insights-content {
		padding: 20px !important;
	}
}

@media (max-width:575px)  {
	.absd-our-insights-row {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
	.absd-our-insights-col {
		border-radius:15px !important;
	}
}

/* ========================================================================================================
 
				career page style

 * ======================================================================================================== */
.absd-lead-hero-container .absd-inspiration-content {
	max-width:700px
}
.absd-career-hero-content p {
    max-width: 800px;
}
.absd-team-lead-card {
    border: 1px solid rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.1) 5px 5px 15px 0px;
    transition: 0.3s;
}
.absd-team-lead-card-list li {
    margin-bottom: 10px;
	position:relative;
	padding-left:25px;
    list-style: none;
	
}
.absd-team-lead-card-list li:before {
    content:'';
  	display:block;
	position:absolute;
	left:0px;
	    top: 5px;
      background: url(/wp-content/uploads/2026/09/green-true-mark.png) no-repeat;
      height: 16px;
      width: 16px;
}
.absd-team-lead-card:before {
  	content:'';
    margin: 0px;
    color: rgba(13, 38, 24, 0.5);
    font-size: 1.0625rem;
    font-weight: 500;
    font-family: Poppins;
    letter-spacing: 0.54px;
    line-height: 1.5;
    height: 135px;
    width: 135px;
    border-radius: 100%;
    background-color: rgb(255, 250, 243);
    position: absolute;
    filter:blur(8.7px);
     top: 30px;
    left: 10px;
}
.absd-team-lead-card-row {
	position:relative;
}
.absd-lead-hero-btn a{
	display:flex;
	align-items:center;
	gap:10px;
}

.absd-why-choose-card-list-details figure {
	display:flex;
}
.absd-why-choose-card-list-details p {
  flex:1;
}
.absd-career-opportunity-desc ul li {
	position:relative;
  	padding-left:36px;
  	list-style:none;
}
.absd-career-opportunity-desc ul li:before {
	 content: "";
    position: absolute;
    top: 8px;
    width: 25px;
    height: 20px;
    left: 0px;
   background: url(/wp-content/uploads/2026/09/black-true-icon.png) no-repeat;
}

@media (min-width:992px) {
	.absd-why-choose-card {
		position:sticky;
		top:120px;	
	}
}
@media (max-width:1199px) and (min-width:782px) {
	.absd-team-lead-card {
		padding:40px 20px !important;
	}
	.absd-career-opportunity-row {
		column-gap:20px;
	}
	.absd-why-choose-card {
		padding-inline:20px !important;
	}
}
@media (max-width:1400px) and (min-width:992px) {
	.absd-career-opportunity-col-left {
		flex-basis: 58.3333% !important;
	}
	.absd-career-opportunity-col-right {
		flex-basis: 41.6667% !important;
	}
}
@media (max-width:1400px) and (min-width:1200px) {
	.absd-team-lead-card {
		padding:40px !important;
	}
}
@media (min-width:782px) {
	.absd-join-work-right-col p {
		max-width: 500px;
		margin-left: auto;
	}	
}

@media (max-width:991px) {
	.absd-career-opportunity-row {
		flex-direction:column;
	}
	.absd-career-opportunity-desc:not(:first-child) {
		margin-block-start: 18px !important;
	}
	.absd-career-opportunity-desc p:not(:first-child) {
		margin-block-start: 8px !important;
	}
	.absd-lead-hero-btn {
		justify-content:center;
	}
}

@media (max-width:781px) {
	.absd-join-work-row p,
	.absd-join-work-row h2,
	.absd-team-lead-card-row h2,
	.absd-team-lead-card-row p{
		text-align:center !important;
	}
}
@media (max-width:480px) {
	.absd-career-opportunity-desc p:first-child {
		font-size:16px !important;
	}
	.absd-career-opportunity-desc ul li:before {
		width: 23px;
		height: 18px;
		background-size:contain;
		background-position:center;
	}
	.absd-career-opportunity-desc ul li {
		padding-left: 28px;
		margin-bottom:5px;
	}
}


/* =======================================================================================================
  
  						Inspiration inner page style
 
 * ====================================================================================================== */

.absd-hero-date-text {
	display:flex;
  	align-items:center;
    column-gap: 10px;
    -webkit-box-align: center;
}
.absd-hero-date-text:before {
	content:'';
  	width:28px;
  height:28px;
  background: url('/wp-content/uploads/2026/09/calendar.svg') no-repeat center / contain;
}
.absd-other-insights-img-col {
	overflow:hidden;
}
.absd-other-insights-hover-img {
    background-color: white;
    height: 36px;
    width: 36px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    position: absolute;
    -webkit-box-pack: center;
    justify-content: center;
    right: 10px;
    bottom: -50px;
    border-radius: 5px;
    transition: 0.3s;
}
.absd-other-insights-row:hover .absd-other-insights-hover-img {
    opacity: 1;
    bottom: 20px;
    transition: 0.3s;
}

.absd-other-insights-conent-inner p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
}
.absd-other-insights-date {
    display: flex;
    align-items: center;
    column-gap: 10px;
    -webkit-box-align: center;
}
.absd-other-insights-date:before {
    content: '';
    width: 28px;
    height: 28px;
    background: url(/wp-content/uploads/2026/09/calendar-icon.svg) no-repeat center / contain;
}
.absd-other-insights-row {
	margin-bottom:0px !important;
}
.absd-other-insights-container ul li:not(:last-child) .absd-other-insights-row{
	padding-bottom:50px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.absd-digital-agency-inner-desc {
	max-width:800px
}
.absd-digital-agency-inner-desc ul {
	padding-left:40px !important;
}
.absd-digital-agency-img  img {
	width:100%;
}
.absd-digital-agency-img {
   margin-top: -460px !important;
}
.absd-digital-agency-eng_lang .absd-digital-agency-img {
    margin-top: -540px !important;
}
@media (min-width:782px){
  .absd-other-insights-img-col {
      flex: 1 0 auto !important;
    	max-width: 380px;
  }
  .absd-other-insights-conent-inner {
    max-width: 600px;
}
}
@media (max-width:991px) and (min-width:768px){
	.absd-other-insights-row {
  		gap:30px;
  	}
}
@media (max-width:1199px) and (min-width:992px){
	.absd-other-insights-row {
  		gap:50px;
  	}
}

@media (max-width:450px) and (min-width:350px){
  .absd-digital-agency-img {
     margin-top: -80px !important;
  }
	  .absd-digital-agency-eng_lang .absd-digital-agency-img {
        margin-top: -160px !important;
    }
  .absd-digital-agency-hero-container {
  	    padding-bottom: 110px !important;
  }
}
@media (max-width:550px) and (min-width:450px){
  .absd-digital-agency-img {
     margin-top: -120px !important;
  }
	 .absd-digital-agency-eng_lang .absd-digital-agency-img {
        margin-top: -200px !important;
    }
  .absd-digital-agency-hero-container {
  	    padding-bottom: 150px !important;
  }
}
@media (max-width:640px) and (min-width:550px){
  .absd-digital-agency-img {
     margin-top: -150px !important;
  }
	 .absd-digital-agency-eng_lang .absd-digital-agency-img {
        margin-top: -235px !important;
    }
  .absd-digital-agency-hero-container {
  	    padding-bottom: 190px !important;
  }
}
@media (max-width:767px) and (min-width:640px){
  .absd-digital-agency-img {
     margin-top: -210px !important;
  }
	 .absd-digital-agency-eng_lang .absd-digital-agency-img{
        margin-top: -295px !important;
    }
  .absd-digital-agency-hero-container {
  	    padding-bottom: 250px !important;
  }
}
@media (max-width:860px) and (min-width:768px){
  .absd-digital-agency-img {
     margin-top: -235px !important;
  }
	 .absd-digital-agency-eng_lang .absd-digital-agency-img {
        margin-top: -320px !important;
    }
  .absd-digital-agency-hero-container {
  	    padding-bottom: 280px !important;
  }
}
@media (max-width:991px) and (min-width:860px){
  .absd-digital-agency-img {
     margin-top: -280px !important;
  }
	   .absd-digital-agency-eng_lang .absd-digital-agency-img {
        margin-top: -360px !important;
    }
  .absd-digital-agency-hero-container {
  	    padding-bottom: 320px !important;
  }
}
@media (max-width:1099px) and (min-width:992px){
  .absd-digital-agency-img {
     margin-top: -320px !important;
  }
	   .absd-digital-agency-eng_lang .absd-digital-agency-img {
        margin-top: -395px !important;
    }
  .absd-digital-agency-hero-container {
  	    padding-bottom: 360px !important;
  }
}
@media (max-width:1250px) and (min-width:1100px){
  .absd-digital-agency-img {
     margin-top: -365px !important;
  }
	.absd-digital-agency-eng_lang .absd-digital-agency-img {
        margin-top: -450px !important;
    }
  .absd-digital-agency-hero-container {
  	    padding-bottom: 410px !important;
  }
}
@media (max-width:1380px) and (min-width:1250px){
  .absd-digital-agency-img {
     margin-top: -420px !important;
  }
	  .absd-digital-agency-eng_lang .absd-digital-agency-img  {
        margin-top: -510px !important;
    }
  .absd-digital-agency-hero-container {
  	    padding-bottom: 465px !important;
  }
}

@media (max-width:991px) {
	.absd-hero-date-text {
		justify-content: center;
	}
	.absd-inner-hero-content {
		text-align:center;
	}
}
@media (max-width:781px){
  .absd-other-insights-container ul li:not(:last-child) .absd-other-insights-row{
      padding-bottom:35px;
  }
}
@media (max-width:350px){
  .absd-digital-agency-img {
     margin-top: -60px !important;
  }
	 .absd-digital-agency-eng_lang .absd-digital-agency-img {
        margin-top: -140px !important;
    }
  .absd-digital-agency-hero-container {
  	    padding-bottom: 90px !important;
  }
}

/* =======================================================================================================
  
  						about page style
 
 * ====================================================================================================== */

.absd-employee-grid-col img {
    width: 100%;
}
.absd-employee-grid {
	row-gap:50px;
}
.absd-company-text-container:after {
    content: '';
    position: absolute;
    right: 100px;
    bottom: 0px;
    background-image: url(/wp-content/uploads/2026/09/Mask_group.png);
    width: 325px;
    height: 105px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.absd-our-story-grid {
    max-width: 1100px;
    justify-content: space-between;
}
.absd-our-story-col {
    max-width: 320px;
}
.absd-our-story-heading p:not(:first-child) {
    max-width: 1055px;
}
.absd-our-story-button a:after {
	background-image:url(/wp-content/uploads/2026/09/orange-arrow-icon.svg);
}

.absd-our-direction-col-desc ul {
	padding-left:25px !important;
}
.absd-bg-image-container {
	min-height: clamp(120px, 37vw, 700px) !important;
}
.absd-about-hero-container h1 {
    max-width: 1151px;
    margin-left: 0px !important;
}
.absd-our-purpose-highlight-text {
    position: relative;
}
.absd-our-purpose-highlight-text-eng {
	    max-width: 695px;
}
.absd-our-purpose-highlight-text:after {
    position: absolute;
    content: '';
    background-image: url(/wp-content/uploads/2026/09/highlight-text.svg);
    width: 150px;
    height: 150px;
    background-size: contain;
    right: 0;
    bottom: 15px;
}
.absd-lets-talk-row  {
    max-width: 1280px;
    margin: auto;
    border-radius: 30px;
    background: #FFF;
    box-shadow: 5px 5px 30px 0px rgba(0, 0, 0, 0.10);
    display: -webkit-box;
}
.absd-lets-talk-image-col {
	position:relative;
}
.absd-lets-talk-bg-img {
	height:100%;
  	border-radius:30px 0 0 30px;
  	overflow:hidden;
}
.absd-lets-talk-image-col img {
	width:100%;
  	height:100%;
}
.absd-lets-talk-muxima-img {
	position: absolute;
    object-fit: cover;
    left: 0;
    right: initial;
    bottom: -15px;
    width: 100%;
    max-width: initial;
    max-height: initial;
    margin: initial;
}

@media (min-width:782px){
  .absd-company-text-col .wp-block-group {
      max-width: 520px;
  }
  .absd-our-direction-col-desc,
  .absd-our-purpose-col:not(.absd-our-purpose-col-right) .wp-block-group{
    max-width: 520px;
   }
    .absd-about-choose-left-col p {
      max-width: 535px;
      margin: auto auto 0;
  }
}

@media (max-width:991px) and (min-width:576px){
  .absd-employee-grid {
     grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width:1199px) and (min-width:992px){
  .absd-lets-talk-image-col {
  	flex-basis: 45.666667% !important;
  }
  .absd-lets-talk-content-col {
  	  flex-basis: 55.333333% !important;
      padding-block:45px !important;
  }
}
@media (max-width:1300px) and (min-width:1200px){
  .absd-lets-talk-image-col {
  	flex-basis: 41.666667% !important;
  }
  .absd-lets-talk-content-col {
  	  flex-basis: 58.333333% !important;

  }
}
@media (max-width:1500px) and (min-width:1400px){
  .absd-our-purpose-highlight-text:after {
  	right:-25px;
  }
}
@media (max-width:1435px) {
.absd-our-purpose-highlight-text:after {
  	width:0px;
  	height:0px;
  }
}
@media (max-width:991px){
  .absd-about-hero-container {
  	text-align:center;
  }
	 .absd-lets-talk-row {
  	flex-direction:column;
  }
  .absd-lets-talk-bg-img {
    	border-radius: 30px 30px 0 0;
    	overflow: hidden;
    	max-height: 280px;
	}
    .absd-lets-talk-muxima-img {
      right: 0;
      bottom: -12px;
      width: initial;
      max-width: 295px;
      max-height: 355px;
      margin: auto;
  	}
  .absd-lets-talk-muxima-img img {
  	height:355px;
    object-fit:contain;
  }
}
@media (max-width:781px){
  .absd-employee-grid {
    gap: 30px 20px;
  }
  .absd-company-text-container ,
  .absd-company-text-container P,
  .absd-our-direction-heading-col,
  .absd-our-direction-col,
  .absd-about-choose-row,
  .absd-our-purpose-col{
  	text-align:center !important;
  }
  .absd-our-purpose-row:not(:last-child) {
  	flex-direction:column-reverse;
  }
  .absd-our-direction-col ul {
  	text-align:left;
    max-width:565px;
    margin-inline:auto;
  }
  .absd-company-text-container:after  {
  	right:0px;
    width:310px;
  }
  .absd-our-story-grid {
  	justify-content:center;
  }
}
@media (max-width:575px){
  .absd-employee-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  	row-gap:20px;
  }
}
@media (max-width:479px){
	.absd-lets-talk-content-col .absd-footer-contact-booking-btn {
    	min-width: 225px;
	}
  .absd-lets-talk-row {
  	border-radius:15px !important;
  }
  .absd-lets-talk-bg-img {
    	border-radius: 15px 15px 0 0;
  }
    .absd-lets-talk-muxima-img img {
    height: 76vw;
}
  .absd-lets-talk-muxima-img {
    bottom: -10px;
    max-width: 60vw;
    max-height: 76vw;
}
}

@media (max-width:350px){
  .absd-lets-talk-muxima-img {
    bottom: -8px;
}
}




