/* ✅ Import Inter Font */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
*{
	margin: 0;
	padding: 0;
}
:root {
    --primary: #0b4f8c;
    --light: #fff;
    --dark: #000;
	--secondary: #D4AF37;
	--yellow: #f8d809;
}
h1, h2, h3, h4, h5, h6{
	font-family: "Playfair Display", serif;
}
body {
    font-family: "Inter", sans-serif;
    margin: 0;
    padding: 0;
/* 	background: #f6f4ee; */
}
.container{
	max-width: 1250px;
}

/* =========================================
HEADER
========================================= */

.site-header{
    position:absolute;
    width:100%;
    z-index:999;
}
.header-wrapper{
    display: flex;
    min-height: 100px;
    overflow: hidden;
    background: #d6dceb33;
    box-shadow: 0px 1px 0px #ffffff36;
}
.header-logo{
    width:140px;
    min-width:140px;
    position:relative;
    display:flex;
    justify-content:center;
    align-items:center;
}
.header-logo a{
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    height:100%;
}
.header-logo img{
    width:125px;
    height:auto;
    position:relative;
    z-index:2;
}
.header-right-wrap{
    flex:1;
    position:relative;
    overflow:hidden;
    background: transparent;
}
/* .header-bg{
    position:absolute;
    inset:0;
    background:url('../images/header-bg.jpg') center center;
    background-size:cover;
    opacity:.12;
} */
.top-bar{
    height:34px;
    border-bottom:1px solid rgba(255,255,255,.08);
    position:relative;
    z-index:2;
}
.top-bar .container{
    height:100%;
}
.info-item{
    display:flex;
    align-items:center;
    gap:8px;
}
.info-item i{
    font-size:12px;
    color:#d6dceb;
}
.info-item a,
.info-item span{
    color:#d6dceb;
    font-size:13px;
    text-decoration:none;
}
.divider{
    width:1px;
    height:14px;
    background:rgba(255,255,255,.15);
    margin:0 15px;
}
.follow-label{
    color:#d6dceb;
    margin-right:15px;
    font-size:13px;
}
.social-icons{
    display:flex;
    align-items:center;
    gap:14px;
	justify-content: flex-end;
}
.social-icons a{
    color:#d6dceb;
    transition:.3s;
}
.social-icons a:hover{
    color:#d7ad2f;
}
.main-header{
    height:66px;
    position:relative;
    z-index:2;
}
.main-header .container{
    height:100%;
    display:flex;
    align-items:center;
}
.header-center{
    margin-left:80px;
    position:relative;
    z-index:2;
}
.nav-menu{
    display:flex;
    align-items:center;
    gap:35px;
    list-style:none;
    margin:0;
    padding:0;
}
.nav-menu li{
    position:relative;
}
.nav-menu li a{
    color:#fff;
    text-decoration:none;
    text-transform:uppercase;
    font-size:14px;
    font-weight:500;
}
.nav-menu li a:hover{
    color:#d7ad2f;
}
.nav-menu .menu-item-has-children > a::after{
    content:"+";
    margin-left:4px;
    font-size:11px;
}
.current-menu-item > a{
    color:#d7ad2f !important;
}
.header-actions{
    margin-left:auto;
    display:flex;
    align-items:center;
    gap:14px;
    position:relative;
}
.header-actions::before{
    content:"";
    position:absolute;
    right:115px;
    top:-18px;
    width:95px;
    height:102px;
    background:#6e98c7;
    opacity:.35;
    clip-path:polygon(
        35% 0,
        100% 0,
        65% 100%,
        0 100%
    );
}
.header-icon{
    width:38px;
    height:38px;
    border-radius:50%;
    border:1px solid rgba(255,255,255,.6);
    display:flex;
    justify-content:center;
    align-items:center;
    color:#fff;
    text-decoration:none;
    position:relative;
    z-index:2;
}
.header-icon:hover{
    border-color:#d7ad2f;
    color:#d7ad2f;
}
.quote-btn{
    background:#d7ad2f;
    color:#fff;
    height:38px;
    padding:0 24px;
    display:flex;
    align-items:center;
    gap:8px;
    text-decoration:none;
    text-transform:uppercase;
    font-size:13px;
    font-weight:700;
    position:relative;
    z-index:2;
}
.quote-btn:hover{
    background:#c49618;
    color:#fff;
}
.mobile-toggle{
    background:none;
    border:none;
    color:#fff;
    font-size:22px;
    margin-left:auto;
}
@media(max-width:991px){

    .top-bar{
        display:none;
    }

    .header-logo{
        width:90px;
        min-width:90px;
    }

    .header-logo img{
        width:55px;
    }

    .header-center{
        display:none;
    }

    .header-actions{
        display:none !important;
    }

    .main-header::before{
        display:none;
    }
}
/* ================================
   Breadcrumb Section
=============================== */
.breadcrumb-section .container {
    display: flex;
    flex-direction: column;
    align-items: left;
    position: relative;
    top: 40%;
	z-index: 2;
	text-align: center;
}
section.breadcrumb-section {
    background: url(https://dev.algopage.com/projects/azhanyaimperium.com/wp-content/uploads/2026/06/breadcrumb-image.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 80vh;
	position: relative;
}
.breadcrumb-content {
    margin: 0 auto;
}
.breadcrumb-item.active {
    color: var(--secondary) !important;
}
ol.breadcrumb {
    font-size: 18px;
    font-weight: 700;
}
.breadcrumb-item+.breadcrumb-item::before{
	color: var(--light) !important;
}
.breadcrumb-title h2 {
    color: var(--light);
}
li.breadcrumb-item a {
    color: var(--light);
    text-decoration: none;
}
/*===============================
      FOOTER SECTION CSS
================================= */
.progress-wrap {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  border-radius: 50%;
  background: #fff;
  box-shadow: inset 0 0 0 8px rgba(195,180,186,.49);
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 200ms linear;
  z-index: 99;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.progress-wrap::after {
  position: absolute;
  content: "\f102";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  line-height: 50px;
  text-align:center;
  font-size:16px;
  color: var(--secondary);
  inset:0;
}
.progress-wrap svg path {
  fill: none;
}
.progress-wrap svg.progress-circle path {
  stroke: var(--primary);
  stroke-width: 4;
}
ul.ftricons figure img {
    width: 15px;
    filter: brightness(100);
}
.underline1 {
    height: 2px;
    width: 100px;
    background: var(--secondary);
    margin: auto;
    margin-top: 8px;
}
.underline2 {
    height: 4px;
    width: 30px;
    background: var(--yellow);
    margin: auto;
    margin-top: -3px;
}
.no-margin {
    margin-left: 0px;
}
.custom-footer{
    position:relative;
    background: var(--primary);
    color:#fff;
    overflow:hidden;
}
.footer-top-strip{
    background:#c9a437;
    padding:40px 0;
    clip-path:polygon(3% 0,100% 0,96% 100%,0 100%);
}
.footer-top-strip .col{
    text-align:center;
}
.footer-top-strip img{
    max-height:70px;
    width:auto;
}
.footer-content{
    padding:80px 0 50px;
}
.footer-logo img{
    max-width:120px;
    margin-bottom:20px;
}
.footer-desc{
    color:#d7d7d7;
    line-height:30px;
    margin-bottom:30px;
}
.contact-box{
    display:flex;
    gap:15px;
    margin-bottom:20px;
}
.contact-box i{
    width:40px;
    height:40px;
    background:#c9a437;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
}
.contact-box strong{
    display:block;
    color:#fff;
    margin-bottom:3px;
}
.contact-box p{
    color:#bdbdbd;
    margin:0;
}
.custom-footer h3{
    color:#fff;
    font-size:28px;
    margin-bottom:15px;
}
.footer-heading-line{
    width:70px;
    height:3px;
    background:#c9a437;
    margin-bottom:30px;
    position:relative;
}
.footer-heading-line::after{
    content:'';
    position:absolute;
    left:15px;
    top:6px;
    width:40px;
    height:2px;
    background:#c9a437;
}
.footer-links{
    padding:0;
    margin:0;
    list-style:none;
}
.footer-links li{
    margin-bottom:14px;
}
.footer-links li a{
    color:#d8d8d8 !important;
    text-decoration:none;
    transition:.3s;
}
.footer-links li a:hover{
    color:#c9a437 !important;
    padding-left:10px;
}
.recent-post{
    display:flex;
    gap:15px;
    margin-bottom:20px;
}
.recent-post img{
    width:90px;
    height:70px;
    object-fit:cover;
}
.post-content a{
    color:#fff !important;
    text-decoration:none;
    font-weight:600;
    line-height:24px;
    display:block;
}
.post-content span{
    color:#c9a437;
    font-size:13px;
}
.copyright{
    border-top:1px solid rgba(255,255,255,.15);
    padding:20px 0;
    text-align:center;
}
.copyright p{
    margin:0;
    color:#bfbfbf;
	text-align: left;
}
#GoToTop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: var(--primary);
    color: #fff;
    font-size: 20px;
    padding: 12px 20px;
    border-radius: 50%;
    z-index: 999;
    transition: all 0.3s ease-in-out;
}
#GoToTop i{
	color: #fff;
}
#GoToTop:hover {
  background: var(--primary);
  transform: scale(1.1);
}
#whatsappbtn {
    cursor: pointer;
    position: fixed;
    bottom: 4%;
    left: 20px;
    z-index: 99999999;
    padding: 0 9px;
    background: #4fcc5d;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 32px;
    color: var(--white);
    z-index: 1;
}
#whatsappbtn:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #4fcc5d;
    box-shadow: 0 0 10px #4fcc5d;
    animation: playbtn 3s linear infinite forwards;
    z-index: -3;
}
@keyframes playbtn {
    from {
        transform: scale(1.0);
        opacity: 1;
    }
    to {
        transform: scale(1.5);
        opacity: 0;
    }
}
#whatsappbtn img {
    width: 30px;
}

