body {
  font-family: "Open Sans", sans-serif;
  background-color: #fffcf4;
}

.layout_padding {
  padding: 75px 0;
}

.layout_padding-top {
  padding-top: 75px;
}

.layout_padding-bottom {
  padding-bottom: 75px;
}

/*header section*/

.header_section {
  font-family: "Roboto", sans-serif;
  background-color: #1f233e;
  color: #fff;
  min-height: 90px;
  padding: 1% 0;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link {
  color: #fff;
  padding-left: 12px;
  padding-right: 12px;
}

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

.btn,
.btn:focus {
  outline: none !important;
  box-shadow: none;
}

.custom_nav-container .navbar-toggler {
  border-color: #fff;
  outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
}

.custom_nav-container .nav_search-btn {
  background-image: url(../images/search-icon.png);

  background-size: 22px;
  background-repeat: no-repeat;
  background-position-y: 7px;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
}

.navbar {
}

.nav-link:hover {
  color: #fefefe;
}

.logo_box {
  width: 80px;
}

.logo_box img {
  width: 100%;
}

.call_to_btn {
  display: inline-block;
  color: #fefefe;
  padding: 10px 35px;
  background-color: #f6bb08;
  margin-top: 5%;
  margin-bottom: 20%;
  border-radius: 0;
}

/*end header section*/

/* slider section */

.slider_section {
  height: calc(100vh - 90px);
  position: relative;
}

.slider_section .carousel {
  height: 100%;
}

.slider_section .carousel-inner {
  height: 100%;
}

.slider_section .carousel-item {
  height: 100%;
}

.slider_section .carousel-indicators {
  top: 50%;
  left: -75px;
  transform: translateY(-50%);
  display: block;
  bottom: unset;
  right: unset;
}

.slider_section .carousel-indicators li {
  width: 16px;
  height: 16px;
  opacity: 1;
  margin: 0 auto;
}

.slider_section .carousel-indicators .active {
  width: 24px;
  height: 24px;
  background-color: #2561db;
}

.carousel-control-prev,
.carousel-control-next {
  display: none;
}

.vert .carousel-item-next.carousel-item-left,
.vert .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.vert .carousel-item-next,
.vert .active.carousel-item-right {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

.vert .carousel-item-prev,
.vert .active.carousel-item-left {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

.slider_section .slider_box {
  display: flex;
  position: relative;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.slider_section .slider_box .fixed_company-detail {
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translate(-50%, -50%);
}

.slider_section .slider_box .fixed_company-detail p {
  width: 12px;
  text-align: center;
  word-break: break-word;
  color: #fff;
  text-transform: uppercase;
}

.slider_section .slider_box .slider-detail {
  color: #fff;
  width: 60%;
  margin-top: 14%;
  margin-left: 20%;
}

.slider_section .slider_box .slider-detail .slider_detail-heading h2 {
  font-weight: 100;
  text-transform: uppercase;
}

.slider_section .slider_box .slider-detail .slider_detail-heading h1 {
  font-weight: 700;
  text-transform: uppercase;
}

.slider_section .slider_box .slider-detail .slider_detail-text {
  width: 55%;
  color: #f8fafd;
}

.slider_section .slider_box .slider-detail .slider_detail-btn {
  display: flex;
}

.slider_section .slider_box .slider-detail .slider_detail-btn a {
  margin-top: 28px;
  padding: 16px 20px;
  background-color: #2561db;
  color: #fff;
}

/* end slider section */

/* welcome section */
.welcome_section {
}

.welcome_section .col-md-6 {
  padding: 0 4%;
}

.welcome_detail {
  width: 75%;
}

.welcome_detail h2 {
  text-transform: uppercase;
  color: #0c0b09;
  font-weight: bold;
}

.welcome_detail h3 {
  text-transform: uppercase;
  color: #254a93;
  position: relative;
}

.welcome_detail h3::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  height: 1.5px;
  width: 140px;
  background-color: #36bb25;
}

.welcome_detail h2,
.welcome_detail p,
.welcome_detail .welcome_detail-btn {
  margin-top: 25px;
}

.welcome_section .welcome_detail-btn a,
.welcome_section .welcome_detail-btn a:hover {
  text-transform: uppercase;

  color: #0c0b09;
}

.welcome_section .welcome_detail-btn a img {
  width: 25px;
}

/* end welcome section */

/* service section */
.service_section {
  background-color: #f8f8f8;
  padding: 60px 0;
}

.service_detail {
  text-align: center;
  margin-bottom: 45px;
}

.service_detail h3 {
  font-size: 24px;
  text-transform: uppercase;
  color: #254a93;
  font-weight: bold;
  margin-bottom: 10px;
}

.service_detail h2 {
  font-size: 36px;
  text-transform: uppercase;
  color: #0c0b09;
  font-weight: bold;
}

.service_img-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 40px;
}

.service_img-box {
  position: relative;
  height: 300px;
  border-radius: 10px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}

.service_img-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

.service_content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
  transition: all 0.3s ease;
}

.service_img-box:hover .service_content {
  padding-bottom: 30px;
}

.service_content a {
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  text-align: center;
}

.service_btn {
  text-align: center;
}

.service_btn a {
  display: inline-flex;
  align-items: center;
  padding: 12px 30px;
  background-color: #254a93;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.service_btn a:hover {
  background-color: #1a3670;
  transform: translateY(-2px);
}

.service_btn span {
  margin-right: 10px;
  font-weight: 500;
}

.service_btn img {
  width: 20px;
  filter: brightness(0) invert(1);
}

@media (max-width: 991px) {
  .service_img-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .service_img-container {
    grid-template-columns: 1fr;
  }
  
  .service_detail h2 {
    font-size: 28px;
  }
}

/* end service section */

/* security section */
.security_section {
}

.security_section h2 {
  text-transform: uppercase;
  color: #0c0b09;
  font-weight: bold;
  text-align: center;
  margin-bottom: 35px;
}

.security_section h3 {
  text-transform: uppercase;
  color: #254a93;
  position: relative;
  text-align: center;
}

.security_section h3::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  height: 1.5px;
  width: 140px;
  background-color: #36bb25;
}

