/*
Theme Name: ardalomniyat
*/


/* main css starts */


@font-face {
  font-family: 'Montserrat';
  src: url('./assets/fonts/Montserrat-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
}

body {
  font-family: 'Montserrat', sans-serif !important;
  overflow-x: hidden;
}
 
html, body {
    height: 100%;
    margin: 0;
}

.page-container {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    overflow: hidden;
}

.footer {
    margin-top: auto;
}
 
 
p {
     font-family: 'Montserrat', sans-serif !important;
     font-weight: 400;
     font-size: 16px;
}

a {
    text-decoration:none!important;
    color:#1893a6;
}

html {
    scroll-behavior: smooth;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
} 

::selection {
	background: #717171;
	color: #fff;
}

::-moz-selection {
	background: #ffcd38;
	color: #fff;
}

::-webkit-scrollbar {
	width: 3px;
}

::-webkit-scrollbar-track {
	border-radius: 0px;
}

::-webkit-scrollbar-thumb {
	border-radius: 0px;
	background-color: #898989;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}

::-webkit-scrollbar-thumb:hover {
	background-color: #141414;
}

/* main css ends */

/* Slider section starts */

.slick-slide {
	margin: 0px 0px;
}

.slick-slide img {
	width: 100%;
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}


/* Arrows */
.slick-prev,
.slick-next {
	font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 50px;
    height: 50px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: #00000000;
    border: none;
    outline: none;
    background: #ffffff00;
    
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
    background-color: #FF6B00;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: .25;
}

.slick-prev:before,
.slick-next:before {
	font-family: 'slick';
	font-size: 20px;
	line-height: 1;
	opacity: 1;
    color: #0b0b0b;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: -50px;
}

[dir='rtl'] .slick-prev {
	right: -25px;
	left: auto;
}

.slick-prev:before {
    content: '\f177'; 
     font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 20px;
    color: #ffffff;
    display: flex;
    line-height: 0;
    justify-content: center;
    width: 50px;
    height: 50px;
     background: #2d2d2f47;
    border-radius: 50px;
    align-items: center;
     border: 1px solid #ffffff57;
}
[dir='rtl'] .slick-next:before {
    content: '\276E'; 
}

.slick-next {
	right: -50px;
}

[dir='rtl'] .slick-next {
	right: auto;
	left: -25px;
}

.slick-next:before {
      content: '\f178';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 20px;
    color: #ffffff;
    display: flex;
    line-height: 0;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: #2d2d2f47;
    border-radius: 50px;
    align-items: center;
    border: 1px solid #ffffff57;
}

[dir='rtl'] .slick-prev:before {
    content: '\276F'; 
}


/* Dots */

.slick-dots {
	position: absolute;
	bottom: -15px;

	display: block;

	width: 100%;
	padding: 0;
	margin: 0;

	list-style: none;

	text-align: center;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0px 5px !important;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	width: 10px;
	height: 10px;
	display: block;

	padding: 2px;

	cursor: pointer;

	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	font-family: 'slick';
	font-size: 6px;
	line-height: 20px;

	position: absolute;
	top: 0;
	left: 0;

	width: 15px;
	height: 15px;

	content: '•';
	text-align: center;

	opacity: .25;
	color: black;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	opacity: .75;
	color: black;
}

/* slider section ends */


/*header*/


.container {
    width: 100%;
    max-width: 1400px!important;
    margin: 0 auto;
    padding: 0 30px;
}

.ardalomniyat-header-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding: 10px 0;
    background: #ffffff;
    border-bottom: 1px solid rgba(201, 166, 70, 0.2);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

body.f-nav .ardalomniyat-header-wrapper {
    padding: 10px 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.ardalomniyat-header-wrapper .header-logo img {
    max-width: 235px;
    height: auto;
    transition: all 0.4s ease;
}

body.f-nav .ardalomniyat-header-wrapper .header-logo img {
    max-width: 150px;
}

.ardalomniyat-header-wrapper .header-menu #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    color: #000000 !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    font-size: 14px !important;
    background: transparent !important;
}

@media only screen and (min-width:1199px){
    .ardalomniyat-header-wrapper .header-menu #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:hover > a.mega-menu-link {
        color: #152367 !important;
    }
    
    .home .ardalomniyat-header-wrapper .header-menu #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
        color: #000000 !important;
    }
    
    .ardalomniyat-header-wrapper .header-menu #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:hover > a.mega-menu-link {
        color: #152367 !important;
    }
    
    body:not(.home) .ardalomniyat-header-wrapper .header-menu #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
    body:not(.home) .ardalomniyat-header-wrapper .header-menu #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link {
        color: #152367 !important;
    }
}



#mega-menu-wrap-primary #mega-menu-primary {
    text-align: right;
    padding: 0px;
}

.ardalomniyat-header-wrapper .header-action-group {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 35px;
}

.ardalomniyat-header-wrapper .header-email-link {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
}

.ardalomniyat-header-wrapper .icon-circle {
    width: 42px;
    height: 42px;
 background: #b6b6b654;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #152367;
    font-size: 16px;
    transition: 0.3s;
}

.ardalomniyat-header-wrapper .icon-circle i{
        font-size: 16px;
}

.ardalomniyat-header-wrapper .header-email-link:hover .icon-circle {
    background: #152367;
    color: #ffffff;
}

.ardalomniyat-header-wrapper .email-text small {
    display: block;
    font-size: 10px;
    color: #000000;
    font-weight: 500;
    text-transform: uppercase;
}