/* HOMEPAGE CSS */

/* HEROSECTION */
.hero-slider{
    position:relative;
}
.hero-slide{
    height: 60vh;
    min-height: 550px;
    background-size:cover;
    background-position:center;
    position:relative;
    overflow:hidden;
}
.overlay{
    position:absolute;
    inset:0;
    background: #0b4f8cbf;
    z-index:1;
}
.shape{
    position:absolute;
    top:0;
    bottom:0;
    background:rgba(255,255,255,.08);
    transform:skewX(-35deg);
    z-index:2;
}
.shape-1{
    width:180px;
    right:25%;
}
.shape-2{
    width:280px;
    right:5%;
}
.hero-content{
    position:relative;
    z-index:10;
    height: 95vh;
    min-height:500px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-align:center;
}
.hero-tag{
    display:inline-block;
    background:rgba(255,191,0,.15);
    color: var(--secondary);
    padding:12px 22px;
    border-radius:8px;
    font-size:14px;
    font-weight:700;
    margin-bottom:30px;
}
.hero-content h1{
    color: var(--secondary);
    font-size: 54px;
    font-weight:700;
    line-height:1.3;
    margin-bottom:40px;
    max-width:900px;
}
.hero-buttons{
    display:flex;
    gap:15px;
    flex-wrap:wrap;
    justify-content:center;
}
.btn-primary-custom{
    background: var(--secondary);
    color: var(--light);
    text-decoration:none;
    font-weight:700;
    padding:18px 35px;
    display:inline-flex;
    align-items:center;
    transition:.3s;
}
.btn-primary-custom:hover{
    background: #c49618;
    color:#fff;
}
.btn-outline-custom{
    border:1px solid rgba(255,255,255,.5);
    color:#fff;
    text-decoration:none;
    font-weight:700;
    padding:18px 35px;
    display:inline-flex;
    align-items:center;
    transition:.3s;
}
.btn-outline-custom:hover{
    background:#fff;
    color:#000;
}
.carousel-control-prev,
.carousel-control-next{
    width:auto;
    opacity:1;
}
.carousel-control-prev{
    left:80px;
	top: 250px;
}
.carousel-control-next{
    right:80px;
	top: 250px;
}
.slider-arrow{
    width:54px;
    height:54px;
    background:rgba(255,255,255,.25);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:28px;
    transition:.3s;
}
.slider-arrow:hover{
    background:#f3bf2d;
}

