/* =================================== */
/*	Basic Style 
/* =================================== */

body {
    background-color: #fff;
    font-family: "Open Sans", sans-serif;
    line-height: 21px;
    font-size: 13px;
    color: #6a737b;
    overflow-x: hidden;
}

ol,
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

figure,
p {
    margin: 0;
}

a {
    color: #fff;

    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
}

iframe {
    border: 0;
}

a,
a:focus,
a:hover {
    text-decoration: none;
    outline: 0;
}

a:focus,
a:hover {
    color: #6cb670;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    margin: 0;
}

.clear:before,
.clear:after {
    content: " ";
    display: table;
}

.clear:after {
    clear: both;
}

.clear {
    *zoom: 1;
}

span.color {
    color: #e76036;
}

body > section,
.footer {
    padding: 70px 0;
    padding-bottom: 20px;
}

.sec-title {
}

.sec-title h2 {
    color: #e76036;
    font-size: 28px;
    font-weight: 800;
    text-transform: uppercase;
}

.sec-sub-title {
    margin: 35px 0 45px;
}

.sec-sub-title p {
    font-weight: 600;
    line-height: 24px;
    font-size: 18px;
    color: #5b646e;
}

.devider {
    margin-top: 30px;
}

.devider i {
    color: #cccccc;
}

.devider:before,
.devider:after {
    content: "______________________";
    color: #e6e8ea;
    position: relative;
    bottom: 6px;
}

.devider:before {
    right: 10px;
}

.devider:after {
    left: 10px;
}

.mb50 {
    margin-bottom: 50px;
}

#preloader {
    background-color: #fff;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 1100;
}

#preloader > img {
    left: 47%;
    position: absolute;
    top: 48%;
}

/*=========================================
	Header
==========================================*/

#navigation {
    background-color: rgba(16, 22, 54, 0.2);
    border: 0 none;
    margin: 0;

    -webkit-transition: background-color 800ms linear;
    -moz-transition: background-color 800ms linear;
    -ms-transition: background-color 800ms linear;
    -o-transition: background-color 800ms linear;
    transition: background-color 800ms linear;
}

.navbar-toggle i {
    color: #e76036;
}
.navbar-brand {
    padding: 0px;
}
@media (max-width: 700px) {
    .navbar-brand {
        padding: 10px;
    }
}

.navbar-nav li a {
    border-top: 1px solid transparent;
}

.navbar-nav li a.current,
.navbar-nav li a:focus,
.navbar-nav li a:hover {
    background-color: transparent;
    border-top: 1px solid #223547;
    color: #fff;
}

/*=========================================
	Slider
==========================================*/

#slider {
    padding: 0;
}

#slider .carousel-inner .item {
    background-size: cover;
}

.carousel-container {
    width: 100%;
    max-width: 1000px; /* Adjust as needed */
    margin: 0 auto; /* Center the carousel */
    padding: 0 15px; /* Add some padding for smaller screens */
}

.carousel-caption {
    position: absolute;
    top: 30%;
    left: 5%;
    max-width: 50%; /* Adjust as needed */
    color: #fff;
    text-align: left;
    padding: 20px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .carousel-caption {
        top: 15%;
        left: 5%;
        max-width: 90%;
        padding: 10px;
    }

    .carousel-caption h2 {
        font-size: 32px;
    }

    .carousel-caption h3 {
        font-size: 24px;
    }

    .carousel-caption p {
        font-size: 16px;
    }
}

.carousel-caption h2 {
    font-size: 62px;
    font-weight: 300;
    padding-right: 30px;
    margin-bottom: 2rem !important;
}

.carousel-caption h2 span {
    font-weight: 800;
}

.carousel-caption h3 {
    font-size: 48px;
    font-weight: 300;
    margin: 6px 0 20px;
    padding-right: 30px;
}

.carousel-caption p {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
}

.carousel-caption p:before,
.carousel-caption p:after {
    color: #0feb9e;
    content: "___";
    position: relative;
    top: -8px;
}

.carousel-caption p:before {
    right: 20px;
}

.carousel-caption p:after {
    left: 20px;
}

.social-links {
    margin-top: 5%;
}

.social-links li {
    display: inline-block;
}

.social-links li a {
    color: rgba(255, 255, 255, 0.3);
    display: block;
    margin: 0 6px;
}

.social-links li a:hover {
    color: #fff;
}

.carousel-indicators {
    bottom: 10px;
    left: inherit;
    margin: 0;
    right: 30px;
    top: 49%;
    width: 0;
}

.carousel-indicators li {
    border: 1px solid rgba(255, 255, 255, 0.3);
    height: 8px;
    width: 8px;
}

.carousel-indicators .active {
    height: 8px;
    width: 8px;
}

/*=========================================
	Features
==========================================*/

.features {
    background-color: #f4f7f9;
}

.owl-controls {
    bottom: -45px;
    margin-top: 10px;
    position: relative;
    text-align: center;
}

.owl-controls .owl-page {
    display: inline-block;
}

.owl-controls .owl-page span {
    border: 1px solid #c7ced3;
    border-radius: 20px;
    display: block;
    height: 8px;
    margin: 5px 4px;
    width: 8px;
}

.owl-controls .owl-page.active span {
    background: #062033;
    border: 0;
}

.service-icon {
    border: 1px solid #e76036;
    border-radius: 50%;
    color: #e76036;
    float: left;
    padding: 10px 13px;
}

.service-desc {
    margin-left: 6px;
    position: relative;
    top: 5px;
}

.service-desc h3 {
    color: #062033;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
}

/*=========================================
	Our Works
==========================================*/

.work-filter {
    margin-bottom: 35px;
}

.work-filter ul li {
    display: inline-block;
}

.work-filter ul li a {
    color: #062033;
    display: block;
    font-size: 14px;
    font-weight: 700;
    padding: 5px 17px;
    border-radius: 6px;
    text-transform: capitalize;
}

.work-filter ul li a:hover,
.work-filter ul li a.active {
    background-color: #e76036;
    border-radius: 6px;
    color: #fff;
    padding: 5px 17px;
}

.mix {
    display: none;
}

.work-item {
    float: left;
    width: 25%;
    position: relative;
    padding: 10px;
}

.work-item > img {
    display: block;
    height: auto;
    max-width: 100%;
}