.security_section .security_container {
  width: 90%;
  margin: 0 auto;
}

.security_section .security_img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  width: 300px;
  height: 490px;
  margin: 0 auto;
  z-index: 999;
}

.security_section .security_img-box.i-box-1 {
  background-image: url(../images/security-1.jpg);
}

.security_section .security_img-box.i-box-2 {
  background-image: url(../images/security-2.jpg);
}

.security_section .security_img-box.i-box-3 {
  background-image: url(../images/security-3.jpg);
}

.security_section .security_img-box a {
  display: none;
  opacity: 0;
  text-transform: uppercase;
  padding: 8px 12px;
  border: 1.5px solid #f0f0f0;
  color: #fff;
}

.security_section .security_img-box:hover a {
  display: inline-block;
  opacity: 1;
}

.security_btn {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.security_btn a,
.security_btn a:hover {
  text-transform: uppercase;

  color: #0c0b09;
}

.security_btn a img {
  width: 25px;
}

.owl-carousel .owl-nav,
.owl-carousel .owl-nav.disabled {
  display: flex;
  justify-content: space-between;
  width: 100%;
  z-index: 0;
}

.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  background-color: #254a93;
  width: 70px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: 22px;
  background-position: 50%;
  transform: translateY(-50%);
}

.owl-carousel .owl-nav .owl-next {
  right: -25px;
  background-image: url(../images/right-arrow.png);
}

.owl-carousel .owl-nav .owl-prev {
  left: -25px;
  background-image: url(../images/left-arrow.png);
}

/* end security section */