/* About Section */

.about-company-section{
    background:#f7f7f7;
    overflow:hidden;
}
.about-images-wrapper{
    position:relative;
    min-height:500px;
}
.main-image{
    width:420px;
    max-width:100%;
}
.main-image img{
    width:100%;
    height:280px;
    object-fit:cover;
}
.secondary-image{
    position:absolute;
    right:40px;
    bottom:0;
    width:340px;
    background:#fff;
    padding:10px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
}
.secondary-image img{
    width:100%;
    height:220px;
    object-fit:cover;
}
.play-btn{
    position:absolute;
    left:170px;
    top:175px;
    z-index:5;
}
.play-btn a{
    width:70px;
    height:70px;
    background:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    color:var(--secondary);
    font-size:22px;
    box-shadow:0 10px 25px rgba(0,0,0,.15);
}
.section-tag{
    display:inline-block;
    background:var(--primary);
    color:var(--secondary);
    padding:10px 18px;
    font-size:14px;
    font-weight:600;
    letter-spacing:1px;
}
.about-title{
    font-size:42px;
    font-weight:700;
    color: var(--primary);
    margin-bottom:25px;
}
.about-company-section p{
    color:#666;
    line-height:1.9;
    margin-bottom:20px;
}
.dots{
    position:absolute;
    width:100px;
    height:100px;
    background-image: radial-gradient(var(--secondary) 1.5px, transparent 1.5px);
    background-size:12px 12px;
}
.dots-top{
    top:-20px;
    right:100px;
}
.dots-bottom{
    left:-40px;
    bottom:30px;
}
.counter-number {
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    color: var(--primary);
}
.counter-number span:last-child {
    color: var(--secondary);
}
.counter-icon {
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.counter-icon {
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}
.counter-icon i {
    font-size: 32px;
    color: var(--secondary);
}

/* Service Section */

.industry-section{
    background: var(--primary);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
    position:relative;
}
.industry-tabs{
    background:#fff;
}
.industry-tab{
    border:none;
    background:#fff;
    height:140px;
    position:relative;
    transition:.3s;
    border-right:1px solid #ddd;
}
.industry-tab img{
    width:55px;
    margin-bottom:15px;
}
.industry-icon{
    display:block;
    font-size:42px;
    margin-bottom:15px;
    color:var(--primary);
    transition:.3s ease;
}
.industry-tab.active .industry-icon{
    color:#fff;
}
.industry-tab h6{
    font-weight:600;
    margin:0;
	font-size: 13px;
}
.industry-tab.active{
    background: linear-gradient(135deg, var(--oil-blue), var(--oil-gold));
    color:#fff;
}
.tab-arrow{
    position:absolute;
    bottom:-14px;
    left:50%;
    transform:translateX(-50%);
    width:0;
    height:0;
    border-left:14px solid transparent;
    border-right:14px solid transparent;
    border-top:14px solid var(--secondary);
}
.industry-tab:not(.active) .tab-arrow{
    display:none;
}
.content-box{
    padding:60px;
    color:#fff;
}
.content-box h3{
    font-size:42px;
    font-weight:700;
    margin-bottom:25px;
}
.content-box ul{
    list-style:none;
    padding:0;
}
.content-box ul li{
    margin-bottom:12px;
}
.content-box ul li:before{
    content:"✓";
    color:var(--secondary);
    margin-right:10px;
}
.industry-pane{
    display:none;
}
.industry-pane.active{
    display:block;
}
.carousel-control-prev,
.carousel-control-next{
    width:50px;
    height:50px;
    background:rgba(255,255,255,.2);
}
.carousel-control-prev-icon,
.carousel-control-next-icon{
    width:20px;
    height:20px;
}
.img-cliipy {
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.industry-content {
    background: #262A36;
    border: 1px solid #ffffff30;
}
/* Brand Colors */
:root{
    --agro-green: #1E7D32;
    --agro-gold: #D4AF37;

    --oil-blue: #0B4F8C;
    --oil-gold: #D4AF37;
}

/* Agriculture & Agro Processing Tab */
.industry-tab[data-target="industry-tab-0"].active{
    background: linear-gradient(135deg, var(--oil-blue), var(--oil-gold));
    color:#fff;
}

.industry-tab[data-target="industry-tab-0"].active .tab-arrow{
    border-top-color: var(--secondary);
}

.industry-tab[data-target="industry-tab-0"] .industry-icon{
    color: var(--primary);
}

/* Oil & Gas / Trading / Consulting Tab */
.industry-tab[data-target="industry-tab-1"].active{
    background: linear-gradient(135deg, var(--oil-blue), var(--oil-gold));
    color:#fff;
}

.industry-tab[data-target="industry-tab-1"].active .tab-arrow{
    border-top-color: var(--oil-blue);
}

.industry-tab[data-target="industry-tab-1"] .industry-icon{
    color: var(--oil-blue);
}

/* Agriculture Production & Agro-Processing Tab */
.industry-tab[data-target="industry-tab-2"].active{
    background: linear-gradient(135deg, var(--oil-blue), var(--oil-gold)) !important;
    color:#fff;
}

.industry-tab[data-target="industry-tab-2"].active .tab-arrow{
    border-top-color: var(--oil-blue);
}

.industry-tab[data-target="industry-tab-2"] .industry-icon{
    color: var(--primary);
}

/* Active Icons */
.industry-tab.active .industry-icon{
    color:#fff;
}

/* Content Area */
.industry-content{
    background: linear-gradient(135deg, var(--oil-blue), var(--oil-gold));
    border:1px solid rgba(212,175,55,.25);
}
/* Team Section */

.team-section{
    background:#f8f8f8;
}
.team-card h4{
    font-size:32px;
    font-weight:600;
    color:#0f172a;
}
.team-designation{
    color:var(--secondary);
    font-weight:500;
}
.team-img-wrap{
    position:relative;
    overflow:hidden;
}
.team-img-wrap img{
    width:100%;
    height:360px;
    object-fit:cover;
}
.social-toggle{
    position:absolute;
    right:15px;
    bottom:15px;
    width:42px;
    height:42px;
    border:none;
    border-radius:50%;
    background:var(--secondary);
    color:#fff;
    z-index:3;
}
.team-social{
    position:absolute;
    right:15px;
    bottom:65px;
    display:flex;
    flex-direction:column;
    gap:10px;
    opacity:0;
    visibility:hidden;
    transform:translateY(15px);
    transition:.3s ease;
}
.team-social a{
    width:38px;
    height:38px;
    border-radius:50%;
    background:#fff;
    color:#666;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    box-shadow:0 5px 15px rgba(0,0,0,.1);
}
.team-social a:hover{
    background:var(--secondary);
    color:#fff;
}
.team-card.active .team-social{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
}
.team-card.active .social-toggle i{
    transform:rotate(45deg);
}
.team-slider-nav .btn{
    width:50px;
    height:50px;
    border-radius:0;
}

/* Why Choose Us */
.progress {
    background: #e9e9e9;
}
.object-fit-cover {
    object-fit: cover;
}
.skill-progress{
    transition: width 1.8s ease-in-out;
}


/* How We Work */

.business-process-section {
    background: #f8f8f8;
    position: relative;
}
.process-card {
    position: relative;
    background: #ffffff;
    padding: 85px 30px 35px;
    text-align: center;
    min-height: 350px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.06);
    transition: all 0.4s ease;
    overflow: visible;
}
.process-icon {
    position: absolute;
    top: -38px;
    left: 50%;
    transform: translateX(-50%);
    width: 78px;
    height: 78px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .4s ease;
    z-index: 2;
}
.process-icon::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -12px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #ffffff;
    transition: all .4s ease;
}
.process-icon {
    position: absolute;
    top: -38px;
    left: 50%;
    transform: translateX(-50%);
    width: 78px;
    height: 78px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .4s ease;
    z-index: 2;
}
.process-icon i {
    font-size: 38px;
    color: var(--secondary);
    transition: all .4s ease;
}
.process-card:hover .process-icon i {
    color: #fff;
}
.process-step {
    display: block;
    font-size: 13px;
    color: #9a9a9a;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 12px;
}
.process-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #111827;
    margin-bottom: 15px;
    transition: all .4s ease;
}
.process-card p {
    color: #6b7280;
    line-height: 1.9;
    margin-bottom: 0;
    transition: all .4s ease;
}
.process-card:hover {
    background: var(--primary);
    transform: translateY(-10px);
}
.process-card:hover .process-icon {
    background: var(--secondary);
}
.process-card:hover .process-icon::after {
    border-top-color: var(--secondary);
}
.process-card:hover .process-title,
.process-card:hover .process-step,
.process-card:hover p {
    color: #ffffff;
}
.process-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(rgba(255,255,255,.08) 1px, transparent 1px);
    background-size: 12px 12px;
    opacity: 0;
    transition: .4s;
}
.process-card:hover::before {
    opacity: 1;
}