.overlay {
    background-color: rgba(34, 53, 71, 0.7); /* #223547 with 90% opacity */
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;

    opacity: 0;
    filter: alpha(opacity=0);

    -webkit-transition: all 450ms ease-out 0s;
    -moz-transition: all 450ms ease-out 0s;
    -o-transition: all 450ms ease-out 0s;
    transition: all 450ms ease-out 0s;

    -webkit-transform: rotateY(180deg) scale(0.5, 0.5);
    -moz-transform: rotateY(180deg) scale(0.5, 0.5);
    -ms-transform: rotateY(180deg) scale(0.5, 0.5);
    -o-transform: rotateY(180deg) scale(0.5, 0.5);
    transform: rotateY(180deg) scale(0.5, 0.5);
}

.overlay-team {
    /* border-radius: 50%; */
}

.work-item:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100);

    -webkit-transform: rotateY(0deg) scale(1, 1);
    -moz-transform: rotateY(0deg) scale(1, 1);
    -ms-transform: rotateY(0deg) scale(1, 1);
    -o-transform: rotateY(0deg) scale(1, 1);
    transform: rotateY(0deg) scale(1, 1);
}

.work-item .overlay a {
    border: 1px solid #fff;
    border-radius: 50%;
    display: inline-block;
    margin-top: 20%;
    padding: 7px 10px;
}

.work-item .overlay a:hover {
    color: #fff;
}

.work-item .overlay h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin: 25px 0 8px;
}

.work-item .overlay p {
    font-size: 14px;
    line-height: 24px;
}

/*=========================================
	Our Team Member
==========================================*/

.member-thumb {
    width: 273px;
    position: relative;
    display: flex;
    justify-content: center;
}

.member-thumb .overlay h5 {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin: 10px 0;
}

.member-thumb .overlay {
    font-size: 16px;
    padding: 20px;
    line-height: 24px;
}

.team-member h4 {
    color: #062033;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin: 15px 0 8px;
}

.member-thumb:hover .overlay {
    cursor: pointer;
    opacity: 1;
    filter: alpha(opacity=100);

    -webkit-transform: rotateY(0deg) scale(1, 1);
    -moz-transform: rotateY(0deg) scale(1, 1);
    -ms-transform: rotateY(0deg) scale(1, 1);
    -o-transform: rotateY(0deg) scale(1, 1);
    transform: rotateY(0deg) scale(1, 1);
}

.team-member:hover h4 {
    color: #e76036;
}

.team-member .social-links {
    margin-top: 24%;
}

.team-member .social-links li a {
    background-color: #e76036;
    color: #fff;
    height: 42px;
    padding: 10px 0 0;
    width: 42px;
}

/*=========================================
	Some fun facts
==========================================*/

#facts {
    background-image: url("../img/parallax/city.jpg");
    background-color: rgba(6, 32, 51, 0.8);
    background-attachment: fixed !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
}

.facts .devider:before,
.facts .devider:after {
    color: #737c85;
}

.facts .devider i {
    color: #fff;
}

.parallax-overlay {
    background-color: rgba(6, 32, 51, 0.8);
    padding: 70px 0;
}

.counters-item {
    color: #fff;
}

.counters-item i {
    border: 1px solid #737c85;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 120px;
    margin: 0 0 35px;
    padding: 40px 0 0;
    width: 120px;
}

.counters-item strong {
    display: block;
    font-size: 60px;
    font-weight: 600;
    line-height: 60px;
}

.counters-item p {
    font-size: 18px;
    line-height: 24px;
    margin-top: 15px;
    text-transform: uppercase;
}

/*=========================================
	Contact Us
==========================================*/

.contact {
    padding-bottom: 0;
}

.contact-address h3 {
    color: #062033;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 25px;
}

.contact-address p {
    line-height: 24px;
}

.contact-form {
}

.contact-form h3 {
    color: #062033;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 25px;
}

.contact-form .input-group {
    width: 100%;
}

.contact-form .form-control {
    border-color: -moz-use-text-color -moz-use-text-color #cccccc;
    border-radius: 0;
    border-style: none none solid;
    border-width: 0 0 1px;
    box-shadow: none;
    margin-bottom: 10px;
}

.contact-form .input-field {
    width: 48%;
    float: left;
    margin-right: 4%;
}

.contact-form .input-field:last-child {
    margin-right: 0;
}

.contact-form .form-control.error {
    border-bottom-color: #c0392b;
}

label.error {
    color: #c0392b;
    font-weight: normal;
    text-transform: capitalize;
}

.contact-form #form-submit {
    background: url("../img/envelop.png") no-repeat scroll 0 15px transparent;
    border: 0 none;
    color: #000;
    font-size: 16px;
    line-height: 24px;
    padding: 10px;
    text-align: right;
    width: 150px;
}

.footer-social {
    margin-top: 17px;
}

.footer-social li a {
    color: #cdd2d6;
    display: block;
    margin-bottom: 10px;
}

#map_canvas {
    height: 215px;
    width: 100%;
}

/*=========================================
	Contact Us
==========================================*/

.footer {
    background-color: #223547;
    /* border-top: 5px solid #e76036; */
    color: #fff;
}

.footer a:hover {
    color: #e76036;
}

.footer h6 {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 30px;
}

.about-us p {
    line-height: 24px;
}

.footer-single .subscribe {
    margin-bottom: 15px;
    position: relative;
}

.subscribe #subscribe {
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 2px;
    height: 40px;
    text-indent: 10px;
    width: 100%;
}

.subscribe #subs {
    background-color: transparent;
    border: 0 none;
    font-size: 24px;
    position: absolute;
}
.subscribe #subs:hover {
    color: #e76036;
}

.footer-single {
    line-height: 24px;
}

.footer-single ul {
}

.footer-single li {
    line-height: 32px;
}

.footer-single p i {
    margin: 0 10px;
}

.credit a {
    color: #062033;
}

.credit a:hover {
    color: #fff;
}

.copyright {
    color: #fff;
    margin-top: 100px;
}

#back-top {
    bottom: 20px;
    position: fixed;
    right: 25px;
    z-index: 9;
}

/* partner */

.partners-scroll {
    display: flex;
    justify-content: center;
    overflow-x: auto;
    gap: 32px;
    padding: 24px 0;
    scroll-behavior: smooth;
}
.partner-item {
    min-width: 180px;
    max-width: 220px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(34, 53, 71, 0.08);
    border: 1px solid #eee;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.partner-logo {
    max-height: 60px;
    max-width: 160px;
    margin: 24px auto 8px auto;
    display: block;
}
.partner-item .overlay {
    background: none;
    padding: 0 0 16px 0;
}
/* blog section */