/* story section */
.story_section {
  padding: 0 4%;
}

.story_section .container-fluid {
  -webkit-box-shadow: 1px -1px 24px -13px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px -1px 24px -13px rgba(0, 0, 0, 0.75);
  box-shadow: 1px -1px 24px -13px rgba(0, 0, 0, 0.75);
}

.story_section .col-md-6 {
  padding: 0;
  display: flex;
  align-items: center;
  background-color: #fcfcfc;
}

.references-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  padding: 20px;
  height: 100%;
}

.reference-item {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  height: 400px;
}

.reference-item:hover {
  transform: translateY(-5px);
}

.reference-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.reference-item:hover img {
  transform: scale(1.05);
}

.reference-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
  padding: 20px;
  color: #fff;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}

.reference-item:hover .reference-overlay {
  transform: translateY(0);
}

.reference-overlay h4 {
  margin: 0;
  font-size: 1.4em;
  font-weight: 600;
}

.story_detail {
  margin-left: 40px;
}

.story_detail h2 {
  text-transform: uppercase;
  color: #0c0b09;
  font-weight: bold;
}

.story_detail h3 {
  text-transform: uppercase;
  color: #254a93;
  margin: 0;
}

.story_detail {
  width: 85%;
}

.story_detail .story_detail-btn {
  margin-top: 25px;
}

.story_section .story_detail-btn a,
.story_section .story_detail-btn a:hover {
  text-transform: uppercase;
  color: #0c0b09;
}

.story_section .story_detail-btn a img {
  width: 25px;
}

/* end story section */

.contact_form-container {
  background-image: url(../images/guards.jpg);
}

.contact_form-container form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.contact_form-container .contact_box {
  background-color: #fff;
  padding: 35px 40px;
  width: 50%;
  height: 60%;
  margin: 100px 50px;
}

.contact_form-container form input,
.contact_form-container form input:focus,
.contact_form-container form input:active {
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #00cc99;
  width: 85%;
  margin-top: 12px;
  outline: none;
}

.contact_form-container form button {
  border: none;
  background-color: #254a93;
  color: #fff;
  padding: 8px 20px;
  margin-top: 15px;
}

.contact_section .row .col-md-6 {
  padding: 0;
}

/* end contact section */

/* info section */
.info_section {
  background-color: #000202;
  font-family: "Roboto", sans-serif;
}

.info_section .info_detail {
  display: flex;
  align-items: center;
}

.info_section .info_detail p {
  color: #fff;
}

.address_link-container {
  display: block;
}

.address_link-container a {
  display: flex;
  color: #fff;
  margin: 15px 0;
  align-items: center;
}

.address_link-container a img {
  margin-right: 10px;
}

.info_section .news_container h3,
.info_section .address_container h3 {
  text-transform: uppercase;
  color: #fff;
  font-size: 22px;
}

.info_section .news_container form {
  margin: 28px 0;
}

.info_section .news_container form input {
  border: none;
  background-color: #fff;
  width: 70%;
  padding: 7px 10px;
}

.info_section .news_container form button {
  border: none;
  background-color: #254a93;
  color: #fff;
  font-size: 14px;
  padding: 8px 15px;
  margin-top: 15px;
  text-transform: uppercase;
}

.info_section .news_container .social_container {
  width: 50%;
  display: flex;
  justify-content: space-between;
}

.info_section .news_container .social_container > div {
}

/* end info section */

/* footer section*/

.footer_section {
  background-color: #254a93;
  padding: 20px 0;
  font-family: "Roboto", sans-serif;
}

.footer_section p {
  color: #fff;
  margin: 0;
  text-align: center;
}

.footer_section a {
  color: #fff;
}

/* end footer section*/

/* reference section */
.reference-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  overflow: hidden;
  transition: transform 0.3s ease;
  height: 100%;
}

.reference-card:hover {
  transform: translateY(-5px);
}

