/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/
/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/
 @import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
 @import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
 @import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
/*--------------------------------------------------------------------- basic ---------------------------------------------------------------------*/
 body {
     color: #666666;
     font-size: 14px;
     font-family: 'Roboto';
     line-height: 1.80857;
     font-weight: normal;
}
 html {
     scroll-behavior: smooth;
}
 a {
     color: #1f1f1f;
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}
 h1, h2, h3, h4, h5, h6 {
     letter-spacing: 0;
     font-weight: normal;
     position: relative;
     padding: 0 0 10px 0;
     font-weight: normal;
     line-height: normal;
     color: #111111;
     margin: 0 
}
 h1 {
     font-size: 24px 
}
 h2 {
     font-size: 22px 
}
 h3 {
     font-size: 18px 
}
 h4 {
     font-size: 16px 
}
 h5 {
     font-size: 14px 
}
 h6 {
     font-size: 13px 
}
 *, *::after, *::before {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}
 h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
     color: #212121;
     text-decoration: none!important;
     opacity: 1 
}
 button:focus {
     outline: none;
}
 ul, li, ol {
     margin: 0px;
     padding: 0px;
     list-style: none;
}
 p {
     margin: 0px;
     font-weight: 300;
     font-size: 15px;
     line-height: 24px;
}
 a {
     color: #222222;
     text-decoration: none;
     outline: none !important;
}
 a, .btn {
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}
 img {
     max-width: 100%;
     height: auto;
}
 :focus {
     outline: 0;
}
 .btn-custom {
     margin-top: 20px;
     background-color: transparent !important;
     border: 2px solid #ddd;
     padding: 12px 40px;
     font-size: 16px;
}
 .lead {
     font-size: 18px;
     line-height: 30px;
     color: #767676;
     margin: 0;
     padding: 0;
}
 .form-control:focus {
     border-color: #ffffff !important;
     box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}
 .navbar-form input {
     border: none !important;
}
 .badge {
     font-weight: 500;
}
 blockquote {
     margin: 20px 0 20px;
     padding: 30px;
}
 button {
     border: 0;
     margin: 0;
     padding: 0;
     cursor: pointer;
}
 .full {
     float: left;
     width: 100%;
}
 .layout_padding {
     padding-top: 90px;
     padding-bottom: 90px;
}
 .layout_padding_2 {
     padding-top: 75px;
     padding-bottom: 75px;
}
 .light_silver {
     background: #f9f9f9;
}
 .theme_bg {
     background: #38c8a8;
}
 .margin_top_30 {
     margin-top: 30px !important;
}
 .full {
     width: 100%;
     float: left;
     margin: 0;
     padding: 0;
}
/**-- heading section --**/
 .main_heading {
     text-align: center;
     display: flex;
     justify-content: center;
     position: relative;
     margin-bottom: 50px;
}
 .main_heading h2 {
     padding: 0;
     font-size: 48px;
     line-height: 60px;
     font-weight: 400;
     position: relative;
     letter-spacing: -0.5px;
     color: #114c7d;
     border-left: solid #38c8a8 10px;
     padding-left: 15px;
}
 .main_heading h2 strong {
     background: #38c8a8;
     color: #fff;
     font-weight: 600;
     padding: 0 15px;
     line-height: 68px;
}
 .white_heading_main h2 {
     color: #fff;
}
 .small_main_heading {
     margin-top: 25px;
     float: left;
     width: 100%;
     border-bottom: solid rgba(0, 0, 0, 0.07) 1px;
     margin-bottom: 25px;
}
 .small_main_heading h2 {
     padding: 2px 0 20px 0;
     color: #114c7d;
     font-weight: 400;
     font-size: 28px;
     background-image: url('../images/fevicon.png');
     background-repeat: no-repeat;
     padding-left: 55px;
     letter-spacing: -0.5px;
}
 .small_main_heading h2 strong {
     color: #38c8a8;
     font-weight: 600;
}
 .main_bt {
     background: #38c8a8;
     color: #fff;
     padding: 8px 25px 8px 20px;
     float: left;
     font-size: 15px;
     font-weight: 300;
     border-left: solid #114c7d 5px;
     border-radius: 0;
}
 a.readmore_bt {
     color: #fff;
     font-weight: 300;
     text-decoration: underline !important;
}
 .main_bt:hover, .main_bt:focus {
     background: #114c7d;
     border-left: solid #38c8a8 5px;
     color: #fff;
}
 .margin_top_50 {
     margin-top: 50px;
}
 .margin_bottom_30_all {
     margin-bottom: 30px;
}
 .text_align_center {
     text-align: center;
}
/*---------------------------- preloader area ----------------------------*/
 .loader_bg {
     position: fixed;
     z-index: 9999999;
     background: #fff;
     width: 100%;
     height: 100%;
}
 .loader {
     height: 100%;
     width: 100%;
     position: absolute;
     left: 0;
     top: 0;
     display: flex;
     justify-content: center;
     align-items: center;
}
 .loader img {
     width: 280px;
}
/*--------------------------------------------------------------------- header ---------------------------------------------------------------------*/ header {
     min-height: 60px;
     background: transparent;
     padding-top: 8px;
     position: absolute;
     width: 100%;
     top: 0;
     left: 0;
     z-index: 998;
}
 header .container-fluid {
     max-width: 1850px;
} .right_header_info {
     width: 100%;
     float: left;
     padding: 8px 0 0;
}
 .right_header_info ul {
     list-style: none;
     padding: 0;
     margin: 0;
     float: right;
}
 .right_header_info ul li {
     display: inline;
     font-size: 16px;
     margin-left: 45px;
     color: #eaeaea;
     font-weight: 400;
     float: left;
}
 .right_header_info ul li a {
     color: #eaeaea;
     font-weight: 300;
}
 .button_user a {
     float: left;
     min-width: 75px;
     height: 35px;
     text-align: center;
     line-height: 35px;
     position: relative;
     top: -3px;
     padding: 0 15px;
     margin: 0 2px;
}
 .button_user a {
     float: left;
     min-width: 75px;
     height: 40px;
     text-align: center;
     line-height: 38px;
     position: relative;
     top: -7px;
     padding: 0 15px;
     margin: 0 2px;
     border: solid #eaeaea 1px;
}
 .button_user a:hover, .button_user a:focus, .button_user a.active {
     background: #e3d105;
     color: #fff;
     border-color: #e3d105;
     color: #222;
}
 #sidebarCollapse {
     background: transparent;
}
 .slider_section {
     min-height: 100vh;
     padding-bottom: 100px;
}
 .contact_nu {
    float: right;
}
/** menu section **/ .head-top {
     padding-bottom: 8px;
}.email {
     padding-top: 15px;
}
 .email a {
    font-size: 14px;
}
 .email a:hover {
     color: #000;
}
 .email img {
    padding-right: 8px;
}
 .contact_nu {
     padding-top: 15px;
}
 .contact_nu a {
    font-size: 14px;
}
 .contact_nu a:hover {
     color: #000;
}
 .contact_nu img {
    padding-right: 10px;
}
 .bg {
   background-color: rgba(150, 150, 150, 0.3);
}
 .navbar-expand-md .navbar-nav .nav-link {
     padding: 8px 35px;
     font-size: 15px;
     color: #000;
     line-height: 18px;
}
/** banner_main **/
 .carousel-indicators li {
     width: 20px;
     height: 20px;
     border-radius: 11px;
     background-color: #070000;
}
 .carousel-indicators li.active {
    background-color: #35a30a;
}
 .carousel-indicators {
     left: inherit;
     top: 53%;
     width: 20px;
     display: block;
}
 .carousel-indicators li {
     margin: 8px 0;
}
 .banner_main {
     position: relative;
}
 .relative {
    position: absolute;
     top: 50%;
     transform: translateY(-50%);
     bottom: auto;
     text-align: left;
}
.banner_main .carousel-caption h1 {
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: 72px;
    line-height: 78px;
    font-weight: 600;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}