/* Testimonial Section */

.testimonial-contact-section {
    overflow: hidden;
	background: #b9c0cc;
}
.testimonial-wrapper {
    background: var(--primary);
    min-height: 650px;
    position: relative;
    display: flex;
    align-items: center;
    padding: 80px;
}
.quote-shape {
    position: absolute;
    top: 40px;
    left: 40px;
    font-size: 120px;
    color: rgba(255,255,255,.08);
}
.testimonial-content {
    max-width: 550px;
    position: relative;
    z-index: 2;
}
.testimonial-text {
    color: rgba(255,255,255,.75);
    font-size: 18px;
    line-height: 1.9;
    font-style: italic;
    margin-bottom: 40px;
}
.testimonial-author {
    display: flex;
    align-items: center;
    gap: 15px;
}
.testimonial-author img {
    width: 70px;
    height: 70px;
    border-radius: 0;
    object-fit: cover;
}
.testimonial-author h5 {
    color: #fff;
    margin-bottom: 5px;
}
.testimonial-author span {
    color: rgba(255,255,255,.6);
    display: block;
    margin-bottom: 8px;
}
.rating {
    color: var(--secondary);
}
.testimonial-nav {
    margin-top: 40px;
    display: flex;
    gap: 10px;
}
.testimonial-nav button {
    width: 50px;
    height: 50px;
    border: none;
    background: rgba(255,255,255,.12);
    color: #fff;
    transition: .3s;
}
.testimonial-nav button:hover {
    background: var(--secondary);
}