.reference-image {
  position: relative;
  height: 200px;
  overflow: hidden;
}

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

.reference-card:hover .reference-image img {
  transform: scale(1.1);
}

.reference-content {
  padding: 20px;
}

.reference-content h4 {
  font-size: 1.25rem;
  margin-bottom: 10px;
  color: #333;
}

.reference-content p {
  color: #666;
  margin-bottom: 15px;
  line-height: 1.6;
}

.reference-link {
  display: inline-flex;
  align-items: center;
  color: #007bff;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

.reference-link:hover {
  color: #0056b3;
}

.reference-link img {
  margin-left: 8px;
  width: 16px;
  height: 16px;
}

/* Reference Detail Styles */
.reference-detail {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.reference-header {
  text-align: center;
  margin-bottom: 30px;
}

.reference-header h1 {
  font-size: 2.5rem;
  color: #333;
  margin-bottom: 15px;
}

.reference-summary {
  font-size: 1.1rem;
  color: #666;
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto;
}

.reference-image {
  margin-bottom: 30px;
}

.reference-image img {
  width: 100%;
  max-height: 500px;
  object-fit: cover;
  border-radius: 8px;
}

.reference-content {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #444;
}

.reference-categories {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}

.reference-categories h4 {
  font-size: 1.2rem;
  color: #333;
  margin-bottom: 15px;
}

.category-tags .badge {
  font-size: 0.9rem;
  padding: 8px 12px;
  margin-right: 8px;
  margin-bottom: 8px;
}

.story_section .service_btn {
  display: inline-flex;
  align-items: center;
  padding: 12px 30px;
  background-color: #254a93;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.story_section .service_btn:hover {
  background-color: #1a3670;
  transform: translateY(-2px);
}

.story_section .service_btn img {
  width: 20px;
  margin-left: 10px;
  filter: brightness(0) invert(1);
}

@media (max-width: 991px) {
  .reference-image {
    height: 180px;
  }
}

@media (max-width: 576px) {
  .reference-image {
    height: 200px;
  }
}

/* end reference section */

/* Service Detail Page Styles */
.service_detail_section {
    padding: 75px 0;
    background-color: #f8f9fa;
}

.service_detail_content {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

.service_detail_content h1 {
    color: #1a1a1a;
    font-size: 2.5rem;
    margin-bottom: 20px;
    font-weight: 600;
}

.service_detail_image {
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
}

.service_detail_image img {
    width: 100%;
    height: auto;
    display: block;
}

.service_detail_text {
    color: #666;
    line-height: 1.8;
    margin-bottom: 30px;
}

.service_features {
    background: #f8f9fa;
    padding: 25px;
    border-radius: 10px;
}

.service_features h3 {
    color: #1a1a1a;
    font-size: 1.5rem;
    margin-bottom: 20px;
    font-weight: 600;
}

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

.feature-list li {
    color: #666;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.feature-list li i {
    color: #007bff;
    margin-right: 10px;
    font-size: 1.2rem;
}

.service_sidebar {
    position: sticky;
    top: 20px;
}

.service_contact_box {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    text-align: center;
    margin-bottom: 30px;
}

.service_contact_box h3 {
    color: #1a1a1a;
    font-size: 1.5rem;
    margin-bottom: 15px;
    font-weight: 600;
}

.service_contact_box p {
    color: #666;
    margin-bottom: 20px;
}

.service_contact_box .btn-primary {
    background: #007bff;
    border: none;
    padding: 12px 30px;
    border-radius: 5px;
    color: #fff;
    font-weight: 500;
    transition: all 0.3s ease;
}

.service_contact_box .btn-primary:hover {
    background: #0056b3;
    transform: translateY(-2px);
}

.related_services {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

.related_services h3 {
    color: #1a1a1a;
    font-size: 1.5rem;
    margin-bottom: 20px;
    font-weight: 600;
}

.related-services-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.related-services-list li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.related-services-list li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.related-services-list a {
    color: #666;
    text-decoration: none;
    transition: all 0.3s ease;
}

.related-services-list a:hover {
    color: #007bff;
    padding-left: 5px;
}

@media (max-width: 768px) {
    .service_detail_content {
        padding: 20px;
    }
    
    .service_detail_content h1 {
        font-size: 2rem;
    }
    
    .service_sidebar {
        margin-top: 30px;
    }
}

/* Contact Page Styles */
.contact_section {
    padding: 90px 0;
    background-color: #f8f9fa;
}

.contact_info {
    padding: 30px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    height: 100%;
}

.contact_info h2 {
    color: #333;
    font-size: 32px;
    margin-bottom: 20px;
    font-weight: 600;
}

.contact_info p {
    color: #666;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 1.6;
}

.contact_details {
    margin-top: 30px;
}

.contact_item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.contact_item:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.contact_item i {
    font-size: 24px;
    color: #007bff;
    margin-right: 15px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 123, 255, 0.1);
    border-radius: 50%;
}

.contact_item p {
    margin: 0;
    color: #555;
    font-size: 15px;
}

.contact_form {
    padding: 30px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    height: 100%;
}

.contact_form .form-group {
    margin-bottom: 20px;
}

.contact_form .form-control {
    border: 2px solid #e9ecef;
    padding: 15px;
    border-radius: 8px;
    font-size: 15px;
    transition: all 0.3s ease;
}

.contact_form .form-control:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.15);
}

.contact_form textarea.form-control {
    min-height: 150px;
}

.contact_form button[type="submit"] {
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    background: #007bff;
    border: 2px solid #007bff;
    transition: all 0.3s ease;
    width: 100%;
}

.contact_form button[type="submit"]:hover {
    background: #0056b3;
    border-color: #0056b3;
    transform: translateY(-2px);
}

/* Harita Bölümü */
.map_section {
    padding: 60px 0;
    background: #fff;
}

.map_container {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.map-responsive {
    position: relative;
    padding-bottom: 400px;
    height: 0;
    overflow: hidden;
}

.map-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* Mobil Uyumluluk */
@media (max-width: 768px) {
    .contact_section {
        padding: 50px 0;
    }

    .contact_info, .contact_form {
        margin-bottom: 30px;
    }

    .contact_info h2 {
        font-size: 28px;
    }

    .map-responsive {
        padding-bottom: 300px;
    }
}

/* Info Section */
.info_section {
    background: #333;
    color: #fff;
    padding: 60px 0;
}

.info_detail p {
    color: #ccc;
    line-height: 1.8;
}

.address_container h3 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 24px;
}

.address_link-container a {
    display: flex;
    align-items: center;
    color: #ccc;
    margin-bottom: 15px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.address_link-container a:hover {
    color: #fff;
    transform: translateX(5px);
}

.address_link-container img {
    width: 20px;
    margin-right: 10px;
    filter: brightness(0) invert(1);
}

.news_container h3 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 24px;
}

.news_container input[type="email"] {
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 5px;
    margin-bottom: 15px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.news_container button {
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 5px;
    background: #007bff;
    color: #fff;
    font-weight: 600;
    transition: all 0.3s ease;
}

.news_container button:hover {
    background: #0056b3;
}

.social_container {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.social_container a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    transition: all 0.3s ease;
}

.social_container a:hover {
    background: #007bff;
    transform: translateY(-3px);
}

.social_container img {
    width: 20px;
    filter: brightness(0) invert(1);
}

/* Blog Section Styles */
.blog_section {
  padding: 80px 0;
  background-color: #f8f9fa;
}

.blog_section .section_title {
  margin-bottom: 50px;
}

.blog_section .section_title h2 {
  font-size: 36px;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
}

.blog_section .section_title p {
  color: #666;
  font-size: 18px;
}

.blog_card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  height: 100%;
}

.blog_card:hover {
  transform: translateY(-5px);
}

.blog_img {
  position: relative;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}

.blog_img img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.blog_card:hover .blog_img img {
  transform: scale(1.05);
}

.blog_content {
  padding: 25px;
}

.blog_date {
  margin-bottom: 15px;
}

.blog_date span {
  color: #666;
  font-size: 14px;
}

.blog_title {
  margin-bottom: 15px;
}

.blog_title a {
  color: #333;
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease;
}

.blog_title a:hover {
  color: #007bff;
}

.blog_summary {
  color: #666;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.read_more {
  color: #007bff;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: color 0.3s ease;
}

.read_more i {
  margin-left: 5px;
  transition: transform 0.3s ease;
}

.read_more:hover {
  color: #0056b3;
  text-decoration: none;
}

.read_more:hover i {
  transform: translateX(5px);
}

@media (max-width: 768px) {
  .blog_section {
    padding: 50px 0;
  }

  .blog_section .section_title h2 {
    font-size: 28px;
  }

  .blog_section .section_title p {
    font-size: 16px;
  }

  .blog_title a {
    font-size: 20px;
  }

  .blog_summary {
    font-size: 14px;
  }
}

/* Blog Detail Styles */
.blog_detail_section {
  padding: 80px 0;
  background-color: #f8f9fa;
}

.blog_detail_content {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  margin-bottom: 30px;
}

.blog_detail_img {
  margin: -30px -30px 30px;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

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

.blog_detail_header {
  margin-bottom: 30px;
}

.blog_detail_meta {
  margin-bottom: 15px;
}

.blog_detail_meta span {
  color: #666;
  font-size: 14px;
  margin-right: 20px;
  display: inline-flex;
  align-items: center;
}

.blog_detail_meta i {
  margin-right: 5px;
  color: #007bff;
}

.blog_detail_title {
  font-size: 32px;
  color: #333;
  font-weight: 700;
  line-height: 1.4;
}

.blog_detail_text {
  color: #666;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 30px;
}

.blog_detail_text p {
  margin-bottom: 20px;
}

.blog_tags {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}

.blog_tags h4 {
  font-size: 18px;
  color: #333;
  margin-bottom: 15px;
}

.blog_tags .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.blog_tags .badge {
  padding: 8px 15px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 20px;
}

/* Sidebar Styles */
.blog_sidebar {
  position: sticky;
  top: 30px;
}

.sidebar_widget {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  padding: 25px;
  margin-bottom: 30px;
}

.sidebar_widget h3 {
  font-size: 20px;
  color: #333;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 2px solid #f0f0f0;
}

.recent_posts_list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.recent_post_item {
  display: flex;
  gap: 15px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
}

.recent_post_item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.recent_post_img {
  width: 80px;
  height: 80px;
  border-radius: 5px;
  overflow: hidden;
}

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

.recent_post_content h4 {
  font-size: 16px;
  margin-bottom: 8px;
}

.recent_post_content h4 a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}

.recent_post_content h4 a:hover {
  color: #007bff;
}

.recent_post_content .date {
  font-size: 14px;
  color: #666;
}

.contact_box {
  text-align: center;
}

.contact_box h3 {
  border-bottom: none;
  margin-bottom: 15px;
}

.contact_box p {
  color: #666;
  margin-bottom: 20px;
}

.contact_box .btn {
  width: 100%;
  padding: 12px;
  font-weight: 600;
}

@media (max-width: 991px) {
  .blog_sidebar {
    position: static;
    margin-top: 30px;
  }
}

@media (max-width: 768px) {
  .blog_detail_section {
    padding: 50px 0;
  }

  .blog_detail_content {
    padding: 20px;
  }

  .blog_detail_img {
    margin: -20px -20px 20px;
  }

  .blog_detail_title {
    font-size: 24px;
  }

  .blog_detail_text {
    font-size: 15px;
  }
}