.ardalomniyat-header-wrapper .email-text span {
    font-size: 14px;
    color: #000000;
    font-weight: 500;
}

.ardalomniyat-header-wrapper .common-button {
    background: linear-gradient(135deg, #152367cc 0%, #152367 100%);
    color: #ffffff !important;
    padding: 14px 28px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all .3s ease-in-out;
}

.ardalomniyat-header-wrapper .common-button i{
        font-size: 16px;
}

.ardalomniyat-header-wrapper .common-button:hover {
    transform: translateY(-2px);
    background: #000000;
}

@media (max-width: 1199px) {
    .ardalomniyat-header-wrapper .header-email-link {
        display: none;
    }
}


/*banner*/

.ardalomniyat-banner-section {
    position: relative;
    padding: 160px 0 70px;
    background: url(./assets/img/banner-bg.webp) no-repeat center center / cover;
    background-attachment: fixed;
    overflow: hidden;
    color: #fff;
    min-height: 800px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    border-bottom-left-radius: 50% 15%;
    border-bottom-right-radius: 50% 15%;
    animation: smoothWave 8s ease-in-out infinite;
}

.ardalomniyat-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgb(255 255 255 / 92%) 0%, rgb(33 40 107 / 82%) 100%);
}

@keyframes smoothWave {
    0%, 100% {
        border-bottom-left-radius: 50% 15%;
        border-bottom-right-radius: 50% 15%;
    }
    50% {
        border-bottom-left-radius: 45% 20%;
        border-bottom-right-radius: 55% 10%;
    }
}
 
.ardalomniyat-banner-section .container {
    position: relative;
    z-index: 3;
}

.ardalomniyat-banner-content .ardalomniyat-subtitle {
   color: #eaeaea;
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: block;
}

.ardalomniyat-banner-content .ardalomniyat-title {
    font-size: 38px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 30px;
    text-transform: uppercase;
    color: #ffffff;
    text-shadow: 0px 2px 3px rgb(0 0 0 / 66%);

}

.ardalomniyat-banner-content .ardalomniyat-desc {
    font-size: 1.15rem;
    margin: 20px 0px 30px;
    opacity: 0.95;
}

.ardalomniyat-btn {
   display: inline-block;
    background: #152367;
    color: #ffffff;
    padding: 16px 45px;
    border-radius: 12px;
    font-weight: 500;
    text-decoration: none !important;
    transition: 0.3s;
}

.ardalomniyat-btn:hover {
    background: #fff;
    transform: translateY(-3px);
}

.ardalomniyat-banner-form-wrapper {
    background: #ffffff24;
    padding: 35px;
    border-radius: 20px;
}

.ardalomniyat-banner-section input:not([type="submit"]) {
    height: 55px !important;
}

.ardalomniyat-banner-section textarea {
    height: 100px !important;
}

.ardalomniyat-banner-form-wrapper h3 {
    color: #e8e8e8;
    font-weight: 600;
    text-align: left;
    text-shadow: 0px 2px 3px rgb(0 0 0 / 25%);
}

.ardalomniyat-input-group {
    position: relative;
    margin-bottom: 20px;
    width: 100%;
}

.ardalomniyat-input-group i {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    z-index: 10;
    font-size: 16px;
    pointer-events: none;
    line-height: 1;
}

.ardalomniyat-input-group.textarea-group i {
    top: 22px;
    transform: none;
}

.ardalomniyat-banner-section .wpcf7-form-control-wrap {
    display: block;
}

.ardalomniyat-banner-section input:not([type="submit"]), 
.ardalomniyat-banner-section textarea {
    width: 100% !important;
    padding: 15px 15px 15px 48px !important;
    border: 1px solid #ced4da !important;
    border-radius: 10px !important;
    background: #00000000 !important;
    color: #fff !important;
    font-size: 16px !important;
    transition: all 0.3s ease !important;
    box-sizing: border-box !important;
}

.ardalomniyat-input-group select {
    outline: none;
    -webkit-appearance: none;  
    -moz-appearance: none;    
    appearance: none;         
    cursor: pointer;
    width: 100% !important;
    padding: 15px 15px 15px 48px !important;
    border: 1px solid #ced4da !important;
    border-radius: 10px !important;
    background: #00000000 !important;
    color: #fff !important;
    font-size: 16px !important;
    transition: all 0.3s ease !important;
    box-sizing: border-box !important;
    height: 55px !important;
}

 
.ardalomniyat-input-group {
    position: relative;
}

.ardalomniyat-input-group:has(select)::after {
    content: '\f107';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    opacity: 0.5;
    z-index: 2;
    color: inherit;
}
 

.ardalomniyat-input-group select option {
    background-color: #17228c;
    color: #fff;
}

.ardalomniyat-banner-section input:focus, 
.ardalomniyat-banner-section textarea:focus {
    border-color: #003366 !important;
    background: #fff !important;
    outline: none !important;
    box-shadow: 0 0 0 0.2rem rgba(0, 51, 102, 0.1) !important;
}

