/*
 Theme Name:   Arin Child Theme
 Theme URI:    https://themeforest.net/item/arin-personal-portfolio-wordpress-theme
 Description:  Child theme for Arin theme
 Author:       Marketify
 Author URI:   http://themeforest.net/user/marketify
 Template:     arin
 Version:      1.0
 License: 	   Located in 'licensing' folder
 License URI:  license.txt
 Tags:         custom-header, custom-background, threaded-comments, custom-menu, featured-images, full-width-template, theme-options, translation-ready
 Text Domain:  arin-child
*/

.desktop_logo{
    height: 6rem !important;
}

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

.choose-inner{
    justify-content: flex-start !important;
}

.only-image .section-padding {
    padding: 0 !important;
}

.only-image .about-section .row:nth-child(2) {
    display: none;
}

.about-img-wrap img {
    width: -webkit-fill-available;
}

img {
    filter: grayscale(0) !important;
}

h6, h6 *{
    font-size: 22px !important;
    font-weight: 600 !important;
}

/* Reduced Section Padding (40% less) */
.section-padding {
  padding: 72px 0 !important; /* 120px → 72px */
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-padding {
    padding: 60px 10px !important; /* 100px → 60px */
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-padding {
    padding: 54px 30px 36px !important; /* 90px → 54px, 60px → 36px */
  }
}
@media (max-width: 767px) {
  .section-padding {
    padding: 36px 10px !important; /* 60px → 36px */
  }
}
@media only screen and (min-width: 540px) and (max-width: 767px) {
  .section-padding {
    padding: 24px 10px !important; /* 40px → 24px */
  }
}