#adsAccordion{
    left: auto;
}

.adsJumbotron {
    overflow: hidden;
    transition: background 0.3s ease;
    background-size: cover;
    background-position: center;
    min-height: 200px;
    padding: 20px 10px;
    width: 100%;
    max-height: fit-content;
    max-width: 100%;
    position: relative; /* Allow absolute positioning inside */
    z-index: 1; /* Make sure the container has a lower z-index than the arrows */
}

.adsJumbotron h2 {
    color: var(--uni-light-colorTheme7);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    font-style: italic;
    font-family: 'BlackOpsOne';
    width: 60%;
    padding: 0 30px;
}
.adsJumbotron h4 {
    color: var(--uni-light-colorTheme7);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    font-style: italic;
    font-family: 'BlackOpsOne';
    width: 100%;
    padding: 0 30px;
}

.adsJumbotron p {
    color: var(--uni-light-colorTheme5);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    font-family: 'Acme';
    font-size: 20px;
    font-weight: bold;
    width: 80%;
    margin: 10px 20px !important;
}
.adsJumbotron:hover h2 {
    text-shadow: 
    3px 3px 6px rgba(0, 0, 0, 1),  /* Stronger main shadow */
    1px 1px 2px rgba(0, 0, 0, 0.8),  /* Extra depth */
    -1px -1px 2px rgba(0, 0, 0, 0.6); /* Subtle highlight */
    transition: all 0.3s ease;
}

.adsJumbotron:hover p {
    text-shadow: 
    3px 3px 6px rgba(0, 0, 0, 1),  /* Stronger main shadow */
    1px 1px 2px rgba(0, 0, 0, 0.8),  /* Extra depth */
    -1px -1px 2px rgba(0, 0, 0, 0.6); /* Subtle highlight */
    transition: all 0.3s ease;
}


.adsJumbotron .readBttn {
    position: absolute;
    bottom: 20px; /* Adjust the margin from the bottom */
    right: 20px; /* Adjust the margin from the right */
    margin: 0;
    padding: 10px 10px;
    border: 1px solid white;  
   
}


.adsJumbotron .readBttn a {
    color: var(--uni-light-colorTheme7) !important;
}

.adsJumbotron .readBttn:hover {
    box-shadow: 
      -7px -7px 20px 0px rgba(255, 255, 255, .9),
      -4px -4px 5px 0px rgba(255, 255, 255, .9),
      7px 7px 20px 0px rgba(0, 0, 0, .2),
      4px 4px 5px 0px rgba(0, 0, 0, .3);
    transition: all 0.3s ease;
}

.adsJumbotron button {
    z-index: 100; /* Ensure arrows are above other content */
    position: absolute;
    
}

#prevAd {
    top: 50%;
    left: 40px; /* Position left arrow at the left with margin */
    transform: translateY(-50%);
}

#nextAd {
    top: 50%;
    right: 20px; /* Position right arrow at the right with margin */
    transform: translateY(-50%);
}

.start-40 {
    left: 40px !important;
}

.ad-description{   
    font-size: 0.9rem !important;
    white-space: pre-line;
    font-family: 'Acme';
}
.desc-size{   
    font-size: 1.2rem !important;
    white-space: pre-line;
    font-family: 'Acme';
}
/**   **/
.userAdsJumbotron{
    overflow: hidden;
    transition: background 0.3s ease;
    background-size: cover;
    background-position: center;
    height: 230px !important;
    padding: 20px 10px;
    max-height: fit-content;
    max-width: 100%;
    position: relative; /* Allow absolute positioning inside */
    z-index: 1; /* Make sure the container has a lower z-index than the arrows */
    margin-top: 10px; 

}

.userAdsJumbotron h2 {
    color: var(--uni-light-colorTheme7);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    font-style: italic;
    font-family: 'BlackOpsOne';
    width: 60%;
    padding: 0 30px;
}
.userAdsJumbotron h4 {
    color: var(--uni-light-colorTheme7);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    font-style: italic;
    font-family: 'BlackOpsOne';
    width: 100%;
    padding: 0 30px;
}

.userAdsJumbotron p {
    color: var(--uni-light-colorTheme5);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    font-family: 'Acme';
    font-size: 17px !important;
    font-weight: bold;
    width: 80%;
 
    margin: 10px 20px !important;
}

.userAdsJumbotron .readBttn {
    position: absolute;
    bottom: 20px; /* Adjust the margin from the bottom */
    right: 20px; /* Adjust the margin from the right */
    margin: 0;
    padding: 10px 10px;
   
}

.userAdsJumbotron .readBttn a {
    color: var(--uni-light-colorTheme7) !important;
}