.blog-section {
    padding: 60px 0;
}
.brandi-blog-card {
    /* padding: 10px; */
    background: #fff;
    border-radius: 12px;
    border: 1px solid #eee;
    margin-bottom: 32px;
    transition: box-shadow 0.2s;
    overflow: hidden;
}

.brandi-blog-card:hover {
    box-shadow: 0 8px 32px rgba(34, 53, 71, 0.18);
}

.brandi-blog-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.blog-title a {
    color: #223547;
    font-weight: 700;
    text-decoration: none;
    transition: color 0.2s;
}
.blog-title a:hover {
    color: #e76036;
}
.blog-paragraph {
    color: #555;
    margin-bottom: 16px;
}
.read-more {
    padding-bottom: 10px;
}
.read-more a {
    color: #e76036;
    font-weight: 600;
    text-decoration: none;
    transition: text-decoration 0.2s;
}
.read-more a:hover {
    text-decoration: underline;
}

/* scroller navbar */
/* scroller navbar */
.nav-fixed-top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: #f8f8f8;
    transition: background 0.3s, box-shadow 0.3s;
    box-shadow: none;
    color: black;
}
.nav-fixed-top.scrolled {
    background: #223547 !important;
    box-shadow: 0 2px 16px rgba(34, 53, 71, 0.08);
}
.navbar .navbar-nav > li > a {
    color: #223547;
    font-weight: 600;
    transition: color 0.2s;
}

.nav-fixed-top.scrolled .navbar-nav > li > a {
    color: white;
}

.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li.active > a {
    color: #e76036;
}
.navbar .navbar-brand img {
    max-width: 50px;
    height: auto;
}
.view-more {
    color: #e76036 !important;
}
.view-more:hover {
    color: #223547 !important;
}
.fa-angle-up:before {
    color: #e76036 !important;
}

/* navbar  */
/* .navbar .navbar-nav > li > a {
  color: #e76036;
} */

.logo-text {
    font-size: 20px;
    color: #e76036;
    font-weight: 700;
}

.text-orange {
    color: #e76036;
}
.text-decoration {
    text-decoration: underline;
}

/* service card


/* Grid Layout for Services */
.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 equal columns */
    gap: 30px; /* Gap between items */
}

/* Service Card Styling */
.service-card {
    padding: 15px;
    margin-bottom: 30px;
    box-sizing: border-box;
    background: #fff; /* Optional: Add background */
    border-radius: 8px; /* Optional: Rounded corners */
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.service-card {
    transition: transform 0.3s ease;
    background-image: linear-gradient(to right, #223547 50%, transparent 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all 0.3s ease-out;
}

.service-card:hover {
    transform: translateY(-5px);
    background-position: left bottom;
    color: #fff;
}

.service-card:hover .service-title {
    color: #e76036;
}

.service-card .service-title {
    transition: color 0.3s ease; /* Add transition for service title color */
}

.service-card .service-description {
    transition: color 0.6s ease; /* Add transition for service description color */
}

.service-card:hover .service-description {
    color: #fff;
}

.service-card:hover .service-description {
    color: #fff;
}
/* Responsive Adjustments */
@media (max-width: 768px) {
    .services-grid {
        grid-template-columns: 1fr;
    }
}

/* Job Cards Container */
.jobs-container {
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
    position: relative;
}

.jobs-track {
    display: flex;
    gap: 25px;
    transition: transform 0.3s ease;
    will-change: transform;
    padding: 10px 20px; /* Add some padding for shadow visibility */
}

/* Job Card Styling */
.job-card-container {
    flex: 0 0 calc(33.333% - 17px);
    min-width: 0;
}

.service-item.job-card {
    background: white;
    border-radius: 8px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: row;
    /* border: 1px solid #f0f0f0; */
}

.service-item.job-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12);
    background: #223547;
    transition: background 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}
.service-item.job-card:hover .job-title {
    color: #e76036;
    font-weight: 700;
    transition: color 0.3s ease;
}
.service-item.job-card:hover .job-paragraph {
    color: #fff;
    transition: color 0.3s ease;
}
.jobs-pagination .jobs-dot.active,
.jobs-pagination .jobs-dot:hover {
    opacity: 1 !important;
    box-shadow: 0 0 0 2px #223547;
}

.service-description {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    padding: 25px;
    flex-grow: 1;
}

.job-title {
    color: #2d3748;
    font-size: 1.3rem;
    margin-bottom: 15px;
    font-weight: 600;
    transition: all 0.2s ease;
}

.job-paragraph {
    color: #4a5568;
    margin-bottom: 12px;
    font-size: 0.95rem;
}

.job-paragraph i {
    color: #667eea;
    margin-right: 8px;
    width: 20px;
    text-align: center;
}

/* Clickable Elements */
.job-card-clickable {
    cursor: pointer;
    position: relative;
}

.job-title.job-card-clickable:hover {
    color: #667eea;
}
.service-icon {
    padding: 10px;
}
.job-icon-con {
    padding: 10px;
}

/* Responsive Adjustments */
@media (max-width: 992px) {
    .job-card-container {
        flex: 0 0 calc(50% - 13px);
    }
}

@media (max-width: 768px) {
    .job-card-container {
        flex: 0 0 100%;
    }

    .jobs-track {
        gap: 15px;
    }
}

/* job detials */

.img-section {
    position: relative; /* keep section positioned */
    overflow: visible; /* allow content to overflow */
    padding-bottom: 0; /* remove bottom padding if any */
}

.img-section img {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    bottom: -30px; /* moves image 30px down outside the section */
    z-index: 1; /* make sure it stays above other content if needed */
}

/* devider */
.shared-divider {
    position: relative;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 0;
    transform: translateY(-50%); /* Half in section above, half below */
    z-index: 10; /* make sure it shows above background if needed */
}

/* Left semicircle (orange ring with inner dark blue) */
.shared-divider .left-semicircle {
    width: 60px;
    height: 60px;
    border: 8px solid #e76036;
    border-left: none;
    border-radius: 0px 30px 30px 0px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 0;
    background: transparent;
    box-sizing: border-box;
    transition: all 0.3s ease; /* Add transition for smooth effect */
}