/* Contact Form */

.contact-form-wrapper {
    min-height: 650px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px;
}
.form-box {
    background: #fff;
    padding: 50px;
    width: 100%;
    max-width: 650px;
	position: absolute;
    z-index: 999;
    right: 5%;
}
.form-title {
    font-size: 40px;
    font-weight: 700;
    color: #111827;
}
.custom-input .form-control,
.custom-input .form-select {
    height: 60px;
    border: none;
    background: #f1f1f1;
    border-radius: 0;
    box-shadow: none;
}
.custom-input textarea.form-control {
    height: auto;
    resize: none;
}
.input-group-text {
    border: none;
    background: #f1f1f1;
    border-radius: 0;
    color: #666;
}
.form-control:focus,
.form-select:focus {
    box-shadow: none;
    border-color: transparent;
}

/* Blog Section */

.blog-title {
    text-decoration: none;
    font-size: 28px;
    color: var(--primary);
	margin-top: 20px;
}
.blog-title a{
	color: var(--primary) !important;
	text-decoration: none !important;
}
a.read-more {
    color: var(--secondary);
    text-decoration: none;
    font-size: 18px;
}
.blog-content .btn-primary {
    background: #d7ad2f;
    color: #fff;
    height: 38px;
    padding: 0 24px;
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    position: relative;
    z-index: 2;
    text-align: center;
    justify-content: center;
}
.blog-content .btn-primary:hover {
	background: #c49618;
    color: #fff;
}
.blog-card {
    background: #33333314;
    padding: 10px;
	border-radius: 5px;
}
.fa-user:before {
	color: var(--primary);
}
.fa-calendar:before {
	color: var(--primary);
}
.card-body span {
    color: var(--secondary);
    font-weight: 600;
}

/* Footer Logos Section */

.icon-banner {
        background-color: var(--secondary);
        padding: 60px 0;
        position: relative;
  
}
.icon-banner img {
        width: 150px;
        height: 60px;
	    object-fit: cover;
        transition: transform 0.3s ease;
}
.icon-banner img:hover {
        transform: scale(1.15);
}

/* About Page Css */

.about-hero{
    background: var(--primary);
    color:#fff;
    padding:120px 0;
}
.section-tag{
    color:var(--secondary);
    text-transform:uppercase;
    letter-spacing:2px;
    font-size:14px;
    font-weight:600;
}
.section-title{
    font-size:48px;
    font-weight:700;
    color:var(--primary);
}
.about-hero .section-title,
.about-hero h1{
    color:#fff;
}

/* Story */

.our-story{
    background:#fff;
}
.story-image img{
    width:100%;
    border:3px solid var(--secondary);
}

/* Founder */

.founder-section{
    background:#f7f7f7;
}
.founder-card{
    margin:auto;
    text-align:center;
    padding:25px;
    border:1px solid var(--secondary);
    background: linear-gradient(135deg, var(--oil-blue), var(--oil-gold));
}
.founder-card blockquote{
    color:#fff;
    line-height:1.6;
    margin:30px 0;
    font-style:italic;
}
.founder-info h4{
    color:var(--secondary);
    margin-bottom:5px;
}
.founder-info p{
    color:#ddd;
    margin:0;
}