.userAdsJumbotron .readBttn:hover {
    box-shadow: 
      -7px -7px 20px 0px rgba(255, 255, 255, .9),
      -4px -4px 5px 0px rgba(255, 255, 255, .9),
      7px 7px 20px 0px rgba(0, 0, 0, .2),
      4px 4px 5px 0px rgba(0, 0, 0, .3);
    transition: all 0.3s ease;
}



.userAdsJumbotron button {
    z-index: 100; /* Ensure arrows are above other content */
    position: absolute;
    
}

/** **/
/** Tropical Ghar Ads  **/

#tropicalAdsAccordion {
    left: auto;
}

.tropicalAdsJumbotron {
    overflow: hidden;
    transition: background 0.3s ease;
    background-size: cover;
    background-position: center;
    min-height: 200px;
    padding: 20px 10px;
    width: 100%;
    max-height: fit-content;
    max-width: 100%;
    position: relative; /* Allow absolute positioning inside */
    z-index: 1; /* Make sure the container has a lower z-index than the arrows */
}

.tropicalAdsJumbotron h2 {
    color: var(--uni-light-colorTheme7);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    font-style: italic;
    font-family: 'BlackOpsOne';
    width: 60%;
    padding: 0 30px;
}

.tropicalAdsJumbotron p {
    color: var(--uni-light-colorTheme5);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    font-family: 'Acme';
    font-size: 20px;
    font-weight: bold;
    width: 80%;
    margin: 10px 20px !important;
}

.tropicalAdsJumbotron:hover h2 {
    text-shadow: 
    3px 3px 6px rgba(0, 0, 0, 1),  /* Stronger main shadow */
    1px 1px 2px rgba(0, 0, 0, 0.8),  /* Extra depth */
    -1px -1px 2px rgba(0, 0, 0, 0.6); /* Subtle highlight */
    transition: all 0.3s ease;
}

.tropicalAdsJumbotron:hover p {
    text-shadow: 
    3px 3px 6px rgba(0, 0, 0, 1),  /* Stronger main shadow */
    1px 1px 2px rgba(0, 0, 0, 0.8),  /* Extra depth */
    -1px -1px 2px rgba(0, 0, 0, 0.6); /* Subtle highlight */
    transition: all 0.3s ease;
}

.tropicalAdsJumbotron .readBttn {
    position: absolute;
    bottom: 20px; /* Adjust the margin from the bottom */
    right: 20px; /* Adjust the margin from the right */
    margin: 0;
    padding: 10px 10px;
    border: 1px solid white;  
}

.tropicalAdsJumbotron .readBttn a {
    color: var(--uni-light-colorTheme7) !important;
}

.tropicalAdsJumbotron .readBttn:hover {
    box-shadow: 
      -7px -7px 20px 0px rgba(255, 255, 255, .9),
      -4px -4px 5px 0px rgba(255, 255, 255, .9),
      7px 7px 20px 0px rgba(0, 0, 0, .2),
      4px 4px 5px 0px rgba(0, 0, 0, .3);
    transition: all 0.3s ease;
}

.tropicalAdsJumbotron button {
    z-index: 100; /* Ensure arrows are above other content */
    position: absolute;
}

#prevTropicalAd {
    top: 50%;
    left: 40px; /* Position left arrow at the left with margin */
    transform: translateY(-50%);
}

#nextTropicalAd {
    top: 50%;
    right: 20px; /* Position right arrow at the right with margin */
    transform: translateY(-50%);
}


.tropicalAd-description{   
    font-size: 1rem !important;
    white-space: pre-line;
    font-family: 'Acme';
}



/** EOF tropicalGharAds  **/
/**  GEneral Ads **/
#generalAdsAccordion {
    left: auto;
}

.generalAdsJumbotron {
    overflow: hidden;
    transition: background 0.3s ease;
    background-size: cover;
    background-position: center;
    min-height: 200px;
    padding: 20px 10px;
    width: 100%;
    max-height: fit-content;
    max-width: 100%;
    position: relative; /* Allow absolute positioning inside */
    z-index: 1; /* Make sure the container has a lower z-index than the arrows */
}

.generalAdsJumbotron h2 {
    color: var(--uni-light-colorTheme7);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    font-style: italic;
    font-family: 'BlackOpsOne';
    width: 60%;
    padding: 0 30px;
}

.generalAdsJumbotron h4 {
    color: var(--uni-light-colorTheme7);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    font-style: italic;
    font-family: 'BlackOpsOne';
    width: 100%;
    padding: 0 30px;
}