.shared-divider:hover .left-semicircle {
    /* transform: translateX(-5px); Move semicircle slightly on hover */
    border-color: #223547; /* Change border color on hover */
}

.shared-divider .inner-circle {
    width: 49px;
    height: 40px;
    background-color: #223547;
    border-radius: 0px 30px 30px 0px;
}

/* Connecting line */
.shared-divider .line {
    flex-grow: 1;
    height: 8px;
    background-color: #223547;
    transition: background-color 0.3s ease; /* Smooth background color transition */
}

.shared-divider:hover .line {
    background-color: #223547; /* Change color on hover */
}

/* Right circle */
.shared-divider .right-circle {
    width: 60px;
    height: 60px;
    background-color: #e76036;
    border-radius: 30px 0px 0px 30px;
    /* margin-left: 4px; */
    flex-shrink: 0;
    transition: all 0.3s ease; /* Add transition for smooth effect */
}

.shared-divider:hover .right-circle {
    transform: scale(1.1); /* Slightly scale up the circle on hover */
    background-color: #223547; /* Change background color on hover */
}
.shared-divider .right-circle {
    width: 60px;
    height: 60px;
    background-color: #e76036;
    /* border-radius: 50%; */
    /* margin-left: 4px; */
    flex-shrink: 0;
    transition: all 0.3s ease; /* Add transition for smooth effect */
}

.shared-divider:hover .right-circle {
    transform: scale(1.1); /* Slightly scale up the circle on hover */
    background-color: #223547; /* Change background color on hover */
}
/* Animate the line to "grow" from left to right and repeat */
.shared-divider .line {
    transform-origin: left center;
    animation: growLine 2s ease-in-out infinite alternate;
}

/* Pulse animation for circles */
.shared-divider .left-semicircle,
.shared-divider .right-circle {
    animation: pulseCircle 3s ease-in-out infinite;
}

/* Keyframes for line growth */
/* @keyframes growLine {
  0% {
    transform: scaleX(0.7);
    opacity: 0.7;
  }
  100% {
    transform: scaleX(1);
    opacity: 1;
  }
} 
 @keyframes pulseCircle {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.85;
  }
} */

/* left circle reverse */
.left-semicircle-reverse {
    width: 75px;
    height: 60px;
    border: 8px solid #e76036;
    border-right: none;
    border-radius: 30px 0px 0px 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 0;
    background: transparent;
    box-sizing: border-box;
    transition: all 0.3s ease;
}
.inner-circle-reverse {
    width: 65px;
    height: 40px;
    background-color: #223547;
    border-radius: 30px 0px 0px 30px;
    margin-left: 3px;
}

/* for footer start */
.shared-divider .line-gray {
    background-color: #e76036;
    flex-grow: 1;
    height: 8px;
    transition: background-color 0.3s ease;
}

/* social media */
.fa-instagram:before,
.fa-twitter:before,
.fa-facebook:before,
.fa-youtube:before {
    color: #e76036;
    transition: color 0.3s ease;
}

.fa-instagram:hover:before,
.fa-twitter:hover:before,
.fa-facebook:hover:before,
.fa-youtube:hover:before {
    color: #223547;
}

/* about what other says */
/* Testimonial Scroller Styles */
.testimonial-scroller {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    /* Smooth scrolling on iOS */
    scrollbar-width: none;
    /* Hide scrollbar in Firefox */
    padding: 20px 0 40px;
    /* Space for hover effect */
    cursor: grab;
}

.testimonial-scroller::-webkit-scrollbar {
    display: none;
    /* Hide scrollbar in Chrome/Safari */
}

.testimonial-scroller:active {
    cursor: grabbing;
}

.testimonial-track {
    display: inline-flex;
    gap: 30px;
    padding: 0 5%;
    /* Initial padding */
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.testimonial-slide {
    flex: 0 0 350px;
    /* Fixed width for each card */
    transition: all 0.3s ease;
}

.testimonial-slide:hover {
    transform: translateY(-10px);
}

/* Testimonial Card Styles */
.testimonial-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    padding: 30px;
    height: 100%;
    transition: all 0.3s ease;
}

.testimonial-card:hover {
    box-shadow: 0 15px 40px rgba(231, 96, 54, 0.15);
    border-color: rgba(231, 96, 54, 0.4);
}

.service-icon i {
    color: #e76036;
    opacity: 0.7;
}

.testimonial-author {
    color: #223547;
    margin-top: 20px;
    font-weight: 600;
}

.testimonial-city {
    color: #6b7280;
    font-size: 0.9em;
}

.testimonial-city i {
    color: #e76036;
    margin-right: 5px;
}

/* Animation for new cards entering view */
@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateX(50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.testimonial-slide {
    animation: slideIn 0.6s ease forwards;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .testimonial-slide {
        flex: 0 0 280px;
    }

    .testimonial-track {
        padding: 0 20px;
    }
}
.testimonial-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 30px;
    padding-bottom: 20px;
}

.testimonial-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(34, 53, 71, 0.2);
    cursor: pointer;
    transition: all 0.3s ease;
}

.testimonial-dot.active {
    background: #e76036;
    transform: scale(1.2);
}

.testimonial-dot:hover {
    background: rgba(231, 96, 54, 0.7);
}

.employee_photo {
    object-fit: cover;
    width: 150px;
    height: 150px;
    border-radius: 50%;
}
.unselectable {
    user-select: none;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
}

/* for slider */
.power-slider {
    padding: 60px 0;
    background: #f8f9fa;
    position: relative;
}