.ardalomniyat-banner-section .submit-btn input {
    background: linear-gradient(135deg, #152367cc 0%, #152367 100%) !important;
    color: #fff;
    border: none;
    padding: 12px 50px !important;
    border-radius: 12px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.3s;
    border-radius: 12px;
    width: auto;
}

.ardalomniyat-banner-section .submit-btn input:hover {
    background: #ffffff !important;
    color: #000;
}

.ardalomniyat-input-group p br{
   display: none;
}

.ardalomniyat-banner-section input::placeholder,
.ardalomniyat-banner-section textarea::placeholder {
    color: #ffff !important;
    opacity: 1 !important;
    font-weight: 400 !important;
}

.ardalomniyat-banner-section input:focus, 
.ardalomniyat-banner-section textarea:focus {
    outline: none !important;
    box-shadow: none !important;
    background-color: #00000000!important;
    border-color: #ffff!important;
}

.ardalomniyat-banner-form-wrapper {
    transition: all 0.3s ease-in-out;
}

.ardalomniyat-banner-section .col-lg-5 {
    overflow: visible !important;
}

.ardalomniyat-banner-section .ardalomniyat-slide-item {
    overflow: visible !important;
}

.ardalomniyat-banner-form-wrapper {
    transition: all 0.3s ease-in-out;
    margin: 10px;  
    will-change: transform, box-shadow;  
}

.form-highlight-pulse {
    animation: premiumFocus 1s ease-out forwards;
}

@keyframes premiumFocus {
    0% {
        transform: scale(1);
       
    }
    40% {
        transform: scale(1.04);
      
    }
    100% {
        transform: scale(1);
        
    }
}

/*trust*/
.alomniyat-trust-wrapper {
    position: relative;
    margin: 80px 0px 60px;
    z-index: 10;
    display: flex;
    justify-content: center;
    padding: 0 15px;
}

.alomniyat-trust-bar {
    background: linear-gradient(135deg, #152367cc 0%, #152367 100%);
    color: white;
    padding: 15px 40px;
    border-radius: 50px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    border-bottom: 3px solid #c9a646;
}

.alomniyat-trust-bar .trust-content {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.alomniyat-trust-bar .trust-item {
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}

.alomniyat-trust-bar .trust-item i {
    color: #c9a646;
}

.alomniyat-trust-bar .trust-sep {
    width: 1px;
    height: 15px;
    background: rgba(255,255,255,0.2);
}

@media (max-width: 768px) {
    .alomniyat-trust-bar { border-radius: 20px; padding: 15px; }
    .alomniyat-trust-bar .trust-sep { display: none; }
}

/* services */

.alomniyat-service-wrapper {
    padding: 60px 0 100px;
    background-color: #ffffff;
}

.alomniyat-split-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 80px;
    gap: 50px;
}

.alomniyat-split-header .header-left {
    flex: 1;
}

.alomniyat-split-header .header-right {
    flex: 1;
    position: relative;
    padding-bottom: 20px;
}

.alomniyat-split-header .suite-tag {
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #c9a646;
    display: block;
    margin-bottom: 15px;
}

.alomniyat-split-header .suite-main-title {
    font-size: 50px;
    font-weight: 700;
    line-height: 1.1;
    margin: 0;
    background: linear-gradient(135deg, #0a24a2 0%, #000000 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.alomniyat-split-header .suite-main-title span {
    color: #c9a646;
}

.alomniyat-split-header .suite-header-desc {
    font-size: 18px;
    color: #000000;
    line-height: 1.8;
    margin: 0;
}

.alomniyat-split-header .suite-header-line {
    width: 100%;
    height: 1px;
    background: #e5e5e5;
    margin-top: 30px;
    position: relative;
}

.alomniyat-split-header .suite-header-line::after {
    content: '';
    position: absolute;
    left: 0;
    top: -1px;
    width: 80px;
    height: 3px;
    background: #c9a646;
}

.alomniyat-service-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.alomniyat-service-card:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    justify-self: center;
}

.alomniyat-service-card {
    position: relative;
    padding: 15px;
}

.alomniyat-service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #17228c20;
    border-radius: 40px;
    transition: 0.4s;
}

.alomniyat-service-card:hover::before {
    transform: translate(-5px, -5px);
    border-color: #d6d6d6;
}

.alomniyat-service-card .card-inner {
    background: #ebebeb;
    padding: 30px;
    border-radius: 30px;
    box-shadow: 0 15px 45px rgb(0 0 0 / 15%);
    position: relative;
    z-index: 2;
    overflow: hidden;
    height: 100%;
    border: 1px solid #f2f2f2;
}

.alomniyat-service-card .card-geometric-bg {
    position: absolute;
    top: -50px;
    right: -50px;
    width: 250px;
    height: 250px;
    background: #566eff14;
    border-radius: 50px;
    transform: rotate(45deg);
    z-index: -1;
    transition: 0.6s;
}

.alomniyat-service-card:hover .card-geometric-bg {
    background: #cddeff2b;
    transform: rotate(90deg) scale(2);
}

.alomniyat-service-card .card-icon-box {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #0a24a2 0%, #000000 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    border-radius: 20px;
    margin-bottom: 35px;
    position: relative;
    transition: all .3s ease-in-out;
}

.alomniyat-service-card .card-icon-box img{
    width: 40px;
    height: 40px;
    filter: brightness(0) invert(1);
}

.alomniyat-service-card .icon-ring {
    position: absolute;
    top: -8px;
    left: -8px;
    right: -8px;
    bottom: -8px;
    border: 1px solid #17228c30;
    border-radius: 25px;
    animation: rotateRing 10s linear infinite;
}

@keyframes rotateRing {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.alomniyat-service-card:hover .card-icon-box {
    background: #c9a646;
}

.alomniyat-service-card .card-title {
    font-size: 28px;
    font-weight: 700;
    color: #152367;
    margin-bottom: 5px;
}

.alomniyat-service-card .card-text {
   font-size: 16px;
    color: #000000;
    line-height: 1.7;
    margin-bottom: 12px;
}

.alomniyat-service-card .card-feature-list {
    list-style: none;
    padding: 0;
    display: grid;
    gap: 2px;
}

.alomniyat-service-card .card-feature-list li {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    display: flex;
    align-items: center;
    gap: 12px;
}

.alomniyat-service-card .card-feature-list li::before {
    content: '';
    width: 8px;
    height: 8px;
    background: #c9a646;
    border-radius: 2px;
    transform: rotate(45deg);
}

@media (max-width: 991px) {
    .alomniyat-split-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        margin-bottom: 30px;
    }
    .alomniyat-service-grid {
        grid-template-columns: 1fr;
    }
    .alomniyat-split-header .suite-main-title {
        font-size: 30px;
    }
}

/* why choose */

.why-choose-compact-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #000000 0%, #141f59 100%);
    position: relative;
    overflow: hidden;
}