.generalAdsJumbotron p {
    color: var(--uni-light-colorTheme5);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    font-family: 'Acme';
    font-size: 20px;
    font-weight: bold;
    width: 80%;
    margin: 10px 20px !important;
}

.generalAdsJumbotron:hover h2 {
    text-shadow: 
    3px 3px 6px rgba(0, 0, 0, 1),  /* Stronger main shadow */
    1px 1px 2px rgba(0, 0, 0, 0.8),  /* Extra depth */
    -1px -1px 2px rgba(0, 0, 0, 0.6); /* Subtle highlight */
    transition: all 0.3s ease;
}

.generalAdsJumbotron:hover p {
    text-shadow: 
    3px 3px 6px rgba(0, 0, 0, 1),  /* Stronger main shadow */
    1px 1px 2px rgba(0, 0, 0, 0.8),  /* Extra depth */
    -1px -1px 2px rgba(0, 0, 0, 0.6); /* Subtle highlight */
    transition: all 0.3s ease;
}

.generalAdsJumbotron .generalReadBttn {
    position: absolute;
    bottom: 20px; /* Adjust the margin from the bottom */
    right: 20px; /* Adjust the margin from the right */
    margin: 0;
    padding: 10px 10px;
    border: 1px solid white;  
}

.generalAdsJumbotron .generalReadBttn a {
    color: var(--uni-light-colorTheme7) !important;
}

.generalAdsJumbotron .generalReadBttn:hover {
    box-shadow: 
      -7px -7px 20px 0px rgba(255, 255, 255, .9),
      -4px -4px 5px 0px rgba(255, 255, 255, .9),
      7px 7px 20px 0px rgba(0, 0, 0, .2),
      4px 4px 5px 0px rgba(0, 0, 0, .3);
    transition: all 0.3s ease;
}

.generalAdsJumbotron button {
    z-index: 100; /* Ensure arrows are above other content */
    position: absolute;
}

#prevGeneralAd {
    top: 50%;
    left: 40px; /* Position left arrow at the left with margin */
    transform: translateY(-50%);
}

#nextGeneralAd {
    top: 50%;
    right: 20px; /* Position right arrow at the right with margin */
    transform: translateY(-50%);
}


.generalAd-description {   
    font-size: 1rem !important;
    white-space: pre-line;
    font-family: 'Acme';
}



/** EOF generalAds   **/
/** RelatedAds  **/
.relatedAdsJumbotron {
    background-size: cover;
    background-position: center center;
    position: relative;
    height: 400px; /* Adjust the height based on your design */
  }
  
  .relatedAdsJumbotron .container-fluid {
    position: relative;
    z-index: 10;
  }
  
  .relatedAdsJumbotron #relatedAdTitle {
    font-size: 2rem;
    color: #fff;
  }
  
  .relatedAdsJumbotron #relatedAdDescription {
    font-size: 1.25rem;
    color: #fff;
  }
  
  .readBttn {
    background-color: #333;
    color: #fff;
    font-weight: 300;
  }
  
  #prevRelatedAd, #nextRelatedAd {
    z-index: 20;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background for buttons */
    color: white;
    border: none;
    padding: 10px;
    font-size: 1.5rem;
    cursor: pointer;
  }
  
  #prevRelatedAd:hover, #nextRelatedAd:hover {
    background-color: rgba(0, 0, 0, 0.8); /* Darken the button on hover */
  }
  

/**   **/
/**   **/

@media only screen and (min-width: 961px) and (max-width: 1200px) {
    .adsJumbotron p {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 960px) {
    .adsJumbotron h2 {
        font-size: 30px !important;
    }

    .adsJumbotron p {
        display: none;
    }
}

@media only screen and (min-width: 569px) and (max-width: 767px) {
    .adsJumbotron h2 {
        font-size: 25px;
        width: 90%;
    }

    .adsJumbotron p {
        display: none;
    }
    .userAdsJumbotron h2 {
        font-size: 25px;
        width: 90%;
    }

    .userAdsJumbotron p {
        display: none;
    }
    .customTankCreatorRow{
        margin-bottom: 10px;
    }
}

@media only screen and (min-width: 240px) and (max-width: 568px) {
    .adsJumbotron h2 {
        font-size: 25px;
        width: 90%;
    }

    .adsJumbotron p {
        display: none;
    }
    .userAdsJumbotron{
        width: 100% !important;
    }
    .userAdsJumbotron h2 {
        font-size: 25px;
        width: 90%;
    }

    .userAdsJumbotron p {
        display: none;
    }
    .customTankCreatorRow{
        margin-bottom: 10px;
    }
}