.slider-container {
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.slider-track {
    display: flex;
    transition: transform 0.5s ease;
    height: 500px;
}

.slide {
    min-width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}

.slide-content {
    display: flex;
    height: 400px;
    background: white;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.slide-accent {
    width: 12px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.slide-image {
    width: 50%;
    height: 100%;
    overflow: hidden;
}

.slide-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.slide:hover .slide-image img {
    transform: scale(1.05);
}

.slide-text {
    width: 50%;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.slide-title {
    font-size: 2.2rem;
    color: #223547;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 1.2;
}

.slide-description {
    font-size: 1.1rem;
    color: #4a5568;
    margin-bottom: 30px;
    line-height: 1.6;
}

.slide-button {
    display: inline-block;
    padding: 12px 30px;
    background: #e76036;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
    transition: all 0.3s ease;
    align-self: flex-start;
}

.slide-button:hover {
    background: #d4552d;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(231, 96, 54, 0.3);
}

.slide-facts {
    display: flex;
    justify-content: flex-end;
    gap: 30px;
    padding: 20px 50px;
    background: white;
    margin-top: -80px;
    position: relative;
    z-index: 2;
    width: 50%;
    align-self: flex-end;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.fact-item {
    text-align: center;
}

.fact-number {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    color: #e76036;
}

.fact-label {
    font-size: 0.9rem;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.slider-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 40px;
}

.slider-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #cbd5e0;
    cursor: pointer;
    transition: all 0.3s ease;
}

.slider-dot.active {
    background: #e76036;
    transform: scale(1.2);
}

/* Responsive */
@media (max-width: 992px) {
    .slide-content {
        flex-direction: column;
        height: auto;
    }

    .slide-image,
    .slide-text {
        width: 100%;
    }

    .slide-facts {
        width: 100%;
        justify-content: center;
        margin-top: 0;
    }
}

@media (max-width: 768px) {
    .slide-text {
        padding: 30px;
    }

    .slide-title {
        font-size: 1.8rem;
    }

    .slide-facts {
        flex-direction: column;
        gap: 15px;
        padding: 20px;
    }
}

/* slider circle */
/* Add to your CSS file or inside <style> tag */
.responsive-gradient-circle {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40vw; /* Responsive width */
    height: 40vw; /* Responsive height */
    max-width: 500px;
    max-height: 500px;
    min-width: 120px;
    min-height: 120px;
    background: linear-gradient(
        to right,
        rgba(10, 94, 173, 0.4),
        rgba(10, 94, 173, 0.4)
    );
    border-radius: 45% 0 0px 0%;
    transform: translate(30%, 30%);
    z-index: 1;
    pointer-events: none;
}

/* Optional: Adjust for mobile screens */
@media (max-width: 600px) {
    .responsive-gradient-circle {
        width: 40vw;
        height: 40vw;
        max-width: 200px;
        max-height: 200px;
        min-width: 60px;
        min-height: 60px;
        transform: translate(20%, 20%);
    }
}

.find-out-more-btn {
    background: #e76036;
    border: none;
    color: #000;
}
/* footer */
/* Add to your main.css or inside <style> tag */
.footer-bottom {
    margin-top: 10px;
}

.copyright-text {
    padding-left: 0;
}
.footer-copy {
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    flex-direction: row;
    flex-wrap: nowrap;
}

@media (max-width: 767px) {
    .footer-bottom .row {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .copyright-text,
    .powered-by-text {
        text-align: left !important;
        width: 100%;
        margin-bottom: 8px;
    }
}
.dropdown-menu-lang {
    background: #f8f9fa;
    border: 1px solid #e0e0e0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 0.5rem 0;
    border-radius: 4px;
    min-width: 120px;
}

.dropdown-menu-lang li {
    padding: 10;
}

.dropdown-menu-lang li form {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
}

.dropdown-menu-lang li button {
    display: block;
    width: 100%;
    padding: 0.5rem 1rem;
    clear: both;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    transition: background-color 0.2s ease;
    text-align: left;
}

.dropdown-menu-lang li button:hover,
.dropdown-menu-lang li button:focus {
    background-color: #e76036;
    color: #fff;
    text-decoration: none;
    outline: 0;
}

.btn-link-lang {
    padding: 0 10px 0 10px;
}

.drop-down-toggle {
    /* color: #223547 !important; */
    font-weight: 600;
    transition: color 0.2s;
    padding: 10px 15px;
}

.drop-down-toggle:hover,
.drop-down-toggle:focus {
    color: #e76036 !important;
    background-color: transparent !important;
    outline: 0;
}

.nav .open > a {
    background: transparent !important;
    color: #e76036 !important;
}

.nav .open > a:hover,
.nav .open > a:focus {
    color: #e76036 !important;
    outline: 0;
}

.fa-language {
    margin-right: 5px;
}
.drop-menu-lang {
    margin-left: 3rem;
}
@media (max-width: 700px) {
    .drop-menu-lang {
        margin-left: 0px;
    }
}

/* job detiail model */
/* Main Modal Styling */
.job-modal {
    border-radius: 12px;
    border: 2px solid #223547;
    box-shadow: 0 8px 32px rgba(34, 53, 71, 0.15);
    overflow: hidden;
}

.job-modal-header {
    background-color: #223547;
    border-bottom: 2px solid #e76036;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    padding: 20px 25px;
}

.job-modal-header .modal-title {
    color: #e76036;
    font-weight: 700;
    font-size: 1.5rem;
    margin: 0;
}

.job-modal-header .close {
    color: #e76036;
    font-size: 28px;
    opacity: 1;
    text-shadow: none;
    transition: all 0.3s;
}

.job-modal-header .close:hover {
    transform: scale(1.1);
}

.job-modal-body {
    background: #f9f9f9;
    padding: 30px;
}

.job-modal-loader {
    text-align: center;
    color: #223547;
    padding: 30px 0;
}

/* Job Meta Info */
.job-meta h5 {
    font-weight: 700;
    color: #223547;
    margin-bottom: 10px;
    font-size: 1.25rem;
}

.job-info {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 15px;
}

.job-info span {
    display: flex;
    align-items: center;
    color: #223547;
}

.job-info i {
    color: #e76036;
    margin-right: 5px;
    font-size: 16px;
}

.job-divider {
    border-top: 2px solid #e76036;
    opacity: 1;
    margin: 20px 0;
}

/* Tabs Styling */
.job-tabs {
    border-bottom: 2px solid #223547;
}

.job-tabs .nav-item {
    margin-bottom: -2px;
}

.job-tabs .nav-link {
    color: #223547;
    border: 1px solid transparent;
    border-bottom: none;
    font-weight: 600;
    padding: 10px 20px;
    transition: all 0.3s;
    border-radius: 0;
    position: relative;
}

.job-tabs .nav-link:hover {
    border-color: #e76036;
    background: rgba(231, 96, 54, 0.05);
}

.job-tabs .nav-link.active {
    color: #e76036;
    background: white;
    border: 1px solid #e76036;
    border-bottom: 1px solid white;
    position: relative;
}

.job-tabs .nav-link.active::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: white;
}

.job-tab-content {
    padding: 20px 0;
}
.tab-pane {
    /* display: block !important; */
    opacity: 1 !important;
    visibility: visible !important;
}

.job-section-title {
    color: #e76036 !important;
    font-weight: 600;
    margin: 20px 0 10px;
}

.job-section-text {
    color: #223547;
    line-height: 1.6;
}

/* Footer Styling */
.job-modal-footer {
    background: #223547;
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    padding: 15px 25px;
    border-top: 2px solid #e76036;
}

.job-close-btn {
    background: white;
    color: #223547;
    border: 1px solid #e76036;
    font-weight: 600;
    padding: 8px 20px;
    transition: all 0.3s;
}

.job-close-btn:hover {
    background: #f8f9fa;
    transform: translateY(-2px);
}

.job-apply-btn {
    background: #e76036;
    border: none;
    font-weight: 600;
    padding: 8px 25px;
    transition: all 0.3s;
}

.job-apply-btn:hover {
    background: #d9552b;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(231, 96, 54, 0.3);
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .job-modal-body {
        padding: 20px;
    }

    .job-tabs .nav-link {
        padding: 8px 12px;
        font-size: 14px;
    }

    .job-section-title {
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .job-info {
        flex-direction: column;
        gap: 8px;
    }

    .job-tabs .nav-item {
        flex: 1;
        text-align: center;
    }
}

/* job apply model */
/* Modal Container */
.apply-modal-content {
    border-radius: 12px;
    border: 2px solid #223547;
    box-shadow: 0 8px 32px rgba(34, 53, 71, 0.15);
    background: #223547;
}

/* Modal Header */
.apply-modal-header {
    background: #223547;
    border-bottom: 2px solid #e76036;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    padding: 15px 20px;
    color: #e76036;
}

.apply-modal-header .modal-title {
    font-weight: 700;
    font-size: 18px;
}

.apply-modal-header .modal-title i {
    margin-right: 10px;
}

.job-title-highlight {
    color: #fff;
    font-weight: 600;
}

/* Modal Body */
.apply-modal-body {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    margin: 15px;
}

/* Form Elements */
.apply-label {
    color: #223547;
    font-weight: 600;
    margin-bottom: 8px;
    display: block;
}

.apply-input {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 10px 15px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
}

.apply-input:focus {
    border-color: #e76036;
    box-shadow: 0 0 8px rgba(231, 96, 54, 0.4);
}

.input-group-addon {
    background-color: #e76036;
    color: white;
    border: none;
}

/* File Upload Styling */
.file-upload-btn {
    background: #e76036;
    color: white;
    border: none;
    border-radius: 4px 0 0 4px;
    padding: 7px 15px;
    cursor: pointer;
    transition: all 0.3s;
}

.file-upload-btn:hover {
    background: #d9552b;
}

.file-upload-display {
    border-radius: 0 4px 4px 0 !important;
}

/* Modal Footer */
.apply-modal-footer {
    background: #223547;
    border-top: 2px solid #e76036;
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    padding: 15px 20px;
}

.cancel-btn {
    background: white;
    color: #223547;
    border: 1px solid #e76036;
    font-weight: 600;
    padding: 8px 20px;
    transition: all 0.3s;
}

.cancel-btn:hover {
    background: #f5f5f5;
    transform: translateY(-2px);
}

.submit-btn {
    background: #e76036;
    border: none;
    font-weight: 600;
    padding: 8px 25px;
    transition: all 0.3s;
}

.submit-btn:hover {
    background: #d9552b;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(231, 96, 54, 0.3);
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .apply-modal-body {
        padding: 15px;
        margin: 10px;
    }

    .apply-modal-header,
    .apply-modal-footer {
        padding: 12px 15px;
    }
}
/* about slide  */

.ales-energy-slider {
    position: relative;
    background: #f8fafc;
    padding: 60px 0;
    overflow: hidden;
}
.slider-container-about {
    max-width: 100%;
    margin: 0;
    position: relative;
}
.slider-track-about {
    display: flex;
    transition: transform 0.5s ease;
}
.slide {
    min-width: 100%;
    position: relative;
}
.slide-content-about {
    display: flex;
    min-height: 700px;
    position: relative;
    align-items: stretch;
}
.slide-image {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eee;
    overflow: hidden;
    position: relative;
}
.slide-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* border-radius: 20px 0 0 20px; */
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
}
.slide-text {
    width: 50%;
    padding: 40px 40px 40px 220px;
    background: #223547;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
.slide-text h3 {
    font-weight: 700;
    color: #cfcccc;
    margin-bottom: 0.2em;
    font-size: 1.6rem;
}
.slide-text p {
    padding-left: 18px;
    margin-top: 1.2rem;
    margin-bottom: 1.2em;
    color: #e6e0e0;
    font-size: 1.2rem;
    line-height: 1.6;
}
.blue-square {
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
    width: 400px;
    height: 300px;
    background: #e76036;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    flex-direction: column;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    /* border-radius: 18px; */
    text-align: center;
    padding: 20px;
    pointer-events: none;
}
.square-heading {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    font-weight: 700;
}
.square-question {
    font-size: 1.4rem;
    margin-bottom: 1rem;
}
.fa-check-circle:before {
    color: #e76036;
}
.slider-prev {
    color: #e76036;
}
.slider-next {
    color: #e76036;
}

.slider-nav {
    margin-top: 2rem;
    gap: 10px;
    display: flex;
    justify-content: center;
}
.slider-prev,
.slider-next {
    /* your button styles */
    cursor: pointer;
}

/* Disabled state styling */
.slider-prev.disabled,
.slider-next.disabled,
.slider-prev:disabled,
.slider-next:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

/* Slider track setup */
.slider-track-about {
    display: flex;
    transition: transform 0.3s ease;
}

.slide {
    min-width: 100%;
    box-sizing: border-box;
}

.slider-dots {
    text-align: left;
    margin-left: 10px;
}
.slider-dot {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 8px;
    border-radius: 50%;
    background: #e0e0e0;
    cursor: pointer;
    transition: background 0.3s;
}
.slider-dot.active {
    background: #e76036; /* Active color */
    box-shadow: 0 0 0 2px #2bb6e033;
}
/* Add to your main.css */
@keyframes slideZoomIn {
    0% {
        opacity: 0;
        transform: scale(1.5) translateX(100px);
        z-index: 2;
    }
    60% {
        opacity: 1;
        transform: scale(1.1) translateX(0);
        z-index: 2;
    }
    100% {
        opacity: 1;
        transform: scale(1) translateX(0);
        z-index: 2;
    }
}

.slide.animated-in {
    animation: slideZoomIn 0.7s cubic-bezier(0.22, 1, 0.36, 1);
    z-index: 2;
}

@media (max-width: 992px) {
    .slide-content-about {
        flex-direction: column;
        min-height: auto; /* remove fixed height */
    }
    .slide-image,
    .slide-text {
        width: 100%;
    }
    .slide-image img {
        /* border-radius: 20px 20px 0 0; */
        min-height: 300px;
        max-height: 300px;
    }
    .slide-text {
        padding: 20px; /* reduce padding */
    }
    .blue-square {
        display: flex;
        margin: 20px auto;
        width: 65%;
        max-width: 400px;
        height: auto;
    }
    .slider-nav {
        position: absolute;
        /* margin-top: 15rem; */
        display: flex;
        justify-content: center;
        bottom: -5rem;
        right: 11px;
    }
}

@media (max-width: 768px) {
    .slide-text {
        padding-top: 67px;
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }
    .blue-square {
        font-size: 0.9rem; /* reduce font size */
    }
    .square-heading {
        font-size: 1.5rem; /* reduce font size */
    }
    .square-question {
        font-size: 1rem; /* reduce font size */
    }
}

/* org chart */
.org-chart-row {
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: center;
    gap: 17px;
    margin-bottom: 60px;
}
.org-department-col {
    background: #fff;
    border-radius: 18px;
    /* box-shadow removed */
    padding: 48px 18px 24px 18px;
    flex: 1 1 320px;
    max-width: 350px;
    min-width: 260px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.org-head-card-wrapper {
    position: relative;
    width: 262px;
    margin-bottom: 2px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.org-head-avatar-abs {
    position: absolute;
    left: 50%;
    top: -60px;
    transform: translateX(-50%);
    width: 100px;
    height: 100px;
    z-index: 2;
}
.org-head-avatar-abs img,
.org-head-avatar-placeholder {
    width: 100px;
    height: 100px;
    position: absolute;
    bottom: -35px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #e76036;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1001;
}

.org-head-position {
    font-size: 1.25em;
    font-weight: 700;
    color: #1a355b;
    margin-bottom: 6px;
}
.org-head-name {
    font-size: 1.1em;
    font-weight: 600;
    color: #333;
    margin-bottom: 2px;
}
.org-employees-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-top: 10px;
    align-items: center;
    /* width: 100%; */
    position: relative;
    z-index: 1;
    margin-top: 38px; /* space for the line */
}

.org-employee-card-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.org-employee-avatar-abs {
    position: absolute;
    left: -12px;
    top: 50%;
    transform: translateY(-50%);
    width: 54px;
    height: 54px;
    z-index: 2;
}
.org-employee-avatar-abs img,
.org-employee-avatar-placeholder {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #e76036;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.org-employee-card {
    background: #f7f7f7;
    border-radius: 12px;
    padding: 16px 10px 12px 32px;
    width: 180px;
    margin-left: 70px;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.13);
    min-height: 54px;
    display: flex;
    flex-direction: column;
    height: 83px;
    justify-content: center;
    border-left: 7px solid #e76036;
}

.org-employee-position {
    font-size: 1.05em;
    font-weight: 600;
    color: #1a355b;
}
.org-employee-name {
    font-size: 0.98em;
    color: #444;
    font-weight: 500;
    margin-bottom: 2px;
}
.org-department-name {
    margin-top: 18px;
    text-align: center;
    font-weight: 600;
    color: #223547;
}

/* Draw line from head to employees */

/* Line from top to the org-head-card-wrapper */
.org-department-col .org-head-card-wrapper::before {
    content: "";
    display: block;
    position: absolute;
    left: 129px;
    top: -130px;
    width: 2px;
    height: 104px;
    background: #e76036;
    transform: translateX(-50%);
    z-index: 1;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.org-department-col {
    position: relative;
    padding-left: 70px;
}
@media (max-width: 768px) {
    .org-department-col {
        padding-left: 0;
    }
}

.org-head-card {
    position: relative;
    margin-top: 50px;
    text-align: center;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.13);
    border-radius: 16px;
    background: #fff;
    padding: 18px 10px 10px 10px;
    min-width: 240px;
    z-index: 0;
    border-top: 10px solid #223547;
    height: 116px;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

/* Horizontal line from head card to vertical line */
.org-head-card::before {
    content: "";
    position: absolute;
    left: -16px;
    top: 39px;
    width: 15px;
    height: 2px;
    background: #e76036;
    transform: translateY(-50%);
    z-index: 2;
}
.org-head-card.no-employees::before {
    display: none !important;
}

/* Vertical line connecting all employees */
.org-employees-list::before {
    content: "";
    position: absolute;
    left: -21px;
    top: -108px;
    width: 2px;
    height: calc(100% - -63px);
    background: #e76036;
    z-index: 1;
    border-bottom-right-radius: 16px;
}
.org-employees-list.no-employees::before {
    display: none !important;
}

/* Horizontal line from vertical line to each employee */
.org-employee-card-wrapper::before {
    content: "";
    position: absolute;
    left: -20px;
    top: 47px;
    width: 47px;
    height: 2px;
    background: #e76036;
    transform: translateY(-50%);
    z-index: 2;
}

.org-employee-card-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    max-width: 233px;
}

.org-employee-avatar-abs {
    position: absolute;
    left: 27px;
    margin-right: 8px;
    width: 54px;
    height: 54px;
    z-index: 2;
}

/* Head of All Styles */
.org-head-chart-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 60px 0 40px 0;
    position: relative;
}
.org-head-chart-wrapper::before {
    content: "";
    position: absolute;
    top: 110px;
    left: 50%;
    width: 4px;
    height: 50px;
    background: #e76036;
    transform: translateX(-50%);
    z-index: 1;
}
.org-head-all-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 2;
}
.org-head-all-avatar {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border: 5px solid #e76036;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    overflow: hidden;
}
.org-head-all-avatar img,
.org-head-avatar-placeholder {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}
.org-head-all-card {
    background: #fff;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.13);
    border-radius: 16px;
    padding: 16px 24px 10px 24px;
    min-width: 200px;
    text-align: center;
    border-top: 8px solid #223547;
    margin-bottom: 0;
}

.org-head-all-card::after {
    content: "";
    position: absolute;
    left: 134px;
    top: 207px;
    width: 2px;
    height: 69px;
    background: #e76036;
    transform: translateX(-50%);
    z-index: -1;
}
.org-head-branches {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 60px;
    margin-top: 298px;
    width: 100%;
    position: absolute;
    top: -30px;
    left: 0;
    height: 10px;
    z-index: 1;
    /* Remove background and border-radius from the container */
    background: none;
    border-radius: 0;
    margin-bottom: 2rem;
}
.org-head-branches::before {
    content: "";
    position: absolute;
    top: 0;
    /* left: 17px; */
    width: 100%;
    height: 100%;
    background: none;
    border-bottom: 2px solid #e76036;
    /* border-radius: 50% 50% 0 0% / 100% 100% 0 0%; */
    /* This creates a half-circle arc at the top */
    z-index: -1;
    pointer-events: none;
}
.org-branch-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    min-width: 180px;
}
.org-branch-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 3px solid #e76036;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 6px;
    overflow: hidden;
}
.org-branch-avatar img,
.org-head-avatar-placeholder {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}
.org-branch-card {
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.09);
    border-radius: 12px;
    padding: 10px 14px 8px 14px;
    min-width: 140px;
    text-align: center;
    border-top: 5px solid #223547;
}