/* Vision Mission */

.vision-mission{
    background:#f8f8f8;
}
.vm-card{
    background:#fff;
    padding:40px;
    border-left:5px solid var(--secondary);
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}
.vm-card h3{
    color:var(--secondary);
    margin-bottom:20px;
}

/* Industries */

.industry-section{
	border-bottom: 1px solid var(--secondary);
}
.industry-section .section-title{
    color:#fff;
}
.industry-box{
    padding:40px 20px;
    border:1px solid rgba(212,175,55,.4);
    transition:.3s;
}
.industry-box h5{
    color:#fff;
    margin:0;
}
.industry-box:hover{
    transform:translateY(-8px);
    border-color:var(--secondary);
    background:rgba(212,175,55,.08);
}

/* Business Sectors page css */

section.sector-overview.py-5 {
    background: #f7f7f7;
}
.sector-card{
    background: #fff;
    padding: 40px 30px;
    border-radius: 20px;
    border-top: 4px solid var(--secondary);
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    transition: .4s;
    text-align: center;
    height: 100%;
}
.sector-card:hover{
    transform: translateY(-10px);
}
.portfolio-section h4.section-tag {
    display: flex;
    width: 20%;
    text-align: center;
    justify-content: center;
    margin: 0 auto;
}
.portfolio-section.py-5 .section-title {
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}
.section-title p {
    font-weight: normal;
    font-size: 18px;
    color: #333;
}
.sector-icon{
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
}
.sector-icon i{
    color: var(--secondary);
    font-size: 36px;
}
.sector-card h3{
    color: var(--primary);
    margin-bottom: 15px;
    font-size: 28px;
}
.sector-card p{
    color: var(--primary);
    opacity: .7;
    line-height: 1.8;
}
.project-card{
    background: #fff;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 15px 40px rgba(0,0,0,.08);
    transition: .4s;
    margin-bottom: 30px;
	height: 650px;
}
.project-card:hover{
    transform: translateY(-8px);
}
.project-header{
    margin-bottom: 30px;
}
.project-header h3{
    color: var(--primary);
    font-size: 32px;
    margin-top: 15px;
}
.sector-badge{
    display: inline-block;
    padding: 8px 20px;
    border-radius: 50px;
    background: var(--secondary);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}
.project-item{
    border-left: 4px solid var(--secondary);
    padding-left: 20px;
    margin-bottom: 25px;
}
.project-item strong{
    color: var(--primary);
    display: block;
    margin-bottom: 8px;
}
.project-item p{
    color: var(--primary);
    opacity: .7;
    line-height: 1.8;
    margin: 0;
}
.project-stat{
    border-top: 1px solid rgba(0,0,0,.08);
    margin-top: 30px;
    padding-top: 20px;
}
.project-stat h2{
    color: var(--secondary);
    font-size: 48px;
    margin-bottom: 5px;
}
.project-stat span{
    color: var(--primary);
    opacity: .7;
}
.stats-section{
    background: var(--primary);
    padding: 80px 0;
}
.stat-box{
    text-align: center;
}
.stat-box h2{
    color: var(--secondary);
    font-size: 50px;
    margin-bottom: 10px;
}
.stat-box p{
    color: #fff;
    margin: 0;
}
.cta-section{
    background: var(--primary);
    padding: 80px 40px;
    border-radius: 25px;
    text-align: center;
}

.cta-section h2{
    color: #fff;
    font-size: 42px;
    margin-bottom: 20px;
}
.cta-section p{
    color: #fff;
    opacity: .8;
    max-width: 700px;
    margin: auto auto 30px;
    line-height: 1.8;
}
.cta-btn{
    display: inline-block;
    padding: 15px 35px;
    background: var(--secondary);
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    transition: .3s;
}
.cta-btn:hover{
    transform: translateY(-3px);
}

/* Investemnts Page Css */

.investment-card {
    display: flex;
    gap: 50px;
    background: #fff;
    border-radius: 25px;
    overflow: hidden;
    margin-bottom: 40px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.06);
}

.service-side {
    width: 320px;
    background: var(--primary);
    padding: 50px 40px;
    color: #fff;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.service-number {
    font-size: 70px;
    font-weight: 700;
    line-height: 1;
    color: var(--secondary);
    margin-bottom: 20px;
}

.service-side h3 {
    color: #fff;
    margin: 0;
}

.content-side {
    flex: 1;
    padding: 50px;
}

.content-side h5 {
    color: var(--primary);
    margin-bottom: 15px;
    position: relative;
    padding-left: 18px;
}

.content-side h5:before {
    content: "";
    width: 8px;
    height: 8px;
    background: var(--secondary);
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
}

.content-side p {
    margin-bottom: 30px;
}

.content-side ul {
    padding: 0;
    list-style: none;
}

.content-side ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
}

.content-side ul li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--secondary);
    font-weight: 700;
}

.section-tag {
    display: inline-block;
    padding: 8px 20px;
    background: var(--secondary);
    color: #fff;
    border-radius: 30px;
    margin-bottom: 15px;
}

.section-title {
    color: var(--primary);
}