.why-choose-compact-section .why-choose-shape {
    position: absolute;
    background: rgba(201, 166, 70, 0.07);
    z-index: 0;
    animation: floatShape 20s infinite alternate ease-in-out;
    filter: blur(40px);
}

.why-choose-compact-section .shape-1 {
    width: 400px;
    height: 400px;
    top: -150px;
    left: -100px;
    border-radius: 50%;
}

.why-choose-compact-section .shape-2 {
    width: 300px;
    height: 300px;
    bottom: -100px;
    right: -50px;
    border-radius: 50%;
    background: rgba(23, 34, 140, 0.2);
    animation-delay: -7s;
}

@keyframes floatShape {
    0% { transform: translate(0, 0); }
    100% { transform: translate(50px, 80px); }
}

.why-choose-compact-section .container {
    position: relative;
    z-index: 1;
}

.why-choose-compact-section .why-choose-header-compact {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.why-choose-compact-section .compact-tag {
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    color: #c9a646;
    letter-spacing: 3px;
}

.why-choose-compact-section .compact-main-title {
    font-size: 50px;
    font-weight: 700;
    margin: 5px 0 0 0;
    color: #ffffff;
}

.why-choose-compact-section .compact-score-pill {
    background: rgba(255, 255, 255, 0.05);
    color: #c9a646;
    padding: 10px 22px;
    border-radius: 50px;
    font-size: 17px;
    font-weight: 500;
    border: 1px solid rgba(201, 166, 70, 0.3);
    backdrop-filter: blur(10px);
    text-transform: uppercase;
}

.why-choose-compact-section .why-choose-compact-flow {
    position: relative;
    max-width: 850px;
    margin: 0 auto;
}

.why-choose-compact-section .compact-central-line {
    position: absolute;
    left: 50%;
    top: 0;
    width: 1px;
    height: 100%;
    background: linear-gradient(to bottom, transparent, rgba(201, 166, 70, 0.4), transparent);
    transform: translateX(-50%);
}

.why-choose-compact-section .compact-flow-item {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 25px;
    position: relative;
}

.why-choose-compact-section .compact-icon-dot {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 12px;
    height: 12px;
    background: #c9a646;
    border: 3px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    z-index: 5;
    box-shadow: 0 0 15px #c9a646;
}

.why-choose-compact-section .compact-card {
    width: 44%;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    padding: 25px 30px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.why-choose-compact-section .compact-flow-item.left-aligned { justify-content: flex-start; }
.why-choose-compact-section .compact-flow-item.right-aligned { justify-content: flex-end; }
.why-choose-compact-section .compact-flow-item.left-aligned .compact-card { text-align: right; }

.why-choose-compact-section .compact-flow-item:hover .compact-card {
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(201, 166, 70, 0.5);
    transform: translateY(-5px) scale(1.02);
}

.why-choose-compact-section .compact-item-title {
    font-size: 22px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 8px;
    letter-spacing: 0.5px;
}

.why-choose-compact-section .compact-item-desc {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 768px) {
    .why-choose-compact-section .compact-central-line { left: 20px; }
    .why-choose-compact-section .compact-icon-dot { left: 20px; }
    .why-choose-compact-section .compact-flow-item.left-aligned, 
    .why-choose-compact-section .compact-flow-item.right-aligned { justify-content: flex-end; }
    .why-choose-compact-section .compact-card { width: calc(100% - 60px); text-align: left !important; }
    
}

/* testimonials */

.alomniyat-testimonial-section {
    padding: 100px 0;
    background-color: #f4f6f9;  
    position: relative;
    overflow: hidden;
}

.alomniyat-testimonial-section .alomniyat-testimonial-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
    margin-bottom: 60px;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    padding-bottom: 30px;
}

.alomniyat-testimonial-section .testimonial-main-title {
   font-size: 50px;
    font-weight: 700;
    line-height: 1.1;
    margin: 0;
    background: linear-gradient(135deg, #0a24a2 0%, #000000 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.alomniyat-testimonial-section  .testimonial-tag{
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #c9a646;
    display: block;
    margin-bottom: 15px;
}

.alomniyat-testimonial-section .testimonial-main-title span { color: #c9a646; }

.alomniyat-testimonial-section .testimonial-header-desc {
        font-size: 18px;
    color: #000000;
    line-height: 1.8;
    margin: 0;
}

.alomniyat-testimonial-section .testimonial-slide {
    height: auto;
    display: flex !important;
    padding: 20px 15px;
}

.alomniyat-testimonial-section .testimonial-premium-card {
    background: #ffffff;
    border: 1px solid #eef0f5;
    border-radius: 0 0 25px 25px;
    padding: 40px;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: 0.3s;
    box-shadow: 0 10px 30px rgba(0,0,0,0.03);
}

.alomniyat-testimonial-section .card-top-accent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #17228c; 
    border-radius: 4px 4px 0 0;
}

.alomniyat-testimonial-section .testimonial-premium-card:hover .card-top-accent {
    background: #c9a646;
}

.alomniyat-testimonial-section .testimonial-rating {
    color: #c9a646;
    margin-bottom: 20px;
    font-size: 11px;
}

.alomniyat-testimonial-section .testimonial-excerpt, 
.alomniyat-testimonial-section .testimonial-full-text {
    color: #000000;
    font-size: 17px;
    line-height: 1.4;
}

.alomniyat-testimonial-section .testimonial-expand-btn {
    background: transparent;
    border: none;
    color: #17228c;
    font-weight: 700;
    cursor: pointer;
    padding: 10px 0;
    font-size: 13px;
    text-transform: uppercase;
}

.alomniyat-testimonial-section .testimonial-divider {
    height: 1px;
    background: #f0f0f0; 
    margin: 25px 0;
}

.alomniyat-testimonial-section .testimonial-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.alomniyat-testimonial-section .author-box {
    display: flex;
    align-items: center;
    gap: 12px;
}

.alomniyat-testimonial-section .author-icon {
    font-size: 20px;
    color: #7a7a7a;
}

.alomniyat-testimonial-section .author-name {
    color: #17228c;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

.alomniyat-testimonial-section .quote-mark {
        color: #bda03e;
    font-size: 24px;
}

@media (max-width: 991px) {
    .alomniyat-testimonial-section .alomniyat-testimonial-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
}

/* client */

.alomniyat-clients-section {
    padding: 60px 0;
    background-color: #ffffff;  
    overflow: hidden;
}

.alomniyat-clients-header {
    text-align: center;
    margin-bottom: 40px;
}

.alomniyat-clients-header .clients-main-title {
    font-size: 50px;
    font-weight: 700;
    line-height: 1.1;
    margin: 0;
    background: linear-gradient(135deg, #0a24a2 0%, #000000 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.alomniyat-clients-header .clients-main-title span {
    color: #c9a646;
}

/* Continuous Scroll Slick Settings */
.alomniyat-clients-slider .slick-track {
    display: flex !important;
    align-items: center;
    transition-timing-function: linear !important;
}

.alomniyat-clients-slider .client-logo-item {
    padding: 0 15px;
    outline: none;
}

.alomniyat-clients-slider .logo-white-box {
    background: #ffffff;
    height: 100px;
    width: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    border: 1px solid #f0f0f0;
    transition: 0.3s ease;
}

.alomniyat-clients-slider .logo-white-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(23, 34, 140, 0.08);
    border-color: #c9a64620;
}

.alomniyat-clients-slider .client-img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: 0.3s ease;
}

.alomniyat-clients-slider .logo-white-box:hover .client-img {
    filter: grayscale(0%);
    opacity: 1;
}

@media (max-width: 768px) {
    .alomniyat-clients-slider .logo-white-box {
       width: 150px;
        height: 100px;
    }
}

/* gallery */

.gallery-wrapper{
    padding: 50px 0px;
}

 .gallery-main-title {
    font-size: 50px;
    font-weight: 700;
    line-height: 1.1;
    margin: 0;
    background: linear-gradient(135deg, #0a24a2 0%, #000000 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin-bottom: 30px;
    text-align: center;
}


/*footer*/
 
.premium-footer {
    padding: 100px 0 15px;
    background-color: #fff5d94d;
    position: relative;
    overflow: hidden;
    border-top-left-radius: 50% 15%;
    border-top-right-radius: 50% 15%;
    animation: footerWave 8s ease-in-out infinite;
    margin-top: 50px; 
}

@keyframes footerWave {
    0%, 100% {
        border-top-left-radius: 50% 15%;
        border-top-right-radius: 50% 15%;
    }
    50% {
        border-top-left-radius: 55% 10%;
        border-top-right-radius: 45% 20%;
    }
}

.premium-footer .footer-cards-row {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-bottom: 60px;
    flex-wrap: wrap;
}

.premium-footer .contact-card {
    background: #bebebe2e;
    border: 1px solid #f0f0f0;
    padding: 15px 17px;
    border-radius: 12px;
    flex: 1;
    min-width: 300px;
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
    box-shadow: 0px 0px 3px 0px #0000001a;
}

.premium-footer .card-glow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(201, 166, 70, 0.05) 0%, transparent 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 0;
}

.premium-footer .contact-card {
    position: relative;
    z-index: 1;
}

.premium-footer .card-text {
    position: relative;
    z-index: 2;
}

.premium-footer .contact-card:hover {
    transform: translateY(-10px);
    border-color: #152367;
    box-shadow: 0 20px 40px rgba(166, 124, 46, 0.08);
}

.map-container iframe {
    width: 100%;
    height: 120px;
}

.premium-footer .contact-card:hover .card-glow {
    opacity: 1;
}

.premium-footer .icon-circle {
    width: 60px;
    height: 60px;
    background: #e0e0e0;
    color: #152367;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
    transition: all 0.4s ease;
}

.premium-footer .contact-card:hover .icon-circle {
    background: #152367;
    color: #ffffff;
    transform: rotateY(360deg);
}

.premium-footer .card-text label {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    color: #152367;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.premium-footer .card-text p {
    font-size: 15px;
    color: #444;
    font-weight: 500;
    margin: 0;
    line-height: 1.5;
}

.premium-footer .card-text a {
    font-size: 15px;
    color: #444;
    font-weight: 500;
    margin: 0;
    line-height: 1.5;
}
 
.premium-footer .footer-copyright-row {
    text-align: center;
}

.premium-footer .copyright-line {
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, #ac924003, #291989, #bfa03c00);
    margin-bottom: 20px;
}

.premium-footer .footer-copyright-row p {
    font-size: 16px;
    color: #000000;
    margin: 0;
    letter-spacing: 0.5px;
}

.premium-footer .footer-copyright-row p span {
    color: #000000;
    font-weight: 600;
}

.footer-heading .category-badge{
    color: #ffffff;
    background: linear-gradient(135deg, #152367cc 0%, #152367 100%);
    padding: 8px 20px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1px;
}

.footer-heading .display-heading{
       font-size: 45px;
    font-weight: 700;
    color: #191a1a;
    margin-top: 20px;
    line-height: 1.1;
    margin-bottom: 25px;
}


/* Mobile Responsiveness */
@media (max-width: 768px) {
    .premium-footer {
        padding: 60px 0 30px;
    }
    .premium-footer .contact-card {
        padding: 20px;
    }
}


/*floating icons*/

.floating-container {
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 9999;
}

.floating-container .float-btn {
  width: 60px;
  height: 60px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff !important; 
  text-decoration: none !important;
  outline: none;
  font-size: 24px;
  border: none;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.floating-container .gold-btn {
  background: linear-gradient(135deg, #3b4fb3 0%, #000000 100%);
  background-size: 200% 200%;
}

.floating-container .gold-btn:hover {
  transform: scale(1.1) translateY(-5px);
  filter: drop-shadow(0 0 12px #1f266a91);
  background-position: right center;
}

.floating-container .scroll-top {
  background: linear-gradient(135deg, #434343, #000000);
}

.floating-container .scroll-top:hover {
  transform: scale(1.1) translateY(-5px);
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5));
}

.floating-container .hidden {
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px) scale(0.5);
}

.floating-container .visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

.floating-container .float-btn i {
  color: #ffffff !important;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}


/*inner header*/

.ardalomniyat-inner-header {
    position: relative;
    height: 300px;
    width: 100%;
    background: #050505;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding-top: 100px;
}

.ardalomniyat-gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 15% 50%, rgb(191 149 63 / 52%) 0%, transparent 45%), radial-gradient(circle at 85% 50%, rgb(170 119 28 / 39%) 0%, transparent 45%);
    z-index: 1;
}

.ardalomniyat-line-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.ardalomniyat-svg-lines {
    width: 100%;
    height: 100%;
}

.ardalomniyat-line {
    stroke-dasharray: 100 500;
    stroke-linecap: round;
    transform-origin: center;
    opacity: 0.6;
    animation: ardalomniyatLineRotate 15s linear infinite;
}

.ardalomniyat-line-1 {
    stroke: #BF953F;
    animation-duration: 12s;
}

.ardalomniyat-line-2 {
    stroke: #FCF6BA;
    animation-duration: 20s;
    animation-direction: reverse;
    stroke-dasharray: 180 600;
}

.ardalomniyat-line-3 {
    stroke: #AA771C;
    animation-duration: 28s;
    stroke-dasharray: 70 400;
}

@keyframes ardalomniyatLineRotate {
    0% { transform: rotate(0deg); stroke-dashoffset: 0; }
    100% { transform: rotate(360deg); stroke-dashoffset: -1200; }
}

.ardalomniyat-header-content {
    position: relative;
    z-index: 3;
    text-align: center;
}

.ardalomniyat-page-title {
    font-size: 30px;
    font-weight: 500;
    margin: 0 0 15px 0;
    background: linear-gradient(135deg, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    letter-spacing: 3px;
    filter: drop-shadow(0 5px 15px rgba(0,0,0,0.3));
}

.ardalomniyat-breadcrumbs {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    font-size: 13px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #ffffff;
}

.ardalomniyat-breadcrumbs a {
    color: #BF953F;
    text-decoration: none;
    transition: all 0.3s ease;
    outline: none;
}

.ardalomniyat-breadcrumbs a:hover {
    color: #FCF6BA;
    text-shadow: 0 0 10px rgba(252, 246, 186, 0.6);
}

.ardalomniyat-sep {
    color: rgba(191, 149, 63, 0.4);
    font-weight: bold;
}

.ardalomniyat-current {
    font-weight: 300;
    color: rgba(255, 255, 255, 0.9);
}




/*thank you*/

.ardalomniyat-thank-you-page {
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    padding: 120px 20px 60px;
}

.thank-you-card {
    text-align: center;
    max-width: 600px;
    width: 100%;
}

.success-icon-wrapper {
    position: relative;
    width: 120px;
    height: 120px;
    margin: 0 auto 40px;
}

.icon-circle-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(201, 166, 70, 0.1);
    border-radius: 50%;
    animation: pulseCircle 2s infinite;
}

.checkmark-svg {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #152367;
    stroke-miterlimit: 10;
    box-shadow: inset 0px 0px 0px #152367;
    animation: fillCheck 0.4s ease-in-out 0.4s forwards, scaleCheck 0.3s ease-in-out 0.9s both;
    position: relative;
    z-index: 2;
}

.checkmark-circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #152367;
    fill: none;
    animation: strokeCircle 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark-check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: strokeCheck 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes strokeCircle {
    100% { stroke-dashoffset: 0; }
}

@keyframes strokeCheck {
    100% { stroke-dashoffset: 0; }
}

@keyframes scaleCheck {
    0%, 100% { transform: none; }
    50% { transform: scale3d(1.1, 1.1, 1); }
}

@keyframes fillCheck {
    100% { box-shadow: inset 0px 0px 0px 60px rgba(201, 166, 70, 0.1); }
}

@keyframes pulseCircle {
    0% { transform: scale(1); opacity: 0.8; }
    100% { transform: scale(1.5); opacity: 0; }
}

.thank-you-title {
    font-size: 48px;
    font-weight: 700;
    color: #191a1a;
    margin-bottom: 15px;
}

.thank-you-message {
    font-size: 18px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 40px;
}

.btn-home {
    display: inline-block;
    background: linear-gradient(135deg, #152367 0%, #3c47a1 100%);
    color: #ffffff;
    padding: 15px 40px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px rgba(166, 124, 46, 0.2);
}

.btn-home:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(166, 124, 46, 0.3);
    color: #ffffff;
}

@media (max-width: 767px) {
    .ardalomniyat-thank-you-page {
        padding: 100px 20px 50px;
    }
    
    .thank-you-title {
        font-size: 32px;
    }
    
    .thank-you-message {
        font-size: 16px;
    }
    
    .success-icon-wrapper {
        width: 100px;
        height: 100px;
    }
    
    .checkmark-svg {
        width: 100px;
        height: 100px;
    }
}


/*404 error*/

.ardalomniyat-error-page {
    min-height: 85vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    padding: 120px 20px 0px;
    position: relative;
    overflow: hidden;
}

.ardalomniyat-error-page .error-content-card {
    text-align: center;
    max-width: 700px;
    width: 100%;
    position: relative;
    z-index: 5;
}

.ardalomniyat-error-page .error-visual {
    width: 100%;
    margin-bottom: 30px;
}

.ardalomniyat-error-page .error-svg {
    width: 100%;
    max-width: 450px;
    height: auto;
}

.ardalomniyat-error-page .svg-404-text {
    font-size: 80px;
    font-weight: 700;
    fill: #1a1a1a;
    letter-spacing: 1px;
}

.ardalomniyat-error-page .svg-orbit {
    animation: rotateOrbit 20s linear infinite;
    transform-origin: center;
}

@keyframes rotateOrbit {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.ardalomniyat-error-page .error-title {
    font-size: 40px;
    font-weight: 700;
    color: #191a1a;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.ardalomniyat-error-page .error-text {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 40px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.ardalomniyat-error-page .btn-back-home {
    display: inline-block;
    background: linear-gradient(135deg, #152367 0%, #3d47a2 100%);
    color: #ffffff;
    padding: 16px 45px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 13px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px rgba(166, 124, 46, 0.2);
}

.ardalomniyat-error-page .btn-back-home:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(166, 124, 46, 0.3);
    color: #ffffff;
}

@media (max-width: 767px) {
    .ardalomniyat-error-page {
        padding: 80px 20px;
    }

    .ardalomniyat-error-page .svg-404-text {
        font-size: 100px;
    }

    .ardalomniyat-error-page .error-title {
        font-size: 28px;
    }

    .ardalomniyat-error-page .error-text {
        font-size: 14px;
        padding: 0 10px;
    }

    .ardalomniyat-error-page .btn-back-home {
        padding: 14px 35px;
        font-size: 12px;
    }
}

/*Responsive section*/

@media (max-width: 991px) {
    
    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 
    .mega-toggle-animated-slider .mega-toggle-animated-inner::before {
        top: 10px;
        width: 25px;
        animation: widthPulse 1s ease-in-out infinite;
    }
    
    @keyframes widthPulse {
        0% {
            width: 25px;
        }
        50% {
            width: 40px;
        }
        100% {
            width: 25px;
        }
    }

    .why-choose-compact-section .compact-score-pill {
        font-size: 12px;  
    }

        .alomniyat-clients-header .clients-main-title {
        font-size: 30px;
    }

      .alomniyat-testimonial-section .testimonial-main-title {
        font-size: 30px;
    }

      .why-choose-compact-section .compact-main-title {
        font-size: 30px;
        margin-bottom: 20px;
    }

    
    
}

@media (min-width: 768px) and (max-width: 991px) {
    
    .header-right-info{
        display: none;
    }

    .ardalomniyat-banner-section {
        padding: 135px 0 80px;
        min-height: auto;
        border-bottom-left-radius: 20% 5%;
        border-bottom-right-radius: 20% 5%;
        animation: none;
    }

    .ardalomniyat-banner-content .ardalomniyat-title {
        font-size: 38px;
        margin-bottom: 20px;
    }

    .ardalomniyat-banner-form-wrapper {
        padding: 25px;
        margin-top: 40px;
    }

    .ardalomniyat-banner-content {
        text-align: center;
        margin-bottom: 0px;
    }

    .ardalomniyat-banner-section .col-lg-7,
    .ardalomniyat-banner-section .col-lg-5 {
        width: 100%;
    }
    
  
    .premium-footer .contact-card {
        flex: 1 1 45%;  
        min-width: unset;
    }
    
    .ardalomniyat-inner-header {
        height: 250px;
        padding-top: 80px;
    }

    .ardalomniyat-page-title {
        font-size: 26px;
        letter-spacing: 2px;
    }
    
    .ardalomniyat-header-wrapper .header-menu #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
        color: #ffffff !important;
    }
}

@media (max-width: 767px) {
    
    .ardalomniyat-overlay {
        background: linear-gradient(135deg, rgb(84 82 82 / 65%) 0%, rgb(33 40 107 / 82%) 100%);
    }
    
    
    
    .ardalomniyat-header-wrapper .header-logo img {
        max-width: 190px;
        height: auto;
    }
    
    .ardalomniyat-header-wrapper .header-menu #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
        color: #ffffff !important;
    }
    
    body.f-nav .ardalomniyat-header-wrapper {
        padding: 5px 0;
    }
    
    body.f-nav .ardalomniyat-header-wrapper .header-logo img {
        max-width: 110px;
        height: auto;
    }
    
    .ardalomniyat-header-wrapper {
        padding: 5px 0;
    }
    
    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:only-child {
        margin-top: 10px;
    }
    
    .floating-container .float-btn {
        width: 50px;
        height: 50px;
    }

    .ardalomniyat-btn {
        padding: 10px 10px;
        width: 50%;
        text-align: center;
    }
    
    .header-right-info{
        display: none;
    }

    .ardalomniyat-banner-section {
        padding: 110px 0 70px;
        min-height: auto;
        border-bottom-left-radius: 10% 3%;
        border-bottom-right-radius: 10% 3%;
        animation: none;
        background: url(./assets/img/banner-bg.webp) no-repeat center center / cover;
    }

    .ardalomniyat-banner-content {
        text-align: center;
        margin-bottom: 0px;
    }

    .ardalomniyat-input-group {
        margin-bottom: 10px;
    }

    .ardalomniyat-banner-content .ardalomniyat-title {
        font-size: 28px;
        line-height: 1.3;
        margin-bottom: 15px;
        text-shadow: 0px 2px 3px rgb(0 0 0 / 27%);
    }

    .ardalomniyat-banner-content .ardalomniyat-desc {
        font-size: 1rem;
        margin: 15px 0 25px;
    }

    .ardalomniyat-btn {
        padding: 12px 30px;
        width: fit-content;
        text-align: center;
    }

    .ardalomniyat-banner-form-wrapper {
        padding: 20px;
        margin-top: 30px;
        background: rgba(255, 255, 255, 0.15);
    }

    .ardalomniyat-banner-form-wrapper h3 {
        font-size: 20px;
        text-align: center;
    }

    .ardalomniyat-banner-form-wrapper p {
        font-size: 14px;
        text-align: center;
    }

    .ardalomniyat-banner-section input:not([type="submit"]), 
    .ardalomniyat-banner-section textarea,
    .ardalomniyat-input-group select {
        height: 48px !important;
        font-size: 14px !important;
    }

    .ardalomniyat-banner-section .submit-btn input {
        width: 100% !important;
        padding: 12px 20px !important;
    }

    .alomniyat-trust-wrapper {
        margin: 50px 0px 30px;
    }
    
    
   
    .premium-footer {
        padding: 50px 0 20px;
    }

    .footer-heading {
        text-align: center;
        margin-bottom: 40px;
    }

    .footer-heading .display-heading {
        font-size: 30px;
    }

    .premium-footer .footer-cards-row {
        gap: 15px;
        margin-bottom: 40px;
    }

    .premium-footer .contact-card {
        flex: 1 1 100%;
        min-width: 100%;
        padding: 25px 20px;
        gap: 15px;
    }

    .premium-footer .icon-circle {
        width: 50px;
        height: 50px;
        font-size: 18px;
    }

    .premium-footer .card-text label {
        font-size: 11px;
    }

    .premium-footer .card-text p {
        font-size: 14px;
        word-break: break-word;  
    }

    .premium-footer .footer-copyright-row p {
        font-size: 13px;
        padding: 0 10px;
        line-height: 1.6;
    }

    .premium-footer .copyright-line {
        margin-bottom: 15px;
    }
    
    .ardalomniyat-inner-header {
        height: 200px;
        padding-top: 70px;
    }

    .ardalomniyat-page-title {
        font-size: 20px;
        letter-spacing: 1.5px;
        margin-bottom: 10px;
        padding: 0 15px;
    }

    .ardalomniyat-breadcrumbs {
        font-size: 11px;
        letter-spacing: 1.5px;
        gap: 8px;
    }

    .ardalomniyat-svg-lines {
        transform: scale(1.2);
    }

    .ardalomniyat-line {
        stroke-width: 1.5;  
    }

    .alomniyat-split-header .suite-header-desc {
        font-size: 15px;
        color: #000000;
        line-height: 1.6;
    }

    .alomniyat-service-card .card-title {
        font-size: 23px;
    }

    .why-choose-compact-section .why-choose-header-compact {
        flex-direction: column;
    }

    .why-choose-compact-section .compact-card {
        padding: 25px 20px;
    }

    .alomniyat-testimonial-section {
        padding: 70px 0;
    }

    .alomniyat-testimonial-section .testimonial-header-desc {
        font-size: 16px;
        line-height: 1.4;
    }

    .floating-container {
        right: 15px;
    }

   
        
}