/* Connecting lines (desktop) */
@media (min-width: 767px) {
    .org-head-chart-wrapper {
        min-height: 320px;
    }
}

.social-links {
    display: flex;
    gap: 8px;
    margin-top: 10px !important;
    justify-content: center;
    overflow: hidden;
}
.social-links-head {
    display: flex;
    gap: 8px;
    justify-content: center;
    overflow: hidden;
}
.social_link {
    color: #e76036 !important;
    transition: color 0.3s ease !important;
}

.social-icon {
    padding: 5px;
    border: 2px solid #e76036;
    border-radius: 50%;
}
.social-icon:hover {
    background: #223547;
    color: #fff !important;
    transform: scale(1.1);
}

.social-links-employee {
    display: flex;
    gap: 8px;
    justify-content: start;
    overflow: hidden;
    min-height: 32px;
}
@media (max-width: 766px) {
    .org-chart-row {
        flex-direction: column;
        gap: 20px;
        display: flex;
        align-items: center;
        padding-top: 2rem;
    }
    .org-employees-list {
        display: flex;
        flex-direction: column;
        gap: 18px;
        margin-top: 10px;
        align-items: center;
        width: 100%;
        position: relative;
        z-index: 1;
        margin-top: 38px; /* space for the line */
    }
    .org-head-card::before {
        content: "";
        position: absolute;
        left: -12px;
        top: 39px;
        width: 12px;
        height: 2px;
        background: #e76036;
        transform: translateY(-50%);
        z-index: 2;
    }

    .org-employees-list::before {
        content: "";
        position: absolute;
        left: -1px;
        top: -108px;
        width: 2px;
        height: calc(100% - -62px);
        background: #e76036;
        z-index: 1;
        border-bottom-right-radius: 16px;
    }
    .org-employee-card-wrapper::before {
        content: "";
        position: absolute;
        left: -14px;
        top: 47px;
        width: 40px;
        height: 2px;
        background: #e76036;
        transform: translateY(-50%);
        z-index: 2;
    }
    .org-department-col .org-head-card-wrapper::before {
        top: -174px;
        height: 155px;
        z-index: 0;
    }
    .org-head-all-card::after {
        content: none !important;
        position: absolute;
        left: 49%;
        top: 237px;
        width: 1px;
        height: 33px;
        background: #e76036;
        transform: translateX(-50%);
        z-index: 1;
    }
}