.dark_brown {
    color: #c0a16b; /* Muted gold - buen contraste */
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}


.banner_main .carousel-caption a {
    display: block;
    background:linear-gradient(135deg, #00c3d5, #009fb0, #007d8c);
     color: #050000;
     max-width: 230px;
     padding: 12px 0px;
     width: 100%;
     font-size: 18px;
     text-align: center;
     text-transform: uppercase;
     font-weight: 500;
     border: #000000 solid 1px;
}
 .banner_main .carousel-caption a:hover {
     background:  linear-gradient(135deg, #00c3d5, #009fb0, #007d8c);
     color: #fff;
}
 .carousel-control-prev-icon {
    display: none;
}
 .carousel-control-next-icon {
    display: none;
}
 .banner_main .carousel-item img {
   max-height: 800px; /* o ajusta según necesites */
    width: 100%;
    object-fit: cover; 
}
 .slider_section {
     min-height: inherit;
}
/** about **/
 .top_layer {
    position: relative;
}
 .top_layer::before {
     position: absolute;
     width: 100%;
     height: 260px;
     content: "";
     background: url(../images/croos.png);
     background-size: 100% 100%;
     background-position: center center;
     background-repeat: no-repeat;
     top: -298px;
}
 .about {
    padding-top: 10px;
}
 .about_box {
    box-shadow: #ddd 0px 0px 20px 0px;
     height: 96%;
     margin-right: 30px;
}
 .about_box_text {
    padding-left: 200px;
     padding-right: 50px;
}
 .about_box_text .title {
    padding-top: 120px;
     padding-bottom: 60px;
     text-align: left;
}
 .about_box_text .title h2 {
    padding: 0px;
}
 .about_box_text p {
    font-size: 20px;
     line-height: 34px;
     color: #000;
     font-weight: 400;
}
 .pppp {
     padding: 0;
}
 .about_box_img figure {
    margin: 0;
     text-align: center;
}
/** end about **/
/** weyoga **/
 .weyoga {
    padding-bottom: 90px;
     margin-top: 60px;
}
 .yogo_three_box {
    text-align: center;
}
 .yogo_three_box figure {
    margin: 0;
}
 .yogo_three_box figure img {
     align-items: center;
}
 .yogo_three_box h3 {
     font-weight: bold;
     padding-top: 30px !important;
     font-size: 23px;
     color: #010400;
     padding: 12px 0px;
     line-height: 23px;
     text-align: center;
     text-transform: uppercase;
}
 .yogo_three_box p {
     font-size: 17px;
     line-height: 27px;
     color: #010400;
     font-weight: 400;
}
 .yourlifeyoga .yogatitle h2 {
    font-size: 57px;
}
 .readmore {
     display: block;
     background: #fff;
     color: #050000;
     max-width: 202px;
     padding: 12px 0px;
     width: 100%;
     font-size: 18px;
     text-align: center;
     text-transform: uppercase;
     font-weight: 500;
     border: #35a30a solid 1px;
}
 .readmore:hover {
     background: #58c62c;
     color: #fff;
}
/** end weyoga **/
/** your life yoga **/
 .yourlifeyoga {
    background:#fff;
     box-shadow: #ddd 0px 0px 25px 0px;
     padding:60px 10px;
     text-align: center;
}
 .yourlifeyoga .yogatitle h2 {
     font-size: 55px;
     line-height: 73px;
     font-weight: bold;
     color: #58c62c;
}
 .yourlifeyoga .yoga_img figure {
    margin: 0px;
}
 .yourlifeyoga .yoga_img figure img {
    padding:35px 0px;
}
 .yourlifeyoga .yoga_img p {
     color: #58c62c;
     font-size: 17px;
}
/** end your life yoga **/
/** our pricing **/
 .pricing {
     margin-top: 90px;
     background: #fff;
}
 .pricing_packages_bg {
     background: #ff8c00;
     padding: 80px 0px;
}
 .pricing .pricing_box {
     text-align: center;
    padding-bottom:10px;
}
 .pricing .pricing_box h3 {
     font-size: 27px;
     line-height: 24px;
     color: #fff;
     font-weight: 500;
     text-transform: uppercase;
     background: #020500;
     padding: 35px 0px;
}
 .pricing .pricing_box span {
     color: #58c62c;
     font-size: 90px;
     font-weight: bold;
     padding-top: 85px;
     line-height: 90px;
     display: inline-block;
}
 .pricing .pricing_box p {
     color: #000;
     font-size: 17px;
     line-height: 28px;
     font-weight: 400;
     padding: 20px 10px 85px 10px;
}
 .pricing_box_cross {
    text-align: center;
     box-shadow: #dddd 0px 0px 18px 6px;
     padding-bottom:10px;
}
 .pricing_box_cross::after {
     content:"";
     background: url(../images/img.png);
     position: absolute;
     width: 92%;
     height: 70px;
     left: 15px;
     bottom: -8px;
     background-repeat: no-repeat;
     background-size: 100% 100% 
}
 .pricing .pricing_box_cross h3 {
     font-size: 27px;
     text-align: center;
     line-height: 24px;
     color: #fff;
     font-weight: 500;
     text-transform: uppercase;
     background: #58c62c;
     padding: 35px 0px;
}
 .pricing .pricing_box_cross span {
     color: #58c62c;
     font-size: 90px;
     font-weight: bold;
     padding-top: 60px;
     line-height: 90px;
     display: inline-block;
}
 .pricing .pricing_box_cross p {
     color: #000;
     font-size: 17px;
     line-height: 28px;
     font-weight: 400;
     padding: 20px 10px 55px 10px;
}
 .pricing_box_cross .white_bold {
     color: #020500;
     font-size: 90px;
     font-weight: 500;
     line-height: 90px;
}
 .SelectPlan {
     margin: 0 auto;
     display: block;
     background: #fff;
     color: #050000;
     max-width: 202px;
     padding: 12px 0px;
     width: 100%;
     font-size: 18px;
     text-align: center;
     text-transform: uppercase;
     font-weight: 500;
     border:#35a30a solid 1px;
}
 .SelectPlan:hover {
     color: #fff;
     background: #000000;
     border:#050000 solid 1px;
}
/** end our pricing **/
 .title {
     text-align: center;
     padding-bottom: 60px;
}
 .title h2 {
     font-size: 60px;
     font-weight: normal;
     line-height: 46px;
     color: #58c62c;
     padding-bottom: 20px;
}
/** Newsletter **/
 .Newsletter {
    background: #58c62c;
     padding: 70px 0px;
     margin-top: 90px;
}
 .Newsletter .news h2 {
     font-size: 60px;
     font-weight: normal;
     line-height: 46px;
     color: #fff;
     padding: 0;
     margin-bottom: 17px;
     text-align: center;
}
 .new_botton {
     display: flex;
     justify-content: center;
     flex-wrap: wrap;
     margin-top: 30px;
}
 .new_botton .tetter {
     padding: 10px 20px;
     border-radius: inherit;
     border: inherit;
     width: 39%;
}
 .submit {
     background: #070100;
     margin-left: -3px;
     padding: 9px 50px;
     color: #fff;
}
 .submit:hover {
     background: #ddd;
     color: #000;
}
/** end Newsletter **/
/** yoga online **/
 .yoga {
     padding-top: 90px;
     background: #fff;
}
 .yoga .title {
    padding-bottom: 130px;
}
 .yoga .title h2 {
     font-size: 60px;
     font-weight: normal;
     line-height: 46px;
     color: #58c62c;
     padding: 0px;
}
 .yoga .yoga_box {
     text-align: center;
     background: #58c62c;
}
 .yoga .yoga_box figure {
    margin:0;
}
 .yoga .yoga_box img{
     margin-top: -70px;
     padding-bottom: 70px !important;
     padding: 0px 115px;
}
 .yoga .yoga_box p {
     color: #000;
     font-size: 17px;
     line-height: 28px;
     font-weight: 400;
}
/** end yoga online **/
/** contact **/
 .black {
     color: #000;
     font-weight: normal;
}
 .contact {
     margin-top: 90px;
}
 .contact .title {
     padding-bottom: 60px;
     text-align: left;
}
 .contact .title h2 {
     font-size: 60px;
     font-weight: normal;
     line-height: 46px;
     color: #58c62c;
     padding: 0;
}
 #map {
     height: 100%;
     min-height: 480px;
}
 .main_form {
     background: #13240c;
     padding: 40px 63px;
     padding-left: 224px;
}
 .form-control {
     border-radius: inherit;
     margin-bottom: 20px;
     padding: 8px 2px;
     background: transparent;
     border-bottom: #fff solid 1px !important;
     border: transparent;
}
 .form-control:focus {
     box-shadow: inherit;
     background: transparent;
     border-bottom: #fff solid 1px !important;
}
 .textarea {
     background: transparent;
     border-bottom: #fff solid 1px !important;
     border: transparent;
     padding-top: 6px;
     width: 100%;
     color: #fff;
     opacity: 1;
}
 .send {
     font-family: poppins;
     float: right;
     margin: 0 auto;
     display: block;
     background: #fff;
     color: #000;
     max-width: 120px;
     padding: 6px 0px;
     width: 100%;
     font-size: 18px;
     margin-top: 20px 
}
 .send:hover {
     background: #35a30a ;
     color: #fff;
}
 .padddd {
    padding-left: 0px;
     padding-right: 0;
}
 .map_section {
     height: 100%;
}
 .padding {
    padding-right: 0px;
     padding-left: 0;
}
 ul.mail-icon {
     list-style: none;
     padding-top: 20px;
}
 ul.mail-icon li {
     float: left;
     color: #fff;
     font-size: 15px;
     padding-right: 23px;
}
 ul.mail-icon li img {
    padding-right: 7px;
}
 ul.social_icon {
     list-style: none;
     padding-top: 30px;
}
 ul.social_icon li {
     float: left;
     height: 60px;
     color: #fff;
     padding-right: 20px;
}
 ul.social_icon li a {
     color: #fff;
     width: 40px;
     height: 40px;
     border: solid #fff 1px;
     float: left;
     text-align: center;
     line-height: 40px;
     border-radius: 100%;
     font-size: 18px;
}
 ul.social_icon li a:hover {
     background: #35a30a;
     border: solid #35a30a 1px;
     color: #fff;
}
/** end contact **/
/** footer **/
 .copyright {
     background: #317914;
}
 .copyright p {
     color: #fff;
     text-align: center;
     padding: 25px 0px;
     font-size: 17px;
}
 .copyright a {
     color: #fff;
}
 .copyright a:hover {
     color: #000;
}
/** end footer **/
/*--------------------------------------------------------------------- ener page css ---------------------------------------------------------------------*/
/*=========================== Instagram Section ===========================*/
.instagram-section {
    background: #fafafa;
    padding: 80px 0;
}

.instagram-header {
    background: white;
    border-radius: 12px;
    padding: 30px;
    margin-bottom: 40px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    border: 1px solid #dbdbdb;
}

.instagram-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.instagram-user {
    display: flex;
    align-items: center;
    gap: 20px;
}

.instagram-user-picture {
    position: relative;
}

.profile-img {
    width: 77px;
    height: 77px;
    border-radius: 50%;
    border: 2px solid #dbdbdb;
    object-fit: cover;
    transition: transform 0.2s ease;
}

.profile-img:hover {
    transform: scale(1.05);
}

.instagram-user-info h3 {
    font-size: 28px;
    font-weight: 300;
    margin: 0;
    color: #262626;
    line-height: 32px;
}

.instagram-username {
    margin-top: 4px;
}

.instagram-username a {
    color: #8e8e8e;
    font-size: 16px;
    text-decoration: none;
    font-weight: 400;
}

.instagram-bio {
    margin-top: 12px;
}

.instagram-bio p {
    font-size: 14px;
    color: #262626;
    line-height: 18px;
    margin: 0;
}

.instagram-stats {
    display: flex;
    gap: 40px;
}

.instagram-stat-item {
    text-align: center;
}

.stat-value {
    font-size: 18px;
    font-weight: 600;
    color: #262626;
    line-height: 22px;
}

.stat-label {
    font-size: 16px;
    color: #8e8e8e;
    margin-top: 2px;
}

.instagram-follow {
    margin-left: auto;
}

.follow-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #0095f6;
    color: white !important;
    padding: 8px 24px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.2s ease;
}