@media (max-width: 991px) {

    .investment-card {
        flex-direction: column;
    }

    .service-side {
        width: 100%;
        padding: 40px 30px;
    }

    .content-side {
        padding: 15px;
    }
}

/*  Contact Page Css */

section.contact-inner-section {

    padding: 60px 0px;

}

   .contact-page-box {

    background: #ffffff82;

    padding: 20px;

    border-radius: 12px;

    height: 100%;

    display: flex;

    border: 1px solid #e6e6e6;

    box-shadow: 0 4px 20px rgba(0,0,0,0.05);

    flex-direction: column;

    justify-content: center;

}    

    .form-control {

        background: #f9f9f9;

        border: 1px solid #ddd;

        color: #000;

    }

    .form-control:focus {

        border-color: var(--primary);

        box-shadow: none;

    } 

    .info-card {

        padding: 35px 25px;

        background: #fff;

        border-radius: 10px;

        border: 1px solid #ececec;

        box-shadow: 0 4px 15px rgba(0,0,0,0.04);

        transition: 0.3s;

		display: flex;

		gap: 30px;

    }

	.info-card a{ 

		color: #000 !important;

		text-decoration: none;		

	}

    .info-card:hover {

        border-color: var(--primary);

        transform: translateY(-4px);

    }

   .info-card i{

        font-size: 28px;

        color: var(--primary);

        margin-bottom: 10px;

    }

    .info-card h6 {

        font-size: 18px;

        margin-bottom: 5px;

        font-weight: 600;

    }

    .map-section iframe {

        width: 100%;

        height: 450px;

        border: 0;

        border-radius: 12px;

        margin-top: 40px;

    }
 
 
/* Contact form  */
 
.wpcf7 form{

    width:100%;

}
 
.wpcf7 input,

.wpcf7 textarea{

    width:100%;

    border:1px solid #dcdcdc;

    padding:15px 18px;

    margin-bottom:20px;

    border-radius:10px;

    font-size:15px;

    color:#111;

    background:#fff;

    transition:0.3s ease;

}
 
.wpcf7 input:focus,

.wpcf7 textarea:focus{

    border-color:var(--primary);

    outline:none;

    box-shadow:none;

}
 
.wpcf7 textarea{

    height:180px;

    resize:none;

}
 
.wpcf7 input::placeholder,

.wpcf7 textarea::placeholder{

    color:#777;

}
 
.wpcf7-submit{

    background:var(--primary) !important;

    color:#fff !important;

    border:none !important;

    padding:16px 35px !important;

    border-radius:50px !important;

    font-weight:600;

    transition:0.4s ease;

    width:auto !important;

    cursor:pointer;

}
 
.wpcf7-submit:hover{

    background:#111 !important;

    transform:translateY(-3px);

}
 
/* ERROR MESSAGE */
 
.wpcf7-not-valid-tip{

    font-size:13px;

    margin-top:-10px;

    margin-bottom:10px;

}
/* SUCCESS MESSAGE */
.wpcf7-response-output{
    border:none !important;
    margin:20px 0 0 !important;
    padding:15px 20px !important;
    border-radius:10px;
    background:#f5f5f5;

}

 
/* Responsive Css */

@media (max-width: 991px){
	.hero-content h1{
		font-size: 44px;
	}
	.btn-primary-custom{
		padding: 10px 20px;
    	font-size: 14px;
	}
	.carousel-control-prev {
		left: 20px;
	}
	.carousel-control-next {
		right: 20px;
	}
	.main-image{
		width: 500px;
	}
	.secondary-image{
	   width: 400px;
	}
	.play-btn{
		top: 90px;
	}
	.section-tag {
    	padding: 10px 10px;
		font-size: 12px;
	}
	.about-title {
		font-size: 34px;
	}
	.btn-primary-custom{
		padding: 10px 15px;
    	font-size: 12px;
	}
	.counter-number {
		font-size: 34px;
	}
	button.industry-tab h5 {
    	font-size: 16px;
	}
	.content-box h3 {
		font-size: 34px;
	}
	.img-cliipy {
        clip-path: inherit;
	}
	.team-card h4 {
		font-size: 24px;
	}
	.testimonial-contact-section .col-lg-6
 	{
    	width: 50%;
	}
	.form-box{
		max-width: 495px;
	}
	.form-title {
		font-size: 34px;
	}
	.custom-input .form-control{
		height: 40px;
	}
	.section-title
 	{
	   font-size: 33px;
	}
	.about-hero h1 {
       font-size: 34px;
	}
	.lead {
		font-size: 16px;
	}
	.vm-card{
		padding: 15px;
	}
	.blog-title{
		font-size: 24px;
	}
	p.blog-excerpt {
     	font-size: 14px;
	}
	.section-title{
		font-size: 34px;
	}
	.section-title p{
		font-size: 16px;
	}
	.sector-card{
		padding: 20px 20px;
	}
	.sector-card h3{
		font-size: 24px;
	}
	.sector-icon{
		width: 60px;
		height: 60px;
	}
	.sector-icon i{
		font-size: 32px;
	}
	.project-header h3{
		font-size: 28px;
	}
	.service-number {
		font-size: 44px;
	}
	.investment-card{
		gap: 25px;
	}
}