/* .org-head-avatar-abs {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 98.0938px;
    width: 2px;
    height: 107px;
    background: #e76036;
    transform: translateX(-50%);
    z-index: 1;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
} */

/* blog popup */
.blog-open {
    cursor: pointer;
    transition: transform 0.25s, box-shadow 0.25s;
}
.blog-open:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.15);
}
.blog-modal-dialog {
    max-width: 980px;
}
.blog-modal {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    background: #fff;
    border: 0;
}
.blog-modal-close {
    position: absolute;
    right: 14px;
    top: 10px;
    background: rgba(0, 0, 0, 0.45);
    color: #fff;
    border: 0;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    z-index: 10;
    font-size: 24px;
    line-height: 34px;
}
.blog-modal-close:hover {
    background: #e76036;
}
.blog-modal-header {
    padding: 28px 32px 10px 32px;
    background: linear-gradient(135deg, #223547, #0a5ead);
    color: #fff;
}
.blog-modal-header h2 {
    margin: 0 0 12px;
    font-weight: 700;
    font-size: 30px;
}
.blog-meta-line span {
    margin-right: 18px;
    font-size: 13px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    opacity: 0.9;
}
.blog-modal-hero {
    position: relative;
    height: 320px;
    overflow: hidden;
}
.blog-modal-hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.85) saturate(1.1);
    transition: transform 6s linear;
}
.blog-modal.show .blog-modal-hero img {
    transform: scale(1.08);
}
.blog-modal-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.05),
        rgba(0, 0, 0, 0.55)
    );
}
.blog-modal-body {
    max-height: 55vh;
    overflow-y: auto;
    padding: 28px 34px 34px;
}
.blog-modal-body::-webkit-scrollbar {
    width: 10px;
}
.blog-modal-body::-webkit-scrollbar-track {
    background: #f2f2f2;
}
.blog-modal-body::-webkit-scrollbar-thumb {
    background: #e76036;
    border-radius: 6px;
}
#blogModalContent p {
    line-height: 1.6;
    margin-bottom: 16px;
    font-size: 15.5px;
}
#blogModalContent h1,
#blogModalContent h2,
#blogModalContent h3 {
    margin-top: 28px;
    font-weight: 600;
}
.blog-modal-footer {
    padding: 14px 28px 22px;
    text-align: right;
    background: #fafafa;
    border-top: 1px solid #eee;
}
@media (max-width: 768px) {
    .blog-modal-hero {
        height: 220px;
    }
    .blog-modal-header {
        padding: 22px 22px 8px;
    }
    .blog-modal-header h2 {
        font-size: 22px;
    }
    .blog-modal-body {
        padding: 20px 22px 26px;
    }
}