.follow-btn:hover {
    background: #1877f2;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0,149,246,0.3);
}

.instagram-icon {
    width: 20px;
    height: 20px;
}

.instagram-posts {
    background: white;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    border: 1px solid #dbdbdb;
}

.section-title {
    font-size: 24px;
    font-weight: 600;
    color: #262626;
    margin-bottom: 30px;
    text-align: center;
}

.instagram-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 4px;
    margin-bottom: 30px;
}

.instagram-post {
    position: relative;
    aspect-ratio: 1;
    overflow: hidden;
    border-radius: 4px;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.instagram-post:hover {
    transform: scale(1.02);
}

.post-image {
    position: relative;
    width: 100%;
    height: 100%;
}

.post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.post-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.7);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 15px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.instagram-post:hover .post-overlay {
    opacity: 1;
}

.post-stats {
    display: flex;
    gap: 15px;
    align-items: center;
}

.post-likes,
.post-comments {
    display: flex;
    align-items: center;
    gap: 6px;
    color: white;
    font-size: 14px;
    font-weight: 600;
}

.post-likes svg,
.post-comments svg {
    width: 20px;
    height: 20px;
}

.post-text {
    color: white;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    overflow: hidden;
    display: -webkit-box;    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.instagram-load-more {
    text-align: center;
    margin-top: 30px;
}

.load-more-btn {
    display: inline-flex;
    align-items: center;
    background: #f8f9fa;
    color: #262626 !important;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    border: 1px solid #dbdbdb;
    transition: all 0.2s ease;
}

.load-more-btn:hover {
    background: #e9ecef;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/* Responsive Design */
@media (max-width: 768px) {
    .instagram-header-inner {
        flex-direction: column;
        text-align: center;
    }
    
    .instagram-user {
        flex-direction: column;
        text-align: center;
    }
    
    .instagram-stats {
        gap: 30px;
    }
    
    .instagram-follow {
        margin-left: 0;
    }
    
    .instagram-grid {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 2px;
    }
    
    .profile-img {
        width: 85px;
        height: 85px;
    }
    
    .instagram-user-info h3 {
        font-size: 24px;
    }
    
    .stat-value {
        font-size: 16px;
    }
    
    .stat-label {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .instagram-header,
    .instagram-posts {
        margin: 0 10px;
        padding: 20px;
    }
    
    .instagram-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .instagram-stats {
        gap: 20px;
    }
    
    .stat-value {
        font-size: 14px;
    }
    
    .stat-label {
        font-size: 12px;
    }
}

/*=========================== Instagram Modal ===========================*/
.instagram-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.8);
    backdrop-filter: blur(5px);
}

.instagram-modal-content {
    position: relative;
    background-color: #fff;
    margin: 2% auto;
    padding: 0;
    width: 90%;
    max-width: 900px;
    max-height: 90vh;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    animation: modalSlideIn 0.3s ease-out;
}

@keyframes modalSlideIn {
    from {
        transform: scale(0.7);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

.instagram-modal-close {
    position: absolute;
    top: 10px;
    right: 15px;
    color: white;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    z-index: 10000;
    background: rgba(0,0,0,0.5);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.instagram-modal-close:hover {
    background: rgba(0,0,0,0.8);
    transform: scale(1.1);
}

.instagram-modal-image {
    flex: 1;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 400px;
}

.instagram-modal-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.instagram-modal-info {
    width: 340px;
    background: white;
    display: flex;
    flex-direction: column;
    border-left: 1px solid #dbdbdb;
}

.instagram-modal-header {
    padding: 16px;
    border-bottom: 1px solid #efef
}