@media (max-width: 767px){
    .form-box {
        max-width: 380px;
    }
	.form-title {
        font-size: 28px;
    }
	.testimonial-text{
		font-size: 18px;
	}
	.custom-footer h3
 	{
		font-size: 24px;
		margin-bottom: 8px;
	}
	.about-title {
        font-size: 28px;
    }
	.testimonial-wrapper{
		padding: 40px;
	}
	.about-hero h1 {
        font-size: 28px;
    }
	.section-title {
        font-size: 28px !important;
    }
	.header-logo img {
        width: 85px;
    }
	.team-slider-nav.d-flex.gap-2{
		display: none !important;
	}
	
}
@media (max-width: 568px) {
    .hero-content h1 {
        font-size: 34px;
    }
	.hero-buttons{
		flex-direction: column;
	}
	.hero-content{
		height: 650px;
	}
	.btn-primary-custom {
		padding: 18px 35px !important;
	}
	.btn-outline-custom{
		font-size: 12px;
	}
	.testimonial-contact-section .row {
    	flex-direction: column;
	}
	.testimonial-contact-section .col-lg-6 {
        width: 100%;
    }
	.form-box {
        max-width: 100%;
		right: 0%;
    }
	.blog-card{
		text-align: center;
	}
	.content-box h3 {
        font-size: 24px;
    }
	.content-box p {
    	font-size: 14px;
		margin-bottom: 15px;
	}
	.carousel-control-prev, .carousel-control-next{
		width: 30px;
    	height: 0px;
	}
	.slider-arrow{
		height: 35px;
	}
	.carousel-control-prev {
    	top: 300px;
	}
	.carousel-control-next {
    	top: 300px;
	}
	.content-box {
		padding: 25px;
	}
	.icon-banner .row {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	section.breadcrumb-section{
		height: 55vh;
	}
	.breadcrumb-section .container{
		top: 50%;
	}
	.portfolio-section h4.section-tag{
		width: 40%;
	}
	.project-card{
		height: 720px;
		padding: 25px;
	}
}
@media (max-width: 375px){
	 .hero-content h1 {
        font-size: 28px;
    }
	.content-box {
		padding: 25px;
	}

}
@media (max-width: 360px){
	.info-card{
		padding: 20px;
		gap: 10px;
	}
	.footer-content {
    	padding: 40px 20px;
	}
	.copyright .col-md-6.text-md-end {
		margin-left: -150px !important;
	}
}

/* ================================
Mobile Menu
================================ */
.mobile-menu {
position: fixed;
top: 0;
right: -300px;
width: 280px;
height: 100%;
background: #fff;
transition: right 0.3s ease;
z-index: 1050;
}
.mobile-menu.open {
right: 0;
}
.mobile-menu-overlay {
display: none;
position: fixed;
inset: 0;
background: rgba(0,0,0,0.8);
z-index: 1040;
}
.mobile-menu-overlay.active {
display: block;
}
.mobile-menu-btn .btn-primary{
margin-top: 2rem;
display: inline-block;
border: 1px solid #fff;
}
.mobile-menu {
position: fixed;
top: 0;
right: -300px;
width: 280px;
height: 100%;
background: var(--primary)!important;
transition: right 0.3s ease;
z-index: 1050;
}
.mobile-menu-header {
background-color: #fff;
}
#menu-primary-1 li {
padding: 10px;
border-bottom: 1px solid #fff;
}
#menu-primary-1 li a {
color: var(--white);
text-decoration: none;
font-size: 20px;
font-weight: 600;
}
.top-bar-icon .social-icons a i {
border: 1px solid #ffffff;
border-radius: 50%;
height: 30px;
width: 30px;
display: inline-flex;
justify-content: center;
align-items: center;
}
.top-bar-inner-box {
display: flex;
gap: 10px;
align-items: center;
}

/* Mobile menu css */
/* Mobile Toggle */
.mobile-toggle{
    background: transparent;
    border: none;
    font-size: 28px;
    cursor: pointer;
    color: #fff;
}

/* Mobile Menu */
.mobile-menu{
    position: fixed;
    top: 0;
    right: -320px;
    width: 300px;
    max-width: 85%;
    height: 100vh;
    background: #fff;
    z-index: 999999;
    transition: right .4s ease;
    overflow-y: auto;
}

.mobile-menu.open{
    right: 0;
}

.mobile-menu-header{
    padding: 15px;
    border-bottom: 1px solid #eee;
}

.mobile-menu img{
    max-height: 45px;
}

.mobile-menu .nav{
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-menu .menu{
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-menu li{
    border-bottom: 1px solid #eee;
}

.mobile-menu li a{
    display: block;
    padding: 14px 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
}

.mobile-menu li a:hover{
    background: #f5f5f5;
    color: var(--secondary);
}

/* Overlay */
.mobile-menu-overlay{
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.5);
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    z-index: 999998;
}

.mobile-menu-overlay.active{
    opacity: 1;
    visibility: visible;
}

/* Close Button */
.btn-close{
    background: transparent;
    border: none;
    font-size: 26px;
    cursor: pointer;
    line-height: 1;
}

.btn-close::before{
    content: "✕";
}

@media(min-width:992px){
    .mobile-menu,
    .mobile-menu-overlay,
    .mobile-toggle{
        display:none;
    }
}